01KM6TFS4EWKZ6TPYZBH93ZWJ7: 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: 01KM6TG8GJ8M31FW1MTG9DXXWC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T23:50:16.653Zjob assigned to worker 01KM6T6C5SPRKDE461CFXK3RGX [factory aws, i-0ee3241b4d6b6d47c] (queued for 0 s)
 
22026-03-20T23:50:16.666Zstarting task 0: "setup"
32026-03-20T23:50:16.671Z++ uname -s
42026-03-20T23:50:16.674Z+ kern=SunOS
52026-03-20T23:50:16.674Z+ build_user=build
62026-03-20T23:50:16.674Z+ build_uid=12345
72026-03-20T23:50:16.674Z+ work_dir=/work
82026-03-20T23:50:16.675Z+ input_dir=/input
92026-03-20T23:50:16.675Z+ [[ 0 == 12345 ]]
102026-03-20T23:50:16.675Z+ case "$kern" in
112026-03-20T23:50:16.675Z+ groupadd -g 12345 build
122026-03-20T23:50:16.678Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T23:50:18.682Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T23:50:18.786Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T23:50:18.791Z+ home_fs=zfs
162026-03-20T23:50:18.791Z+ [[ zfs == autofs ]]
172026-03-20T23:50:18.791Z+ mkdir -p /home/build
182026-03-20T23:50:18.792Z+ chown build:build /home/build /work
192026-03-20T23:50:19.792Z+ chmod 0700 /home/build /work
202026-03-20T23:50:19.795Zprocess exited: duration 3129 ms, exit code 0
 
212026-03-20T23:50:19.801Zstarting task 1: "rust-toolchain"
222026-03-20T23:50:19.805Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-20T23:50:19.805Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-20T23:50:19.808Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-20T23:50:19.808Z * rust toolchain channel = "1.94.0"
262026-03-20T23:50:19.808Z * rust toolchain profile = "default"
272026-03-20T23:50:19.808Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T23:50:19.808Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T23:50:19.808Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T23:50:19.944Zinfo: downloading installer
312026-03-20T23:50:21.492Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T23:50:21.492Zwarn: /opt/ooce/bin
332026-03-20T23:50:21.492Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T23:50:21.492Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T23:50:21.492Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T23:50:21.492Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T23:50:21.492Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T23:50:21.492Zerror: cannot install while Rust is installed
392026-03-20T23:50:21.492Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T23:50:21.493Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T23:50:21.493Zwarn: /home/build/.rustup/settings.toml
422026-03-20T23:50:21.493Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T23:50:21.493Zwarn: instead of the one inferred from the default host triple.
442026-03-20T23:50:21.509Zinfo: profile set to default
452026-03-20T23:50:21.509Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T23:50:21.512Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T23:50:21.688Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T23:50:21.692Zinfo: downloading 6 components
492026-03-20T23:50:38.478Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T23:50:38.478Z
512026-03-20T23:50:38.515Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T23:50:38.515Z
532026-03-20T23:50:38.518Z
542026-03-20T23:50:38.518ZRust is installed now. Great!
552026-03-20T23:50:38.518Z
562026-03-20T23:50:38.518ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T23:50:38.518Zenvironment variable. This has not been done automatically.
582026-03-20T23:50:38.518Z
592026-03-20T23:50:38.518ZTo configure your current shell, you need to source
602026-03-20T23:50:38.518Zthe corresponding env file under $HOME/.cargo.
612026-03-20T23:50:38.518Z
622026-03-20T23:50:38.518ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T23:50:38.518Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T23:50:38.518Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T23:50:38.518Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T23:50:38.518Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T23:50:38.518Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T23:50:38.518Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T23:50:38.518Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T23:50:38.518Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T23:50:38.623Z+ rustup --version
722026-03-20T23:50:38.633Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T23:50:38.636Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T23:50:38.659Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T23:50:38.662Z+ cargo --version
762026-03-20T23:50:38.678Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T23:50:38.681Z+ rustc --version
782026-03-20T23:50:38.706Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T23:50:38.709Zprocess exited: duration 18905 ms, exit code 0
 
802026-03-20T23:50:38.715Zstarting task 2: "authentication"
812026-03-20T23:50:38.734Zprocess exited: duration 18 ms, exit code 0
 
822026-03-20T23:50:38.743Zstarting task 3: "clone repository"
832026-03-20T23:50:38.746Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T23:50:38.749Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T23:50:38.784ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T23:50:50.016Z+ cd /work/oxidecomputer/omicron
872026-03-20T23:50:50.016Z+ git fetch origin bb01bbf4f69d79cea18ee830f0d39870fbfde3e6
882026-03-20T23:50:50.306ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T23:50:50.306Z * branch bb01bbf4f69d79cea18ee830f0d39870fbfde3e6 -> FETCH_HEAD
902026-03-20T23:50:50.315Z+ [[ -n baby-write-back ]]
912026-03-20T23:50:50.318Z++ git branch --show-current
922026-03-20T23:50:50.318Z+ current=main
932026-03-20T23:50:50.318Z+ [[ main != baby-write-back ]]
942026-03-20T23:50:50.318Z+ git branch -f baby-write-back bb01bbf4f69d79cea18ee830f0d39870fbfde3e6
952026-03-20T23:50:50.321Z+ git checkout -f baby-write-back
962026-03-20T23:50:50.632ZSwitched to branch 'baby-write-back'
972026-03-20T23:50:50.636Z+ git reset --hard bb01bbf4f69d79cea18ee830f0d39870fbfde3e6
982026-03-20T23:50:50.944ZHEAD is now at bb01bbf4f comments
992026-03-20T23:50:50.947Zprocess exited: duration 12200 ms, exit code 0
 
1002026-03-20T23:50:50.954Zstarting task 4: "build"
1012026-03-20T23:50:50.959Z+ source .github/buildomat/ci-env.sh
1022026-03-20T23:50:50.963Z++ export CARGO_TERM_COLOR=always
1032026-03-20T23:50:50.963Z++ CARGO_TERM_COLOR=always
1042026-03-20T23:50:50.963Z+ cargo --version
1052026-03-20T23:50:50.974Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-20T23:50:50.980Z+ rustc --version
1072026-03-20T23:50:51.000Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-20T23:50:51.003Z+ source ./env.sh
1092026-03-20T23:50:51.004Z++ OLD_SHELL_OPTS=ehxB
1102026-03-20T23:50:51.004Z++ set -o xtrace
1112026-03-20T23:50:51.007Z++++ dirname ./env.sh
1122026-03-20T23:50:51.007Z+++ readlink -f .
1132026-03-20T23:50:51.010Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-20T23:50:51.010Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-20T23:50:51.010Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-20T23:50:51.010Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-03-20T23:50:51.010Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-03-20T23:50:51.011Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-03-20T23:50:51.011Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-03-20T23:50:51.011Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-03-20T23:50:51.011Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-03-20T23:50:51.011Z++ case $OLD_SHELL_OPTS in
1232026-03-20T23:50:51.011Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-20T23:50:51.011Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-20T23:50:51.011Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-20T23:50:51.011Z+ banner prerequisites
1272026-03-20T23:50:51.021Z
1282026-03-20T23:50:51.021Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-20T23:50:51.021Z # # # # # # # # # # # # # # #
1302026-03-20T23:50:51.021Z # # # # ##### # # ##### # # # # # #### #
1312026-03-20T23:50:51.021Z ##### ##### # ##### # # # # # # # # #
1322026-03-20T23:50:51.021Z # # # # # # # # # # # # # # #
1332026-03-20T23:50:51.021Z # # # ###### # # ###### ### # #### # #### #
1342026-03-20T23:50:51.021Z
1352026-03-20T23:50:51.021Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-20T23:51:02.914Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-20T23:51:12.846Z Startup: Caching catalogs ... Done
1382026-03-20T23:51:34.950ZPlanning: Solver setup ... Done (20.663s)
1392026-03-20T23:51:35.104ZPlanning: Running solver ... Done (0.154s)
1402026-03-20T23:51:35.286ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-20T23:51:35.298ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-20T23:51:35.422ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-20T23:51:35.465ZPlanning: Package planning ... Done (0.043s)
1442026-03-20T23:51:35.507ZPlanning: Merging actions ... Done (0.042s)
1452026-03-20T23:51:35.818ZPlanning: Checking for conflicting actions ... Done (0.310s)
1462026-03-20T23:51:35.830ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-20T23:51:37.998ZPlanning: Evaluating mediators ... Done (2.170s)
1482026-03-20T23:51:38.007ZPlanning: Planning completed in 25.01 seconds
1492026-03-20T23:51:38.020Z Packages to install: 4
1502026-03-20T23:51:38.023Z Mediators to change: 2
1512026-03-20T23:51:38.023Z Services to change: 1
1522026-03-20T23:51:38.023Z Estimated space available: 155.43 GB
1532026-03-20T23:51:38.024ZEstimated space to be consumed: 1.83 GB
1542026-03-20T23:51:38.024Z Create boot environment: No
1552026-03-20T23:51:38.024ZCreate backup boot environment: No
1562026-03-20T23:51:38.024Z Rebuild boot archive: No
1572026-03-20T23:51:38.024Z
1582026-03-20T23:51:38.024ZChanged mediators:
1592026-03-20T23:51:38.024Z mediator clang:
1602026-03-20T23:51:38.024Z version: None -> 15 (system default)
1612026-03-20T23:51:38.024Z
1622026-03-20T23:51:38.024Z mediator llvm:
1632026-03-20T23:51:38.024Z version: 14 (system default) -> 15 (system default)
1642026-03-20T23:51:38.024Z
1652026-03-20T23:51:38.024ZChanged packages:
1662026-03-20T23:51:38.024Zhelios-dev
1672026-03-20T23:51:38.024Z developer/build-essential
1682026-03-20T23:51:38.024Z None -> 11-2.0
1692026-03-20T23:51:38.024Z library/libxmlsec1
1702026-03-20T23:51:38.024Z None -> 1.2.35-2.0
1712026-03-20T23:51:38.024Z ooce/developer/clang-15
1722026-03-20T23:51:38.024Z None -> 15.0.7-2.0
1732026-03-20T23:51:38.024Z ooce/developer/llvm-15
1742026-03-20T23:51:38.024Z None -> 15.0.7-2.0
1752026-03-20T23:51:38.024Z
1762026-03-20T23:51:38.024ZServices:
1772026-03-20T23:51:38.024Z restart_fmri:
1782026-03-20T23:51:38.024Z svc:/system/update-man-index:default
1792026-03-20T23:51:38.139Z
1802026-03-20T23:51:38.139ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-20T23:51:43.182ZDownload: 2216/3290 items 118.5/212.6MB 55% complete (24.0M/s)
1822026-03-20T23:51:47.393ZDownload: Completed 212.60 MB in 9.25 seconds (23.0M/s)
1832026-03-20T23:51:47.612Z Actions: 1/3689 actions (Installing new actions)
1842026-03-20T23:51:51.772Z Actions: Completed 3689 actions in 4.16 seconds.
1852026-03-20T23:51:52.142Z Done (0.365s)
1862026-03-20T23:51:52.142Z Done (0.000s)
1872026-03-20T23:51:53.143Z Done (1.000s)
1882026-03-20T23:51:57.634Z Done (4.146s)
1892026-03-20T23:51:57.717Z Done (0.017s)
1902026-03-20T23:51:57.720Z Done (0.000s)
1912026-03-20T23:51:57.872Z Done (0.000s)
1922026-03-20T23:51:58.835ZPlanning: Evaluating mediator changes ... Done
1932026-03-20T23:51:58.976ZPlanning: Checking for conflicting actions ... Done
1942026-03-20T23:51:58.979ZPlanning: Consolidating action changes ... Done
1952026-03-20T23:51:59.199ZPlanning: Evaluating mediators ... Done
1962026-03-20T23:51:59.202ZPlanning: Planning completed in 0.36 seconds
1972026-03-20T23:51:59.229Z Mediators to change: 2
1982026-03-20T23:51:59.229Z Create boot environment: No
1992026-03-20T23:51:59.232ZCreate backup boot environment: No
2002026-03-20T23:51:59.294Z Done
2012026-03-20T23:51:59.294Z Done
2022026-03-20T23:52:00.019Z Done
2032026-03-20T23:52:03.368Z Done
2042026-03-20T23:52:03.452Z Done
2052026-03-20T23:52:03.455Z Done
2062026-03-20T23:52:03.607Z Done
2072026-03-20T23:52:04.143ZPlanning: Evaluating mediator changes ... Done
2082026-03-20T23:52:04.146ZPlanning: Merging actions ... Done
2092026-03-20T23:52:04.308ZPlanning: Checking for conflicting actions ... Done
2102026-03-20T23:52:04.311ZPlanning: Consolidating action changes ... Done
2112026-03-20T23:52:04.530ZPlanning: Evaluating mediators ... Done
2122026-03-20T23:52:04.573ZPlanning: Planning completed in 0.63 seconds
2132026-03-20T23:52:04.602Z Packages to change: 1
2142026-03-20T23:52:04.602Z Mediators to change: 1
2152026-03-20T23:52:04.606Z Services to change: 1
2162026-03-20T23:52:04.607Z Create boot environment: No
2172026-03-20T23:52:04.607ZCreate backup boot environment: Yes
2182026-03-20T23:52:07.057Z Actions: 1/6 actions (Updating modified actions)
2192026-03-20T23:52:07.061Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-20T23:52:07.061Z Done
2212026-03-20T23:52:07.061Z Done
2222026-03-20T23:52:07.253Z Done
2232026-03-20T23:52:10.533Z Done
2242026-03-20T23:52:10.621Z Done
2252026-03-20T23:52:10.624Z Done
2262026-03-20T23:52:10.784Z Done
2272026-03-20T23:52:11.165ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-20T23:52:11.165Zclang system 15 system
2292026-03-20T23:52:11.166Zcsh system system illumos
2302026-03-20T23:52:11.166Zctags system system illumos
2312026-03-20T23:52:11.166Zfile system system illumos
2322026-03-20T23:52:11.166Zgcc vendor 12 vendor
2332026-03-20T23:52:11.166Zgcc system 10 system
2342026-03-20T23:52:11.166Zgcc system 7 system
2352026-03-20T23:52:11.166Zgo system 1.20 system
2362026-03-20T23:52:11.166Zgo system 1.19 system
2372026-03-20T23:52:11.166Zllvm system 15 system
2382026-03-20T23:52:11.166Zllvm system 14 system
2392026-03-20T23:52:11.166Zmariadb system 10.6 system
2402026-03-20T23:52:11.166Zmta vendor vendor dma
2412026-03-20T23:52:11.166Zopenjdk system 17 system
2422026-03-20T23:52:11.166Zopenjdk system 11 system
2432026-03-20T23:52:11.166Zopenjdk system 1.8 system
2442026-03-20T23:52:11.166Zopenssl vendor 3 vendor
2452026-03-20T23:52:11.166Zperl system 5.36 system
2462026-03-20T23:52:11.166Zpostgresql system 15 system
2472026-03-20T23:52:11.166Zpostgresql system 13 system
2482026-03-20T23:52:11.166Zpython vendor 3 vendor
2492026-03-20T23:52:11.166Zpython system 2 system
2502026-03-20T23:52:11.166Zpython3 system 3.11 system
2512026-03-20T23:52:11.166Zruby system 3.0 system
2522026-03-20T23:52:11.166Zwords vendor vendor american-english
2532026-03-20T23:52:11.166Zwords system system australian-english
2542026-03-20T23:52:11.166Zwords system system british-english
2552026-03-20T23:52:11.166Zwords system system canadian-english
2562026-03-20T23:52:11.166Zwords system system french
2572026-03-20T23:52:11.166Zwords system system italian
2582026-03-20T23:52:11.166Zwords system system ngerman
2592026-03-20T23:52:11.166Zwords system system ogerman
2602026-03-20T23:52:11.166Zwords system system spanish
2612026-03-20T23:52:11.464ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-20T23:52:11.464Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-20T23:52:17.573ZFMRI IFO
2642026-03-20T23:52:17.573Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-20T23:52:17.573Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-20T23:52:17.573Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-20T23:52:17.573Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-20T23:52:17.573Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-20T23:52:17.573Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-20T23:52:17.573Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-20T23:52:17.573Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-20T23:52:17.573Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-20T23:52:17.573Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-20T23:52:17.573Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-20T23:52:17.573Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-20T23:52:17.573Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-20T23:52:17.573Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-20T23:52:17.573Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-20T23:52:17.573Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-20T23:52:18.808Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-20T23:52:19.111Z Updating crates.io index
2822026-03-20T23:52:19.145Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-20T23:52:19.383Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-20T23:52:20.169Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-20T23:52:20.506Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-20T23:52:20.942Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-20T23:52:21.741Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-20T23:52:22.230Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-20T23:52:23.584Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-20T23:52:25.290Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-20T23:52:26.186Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-20T23:52:26.446Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-20T23:52:27.080Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-20T23:52:27.628Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-20T23:52:27.977Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-20T23:52:28.250Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-20T23:52:29.284Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-20T23:52:29.914Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-20T23:52:30.154Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-20T23:52:30.497Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-20T23:52:30.810Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-20T23:52:31.134Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-20T23:52:31.374Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-20T23:52:31.640Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-20T23:52:32.135Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-20T23:52:32.693Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-20T23:52:33.113Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-20T23:52:33.433Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-20T23:52:33.763Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-20T23:52:34.668Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-20T23:52:35.180Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-20T23:52:35.452Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-20T23:52:35.787Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-20T23:52:36.098Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-20T23:52:36.533Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-20T23:52:36.797Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-20T23:52:37.020Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-20T23:52:37.309Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-20T23:52:37.758Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-20T23:52:52.300Z Downloading crates ...
3212026-03-20T23:52:52.358Z Downloaded autocfg v1.5.0
3222026-03-20T23:52:52.362Z Downloaded cargo-platform v0.2.0
3232026-03-20T23:52:52.365Z Downloaded generic-array v0.14.7
3242026-03-20T23:52:52.365Z Downloaded utf8_iter v1.0.4
3252026-03-20T23:52:52.368Z Downloaded once_cell v1.21.3
3262026-03-20T23:52:52.368Z Downloaded strsim v0.11.1
3272026-03-20T23:52:52.371Z Downloaded anstream v0.6.21
3282026-03-20T23:52:52.371Z Downloaded camino-tempfile v1.4.1
3292026-03-20T23:52:52.375Z Downloaded cargo_toml v0.21.0
3302026-03-20T23:52:52.375Z Downloaded bitflags v2.11.0
3312026-03-20T23:52:52.378Z Downloaded anstyle v1.0.13
3322026-03-20T23:52:52.378Z Downloaded byteorder v1.5.0
3332026-03-20T23:52:52.378Z Downloaded cargo-util-schemas v0.8.2
3342026-03-20T23:52:52.381Z Downloaded unicode-xid v0.2.6
3352026-03-20T23:52:52.381Z Downloaded thiserror-impl v2.0.18
3362026-03-20T23:52:52.384Z Downloaded textwrap v0.16.2
3372026-03-20T23:52:52.384Z Downloaded clap_derive v4.5.55
3382026-03-20T23:52:52.387Z Downloaded unicode-linebreak v0.1.5
3392026-03-20T23:52:52.387Z Downloaded clap v4.5.60
3402026-03-20T23:52:52.394Z Downloaded yoke-derive v0.8.1
3412026-03-20T23:52:52.397Z Downloaded typeid v1.0.3
3422026-03-20T23:52:52.397Z Downloaded toml_write v0.1.2
3432026-03-20T23:52:52.397Z Downloaded zerofrom v0.1.6
3442026-03-20T23:52:52.397Z Downloaded usdt-attr-macro v0.5.0
3452026-03-20T23:52:52.397Z Downloaded sha2 v0.10.9
3462026-03-20T23:52:52.400Z Downloaded ordered-float v2.10.1
3472026-03-20T23:52:52.400Z Downloaded heck v0.5.0
3482026-03-20T23:52:52.400Z Downloaded utf8parse v0.2.2
3492026-03-20T23:52:52.403Z Downloaded toml_datetime v0.6.11
3502026-03-20T23:52:52.403Z Downloaded zerofrom-derive v0.1.6
3512026-03-20T23:52:52.403Z Downloaded thread-id v4.2.2
3522026-03-20T23:52:52.406Z Downloaded clap_lex v1.0.0
3532026-03-20T23:52:52.406Z Downloaded serde_spanned v0.6.9
3542026-03-20T23:52:52.406Z Downloaded fastrand v2.3.0
3552026-03-20T23:52:52.411Z Downloaded equivalent v1.0.2
3562026-03-20T23:52:52.411Z Downloaded version_check v0.9.5
3572026-03-20T23:52:52.411Z Downloaded errno v0.3.14
3582026-03-20T23:52:52.415Z Downloaded usdt-macro v0.5.0
3592026-03-20T23:52:52.415Z Downloaded dof v0.3.0
3602026-03-20T23:52:52.415Z Downloaded cfg-if v1.0.4
3612026-03-20T23:52:52.415Z Downloaded usdt v0.5.0
3622026-03-20T23:52:52.419Z Downloaded thiserror-impl v1.0.69
3632026-03-20T23:52:52.419Z Downloaded thiserror v2.0.18
3642026-03-20T23:52:52.423Z Downloaded fs-err v3.3.0
3652026-03-20T23:52:52.423Z Downloaded fnv v1.0.7
3662026-03-20T23:52:52.423Z Downloaded writeable v0.6.2
3672026-03-20T23:52:52.428Z Downloaded tinystr v0.8.2
3682026-03-20T23:52:52.428Z Downloaded pretty-hex v0.4.1
3692026-03-20T23:52:52.428Z Downloaded zerovec-derive v0.11.2
3702026-03-20T23:52:52.432Z Downloaded usdt-impl v0.5.0
3712026-03-20T23:52:52.432Z Downloaded cpufeatures v0.2.17
3722026-03-20T23:52:52.432Z Downloaded smawk v0.3.2
3732026-03-20T23:52:52.432Z Downloaded memmap v0.7.0
3742026-03-20T23:52:52.432Z Downloaded crypto-common v0.1.7
3752026-03-20T23:52:52.435Z Downloaded yoke v0.8.1
3762026-03-20T23:52:52.435Z Downloaded zerocopy-derive v0.7.35
3772026-03-20T23:52:52.438Z Downloaded stable_deref_trait v1.2.1
3782026-03-20T23:52:52.438Z Downloaded dtrace-parser v0.2.0
3792026-03-20T23:52:52.441Z Downloaded block-buffer v0.10.4
3802026-03-20T23:52:52.442Z Downloaded zmij v1.0.21
3812026-03-20T23:52:52.442Z Downloaded itoa v1.0.17
3822026-03-20T23:52:52.445Z Downloaded potential_utf v0.1.4
3832026-03-20T23:52:52.445Z Downloaded percent-encoding v2.3.2
3842026-03-20T23:52:52.445Z Downloaded colorchoice v1.0.4
3852026-03-20T23:52:52.445Z Downloaded toml v0.8.23
3862026-03-20T23:52:52.447Z Downloaded cargo_metadata v0.21.0
3872026-03-20T23:52:52.448Z Downloaded unicode-ident v1.0.24
3882026-03-20T23:52:52.450Z Downloaded ucd-trie v0.1.7
3892026-03-20T23:52:52.450Z Downloaded serde_derive v1.0.228
3902026-03-20T23:52:52.453Z Downloaded thiserror v1.0.69
3912026-03-20T23:52:52.456Z Downloaded zerotrie v0.2.3
3922026-03-20T23:52:52.459Z Downloaded typenum v1.19.0
3932026-03-20T23:52:52.462Z Downloaded toml_edit v0.22.27
3942026-03-20T23:52:52.465Z Downloaded url v2.5.8
3952026-03-20T23:52:52.468Z Downloaded scroll_derive v0.12.1
3962026-03-20T23:52:52.468Z Downloaded serde-value v0.7.0
3972026-03-20T23:52:52.468Z Downloaded terminal_size v0.4.3
3982026-03-20T23:52:52.468Z Downloaded tabled_derive v0.7.0
3992026-03-20T23:52:52.471Z Downloaded form_urlencoded v1.2.2
4002026-03-20T23:52:52.471Z Downloaded plain v0.2.3
4012026-03-20T23:52:52.471Z Downloaded heck v0.4.1
4022026-03-20T23:52:52.471Z Downloaded anstyle-query v1.1.5
4032026-03-20T23:52:52.474Z Downloaded proc-macro-error-attr v1.0.4
4042026-03-20T23:52:52.477Z Downloaded is_terminal_polyfill v1.70.2
4052026-03-20T23:52:52.480Z Downloaded zerovec v0.11.5
4062026-03-20T23:52:52.484Z Downloaded swrite v0.1.0
4072026-03-20T23:52:52.486Z Downloaded zerocopy v0.7.35
4082026-03-20T23:52:52.495Z Downloaded synstructure v0.13.2
4092026-03-20T23:52:52.498Z Downloaded winnow v0.7.14
4102026-03-20T23:52:52.503Z Downloaded icu_locale_core v2.1.1
4112026-03-20T23:52:52.506Z Downloaded serde-untagged v0.1.9
4122026-03-20T23:52:52.510Z Downloaded bytecount v0.6.9
4132026-03-20T23:52:52.510Z Downloaded unicode-width v0.2.0
4142026-03-20T23:52:52.513Z Downloaded unicode-width v0.1.14
4152026-03-20T23:52:52.517Z Downloaded serde_tokenstream v0.2.3
4162026-03-20T23:52:52.520Z Downloaded semver v1.0.27
4172026-03-20T23:52:52.520Z Downloaded quote v1.0.44
4182026-03-20T23:52:52.523Z Downloaded digest v0.10.7
4192026-03-20T23:52:52.524Z Downloaded scroll v0.12.0
4202026-03-20T23:52:52.524Z Downloaded idna_adapter v1.2.1
4212026-03-20T23:52:52.526Z Downloaded erased-serde v0.4.9
4222026-03-20T23:52:52.526Z Downloaded displaydoc v0.2.5
4232026-03-20T23:52:52.529Z Downloaded macaddr v1.0.1
4242026-03-20T23:52:52.532Z Downloaded proc-macro-error v1.0.4
4252026-03-20T23:52:52.538Z Downloaded tempfile v3.25.0
4262026-03-20T23:52:52.544Z Downloaded smallvec v1.15.1
4272026-03-20T23:52:52.547Z Downloaded pest_derive v2.8.6
4282026-03-20T23:52:52.550Z Downloaded litemap v0.8.1
4292026-03-20T23:52:52.550Z Downloaded anstyle-parse v0.2.7
4302026-03-20T23:52:52.550Z Downloaded anyhow v1.0.102
4312026-03-20T23:52:52.558Z Downloaded camino v1.2.2
4322026-03-20T23:52:52.560Z Downloaded pest_generator v2.8.6
4332026-03-20T23:52:52.563Z Downloaded icu_provider v2.1.1
4342026-03-20T23:52:52.566Z Downloaded icu_properties v2.1.2
4352026-03-20T23:52:52.566Z Downloaded papergrid v0.11.0
4362026-03-20T23:52:52.569Z Downloaded icu_normalizer v2.1.1
4372026-03-20T23:52:52.572Z Downloaded proc-macro2 v1.0.106
4382026-03-20T23:52:52.576Z Downloaded num-traits v0.2.19
4392026-03-20T23:52:52.579Z Downloaded getrandom v0.4.1
4402026-03-20T23:52:52.583Z Downloaded serde_core v1.0.228
4412026-03-20T23:52:52.586Z Downloaded log v0.4.29
4422026-03-20T23:52:52.586Z Downloaded icu_normalizer_data v2.1.1
4432026-03-20T23:52:52.609Z Downloaded pest v2.8.6
4442026-03-20T23:52:52.613Z Downloaded pest_meta v2.8.6
4452026-03-20T23:52:52.617Z Downloaded serde v1.0.228
4462026-03-20T23:52:52.620Z Downloaded indexmap v2.13.0
4472026-03-20T23:52:52.624Z Downloaded idna v1.1.0
4482026-03-20T23:52:52.630Z Downloaded memchr v2.8.0
4492026-03-20T23:52:52.633Z Downloaded icu_collections v2.1.1
4502026-03-20T23:52:52.637Z Downloaded syn v2.0.117
4512026-03-20T23:52:52.661Z Downloaded serde_json v1.0.149
4522026-03-20T23:52:52.666Z Downloaded icu_properties_data v2.1.2
4532026-03-20T23:52:52.672Z Downloaded hashbrown v0.16.1
4542026-03-20T23:52:52.676Z Downloaded goblin v0.8.2
4552026-03-20T23:52:52.680Z Downloaded clap_builder v4.5.60
4562026-03-20T23:52:52.688Z Downloaded syn v1.0.109
4572026-03-20T23:52:52.695Z Downloaded tabled v0.15.0
4582026-03-20T23:52:52.707Z Downloaded rustix v1.1.3
4592026-03-20T23:52:52.738Z Downloaded libc v0.2.180
4602026-03-20T23:52:52.825Z Compiling proc-macro2 v1.0.106
4612026-03-20T23:52:52.825Z Compiling quote v1.0.44
4622026-03-20T23:52:52.827Z Compiling unicode-ident v1.0.24
4632026-03-20T23:52:52.827Z Compiling serde_core v1.0.228
4642026-03-20T23:52:52.827Z Compiling libc v0.2.180
4652026-03-20T23:52:52.828Z Compiling version_check v0.9.5
4662026-03-20T23:52:52.828Z Compiling memchr v2.8.0
4672026-03-20T23:52:52.828Z Compiling stable_deref_trait v1.2.1
4682026-03-20T23:52:53.204Z Compiling serde v1.0.228
4692026-03-20T23:52:53.228Z Compiling zmij v1.0.21
4702026-03-20T23:52:53.510Z Compiling autocfg v1.5.0
4712026-03-20T23:52:53.580Z Compiling itoa v1.0.17
4722026-03-20T23:52:53.718Z Compiling ucd-trie v0.1.7
4732026-03-20T23:52:54.016Z Compiling thiserror v1.0.69
4742026-03-20T23:52:54.049Z Compiling pest v2.8.6
4752026-03-20T23:52:54.073Z Compiling writeable v0.6.2
4762026-03-20T23:52:54.076Z Compiling litemap v0.8.1
4772026-03-20T23:52:54.325Z Compiling icu_properties_data v2.1.2
4782026-03-20T23:52:54.349Z Compiling rustix v1.1.3
4792026-03-20T23:52:54.581Z Compiling byteorder v1.5.0
4802026-03-20T23:52:54.613Z Compiling icu_normalizer_data v2.1.1
4812026-03-20T23:52:54.803Z Compiling syn v2.0.117
4822026-03-20T23:52:54.930Z Compiling errno v0.3.14
4832026-03-20T23:52:54.951Z Compiling serde_json v1.0.149
4842026-03-20T23:52:54.974Z Compiling bitflags v2.11.0
4852026-03-20T23:52:55.235Z Compiling num-traits v0.2.19
4862026-03-20T23:52:55.259Z Compiling smallvec v1.15.1
4872026-03-20T23:52:55.458Z Compiling typeid v1.0.3
4882026-03-20T23:52:55.522Z Compiling pest_meta v2.8.6
4892026-03-20T23:52:55.546Z Compiling hashbrown v0.16.1
4902026-03-20T23:52:55.799Z Compiling equivalent v1.0.2
4912026-03-20T23:52:55.942Z Compiling thread-id v4.2.2
4922026-03-20T23:52:56.050Z Compiling proc-macro-error-attr v1.0.4
4932026-03-20T23:52:56.129Z Compiling usdt-impl v0.5.0
4942026-03-20T23:52:56.218Z Compiling erased-serde v0.4.9
4952026-03-20T23:52:56.294Z Compiling indexmap v2.13.0
4962026-03-20T23:52:56.367Z Compiling toml_write v0.1.2
4972026-03-20T23:52:56.394Z Compiling winnow v0.7.14
4982026-03-20T23:52:56.563Z Compiling syn v1.0.109
4992026-03-20T23:52:57.172Z Compiling proc-macro-error v1.0.4
5002026-03-20T23:52:57.175Z Compiling camino v1.2.2
5012026-03-20T23:52:57.406Z Compiling log v0.4.29
5022026-03-20T23:52:57.602Z Compiling utf8parse v0.2.2
5032026-03-20T23:52:57.651Z Compiling plain v0.2.3
5042026-03-20T23:52:57.745Z Compiling utf8_iter v1.0.4
5052026-03-20T23:52:57.792Z Compiling thiserror v2.0.18
5062026-03-20T23:52:57.868Z Compiling percent-encoding v2.3.2
5072026-03-20T23:52:57.908Z Compiling getrandom v0.4.1
5082026-03-20T23:52:57.936Z Compiling ordered-float v2.10.1
5092026-03-20T23:52:58.118Z Compiling form_urlencoded v1.2.2
5102026-03-20T23:52:58.270Z Compiling anstyle-parse v0.2.7
5112026-03-20T23:52:58.433Z Compiling terminal_size v0.4.3
5122026-03-20T23:52:58.481Z Compiling anstyle v1.0.13
5132026-03-20T23:52:58.528Z Compiling cfg-if v1.0.4
5142026-03-20T23:52:58.604Z Compiling synstructure v0.13.2
5152026-03-20T23:52:58.627Z Compiling pest_generator v2.8.6
5162026-03-20T23:52:58.743Z Compiling anstyle-query v1.1.5
5172026-03-20T23:52:58.797Z Compiling pretty-hex v0.4.1
5182026-03-20T23:52:58.881Z Compiling colorchoice v1.0.4
5192026-03-20T23:52:58.946Z Compiling is_terminal_polyfill v1.70.2
5202026-03-20T23:52:58.971Z Compiling serde-untagged v0.1.9
5212026-03-20T23:52:59.076Z Compiling anstream v0.6.21
5222026-03-20T23:52:59.339Z Compiling semver v1.0.27
5232026-03-20T23:52:59.420Z Compiling fs-err v3.3.0
5242026-03-20T23:52:59.478Z Compiling unicode-xid v0.2.6
5252026-03-20T23:52:59.574Z Compiling anyhow v1.0.102
5262026-03-20T23:52:59.634Z Compiling heck v0.5.0
5272026-03-20T23:52:59.658Z Compiling fastrand v2.3.0
5282026-03-20T23:52:59.684Z Compiling once_cell v1.21.3
5292026-03-20T23:52:59.710Z Compiling unicode-width v0.1.14
5302026-03-20T23:52:59.951Z Compiling clap_lex v1.0.0
5312026-03-20T23:52:59.997Z Compiling strsim v0.11.1
5322026-03-20T23:53:00.021Z Compiling fnv v1.0.7
5332026-03-20T23:53:00.057Z Compiling heck v0.4.1
5342026-03-20T23:53:00.148Z Compiling bytecount v0.6.9
5352026-03-20T23:53:00.268Z Compiling papergrid v0.11.0
5362026-03-20T23:53:00.318Z Compiling clap_builder v4.5.60
5372026-03-20T23:53:00.365Z Compiling tempfile v3.25.0
5382026-03-20T23:53:00.590Z Compiling memmap v0.7.0
5392026-03-20T23:53:00.628Z Compiling smawk v0.3.2
5402026-03-20T23:53:00.807Z Compiling unicode-linebreak v0.1.5
5412026-03-20T23:53:00.869Z Compiling unicode-width v0.2.0
5422026-03-20T23:53:00.893Z Compiling camino-tempfile v1.4.1
5432026-03-20T23:53:01.111Z Compiling serde_derive v1.0.228
5442026-03-20T23:53:01.135Z Compiling zerofrom-derive v0.1.6
5452026-03-20T23:53:01.197Z Compiling yoke-derive v0.8.1
5462026-03-20T23:53:01.226Z Compiling zerovec-derive v0.11.2
5472026-03-20T23:53:01.357Z Compiling displaydoc v0.2.5
5482026-03-20T23:53:02.298Z Compiling thiserror-impl v1.0.69
5492026-03-20T23:53:02.330Z Compiling zerocopy-derive v0.7.35
5502026-03-20T23:53:02.710Z Compiling pest_derive v2.8.6
5512026-03-20T23:53:02.766Z Compiling scroll_derive v0.12.1
5522026-03-20T23:53:03.054Z Compiling zerofrom v0.1.6
5532026-03-20T23:53:03.217Z Compiling yoke v0.8.1
5542026-03-20T23:53:03.244Z Compiling thiserror-impl v2.0.18
5552026-03-20T23:53:03.467Z Compiling zerovec v0.11.5
5562026-03-20T23:53:03.467Z Compiling zerotrie v0.2.3
5572026-03-20T23:53:03.640Z Compiling zerocopy v0.7.35
5582026-03-20T23:53:03.885Z Compiling scroll v0.12.0
5592026-03-20T23:53:04.112Z Compiling tinystr v0.8.2
5602026-03-20T23:53:04.170Z Compiling potential_utf v0.1.4
5612026-03-20T23:53:04.236Z Compiling dtrace-parser v0.2.0
5622026-03-20T23:53:04.377Z Compiling icu_locale_core v2.1.1
5632026-03-20T23:53:04.381Z Compiling icu_collections v2.1.1
5642026-03-20T23:53:04.424Z Compiling goblin v0.8.2
5652026-03-20T23:53:04.628Z Compiling tabled_derive v0.7.0
5662026-03-20T23:53:04.999Z Compiling clap_derive v4.5.55
5672026-03-20T23:53:05.049Z Compiling textwrap v0.16.2
5682026-03-20T23:53:05.285Z Compiling icu_provider v2.1.1
5692026-03-20T23:53:05.603Z Compiling icu_properties v2.1.2
5702026-03-20T23:53:05.662Z Compiling icu_normalizer v2.1.1
5712026-03-20T23:53:05.895Z Compiling serde_spanned v0.6.9
5722026-03-20T23:53:05.920Z Compiling toml_datetime v0.6.11
5732026-03-20T23:53:05.947Z Compiling dof v0.3.0
5742026-03-20T23:53:06.084Z Compiling serde_tokenstream v0.2.3
5752026-03-20T23:53:06.215Z Compiling toml_edit v0.22.27
5762026-03-20T23:53:06.419Z Compiling serde-value v0.7.0
5772026-03-20T23:53:06.473Z Compiling cargo-platform v0.2.0
5782026-03-20T23:53:06.498Z Compiling tabled v0.15.0
5792026-03-20T23:53:06.832Z Compiling macaddr v1.0.1
5802026-03-20T23:53:06.912Z Compiling idna_adapter v1.2.1
5812026-03-20T23:53:07.099Z Compiling idna v1.1.0
5822026-03-20T23:53:07.125Z Compiling usdt-macro v0.5.0
5832026-03-20T23:53:07.210Z Compiling usdt-attr-macro v0.5.0
5842026-03-20T23:53:07.429Z Compiling clap v4.5.60
5852026-03-20T23:53:07.536Z Compiling url v2.5.8
5862026-03-20T23:53:07.977Z Compiling swrite v0.1.0
5872026-03-20T23:53:08.089Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-20T23:53:08.232Z Compiling toml v0.8.23
5892026-03-20T23:53:08.400Z Compiling usdt v0.5.0
5902026-03-20T23:53:08.759Z Compiling cargo-util-schemas v0.8.2
5912026-03-20T23:53:08.796Z Compiling cargo_toml v0.21.0
5922026-03-20T23:53:09.932Z Compiling cargo_metadata v0.21.0
5932026-03-20T23:53:11.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-20T23:53:14.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.44s
5952026-03-20T23:53:14.312Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-20T23:53:15.031Z Downloading crates ...
5972026-03-20T23:53:15.142Z Downloaded bitflags v1.3.2
5982026-03-20T23:53:15.147Z Downloaded async-stream-impl v0.3.6
5992026-03-20T23:53:15.150Z Downloaded bzip2 v0.4.4
6002026-03-20T23:53:15.153Z Downloaded ahash v0.8.12
6012026-03-20T23:53:15.156Z Downloaded blowfish v0.9.1
6022026-03-20T23:53:15.160Z Downloaded adler2 v2.0.1
6032026-03-20T23:53:15.168Z Downloaded aho-corasick v1.1.4
6042026-03-20T23:53:15.174Z Downloaded debug-ignore v1.0.5
6052026-03-20T23:53:15.177Z Downloaded bitfield v0.19.4
6062026-03-20T23:53:15.180Z Downloaded aead v0.5.2
6072026-03-20T23:53:15.180Z Downloaded bit-set v0.5.3
6082026-03-20T23:53:15.180Z Downloaded defmt-parser v1.0.0
6092026-03-20T23:53:15.184Z Downloaded bit-vec v0.8.0
6102026-03-20T23:53:15.184Z Downloaded bitfield-macros v0.19.4
6112026-03-20T23:53:15.187Z Downloaded derive_more v0.99.20
6122026-03-20T23:53:15.191Z Downloaded embedded-io v0.4.0
6132026-03-20T23:53:15.194Z Downloaded castaway v0.2.4
6142026-03-20T23:53:15.196Z Downloaded bb8 v0.8.6
6152026-03-20T23:53:15.196Z Downloaded endian-type v0.1.2
6162026-03-20T23:53:15.197Z Downloaded dsl_auto_type v0.2.0
6172026-03-20T23:53:15.199Z Downloaded constant_time_eq v0.4.2
6182026-03-20T23:53:15.199Z Downloaded foreign-types v0.5.0
6192026-03-20T23:53:15.203Z Downloaded derive-ex v0.1.8
6202026-03-20T23:53:15.203Z Downloaded backon v1.6.0
6212026-03-20T23:53:15.206Z Downloaded atty v0.2.14
6222026-03-20T23:53:15.206Z Downloaded critical-section v1.2.0
6232026-03-20T23:53:15.208Z Downloaded display-error-chain v0.2.2
6242026-03-20T23:53:15.208Z Downloaded filetime v0.2.27
6252026-03-20T23:53:15.211Z Downloaded const_format_proc_macros v0.2.34
6262026-03-20T23:53:15.214Z Downloaded data-encoding v2.10.0
6272026-03-20T23:53:15.214Z Downloaded darling v0.20.11
6282026-03-20T23:53:15.217Z Downloaded drift v0.1.3
6292026-03-20T23:53:15.221Z Downloaded base16ct v1.0.0
6302026-03-20T23:53:15.224Z Downloaded async-stream v0.3.6
6312026-03-20T23:53:15.227Z Downloaded daft-derive v0.1.5
6322026-03-20T23:53:15.230Z Downloaded cpufeatures v0.3.0
6332026-03-20T23:53:15.230Z Downloaded darling_macro v0.23.0
6342026-03-20T23:53:15.233Z Downloaded crunchy v0.2.4
6352026-03-20T23:53:15.233Z Downloaded bzip2 v0.6.1
6362026-03-20T23:53:15.236Z Downloaded deranged v0.5.8
6372026-03-20T23:53:15.236Z Downloaded darling v0.23.0
6382026-03-20T23:53:15.240Z Downloaded bit-set v0.8.0
6392026-03-20T23:53:15.245Z Downloaded darling_core v0.23.0
6402026-03-20T23:53:15.248Z Downloaded expectorate v1.2.0
6412026-03-20T23:53:15.251Z Downloaded defmt v0.3.100
6422026-03-20T23:53:15.251Z Downloaded dunce v1.0.5
6432026-03-20T23:53:15.254Z Downloaded cstr-argument v0.1.2
6442026-03-20T23:53:15.254Z Downloaded base16ct v0.2.0
6452026-03-20T23:53:15.257Z Downloaded arrayref v0.3.9
6462026-03-20T23:53:15.257Z Downloaded darling_macro v0.20.11
6472026-03-20T23:53:15.257Z Downloaded crossterm v0.29.0
6482026-03-20T23:53:15.262Z Downloaded flume v0.11.1
6492026-03-20T23:53:15.266Z Downloaded daft v0.1.5
6502026-03-20T23:53:15.269Z Downloaded crc-catalog v2.4.0
6512026-03-20T23:53:15.271Z Downloaded cobs v0.3.0
6522026-03-20T23:53:15.271Z Downloaded cmake v0.1.57
6532026-03-20T23:53:15.274Z Downloaded foreign-types-shared v0.3.1
6542026-03-20T23:53:15.274Z Downloaded env_filter v1.0.0
6552026-03-20T23:53:15.274Z Downloaded cipher v0.4.4
6562026-03-20T23:53:15.279Z Downloaded curve25519-dalek-derive v0.1.1
6572026-03-20T23:53:15.282Z Downloaded dirs-sys-next v0.1.2
6582026-03-20T23:53:15.282Z Downloaded futures-core v0.3.32
6592026-03-20T23:53:15.282Z Downloaded derive_builder_macro v0.20.2
6602026-03-20T23:53:15.282Z Downloaded fixedbitset v0.4.2
6612026-03-20T23:53:15.285Z Downloaded darling_macro v0.21.3
6622026-03-20T23:53:15.285Z Downloaded futures-io v0.3.32
6632026-03-20T23:53:15.285Z Downloaded convert_case v0.4.0
6642026-03-20T23:53:15.291Z Downloaded float-cmp v0.10.0
6652026-03-20T23:53:15.291Z Downloaded cfg_aliases v0.2.1
6662026-03-20T23:53:15.294Z Downloaded cfg_aliases v0.1.1
6672026-03-20T23:53:15.294Z Downloaded fxhash v0.2.1
6682026-03-20T23:53:15.294Z Downloaded atomicwrites v0.4.4
6692026-03-20T23:53:15.294Z Downloaded bcs v0.1.6
6702026-03-20T23:53:15.294Z Downloaded block-padding v0.3.3
6712026-03-20T23:53:15.299Z Downloaded atomic-waker v1.1.2
6722026-03-20T23:53:15.299Z Downloaded crucible-workspace-hack v0.1.0
6732026-03-20T23:53:15.299Z Downloaded embedded-io v0.6.1
6742026-03-20T23:53:15.301Z Downloaded fallible-iterator v0.2.0
6752026-03-20T23:53:15.301Z Downloaded der_derive v0.7.3
6762026-03-20T23:53:15.301Z Downloaded env_logger v0.11.9
6772026-03-20T23:53:15.304Z Downloaded ctr v0.9.2
6782026-03-20T23:53:15.307Z Downloaded crossbeam-utils v0.8.21
6792026-03-20T23:53:15.310Z Downloaded ciborium-io v0.2.2
6802026-03-20T23:53:15.310Z Downloaded dof v0.4.0
6812026-03-20T23:53:15.310Z Downloaded foreign-types-macros v0.2.3
6822026-03-20T23:53:15.313Z Downloaded globwalk v0.9.1
6832026-03-20T23:53:15.313Z Downloaded float-ord v0.3.2
6842026-03-20T23:53:15.316Z Downloaded dirs-next v2.0.0
6852026-03-20T23:53:15.316Z Downloaded ghash v0.5.1
6862026-03-20T23:53:15.319Z Downloaded fd-lock v4.0.4
6872026-03-20T23:53:15.319Z Downloaded gethostname v0.5.0
6882026-03-20T23:53:15.321Z Downloaded convert_case v0.10.0
6892026-03-20T23:53:15.325Z Downloaded cbc v0.1.2
6902026-03-20T23:53:15.325Z Downloaded enum-as-inner v0.6.1
6912026-03-20T23:53:15.327Z Downloaded dyn-clone v1.0.20
6922026-03-20T23:53:15.327Z Downloaded backoff v0.4.0
6932026-03-20T23:53:15.330Z Downloaded foreign-types v0.3.2
6942026-03-20T23:53:15.330Z Downloaded bytes v1.11.1
6952026-03-20T23:53:15.333Z Downloaded futures-task v0.3.32
6962026-03-20T23:53:15.336Z Downloaded difflib v0.4.0
6972026-03-20T23:53:15.336Z Downloaded flagset v0.4.7
6982026-03-20T23:53:15.339Z Downloaded futures-macro v0.3.32
6992026-03-20T23:53:15.339Z Downloaded colored v3.1.1
7002026-03-20T23:53:15.342Z Downloaded async-trait v0.1.89
7012026-03-20T23:53:15.345Z Downloaded hex v0.4.3
7022026-03-20T23:53:15.348Z Downloaded headers-core v0.3.0
7032026-03-20T23:53:15.348Z Downloaded ciborium-ll v0.2.2
7042026-03-20T23:53:15.348Z Downloaded argon2 v0.5.3
7052026-03-20T23:53:15.352Z Downloaded futures-sink v0.3.32
7062026-03-20T23:53:15.352Z Downloaded hash32 v0.2.1
7072026-03-20T23:53:15.356Z Downloaded hash32 v0.3.1
7082026-03-20T23:53:15.356Z Downloaded fixedbitset v0.5.7
7092026-03-20T23:53:15.356Z Downloaded crc32fast v1.5.0
7102026-03-20T23:53:15.359Z Downloaded defmt v1.0.1
7112026-03-20T23:53:15.362Z Downloaded git-stub v1.0.0
7122026-03-20T23:53:15.365Z Downloaded futures-executor v0.3.32
7132026-03-20T23:53:15.365Z Downloaded hex-literal v0.4.1
7142026-03-20T23:53:15.368Z Downloaded defmt-macros v1.0.1
7152026-03-20T23:53:15.368Z Downloaded diesel-dtrace v0.5.0
7162026-03-20T23:53:15.371Z Downloaded derive_builder_core v0.20.2
7172026-03-20T23:53:15.374Z Downloaded camino-tempfile-ext v0.3.3
7182026-03-20T23:53:15.374Z Downloaded elliptic-curve v0.13.8
7192026-03-20T23:53:15.377Z Downloaded httpdate v1.0.3
7202026-03-20T23:53:15.380Z Downloaded funty v2.0.0
7212026-03-20T23:53:15.380Z Downloaded hostname v0.4.2
7222026-03-20T23:53:15.383Z Downloaded home v0.5.12
7232026-03-20T23:53:15.383Z Downloaded fs_extra v1.3.0
7242026-03-20T23:53:15.386Z Downloaded indent_write v2.2.0
7252026-03-20T23:53:15.386Z Downloaded indoc v1.0.9
7262026-03-20T23:53:15.405Z Downloaded is-terminal v0.4.17
7272026-03-20T23:53:15.408Z Downloaded either v1.15.0
7282026-03-20T23:53:15.408Z Downloaded arrayvec v0.7.6
7292026-03-20T23:53:15.408Z Downloaded instability v0.3.11
7302026-03-20T23:53:15.411Z Downloaded inout v0.1.4
7312026-03-20T23:53:15.411Z Downloaded hubpack v0.1.2
7322026-03-20T23:53:15.414Z Downloaded http-range v0.1.5
7332026-03-20T23:53:15.414Z Downloaded glob v0.3.3
7342026-03-20T23:53:15.417Z Downloaded group v0.13.0
7352026-03-20T23:53:15.417Z Downloaded globset v0.4.18
7362026-03-20T23:53:15.420Z Downloaded git-stub-vcs v0.1.0
7372026-03-20T23:53:15.420Z Downloaded blake2 v0.10.6
7382026-03-20T23:53:15.423Z Downloaded instant v0.1.13
7392026-03-20T23:53:15.427Z Downloaded hyper-tls v0.6.0
7402026-03-20T23:53:15.427Z Downloaded hubpack_derive v0.1.1
7412026-03-20T23:53:15.427Z Downloaded fs-err v2.11.0
7422026-03-20T23:53:15.430Z Downloaded base64ct v1.8.3
7432026-03-20T23:53:15.430Z Downloaded find-msvc-tools v0.1.9
7442026-03-20T23:53:15.433Z Downloaded ff v0.13.1
7452026-03-20T23:53:15.433Z Downloaded des v0.8.1
7462026-03-20T23:53:15.436Z Downloaded derive_builder v0.20.2
7472026-03-20T23:53:15.439Z Downloaded lazy_static v1.5.0
7482026-03-20T23:53:15.443Z Downloaded kstat-rs v0.2.4
7492026-03-20T23:53:15.443Z Downloaded keccak v0.1.6
7502026-03-20T23:53:15.446Z Downloaded internet-checksum v0.2.1
7512026-03-20T23:53:15.446Z Downloaded ident_case v1.0.1
7522026-03-20T23:53:15.446Z Downloaded lalrpop-util v0.19.12
7532026-03-20T23:53:15.449Z Downloaded libscf-sys v1.1.0
7542026-03-20T23:53:15.449Z Downloaded http-body-util v0.1.3
7552026-03-20T23:53:15.451Z Downloaded lru-slab v0.1.2
7562026-03-20T23:53:15.452Z Downloaded linked-hash-map v0.5.6
7572026-03-20T23:53:15.452Z Downloaded highway v1.3.0
7582026-03-20T23:53:15.455Z Downloaded clang-sys v1.8.1
7592026-03-20T23:53:15.457Z Downloaded lru v0.12.5
7602026-03-20T23:53:15.457Z Downloaded indoc v2.0.7
7612026-03-20T23:53:15.460Z Downloaded impl-trait-for-tuples v0.2.3
7622026-03-20T23:53:15.463Z Downloaded colored v2.2.0
7632026-03-20T23:53:15.467Z Downloaded md5 v0.7.0
7642026-03-20T23:53:15.470Z Downloaded match_cfg v0.1.0
7652026-03-20T23:53:15.470Z Downloaded maplit v1.0.2
7662026-03-20T23:53:15.470Z Downloaded lzss v0.8.2
7672026-03-20T23:53:15.470Z Downloaded lru-cache v0.1.2
7682026-03-20T23:53:15.473Z Downloaded futures-channel v0.3.32
7692026-03-20T23:53:15.476Z Downloaded cookie v0.18.1
7702026-03-20T23:53:15.476Z Downloaded console v0.15.11
7712026-03-20T23:53:15.479Z Downloaded chacha20 v0.10.0
7722026-03-20T23:53:15.481Z Downloaded mime v0.3.17
7732026-03-20T23:53:15.487Z Downloaded memoffset v0.9.1
7742026-03-20T23:53:15.487Z Downloaded managed v0.8.0
7752026-03-20T23:53:15.489Z Downloaded ingot v0.1.1
7762026-03-20T23:53:15.489Z Downloaded is_ci v1.2.0
7772026-03-20T23:53:15.489Z Downloaded md-5 v0.10.6
7782026-03-20T23:53:15.489Z Downloaded multimap v0.10.1
7792026-03-20T23:53:15.493Z Downloaded maybe-uninit v2.0.0
7802026-03-20T23:53:15.493Z Downloaded nibble_vec v0.1.0
7812026-03-20T23:53:15.493Z Downloaded new_debug_unreachable v1.0.6
7822026-03-20T23:53:15.495Z Downloaded derive-where v1.6.0
7832026-03-20T23:53:15.499Z Downloaded nodrop v0.1.14
7842026-03-20T23:53:15.499Z Downloaded getrandom v0.2.17
7852026-03-20T23:53:15.502Z Downloaded aes-gcm v0.10.3
7862026-03-20T23:53:15.506Z Downloaded ipnet v2.11.0
7872026-03-20T23:53:15.508Z Downloaded crossbeam-epoch v0.9.18
7882026-03-20T23:53:15.508Z Downloaded jobserver v0.1.34
7892026-03-20T23:53:15.511Z Downloaded ipnetwork v0.21.1
7902026-03-20T23:53:15.514Z Downloaded num v0.4.3
7912026-03-20T23:53:15.514Z Downloaded newtype-uuid-macros v0.1.0
7922026-03-20T23:53:15.514Z Downloaded newline-converter v0.3.0
7932026-03-20T23:53:15.517Z Downloaded console v0.16.2
7942026-03-20T23:53:15.520Z Downloaded num-derive v0.3.3
7952026-03-20T23:53:15.520Z Downloaded num-iter v0.1.45
7962026-03-20T23:53:15.523Z Downloaded opaque-debug v0.3.1
7972026-03-20T23:53:15.523Z Downloaded num-conv v0.2.0
7982026-03-20T23:53:15.523Z Downloaded num_enum_derive v0.5.11
7992026-03-20T23:53:15.526Z Downloaded num-derive v0.4.2
8002026-03-20T23:53:15.526Z Downloaded libefi-sys v0.1.0
8012026-03-20T23:53:15.529Z Downloaded diff v0.1.13
8022026-03-20T23:53:15.532Z Downloaded libsw-core v0.3.2
8032026-03-20T23:53:15.532Z Downloaded libsw v3.5.0
8042026-03-20T23:53:15.535Z Downloaded olpc-cjson v0.1.4
8052026-03-20T23:53:15.535Z Downloaded num_threads v0.1.7
8062026-03-20T23:53:15.538Z Downloaded libloading v0.8.9
8072026-03-20T23:53:15.538Z Downloaded crc-any v2.5.0
8082026-03-20T23:53:15.541Z Downloaded cookie_store v0.22.1
8092026-03-20T23:53:15.541Z Downloaded hyper-staticfile v0.10.1
8102026-03-20T23:53:15.544Z Downloaded lock_api v0.4.14
8112026-03-20T23:53:15.547Z Downloaded openssl-probe v0.1.6
8122026-03-20T23:53:15.547Z Downloaded ingot-types v0.1.2
8132026-03-20T23:53:15.551Z Downloaded oso-derive v0.27.3
8142026-03-20T23:53:15.551Z Downloaded ingot-macros v0.1.1
8152026-03-20T23:53:15.554Z Downloaded hyper-rustls v0.27.7
8162026-03-20T23:53:15.554Z Downloaded parse-display v0.10.0
8172026-03-20T23:53:15.554Z Downloaded openssl-macros v0.1.1
8182026-03-20T23:53:15.557Z Downloaded futures v0.3.32
8192026-03-20T23:53:15.560Z Downloaded getrandom v0.3.4
8202026-03-20T23:53:15.563Z Downloaded compact_str v0.8.1
8212026-03-20T23:53:15.566Z Downloaded dropshot_endpoint v0.16.7
8222026-03-20T23:53:15.569Z Downloaded darling v0.21.3
8232026-03-20T23:53:15.574Z Downloaded newtype_derive v0.1.6
8242026-03-20T23:53:15.577Z Downloaded newtype-uuid v1.3.2
8252026-03-20T23:53:15.577Z Downloaded pbkdf2 v0.11.0
8262026-03-20T23:53:15.581Z Downloaded pbkdf2 v0.12.2
8272026-03-20T23:53:15.584Z Downloaded path-slash v0.1.5
8282026-03-20T23:53:15.584Z Downloaded parse-size v1.1.0
8292026-03-20T23:53:15.584Z Downloaded native-tls v0.2.18
8302026-03-20T23:53:15.584Z Downloaded base64 v0.21.7
8312026-03-20T23:53:15.588Z Downloaded half v2.7.1
8322026-03-20T23:53:15.590Z Downloaded nanorand v0.7.0
8332026-03-20T23:53:15.593Z Downloaded darling_core v0.20.11
8342026-03-20T23:53:15.597Z Downloaded openssl-probe v0.2.1
8352026-03-20T23:53:15.599Z Downloaded num_enum v0.7.5
8362026-03-20T23:53:15.602Z Downloaded nu-ansi-term v0.50.3
8372026-03-20T23:53:15.606Z Downloaded pin-utils v0.1.0
8382026-03-20T23:53:15.609Z Downloaded num_enum v0.5.11
8392026-03-20T23:53:15.611Z Downloaded phf_shared v0.12.1
8402026-03-20T23:53:15.611Z Downloaded num-rational v0.4.2
8412026-03-20T23:53:15.614Z Downloaded const_format v0.2.35
8422026-03-20T23:53:15.617Z Downloaded darling_core v0.21.3
8432026-03-20T23:53:15.621Z Downloaded powerfmt v0.2.0
8442026-03-20T23:53:15.624Z Downloaded phf_shared v0.11.3
8452026-03-20T23:53:15.624Z Downloaded base64 v0.22.1
8462026-03-20T23:53:15.627Z Downloaded num_enum_derive v0.7.5
8472026-03-20T23:53:15.630Z Downloaded oxnet v0.1.4
8482026-03-20T23:53:15.630Z Downloaded precomputed-hash v0.1.1
8492026-03-20T23:53:15.633Z Downloaded oxide-tokio-rt v0.1.3
8502026-03-20T23:53:15.633Z Downloaded litrs v1.0.0
8512026-03-20T23:53:15.636Z Downloaded ignore v0.4.25
8522026-03-20T23:53:15.639Z Downloaded proc-macro-crate v1.3.1
8532026-03-20T23:53:15.641Z Downloaded predicates-core v1.0.10
8542026-03-20T23:53:15.642Z Downloaded predicates-tree v1.0.13
8552026-03-20T23:53:15.642Z Downloaded packed_struct v0.10.1
8562026-03-20T23:53:15.644Z Downloaded httparse v1.10.1
8572026-03-20T23:53:15.647Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-03-20T23:53:15.647Z Downloaded num-integer v0.1.46
8592026-03-20T23:53:15.650Z Downloaded phf_shared v0.13.1
8602026-03-20T23:53:15.650Z Downloaded proc-macro-crate v3.4.0
8612026-03-20T23:53:15.653Z Downloaded paste v1.0.15
8622026-03-20T23:53:15.656Z Downloaded progenitor-client v0.11.2
8632026-03-20T23:53:15.656Z Downloaded pem v3.0.6
8642026-03-20T23:53:15.659Z Downloaded progenitor-macro v0.10.0
8652026-03-20T23:53:15.659Z Downloaded password-hash v0.5.0
8662026-03-20T23:53:15.662Z Downloaded parking_lot_core v0.8.6
8672026-03-20T23:53:15.667Z Downloaded heapless v0.8.0
8682026-03-20T23:53:15.672Z Downloaded headers v0.4.1
8692026-03-20T23:53:15.675Z Downloaded progenitor-macro v0.11.2
8702026-03-20T23:53:15.675Z Downloaded peg-runtime v0.8.5
8712026-03-20T23:53:15.678Z Downloaded peg v0.8.5
8722026-03-20T23:53:15.681Z Downloaded radium v0.7.0
8732026-03-20T23:53:15.681Z Downloaded pkcs8 v0.10.2
8742026-03-20T23:53:15.684Z Downloaded pem-rfc7468 v0.7.0
8752026-03-20T23:53:15.687Z Downloaded peg-macros v0.8.5
8762026-03-20T23:53:15.687Z Downloaded crossbeam-channel v0.5.15
8772026-03-20T23:53:15.690Z Downloaded pin-project-internal v1.1.11
8782026-03-20T23:53:15.693Z Downloaded ar_archive_writer v0.5.1
8792026-03-20T23:53:15.696Z Downloaded quick-error v1.2.3
8802026-03-20T23:53:15.699Z Downloaded psl-types v2.0.11
8812026-03-20T23:53:15.699Z Downloaded num-complex v0.4.6
8822026-03-20T23:53:15.699Z Downloaded pin-project-lite v0.2.17
8832026-03-20T23:53:15.704Z Downloaded phf v0.12.1
8842026-03-20T23:53:15.706Z Downloaded ppv-lite86 v0.2.21
8852026-03-20T23:53:15.706Z Downloaded phf v0.13.1
8862026-03-20T23:53:15.709Z Downloaded libbz2-rs-sys v0.2.2
8872026-03-20T23:53:15.712Z Downloaded crypto-bigint v0.5.5
8882026-03-20T23:53:15.715Z Downloaded rand_xorshift v0.4.0
8892026-03-20T23:53:15.718Z Downloaded rand_chacha v0.3.1
8902026-03-20T23:53:15.718Z Downloaded password-hash v0.4.2
8912026-03-20T23:53:15.721Z Downloaded indexmap v1.9.3
8922026-03-20T23:53:15.724Z Downloaded progenitor-client v0.13.0
8932026-03-20T23:53:15.727Z Downloaded progenitor-client v0.10.0
8942026-03-20T23:53:15.727Z Downloaded progenitor v0.10.0
8952026-03-20T23:53:15.727Z Downloaded parking_lot_core v0.9.12
8962026-03-20T23:53:15.732Z Downloaded ref-cast-impl v1.0.25
8972026-03-20T23:53:15.732Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-03-20T23:53:15.735Z Downloaded recursive v0.1.1
8992026-03-20T23:53:15.735Z Downloaded owo-colors v4.3.0
9002026-03-20T23:53:15.735Z Downloaded predicates v3.1.4
9012026-03-20T23:53:15.738Z Downloaded postgres-protocol v0.6.10
9022026-03-20T23:53:15.738Z Downloaded polyval v0.6.2
9032026-03-20T23:53:15.741Z Downloaded indicatif v0.18.4
9042026-03-20T23:53:15.744Z Downloaded ref-cast v1.0.25
9052026-03-20T23:53:15.746Z Downloaded progenitor v0.11.2
9062026-03-20T23:53:15.746Z Downloaded der v0.7.10
9072026-03-20T23:53:15.750Z Downloaded rfc6979 v0.4.0
9082026-03-20T23:53:15.753Z Downloaded flate2 v1.1.9
9092026-03-20T23:53:15.756Z Downloaded rustc_version v0.1.7
9102026-03-20T23:53:15.760Z Downloaded pkcs5 v0.7.1
9112026-03-20T23:53:15.762Z Downloaded r2d2 v0.8.10
9122026-03-20T23:53:15.763Z Downloaded parking_lot v0.11.2
9132026-03-20T23:53:15.765Z Downloaded progenitor-extras v0.1.1
9142026-03-20T23:53:15.766Z Downloaded progenitor v0.13.0
9152026-03-20T23:53:15.768Z Downloaded parking_lot v0.12.5
9162026-03-20T23:53:15.768Z Downloaded rtoolbox v0.0.3
9172026-03-20T23:53:15.771Z Downloaded psm v0.1.30
9182026-03-20T23:53:15.774Z Downloaded rustc_version v0.4.1
9192026-03-20T23:53:15.774Z Downloaded progenitor-macro v0.13.0
9202026-03-20T23:53:15.774Z Downloaded pkcs1 v0.7.5
9212026-03-20T23:53:15.777Z Downloaded heapless v0.7.17
9222026-03-20T23:53:15.780Z Downloaded postcard v1.1.3
9232026-03-20T23:53:15.783Z Downloaded p256 v0.13.2
9242026-03-20T23:53:15.785Z Downloaded rustc-hash v2.1.1
9252026-03-20T23:53:15.785Z Downloaded russh-cryptovec v0.7.3
9262026-03-20T23:53:15.788Z Downloaded derive_more v2.1.1
9272026-03-20T23:53:15.794Z Downloaded poly1305 v0.8.0
9282026-03-20T23:53:15.797Z Downloaded salsa20 v0.10.2
9292026-03-20T23:53:15.800Z Downloaded rand_core v0.9.5
9302026-03-20T23:53:15.800Z Downloaded rand_core v0.6.4
9312026-03-20T23:53:15.803Z Downloaded proc-macro-error2 v2.0.1
9322026-03-20T23:53:15.803Z Downloaded bumpalo v3.20.2
9332026-03-20T23:53:15.806Z Downloaded omicron-zone-package v0.12.2
9342026-03-20T23:53:15.809Z Downloaded scheduled-thread-pool v0.2.7
9352026-03-20T23:53:15.812Z Downloaded parse-display-derive v0.10.0
9362026-03-20T23:53:15.812Z Downloaded rand_chacha v0.9.0
9372026-03-20T23:53:15.815Z Downloaded multer v3.1.0
9382026-03-20T23:53:15.815Z Downloaded scopeguard v1.2.0
9392026-03-20T23:53:15.818Z Downloaded mime_guess v2.0.5
9402026-03-20T23:53:15.818Z Downloaded secrecy v0.10.3
9412026-03-20T23:53:15.821Z Downloaded memmap2 v0.9.10
9422026-03-20T23:53:15.821Z Downloaded rand_seeder v0.4.0
9432026-03-20T23:53:15.824Z Downloaded rand_core v0.10.0
9442026-03-20T23:53:15.824Z Downloaded primeorder v0.13.6
9452026-03-20T23:53:15.827Z Downloaded postgres-types v0.2.12
9462026-03-20T23:53:15.830Z Downloaded oso v0.27.3
9472026-03-20T23:53:15.833Z Downloaded pin-project v1.1.11
9482026-03-20T23:53:15.839Z Downloaded miniz_oxide v0.8.9
9492026-03-20T23:53:15.842Z Downloaded serde-big-array v0.5.1
9502026-03-20T23:53:15.845Z Downloaded papergrid v0.17.0
9512026-03-20T23:53:15.848Z Downloaded scrypt v0.11.0
9522026-03-20T23:53:15.851Z Downloaded hickory-resolver v0.24.4
9532026-03-20T23:53:15.855Z Downloaded serde_spanned v1.0.4
9542026-03-20T23:53:15.855Z Downloaded same-file v1.0.6
9552026-03-20T23:53:15.858Z Downloaded secrecy v0.8.0
9562026-03-20T23:53:15.858Z Downloaded sapling-renderdag v0.1.0
9572026-03-20T23:53:15.861Z Downloaded sha1 v0.10.6
9582026-03-20T23:53:15.861Z Downloaded resolv-conf v0.7.6
9592026-03-20T23:53:15.864Z Downloaded serde_plain v1.0.2
9602026-03-20T23:53:15.864Z Downloaded serde_repr v0.1.20
9612026-03-20T23:53:15.867Z Downloaded serde_bytes v0.11.19
9622026-03-20T23:53:15.867Z Downloaded ed25519-dalek v2.2.0
9632026-03-20T23:53:15.870Z Downloaded hickory-server v0.25.2
9642026-03-20T23:53:15.873Z Downloaded rustls-native-certs v0.8.3
9652026-03-20T23:53:15.876Z Downloaded hashbrown v0.13.2
9662026-03-20T23:53:15.879Z Downloaded sigpipe v0.1.3
9672026-03-20T23:53:15.882Z Downloaded signal-hook-mio v0.2.5
9682026-03-20T23:53:15.882Z Downloaded semver v0.1.20
9692026-03-20T23:53:15.885Z Downloaded rustversion v1.0.22
9702026-03-20T23:53:15.888Z Downloaded quinn-udp v0.5.14
9712026-03-20T23:53:15.888Z Downloaded rustls-pemfile v2.2.0
9722026-03-20T23:53:15.890Z Downloaded rustls-pemfile v1.0.4
9732026-03-20T23:53:15.893Z Downloaded dropshot-api-manager v0.6.0
9742026-03-20T23:53:15.896Z Downloaded diesel_derives v2.3.7
9752026-03-20T23:53:15.899Z Downloaded signal-hook-tokio v0.3.1
9762026-03-20T23:53:15.902Z Downloaded siphasher v1.0.2
9772026-03-20T23:53:15.902Z Downloaded signature v2.2.0
9782026-03-20T23:53:15.905Z Downloaded slog-bunyan v2.5.0
9792026-03-20T23:53:15.905Z Downloaded shell-words v1.1.1
9802026-03-20T23:53:15.908Z Downloaded serde_urlencoded v0.7.1
9812026-03-20T23:53:15.908Z Downloaded sct v0.7.1
9822026-03-20T23:53:15.911Z Downloaded schemars_derive v0.8.22
9832026-03-20T23:53:15.911Z Downloaded rusty-fork v0.3.1
9842026-03-20T23:53:15.914Z Downloaded scroll_derive v0.13.1
9852026-03-20T23:53:15.914Z Downloaded pkg-config v0.3.32
9862026-03-20T23:53:15.917Z Downloaded fatfs v0.3.6
9872026-03-20T23:53:15.917Z Downloaded linear-map v1.2.0
9882026-03-20T23:53:15.920Z Downloaded iana-time-zone v0.1.65
9892026-03-20T23:53:15.924Z Downloaded slog-envlogger v2.2.0
9902026-03-20T23:53:15.924Z Downloaded minimal-lexical v0.2.1
9912026-03-20T23:53:15.927Z Downloaded derive_more-impl v2.1.1
9922026-03-20T23:53:15.930Z Downloaded allocator-api2 v0.2.21
9932026-03-20T23:53:15.933Z Downloaded arc-swap v1.8.2
9942026-03-20T23:53:15.936Z Downloaded seq-macro v0.3.6
9952026-03-20T23:53:15.939Z Downloaded serde-hex v0.1.0
9962026-03-20T23:53:15.942Z Downloaded hickory-resolver v0.25.2
9972026-03-20T23:53:15.945Z Downloaded sec1 v0.7.3
9982026-03-20T23:53:15.945Z Downloaded packed_struct_codegen v0.10.1
9992026-03-20T23:53:15.948Z Downloaded serde_derive_internals v0.29.1
10002026-03-20T23:53:15.948Z Downloaded russh-keys v0.45.0
10012026-03-20T23:53:15.950Z Downloaded jiff-static v0.2.21
10022026-03-20T23:53:15.953Z Downloaded serde_path_to_error v0.1.20
10032026-03-20T23:53:15.953Z Downloaded hmac v0.12.1
10042026-03-20T23:53:15.956Z Downloaded sqlparser_derive v0.5.0
10052026-03-20T23:53:15.956Z Downloaded hickory-client v0.25.2
10062026-03-20T23:53:15.959Z Downloaded crossterm v0.28.1
10072026-03-20T23:53:15.962Z Downloaded half v1.8.3
10082026-03-20T23:53:15.965Z Downloaded humantime v2.3.0
10092026-03-20T23:53:15.968Z Downloaded normalize-line-endings v0.3.0
10102026-03-20T23:53:15.968Z Downloaded nonempty v0.12.0
10112026-03-20T23:53:15.968Z Downloaded ssh-cipher v0.2.0
10122026-03-20T23:53:15.971Z Downloaded rustls-pki-types v1.14.0
10132026-03-20T23:53:15.971Z Downloaded ssh-encoding v0.2.0
10142026-03-20T23:53:15.974Z Downloaded shlex v1.3.0
10152026-03-20T23:53:15.974Z Downloaded strum v0.27.2
10162026-03-20T23:53:15.977Z Downloaded strum v0.26.3
10172026-03-20T23:53:15.977Z Downloaded rcgen v0.12.1
10182026-03-20T23:53:15.980Z Downloaded chacha20poly1305 v0.10.1
10192026-03-20T23:53:15.980Z Downloaded slog-async v2.8.0
10202026-03-20T23:53:15.982Z Downloaded async-bb8-diesel v0.2.1
10212026-03-20T23:53:15.986Z Downloaded strip-ansi-escapes v0.2.1
10222026-03-20T23:53:15.986Z Downloaded erased-serde v0.3.31
10232026-03-20T23:53:15.989Z Downloaded structmeta v0.3.0
10242026-03-20T23:53:15.989Z Downloaded subtle v2.6.1
10252026-03-20T23:53:15.989Z Downloaded supports-color v3.0.2
10262026-03-20T23:53:15.991Z Downloaded structmeta-derive v0.3.0
10272026-03-20T23:53:15.992Z Downloaded tabled_derive v0.11.0
10282026-03-20T23:53:15.995Z Downloaded openssl-sys v0.9.111
10292026-03-20T23:53:15.998Z Downloaded slog-term v2.9.2
10302026-03-20T23:53:16.026Z Downloaded tap v1.0.1
10312026-03-20T23:53:16.026Z Downloaded sync_wrapper v1.0.2
10322026-03-20T23:53:16.026Z Downloaded sync-ptr v0.1.4
10332026-03-20T23:53:16.030Z Downloaded slog-dtrace v0.3.0
10342026-03-20T23:53:16.030Z Downloaded smallvec v0.6.14
10352026-03-20T23:53:16.030Z Downloaded num-bigint v0.4.6
10362026-03-20T23:53:16.030Z Downloaded hashbrown v0.12.3
10372026-03-20T23:53:16.030Z Downloaded http v1.4.0
10382026-03-20T23:53:16.030Z Downloaded take_mut v0.2.2
10392026-03-20T23:53:16.030Z Downloaded tagptr v0.2.0
10402026-03-20T23:53:16.030Z Downloaded slog-json v2.6.1
10412026-03-20T23:53:16.030Z Downloaded progenitor-impl v0.11.2
10422026-03-20T23:53:16.030Z Downloaded progenitor-impl v0.10.0
10432026-03-20T23:53:16.030Z Downloaded pretty_assertions v1.4.1
10442026-03-20T23:53:16.030Z Downloaded progenitor-impl v0.13.0
10452026-03-20T23:53:16.030Z Downloaded slog-scope v4.4.1
10462026-03-20T23:53:16.030Z Downloaded termtree v0.5.1
10472026-03-20T23:53:16.030Z Downloaded spki v0.7.3
10482026-03-20T23:53:16.030Z Downloaded snafu-derive v0.8.9
10492026-03-20T23:53:16.034Z Downloaded hyper-util v0.1.20
10502026-03-20T23:53:16.037Z Downloaded testing_table v0.3.0
10512026-03-20T23:53:16.037Z Downloaded static_assertions v1.1.0
10522026-03-20T23:53:16.040Z Downloaded serde_cbor v0.11.2
10532026-03-20T23:53:16.042Z Downloaded simd-adler32 v0.3.8
10542026-03-20T23:53:16.042Z Downloaded serde_with_macros v3.17.0
10552026-03-20T23:53:16.045Z Downloaded signal-hook-registry v1.4.8
10562026-03-20T23:53:16.045Z Downloaded thread-id v5.1.0
10572026-03-20T23:53:16.048Z Downloaded stacker v0.1.23
10582026-03-20T23:53:16.048Z Downloaded time-core v0.1.8
10592026-03-20T23:53:16.051Z Downloaded slog-stdlog v4.1.1
10602026-03-20T23:53:16.051Z Downloaded slab v0.4.12
10612026-03-20T23:53:16.054Z Downloaded tinyvec_macros v0.1.1
10622026-03-20T23:53:16.054Z Downloaded rustls-platform-verifier v0.6.2
10632026-03-20T23:53:16.057Z Downloaded scroll v0.13.0
10642026-03-20T23:53:16.057Z Downloaded strum_macros v0.24.3
10652026-03-20T23:53:16.061Z Downloaded string_cache v0.8.9
10662026-03-20T23:53:16.061Z Downloaded prefix-trie v0.7.0
10672026-03-20T23:53:16.064Z Downloaded downcast-rs v2.0.2
10682026-03-20T23:53:16.068Z Downloaded document-features v0.2.12
10692026-03-20T23:53:16.069Z Downloaded strum_macros v0.26.4
10702026-03-20T23:53:16.072Z Downloaded stringprep v0.1.5
10712026-03-20T23:53:16.072Z Downloaded ryu v1.0.23
10722026-03-20T23:53:16.081Z Downloaded crossbeam-deque v0.8.6
10732026-03-20T23:53:16.082Z Downloaded rayon-core v1.13.0
10742026-03-20T23:53:16.082Z Downloaded support-bundle-viewer v0.1.2
10752026-03-20T23:53:16.082Z Downloaded strum_macros v0.27.2
10762026-03-20T23:53:16.085Z Downloaded tabwriter v1.4.1
10772026-03-20T23:53:16.085Z Downloaded schemars v0.8.22
10782026-03-20T23:53:16.090Z Downloaded bitvec v1.0.1
10792026-03-20T23:53:16.102Z Downloaded smf v0.2.3
10802026-03-20T23:53:16.105Z Downloaded ron v0.8.1
10812026-03-20T23:53:16.108Z Downloaded prettyplease v0.2.37
10822026-03-20T23:53:16.111Z Downloaded try-lock v0.2.5
10832026-03-20T23:53:16.111Z Downloaded tiny-keccak v2.0.2
10842026-03-20T23:53:16.114Z Downloaded thread_local v1.1.9
10852026-03-20T23:53:16.115Z Downloaded mio v1.1.1
10862026-03-20T23:53:16.119Z Downloaded tower-layer v0.3.3
10872026-03-20T23:53:16.122Z Downloaded sqlformat v0.3.5
10882026-03-20T23:53:16.122Z Downloaded termios v0.3.3
10892026-03-20T23:53:16.125Z Downloaded nom v7.1.3
10902026-03-20T23:53:16.128Z Downloaded spin v0.9.8
10912026-03-20T23:53:16.132Z Downloaded tower-service v0.3.3
10922026-03-20T23:53:16.135Z Downloaded topological-sort v0.2.2
10932026-03-20T23:53:16.135Z Downloaded thiserror-no-std v2.0.2
10942026-03-20T23:53:16.138Z Downloaded thiserror-impl-no-std v2.0.2
10952026-03-20T23:53:16.138Z Downloaded trait-variant v0.1.2
10962026-03-20T23:53:16.138Z Downloaded time-macros v0.2.27
10972026-03-20T23:53:16.141Z Downloaded signal-hook v0.3.18
10982026-03-20T23:53:16.144Z Downloaded iddqd v0.3.17
10992026-03-20T23:53:16.148Z Downloaded qorb v0.4.1
11002026-03-20T23:53:16.152Z Downloaded typify-macro v0.4.3
11012026-03-20T23:53:16.155Z Downloaded quinn v0.11.9
11022026-03-20T23:53:16.157Z Downloaded typify-macro v0.6.1
11032026-03-20T23:53:16.158Z Downloaded publicsuffix v2.3.0
11042026-03-20T23:53:16.160Z Downloaded tokio-native-tls v0.3.1
11052026-03-20T23:53:16.163Z Downloaded slog v2.8.2
11062026-03-20T23:53:16.163Z Downloaded rand v0.8.5
11072026-03-20T23:53:16.166Z Downloaded libxml v0.3.3
11082026-03-20T23:53:16.171Z Downloaded itertools v0.12.1
11092026-03-20T23:53:16.176Z Downloaded void v1.0.2
11102026-03-20T23:53:16.179Z Downloaded unicode-truncate v1.1.0
11112026-03-20T23:53:16.179Z Downloaded usdt-attr-macro v0.6.0
11122026-03-20T23:53:16.182Z Downloaded usdt v0.6.0
11132026-03-20T23:53:16.182Z Downloaded untrusted v0.9.0
11142026-03-20T23:53:16.182Z Downloaded usdt-macro v0.6.0
11152026-03-20T23:53:16.185Z Downloaded untrusted v0.7.1
11162026-03-20T23:53:16.185Z Downloaded universal-hash v0.5.1
11172026-03-20T23:53:16.185Z Downloaded unit-prefix v0.5.2
11182026-03-20T23:53:16.188Z Downloaded unarray v0.1.4
11192026-03-20T23:53:16.188Z Downloaded tokio-rustls v0.25.0
11202026-03-20T23:53:16.191Z Downloaded tokio-dtrace v0.1.1
11212026-03-20T23:53:16.191Z Downloaded schemars v0.9.0
11222026-03-20T23:53:16.200Z Downloaded utf-8 v0.7.6
11232026-03-20T23:53:16.203Z Downloaded tokio-tungstenite v0.23.1
11242026-03-20T23:53:16.203Z Downloaded tokio-tungstenite v0.21.0
11252026-03-20T23:53:16.206Z Downloaded bindgen v0.71.1
11262026-03-20T23:53:16.210Z Downloaded want v0.3.1
11272026-03-20T23:53:16.213Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-03-20T23:53:16.213Z Downloaded term v1.2.1
11292026-03-20T23:53:16.216Z Downloaded term v0.7.0
11302026-03-20T23:53:16.219Z Downloaded waitgroup v0.1.2
11312026-03-20T23:53:16.222Z Downloaded tokio-macros v2.6.0
11322026-03-20T23:53:16.222Z Downloaded socket2 v0.6.2
11332026-03-20T23:53:16.225Z Downloaded tui-tree-widget v0.23.1
11342026-03-20T23:53:16.225Z Downloaded socket2 v0.5.10
11352026-03-20T23:53:16.227Z Downloaded rsa v0.9.10
11362026-03-20T23:53:16.230Z Downloaded similar v2.7.0
11372026-03-20T23:53:16.234Z Downloaded xattr v1.6.1
11382026-03-20T23:53:16.237Z Downloaded wait-timeout v0.2.1
11392026-03-20T23:53:16.237Z Downloaded tls_codec_derive v0.4.2
11402026-03-20T23:53:16.240Z Downloaded itertools v0.10.5
11412026-03-20T23:53:16.244Z Downloaded tls_codec v0.4.2
11422026-03-20T23:53:16.246Z Downloaded serde_yaml v0.9.34+deprecated
11432026-03-20T23:53:16.249Z Downloaded hashbrown v0.15.5
11442026-03-20T23:53:16.252Z Downloaded xshell-macros v0.2.7
11452026-03-20T23:53:16.255Z Downloaded rustls-webpki v0.103.9
11462026-03-20T23:53:16.255Z Downloaded futures-util v0.3.32
11472026-03-20T23:53:16.265Z Downloaded zone_cfg_derive v0.3.1
11482026-03-20T23:53:16.268Z Downloaded usdt-impl v0.6.0
11492026-03-20T23:53:16.268Z Downloaded unicase v2.9.0
11502026-03-20T23:53:16.268Z Downloaded tokio-stream v0.1.18
11512026-03-20T23:53:16.271Z Downloaded zeroize_derive v1.4.3
11522026-03-20T23:53:16.274Z Downloaded tokio-rustls v0.26.4
11532026-03-20T23:53:16.274Z Downloaded iri-string v0.7.10
11542026-03-20T23:53:16.279Z Downloaded tokio-rustls v0.24.1
11552026-03-20T23:53:16.283Z Downloaded schemars v1.2.1
11562026-03-20T23:53:16.293Z Downloaded uzers v0.12.2
11572026-03-20T23:53:16.295Z Downloaded vergen-gitcl v1.0.8
11582026-03-20T23:53:16.295Z Downloaded toml_parser v1.0.9+spec-1.1.0
11592026-03-20T23:53:16.299Z Downloaded walkdir v2.5.0
11602026-03-20T23:53:16.302Z Downloaded vergen-lib v0.1.6
11612026-03-20T23:53:16.302Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-03-20T23:53:16.302Z Downloaded test-strategy v0.4.5
11632026-03-20T23:53:16.305Z Downloaded tinyvec v1.10.0
11642026-03-20T23:53:16.308Z Downloaded vsss-rs v3.3.4
11652026-03-20T23:53:16.308Z Downloaded tar v0.4.44
11662026-03-20T23:53:16.313Z Downloaded samael v0.0.19
11672026-03-20T23:53:16.315Z Downloaded twox-hash v2.1.2
11682026-03-20T23:53:16.318Z Downloaded num-bigint-dig v0.8.6
11692026-03-20T23:53:16.321Z Downloaded itertools v0.13.0
11702026-03-20T23:53:16.326Z Downloaded wyz v0.5.1
11712026-03-20T23:53:16.328Z Downloaded zone v0.3.1
11722026-03-20T23:53:16.328Z Downloaded whoami v1.6.1
11732026-03-20T23:53:16.331Z Downloaded rand v0.10.0
11742026-03-20T23:53:16.334Z Downloaded p521 v0.13.3
11752026-03-20T23:53:16.337Z Downloaded xshell v0.2.7
11762026-03-20T23:53:16.337Z Downloaded unicode-properties v0.1.4
11772026-03-20T23:53:16.340Z Downloaded zeroize v1.8.2
11782026-03-20T23:53:16.340Z Downloaded rand v0.9.2
11792026-03-20T23:53:16.343Z Downloaded snafu v0.8.9
11802026-03-20T23:53:16.347Z Downloaded toml v0.9.12+spec-1.1.0
11812026-03-20T23:53:16.350Z Downloaded toml v0.7.8
11822026-03-20T23:53:16.353Z Downloaded subprocess v0.2.15
11832026-03-20T23:53:16.356Z Downloaded xz2 v0.1.7
11842026-03-20T23:53:16.358Z Downloaded const-oid v0.9.6
11852026-03-20T23:53:16.358Z Downloaded hkdf v0.12.4
11862026-03-20T23:53:16.362Z Downloaded cc v1.2.56
11872026-03-20T23:53:16.364Z Downloaded tracing-attributes v0.1.31
11882026-03-20T23:53:16.389Z Downloaded cassowary v0.3.0
11892026-03-20T23:53:16.389Z Downloaded cargo_toml v0.22.3
11902026-03-20T23:53:16.389Z Downloaded cancel-safe-futures v0.1.5
11912026-03-20T23:53:16.394Z Downloaded tracing-core v0.1.36
11922026-03-20T23:53:16.394Z Downloaded blake3 v1.8.3
11932026-03-20T23:53:16.394Z Downloaded zstd-safe v7.2.4
11942026-03-20T23:53:16.394Z Downloaded vergen-git2 v1.0.7
11952026-03-20T23:53:16.394Z Downloaded vergen v9.0.6
11962026-03-20T23:53:16.394Z Downloaded typify v0.6.1
11972026-03-20T23:53:16.394Z Downloaded typify v0.4.3
11982026-03-20T23:53:16.394Z Downloaded uuid v1.21.0
11992026-03-20T23:53:16.394Z Downloaded yasna v0.5.2
12002026-03-20T23:53:16.394Z Downloaded h2 v0.4.13
12012026-03-20T23:53:16.398Z Downloaded tungstenite v0.23.0
12022026-03-20T23:53:16.401Z Downloaded libm v0.2.16
12032026-03-20T23:53:16.409Z Downloaded whoami v2.1.0
12042026-03-20T23:53:16.414Z Downloaded ron v0.12.0
12052026-03-20T23:53:16.418Z Downloaded vte v0.14.1
12062026-03-20T23:53:16.421Z Downloaded hyper v1.8.1
12072026-03-20T23:53:16.425Z Downloaded tungstenite v0.21.0
12082026-03-20T23:53:16.429Z Downloaded steno v0.4.1
12092026-03-20T23:53:16.433Z Downloaded zerocopy v0.6.6
12102026-03-20T23:53:16.433Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-03-20T23:53:16.436Z Downloaded reedline v0.40.0
12122026-03-20T23:53:16.441Z Downloaded unsafe-libyaml v0.2.11
12132026-03-20T23:53:16.444Z Downloaded russh v0.45.0
12142026-03-20T23:53:16.448Z Downloaded rustyline v14.0.0
12152026-03-20T23:53:16.453Z Downloaded zstd v0.13.3
12162026-03-20T23:53:16.456Z Downloaded toml_edit v0.19.15
12172026-03-20T23:53:16.468Z Downloaded p384 v0.13.1
12182026-03-20T23:53:16.472Z Downloaded chrono v0.4.44
12192026-03-20T23:53:16.478Z Downloaded zip v0.6.6
12202026-03-20T23:53:16.482Z Downloaded reqwest v0.12.28
12212026-03-20T23:53:16.486Z Downloaded regex v1.12.3
12222026-03-20T23:53:16.491Z Downloaded aws-lc-rs v1.16.0
12232026-03-20T23:53:16.498Z Downloaded tokio-postgres v0.7.16
12242026-03-20T23:53:16.503Z Downloaded git2 v0.20.4
12252026-03-20T23:53:16.510Z Downloaded yansi v1.0.1
12262026-03-20T23:53:16.514Z Downloaded rpassword v7.4.0
12272026-03-20T23:53:16.518Z Downloaded itertools v0.14.0
12282026-03-20T23:53:16.522Z Downloaded reqwest v0.13.2
12292026-03-20T23:53:16.525Z Downloaded tower v0.5.3
12302026-03-20T23:53:16.531Z Downloaded ssh-key v0.6.7
12312026-03-20T23:53:16.536Z Downloaded typed-path v0.9.3
12322026-03-20T23:53:16.540Z Downloaded salty v0.3.0
12332026-03-20T23:53:16.546Z Downloaded rustls-webpki v0.101.7
12342026-03-20T23:53:16.556Z Downloaded unicode_categories v0.1.1
12352026-03-20T23:53:16.560Z Downloaded unicode-bidi v0.3.18
12362026-03-20T23:53:16.560Z Downloaded quick-xml v0.37.5
12372026-03-20T23:53:16.564Z Downloaded http-body v1.0.1
12382026-03-20T23:53:16.568Z Downloaded corncobs v0.1.4
12392026-03-20T23:53:16.568Z Downloaded hostname v0.3.1
12402026-03-20T23:53:16.568Z Downloaded buf-list v1.1.2
12412026-03-20T23:53:16.571Z Downloaded foldhash v0.1.5
12422026-03-20T23:53:16.571Z Downloaded foldhash v0.2.0
12432026-03-20T23:53:16.571Z Downloaded ena v0.14.4
12442026-03-20T23:53:16.575Z Downloaded cargo_metadata v0.19.2
12452026-03-20T23:53:16.575Z Downloaded proptest v1.10.0
12462026-03-20T23:53:16.581Z Downloaded ciborium v0.2.2
12472026-03-20T23:53:16.585Z Downloaded rustls-webpki v0.102.8
12482026-03-20T23:53:16.597Z Downloaded moka v0.12.13
12492026-03-20T23:53:16.603Z Downloaded unicode-segmentation v1.12.0
12502026-03-20T23:53:16.606Z Downloaded tokio-util v0.7.18
12512026-03-20T23:53:16.611Z Downloaded rayon v1.11.0
12522026-03-20T23:53:16.617Z Downloaded zopfli v0.8.3
12532026-03-20T23:53:16.621Z Downloaded portable-atomic v1.13.1
12542026-03-20T23:53:16.627Z Downloaded ed25519 v2.2.3
12552026-03-20T23:53:16.631Z Downloaded csv-core v0.1.13
12562026-03-20T23:53:16.631Z Downloaded foreign-types-shared v0.1.1
12572026-03-20T23:53:16.631Z Downloaded dtrace-parser v0.3.0
12582026-03-20T23:53:16.631Z Downloaded dropshot-api-manager-types v0.6.0
12592026-03-20T23:53:16.631Z Downloaded bitfield-struct v0.6.2
12602026-03-20T23:53:16.631Z Downloaded bcrypt-pbkdf v0.10.0
12612026-03-20T23:53:16.634Z Downloaded chacha20 v0.9.1
12622026-03-20T23:53:16.634Z Downloaded cexpr v0.6.0
12632026-03-20T23:53:16.638Z Downloaded async-recursion v1.1.1
12642026-03-20T23:53:16.638Z Downloaded lalrpop v0.19.12
12652026-03-20T23:53:16.645Z Downloaded x509-cert v0.2.5
12662026-03-20T23:53:16.649Z Downloaded radix_trie v0.2.1
12672026-03-20T23:53:16.654Z Downloaded zerocopy-derive v0.8.40
12682026-03-20T23:53:16.660Z Downloaded goblin v0.10.5
12692026-03-20T23:53:16.666Z Downloaded polar-core v0.27.3
12702026-03-20T23:53:16.672Z Downloaded openssl v0.10.75
12712026-03-20T23:53:16.680Z Downloaded crc8 v0.1.1
12722026-03-20T23:53:16.683Z Downloaded cargo-platform v0.1.9
12732026-03-20T23:53:16.683Z Downloaded assert_matches v1.5.0
12742026-03-20T23:53:16.683Z Downloaded bit-vec v0.6.3
12752026-03-20T23:53:16.683Z Downloaded ascii-canvas v3.0.0
12762026-03-20T23:53:16.683Z Downloaded crc v3.4.0
12772026-03-20T23:53:16.688Z Downloaded array-init v0.0.4
12782026-03-20T23:53:16.688Z Downloaded ecdsa v0.16.9
12792026-03-20T23:53:16.688Z Downloaded aes v0.8.4
12802026-03-20T23:53:16.691Z Downloaded diesel_table_macro_syntax v0.3.0
12812026-03-20T23:53:16.695Z Downloaded rustls v0.21.12
12822026-03-20T23:53:16.704Z Downloaded unicode-normalization v0.1.25
12832026-03-20T23:53:16.704Z Downloaded nix v0.29.0
12842026-03-20T23:53:16.712Z Downloaded zip v4.6.1
12852026-03-20T23:53:16.721Z Downloaded smoltcp v0.9.1
12862026-03-20T23:53:16.727Z Downloaded tower-http v0.6.8
12872026-03-20T23:53:16.733Z Downloaded bstr v1.12.1
12882026-03-20T23:53:16.741Z Downloaded tough v0.20.0
12892026-03-20T23:53:16.746Z Downloaded serde_with v3.17.0
12902026-03-20T23:53:16.761Z Downloaded webpki-roots v1.0.6
12912026-03-20T23:53:16.764Z Downloaded curve25519-dalek v4.1.3
12922026-03-20T23:53:16.778Z Downloaded petname v2.0.2
12932026-03-20T23:53:16.781Z Downloaded smoltcp v0.11.0
12942026-03-20T23:53:16.789Z Downloaded regress v0.10.5
12952026-03-20T23:53:16.804Z Downloaded regex-syntax v0.8.10
12962026-03-20T23:53:16.815Z Downloaded rustix v0.38.44
12972026-03-20T23:53:16.832Z Downloaded winnow v0.6.26
12982026-03-20T23:53:16.839Z Downloaded winnow v0.5.40
12992026-03-20T23:53:16.845Z Downloaded nix v0.27.1
13002026-03-20T23:53:16.853Z Downloaded object v0.30.4
13012026-03-20T23:53:16.861Z Downloaded quinn-proto v0.11.13
13022026-03-20T23:53:16.889Z Downloaded sled v0.34.7
13032026-03-20T23:53:16.903Z Downloaded tabled v0.20.0
13042026-03-20T23:53:16.917Z Downloaded nix v0.28.0
13052026-03-20T23:53:16.925Z Downloaded typify-impl v0.4.3
13062026-03-20T23:53:16.937Z Downloaded time v0.3.47
13072026-03-20T23:53:16.946Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-03-20T23:53:16.956Z Downloaded regex-syntax v0.6.29
13092026-03-20T23:53:16.960Z Downloaded regex-automata v0.4.14
13102026-03-20T23:53:16.971Z Downloaded zlib-rs v0.6.2
13112026-03-20T23:53:16.976Z Downloaded nix v0.31.1
13122026-03-20T23:53:16.985Z Downloaded ratatui v0.29.0
13132026-03-20T23:53:16.998Z Downloaded vcpkg v0.2.15
13142026-03-20T23:53:17.027Z Downloaded object v0.37.3
13152026-03-20T23:53:17.035Z Downloaded lzma-sys v0.1.20
13162026-03-20T23:53:17.056Z Downloaded dropshot v0.16.7
13172026-03-20T23:53:17.072Z Downloaded rustls v0.22.4
13182026-03-20T23:53:17.081Z Downloaded zerocopy v0.8.40
13192026-03-20T23:53:17.088Z Downloaded hickory-proto v0.25.2
13202026-03-20T23:53:17.099Z Downloaded rustls v0.23.37
13212026-03-20T23:53:17.108Z Downloaded diesel v2.3.7
13222026-03-20T23:53:17.124Z Downloaded hickory-proto v0.24.4
13232026-03-20T23:53:17.134Z Downloaded openapiv3 v2.2.0
13242026-03-20T23:53:17.143Z Downloaded chrono-tz v0.10.4
13252026-03-20T23:53:17.209Z Downloaded sqlparser v0.61.0
13262026-03-20T23:53:17.240Z Downloaded ring v0.17.14
13272026-03-20T23:53:17.271Z Downloaded typify-impl v0.6.1
13282026-03-20T23:53:17.316Z Downloaded tracing v0.1.44
13292026-03-20T23:53:17.342Z Downloaded zerocopy-derive v0.6.6
13302026-03-20T23:53:17.386Z Downloaded petgraph v0.6.5
13312026-03-20T23:53:17.421Z Downloaded jiff v0.2.21
13322026-03-20T23:53:17.478Z Downloaded petgraph v0.8.3
13332026-03-20T23:53:17.494Z Downloaded libz-sys v1.1.24
13342026-03-20T23:53:17.510Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-03-20T23:53:17.524Z Downloaded csv v1.4.0
13362026-03-20T23:53:17.539Z Downloaded tokio v1.49.0
13372026-03-20T23:53:17.569Z Downloaded sha3 v0.10.8
13382026-03-20T23:53:17.625Z Downloaded encoding_rs v0.8.35
13392026-03-20T23:53:17.659Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-20T23:53:17.950Z Downloaded aws-lc-sys v0.37.1
13412026-03-20T23:53:18.274Z Compiling libc v0.2.180
13422026-03-20T23:53:18.278Z Compiling serde v1.0.228
13432026-03-20T23:53:18.278Z Compiling log v0.4.29
13442026-03-20T23:53:18.278Z Compiling shlex v1.3.0
13452026-03-20T23:53:18.485Z Compiling find-msvc-tools v0.1.9
13462026-03-20T23:53:18.489Z Compiling smallvec v1.15.1
13472026-03-20T23:53:18.502Z Compiling syn v2.0.117
13482026-03-20T23:53:18.506Z Compiling typenum v1.19.0
13492026-03-20T23:53:18.701Z Compiling generic-array v0.14.7
13502026-03-20T23:53:18.717Z Compiling subtle v2.6.1
13512026-03-20T23:53:18.770Z Compiling scopeguard v1.2.0
13522026-03-20T23:53:18.830Z Compiling portable-atomic v1.13.1
13532026-03-20T23:53:18.849Z Compiling const-oid v0.9.6
13542026-03-20T23:53:18.897Z Compiling lock_api v0.4.14
13552026-03-20T23:53:18.935Z Compiling critical-section v1.2.0
13562026-03-20T23:53:19.029Z Compiling zerocopy v0.8.40
13572026-03-20T23:53:19.080Z Compiling parking_lot_core v0.9.12
13582026-03-20T23:53:19.195Z Compiling pin-project-lite v0.2.17
13592026-03-20T23:53:19.311Z Compiling serde_json v1.0.149
13602026-03-20T23:53:19.399Z Compiling pkg-config v0.3.32
13612026-03-20T23:53:19.582Z Compiling bitflags v2.11.0
13622026-03-20T23:53:19.672Z Compiling getrandom v0.2.17
13632026-03-20T23:53:19.754Z Compiling jobserver v0.1.34
13642026-03-20T23:53:19.867Z Compiling rand_core v0.6.4
13652026-03-20T23:53:19.912Z Compiling errno v0.3.14
13662026-03-20T23:53:20.093Z Compiling cc v1.2.56
13672026-03-20T23:53:20.146Z Compiling once_cell v1.21.3
13682026-03-20T23:53:20.189Z Compiling signal-hook-registry v1.4.8
13692026-03-20T23:53:20.211Z Compiling parking_lot v0.12.5
13702026-03-20T23:53:20.260Z Compiling mio v1.1.1
13712026-03-20T23:53:20.320Z Compiling libm v0.2.16
13722026-03-20T23:53:20.405Z Compiling num-traits v0.2.19
13732026-03-20T23:53:20.533Z Compiling futures-core v0.3.32
13742026-03-20T23:53:20.741Z Compiling socket2 v0.6.2
13752026-03-20T23:53:20.847Z Compiling percent-encoding v2.3.2
13762026-03-20T23:53:20.924Z Compiling allocator-api2 v0.2.21
13772026-03-20T23:53:21.007Z Compiling foldhash v0.2.0
13782026-03-20T23:53:21.093Z Compiling cpufeatures v0.2.17
13792026-03-20T23:53:21.187Z Compiling futures-sink v0.3.32
13802026-03-20T23:53:21.205Z Compiling futures-io v0.3.32
13812026-03-20T23:53:21.308Z Compiling futures-channel v0.3.32
13822026-03-20T23:53:21.327Z Compiling hashbrown v0.16.1
13832026-03-20T23:53:21.377Z Compiling slab v0.4.12
13842026-03-20T23:53:21.396Z Compiling getrandom v0.4.1
13852026-03-20T23:53:21.414Z Compiling futures-task v0.3.32
13862026-03-20T23:53:21.608Z Compiling getrandom v0.3.4
13872026-03-20T23:53:21.628Z Compiling rustversion v1.0.22
13882026-03-20T23:53:21.694Z Compiling rand_core v0.10.0
13892026-03-20T23:53:21.860Z Compiling cmake v0.1.57
13902026-03-20T23:53:22.237Z Compiling indexmap v2.13.0
13912026-03-20T23:53:22.408Z Compiling form_urlencoded v1.2.2
13922026-03-20T23:53:22.462Z Compiling dunce v1.0.5
13932026-03-20T23:53:22.525Z Compiling ident_case v1.0.1
13942026-03-20T23:53:22.578Z Compiling fs_extra v1.3.0
13952026-03-20T23:53:22.633Z Compiling synstructure v0.13.2
13962026-03-20T23:53:22.675Z Compiling base64ct v1.8.3
13972026-03-20T23:53:22.866Z Compiling flagset v0.4.7
13982026-03-20T23:53:22.935Z Compiling aws-lc-sys v0.37.1
13992026-03-20T23:53:23.025Z Compiling pem-rfc7468 v0.7.0
14002026-03-20T23:53:23.044Z Compiling rand_core v0.9.5
14012026-03-20T23:53:23.069Z Compiling rustix v1.1.3
14022026-03-20T23:53:23.069Z Compiling iana-time-zone v0.1.65
14032026-03-20T23:53:23.142Z Compiling ring v0.17.14
14042026-03-20T23:53:23.350Z Compiling uuid v1.21.0
14052026-03-20T23:53:23.388Z Compiling rustc_version v0.4.1
14062026-03-20T23:53:23.431Z Compiling aws-lc-rs v1.16.0
14072026-03-20T23:53:23.489Z Compiling regex-syntax v0.8.10
14082026-03-20T23:53:23.793Z Compiling vcpkg v0.2.15
14092026-03-20T23:53:23.831Z Compiling tracing-core v0.1.36
14102026-03-20T23:53:24.260Z Compiling crossbeam-utils v0.8.21
14112026-03-20T23:53:24.594Z Compiling pest_generator v2.8.6
14122026-03-20T23:53:24.654Z Compiling serde_derive_internals v0.29.1
14132026-03-20T23:53:24.809Z Compiling openssl-sys v0.9.111
14142026-03-20T23:53:25.258Z Compiling serde_derive v1.0.228
14152026-03-20T23:53:25.455Z Compiling zeroize_derive v1.4.3
14162026-03-20T23:53:25.474Z Compiling zerofrom-derive v0.1.6
14172026-03-20T23:53:25.525Z Compiling yoke-derive v0.8.1
14182026-03-20T23:53:25.888Z Compiling zerocopy-derive v0.8.40
14192026-03-20T23:53:26.342Z Compiling zeroize v1.8.2
14202026-03-20T23:53:26.783Z Compiling zerovec-derive v0.11.2
14212026-03-20T23:53:27.143Z Compiling displaydoc v0.2.5
14222026-03-20T23:53:27.382Z Compiling crypto-common v0.1.7
14232026-03-20T23:53:27.430Z Compiling zerofrom v0.1.6
14242026-03-20T23:53:27.559Z Compiling yoke v0.8.1
14252026-03-20T23:53:27.586Z Compiling block-buffer v0.10.4
14262026-03-20T23:53:27.793Z Compiling digest v0.10.7
14272026-03-20T23:53:27.796Z Compiling tokio-macros v2.6.0
14282026-03-20T23:53:28.026Z Compiling futures-macro v0.3.32
14292026-03-20T23:53:28.101Z Compiling zerotrie v0.2.3
14302026-03-20T23:53:28.120Z Compiling hmac v0.12.1
14312026-03-20T23:53:28.248Z Compiling zerovec v0.11.5
14322026-03-20T23:53:28.314Z Compiling block-padding v0.3.3
14332026-03-20T23:53:28.492Z Compiling inout v0.1.4
14342026-03-20T23:53:28.516Z Compiling sha2 v0.10.9
14352026-03-20T23:53:28.707Z Compiling cipher v0.4.4
14362026-03-20T23:53:28.758Z Compiling der_derive v0.7.3
14372026-03-20T23:53:28.951Z Compiling tinystr v0.8.2
14382026-03-20T23:53:29.045Z Compiling potential_utf v0.1.4
14392026-03-20T23:53:29.094Z Compiling futures-util v0.3.32
14402026-03-20T23:53:29.212Z Compiling icu_locale_core v2.1.1
14412026-03-20T23:53:29.256Z Compiling icu_collections v2.1.1
14422026-03-20T23:53:29.884Z Compiling bytes v1.11.1
14432026-03-20T23:53:29.986Z Compiling chrono v0.4.44
14442026-03-20T23:53:30.041Z Compiling icu_provider v2.1.1
14452026-03-20T23:53:30.359Z Compiling icu_properties v2.1.2
14462026-03-20T23:53:30.419Z Compiling icu_normalizer v2.1.1
14472026-03-20T23:53:30.423Z Compiling der v0.7.10
14482026-03-20T23:53:30.697Z Compiling tokio v1.49.0
14492026-03-20T23:53:31.207Z Compiling http v1.4.0
14502026-03-20T23:53:31.902Z Compiling idna_adapter v1.2.1
14512026-03-20T23:53:31.954Z Compiling spki v0.7.3
14522026-03-20T23:53:32.068Z Compiling ppv-lite86 v0.2.21
14532026-03-20T23:53:32.136Z Compiling idna v1.1.0
14542026-03-20T23:53:32.184Z Compiling salsa20 v0.10.2
14552026-03-20T23:53:32.214Z Compiling pbkdf2 v0.12.2
14562026-03-20T23:53:32.234Z Compiling thiserror-impl v2.0.18
14572026-03-20T23:53:32.350Z Compiling scrypt v0.11.0
14582026-03-20T23:53:32.350Z Compiling aes v0.8.4
14592026-03-20T23:53:32.444Z Compiling cbc v0.1.2
14602026-03-20T23:53:32.506Z Compiling url v2.5.8
14612026-03-20T23:53:32.624Z Compiling rand_chacha v0.9.0
14622026-03-20T23:53:32.671Z Compiling rustls-pki-types v1.14.0
14632026-03-20T23:53:32.989Z Compiling tracing-attributes v0.1.31
14642026-03-20T23:53:33.266Z Compiling pkcs5 v0.7.1
14652026-03-20T23:53:33.502Z Compiling rand v0.9.2
14662026-03-20T23:53:33.554Z Compiling http-body v1.0.1
14672026-03-20T23:53:33.751Z Compiling syn v1.0.109
14682026-03-20T23:53:33.808Z Compiling httparse v1.10.1
14692026-03-20T23:53:33.897Z Compiling base64 v0.22.1
14702026-03-20T23:53:34.014Z Compiling thiserror v2.0.18
14712026-03-20T23:53:34.128Z Compiling untrusted v0.7.1
14722026-03-20T23:53:34.146Z Compiling schemars v0.8.22
14732026-03-20T23:53:34.238Z Compiling untrusted v0.9.0
14742026-03-20T23:53:34.278Z Compiling openssl-probe v0.2.1
14752026-03-20T23:53:34.425Z Compiling pkcs8 v0.10.2
14762026-03-20T23:53:34.460Z Compiling schemars_derive v0.8.22
14772026-03-20T23:53:34.495Z Compiling pest_derive v2.8.6
14782026-03-20T23:53:34.522Z Compiling scroll_derive v0.13.1
14792026-03-20T23:53:34.775Z Compiling tracing v0.1.44
14802026-03-20T23:53:35.019Z Compiling darling_core v0.20.11
14812026-03-20T23:53:35.113Z Compiling tower-service v0.3.3
14822026-03-20T23:53:35.231Z Compiling rustls v0.23.37
14832026-03-20T23:53:35.442Z Compiling tinyvec_macros v0.1.1
14842026-03-20T23:53:35.476Z Compiling atomic-waker v1.1.2
14852026-03-20T23:53:35.529Z Compiling tower-layer v0.3.3
14862026-03-20T23:53:35.579Z Compiling try-lock v0.2.5
14872026-03-20T23:53:35.628Z Compiling dyn-clone v1.0.20
14882026-03-20T23:53:35.759Z Compiling want v0.3.1
14892026-03-20T23:53:35.778Z Compiling tokio-util v0.7.18
14902026-03-20T23:53:35.848Z Compiling scroll v0.13.0
14912026-03-20T23:53:35.965Z Compiling tinyvec v1.10.0
14922026-03-20T23:53:36.829Z Compiling h2 v0.4.13
14932026-03-20T23:53:36.849Z Compiling ipnet v2.11.0
14942026-03-20T23:53:37.186Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-20T23:53:37.516Z Compiling spin v0.9.8
14962026-03-20T23:53:37.681Z Compiling aho-corasick v1.1.4
14972026-03-20T23:53:37.779Z Compiling httpdate v1.0.3
14982026-03-20T23:53:37.942Z Compiling powerfmt v0.2.0
14992026-03-20T23:53:38.061Z Compiling openssl v0.10.75
15002026-03-20T23:53:38.202Z Compiling crc32fast v1.5.0
15012026-03-20T23:53:38.280Z Compiling darling_macro v0.20.11
15022026-03-20T23:53:38.345Z Compiling num-conv v0.2.0
15032026-03-20T23:53:38.512Z Compiling pin-utils v0.1.0
15042026-03-20T23:53:38.532Z Compiling foreign-types-shared v0.1.1
15052026-03-20T23:53:38.601Z Compiling time-core v0.1.8
15062026-03-20T23:53:38.639Z Compiling foreign-types v0.3.2
15072026-03-20T23:53:38.722Z Compiling tempfile v3.25.0
15082026-03-20T23:53:38.767Z Compiling deranged v0.5.8
15092026-03-20T23:53:38.792Z Compiling time-macros v0.2.27
15102026-03-20T23:53:38.865Z Compiling darling v0.20.11
15112026-03-20T23:53:38.966Z Compiling regex-automata v0.4.14
15122026-03-20T23:53:40.015Z Compiling goblin v0.10.5
15132026-03-20T23:53:40.226Z Compiling thiserror-impl v1.0.69
15142026-03-20T23:53:40.822Z Compiling hyper v1.8.1
15152026-03-20T23:53:41.878Z Compiling openssl-macros v0.1.1
15162026-03-20T23:53:41.937Z Compiling wait-timeout v0.2.1
15172026-03-20T23:53:42.191Z Compiling usdt-impl v0.6.0
15182026-03-20T23:53:42.277Z Compiling simd-adler32 v0.3.8
15192026-03-20T23:53:42.379Z Compiling siphasher v1.0.2
15202026-03-20T23:53:42.443Z Compiling either v1.15.0
15212026-03-20T23:53:42.598Z Compiling native-tls v0.2.18
15222026-03-20T23:53:42.602Z Compiling num_threads v0.1.7
15232026-03-20T23:53:42.707Z Compiling bit-vec v0.8.0
15242026-03-20T23:53:42.735Z Compiling quick-error v1.2.3
15252026-03-20T23:53:42.867Z Compiling rusty-fork v0.3.1
15262026-03-20T23:53:42.890Z Compiling time v0.3.47
15272026-03-20T23:53:42.963Z Compiling bit-set v0.8.0
15282026-03-20T23:53:43.169Z Compiling hyper-util v0.1.20
15292026-03-20T23:53:43.272Z Compiling thiserror v1.0.69
15302026-03-20T23:53:43.399Z Compiling derive_builder_core v0.20.2
15312026-03-20T23:53:44.576Z Compiling dof v0.4.0
15322026-03-20T23:53:44.913Z Compiling unicode-normalization v0.1.25
15332026-03-20T23:53:45.033Z Compiling crossbeam-epoch v0.9.18
15342026-03-20T23:53:45.456Z Compiling dtrace-parser v0.3.0
15352026-03-20T23:53:45.475Z Compiling rustls-native-certs v0.8.3
15362026-03-20T23:53:45.505Z Compiling signature v2.2.0
15372026-03-20T23:53:45.735Z Compiling scroll_derive v0.12.1
15382026-03-20T23:53:45.849Z Compiling heapless v0.7.17
15392026-03-20T23:53:45.992Z Compiling rand_xorshift v0.4.0
15402026-03-20T23:53:46.144Z Compiling slog v2.8.2
15412026-03-20T23:53:46.188Z Compiling darling_core v0.21.3
15422026-03-20T23:53:46.215Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-20T23:53:46.367Z Compiling sync_wrapper v1.0.2
15442026-03-20T23:53:46.502Z Compiling thread-id v5.1.0
15452026-03-20T23:53:46.522Z Compiling cookie v0.18.1
15462026-03-20T23:53:46.561Z Compiling zstd-safe v7.2.4
15472026-03-20T23:53:46.595Z Compiling signal-hook v0.3.18
15482026-03-20T23:53:46.613Z Compiling unicode-bidi v0.3.18
15492026-03-20T23:53:46.737Z Compiling unicode-segmentation v1.12.0
15502026-03-20T23:53:46.791Z Compiling rayon-core v1.13.0
15512026-03-20T23:53:46.811Z Compiling anyhow v1.0.102
15522026-03-20T23:53:47.006Z Compiling paste v1.0.15
15532026-03-20T23:53:47.191Z Compiling adler2 v2.0.1
15542026-03-20T23:53:47.210Z Compiling unicode-properties v0.1.4
15552026-03-20T23:53:47.241Z Compiling unarray v0.1.4
15562026-03-20T23:53:47.322Z Compiling miniz_oxide v0.8.9
15572026-03-20T23:53:47.381Z Compiling proptest v1.10.0
15582026-03-20T23:53:47.462Z Compiling stringprep v0.1.5
15592026-03-20T23:53:47.531Z Compiling scroll v0.12.0
15602026-03-20T23:53:47.874Z Compiling tower v0.5.3
15612026-03-20T23:53:48.129Z Compiling crossbeam-deque v0.8.6
15622026-03-20T23:53:48.319Z Compiling derive_builder_macro v0.20.2
15632026-03-20T23:53:48.381Z Compiling ipnetwork v0.21.1
15642026-03-20T23:53:48.469Z Compiling http-body-util v0.1.3
15652026-03-20T23:53:48.489Z Compiling webpki-roots v1.0.6
15662026-03-20T23:53:48.533Z Compiling rand_chacha v0.3.1
15672026-03-20T23:53:48.639Z Compiling serde_tokenstream v0.2.3
15682026-03-20T23:53:48.783Z Compiling erased-serde v0.3.31
15692026-03-20T23:53:48.894Z Compiling serde_spanned v0.6.9
15702026-03-20T23:53:48.917Z Compiling toml_datetime v0.6.11
15712026-03-20T23:53:49.041Z Compiling md-5 v0.10.6
15722026-03-20T23:53:49.072Z Compiling zerocopy-derive v0.7.35
15732026-03-20T23:53:49.245Z Compiling curve25519-dalek v4.1.3
15742026-03-20T23:53:49.248Z Compiling vergen-lib v0.1.6
15752026-03-20T23:53:49.490Z Compiling num-integer v0.1.46
15762026-03-20T23:53:49.508Z Compiling hash32 v0.2.1
15772026-03-20T23:53:49.580Z Compiling ff v0.13.1
15782026-03-20T23:53:49.660Z Compiling memoffset v0.9.1
15792026-03-20T23:53:49.746Z Compiling smoltcp v0.9.1
15802026-03-20T23:53:49.746Z Compiling rustix v0.38.44
15812026-03-20T23:53:49.783Z Compiling darling_macro v0.21.3
15822026-03-20T23:53:49.903Z Compiling psl-types v2.0.11
15832026-03-20T23:53:49.917Z Compiling ref-cast v1.0.25
15842026-03-20T23:53:50.047Z Compiling iri-string v0.7.10
15852026-03-20T23:53:50.168Z Compiling litrs v1.0.0
15862026-03-20T23:53:50.201Z Compiling cfg_aliases v0.2.1
15872026-03-20T23:53:50.221Z Compiling ryu v1.0.23
15882026-03-20T23:53:50.296Z Compiling num-bigint-dig v0.8.6
15892026-03-20T23:53:50.320Z Compiling zlib-rs v0.6.2
15902026-03-20T23:53:50.386Z Compiling fallible-iterator v0.2.0
15912026-03-20T23:53:50.449Z Compiling base16ct v0.2.0
15922026-03-20T23:53:50.554Z Compiling darling v0.21.3
15932026-03-20T23:53:50.659Z Compiling newtype-uuid v1.3.2
15942026-03-20T23:53:50.716Z Compiling sec1 v0.7.3
15952026-03-20T23:53:50.854Z Compiling postgres-protocol v0.6.10
15962026-03-20T23:53:50.881Z Compiling document-features v0.2.12
15972026-03-20T23:53:51.103Z Compiling serde_urlencoded v0.7.1
15982026-03-20T23:53:51.216Z Compiling nix v0.31.1
15992026-03-20T23:53:51.430Z Compiling zerocopy v0.7.35
16002026-03-20T23:53:51.683Z Compiling tower-http v0.6.8
16012026-03-20T23:53:51.705Z Compiling publicsuffix v2.3.0
16022026-03-20T23:53:51.843Z Compiling num-iter v0.1.45
16032026-03-20T23:53:51.918Z Compiling group v0.13.0
16042026-03-20T23:53:52.257Z Compiling derive_builder v0.20.2
16052026-03-20T23:53:52.261Z Compiling rand v0.8.5
16062026-03-20T23:53:52.274Z Compiling oxnet v0.1.4
16072026-03-20T23:53:52.529Z Compiling proc-macro-error v1.0.4
16082026-03-20T23:53:52.609Z Compiling tokio-native-tls v0.3.1
16092026-03-20T23:53:52.793Z Compiling goblin v0.8.2
16102026-03-20T23:53:53.628Z Compiling heck v0.4.1
16112026-03-20T23:53:53.666Z Compiling phf_shared v0.13.1
16122026-03-20T23:53:53.669Z Compiling regex v1.12.3
16132026-03-20T23:53:53.936Z Compiling hubpack_derive v0.1.1
16142026-03-20T23:53:53.981Z Compiling lazy_static v1.5.0
16152026-03-20T23:53:54.100Z Compiling cargo-platform v0.1.9
16162026-03-20T23:53:54.270Z Compiling hkdf v0.12.4
16172026-03-20T23:53:54.290Z Compiling crypto-bigint v0.5.5
16182026-03-20T23:53:54.427Z Compiling async-trait v0.1.89
16192026-03-20T23:53:54.474Z Compiling flate2 v1.1.9
16202026-03-20T23:53:54.493Z Compiling strum_macros v0.27.2
16212026-03-20T23:53:54.962Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-20T23:53:55.032Z Compiling ref-cast-impl v1.0.25
16232026-03-20T23:53:55.738Z Compiling daft-derive v0.1.5
16242026-03-20T23:53:55.832Z Compiling terminal_size v0.4.3
16252026-03-20T23:53:55.897Z Compiling vergen v9.0.6
16262026-03-20T23:53:56.006Z Compiling fs-err v3.3.0
16272026-03-20T23:53:56.122Z Compiling ahash v0.8.12
16282026-03-20T23:53:56.237Z Compiling object v0.37.3
16292026-03-20T23:53:56.370Z Compiling bitflags v1.3.2
16302026-03-20T23:53:56.464Z Compiling managed v0.8.0
16312026-03-20T23:53:56.578Z Compiling foldhash v0.1.5
16322026-03-20T23:53:56.683Z Compiling winnow v0.5.40
16332026-03-20T23:53:56.741Z Compiling libbz2-rs-sys v0.2.2
16342026-03-20T23:53:56.797Z Compiling bumpalo v3.20.2
16352026-03-20T23:53:57.120Z Compiling console v0.16.2
16362026-03-20T23:53:57.190Z Compiling clap_builder v4.5.60
16372026-03-20T23:53:57.209Z Compiling strum v0.27.2
16382026-03-20T23:53:57.372Z Compiling bzip2 v0.6.1
16392026-03-20T23:53:57.635Z Compiling zopfli v0.8.3
16402026-03-20T23:53:57.653Z Compiling hashbrown v0.15.5
16412026-03-20T23:53:57.862Z Compiling daft v0.1.5
16422026-03-20T23:53:58.405Z Compiling toml_edit v0.19.15
16432026-03-20T23:53:58.461Z Compiling dof v0.3.0
16442026-03-20T23:53:58.726Z Compiling elliptic-curve v0.13.8
16452026-03-20T23:53:58.839Z Compiling hubpack v0.1.2
16462026-03-20T23:53:59.122Z Compiling cargo_metadata v0.19.2
16472026-03-20T23:53:59.444Z Compiling zone_cfg_derive v0.3.1
16482026-03-20T23:54:00.271Z Compiling phf v0.13.1
16492026-03-20T23:54:00.484Z Compiling zstd v0.13.3
16502026-03-20T23:54:00.879Z Compiling signal-hook-mio v0.2.5
16512026-03-20T23:54:01.011Z Compiling cookie_store v0.22.1
16522026-03-20T23:54:01.030Z Compiling rayon v1.11.0
16532026-03-20T23:54:01.746Z Compiling hyper-tls v0.6.0
16542026-03-20T23:54:01.914Z Compiling bzip2 v0.4.4
16552026-03-20T23:54:02.094Z Compiling postgres-types v0.2.12
16562026-03-20T23:54:02.188Z Compiling serde_with_macros v3.17.0
16572026-03-20T23:54:02.205Z Compiling usdt-attr-macro v0.6.0
16582026-03-20T23:54:02.449Z Compiling usdt-macro v0.6.0
16592026-03-20T23:54:02.853Z Compiling ed25519 v2.2.3
16602026-03-20T23:54:03.229Z Compiling dtrace-parser v0.2.0
16612026-03-20T23:54:03.403Z Compiling itertools v0.12.1
16622026-03-20T23:54:03.485Z Compiling phf_shared v0.11.3
16632026-03-20T23:54:03.648Z Compiling bstr v1.12.1
16642026-03-20T23:54:03.717Z Compiling pkcs1 v0.7.5
16652026-03-20T23:54:03.736Z Compiling hex v0.4.3
16662026-03-20T23:54:03.992Z Compiling serde-big-array v0.5.1
16672026-03-20T23:54:04.090Z Compiling rfc6979 v0.4.0
16682026-03-20T23:54:04.175Z Compiling serde_repr v0.1.20
16692026-03-20T23:54:04.251Z Compiling clap_derive v4.5.55
16702026-03-20T23:54:04.270Z Compiling strum_macros v0.26.4
16712026-03-20T23:54:04.289Z Compiling enum-as-inner v0.6.1
16722026-03-20T23:54:04.542Z Compiling float-cmp v0.10.0
16732026-03-20T23:54:04.727Z Compiling thread-id v4.2.2
16742026-03-20T23:54:04.837Z Compiling memmap2 v0.9.10
16752026-03-20T23:54:04.860Z Compiling env_filter v1.0.0
16762026-03-20T23:54:04.947Z Compiling encoding_rs v0.8.35
16772026-03-20T23:54:05.079Z Compiling whoami v2.1.0
16782026-03-20T23:54:05.118Z Compiling fixedbitset v0.5.7
16792026-03-20T23:54:05.262Z Compiling unit-prefix v0.5.2
16802026-03-20T23:54:05.456Z Compiling mime v0.3.17
16812026-03-20T23:54:05.517Z Compiling fixedbitset v0.4.2
16822026-03-20T23:54:05.572Z Compiling static_assertions v1.1.0
16832026-03-20T23:54:05.669Z Compiling new_debug_unreachable v1.0.6
16842026-03-20T23:54:05.774Z Compiling rustc-hash v2.1.1
16852026-03-20T23:54:05.848Z Compiling difflib v0.4.0
16862026-03-20T23:54:05.867Z Compiling jiff v0.2.21
16872026-03-20T23:54:05.934Z Compiling predicates-core v1.0.10
16882026-03-20T23:54:06.172Z Compiling keccak v0.1.6
16892026-03-20T23:54:06.634Z Compiling normalize-line-endings v0.3.0
16902026-03-20T23:54:06.653Z Compiling data-encoding v2.10.0
16912026-03-20T23:54:06.699Z Compiling precomputed-hash v0.1.1
16922026-03-20T23:54:06.732Z Compiling strum v0.26.3
16932026-03-20T23:54:06.754Z Compiling predicates v3.1.4
16942026-03-20T23:54:06.811Z Compiling string_cache v0.8.9
16952026-03-20T23:54:06.894Z Compiling clap v4.5.60
16962026-03-20T23:54:06.999Z Compiling sha3 v0.10.8
16972026-03-20T23:54:07.050Z Compiling hickory-proto v0.25.2
16982026-03-20T23:54:07.097Z Compiling iddqd v0.3.17
16992026-03-20T23:54:07.298Z Compiling petgraph v0.6.5
17002026-03-20T23:54:07.586Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-20T23:54:07.624Z Compiling toml_edit v0.22.27
17022026-03-20T23:54:07.644Z Compiling indicatif v0.18.4
17032026-03-20T23:54:08.607Z Compiling petgraph v0.8.3
17042026-03-20T23:54:08.822Z Compiling tokio-postgres v0.7.16
17052026-03-20T23:54:09.352Z Compiling env_logger v0.11.9
17062026-03-20T23:54:09.823Z Compiling zip v4.6.1
17072026-03-20T23:54:11.122Z Compiling usdt v0.6.0
17082026-03-20T23:54:11.263Z Compiling zone v0.3.1
17092026-03-20T23:54:11.313Z Compiling usdt-impl v0.5.0
17102026-03-20T23:54:11.457Z Compiling ecdsa v0.16.9
17112026-03-20T23:54:11.477Z Compiling similar v2.7.0
17122026-03-20T23:54:11.797Z Compiling rsa v0.9.10
17132026-03-20T23:54:11.800Z Compiling serde_with v3.17.0
17142026-03-20T23:54:11.975Z Compiling crossterm v0.28.1
17152026-03-20T23:54:12.074Z Compiling ed25519-dalek v2.2.0
17162026-03-20T23:54:12.174Z Compiling zip v0.6.6
17172026-03-20T23:54:12.939Z Compiling toml v0.7.8
17182026-03-20T23:54:13.794Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-20T23:54:13.797Z Compiling itertools v0.13.0
17202026-03-20T23:54:13.988Z Compiling tokio-stream v0.1.18
17212026-03-20T23:54:14.178Z Compiling buf-list v1.1.2
17222026-03-20T23:54:14.548Z Compiling x509-cert v0.2.5
17232026-03-20T23:54:14.610Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-20T23:54:14.648Z Compiling openapiv3 v2.2.0
17252026-03-20T23:54:14.672Z Compiling sha1 v0.10.6
17262026-03-20T23:54:15.037Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-20T23:54:15.042Z Compiling peg-runtime v0.8.5
17282026-03-20T23:54:15.336Z Compiling lalrpop-util v0.19.12
17292026-03-20T23:54:15.378Z Compiling thread_local v1.1.9
17302026-03-20T23:54:15.479Z Compiling slog-async v2.8.0
17312026-03-20T23:54:15.576Z Compiling crossbeam-channel v0.5.15
17322026-03-20T23:54:15.697Z Compiling futures-executor v0.3.32
17332026-03-20T23:54:15.901Z Compiling is-terminal v0.4.17
17342026-03-20T23:54:16.008Z Compiling filetime v0.2.27
17352026-03-20T23:54:16.028Z Compiling take_mut v0.2.2
17362026-03-20T23:54:16.046Z Compiling term v1.2.1
17372026-03-20T23:54:16.170Z Compiling xattr v1.6.1
17382026-03-20T23:54:16.234Z Compiling futures v0.3.32
17392026-03-20T23:54:16.360Z Compiling tar v0.4.44
17402026-03-20T23:54:16.633Z Compiling slog-term v2.9.2
17412026-03-20T23:54:23.132Z Compiling rustls-webpki v0.103.9
17422026-03-20T23:54:27.168Z Compiling tokio-rustls v0.26.4
17432026-03-20T23:54:27.171Z Compiling rustls-platform-verifier v0.6.2
17442026-03-20T23:54:27.442Z Compiling hyper-rustls v0.27.7
17452026-03-20T23:54:27.702Z Compiling reqwest v0.13.2
17462026-03-20T23:54:27.702Z Compiling reqwest v0.12.28
17472026-03-20T23:54:30.677Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-20T23:54:30.959Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-20T23:54:34.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17502026-03-20T23:54:34.929Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-20T23:54:34.990ZMar 20 23:54:34.226 INFO Starting download, target: Clickhouse
17522026-03-20T23:54:34.990ZMar 20 23:54:34.226 INFO Starting download, target: Cockroach
17532026-03-20T23:54:34.990ZMar 20 23:54:34.226 INFO Starting download, target: Console
17542026-03-20T23:54:34.990ZMar 20 23:54:34.226 INFO Starting download, target: TransceiverControl
17552026-03-20T23:54:34.993ZMar 20 23:54:34.226 INFO Starting download, target: MaghemiteMgd
17562026-03-20T23:54:34.993ZMar 20 23:54:34.226 INFO Starting download, target: DendriteStub
17572026-03-20T23:54:34.993ZMar 20 23:54:34.227 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-20T23:54:34.994ZMar 20 23:54:34.227 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-20T23:54:34.994ZMar 20 23:54:34.227 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-20T23:54:34.994ZMar 20 23:54:34.227 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-20T23:54:34.994ZMar 20 23:54:34.227 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-20T23:54:34.994ZMar 20 23:54:34.227 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-20T23:54:35.595ZMar 20 23:54:34.830 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-20T23:54:35.938ZMar 20 23:54:35.168 INFO Download complete, target: TransceiverControl
17652026-03-20T23:54:36.006ZMar 20 23:54:35.234 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-20T23:54:36.394ZMar 20 23:54:35.627 INFO Download complete, target: Console
17672026-03-20T23:54:36.645ZMar 20 23:54:35.878 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-20T23:54:36.849ZMar 20 23:54:36.085 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-20T23:54:36.876ZMar 20 23:54:36.111 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-20T23:54:37.412ZMar 20 23:54:36.648 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-20T23:54:37.412ZMar 20 23:54:36.648 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-20T23:54:40.360ZMar 20 23:54:39.595 INFO Download complete, target: DendriteStub
17732026-03-20T23:54:40.489ZMar 20 23:54:39.725 INFO Download complete, target: MaghemiteMgd
17742026-03-20T23:54:45.155ZMar 20 23:54:44.389 INFO Checking that binary works, target: Cockroach
17752026-03-20T23:54:45.343ZMar 20 23:54:44.502 INFO Download complete, target: Cockroach
17762026-03-20T23:54:48.055ZMar 20 23:54:47.288 INFO Checking that binary works, target: Clickhouse
17772026-03-20T23:54:48.223ZMar 20 23:54:47.457 INFO Download complete, target: Clickhouse
17782026-03-20T23:54:48.242ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-20T23:54:48.246Z
17802026-03-20T23:54:48.246Zreal 3:57.188234609
17812026-03-20T23:54:48.246Zuser 10:22.140648074
17822026-03-20T23:54:48.246Zsys 1:46.652627588
17832026-03-20T23:54:48.246Ztrap 0.322252225
17842026-03-20T23:54:48.246Ztflt 0.658037071
17852026-03-20T23:54:48.246Zdflt 0.666100245
17862026-03-20T23:54:48.246Zkflt 0.083935117
17872026-03-20T23:54:48.246Zlock 30:06.508863277
17882026-03-20T23:54:48.246Zslp 29:04.118815716
17892026-03-20T23:54:48.246Zlat 55.058685956
17902026-03-20T23:54:48.246Zstop 2:40.013390962
17912026-03-20T23:54:48.246Z+ banner hack-check
17922026-03-20T23:54:48.247Z
17932026-03-20T23:54:48.247Z # # ## #### # # #### # # ###### #### # #
17942026-03-20T23:54:48.247Z # # # # # # # # # # # # # # # # #
17952026-03-20T23:54:48.247Z ###### # # # #### ##### # ###### ##### # ####
17962026-03-20T23:54:48.247Z # # ###### # # # # # # # # # #
17972026-03-20T23:54:48.247Z # # # # # # # # # # # # # # # # #
17982026-03-20T23:54:48.247Z # # # # #### # # #### # # ###### #### # #
17992026-03-20T23:54:48.247Z
18002026-03-20T23:54:48.247Z+ export CARGO_INCREMENTAL=0
18012026-03-20T23:54:48.247Z+ CARGO_INCREMENTAL=0
18022026-03-20T23:54:48.247Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-03-20T23:54:48.938Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-20T23:54:49.213Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-20T23:54:51.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
18062026-03-20T23:54:51.800Z Running `target/debug/xtask check-features --ci`
18072026-03-20T23:54:51.831Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-03-20T23:54:51.837Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-03-20T23:54:52.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18102026-03-20T23:54:52.493Z Running `target/debug/xtask download cargo-hack`
18112026-03-20T23:54:53.500Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-03-20T23:54:53.883Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-03-20T23:54:57.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
18142026-03-20T23:54:57.331Z Running `target/debug/xtask-downloader cargo-hack`
18152026-03-20T23:54:57.389ZMar 20 23:54:56.606 INFO Starting download, target: CargoHack
18162026-03-20T23:54:57.396ZMar 20 23:54:56.607 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-03-20T23:54:57.792ZMar 20 23:54:57.024 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-03-20T23:54:57.876ZMar 20 23:54:57.105 INFO Download complete, target: CargoHack
18192026-03-20T23:54:57.884Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18202026-03-20T23:54:57.894Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-03-20T23:54:58.146Zinfo: running `cargo check --bins` on api_identity (1/257)
18222026-03-20T23:54:58.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-20T23:54:58.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-20T23:54:58.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-20T23:54:58.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18262026-03-20T23:54:58.848Z
18272026-03-20T23:54:58.848Zinfo: running `cargo check --bins` on bootstore (2/257)
18282026-03-20T23:54:59.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-20T23:54:59.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-20T23:54:59.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-20T23:54:59.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18322026-03-20T23:54:59.599Z
18332026-03-20T23:54:59.599Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18342026-03-20T23:55:00.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-20T23:55:00.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-20T23:55:00.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-20T23:55:00.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18382026-03-20T23:55:00.335Z
18392026-03-20T23:55:00.336Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18402026-03-20T23:55:00.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-20T23:55:00.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-20T23:55:00.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-20T23:55:00.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18442026-03-20T23:55:01.075Z
18452026-03-20T23:55:01.075Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18462026-03-20T23:55:01.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-20T23:55:01.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-20T23:55:01.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-20T23:55:01.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18502026-03-20T23:55:01.823Z
18512026-03-20T23:55:01.823Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18522026-03-20T23:55:02.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-20T23:55:02.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-20T23:55:02.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-20T23:55:02.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18562026-03-20T23:55:02.594Z
18572026-03-20T23:55:02.594Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18582026-03-20T23:55:03.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-20T23:55:03.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-20T23:55:03.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-20T23:55:03.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18622026-03-20T23:55:03.357Z
18632026-03-20T23:55:03.357Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18642026-03-20T23:55:04.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-20T23:55:04.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-20T23:55:04.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-20T23:55:04.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18682026-03-20T23:55:04.148Z
18692026-03-20T23:55:04.148Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18702026-03-20T23:55:04.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-20T23:55:04.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-20T23:55:04.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-20T23:55:04.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18742026-03-20T23:55:04.708Z
18752026-03-20T23:55:04.708Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18762026-03-20T23:55:05.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-20T23:55:05.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-20T23:55:05.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-20T23:55:05.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802026-03-20T23:55:05.305Z
18812026-03-20T23:55:05.305Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18822026-03-20T23:55:05.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-20T23:55:05.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-20T23:55:05.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-20T23:55:05.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18862026-03-20T23:55:05.901Z
18872026-03-20T23:55:05.901Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18882026-03-20T23:55:06.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-20T23:55:06.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-20T23:55:06.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-20T23:55:06.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18922026-03-20T23:55:06.496Z
18932026-03-20T23:55:06.496Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18942026-03-20T23:55:07.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-20T23:55:07.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-20T23:55:07.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-20T23:55:07.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18982026-03-20T23:55:07.090Z
18992026-03-20T23:55:07.090Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19002026-03-20T23:55:07.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-20T23:55:07.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-20T23:55:07.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-20T23:55:07.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19042026-03-20T23:55:07.689Z
19052026-03-20T23:55:07.689Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19062026-03-20T23:55:08.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-20T23:55:08.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-20T23:55:08.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-20T23:55:08.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19102026-03-20T23:55:08.276Z
19112026-03-20T23:55:08.276Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19122026-03-20T23:55:08.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-20T23:55:08.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-20T23:55:08.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-20T23:55:08.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19162026-03-20T23:55:08.868Z
19172026-03-20T23:55:08.868Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19182026-03-20T23:55:09.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-20T23:55:09.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-20T23:55:09.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-20T23:55:09.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19222026-03-20T23:55:09.463Z
19232026-03-20T23:55:09.463Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19242026-03-20T23:55:09.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-20T23:55:10.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-20T23:55:10.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-20T23:55:10.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19282026-03-20T23:55:10.062Z
19292026-03-20T23:55:10.062Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19302026-03-20T23:55:10.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-20T23:55:10.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-20T23:55:10.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-20T23:55:10.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19342026-03-20T23:55:10.650Z
19352026-03-20T23:55:10.651Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19362026-03-20T23:55:11.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-20T23:55:11.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-20T23:55:11.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-20T23:55:11.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19402026-03-20T23:55:11.245Z
19412026-03-20T23:55:11.245Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19422026-03-20T23:55:11.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-20T23:55:11.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-20T23:55:11.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-20T23:55:11.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19462026-03-20T23:55:15.130Z
19472026-03-20T23:55:15.130Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19482026-03-20T23:55:15.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-20T23:55:15.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-20T23:55:15.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-20T23:55:15.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19522026-03-20T23:55:15.175Z
19532026-03-20T23:55:15.175Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19542026-03-20T23:55:15.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-20T23:55:15.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-20T23:55:15.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-20T23:55:15.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19582026-03-20T23:55:15.176Z
19592026-03-20T23:55:15.176Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19602026-03-20T23:55:15.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-20T23:55:15.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-20T23:55:15.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-20T23:55:15.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19642026-03-20T23:55:15.176Z
19652026-03-20T23:55:15.176Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19662026-03-20T23:55:15.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-20T23:55:15.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-20T23:55:15.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-20T23:55:15.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19702026-03-20T23:55:15.176Z
19712026-03-20T23:55:15.176Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19722026-03-20T23:55:15.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-20T23:55:15.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-20T23:55:15.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-20T23:55:15.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19762026-03-20T23:55:15.176Z
19772026-03-20T23:55:15.176Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19782026-03-20T23:55:15.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-20T23:55:15.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-20T23:55:15.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-20T23:55:15.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19822026-03-20T23:55:15.432Z
19832026-03-20T23:55:15.432Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19842026-03-20T23:55:15.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-20T23:55:15.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-20T23:55:15.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-20T23:55:15.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19882026-03-20T23:55:16.030Z
19892026-03-20T23:55:16.031Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19902026-03-20T23:55:16.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-20T23:55:16.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-20T23:55:16.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-20T23:55:16.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19942026-03-20T23:55:16.629Z
19952026-03-20T23:55:16.629Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19962026-03-20T23:55:17.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-20T23:55:17.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-20T23:55:17.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-20T23:55:17.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20002026-03-20T23:55:17.222Z
20012026-03-20T23:55:17.222Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20022026-03-20T23:55:17.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-20T23:55:17.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-20T23:55:17.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-20T23:55:17.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20062026-03-20T23:55:17.816Z
20072026-03-20T23:55:17.816Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20082026-03-20T23:55:18.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-20T23:55:18.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-20T23:55:18.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-20T23:55:18.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20122026-03-20T23:55:18.412Z
20132026-03-20T23:55:18.412Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20142026-03-20T23:55:18.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-20T23:55:18.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-20T23:55:18.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-20T23:55:18.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20182026-03-20T23:55:19.007Z
20192026-03-20T23:55:19.007Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20202026-03-20T23:55:19.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-20T23:55:19.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-20T23:55:19.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-20T23:55:19.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20242026-03-20T23:55:19.602Z
20252026-03-20T23:55:19.602Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20262026-03-20T23:55:20.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-20T23:55:20.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-20T23:55:20.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-20T23:55:20.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20302026-03-20T23:55:20.196Z
20312026-03-20T23:55:20.196Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20322026-03-20T23:55:20.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-20T23:55:20.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-20T23:55:20.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-20T23:55:20.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20362026-03-20T23:55:20.793Z
20372026-03-20T23:55:20.793Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20382026-03-20T23:55:21.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-20T23:55:21.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-20T23:55:21.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-20T23:55:21.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20422026-03-20T23:55:21.389Z
20432026-03-20T23:55:21.389Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20442026-03-20T23:55:21.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-20T23:55:21.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-20T23:55:21.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-20T23:55:21.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20482026-03-20T23:55:21.984Z
20492026-03-20T23:55:21.984Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20502026-03-20T23:55:22.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-20T23:55:22.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-20T23:55:22.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-20T23:55:22.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20542026-03-20T23:55:22.579Z
20552026-03-20T23:55:22.580Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20562026-03-20T23:55:23.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-20T23:55:23.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-20T23:55:23.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-20T23:55:23.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20602026-03-20T23:55:23.179Z
20612026-03-20T23:55:23.179Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20622026-03-20T23:55:23.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-20T23:55:23.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-20T23:55:23.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-20T23:55:23.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20662026-03-20T23:55:23.779Z
20672026-03-20T23:55:23.779Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20682026-03-20T23:55:24.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-20T23:55:24.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-20T23:55:24.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-20T23:55:24.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-03-20T23:55:24.381Z
20732026-03-20T23:55:24.381Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20742026-03-20T23:55:24.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-20T23:55:24.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-20T23:55:24.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-20T23:55:24.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-03-20T23:55:24.981Z
20792026-03-20T23:55:24.981Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20802026-03-20T23:55:25.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-20T23:55:25.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-20T23:55:25.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-20T23:55:25.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-03-20T23:55:25.581Z
20852026-03-20T23:55:25.581Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20862026-03-20T23:55:26.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-20T23:55:26.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-20T23:55:26.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-20T23:55:26.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-03-20T23:55:26.182Z
20912026-03-20T23:55:26.182Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20922026-03-20T23:55:26.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-20T23:55:26.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-20T23:55:26.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-20T23:55:26.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20962026-03-20T23:55:26.783Z
20972026-03-20T23:55:26.783Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
20982026-03-20T23:55:27.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-20T23:55:27.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-20T23:55:27.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-20T23:55:27.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21022026-03-20T23:55:27.384Z
21032026-03-20T23:55:27.384Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21042026-03-20T23:55:27.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-20T23:55:27.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-20T23:55:27.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-20T23:55:27.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-03-20T23:55:27.985Z
21092026-03-20T23:55:27.985Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21102026-03-20T23:55:28.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-20T23:55:28.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-20T23:55:29.058Z Checking cfg-if v1.0.4
21132026-03-20T23:55:29.218Z Checking libc v0.2.180
21142026-03-20T23:55:29.220Z Checking serde_core v1.0.228
21152026-03-20T23:55:29.251Z Checking memchr v2.8.0
21162026-03-20T23:55:29.270Z Checking smallvec v1.15.1
21172026-03-20T23:55:29.273Z Checking itoa v1.0.17
21182026-03-20T23:55:29.306Z Checking log v0.4.29
21192026-03-20T23:55:29.309Z Checking zeroize v1.8.2
21202026-03-20T23:55:29.346Z Checking stable_deref_trait v1.2.1
21212026-03-20T23:55:29.442Z Checking zerofrom v0.1.6
21222026-03-20T23:55:29.461Z Checking zmij v1.0.21
21232026-03-20T23:55:29.517Z Checking scopeguard v1.2.0
21242026-03-20T23:55:29.538Z Checking subtle v2.6.1
21252026-03-20T23:55:29.557Z Checking percent-encoding v2.3.2
21262026-03-20T23:55:29.587Z Checking yoke v0.8.1
21272026-03-20T23:55:29.642Z Checking lock_api v0.4.14
21282026-03-20T23:55:29.726Z Checking writeable v0.6.2
21292026-03-20T23:55:29.729Z Checking litemap v0.8.1
21302026-03-20T23:55:29.766Z Checking libm v0.2.16
21312026-03-20T23:55:29.794Z Checking icu_properties_data v2.1.2
21322026-03-20T23:55:29.827Z Checking zerovec v0.11.5
21332026-03-20T23:55:29.839Z Checking getrandom v0.2.17
21342026-03-20T23:55:29.909Z Checking errno v0.3.14
21352026-03-20T23:55:29.937Z Checking zerotrie v0.2.3
21362026-03-20T23:55:29.955Z Checking icu_normalizer_data v2.1.1
21372026-03-20T23:55:29.979Z Checking pin-project-lite v0.2.17
21382026-03-20T23:55:30.011Z Checking rand_core v0.6.4
21392026-03-20T23:55:30.074Z Checking utf8_iter v1.0.4
21402026-03-20T23:55:30.092Z Checking form_urlencoded v1.2.2
21412026-03-20T23:55:30.103Z Checking typenum v1.19.0
21422026-03-20T23:55:30.203Z Checking portable-atomic v1.13.1
21432026-03-20T23:55:30.227Z Checking critical-section v1.2.0
21442026-03-20T23:55:30.246Z Checking rand_core v0.10.0
21452026-03-20T23:55:30.265Z Checking signal-hook-registry v1.4.8
21462026-03-20T23:55:30.354Z Checking parking_lot_core v0.9.12
21472026-03-20T23:55:30.408Z Checking tinystr v0.8.2
21482026-03-20T23:55:30.426Z Checking potential_utf v0.1.4
21492026-03-20T23:55:30.466Z Checking getrandom v0.4.1
21502026-03-20T23:55:30.589Z Checking icu_collections v2.1.1
21512026-03-20T23:55:30.609Z Checking parking_lot v0.12.5
21522026-03-20T23:55:30.629Z Checking icu_locale_core v2.1.1
21532026-03-20T23:55:30.835Z Checking mio v1.1.1
21542026-03-20T23:55:30.848Z Checking num-traits v0.2.19
21552026-03-20T23:55:30.848Z Checking once_cell v1.21.3
21562026-03-20T23:55:30.848Z Checking generic-array v0.14.7
21572026-03-20T23:55:30.868Z Checking socket2 v0.6.2
21582026-03-20T23:55:30.987Z Checking zerocopy v0.8.40
21592026-03-20T23:55:31.011Z Checking iana-time-zone v0.1.65
21602026-03-20T23:55:31.034Z Checking futures-core v0.3.32
21612026-03-20T23:55:31.145Z Checking equivalent v1.0.2
21622026-03-20T23:55:31.170Z Checking allocator-api2 v0.2.21
21632026-03-20T23:55:31.198Z Checking const-oid v0.9.6
21642026-03-20T23:55:31.242Z Checking foldhash v0.2.0
21652026-03-20T23:55:31.368Z Checking serde v1.0.228
21662026-03-20T23:55:31.387Z Checking serde_json v1.0.149
21672026-03-20T23:55:31.430Z Checking icu_provider v2.1.1
21682026-03-20T23:55:31.449Z Checking bitflags v2.11.0
21692026-03-20T23:55:31.518Z Checking crypto-common v0.1.7
21702026-03-20T23:55:31.548Z Checking uuid v1.21.0
21712026-03-20T23:55:31.658Z Checking hashbrown v0.16.1
21722026-03-20T23:55:31.685Z Checking dyn-clone v1.0.20
21732026-03-20T23:55:31.734Z Checking icu_normalizer v2.1.1
21742026-03-20T23:55:31.810Z Checking icu_properties v2.1.2
21752026-03-20T23:55:31.931Z Checking bytes v1.11.1
21762026-03-20T23:55:31.972Z Checking chrono v0.4.44
21772026-03-20T23:55:32.143Z Checking futures-sink v0.3.32
21782026-03-20T23:55:32.207Z Checking block-buffer v0.10.4
21792026-03-20T23:55:32.270Z Checking futures-channel v0.3.32
21802026-03-20T23:55:32.338Z Checking semver v1.0.27
21812026-03-20T23:55:32.359Z Checking futures-io v0.3.32
21822026-03-20T23:55:32.378Z Checking slab v0.4.12
21832026-03-20T23:55:32.504Z Checking futures-task v0.3.32
21842026-03-20T23:55:32.522Z Checking digest v0.10.7
21852026-03-20T23:55:32.540Z Checking tokio v1.49.0
21862026-03-20T23:55:32.580Z Checking thiserror v2.0.18
21872026-03-20T23:55:32.604Z Checking byteorder v1.5.0
21882026-03-20T23:55:32.679Z Checking futures-util v0.3.32
21892026-03-20T23:55:32.718Z Checking indexmap v2.13.0
21902026-03-20T23:55:32.773Z Checking cpufeatures v0.2.17
21912026-03-20T23:55:32.860Z Checking http v1.4.0
21922026-03-20T23:55:32.882Z Checking fnv v1.0.7
21932026-03-20T23:55:32.992Z Checking idna_adapter v1.2.1
21942026-03-20T23:55:33.013Z Checking unicode-ident v1.0.24
21952026-03-20T23:55:33.148Z Checking idna v1.1.0
21962026-03-20T23:55:33.168Z Checking base64 v0.22.1
21972026-03-20T23:55:33.189Z Checking tracing-core v0.1.36
21982026-03-20T23:55:33.459Z Checking url v2.5.8
21992026-03-20T23:55:33.481Z Checking proc-macro2 v1.0.106
22002026-03-20T23:55:33.503Z Checking rustls-pki-types v1.14.0
22012026-03-20T23:55:33.594Z Checking tracing v0.1.44
22022026-03-20T23:55:33.634Z Checking regex-syntax v0.8.10
22032026-03-20T23:55:33.853Z Checking untrusted v0.9.0
22042026-03-20T23:55:33.888Z Checking thiserror v1.0.69
22052026-03-20T23:55:33.908Z Checking quote v1.0.44
22062026-03-20T23:55:33.993Z Checking ring v0.17.14
22072026-03-20T23:55:34.016Z Checking schemars v0.8.22
22082026-03-20T23:55:34.040Z Checking ipnet v2.11.0
22092026-03-20T23:55:34.127Z Checking syn v2.0.117
22102026-03-20T23:55:34.383Z Checking httparse v1.10.1
22112026-03-20T23:55:34.658Z Checking http-body v1.0.1
22122026-03-20T23:55:34.835Z Checking rustix v1.1.3
22132026-03-20T23:55:34.906Z Checking block-padding v0.3.3
22142026-03-20T23:55:34.995Z Checking ppv-lite86 v0.2.21
22152026-03-20T23:55:35.076Z Checking getrandom v0.3.4
22162026-03-20T23:55:35.264Z Checking atomic-waker v1.1.2
22172026-03-20T23:55:35.292Z Checking inout v0.1.4
22182026-03-20T23:55:35.316Z Checking hmac v0.12.1
22192026-03-20T23:55:35.388Z Checking aws-lc-sys v0.37.1
22202026-03-20T23:55:35.411Z Checking aho-corasick v1.1.4
22212026-03-20T23:55:35.431Z Checking openssl-probe v0.2.1
22222026-03-20T23:55:35.468Z Checking httpdate v1.0.3
22232026-03-20T23:55:35.487Z Checking try-lock v0.2.5
22242026-03-20T23:55:35.562Z Checking tower-layer v0.3.3
22252026-03-20T23:55:35.611Z Checking untrusted v0.7.1
22262026-03-20T23:55:35.653Z Checking powerfmt v0.2.0
22272026-03-20T23:55:35.750Z Checking tower-service v0.3.3
22282026-03-20T23:55:35.753Z Checking want v0.3.1
22292026-03-20T23:55:35.849Z Checking deranged v0.5.8
22302026-03-20T23:55:35.867Z Checking cipher v0.4.4
22312026-03-20T23:55:35.920Z Checking rand_core v0.9.5
22322026-03-20T23:55:36.031Z Checking num-conv v0.2.0
22332026-03-20T23:55:36.094Z Checking aws-lc-rs v1.16.0
22342026-03-20T23:55:36.142Z Checking time-core v0.1.8
22352026-03-20T23:55:36.164Z Checking base64ct v1.8.3
22362026-03-20T23:55:36.184Z Checking pin-utils v0.1.0
22372026-03-20T23:55:36.273Z Checking num_threads v0.1.7
22382026-03-20T23:55:36.325Z Checking regex-automata v0.4.14
22392026-03-20T23:55:36.347Z Checking sha2 v0.10.9
22402026-03-20T23:55:36.381Z Checking erased-serde v0.3.31
22412026-03-20T23:55:36.472Z Checking pretty-hex v0.4.1
22422026-03-20T23:55:36.625Z Checking rand_chacha v0.9.0
22432026-03-20T23:55:36.701Z Checking ryu v1.0.23
22442026-03-20T23:55:36.857Z Checking tokio-util v0.7.18
22452026-03-20T23:55:36.885Z Checking fastrand v2.3.0
22462026-03-20T23:55:36.905Z Checking rand v0.9.2
22472026-03-20T23:55:36.966Z Checking slog v2.8.2
22482026-03-20T23:55:37.126Z Checking pem-rfc7468 v0.7.0
22492026-03-20T23:55:37.146Z Checking time v0.3.47
22502026-03-20T23:55:37.248Z Checking rustls-webpki v0.103.9
22512026-03-20T23:55:37.331Z Checking rustls-native-certs v0.8.3
22522026-03-20T23:55:37.350Z Checking ipnetwork v0.21.1
22532026-03-20T23:55:37.394Z Checking http-body-util v0.1.3
22542026-03-20T23:55:37.494Z Checking sync_wrapper v1.0.2
22552026-03-20T23:55:37.544Z Checking spin v0.9.8
22562026-03-20T23:55:37.625Z Checking plain v0.2.3
22572026-03-20T23:55:37.645Z Checking flagset v0.4.7
22582026-03-20T23:55:37.677Z Checking tower v0.5.3
22592026-03-20T23:55:37.701Z Checking h2 v0.4.13
22602026-03-20T23:55:37.757Z Checking serde_urlencoded v0.7.1
22612026-03-20T23:55:37.780Z Checking rand_chacha v0.3.1
22622026-03-20T23:55:37.807Z Checking der v0.7.10
22632026-03-20T23:55:37.827Z Checking rustls v0.23.37
22642026-03-20T23:55:38.033Z Checking webpki-roots v1.0.6
22652026-03-20T23:55:38.056Z Checking ucd-trie v0.1.7
22662026-03-20T23:55:38.183Z Checking tinyvec_macros v0.1.1
22672026-03-20T23:55:38.204Z Checking iri-string v0.7.10
22682026-03-20T23:55:38.227Z Checking pest v2.8.6
22692026-03-20T23:55:38.267Z Checking tinyvec v1.10.0
22702026-03-20T23:55:38.695Z Checking rand v0.8.5
22712026-03-20T23:55:38.719Z Checking tempfile v3.25.0
22722026-03-20T23:55:38.833Z Checking spki v0.7.3
22732026-03-20T23:55:38.853Z Checking salsa20 v0.10.2
22742026-03-20T23:55:38.977Z Checking pbkdf2 v0.12.2
22752026-03-20T23:55:39.018Z Checking foreign-types-shared v0.1.1
22762026-03-20T23:55:39.043Z Checking unicode-width v0.2.0
22772026-03-20T23:55:39.119Z Checking scrypt v0.11.0
22782026-03-20T23:55:39.155Z Checking foreign-types v0.3.2
22792026-03-20T23:55:39.249Z Checking regex v1.12.3
22802026-03-20T23:55:39.302Z Checking cbc v0.1.2
22812026-03-20T23:55:39.359Z Checking aes v0.8.4
22822026-03-20T23:55:39.399Z Checking anyhow v1.0.102
22832026-03-20T23:55:39.463Z Checking openssl-sys v0.9.111
22842026-03-20T23:55:39.634Z Checking crossbeam-utils v0.8.21
22852026-03-20T23:55:39.651Z Checking tower-http v0.6.8
22862026-03-20T23:55:39.671Z Checking oxnet v0.1.4
22872026-03-20T23:55:39.690Z Checking mime v0.3.17
22882026-03-20T23:55:39.896Z Checking pkcs5 v0.7.1
22892026-03-20T23:55:39.918Z Checking openapiv3 v2.2.0
22902026-03-20T23:55:39.983Z Checking scroll v0.12.0
22912026-03-20T23:55:40.017Z Checking encoding_rs v0.8.35
22922026-03-20T23:55:40.080Z Checking siphasher v1.0.2
22932026-03-20T23:55:40.103Z Checking openssl v0.10.75
22942026-03-20T23:55:40.234Z Checking pkcs8 v0.10.2
22952026-03-20T23:55:40.289Z Checking winnow v0.7.14
22962026-03-20T23:55:40.292Z Checking data-encoding v2.10.0
22972026-03-20T23:55:40.462Z Checking goblin v0.8.2
22982026-03-20T23:55:40.664Z Checking lazy_static v1.5.0
22992026-03-20T23:55:40.778Z Checking zerocopy v0.7.35
23002026-03-20T23:55:41.027Z Checking tokio-rustls v0.26.4
23012026-03-20T23:55:41.299Z Checking wait-timeout v0.2.1
23022026-03-20T23:55:41.325Z Checking managed v0.8.0
23032026-03-20T23:55:41.353Z Checking hyper v1.8.1
23042026-03-20T23:55:41.454Z Checking psl-types v2.0.11
23052026-03-20T23:55:41.474Z Checking anstyle v1.0.13
23062026-03-20T23:55:41.570Z Checking either v1.15.0
23072026-03-20T23:55:41.605Z Checking quick-error v1.2.3
23082026-03-20T23:55:41.712Z Checking utf8parse v0.2.2
23092026-03-20T23:55:41.732Z Checking bitflags v1.3.2
23102026-03-20T23:55:41.735Z Checking bit-vec v0.8.0
23112026-03-20T23:55:41.817Z Checking rusty-fork v0.3.1
23122026-03-20T23:55:41.838Z Checking publicsuffix v2.3.0
23132026-03-20T23:55:41.866Z Checking anstyle-parse v0.2.7
23142026-03-20T23:55:41.908Z Checking dtrace-parser v0.2.0
23152026-03-20T23:55:42.022Z Checking bit-set v0.8.0
23162026-03-20T23:55:42.043Z Checking unicode-normalization v0.1.25
23172026-03-20T23:55:42.062Z Checking cookie v0.18.1
23182026-03-20T23:55:42.062Z Checking rand_xorshift v0.4.0
23192026-03-20T23:55:42.214Z Checking sha1 v0.10.6
23202026-03-20T23:55:42.234Z Checking thread-id v4.2.2
23212026-03-20T23:55:42.253Z Checking is_terminal_polyfill v1.70.2
23222026-03-20T23:55:42.335Z Checking unarray v0.1.4
23232026-03-20T23:55:42.367Z Checking anstyle-query v1.1.5
23242026-03-20T23:55:42.370Z Checking colorchoice v1.0.4
23252026-03-20T23:55:42.420Z Checking cookie_store v0.22.1
23262026-03-20T23:55:42.465Z Checking proptest v1.10.0
23272026-03-20T23:55:42.485Z Checking rustls-platform-verifier v0.6.2
23282026-03-20T23:55:42.509Z Checking anstream v0.6.21
23292026-03-20T23:55:42.582Z Checking crossbeam-epoch v0.9.18
23302026-03-20T23:55:42.602Z Checking hyper-util v0.1.20
23312026-03-20T23:55:42.656Z Checking terminal_size v0.4.3
23322026-03-20T23:55:42.774Z Checking scroll v0.13.0
23332026-03-20T23:55:42.805Z Checking hex v0.4.3
23342026-03-20T23:55:42.853Z Checking num-integer v0.1.46
23352026-03-20T23:55:42.877Z Checking simd-adler32 v0.3.8
23362026-03-20T23:55:42.940Z Checking native-tls v0.2.18
23372026-03-20T23:55:43.080Z Checking goblin v0.10.5
23382026-03-20T23:55:43.103Z Checking crossbeam-deque v0.8.6
23392026-03-20T23:55:43.124Z Checking bstr v1.12.1
23402026-03-20T23:55:43.145Z Checking dof v0.3.0
23412026-03-20T23:55:43.162Z Checking ref-cast v1.0.25
23422026-03-20T23:55:43.182Z Checking tokio-native-tls v0.3.1
23432026-03-20T23:55:43.297Z Checking rustix v0.38.44
23442026-03-20T23:55:43.328Z Checking camino v1.2.2
23452026-03-20T23:55:43.379Z Checking crc32fast v1.5.0
23462026-03-20T23:55:43.524Z Checking usdt-impl v0.5.0
23472026-03-20T23:55:43.561Z Checking signature v2.2.0
23482026-03-20T23:55:43.656Z Checking serde_spanned v0.6.9
23492026-03-20T23:55:43.706Z Checking toml_datetime v0.6.11
23502026-03-20T23:55:43.739Z Checking ff v0.13.1
23512026-03-20T23:55:43.818Z Checking base16ct v0.2.0
23522026-03-20T23:55:43.887Z Checking unicode-properties v0.1.4
23532026-03-20T23:55:43.900Z Checking clap_lex v1.0.0
23542026-03-20T23:55:43.921Z Checking adler2 v2.0.1
23552026-03-20T23:55:43.982Z Checking strsim v0.11.1
23562026-03-20T23:55:44.056Z Checking unicode-bidi v0.3.18
23572026-03-20T23:55:44.089Z Checking miniz_oxide v0.8.9
23582026-03-20T23:55:44.131Z Checking sec1 v0.7.3
23592026-03-20T23:55:44.190Z Checking clap_builder v4.5.60
23602026-03-20T23:55:44.250Z Checking hyper-rustls v0.27.7
23612026-03-20T23:55:44.395Z Checking hyper-tls v0.6.0
23622026-03-20T23:55:44.413Z Checking group v0.13.0
23632026-03-20T23:55:44.444Z Checking stringprep v0.1.5
23642026-03-20T23:55:44.516Z Checking reqwest v0.13.2
23652026-03-20T23:55:44.550Z Checking rayon-core v1.13.0
23662026-03-20T23:55:44.598Z Checking num-iter v0.1.45
23672026-03-20T23:55:44.618Z Checking reqwest v0.12.28
23682026-03-20T23:55:44.638Z Checking toml_parser v1.0.9+spec-1.1.0
23692026-03-20T23:55:44.741Z Checking dtrace-parser v0.3.0
23702026-03-20T23:55:44.952Z Checking newtype-uuid v1.3.2
23712026-03-20T23:55:44.976Z Checking hkdf v0.12.4
23722026-03-20T23:55:45.056Z Checking strum v0.26.3
23732026-03-20T23:55:45.081Z Checking zstd-sys v2.0.16+zstd.1.5.7
23742026-03-20T23:55:45.143Z Checking hash32 v0.2.1
23752026-03-20T23:55:45.194Z Checking md-5 v0.10.6
23762026-03-20T23:55:45.214Z Checking daft v0.1.5
23772026-03-20T23:55:45.235Z Checking crypto-bigint v0.5.5
23782026-03-20T23:55:45.351Z Checking toml_datetime v0.7.5+spec-1.1.0
23792026-03-20T23:55:45.371Z Checking thread-id v5.1.0
23802026-03-20T23:55:45.473Z Checking unicode-segmentation v1.12.0
23812026-03-20T23:55:45.525Z Checking zlib-rs v0.6.2
23822026-03-20T23:55:45.608Z Checking fallible-iterator v0.2.0
23832026-03-20T23:55:45.640Z Checking heapless v0.7.17
23842026-03-20T23:55:45.740Z Checking zstd-safe v7.2.4
23852026-03-20T23:55:45.977Z Checking clap v4.5.60
23862026-03-20T23:55:45.980Z Checking rayon v1.11.0
23872026-03-20T23:55:45.980Z Checking itertools v0.12.1
23882026-03-20T23:55:45.980Z Checking postgres-protocol v0.6.10
23892026-03-20T23:55:45.980Z Checking phf_shared v0.13.1
23902026-03-20T23:55:46.202Z Checking console v0.16.2
23912026-03-20T23:55:46.260Z Checking curve25519-dalek v4.1.3
23922026-03-20T23:55:46.310Z Checking dof v0.4.0
23932026-03-20T23:55:46.384Z Checking memoffset v0.9.1
23942026-03-20T23:55:46.487Z Checking bzip2-sys v0.1.13+1.0.8
23952026-03-20T23:55:46.556Z Checking elliptic-curve v0.13.8
23962026-03-20T23:55:46.593Z Checking signal-hook v0.3.18
23972026-03-20T23:55:46.613Z Checking memmap2 v0.9.10
23982026-03-20T23:55:46.726Z Checking flate2 v1.1.9
23992026-03-20T23:55:46.820Z Checking libbz2-rs-sys v0.2.2
24002026-03-20T23:55:46.839Z Checking unit-prefix v0.5.2
24012026-03-20T23:55:46.968Z Checking foldhash v0.1.5
24022026-03-20T23:55:47.001Z Checking fixedbitset v0.4.2
24032026-03-20T23:55:47.142Z Checking toml_write v0.1.2
24042026-03-20T23:55:47.145Z Checking winnow v0.5.40
24052026-03-20T23:55:47.187Z Checking usdt-impl v0.6.0
24062026-03-20T23:55:47.200Z Checking bumpalo v3.20.2
24072026-03-20T23:55:47.310Z Checking petgraph v0.6.5
24082026-03-20T23:55:47.343Z Checking zone v0.3.1
24092026-03-20T23:55:47.364Z Checking toml_edit v0.22.27
24102026-03-20T23:55:47.364Z Checking bzip2 v0.6.1
24112026-03-20T23:55:47.461Z Checking zopfli v0.8.3
24122026-03-20T23:55:47.541Z Checking usdt v0.6.0
24132026-03-20T23:55:47.574Z Checking hashbrown v0.15.5
24142026-03-20T23:55:47.746Z Checking signal-hook-mio v0.2.5
24152026-03-20T23:55:47.815Z Checking bzip2 v0.4.4
24162026-03-20T23:55:47.873Z Checking nix v0.31.1
24172026-03-20T23:55:47.895Z Checking postgres-types v0.2.12
24182026-03-20T23:55:47.920Z Checking indicatif v0.18.4
24192026-03-20T23:55:48.024Z Checking phf v0.13.1
24202026-03-20T23:55:48.208Z Checking smoltcp v0.9.1
24212026-03-20T23:55:48.228Z Checking zstd v0.13.3
24222026-03-20T23:55:48.312Z Checking similar v2.7.0
24232026-03-20T23:55:48.416Z Checking num-bigint-dig v0.8.6
24242026-03-20T23:55:48.481Z Checking ed25519 v2.2.3
24252026-03-20T23:55:48.712Z Checking pkcs1 v0.7.5
24262026-03-20T23:55:48.735Z Checking toml_edit v0.19.15
24272026-03-20T23:55:48.820Z Checking phf_shared v0.11.3
24282026-03-20T23:55:48.865Z Checking tokio-stream v0.1.18
24292026-03-20T23:55:48.987Z Checking strum v0.27.2
24302026-03-20T23:55:49.016Z Checking hubpack v0.1.2
24312026-03-20T23:55:49.021Z Checking rfc6979 v0.4.0
24322026-03-20T23:55:49.071Z Checking serde-big-array v0.5.1
24332026-03-20T23:55:49.136Z Checking float-cmp v0.10.0
24342026-03-20T23:55:49.194Z Checking env_filter v1.0.0
24352026-03-20T23:55:49.232Z Checking rustc-hash v2.1.1
24362026-03-20T23:55:49.237Z Checking normalize-line-endings v0.3.0
24372026-03-20T23:55:49.285Z Checking precomputed-hash v0.1.1
24382026-03-20T23:55:49.298Z Checking predicates-core v1.0.10
24392026-03-20T23:55:49.365Z Checking keccak v0.1.6
24402026-03-20T23:55:49.371Z Checking static_assertions v1.1.0
24412026-03-20T23:55:49.407Z Checking difflib v0.4.0
24422026-03-20T23:55:49.413Z Checking jiff v0.2.21
24432026-03-20T23:55:49.413Z Checking whoami v2.1.0
24442026-03-20T23:55:49.462Z Checking new_debug_unreachable v1.0.6
24452026-03-20T23:55:49.482Z Checking fixedbitset v0.5.7
24462026-03-20T23:55:49.546Z Checking string_cache v0.8.9
24472026-03-20T23:55:49.569Z Checking rsa v0.9.10
24482026-03-20T23:55:49.586Z Checking sha3 v0.10.8
24492026-03-20T23:55:49.630Z Checking predicates v3.1.4
24502026-03-20T23:55:49.670Z Checking tokio-postgres v0.7.16
24512026-03-20T23:55:49.734Z Checking petgraph v0.8.3
24522026-03-20T23:55:49.756Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24532026-03-20T23:55:49.854Z Checking env_logger v0.11.9
24542026-03-20T23:55:50.039Z Checking iddqd v0.3.17
24552026-03-20T23:55:50.104Z Checking ecdsa v0.16.9
24562026-03-20T23:55:50.158Z Checking toml v0.7.8
24572026-03-20T23:55:50.185Z Checking ed25519-dalek v2.2.0
24582026-03-20T23:55:50.483Z Checking zip v0.6.6
24592026-03-20T23:55:50.547Z Checking crossterm v0.28.1
24602026-03-20T23:55:50.589Z Checking serde_with v3.17.0
24612026-03-20T23:55:50.918Z Checking itertools v0.13.0
24622026-03-20T23:55:51.186Z Checking hickory-proto v0.25.2
24632026-03-20T23:55:51.322Z Checking x509-cert v0.2.5
24642026-03-20T23:55:51.503Z Checking fs-err v3.3.0
24652026-03-20T23:55:51.869Z Checking ahash v0.8.12
24662026-03-20T23:55:51.899Z Checking object v0.37.3
24672026-03-20T23:55:52.133Z Checking buf-list v1.1.2
24682026-03-20T23:55:52.237Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24692026-03-20T23:55:52.329Z Checking lalrpop-util v0.19.12
24702026-03-20T23:55:52.372Z Checking peg-runtime v0.8.5
24712026-03-20T23:55:52.539Z Compiling structmeta-derive v0.3.0
24722026-03-20T23:55:52.559Z Compiling rustls v0.22.4
24732026-03-20T23:55:52.580Z Compiling newtype-uuid-macros v0.1.0
24742026-03-20T23:55:52.600Z Compiling multer v3.1.0
24752026-03-20T23:55:52.603Z Checking zip v4.6.1
24762026-03-20T23:55:52.777Z Compiling async-stream-impl v0.3.6
24772026-03-20T23:55:52.821Z Checking futures-executor v0.3.32
24782026-03-20T23:55:52.903Z Checking regress v0.10.5
24792026-03-20T23:55:53.389Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24802026-03-20T23:55:53.581Z Compiling dropshot v0.16.7
24812026-03-20T23:55:53.581Z Checking futures v0.3.32
24822026-03-20T23:55:53.683Z Compiling dropshot_endpoint v0.16.7
24832026-03-20T23:55:53.884Z Checking thread_local v1.1.9
24842026-03-20T23:55:53.906Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852026-03-20T23:55:54.002Z Compiling structmeta v0.3.0
24862026-03-20T23:55:54.096Z Checking crossbeam-channel v0.5.15
24872026-03-20T23:55:54.279Z Compiling derive-ex v0.1.8
24882026-03-20T23:55:54.367Z Checking is-terminal v0.4.17
24892026-03-20T23:55:54.486Z Checking take_mut v0.2.2
24902026-03-20T23:55:54.553Z Checking term v1.2.1
24912026-03-20T23:55:54.618Z Checking slog-async v2.8.0
24922026-03-20T23:55:54.829Z Compiling parse-display-derive v0.10.0
24932026-03-20T23:55:54.849Z Checking slog-term v2.9.2
24942026-03-20T23:55:54.852Z Checking rustls-webpki v0.102.8
24952026-03-20T23:55:54.976Z Checking serde_spanned v1.0.4
24962026-03-20T23:55:55.148Z Checking match_cfg v0.1.0
24972026-03-20T23:55:55.193Z Checking debug-ignore v1.0.5
24982026-03-20T23:55:55.213Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24992026-03-20T23:55:55.238Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-20T23:55:55.310Z Checking hostname v0.3.1
25012026-03-20T23:55:55.331Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25022026-03-20T23:55:55.434Z Checking slog-json v2.6.1
25032026-03-20T23:55:55.480Z Checking toml v0.9.12+spec-1.1.0
25042026-03-20T23:55:55.515Z Checking macaddr v1.0.1
25052026-03-20T23:55:55.636Z Checking slog-bunyan v2.5.0
25062026-03-20T23:55:55.751Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25072026-03-20T23:55:55.782Z Checking async-stream v0.3.6
25082026-03-20T23:55:56.042Z Checking waitgroup v0.1.2
25092026-03-20T23:55:56.176Z Checking rustls-pemfile v2.2.0
25102026-03-20T23:55:56.246Z Checking serde_path_to_error v0.1.20
25112026-03-20T23:55:56.266Z Checking hostname v0.4.2
25122026-03-20T23:55:56.296Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-03-20T23:55:56.354Z Checking progenitor-client v0.13.0
25142026-03-20T23:55:56.390Z Checking progenitor-client v0.10.0
25152026-03-20T23:55:56.436Z Compiling itertools v0.14.0
25162026-03-20T23:55:56.603Z Compiling test-strategy v0.4.5
25172026-03-20T23:55:56.622Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25182026-03-20T23:55:56.651Z Checking backon v1.6.0
25192026-03-20T23:55:56.680Z Checking instant v0.1.13
25202026-03-20T23:55:56.793Z Checking backoff v0.4.0
25212026-03-20T23:55:56.893Z Checking progenitor-extras v0.1.1
25222026-03-20T23:55:57.071Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25232026-03-20T23:55:57.144Z Checking parse-display v0.10.0
25242026-03-20T23:55:57.198Z Checking heck v0.5.0
25252026-03-20T23:55:57.362Z Compiling toml_edit v0.23.10+spec-1.0.0
25262026-03-20T23:55:57.382Z Checking tokio-rustls v0.25.0
25272026-03-20T23:55:57.498Z Compiling crucible-workspace-hack v0.1.0
25282026-03-20T23:55:57.701Z Compiling convert_case v0.4.0
25292026-03-20T23:55:57.726Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25302026-03-20T23:55:57.989Z Compiling heapless v0.8.0
25312026-03-20T23:55:58.179Z Compiling ingot-macros v0.1.1
25322026-03-20T23:55:58.207Z Compiling derive_more v0.99.20
25332026-03-20T23:55:58.397Z Compiling proc-macro-crate v3.4.0
25342026-03-20T23:55:58.632Z Checking hash32 v0.3.1
25352026-03-20T23:55:58.688Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25362026-03-20T23:55:58.795Z Checking secrecy v0.10.3
25372026-03-20T23:55:58.845Z Compiling prettyplease v0.2.37
25382026-03-20T23:55:58.965Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25392026-03-20T23:55:59.097Z Compiling smoltcp v0.11.0
25402026-03-20T23:55:59.143Z Compiling num_enum_derive v0.7.5
25412026-03-20T23:55:59.345Z Compiling typify-impl v0.6.1
25422026-03-20T23:55:59.454Z Checking tabwriter v1.4.1
25432026-03-20T23:55:59.642Z Checking cobs v0.3.0
25442026-03-20T23:55:59.762Z Compiling foreign-types-macros v0.2.3
25452026-03-20T23:55:59.925Z Compiling unsafe-libyaml v0.2.11
25462026-03-20T23:56:00.134Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25472026-03-20T23:56:00.529Z Checking cpufeatures v0.3.0
25482026-03-20T23:56:00.549Z Checking foreign-types-shared v0.3.1
25492026-03-20T23:56:00.598Z Checking num_enum v0.7.5
25502026-03-20T23:56:00.626Z Checking chacha20 v0.10.0
25512026-03-20T23:56:00.664Z Checking foreign-types v0.5.0
25522026-03-20T23:56:00.745Z Compiling serde_yaml v0.9.34+deprecated
25532026-03-20T23:56:00.929Z Checking postcard v1.1.3
25542026-03-20T23:56:01.752Z Compiling proc-macro-crate v1.3.1
25552026-03-20T23:56:01.859Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25562026-03-20T23:56:02.031Z Checking ingot-types v0.1.2
25572026-03-20T23:56:02.372Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25582026-03-20T23:56:02.414Z Checking cstr-argument v0.1.2
25592026-03-20T23:56:02.541Z Checking ingot v0.1.1
25602026-03-20T23:56:02.576Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-20T23:56:02.658Z Checking colored v3.1.1
25622026-03-20T23:56:02.817Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25632026-03-20T23:56:02.838Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25642026-03-20T23:56:02.901Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25652026-03-20T23:56:02.930Z Compiling num_enum_derive v0.5.11
25662026-03-20T23:56:03.082Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25672026-03-20T23:56:03.106Z Checking rand v0.10.0
25682026-03-20T23:56:04.253Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25692026-03-20T23:56:04.677Z Checking num_enum v0.5.11
25702026-03-20T23:56:04.829Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-20T23:56:05.439Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25722026-03-20T23:56:05.727Z Compiling typify-macro v0.6.1
25732026-03-20T23:56:05.814Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25742026-03-20T23:56:05.866Z Compiling typify-impl v0.4.3
25752026-03-20T23:56:05.950Z Checking camino-tempfile v1.4.1
25762026-03-20T23:56:06.148Z Checking num-rational v0.4.2
25772026-03-20T23:56:06.527Z Checking half v2.7.1
25782026-03-20T23:56:06.547Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25792026-03-20T23:56:06.730Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-20T23:56:06.852Z Checking universal-hash v0.5.1
25812026-03-20T23:56:06.888Z Checking num-complex v0.4.6
25822026-03-20T23:56:07.029Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-20T23:56:07.346Z Checking ciborium-io v0.2.2
25842026-03-20T23:56:07.402Z Checking opaque-debug v0.3.1
25852026-03-20T23:56:07.411Z Checking num v0.4.3
25862026-03-20T23:56:07.465Z Checking ciborium-ll v0.2.2
25872026-03-20T23:56:07.510Z Checking poly1305 v0.8.0
25882026-03-20T23:56:07.534Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25892026-03-20T23:56:07.576Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-20T23:56:07.698Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-20T23:56:07.867Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-20T23:56:08.089Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-20T23:56:08.109Z Compiling typify v0.6.1
25942026-03-20T23:56:08.250Z Checking toml v0.8.23
25952026-03-20T23:56:08.379Z Checking thiserror-no-std v2.0.2
25962026-03-20T23:56:08.490Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25972026-03-20T23:56:08.693Z Checking password-hash v0.5.0
25982026-03-20T23:56:08.725Z Checking chacha20 v0.9.1
25992026-03-20T23:56:08.979Z Compiling usdt-macro v0.5.0
26002026-03-20T23:56:09.005Z Compiling usdt-attr-macro v0.5.0
26012026-03-20T23:56:09.245Z Checking smf v0.2.3
26022026-03-20T23:56:09.561Z Checking blake2 v0.10.6
26032026-03-20T23:56:09.742Z Checking aead v0.5.2
26042026-03-20T23:56:09.762Z Checking sigpipe v0.1.3
26052026-03-20T23:56:09.865Z Checking memmap v0.7.0
26062026-03-20T23:56:09.925Z Compiling num-derive v0.4.2
26072026-03-20T23:56:09.929Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26082026-03-20T23:56:10.005Z Checking glob v0.3.3
26092026-03-20T23:56:10.033Z Checking float-ord v0.3.2
26102026-03-20T23:56:10.163Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26112026-03-20T23:56:10.211Z Checking usdt v0.5.0
26122026-03-20T23:56:10.237Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-20T23:56:10.441Z Checking chacha20poly1305 v0.10.1
26142026-03-20T23:56:10.460Z Checking argon2 v0.5.3
26152026-03-20T23:56:10.601Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26162026-03-20T23:56:10.664Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26172026-03-20T23:56:10.856Z Checking vsss-rs v3.3.4
26182026-03-20T23:56:10.873Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26192026-03-20T23:56:10.906Z Compiling progenitor-impl v0.13.0
26202026-03-20T23:56:11.132Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26212026-03-20T23:56:11.616Z Checking ciborium v0.2.2
26222026-03-20T23:56:11.679Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26232026-03-20T23:56:11.823Z Checking indent_write v2.2.0
26242026-03-20T23:56:11.999Z Checking whoami v1.6.1
26252026-03-20T23:56:12.041Z Compiling semver v0.1.20
26262026-03-20T23:56:12.197Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26272026-03-20T23:56:12.287Z Compiling typify-macro v0.4.3
26282026-03-20T23:56:12.434Z Compiling rustc_version v0.1.7
26292026-03-20T23:56:12.552Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26302026-03-20T23:56:12.741Z Compiling pin-project-internal v1.1.11
26312026-03-20T23:56:13.347Z Checking swrite v0.1.0
26322026-03-20T23:56:13.444Z Checking linked-hash-map v0.5.6
26332026-03-20T23:56:13.469Z Compiling minimal-lexical v0.2.1
26342026-03-20T23:56:13.675Z Checking lru-cache v0.1.2
26352026-03-20T23:56:13.808Z Compiling nom v7.1.3
26362026-03-20T23:56:13.833Z Compiling newtype_derive v0.1.6
26372026-03-20T23:56:14.273Z Checking pin-project v1.1.11
26382026-03-20T23:56:14.402Z Checking newline-converter v0.3.0
26392026-03-20T23:56:14.547Z Checking atomicwrites v0.4.4
26402026-03-20T23:56:14.581Z Compiling progenitor-macro v0.13.0
26412026-03-20T23:56:14.609Z Compiling typify v0.4.3
26422026-03-20T23:56:14.653Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26432026-03-20T23:56:14.707Z Checking hickory-proto v0.24.4
26442026-03-20T23:56:14.727Z Checking phf_shared v0.12.1
26452026-03-20T23:56:14.748Z Checking console v0.15.11
26462026-03-20T23:56:15.120Z Checking pem v3.0.6
26472026-03-20T23:56:15.328Z Checking csv-core v0.1.13
26482026-03-20T23:56:15.603Z Compiling snafu-derive v0.8.9
26492026-03-20T23:56:15.625Z Compiling async-recursion v1.1.1
26502026-03-20T23:56:15.665Z Compiling derive-where v1.6.0
26512026-03-20T23:56:16.511Z Compiling slog-dtrace v0.3.0
26522026-03-20T23:56:16.759Z Checking same-file v1.0.6
26532026-03-20T23:56:16.932Z Checking resolv-conf v0.7.6
26542026-03-20T23:56:17.179Z Compiling owo-colors v4.3.0
26552026-03-20T23:56:17.200Z Checking unicode-width v0.1.14
26562026-03-20T23:56:17.480Z Compiling cancel-safe-futures v0.1.5
26572026-03-20T23:56:17.542Z Compiling chrono-tz v0.10.4
26582026-03-20T23:56:17.601Z Checking highway v1.3.0
26592026-03-20T23:56:17.751Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26602026-03-20T23:56:17.894Z Checking hickory-resolver v0.24.4
26612026-03-20T23:56:17.915Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26622026-03-20T23:56:17.919Z Compiling const_format_proc_macros v0.2.34
26632026-03-20T23:56:18.283Z Checking snafu v0.8.9
26642026-03-20T23:56:18.605Z Checking walkdir v2.5.0
26652026-03-20T23:56:18.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26662026-03-20T23:56:18.897Z Checking csv v1.4.0
26672026-03-20T23:56:19.014Z Checking expectorate v1.2.0
26682026-03-20T23:56:19.034Z Checking phf v0.12.1
26692026-03-20T23:56:19.201Z Compiling progenitor-impl v0.10.0
26702026-03-20T23:56:19.291Z Checking tokio-dtrace v0.1.1
26712026-03-20T23:56:19.398Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26722026-03-20T23:56:19.485Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26732026-03-20T23:56:19.527Z Checking globset v0.4.18
26742026-03-20T23:56:19.699Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26752026-03-20T23:56:19.832Z Checking olpc-cjson v0.1.4
26762026-03-20T23:56:19.869Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26772026-03-20T23:56:20.015Z Checking libsw-core v0.3.2
26782026-03-20T23:56:20.166Z Checking serde_plain v1.0.2
26792026-03-20T23:56:20.202Z Checking arc-swap v1.8.2
26802026-03-20T23:56:20.221Z Compiling lzma-sys v0.1.20
26812026-03-20T23:56:20.494Z Checking utf-8 v0.7.6
26822026-03-20T23:56:20.632Z Checking typed-path v0.9.3
26832026-03-20T23:56:20.669Z Checking bytecount v0.6.9
26842026-03-20T23:56:20.750Z Checking tungstenite v0.21.0
26852026-03-20T23:56:20.806Z Checking papergrid v0.11.0
26862026-03-20T23:56:21.435Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26872026-03-20T23:56:21.650Z Checking slog-scope v4.4.1
26882026-03-20T23:56:21.671Z Checking progenitor v0.13.0
26892026-03-20T23:56:21.671Z Checking libsw v3.5.0
26902026-03-20T23:56:21.738Z Checking tough v0.20.0
26912026-03-20T23:56:21.827Z Checking oxide-tokio-rt v0.1.3
26922026-03-20T23:56:21.849Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26932026-03-20T23:56:21.974Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26942026-03-20T23:56:22.535Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26952026-03-20T23:56:22.619Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26962026-03-20T23:56:22.830Z Checking const_format v0.2.35
26972026-03-20T23:56:22.892Z Compiling progenitor-macro v0.10.0
26982026-03-20T23:56:23.554Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26992026-03-20T23:56:23.862Z Checking qorb v0.4.1
27002026-03-20T23:56:24.294Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27012026-03-20T23:56:24.315Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27022026-03-20T23:56:24.451Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27032026-03-20T23:56:24.573Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27042026-03-20T23:56:24.794Z Compiling cargo_toml v0.22.3
27052026-03-20T23:56:25.006Z Checking gethostname v0.5.0
27062026-03-20T23:56:25.019Z Compiling tabled_derive v0.7.0
27072026-03-20T23:56:25.106Z Checking bcs v0.1.6
27082026-03-20T23:56:25.125Z Checking termtree v0.5.1
27092026-03-20T23:56:25.303Z Checking smawk v0.3.2
27102026-03-20T23:56:25.399Z Checking linear-map v1.2.0
27112026-03-20T23:56:25.418Z Checking unicode-linebreak v0.1.5
27122026-03-20T23:56:25.470Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27132026-03-20T23:56:25.631Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27142026-03-20T23:56:25.699Z Checking textwrap v0.16.2
27152026-03-20T23:56:26.083Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27162026-03-20T23:56:26.089Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27172026-03-20T23:56:26.424Z Checking tabled v0.15.0
27182026-03-20T23:56:26.787Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27192026-03-20T23:56:27.119Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27202026-03-20T23:56:27.497Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27212026-03-20T23:56:27.501Z Checking steno v0.4.1
27222026-03-20T23:56:27.668Z Checking slog-stdlog v4.1.1
27232026-03-20T23:56:27.861Z Checking tokio-tungstenite v0.21.0
27242026-03-20T23:56:28.213Z Checking typeid v1.0.3
27252026-03-20T23:56:28.222Z Checking humantime v2.3.0
27262026-03-20T23:56:28.390Z Checking base64 v0.21.7
27272026-03-20T23:56:28.395Z Checking ron v0.12.0
27282026-03-20T23:56:28.575Z Checking xz2 v0.1.7
27292026-03-20T23:56:28.777Z Checking slog-envlogger v2.2.0
27302026-03-20T23:56:28.945Z Checking yasna v0.5.2
27312026-03-20T23:56:28.950Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27322026-03-20T23:56:29.102Z Checking headers-core v0.3.0
27332026-03-20T23:56:29.105Z Checking filetime v0.2.27
27342026-03-20T23:56:29.307Z Checking xattr v1.6.1
27352026-03-20T23:56:29.311Z Checking base16ct v1.0.0
27362026-03-20T23:56:29.320Z Checking rcgen v0.12.1
27372026-03-20T23:56:29.472Z Checking tar v0.4.44
27382026-03-20T23:56:29.659Z Checking headers v0.4.1
27392026-03-20T23:56:29.660Z Checking subprocess v0.2.15
27402026-03-20T23:56:30.002Z Checking progenitor v0.10.0
27412026-03-20T23:56:30.163Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-20T23:56:37.583Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27432026-03-20T23:56:45.754Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27442026-03-20T23:56:47.520Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27452026-03-20T23:56:49.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27462026-03-20T23:56:49.322Z
27472026-03-20T23:56:49.322Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27482026-03-20T23:56:50.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-03-20T23:56:50.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-03-20T23:56:50.324Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512026-03-20T23:56:52.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
27522026-03-20T23:56:52.275Z
27532026-03-20T23:56:52.275Zinfo: running `cargo check --bins` on nexus-config (51/257)
27542026-03-20T23:56:52.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-03-20T23:56:52.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-03-20T23:56:52.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-03-20T23:56:52.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27582026-03-20T23:56:53.103Z
27592026-03-20T23:56:53.103Zinfo: running `cargo check --bins` on nexus-types (52/257)
27602026-03-20T23:56:53.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-03-20T23:56:53.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-03-20T23:56:53.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-03-20T23:56:53.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27642026-03-20T23:56:53.927Z
27652026-03-20T23:56:53.927Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27662026-03-20T23:56:54.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-03-20T23:56:54.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-03-20T23:56:54.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-03-20T23:56:54.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27702026-03-20T23:56:54.702Z
27712026-03-20T23:56:54.702Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27722026-03-20T23:56:55.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-03-20T23:56:55.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-03-20T23:56:55.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-03-20T23:56:55.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27762026-03-20T23:56:55.478Z
27772026-03-20T23:56:55.478Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27782026-03-20T23:56:56.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-03-20T23:56:56.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-03-20T23:56:56.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-03-20T23:56:56.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27822026-03-20T23:56:56.236Z
27832026-03-20T23:56:56.236Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27842026-03-20T23:56:56.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-03-20T23:56:56.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-03-20T23:56:56.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-03-20T23:56:56.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27882026-03-20T23:56:56.994Z
27892026-03-20T23:56:56.994Zinfo: running `cargo check --bins` on ereport-types (57/257)
27902026-03-20T23:56:57.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-03-20T23:56:57.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-03-20T23:56:57.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-03-20T23:56:57.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27942026-03-20T23:56:57.759Z
27952026-03-20T23:56:57.759Zinfo: running `cargo check --bins` on gateway-client (58/257)
27962026-03-20T23:56:58.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-03-20T23:56:58.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-03-20T23:56:58.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-03-20T23:56:58.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28002026-03-20T23:56:58.529Z
28012026-03-20T23:56:58.529Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28022026-03-20T23:56:59.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-03-20T23:56:59.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-03-20T23:56:59.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-03-20T23:56:59.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28062026-03-20T23:56:59.298Z
28072026-03-20T23:56:59.298Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28082026-03-20T23:56:59.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-03-20T23:56:59.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-03-20T23:56:59.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-03-20T23:56:59.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28122026-03-20T23:57:00.067Z
28132026-03-20T23:57:00.067Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28142026-03-20T23:57:00.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-20T23:57:00.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-20T23:57:00.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-20T23:57:00.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28182026-03-20T23:57:00.833Z
28192026-03-20T23:57:00.833Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28202026-03-20T23:57:01.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-20T23:57:01.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-20T23:57:01.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-20T23:57:01.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28242026-03-20T23:57:01.608Z
28252026-03-20T23:57:01.608Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28262026-03-20T23:57:02.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-20T23:57:02.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-20T23:57:02.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-20T23:57:02.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28302026-03-20T23:57:02.391Z
28312026-03-20T23:57:02.391Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28322026-03-20T23:57:03.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-20T23:57:03.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-20T23:57:03.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-20T23:57:03.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28362026-03-20T23:57:03.179Z
28372026-03-20T23:57:03.179Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28382026-03-20T23:57:03.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-20T23:57:03.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-20T23:57:03.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-03-20T23:57:03.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28422026-03-20T23:57:03.933Z
28432026-03-20T23:57:03.933Zinfo: running `cargo check --bins` on oxlog (66/257)
28442026-03-20T23:57:04.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-03-20T23:57:04.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-03-20T23:57:04.738Z Compiling newtype-uuid v1.3.2
28472026-03-20T23:57:04.995Z Compiling daft v0.1.5
28482026-03-20T23:57:05.253Z Compiling iddqd v0.3.17
28492026-03-20T23:57:06.517Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28502026-03-20T23:57:06.805Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512026-03-20T23:57:07.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28522026-03-20T23:57:07.359Z
28532026-03-20T23:57:07.359Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28542026-03-20T23:57:08.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-20T23:57:08.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-20T23:57:08.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-20T23:57:08.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28582026-03-20T23:57:08.133Z
28592026-03-20T23:57:08.133Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28602026-03-20T23:57:08.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-20T23:57:08.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-20T23:57:08.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-20T23:57:08.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28642026-03-20T23:57:08.906Z
28652026-03-20T23:57:08.906Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28662026-03-20T23:57:09.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-20T23:57:09.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-20T23:57:09.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-20T23:57:09.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28702026-03-20T23:57:09.713Z
28712026-03-20T23:57:09.713Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28722026-03-20T23:57:10.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-20T23:57:10.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-20T23:57:10.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-20T23:57:10.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28762026-03-20T23:57:10.483Z
28772026-03-20T23:57:10.483Zinfo: running `cargo check --bins` on oxql-types (71/257)
28782026-03-20T23:57:11.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-20T23:57:11.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-20T23:57:11.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-20T23:57:11.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28822026-03-20T23:57:11.240Z
28832026-03-20T23:57:11.241Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28842026-03-20T23:57:11.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-20T23:57:11.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-20T23:57:11.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-20T23:57:11.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28882026-03-20T23:57:12.015Z
28892026-03-20T23:57:12.015Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28902026-03-20T23:57:12.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-20T23:57:12.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-20T23:57:12.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-20T23:57:12.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28942026-03-20T23:57:12.788Z
28952026-03-20T23:57:12.788Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28962026-03-20T23:57:13.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-20T23:57:13.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-20T23:57:13.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-20T23:57:13.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29002026-03-20T23:57:13.544Z
29012026-03-20T23:57:13.544Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29022026-03-20T23:57:14.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-20T23:57:14.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-20T23:57:14.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-20T23:57:14.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29062026-03-20T23:57:14.342Z
29072026-03-20T23:57:14.342Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29082026-03-20T23:57:15.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-20T23:57:15.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-20T23:57:15.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-20T23:57:15.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29122026-03-20T23:57:15.137Z
29132026-03-20T23:57:15.137Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29142026-03-20T23:57:15.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-20T23:57:15.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-20T23:57:15.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-20T23:57:15.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29182026-03-20T23:57:15.932Z
29192026-03-20T23:57:15.932Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29202026-03-20T23:57:16.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-20T23:57:16.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-20T23:57:16.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-20T23:57:16.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29242026-03-20T23:57:16.730Z
29252026-03-20T23:57:16.730Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29262026-03-20T23:57:17.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-20T23:57:17.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-20T23:57:17.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-20T23:57:17.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29302026-03-20T23:57:17.492Z
29312026-03-20T23:57:17.492Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29322026-03-20T23:57:18.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-20T23:57:18.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-20T23:57:18.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-20T23:57:18.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29362026-03-20T23:57:18.254Z
29372026-03-20T23:57:18.254Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29382026-03-20T23:57:18.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-20T23:57:18.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-20T23:57:18.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-20T23:57:18.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29422026-03-20T23:57:19.011Z
29432026-03-20T23:57:19.011Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29442026-03-20T23:57:19.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-20T23:57:19.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-20T23:57:19.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-03-20T23:57:19.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29482026-03-20T23:57:19.767Z
29492026-03-20T23:57:19.768Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29502026-03-20T23:57:20.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-20T23:57:20.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-20T23:57:20.643Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29532026-03-20T23:57:21.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
29542026-03-20T23:57:21.525Z
29552026-03-20T23:57:21.525Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29562026-03-20T23:57:22.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-03-20T23:57:22.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-03-20T23:57:22.420Z Compiling ar_archive_writer v0.5.1
29592026-03-20T23:57:22.573Z Compiling stacker v0.1.23
29602026-03-20T23:57:22.577Z Compiling cfg_aliases v0.1.1
29612026-03-20T23:57:22.597Z Compiling convert_case v0.10.0
29622026-03-20T23:57:22.602Z Checking fd-lock v4.0.4
29632026-03-20T23:57:22.605Z Checking nibble_vec v0.1.0
29642026-03-20T23:57:22.605Z Checking vte v0.14.1
29652026-03-20T23:57:22.605Z Compiling recursive-proc-macro-impl v0.1.1
29662026-03-20T23:57:22.659Z Compiling nix v0.28.0
29672026-03-20T23:57:22.777Z Checking endian-type v0.1.2
29682026-03-20T23:57:22.808Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29692026-03-20T23:57:22.865Z Checking strip-ansi-escapes v0.2.1
29702026-03-20T23:57:22.886Z Compiling peg-macros v0.8.5
29712026-03-20T23:57:22.938Z Checking radix_trie v0.2.1
29722026-03-20T23:57:22.989Z Checking winnow v0.6.26
29732026-03-20T23:57:23.016Z Compiling derive_more-impl v2.1.1
29742026-03-20T23:57:23.141Z Compiling sqlparser_derive v0.5.0
29752026-03-20T23:57:23.206Z Checking unicode_categories v0.1.1
29762026-03-20T23:57:23.408Z Checking nu-ansi-term v0.50.3
29772026-03-20T23:57:23.424Z Checking home v0.5.12
29782026-03-20T23:57:23.584Z Checking display-error-chain v0.2.2
29792026-03-20T23:57:23.679Z Checking reedline v0.40.0
29802026-03-20T23:57:23.729Z Compiling psm v0.1.30
29812026-03-20T23:57:24.094Z Checking derive_more v2.1.1
29822026-03-20T23:57:24.186Z Checking crossterm v0.29.0
29832026-03-20T23:57:24.384Z Checking peg v0.8.5
29842026-03-20T23:57:24.496Z Checking rustyline v14.0.0
29852026-03-20T23:57:24.528Z Checking sqlformat v0.3.5
29862026-03-20T23:57:24.685Z Checking recursive v0.1.1
29872026-03-20T23:57:24.793Z Checking sqlparser v0.61.0
29882026-03-20T23:57:40.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.06s
29892026-03-20T23:57:40.804Z
29902026-03-20T23:57:40.804Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29912026-03-20T23:57:41.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-03-20T23:57:41.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-03-20T23:57:41.700Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29942026-03-20T23:57:46.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
29952026-03-20T23:57:46.551Z
29962026-03-20T23:57:46.551Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
29972026-03-20T23:57:47.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-20T23:57:47.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-20T23:57:47.447Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-20T23:57:50.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
30012026-03-20T23:57:50.919Z
30022026-03-20T23:57:50.919Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30032026-03-20T23:57:51.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-20T23:57:51.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-20T23:57:51.806Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-20T23:57:56.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
30072026-03-20T23:57:56.403Z
30082026-03-20T23:57:56.403Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30092026-03-20T23:57:57.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-20T23:57:57.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-20T23:57:57.300Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-20T23:58:01.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
30132026-03-20T23:58:01.927Z
30142026-03-20T23:58:01.927Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30152026-03-20T23:58:02.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-20T23:58:02.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-20T23:58:02.820Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-20T23:58:06.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
30192026-03-20T23:58:06.525Z
30202026-03-20T23:58:06.525Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30212026-03-20T23:58:07.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-20T23:58:07.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-20T23:58:07.419Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-20T23:58:10.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
30252026-03-20T23:58:11.155Z
30262026-03-20T23:58:11.155Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30272026-03-20T23:58:11.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-20T23:58:11.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-20T23:58:12.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-03-20T23:58:16.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
30312026-03-20T23:58:16.878Z
30322026-03-20T23:58:16.878Zinfo: running `cargo check --bins` on oximeter (92/257)
30332026-03-20T23:58:17.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-20T23:58:17.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-20T23:58:17.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-03-20T23:58:17.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30372026-03-20T23:58:17.653Z
30382026-03-20T23:58:17.653Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30392026-03-20T23:58:18.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-03-20T23:58:18.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-03-20T23:58:18.503Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-03-20T23:58:18.695Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30432026-03-20T23:58:18.723Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-03-20T23:58:19.137Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-03-20T23:58:24.006Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30462026-03-20T23:58:24.426Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30472026-03-20T23:58:25.962Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30482026-03-20T23:58:26.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s
30492026-03-20T23:58:27.054Z
30502026-03-20T23:58:27.054Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30512026-03-20T23:58:27.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-03-20T23:58:27.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-03-20T23:58:27.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-03-20T23:58:27.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30552026-03-20T23:58:27.834Z
30562026-03-20T23:58:27.834Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30572026-03-20T23:58:28.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-20T23:58:28.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-20T23:58:28.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-20T23:58:28.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30612026-03-20T23:58:28.673Z
30622026-03-20T23:58:28.673Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30632026-03-20T23:58:29.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-20T23:58:29.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-20T23:58:29.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-20T23:58:29.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30672026-03-20T23:58:29.478Z
30682026-03-20T23:58:29.478Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30692026-03-20T23:58:30.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-20T23:58:30.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-20T23:58:30.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-20T23:58:30.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30732026-03-20T23:58:30.279Z
30742026-03-20T23:58:30.279Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30752026-03-20T23:58:30.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-20T23:58:30.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-20T23:58:30.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-20T23:58:30.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30792026-03-20T23:58:31.080Z
30802026-03-20T23:58:31.080Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30812026-03-20T23:58:31.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-20T23:58:31.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-20T23:58:31.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-20T23:58:31.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30852026-03-20T23:58:31.879Z
30862026-03-20T23:58:31.879Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30872026-03-20T23:58:32.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-20T23:58:32.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-20T23:58:32.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-20T23:58:32.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30912026-03-20T23:58:32.639Z
30922026-03-20T23:58:32.639Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30932026-03-20T23:58:33.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-20T23:58:33.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-20T23:58:33.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-20T23:58:33.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30972026-03-20T23:58:33.440Z
30982026-03-20T23:58:33.440Zinfo: running `cargo check --bins` on update-engine (102/257)
30992026-03-20T23:58:34.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-20T23:58:34.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-20T23:58:34.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-20T23:58:34.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31032026-03-20T23:58:34.204Z
31042026-03-20T23:58:34.204Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31052026-03-20T23:58:35.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-20T23:58:35.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-20T23:58:35.122Z Checking dropshot-api-manager-types v0.6.0
31082026-03-20T23:58:35.125Z Checking nanorand v0.7.0
31092026-03-20T23:58:35.430Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31102026-03-20T23:58:35.455Z Checking flume v0.11.1
31112026-03-20T23:58:35.729Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31122026-03-20T23:58:36.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
31132026-03-20T23:58:37.220Z
31142026-03-20T23:58:37.220Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31152026-03-20T23:58:37.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-20T23:58:37.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-20T23:58:37.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-03-20T23:58:37.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31192026-03-20T23:58:38.005Z
31202026-03-20T23:58:38.005Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31212026-03-20T23:58:38.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-20T23:58:38.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-20T23:58:38.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-20T23:58:38.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31252026-03-20T23:58:38.787Z
31262026-03-20T23:58:38.787Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31272026-03-20T23:58:39.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-20T23:58:39.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-20T23:58:39.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-20T23:58:39.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31312026-03-20T23:58:39.565Z
31322026-03-20T23:58:39.565Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31332026-03-20T23:58:40.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-20T23:58:40.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-20T23:58:40.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-20T23:58:40.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31372026-03-20T23:58:40.366Z
31382026-03-20T23:58:40.366Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31392026-03-20T23:58:41.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-20T23:58:41.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-20T23:58:41.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-20T23:58:41.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31432026-03-20T23:58:41.151Z
31442026-03-20T23:58:41.151Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31452026-03-20T23:58:41.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-20T23:58:41.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-20T23:58:41.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-20T23:58:41.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31492026-03-20T23:58:41.935Z
31502026-03-20T23:58:41.935Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31512026-03-20T23:58:42.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-20T23:58:42.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-20T23:58:42.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-20T23:58:42.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31552026-03-20T23:58:42.718Z
31562026-03-20T23:58:42.718Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31572026-03-20T23:58:43.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-20T23:58:43.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-20T23:58:43.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-20T23:58:43.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31612026-03-20T23:58:43.481Z
31622026-03-20T23:58:43.481Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31632026-03-20T23:58:44.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-20T23:58:44.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-20T23:58:44.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-20T23:58:44.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31672026-03-20T23:58:44.261Z
31682026-03-20T23:58:44.261Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31692026-03-20T23:58:44.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-20T23:58:44.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-20T23:58:44.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-20T23:58:44.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31732026-03-20T23:58:45.048Z
31742026-03-20T23:58:45.048Zinfo: running `cargo check --bins` on installinator-client (114/257)
31752026-03-20T23:58:45.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-20T23:58:45.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-20T23:58:45.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-20T23:58:45.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31792026-03-20T23:58:45.834Z
31802026-03-20T23:58:45.834Zinfo: running `cargo check --bins` on nexus-client (115/257)
31812026-03-20T23:58:46.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-20T23:58:46.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-20T23:58:46.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-20T23:58:46.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31852026-03-20T23:58:46.667Z
31862026-03-20T23:58:46.667Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31872026-03-20T23:58:47.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-20T23:58:47.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-20T23:58:47.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-20T23:58:47.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31912026-03-20T23:58:47.495Z
31922026-03-20T23:58:47.495Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31932026-03-20T23:58:48.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-20T23:58:48.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-20T23:58:48.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-20T23:58:48.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31972026-03-20T23:58:48.261Z
31982026-03-20T23:58:48.261Zinfo: running `cargo check --bins` on oxide-client (118/257)
31992026-03-20T23:58:48.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-20T23:58:48.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-20T23:58:48.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-20T23:58:48.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32032026-03-20T23:58:49.031Z
32042026-03-20T23:58:49.031Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32052026-03-20T23:58:49.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-20T23:58:49.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-20T23:58:49.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-20T23:58:49.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32092026-03-20T23:58:49.807Z
32102026-03-20T23:58:49.807Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32112026-03-20T23:58:50.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-20T23:58:50.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-20T23:58:50.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-20T23:58:50.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32152026-03-20T23:58:50.573Z
32162026-03-20T23:58:50.573Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32172026-03-20T23:58:51.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-20T23:58:51.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-20T23:58:51.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-20T23:58:51.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32212026-03-20T23:58:51.378Z
32222026-03-20T23:58:51.378Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32232026-03-20T23:58:52.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-20T23:58:52.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-20T23:58:52.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-20T23:58:52.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32272026-03-20T23:58:52.185Z
32282026-03-20T23:58:52.185Zinfo: running `cargo check --bins` on installinator-common (123/257)
32292026-03-20T23:58:52.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-20T23:58:52.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-20T23:58:52.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-20T23:58:52.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32332026-03-20T23:58:52.976Z
32342026-03-20T23:58:52.976Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32352026-03-20T23:58:53.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-20T23:58:53.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-20T23:58:53.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-20T23:58:53.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32392026-03-20T23:58:53.738Z
32402026-03-20T23:58:53.738Zinfo: running `cargo check --bins` on wicket-common (125/257)
32412026-03-20T23:58:54.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-20T23:58:54.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-20T23:58:54.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-03-20T23:58:54.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32452026-03-20T23:58:54.546Z
32462026-03-20T23:58:54.546Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32472026-03-20T23:58:55.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-03-20T23:58:55.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-03-20T23:58:55.436Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32502026-03-20T23:58:55.436Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32512026-03-20T23:58:55.440Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32522026-03-20T23:58:55.587Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32532026-03-20T23:58:55.591Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32542026-03-20T23:58:55.745Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32552026-03-20T23:58:55.781Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32562026-03-20T23:58:56.045Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-03-20T23:58:56.048Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32582026-03-20T23:58:58.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
32592026-03-20T23:58:59.125Z
32602026-03-20T23:58:59.125Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32612026-03-20T23:58:59.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-03-20T23:58:59.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-03-20T23:58:59.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-03-20T23:58:59.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32652026-03-20T23:58:59.910Z
32662026-03-20T23:58:59.910Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32672026-03-20T23:59:00.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-20T23:59:00.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-20T23:59:00.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-20T23:59:00.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32712026-03-20T23:59:00.819Z
32722026-03-20T23:59:00.819Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32732026-03-20T23:59:01.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-20T23:59:01.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-20T23:59:01.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-03-20T23:59:01.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32772026-03-20T23:59:01.714Z
32782026-03-20T23:59:01.714Zinfo: running `cargo check --bins` on dns-server (130/257)
32792026-03-20T23:59:02.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-03-20T23:59:02.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-03-20T23:59:02.597Z Compiling parking_lot_core v0.8.6
32822026-03-20T23:59:02.597Z Compiling git-stub v1.0.0
32832026-03-20T23:59:02.597Z Compiling atomicwrites v0.4.4
32842026-03-20T23:59:02.600Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32852026-03-20T23:59:02.761Z Checking tagptr v0.2.0
32862026-03-20T23:59:02.776Z Checking prefix-trie v0.7.0
32872026-03-20T23:59:02.779Z Checking fxhash v0.2.1
32882026-03-20T23:59:02.807Z Checking hickory-client v0.25.2
32892026-03-20T23:59:02.933Z Compiling git-stub-vcs v0.1.0
32902026-03-20T23:59:02.936Z Checking moka v0.12.13
32912026-03-20T23:59:03.192Z Checking hickory-server v0.25.2
32922026-03-20T23:59:03.293Z Checking parking_lot v0.11.2
32932026-03-20T23:59:03.340Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32942026-03-20T23:59:03.377Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32952026-03-20T23:59:03.380Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32962026-03-20T23:59:03.380Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32972026-03-20T23:59:03.525Z Checking sled v0.34.7
32982026-03-20T23:59:03.809Z Checking hickory-resolver v0.25.2
32992026-03-20T23:59:06.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
33002026-03-20T23:59:06.500Z
33012026-03-20T23:59:06.500Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33022026-03-20T23:59:07.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-03-20T23:59:07.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-03-20T23:59:07.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-03-20T23:59:07.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33062026-03-20T23:59:07.279Z
33072026-03-20T23:59:07.280Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33082026-03-20T23:59:08.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-20T23:59:08.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-20T23:59:08.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-03-20T23:59:08.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33122026-03-20T23:59:08.135Z
33132026-03-20T23:59:08.135Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33142026-03-20T23:59:08.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-03-20T23:59:08.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-03-20T23:59:09.120Z Compiling radium v0.7.0
33172026-03-20T23:59:09.259Z Checking tap v1.0.1
33182026-03-20T23:59:09.262Z Compiling maybe-uninit v2.0.0
33192026-03-20T23:59:09.304Z Compiling zerocopy-derive v0.6.6
33202026-03-20T23:59:09.311Z Checking funty v2.0.0
33212026-03-20T23:59:09.317Z Checking crc-catalog v2.4.0
33222026-03-20T23:59:09.317Z Compiling packed_struct v0.10.1
33232026-03-20T23:59:09.320Z Compiling packed_struct_codegen v0.10.1
33242026-03-20T23:59:09.397Z Checking wyz v0.5.1
33252026-03-20T23:59:09.499Z Checking crc v3.4.0
33262026-03-20T23:59:09.663Z Compiling bitfield-macros v0.19.4
33272026-03-20T23:59:09.697Z Compiling indexmap v1.9.3
33282026-03-20T23:59:09.724Z Checking nodrop v0.1.14
33292026-03-20T23:59:09.748Z Checking smallvec v0.6.14
33302026-03-20T23:59:09.816Z Checking hashbrown v0.12.3
33312026-03-20T23:59:09.835Z Checking array-init v0.0.4
33322026-03-20T23:59:09.853Z Checking bitvec v1.0.1
33332026-03-20T23:59:09.966Z Checking ron v0.8.1
33342026-03-20T23:59:10.004Z Checking hashbrown v0.13.2
33352026-03-20T23:59:10.306Z Checking serde-hex v0.1.0
33362026-03-20T23:59:10.441Z Checking zerocopy v0.6.6
33372026-03-20T23:59:10.582Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33382026-03-20T23:59:10.628Z Checking bitfield v0.19.4
33392026-03-20T23:59:10.673Z Checking crc-any v2.5.0
33402026-03-20T23:59:10.792Z Checking path-slash v0.1.5
33412026-03-20T23:59:10.811Z Checking object v0.30.4
33422026-03-20T23:59:10.852Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-03-20T23:59:10.874Z Checking half v1.8.3
33442026-03-20T23:59:10.906Z Checking void v1.0.2
33452026-03-20T23:59:11.001Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33462026-03-20T23:59:11.033Z Checking lzss v0.8.2
33472026-03-20T23:59:11.051Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-03-20T23:59:11.088Z Checking tungstenite v0.23.0
33492026-03-20T23:59:11.137Z Checking serde_cbor v0.11.2
33502026-03-20T23:59:11.196Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33512026-03-20T23:59:11.252Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33522026-03-20T23:59:11.271Z Checking nix v0.27.1
33532026-03-20T23:59:11.635Z Checking kstat-rs v0.2.4
33542026-03-20T23:59:11.654Z Checking serde_bytes v0.11.19
33552026-03-20T23:59:11.714Z Checking tokio-tungstenite v0.23.1
33562026-03-20T23:59:11.871Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33572026-03-20T23:59:11.896Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33582026-03-20T23:59:11.970Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33592026-03-20T23:59:12.069Z Checking signal-hook-tokio v0.3.1
33602026-03-20T23:59:13.130Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-03-20T23:59:13.384Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33622026-03-20T23:59:16.672Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-20T23:59:17.865Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33642026-03-20T23:59:18.234Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33652026-03-20T23:59:19.713Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33662026-03-20T23:59:22.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
33672026-03-20T23:59:22.688Z
33682026-03-20T23:59:22.689Zinfo: running `cargo check --bins` on gateway-api (134/257)
33692026-03-20T23:59:23.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-03-20T23:59:23.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-03-20T23:59:23.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-03-20T23:59:23.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33732026-03-20T23:59:23.471Z
33742026-03-20T23:59:23.471Zinfo: running `cargo check --bins` on ipcc (135/257)
33752026-03-20T23:59:24.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-20T23:59:24.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-20T23:59:24.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-20T23:59:24.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33792026-03-20T23:59:24.253Z
33802026-03-20T23:59:24.253Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33812026-03-20T23:59:24.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-20T23:59:24.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-20T23:59:24.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-20T23:59:24.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33852026-03-20T23:59:25.018Z
33862026-03-20T23:59:25.018Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33872026-03-20T23:59:25.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-20T23:59:25.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-20T23:59:25.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-20T23:59:25.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33912026-03-20T23:59:25.802Z
33922026-03-20T23:59:25.802Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33932026-03-20T23:59:26.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-20T23:59:26.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-20T23:59:26.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-20T23:59:26.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33972026-03-20T23:59:26.585Z
33982026-03-20T23:59:26.585Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
33992026-03-20T23:59:27.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-20T23:59:27.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-20T23:59:27.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-20T23:59:27.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34032026-03-20T23:59:27.363Z
34042026-03-20T23:59:27.363Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34052026-03-20T23:59:28.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-20T23:59:28.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-20T23:59:28.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-20T23:59:28.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34092026-03-20T23:59:28.151Z
34102026-03-20T23:59:28.151Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34112026-03-20T23:59:28.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-20T23:59:28.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-20T23:59:28.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-20T23:59:28.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34152026-03-20T23:59:28.935Z
34162026-03-20T23:59:28.935Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34172026-03-20T23:59:29.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-20T23:59:29.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-20T23:59:29.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-20T23:59:29.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34212026-03-20T23:59:29.721Z
34222026-03-20T23:59:29.721Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34232026-03-20T23:59:30.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-20T23:59:30.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-20T23:59:30.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-20T23:59:30.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34272026-03-20T23:59:30.509Z
34282026-03-20T23:59:30.509Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34292026-03-20T23:59:31.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-20T23:59:31.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-20T23:59:31.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-20T23:59:31.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34332026-03-20T23:59:31.292Z
34342026-03-20T23:59:31.292Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34352026-03-20T23:59:31.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-20T23:59:31.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-20T23:59:31.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-20T23:59:31.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34392026-03-20T23:59:32.075Z
34402026-03-20T23:59:32.075Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34412026-03-20T23:59:32.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-20T23:59:32.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-20T23:59:32.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-20T23:59:32.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34452026-03-20T23:59:32.859Z
34462026-03-20T23:59:32.859Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34472026-03-20T23:59:33.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-20T23:59:33.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-20T23:59:33.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-20T23:59:33.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34512026-03-20T23:59:33.683Z
34522026-03-20T23:59:33.683Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34532026-03-20T23:59:34.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-20T23:59:34.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-20T23:59:34.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-20T23:59:34.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34572026-03-20T23:59:34.465Z
34582026-03-20T23:59:34.465Zinfo: running `cargo check --bins` on sp-sim (149/257)
34592026-03-20T23:59:35.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-20T23:59:35.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-20T23:59:35.430Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-03-20T23:59:37.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
34632026-03-20T23:59:37.979Z
34642026-03-20T23:59:37.979Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34652026-03-20T23:59:38.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-20T23:59:38.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-20T23:59:38.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-03-20T23:59:38.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34692026-03-20T23:59:38.835Z
34702026-03-20T23:59:38.835Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34712026-03-20T23:59:39.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-20T23:59:39.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-20T23:59:39.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-20T23:59:39.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34752026-03-20T23:59:39.698Z
34762026-03-20T23:59:39.698Zinfo: running `cargo check --bins` on db-macros (152/257)
34772026-03-20T23:59:40.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-20T23:59:40.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-20T23:59:40.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-20T23:59:40.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34812026-03-20T23:59:40.465Z
34822026-03-20T23:59:40.465Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34832026-03-20T23:59:41.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-20T23:59:41.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-20T23:59:41.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-20T23:59:41.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34872026-03-20T23:59:41.231Z
34882026-03-20T23:59:41.231Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34892026-03-20T23:59:41.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-20T23:59:41.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-20T23:59:41.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-20T23:59:41.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34932026-03-20T23:59:42.080Z
34942026-03-20T23:59:42.080Zinfo: running `cargo check --bins` on authz-macros (155/257)
34952026-03-20T23:59:42.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-20T23:59:42.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-20T23:59:42.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-20T23:59:42.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34992026-03-20T23:59:42.847Z
35002026-03-20T23:59:42.847Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35012026-03-20T23:59:43.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-20T23:59:43.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-20T23:59:43.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-20T23:59:43.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35052026-03-20T23:59:43.689Z
35062026-03-20T23:59:43.689Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35072026-03-20T23:59:44.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-20T23:59:44.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-20T23:59:44.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-20T23:59:44.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35112026-03-20T23:59:44.533Z
35122026-03-20T23:59:44.533Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35132026-03-20T23:59:45.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-20T23:59:45.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-20T23:59:45.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-20T23:59:45.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35172026-03-20T23:59:45.300Z
35182026-03-20T23:59:45.300Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35192026-03-20T23:59:45.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-20T23:59:45.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-20T23:59:45.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-20T23:59:45.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35232026-03-20T23:59:46.065Z
35242026-03-20T23:59:46.065Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35252026-03-20T23:59:46.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-20T23:59:46.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-20T23:59:46.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-20T23:59:46.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35292026-03-20T23:59:46.849Z
35302026-03-20T23:59:46.849Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35312026-03-20T23:59:47.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-20T23:59:47.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-20T23:59:47.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-20T23:59:47.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35352026-03-20T23:59:47.620Z
35362026-03-20T23:59:47.620Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35372026-03-20T23:59:48.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-20T23:59:48.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-20T23:59:48.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-20T23:59:48.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35412026-03-20T23:59:48.382Z
35422026-03-20T23:59:48.382Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35432026-03-20T23:59:49.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-20T23:59:49.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-20T23:59:49.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-20T23:59:49.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35472026-03-20T23:59:49.234Z
35482026-03-20T23:59:49.234Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35492026-03-20T23:59:49.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-20T23:59:49.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-20T23:59:49.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-20T23:59:49.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35532026-03-20T23:59:50.087Z
35542026-03-20T23:59:50.087Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35552026-03-20T23:59:50.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-20T23:59:50.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-20T23:59:50.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-20T23:59:50.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35592026-03-20T23:59:51.931Z
35602026-03-20T23:59:51.931Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35612026-03-20T23:59:51.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-20T23:59:51.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-20T23:59:51.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-20T23:59:51.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35652026-03-20T23:59:51.934Z
35662026-03-20T23:59:51.934Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35672026-03-20T23:59:52.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-20T23:59:52.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-20T23:59:52.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-20T23:59:52.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35712026-03-20T23:59:52.528Z
35722026-03-20T23:59:52.528Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35732026-03-20T23:59:53.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-20T23:59:53.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-20T23:59:53.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-20T23:59:53.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35772026-03-20T23:59:53.324Z
35782026-03-20T23:59:53.324Zinfo: running `cargo check --bins` on key-manager (169/257)
35792026-03-20T23:59:54.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-20T23:59:54.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-20T23:59:54.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-20T23:59:54.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35832026-03-20T23:59:54.107Z
35842026-03-20T23:59:54.107Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35852026-03-20T23:59:54.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-20T23:59:54.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-20T23:59:54.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-20T23:59:54.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35892026-03-20T23:59:54.901Z
35902026-03-20T23:59:54.901Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35912026-03-20T23:59:55.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-20T23:59:55.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-20T23:59:55.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-20T23:59:55.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35952026-03-20T23:59:55.697Z
35962026-03-20T23:59:55.697Zinfo: running `cargo check --bins` on typed-rng (172/257)
35972026-03-20T23:59:56.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-20T23:59:56.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-20T23:59:56.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-03-20T23:59:56.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36012026-03-20T23:59:56.463Z
36022026-03-20T23:59:56.463Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36032026-03-20T23:59:57.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-03-20T23:59:57.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-03-20T23:59:57.609Z Compiling libefi-sys v0.1.0
36062026-03-20T23:59:57.612Z Compiling bitfield-struct v0.6.2
36072026-03-20T23:59:57.785Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36082026-03-20T23:59:57.802Z Compiling xshell-macros v0.2.7
36092026-03-20T23:59:57.820Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36102026-03-20T23:59:57.842Z Compiling salty v0.3.0
36112026-03-20T23:59:57.864Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36122026-03-20T23:59:57.885Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36132026-03-20T23:59:57.885Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36142026-03-20T23:59:58.229Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36152026-03-20T23:59:58.250Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36162026-03-20T23:59:58.280Z Checking xshell v0.2.7
36172026-03-20T23:59:58.486Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36182026-03-20T23:59:58.494Z Checking primeorder v0.13.6
36192026-03-20T23:59:58.506Z Compiling proc-macro-error-attr2 v2.0.0
36202026-03-20T23:59:58.527Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36212026-03-20T23:59:58.569Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36222026-03-20T23:59:58.589Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36232026-03-20T23:59:58.779Z Checking p384 v0.13.1
36242026-03-20T23:59:58.779Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36252026-03-20T23:59:58.818Z Compiling num-derive v0.3.3
36262026-03-20T23:59:58.920Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-03-20T23:59:59.008Z Compiling proc-macro-error2 v2.0.1
36282026-03-20T23:59:59.201Z Compiling unicase v2.9.0
36292026-03-20T23:59:59.223Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36302026-03-20T23:59:59.372Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36312026-03-20T23:59:59.415Z Compiling tabled_derive v0.11.0
36322026-03-20T23:59:59.468Z Compiling mime_guess v2.0.5
36332026-03-20T23:59:59.518Z Compiling progenitor-impl v0.11.2
36342026-03-20T23:59:59.855Z Checking papergrid v0.17.0
36352026-03-20T23:59:59.994Z Checking libscf-sys v1.1.0
36362026-03-21T00:00:00.164Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36372026-03-21T00:00:00.184Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36382026-03-21T00:00:00.299Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36392026-03-21T00:00:00.371Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-03-21T00:00:00.950Z Checking testing_table v0.3.0
36412026-03-21T00:00:01.005Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36422026-03-21T00:00:01.027Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36432026-03-21T00:00:01.068Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36442026-03-21T00:00:01.146Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36452026-03-21T00:00:01.226Z Checking corncobs v0.1.4
36462026-03-21T00:00:01.265Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36472026-03-21T00:00:01.336Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-03-21T00:00:01.374Z Checking tabled v0.20.0
36492026-03-21T00:00:01.394Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-03-21T00:00:01.575Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36512026-03-21T00:00:01.694Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36522026-03-21T00:00:01.730Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-03-21T00:00:02.016Z Checking progenitor-client v0.11.2
36542026-03-21T00:00:02.198Z Checking secrecy v0.8.0
36552026-03-21T00:00:02.327Z Checking http-range v0.1.5
36562026-03-21T00:00:02.620Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36572026-03-21T00:00:02.738Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36582026-03-21T00:00:02.844Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-03-21T00:00:03.031Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36602026-03-21T00:00:03.090Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36612026-03-21T00:00:03.239Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36622026-03-21T00:00:03.261Z Compiling progenitor-macro v0.11.2
36632026-03-21T00:00:03.263Z Checking atty v0.2.14
36642026-03-21T00:00:03.367Z Checking crc8 v0.1.1
36652026-03-21T00:00:03.400Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36662026-03-21T00:00:03.489Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36672026-03-21T00:00:03.511Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36682026-03-21T00:00:03.658Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36692026-03-21T00:00:03.925Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36702026-03-21T00:00:04.054Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36712026-03-21T00:00:04.222Z Checking hyper-staticfile v0.10.1
36722026-03-21T00:00:04.369Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36732026-03-21T00:00:04.395Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36742026-03-21T00:00:04.589Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36752026-03-21T00:00:04.613Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36762026-03-21T00:00:04.669Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36772026-03-21T00:00:04.906Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36782026-03-21T00:00:05.313Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36792026-03-21T00:00:05.437Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36802026-03-21T00:00:05.650Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36812026-03-21T00:00:05.868Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36822026-03-21T00:00:05.872Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36832026-03-21T00:00:06.398Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36842026-03-21T00:00:06.673Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-03-21T00:00:07.029Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36862026-03-21T00:00:07.084Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36872026-03-21T00:00:07.616Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36882026-03-21T00:00:08.529Z Checking progenitor v0.11.2
36892026-03-21T00:00:08.696Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36902026-03-21T00:00:15.470Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-03-21T00:00:31.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.96s
36922026-03-21T00:00:31.690Z
36932026-03-21T00:00:31.690Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36942026-03-21T00:00:32.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-03-21T00:00:32.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-03-21T00:00:32.750Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-03-21T00:00:48.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.17s
36982026-03-21T00:00:49.112Z
36992026-03-21T00:00:49.112Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37002026-03-21T00:00:49.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-03-21T00:00:49.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-03-21T00:00:50.168Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-03-21T00:01:06.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s
37042026-03-21T00:01:06.432Z
37052026-03-21T00:01:06.432Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37062026-03-21T00:01:07.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-03-21T00:01:07.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-03-21T00:01:07.487Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-03-21T00:01:23.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s
37102026-03-21T00:01:23.684Z
37112026-03-21T00:01:23.684Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37122026-03-21T00:01:24.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-03-21T00:01:24.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-03-21T00:01:24.738Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-03-21T00:01:40.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s
37162026-03-21T00:01:41.007Z
37172026-03-21T00:01:41.007Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37182026-03-21T00:01:41.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-03-21T00:01:41.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-03-21T00:01:42.064Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-03-21T00:01:58.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
37222026-03-21T00:01:58.288Z
37232026-03-21T00:01:58.288Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37242026-03-21T00:01:59.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-03-21T00:01:59.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-03-21T00:01:59.347Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-03-21T00:02:15.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s
37282026-03-21T00:02:15.602Z
37292026-03-21T00:02:15.602Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37302026-03-21T00:02:16.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-03-21T00:02:16.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-03-21T00:02:16.660Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-03-21T00:02:32.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.08s
37342026-03-21T00:02:32.932Z
37352026-03-21T00:02:32.932Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37362026-03-21T00:02:33.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-03-21T00:02:33.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-03-21T00:02:33.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-03-21T00:02:33.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37402026-03-21T00:02:33.741Z
37412026-03-21T00:02:33.741Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37422026-03-21T00:02:34.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-21T00:02:34.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-21T00:02:34.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-03-21T00:02:34.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37462026-03-21T00:02:34.546Z
37472026-03-21T00:02:34.546Zinfo: running `cargo check --bins` on range-requests (183/257)
37482026-03-21T00:02:35.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-21T00:02:35.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-21T00:02:35.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-03-21T00:02:35.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37522026-03-21T00:02:35.321Z
37532026-03-21T00:02:35.321Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37542026-03-21T00:02:35.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-21T00:02:35.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-21T00:02:35.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-03-21T00:02:36.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37582026-03-21T00:02:36.097Z
37592026-03-21T00:02:36.097Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37602026-03-21T00:02:36.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-21T00:02:36.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-21T00:02:36.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-03-21T00:02:36.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37642026-03-21T00:02:36.905Z
37652026-03-21T00:02:36.905Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37662026-03-21T00:02:37.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-21T00:02:37.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-21T00:02:37.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-03-21T00:02:37.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37702026-03-21T00:02:37.699Z
37712026-03-21T00:02:37.699Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37722026-03-21T00:02:38.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-21T00:02:38.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-21T00:02:38.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-03-21T00:02:38.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37762026-03-21T00:02:38.497Z
37772026-03-21T00:02:38.497Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37782026-03-21T00:02:39.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-21T00:02:39.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-21T00:02:39.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-03-21T00:02:39.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37822026-03-21T00:02:39.309Z
37832026-03-21T00:02:39.309Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37842026-03-21T00:02:40.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-21T00:02:40.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-21T00:02:40.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-21T00:02:40.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37882026-03-21T00:02:40.122Z
37892026-03-21T00:02:40.122Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37902026-03-21T00:02:40.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-21T00:02:40.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-21T00:02:40.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-21T00:02:40.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37942026-03-21T00:02:40.930Z
37952026-03-21T00:02:40.930Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37962026-03-21T00:02:41.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-21T00:02:41.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-21T00:02:41.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-21T00:02:41.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38002026-03-21T00:02:41.739Z
38012026-03-21T00:02:41.739Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38022026-03-21T00:02:42.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-21T00:02:42.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-21T00:02:42.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-21T00:02:42.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38062026-03-21T00:02:42.549Z
38072026-03-21T00:02:42.549Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38082026-03-21T00:02:43.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-21T00:02:43.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-21T00:02:43.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-21T00:02:43.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38122026-03-21T00:02:43.360Z
38132026-03-21T00:02:43.360Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38142026-03-21T00:02:44.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-21T00:02:44.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-21T00:02:44.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-21T00:02:44.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38182026-03-21T00:02:44.177Z
38192026-03-21T00:02:44.178Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38202026-03-21T00:02:44.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-21T00:02:44.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-21T00:02:44.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-21T00:02:44.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38242026-03-21T00:02:45.009Z
38252026-03-21T00:02:45.009Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38262026-03-21T00:02:45.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-21T00:02:45.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-21T00:02:45.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-21T00:02:45.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38302026-03-21T00:02:45.866Z
38312026-03-21T00:02:45.866Zinfo: running `cargo check --bins` on update-common (197/257)
38322026-03-21T00:02:46.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-21T00:02:46.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-21T00:02:46.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-21T00:02:46.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38362026-03-21T00:02:46.660Z
38372026-03-21T00:02:46.660Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38382026-03-21T00:02:47.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-21T00:02:47.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-21T00:02:47.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-21T00:02:47.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38422026-03-21T00:02:47.517Z
38432026-03-21T00:02:47.517Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38442026-03-21T00:02:48.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-21T00:02:48.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-21T00:02:48.562Z Compiling fs-err v2.11.0
38472026-03-21T00:02:48.706Z Checking ignore v0.4.25
38482026-03-21T00:02:48.722Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38492026-03-21T00:02:48.725Z Checking predicates-tree v1.0.13
38502026-03-21T00:02:48.751Z Checking parse-size v1.1.0
38512026-03-21T00:02:48.770Z Checking rand_seeder v0.4.0
38522026-03-21T00:02:48.772Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38532026-03-21T00:02:48.806Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38542026-03-21T00:02:48.864Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38552026-03-21T00:02:48.894Z Compiling petname v2.0.2
38562026-03-21T00:02:48.947Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38572026-03-21T00:02:49.135Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38582026-03-21T00:02:49.155Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38592026-03-21T00:02:49.232Z Checking globwalk v0.9.1
38602026-03-21T00:02:49.267Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38612026-03-21T00:02:49.359Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38622026-03-21T00:02:49.462Z Checking camino-tempfile-ext v0.3.3
38632026-03-21T00:02:49.482Z Checking sapling-renderdag v0.1.0
38642026-03-21T00:02:49.587Z Checking sync-ptr v0.1.4
38652026-03-21T00:02:49.719Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38662026-03-21T00:02:49.739Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38672026-03-21T00:02:49.821Z Checking colored v2.2.0
38682026-03-21T00:02:49.854Z Checking assert_matches v1.5.0
38692026-03-21T00:02:50.184Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38702026-03-21T00:02:50.308Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38712026-03-21T00:02:50.308Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38722026-03-21T00:02:51.068Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38732026-03-21T00:02:52.867Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38742026-03-21T00:02:55.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.34s
38752026-03-21T00:02:56.102Z
38762026-03-21T00:02:56.102Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38772026-03-21T00:02:56.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-21T00:02:56.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-21T00:02:56.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-21T00:02:56.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38812026-03-21T00:02:56.866Z
38822026-03-21T00:02:56.866Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38832026-03-21T00:02:57.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-21T00:02:57.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-21T00:02:57.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-21T00:02:57.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38872026-03-21T00:02:57.720Z
38882026-03-21T00:02:57.720Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38892026-03-21T00:02:58.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-21T00:02:58.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-21T00:02:58.683Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38922026-03-21T00:02:58.686Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38932026-03-21T00:02:59.528Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38942026-03-21T00:03:01.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
38952026-03-21T00:03:01.776Z
38962026-03-21T00:03:01.776Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38972026-03-21T00:03:02.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-21T00:03:02.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-21T00:03:02.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-03-21T00:03:02.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39012026-03-21T00:03:02.557Z
39022026-03-21T00:03:02.558Zinfo: running `cargo check --bins` on cert-dev (204/257)
39032026-03-21T00:03:03.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-21T00:03:03.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-21T00:03:03.369Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39062026-03-21T00:03:03.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
39072026-03-21T00:03:03.907Z
39082026-03-21T00:03:03.908Zinfo: running `cargo check --bins` on clickana (205/257)
39092026-03-21T00:03:04.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-21T00:03:04.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-21T00:03:04.772Z Compiling darling_core v0.23.0
39122026-03-21T00:03:04.900Z Compiling instability v0.3.11
39132026-03-21T00:03:04.914Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39142026-03-21T00:03:04.917Z Checking castaway v0.2.4
39152026-03-21T00:03:04.937Z Compiling indoc v2.0.7
39162026-03-21T00:03:04.953Z Checking unicode-truncate v1.1.0
39172026-03-21T00:03:04.956Z Checking lru v0.12.5
39182026-03-21T00:03:04.956Z Checking cassowary v0.3.0
39192026-03-21T00:03:05.048Z Checking compact_str v0.8.1
39202026-03-21T00:03:06.196Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39212026-03-21T00:03:06.413Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39222026-03-21T00:03:06.882Z Compiling darling_macro v0.23.0
39232026-03-21T00:03:07.411Z Compiling darling v0.23.0
39242026-03-21T00:03:08.191Z Checking ratatui v0.29.0
39252026-03-21T00:03:09.706Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39262026-03-21T00:03:10.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
39272026-03-21T00:03:10.774Z
39282026-03-21T00:03:10.774Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39292026-03-21T00:03:11.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-03-21T00:03:11.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-03-21T00:03:11.744Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39322026-03-21T00:03:11.748Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39332026-03-21T00:03:12.502Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39342026-03-21T00:03:13.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
39352026-03-21T00:03:13.250Z
39362026-03-21T00:03:13.250Zinfo: running `cargo check --bins` on ch-dev (207/257)
39372026-03-21T00:03:13.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-03-21T00:03:13.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-03-21T00:03:14.218Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39402026-03-21T00:03:15.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
39412026-03-21T00:03:15.377Z
39422026-03-21T00:03:15.377Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39432026-03-21T00:03:15.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-21T00:03:15.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-21T00:03:15.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-03-21T00:03:15.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39472026-03-21T00:03:15.980Z
39482026-03-21T00:03:15.980Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39492026-03-21T00:03:16.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-21T00:03:16.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-21T00:03:16.940Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39522026-03-21T00:03:17.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
39532026-03-21T00:03:17.711Z
39542026-03-21T00:03:17.712Zinfo: running `cargo check --bins` on db-dev (210/257)
39552026-03-21T00:03:18.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-21T00:03:18.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-21T00:03:18.680Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39582026-03-21T00:03:19.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
39592026-03-21T00:03:19.871Z
39602026-03-21T00:03:19.871Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39612026-03-21T00:03:20.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-21T00:03:20.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-21T00:03:20.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-03-21T00:03:20.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39652026-03-21T00:03:20.711Z
39662026-03-21T00:03:20.711Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39672026-03-21T00:03:21.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-21T00:03:21.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-21T00:03:21.524Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39702026-03-21T00:03:22.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
39712026-03-21T00:03:22.712Z
39722026-03-21T00:03:22.712Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39732026-03-21T00:03:23.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-03-21T00:03:23.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-03-21T00:03:23.619Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39762026-03-21T00:03:23.619Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-21T00:03:23.622Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39782026-03-21T00:03:23.622Z Checking git-stub v1.0.0
39792026-03-21T00:03:23.761Z Compiling trait-variant v0.1.2
39802026-03-21T00:03:23.774Z Checking is_ci v1.2.0
39812026-03-21T00:03:23.804Z Checking maplit v1.0.2
39822026-03-21T00:03:23.837Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39832026-03-21T00:03:23.936Z Checking supports-color v3.0.2
39842026-03-21T00:03:23.940Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39852026-03-21T00:03:23.990Z Checking git-stub-vcs v0.1.0
39862026-03-21T00:03:24.031Z Checking drift v0.1.3
39872026-03-21T00:03:24.091Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39882026-03-21T00:03:24.171Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39892026-03-21T00:03:24.243Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39902026-03-21T00:03:24.403Z Checking dropshot-api-manager v0.6.0
39912026-03-21T00:03:24.424Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39922026-03-21T00:03:24.446Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39932026-03-21T00:03:24.471Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39942026-03-21T00:03:24.711Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39952026-03-21T00:03:24.801Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39962026-03-21T00:03:24.990Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39972026-03-21T00:03:25.436Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39982026-03-21T00:03:32.382Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39992026-03-21T00:03:33.760Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40002026-03-21T00:03:34.527Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40012026-03-21T00:03:35.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.42s
40022026-03-21T00:03:35.297Z
40032026-03-21T00:03:35.297Zinfo: running `cargo check --bins` on installinator-api (214/257)
40042026-03-21T00:03:35.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-03-21T00:03:35.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-03-21T00:03:35.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-03-21T00:03:35.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40082026-03-21T00:03:36.087Z
40092026-03-21T00:03:36.087Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40102026-03-21T00:03:36.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-03-21T00:03:36.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-03-21T00:03:36.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-03-21T00:03:36.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40142026-03-21T00:03:36.922Z
40152026-03-21T00:03:36.922Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40162026-03-21T00:03:37.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-03-21T00:03:37.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-03-21T00:03:37.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-03-21T00:03:37.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40202026-03-21T00:03:37.856Z
40212026-03-21T00:03:37.856Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40222026-03-21T00:03:38.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-03-21T00:03:38.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-03-21T00:03:38.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-03-21T00:03:38.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40262026-03-21T00:03:38.593Z
40272026-03-21T00:03:38.593Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40282026-03-21T00:03:39.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-03-21T00:03:39.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-03-21T00:03:39.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-03-21T00:03:39.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40322026-03-21T00:03:39.376Z
40332026-03-21T00:03:39.376Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40342026-03-21T00:03:40.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-03-21T00:03:40.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-03-21T00:03:40.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-03-21T00:03:40.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40382026-03-21T00:03:40.140Z
40392026-03-21T00:03:40.140Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40402026-03-21T00:03:40.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-03-21T00:03:40.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-03-21T00:03:40.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-03-21T00:03:40.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40442026-03-21T00:03:40.953Z
40452026-03-21T00:03:40.953Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40462026-03-21T00:03:41.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-03-21T00:03:41.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-03-21T00:03:41.764Z Checking erased-serde v0.4.9
40492026-03-21T00:03:41.891Z Checking ordered-float v2.10.1
40502026-03-21T00:03:41.915Z Checking unicode-xid v0.2.6
40512026-03-21T00:03:41.940Z Checking cargo-platform v0.2.0
40522026-03-21T00:03:42.179Z Checking serde-value v0.7.0
40532026-03-21T00:03:42.347Z Checking serde-untagged v0.1.9
40542026-03-21T00:03:42.556Z Checking cargo-util-schemas v0.8.2
40552026-03-21T00:03:43.549Z Checking cargo_metadata v0.21.0
40562026-03-21T00:03:44.412Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40572026-03-21T00:03:45.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
40582026-03-21T00:03:45.529Z
40592026-03-21T00:03:45.529Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40602026-03-21T00:03:46.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-21T00:03:46.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-21T00:03:46.519Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40632026-03-21T00:03:47.281Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40642026-03-21T00:03:47.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
40652026-03-21T00:03:48.149Z
40662026-03-21T00:03:48.149Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40672026-03-21T00:03:48.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-21T00:03:48.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-21T00:03:49.318Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40702026-03-21T00:03:49.320Z Compiling vergen-gitcl v1.0.8
40712026-03-21T00:03:49.320Z Compiling dirs-sys-next v0.1.2
40722026-03-21T00:03:49.320Z Compiling crunchy v0.2.4
40732026-03-21T00:03:49.320Z Compiling diesel_derives v2.3.7
40742026-03-21T00:03:49.320Z Compiling glob v0.3.3
40752026-03-21T00:03:49.525Z Compiling dsl_auto_type v0.2.0
40762026-03-21T00:03:49.563Z Checking scheduled-thread-pool v0.2.7
40772026-03-21T00:03:49.734Z Compiling dirs-next v2.0.0
40782026-03-21T00:03:49.760Z Compiling diesel_table_macro_syntax v0.3.0
40792026-03-21T00:03:49.825Z Compiling tiny-keccak v2.0.2
40802026-03-21T00:03:49.887Z Compiling term v0.7.0
40812026-03-21T00:03:49.947Z Checking r2d2 v0.8.10
40822026-03-21T00:03:50.018Z Compiling clang-sys v1.8.1
40832026-03-21T00:03:50.037Z Checking downcast-rs v2.0.2
40842026-03-21T00:03:50.091Z Compiling bit-vec v0.6.3
40852026-03-21T00:03:50.180Z Compiling itertools v0.10.5
40862026-03-21T00:03:50.379Z Compiling bit-set v0.5.3
40872026-03-21T00:03:50.494Z Compiling ascii-canvas v3.0.0
40882026-03-21T00:03:50.581Z Compiling ena v0.14.4
40892026-03-21T00:03:50.633Z Compiling libloading v0.8.9
40902026-03-21T00:03:50.682Z Compiling bindgen v0.71.1
40912026-03-21T00:03:50.711Z Compiling regex-syntax v0.6.29
40922026-03-21T00:03:50.808Z Compiling diff v0.1.13
40932026-03-21T00:03:50.904Z Compiling cexpr v0.6.0
40942026-03-21T00:03:51.158Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40952026-03-21T00:03:51.233Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40962026-03-21T00:03:51.422Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40972026-03-21T00:03:51.442Z Compiling libxml v0.3.3
40982026-03-21T00:03:51.627Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40992026-03-21T00:03:51.753Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41002026-03-21T00:03:51.831Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41012026-03-21T00:03:52.024Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41022026-03-21T00:03:52.092Z Compiling strum_macros v0.24.3
41032026-03-21T00:03:52.163Z Compiling indoc v1.0.9
41042026-03-21T00:03:52.736Z Compiling lalrpop v0.19.12
41052026-03-21T00:03:53.529Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41062026-03-21T00:03:53.649Z Checking derive_builder v0.20.2
41072026-03-21T00:03:53.764Z Compiling oso-derive v0.27.3
41082026-03-21T00:03:53.798Z Checking quick-xml v0.37.5
41092026-03-21T00:03:53.915Z Compiling impl-trait-for-tuples v0.2.3
41102026-03-21T00:03:54.400Z Checking openssl-probe v0.1.6
41112026-03-21T00:03:54.572Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41122026-03-21T00:03:54.992Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41132026-03-21T00:03:55.231Z Checking bb8 v0.8.6
41142026-03-21T00:03:55.569Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41152026-03-21T00:03:55.601Z Checking nonempty v0.12.0
41162026-03-21T00:03:55.828Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41172026-03-21T00:03:55.854Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41182026-03-21T00:03:56.058Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41192026-03-21T00:03:56.124Z Checking support-bundle-viewer v0.1.2
41202026-03-21T00:03:56.144Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41212026-03-21T00:03:56.319Z Checking multimap v0.10.1
41222026-03-21T00:03:57.504Z Checking diesel v2.3.7
41232026-03-21T00:03:59.099Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41242026-03-21T00:04:00.359Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41252026-03-21T00:04:00.419Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41262026-03-21T00:04:00.838Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41272026-03-21T00:04:01.079Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41282026-03-21T00:04:01.247Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41292026-03-21T00:04:02.636Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41302026-03-21T00:04:03.551Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41312026-03-21T00:04:06.126Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41322026-03-21T00:04:12.295Z Compiling samael v0.0.19
41332026-03-21T00:04:17.221Z Checking diesel-dtrace v0.5.0
41342026-03-21T00:04:17.531Z Checking async-bb8-diesel v0.2.1
41352026-03-21T00:04:18.934Z Compiling polar-core v0.27.3
41362026-03-21T00:04:24.780Z Checking oso v0.27.3
41372026-03-21T00:05:19.739Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41382026-03-21T00:06:06.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41392026-03-21T00:06:06.593Z
41402026-03-21T00:06:06.593Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41412026-03-21T00:06:07.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-03-21T00:06:07.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-03-21T00:06:07.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-03-21T00:06:07.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41452026-03-21T00:06:07.457Z
41462026-03-21T00:06:07.457Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41472026-03-21T00:06:08.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-03-21T00:06:08.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-03-21T00:06:08.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-03-21T00:06:08.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41512026-03-21T00:06:08.309Z
41522026-03-21T00:06:08.309Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41532026-03-21T00:06:08.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-03-21T00:06:08.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-03-21T00:06:08.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-03-21T00:06:08.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41572026-03-21T00:06:09.073Z
41582026-03-21T00:06:09.073Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41592026-03-21T00:06:09.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-03-21T00:06:09.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-03-21T00:06:10.246Z Compiling libz-sys v1.1.24
41622026-03-21T00:06:10.401Z Compiling libgit2-sys v0.18.3+1.9.2
41632026-03-21T00:06:10.423Z Compiling vergen-git2 v1.0.7
41642026-03-21T00:06:10.448Z Compiling rustls v0.21.12
41652026-03-21T00:06:10.468Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41662026-03-21T00:06:10.473Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41672026-03-21T00:06:10.477Z Checking sct v0.7.1
41682026-03-21T00:06:10.477Z Checking rustls-webpki v0.101.7
41692026-03-21T00:06:10.663Z Compiling nix v0.29.0
41702026-03-21T00:06:10.705Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41712026-03-21T00:06:10.743Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41722026-03-21T00:06:10.769Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41732026-03-21T00:06:10.908Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41742026-03-21T00:06:11.063Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41752026-03-21T00:06:11.103Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41762026-03-21T00:06:11.184Z Checking rustls-pemfile v1.0.4
41772026-03-21T00:06:11.350Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-03-21T00:06:11.486Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41792026-03-21T00:06:11.680Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41802026-03-21T00:06:11.717Z Checking twox-hash v2.1.2
41812026-03-21T00:06:11.820Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41822026-03-21T00:06:12.706Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41832026-03-21T00:06:12.729Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-03-21T00:06:12.762Z Checking tokio-rustls v0.24.1
41852026-03-21T00:06:12.783Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-03-21T00:06:13.021Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41872026-03-21T00:06:13.194Z Checking fatfs v0.3.6
41882026-03-21T00:06:13.549Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41892026-03-21T00:06:13.595Z Compiling seq-macro v0.3.6
41902026-03-21T00:06:18.590Z Compiling git2 v0.20.4
41912026-03-21T00:06:19.673Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41922026-03-21T00:06:19.882Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41932026-03-21T00:06:21.963Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41942026-03-21T00:07:31.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
41952026-03-21T00:07:31.529Z
41962026-03-21T00:07:31.529Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41972026-03-21T00:07:32.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-21T00:07:32.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-21T00:07:32.729Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42002026-03-21T00:08:31.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.50s
42012026-03-21T00:08:31.299Z
42022026-03-21T00:08:31.299Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42032026-03-21T00:08:31.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-21T00:08:31.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-21T00:08:31.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-21T00:08:31.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42072026-03-21T00:08:32.074Z
42082026-03-21T00:08:32.074Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42092026-03-21T00:08:32.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-21T00:08:32.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-21T00:08:32.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-21T00:08:32.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42132026-03-21T00:08:33.050Z
42142026-03-21T00:08:33.050Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42152026-03-21T00:08:33.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-21T00:08:33.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-21T00:08:33.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-03-21T00:08:33.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42192026-03-21T00:08:33.780Z
42202026-03-21T00:08:33.780Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42212026-03-21T00:08:34.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-03-21T00:08:34.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-03-21T00:08:34.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-03-21T00:08:34.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42252026-03-21T00:08:34.627Z
42262026-03-21T00:08:34.628Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42272026-03-21T00:08:35.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-03-21T00:08:35.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-03-21T00:08:35.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-03-21T00:08:35.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42312026-03-21T00:08:35.482Z
42322026-03-21T00:08:35.482Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42332026-03-21T00:08:36.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-03-21T00:08:36.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-03-21T00:08:36.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-03-21T00:08:36.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42372026-03-21T00:08:36.334Z
42382026-03-21T00:08:36.334Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42392026-03-21T00:08:37.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-03-21T00:08:37.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-03-21T00:08:37.555Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42422026-03-21T00:08:37.559Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42432026-03-21T00:08:37.744Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42442026-03-21T00:08:37.770Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42452026-03-21T00:08:37.773Z Checking yansi v1.0.1
42462026-03-21T00:08:37.773Z Checking diff v0.1.13
42472026-03-21T00:08:37.791Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42482026-03-21T00:08:37.810Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42492026-03-21T00:08:37.960Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42502026-03-21T00:08:38.130Z Checking pretty_assertions v1.4.1
42512026-03-21T00:08:39.011Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42522026-03-21T00:09:11.799Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42532026-03-21T00:09:11.809Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42542026-03-21T00:09:11.809Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42552026-03-21T00:09:11.809Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42562026-03-21T00:09:11.809Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42572026-03-21T00:09:11.809Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42582026-03-21T00:09:12.788Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42592026-03-21T00:09:14.190Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-03-21T00:10:13.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42612026-03-21T00:10:13.658Z
42622026-03-21T00:10:13.658Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42632026-03-21T00:10:14.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-03-21T00:10:14.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-03-21T00:10:14.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-03-21T00:10:14.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42672026-03-21T00:10:14.427Z
42682026-03-21T00:10:14.427Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42692026-03-21T00:10:15.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-03-21T00:10:15.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-03-21T00:10:15.476Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42722026-03-21T00:10:15.623Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42732026-03-21T00:10:15.626Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42742026-03-21T00:10:52.557Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42752026-03-21T00:10:53.045Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42762026-03-21T00:10:55.402Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42772026-03-21T00:10:55.976Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42782026-03-21T00:11:00.037Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42792026-03-21T00:11:31.905Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42802026-03-21T00:11:32.724Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42812026-03-21T00:11:34.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
42822026-03-21T00:11:35.101Z
42832026-03-21T00:11:35.101Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42842026-03-21T00:11:35.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-21T00:11:35.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-21T00:11:36.068Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42872026-03-21T00:11:36.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42882026-03-21T00:11:37.186Z
42892026-03-21T00:11:37.186Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42902026-03-21T00:11:37.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-21T00:11:37.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-21T00:11:38.061Z Compiling blake3 v1.8.3
42932026-03-21T00:11:38.195Z Checking arrayvec v0.7.6
42942026-03-21T00:11:38.195Z Checking arrayref v0.3.9
42952026-03-21T00:11:38.198Z Checking constant_time_eq v0.4.2
42962026-03-21T00:11:38.229Z Checking topological-sort v0.2.2
42972026-03-21T00:11:38.232Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42982026-03-21T00:11:38.232Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42992026-03-21T00:11:38.232Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43002026-03-21T00:11:38.293Z Checking shell-words v1.1.1
43012026-03-21T00:11:39.208Z Checking omicron-zone-package v0.12.2
43022026-03-21T00:11:40.196Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43032026-03-21T00:11:41.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
43042026-03-21T00:11:41.519Z
43052026-03-21T00:11:41.519Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43062026-03-21T00:11:42.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-03-21T00:11:42.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-03-21T00:11:42.387Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43092026-03-21T00:11:42.777Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43102026-03-21T00:11:43.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
43112026-03-21T00:11:43.499Z
43122026-03-21T00:11:43.499Zinfo: running `cargo check --bins` on xtask (241/257)
43132026-03-21T00:11:44.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-03-21T00:11:44.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-03-21T00:11:44.096Z Checking libc v0.2.180
43162026-03-21T00:11:44.192Z Checking serde v1.0.228
43172026-03-21T00:11:44.204Z Checking zerofrom v0.1.6
43182026-03-21T00:11:44.212Z Checking bitflags v2.11.0
43192026-03-21T00:11:44.223Z Checking hashbrown v0.16.1
43202026-03-21T00:11:44.233Z Checking smallvec v1.15.1
43212026-03-21T00:11:44.249Z Checking serde_json v1.0.149
43222026-03-21T00:11:44.253Z Checking scroll v0.12.0
43232026-03-21T00:11:44.337Z Checking yoke v0.8.1
43242026-03-21T00:11:44.408Z Checking num-traits v0.2.19
43252026-03-21T00:11:44.466Z Checking thiserror v1.0.69
43262026-03-21T00:11:44.555Z Checking zerovec v0.11.5
43272026-03-21T00:11:44.555Z Checking zerotrie v0.2.3
43282026-03-21T00:11:44.585Z Checking log v0.4.29
43292026-03-21T00:11:44.603Z Checking errno v0.3.14
43302026-03-21T00:11:44.750Z Checking rustix v1.1.3
43312026-03-21T00:11:44.753Z Checking toml_datetime v0.6.11
43322026-03-21T00:11:44.776Z Checking serde_spanned v0.6.9
43332026-03-21T00:11:44.839Z Checking indexmap v2.13.0
43342026-03-21T00:11:44.881Z Checking percent-encoding v2.3.2
43352026-03-21T00:11:44.928Z Checking goblin v0.8.2
43362026-03-21T00:11:44.991Z Checking zerocopy v0.7.35
43372026-03-21T00:11:45.056Z Checking form_urlencoded v1.2.2
43382026-03-21T00:11:45.114Z Checking getrandom v0.4.1
43392026-03-21T00:11:45.147Z Checking tinystr v0.8.2
43402026-03-21T00:11:45.193Z Checking potential_utf v0.1.4
43412026-03-21T00:11:45.218Z Checking ordered-float v2.10.1
43422026-03-21T00:11:45.276Z Checking thiserror v2.0.18
43432026-03-21T00:11:45.355Z Checking icu_collections v2.1.1
43442026-03-21T00:11:45.375Z Checking icu_locale_core v2.1.1
43452026-03-21T00:11:45.401Z Checking syn v2.0.117
43462026-03-21T00:11:45.532Z Checking serde-value v0.7.0
43472026-03-21T00:11:45.587Z Checking toml_edit v0.22.27
43482026-03-21T00:11:45.699Z Checking dtrace-parser v0.2.0
43492026-03-21T00:11:45.762Z Checking thread-id v4.2.2
43502026-03-21T00:11:45.812Z Checking once_cell v1.21.3
43512026-03-21T00:11:45.864Z Checking cargo-platform v0.2.0
43522026-03-21T00:11:45.917Z Checking terminal_size v0.4.3
43532026-03-21T00:11:46.010Z Checking memmap v0.7.0
43542026-03-21T00:11:46.034Z Checking tempfile v3.25.0
43552026-03-21T00:11:46.084Z Checking clap_builder v4.5.60
43562026-03-21T00:11:46.099Z Checking textwrap v0.16.2
43572026-03-21T00:11:46.153Z Checking icu_provider v2.1.1
43582026-03-21T00:11:46.172Z Checking fs-err v3.3.0
43592026-03-21T00:11:46.281Z Checking camino-tempfile v1.4.1
43602026-03-21T00:11:46.361Z Checking anyhow v1.0.102
43612026-03-21T00:11:46.409Z Checking tabled v0.15.0
43622026-03-21T00:11:46.461Z Checking icu_normalizer v2.1.1
43632026-03-21T00:11:46.483Z Checking icu_properties v2.1.2
43642026-03-21T00:11:46.616Z Checking macaddr v1.0.1
43652026-03-21T00:11:46.849Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43662026-03-21T00:11:47.085Z Checking toml v0.8.23
43672026-03-21T00:11:47.508Z Checking cargo_toml v0.21.0
43682026-03-21T00:11:47.558Z Checking dof v0.3.0
43692026-03-21T00:11:47.618Z Checking idna_adapter v1.2.1
43702026-03-21T00:11:47.713Z Checking clap v4.5.60
43712026-03-21T00:11:47.762Z Checking idna v1.1.0
43722026-03-21T00:11:47.983Z Checking usdt-impl v0.5.0
43732026-03-21T00:11:48.062Z Checking url v2.5.8
43742026-03-21T00:11:48.309Z Checking usdt v0.5.0
43752026-03-21T00:11:48.518Z Checking cargo-util-schemas v0.8.2
43762026-03-21T00:11:49.505Z Checking cargo_metadata v0.21.0
43772026-03-21T00:11:50.361Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43782026-03-21T00:11:50.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s
43792026-03-21T00:11:51.083Z
43802026-03-21T00:11:51.084Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43812026-03-21T00:11:51.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-03-21T00:11:51.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-03-21T00:11:52.152Z Checking polyval v0.6.2
43842026-03-21T00:11:52.301Z Checking ctr v0.9.2
43852026-03-21T00:11:52.319Z Checking ssh-encoding v0.2.0
43862026-03-21T00:11:52.322Z Checking blowfish v0.9.1
43872026-03-21T00:11:52.356Z Checking password-hash v0.4.2
43882026-03-21T00:11:52.378Z Checking p256 v0.13.2
43892026-03-21T00:11:52.381Z Checking p521 v0.13.3
43902026-03-21T00:11:52.416Z Checking russh-cryptovec v0.7.3
43912026-03-21T00:11:52.481Z Checking ghash v0.5.1
43922026-03-21T00:11:52.501Z Checking md5 v0.7.0
43932026-03-21T00:11:52.519Z Checking bcrypt-pbkdf v0.10.0
43942026-03-21T00:11:52.550Z Checking num-bigint v0.4.6
43952026-03-21T00:11:52.578Z Checking des v0.8.1
43962026-03-21T00:11:52.621Z Checking aes-gcm v0.10.3
43972026-03-21T00:11:52.640Z Checking pbkdf2 v0.11.0
43982026-03-21T00:11:52.706Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43992026-03-21T00:11:52.725Z Checking hex-literal v0.4.1
44002026-03-21T00:11:52.744Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44012026-03-21T00:11:52.769Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44022026-03-21T00:11:52.812Z Checking ssh-cipher v0.2.0
44032026-03-21T00:11:52.841Z Checking socket2 v0.5.10
44042026-03-21T00:11:52.860Z Checking internet-checksum v0.2.1
44052026-03-21T00:11:53.021Z Checking ssh-key v0.6.7
44062026-03-21T00:11:53.216Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44072026-03-21T00:11:53.899Z Checking russh-keys v0.45.0
44082026-03-21T00:11:54.634Z Checking russh v0.45.0
44092026-03-21T00:12:16.046Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44102026-03-21T00:12:17.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.47s
44112026-03-21T00:12:17.809Z
44122026-03-21T00:12:17.809Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44132026-03-21T00:12:18.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-03-21T00:12:18.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-03-21T00:12:18.664Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44162026-03-21T00:12:18.793Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44172026-03-21T00:12:18.805Z Checking termios v0.3.3
44182026-03-21T00:12:20.489Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44192026-03-21T00:12:20.670Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44202026-03-21T00:12:23.272Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44212026-03-21T00:12:24.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
44222026-03-21T00:12:24.245Z
44232026-03-21T00:12:24.246Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44242026-03-21T00:12:24.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-03-21T00:12:24.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-03-21T00:12:25.179Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44272026-03-21T00:12:25.315Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44282026-03-21T00:12:25.344Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44292026-03-21T00:12:25.347Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44302026-03-21T00:12:25.347Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44312026-03-21T00:12:25.608Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44322026-03-21T00:12:25.612Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44332026-03-21T00:12:26.616Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44342026-03-21T00:12:26.894Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44352026-03-21T00:12:26.897Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44362026-03-21T00:12:27.734Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44372026-03-21T00:12:29.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
44382026-03-21T00:12:30.071Z
44392026-03-21T00:12:30.071Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44402026-03-21T00:12:30.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-03-21T00:12:30.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-03-21T00:12:30.925Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44432026-03-21T00:12:31.493Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44442026-03-21T00:12:31.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
44452026-03-21T00:12:32.131Z
44462026-03-21T00:12:32.131Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44472026-03-21T00:12:32.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-03-21T00:12:32.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-03-21T00:12:32.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-03-21T00:12:32.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44512026-03-21T00:12:32.894Z
44522026-03-21T00:12:32.894Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44532026-03-21T00:12:33.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-03-21T00:12:33.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-03-21T00:12:33.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-03-21T00:12:33.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44572026-03-21T00:12:33.661Z
44582026-03-21T00:12:33.661Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44592026-03-21T00:12:34.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-03-21T00:12:34.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-03-21T00:12:34.663Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44622026-03-21T00:12:35.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
44632026-03-21T00:12:35.655Z
44642026-03-21T00:12:35.656Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44652026-03-21T00:12:36.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-03-21T00:12:36.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-03-21T00:12:36.520Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44682026-03-21T00:12:36.523Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44692026-03-21T00:12:36.826Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44702026-03-21T00:12:36.827Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44712026-03-21T00:12:37.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
44722026-03-21T00:12:38.040Z
44732026-03-21T00:12:38.040Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44742026-03-21T00:12:38.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-03-21T00:12:38.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-03-21T00:12:38.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-03-21T00:12:38.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44782026-03-21T00:12:38.803Z
44792026-03-21T00:12:38.803Zinfo: running `cargo check --bins` on omicron-package (251/257)
44802026-03-21T00:12:39.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-03-21T00:12:39.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-03-21T00:12:39.688Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44832026-03-21T00:12:41.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
44842026-03-21T00:12:41.292Z
44852026-03-21T00:12:41.292Zinfo: running `cargo check --bins` on tqdb (252/257)
44862026-03-21T00:12:42.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-03-21T00:12:42.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-03-21T00:12:42.337Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44892026-03-21T00:12:42.783Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44902026-03-21T00:12:43.488Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44912026-03-21T00:12:43.491Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44922026-03-21T00:12:50.058Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44932026-03-21T00:12:50.975Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44942026-03-21T00:12:50.977Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44952026-03-21T00:12:50.977Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44962026-03-21T00:12:50.977Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44972026-03-21T00:12:51.975Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44982026-03-21T00:13:01.429Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44992026-03-21T00:13:09.589Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45002026-03-21T00:13:09.596Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45012026-03-21T00:13:09.596Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45022026-03-21T00:13:09.596Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45032026-03-21T00:13:11.476Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45042026-03-21T00:13:13.275Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45052026-03-21T00:13:14.176Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45062026-03-21T00:13:15.893Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45072026-03-21T00:13:16.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.29s
45082026-03-21T00:13:16.835Z
45092026-03-21T00:13:16.835Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45102026-03-21T00:13:17.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-03-21T00:13:17.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-03-21T00:13:17.783Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45132026-03-21T00:13:17.800Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45142026-03-21T00:13:17.951Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45152026-03-21T00:13:17.976Z Checking rtoolbox v0.0.3
45162026-03-21T00:13:17.987Z Checking tui-tree-widget v0.23.1
45172026-03-21T00:13:18.147Z Checking rpassword v7.4.0
45182026-03-21T00:13:18.246Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45192026-03-21T00:13:19.221Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45202026-03-21T00:13:25.832Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45212026-03-21T00:13:26.731Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45222026-03-21T00:13:28.123Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45232026-03-21T00:13:32.386Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45242026-03-21T00:13:34.792Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45252026-03-21T00:13:35.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
45262026-03-21T00:13:36.187Z
45272026-03-21T00:13:36.187Zinfo: running `cargo check --bins` on wicket (254/257)
45282026-03-21T00:13:36.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-03-21T00:13:36.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-03-21T00:13:37.103Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45312026-03-21T00:13:37.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45322026-03-21T00:13:37.787Z
45332026-03-21T00:13:37.787Zinfo: running `cargo check --bins` on wicketd (255/257)
45342026-03-21T00:13:38.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-03-21T00:13:38.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-03-21T00:13:38.743Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45372026-03-21T00:13:38.747Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45382026-03-21T00:13:38.895Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45392026-03-21T00:13:38.904Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45402026-03-21T00:13:40.281Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45412026-03-21T00:13:41.064Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45422026-03-21T00:13:45.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s
45432026-03-21T00:13:45.356Z
45442026-03-21T00:13:45.356Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45452026-03-21T00:13:46.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-03-21T00:13:46.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-03-21T00:13:46.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-03-21T00:13:46.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
45492026-03-21T00:13:46.125Z
45502026-03-21T00:13:46.125Zinfo: running `cargo check --bins` on zone-setup (257/257)
45512026-03-21T00:13:46.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-03-21T00:13:46.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-03-21T00:13:47.013Z Checking uzers v0.12.2
45542026-03-21T00:13:47.361Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45552026-03-21T00:13:48.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
45562026-03-21T00:13:48.562Z
45572026-03-21T00:13:48.567Zreal 19:00.124026994
45582026-03-21T00:13:48.567Zuser 28:22.539264663
45592026-03-21T00:13:48.567Zsys 5:11.734559146
45602026-03-21T00:13:48.567Ztrap 0.466576404
45612026-03-21T00:13:48.567Ztflt 0.290827848
45622026-03-21T00:13:48.567Zdflt 0.698791470
45632026-03-21T00:13:48.567Zkflt 0.001066244
45642026-03-21T00:13:48.567Zlock 1:47:08.841575926
45652026-03-21T00:13:48.567Zslp 2:13:16.779038181
45662026-03-21T00:13:48.568Zlat 1:24.640691665
45672026-03-21T00:13:48.568Zstop 5:20.194439275
45682026-03-21T00:13:48.568Zprocess exited: duration 1377377 ms, exit code 0
 
45692026-03-21T00:13:48.578Zfound 0 output files