01KQWZPY40421DQCDEVAW7F7CT: 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: 01KQWZQSKH7YSM7VZ9BDFQAY5T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T21:13:06.220Zjob assigned to worker 01KQWZR5XA8E91TXAQXR9F3JN2 [factory aws, i-0ec60e6ab2f6ffcd4] (queued for 57 s)
 
22026-05-05T21:13:13.369Zstarting task 0: "setup"
32026-05-05T21:13:13.374Z++ uname -s
42026-05-05T21:13:13.378Z+ kern=SunOS
52026-05-05T21:13:13.378Z+ build_user=build
62026-05-05T21:13:13.378Z+ build_uid=12345
72026-05-05T21:13:13.378Z+ work_dir=/work
82026-05-05T21:13:13.379Z+ input_dir=/input
92026-05-05T21:13:13.379Z+ [[ 0 == 12345 ]]
102026-05-05T21:13:13.379Z+ case "$kern" in
112026-05-05T21:13:13.379Z+ groupadd -g 12345 build
122026-05-05T21:13:13.379Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T21:13:15.383Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T21:13:15.498Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T21:13:15.501Z+ home_fs=zfs
162026-05-05T21:13:15.501Z+ [[ zfs == autofs ]]
172026-05-05T21:13:15.501Z+ mkdir -p /home/build
182026-05-05T21:13:15.501Z+ chown build:build /home/build /work
192026-05-05T21:13:17.501Z+ chmod 0700 /home/build /work
202026-05-05T21:13:17.504Zprocess exited: duration 4134 ms, exit code 0
 
212026-05-05T21:13:17.511Zstarting task 1: "rust-toolchain"
222026-05-05T21:13:17.514Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T21:13:17.514Z * rust toolchain channel = "1.94.0"
242026-05-05T21:13:17.514Z * rust toolchain profile = "default"
252026-05-05T21:13:17.514Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-05T21:13:17.514Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T21:13:17.514Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T21:13:17.517Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T21:13:17.517Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T21:13:17.637Zinfo: downloading installer
312026-05-05T21:13:19.335Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T21:13:19.335Zwarn: /opt/ooce/bin
332026-05-05T21:13:19.335Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T21:13:19.335Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T21:13:19.335Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T21:13:19.335Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T21:13:19.335Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T21:13:19.335Zerror: cannot install while Rust is installed
392026-05-05T21:13:19.335Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T21:13:19.335Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T21:13:19.335Zwarn: /home/build/.rustup/settings.toml
422026-05-05T21:13:19.335Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T21:13:19.335Zwarn: instead of the one inferred from the default host triple.
442026-05-05T21:13:19.348Zinfo: profile set to default
452026-05-05T21:13:19.348Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T21:13:19.351Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T21:13:19.507Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T21:13:19.510Zinfo: downloading 6 components
492026-05-05T21:13:36.138Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T21:13:36.138Z
512026-05-05T21:13:36.167Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T21:13:36.167Z
532026-05-05T21:13:36.167Z
542026-05-05T21:13:36.167ZRust is installed now. Great!
552026-05-05T21:13:36.167Z
562026-05-05T21:13:36.170ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T21:13:36.170Zenvironment variable. This has not been done automatically.
582026-05-05T21:13:36.170Z
592026-05-05T21:13:36.170ZTo configure your current shell, you need to source
602026-05-05T21:13:36.170Zthe corresponding env file under $HOME/.cargo.
612026-05-05T21:13:36.170Z
622026-05-05T21:13:36.170ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T21:13:36.170Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T21:13:36.170Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T21:13:36.171Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T21:13:36.171Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T21:13:36.171Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T21:13:36.171Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T21:13:36.171Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T21:13:36.171Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T21:13:36.267Z+ rustup --version
722026-05-05T21:13:36.276Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T21:13:36.279Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T21:13:36.297Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T21:13:36.300Z+ cargo --version
762026-05-05T21:13:36.312Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T21:13:36.315Z+ rustc --version
782026-05-05T21:13:36.335Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T21:13:36.338Zprocess exited: duration 18823 ms, exit code 0
 
802026-05-05T21:13:36.344Zstarting task 2: "authentication"
812026-05-05T21:13:36.392Zprocess exited: duration 15 ms, exit code 0
 
822026-05-05T21:13:36.407Zstarting task 3: "clone repository"
832026-05-05T21:13:36.412Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T21:13:36.412Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T21:13:36.439ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T21:13:45.970Z+ cd /work/oxidecomputer/omicron
872026-05-05T21:13:45.970Z+ git fetch origin 26ba9dd968782983531c6d28eff1fa5c736615fb
882026-05-05T21:13:46.288ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T21:13:46.288Z * branch 26ba9dd968782983531c6d28eff1fa5c736615fb -> FETCH_HEAD
902026-05-05T21:13:46.298Z+ [[ -n jmcarp/oxql-measurement-bench ]]
912026-05-05T21:13:46.302Z++ git branch --show-current
922026-05-05T21:13:46.302Z+ current=main
932026-05-05T21:13:46.302Z+ [[ main != jmcarp/oxql-measurement-bench ]]
942026-05-05T21:13:46.302Z+ git branch -f jmcarp/oxql-measurement-bench 26ba9dd968782983531c6d28eff1fa5c736615fb
952026-05-05T21:13:46.305Z+ git checkout -f jmcarp/oxql-measurement-bench
962026-05-05T21:13:46.532ZSwitched to branch 'jmcarp/oxql-measurement-bench'
972026-05-05T21:13:46.535Z+ git reset --hard 26ba9dd968782983531c6d28eff1fa5c736615fb
982026-05-05T21:13:46.760ZHEAD is now at 26ba9dd96 Benchmark oxql measurement queries.
992026-05-05T21:13:46.763Zprocess exited: duration 10358 ms, exit code 0
 
1002026-05-05T21:13:46.770Zstarting task 4: "build"
1012026-05-05T21:13:46.776Z+ source .github/buildomat/ci-env.sh
1022026-05-05T21:13:46.777Z++ export CARGO_TERM_COLOR=always
1032026-05-05T21:13:46.777Z++ CARGO_TERM_COLOR=always
1042026-05-05T21:13:46.777Z+ cargo --version
1052026-05-05T21:13:46.783Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-05T21:13:46.787Z+ rustc --version
1072026-05-05T21:13:46.809Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-05T21:13:46.813Z+ source ./env.sh
1092026-05-05T21:13:46.813Z++ OLD_SHELL_OPTS=ehxB
1102026-05-05T21:13:46.813Z++ set -o xtrace
1112026-05-05T21:13:46.813Z++++ dirname ./env.sh
1122026-05-05T21:13:46.813Z+++ readlink -f .
1132026-05-05T21:13:46.817Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-05T21:13:46.817Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-05T21:13:46.817Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-05T21:13:46.817Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-05-05T21:13:46.817Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-05-05T21:13:46.817Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-05-05T21:13:46.817Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-05-05T21:13:46.817Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-05-05T21:13:46.817Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-05-05T21:13:46.817Z++ case $OLD_SHELL_OPTS in
1232026-05-05T21:13:46.817Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-05T21:13:46.817Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-05T21:13:46.817Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-05T21:13:46.817Z+ banner prerequisites
1272026-05-05T21:13:46.817Z
1282026-05-05T21:13:46.817Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-05T21:13:46.817Z # # # # # # # # # # # # # # #
1302026-05-05T21:13:46.817Z # # # # ##### # # ##### # # # # # #### #
1312026-05-05T21:13:46.817Z ##### ##### # ##### # # # # # # # # #
1322026-05-05T21:13:46.817Z # # # # # # # # # # # # # # #
1332026-05-05T21:13:46.817Z # # # ###### # # ###### ### # #### # #### #
1342026-05-05T21:13:46.817Z
1352026-05-05T21:13:46.817Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-05T21:13:57.344Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-05T21:14:04.911Z Startup: Caching catalogs ... Done
1382026-05-05T21:14:12.508ZPlanning: Solver setup ... Done (6.129s)
1392026-05-05T21:14:12.553ZPlanning: Running solver ... Done (0.045s)
1402026-05-05T21:14:12.689ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-05T21:14:12.717ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-05T21:14:12.840ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-05T21:14:12.876ZPlanning: Package planning ... Done (0.036s)
1442026-05-05T21:14:12.913ZPlanning: Merging actions ... Done (0.036s)
1452026-05-05T21:14:13.089ZPlanning: Checking for conflicting actions ... Done (0.176s)
1462026-05-05T21:14:13.098ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-05T21:14:13.881ZPlanning: Evaluating mediators ... Done (0.783s)
1482026-05-05T21:14:13.888ZPlanning: Planning completed in 8.81 seconds
1492026-05-05T21:14:13.900Z Packages to install: 5
1502026-05-05T21:14:13.900Z Mediators to change: 3
1512026-05-05T21:14:13.906Z Services to change: 1
1522026-05-05T21:14:13.906Z Estimated space available: 155.34 GB
1532026-05-05T21:14:13.906ZEstimated space to be consumed: 1.90 GB
1542026-05-05T21:14:13.906Z Create boot environment: No
1552026-05-05T21:14:13.906ZCreate backup boot environment: No
1562026-05-05T21:14:13.906Z Rebuild boot archive: No
1572026-05-05T21:14:13.906Z
1582026-05-05T21:14:13.907ZChanged mediators:
1592026-05-05T21:14:13.907Z mediator clang:
1602026-05-05T21:14:13.907Z version: None -> 15 (system default)
1612026-05-05T21:14:13.907Z
1622026-05-05T21:14:13.907Z mediator llvm:
1632026-05-05T21:14:13.907Z version: 14 (system default) -> 15 (system default)
1642026-05-05T21:14:13.907Z
1652026-05-05T21:14:13.907Z mediator postgresql:
1662026-05-05T21:14:13.907Z version: 15 (system default) -> 18 (system default)
1672026-05-05T21:14:13.907Z
1682026-05-05T21:14:13.907ZChanged packages:
1692026-05-05T21:14:13.907Zhelios-dev
1702026-05-05T21:14:13.907Z developer/build-essential
1712026-05-05T21:14:13.907Z None -> 11-2.0
1722026-05-05T21:14:13.907Z library/libxmlsec1
1732026-05-05T21:14:13.907Z None -> 1.2.35-2.0
1742026-05-05T21:14:13.907Z ooce/developer/clang-15
1752026-05-05T21:14:13.907Z None -> 15.0.7-2.0
1762026-05-05T21:14:13.907Z ooce/developer/llvm-15
1772026-05-05T21:14:13.907Z None -> 15.0.7-2.0
1782026-05-05T21:14:13.907Z ooce/library/postgresql-18
1792026-05-05T21:14:13.907Z None -> 18.1-2.0
1802026-05-05T21:14:13.907Z
1812026-05-05T21:14:13.907ZServices:
1822026-05-05T21:14:13.907Z restart_fmri:
1832026-05-05T21:14:13.907Z svc:/system/update-man-index:default
1842026-05-05T21:14:13.959Z
1852026-05-05T21:14:13.959ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-05T21:14:18.996ZDownload: 1024/4272 items 19.1/219.0MB 8% complete (3.9M/s)
1872026-05-05T21:14:28.093ZDownload: 1196/4272 items 83.3/219.0MB 38% complete (13.1M/s)
1882026-05-05T21:14:33.409ZDownload: 2222/4272 items 119.2/219.0MB 54% complete (8.4M/s)
1892026-05-05T21:14:38.421ZDownload: 2605/4272 items 120.5/219.0MB 55% complete (3.5M/s)
1902026-05-05T21:14:43.462ZDownload: 3247/4272 items 203.1/219.0MB 92% complete (8.4M/s)
1912026-05-05T21:14:46.488ZDownload: Completed 218.99 MB in 32.53 seconds (6.7M/s)
1922026-05-05T21:14:46.664Z Actions: 1/4789 actions (Installing new actions)
1932026-05-05T21:14:49.987Z Actions: Completed 4789 actions in 3.32 seconds.
1942026-05-05T21:14:50.658Z Done (0.667s)
1952026-05-05T21:14:50.658Z Done (0.000s)
1962026-05-05T21:14:51.404Z Done (0.746s)
1972026-05-05T21:14:54.566Z Done (2.809s)
1982026-05-05T21:14:54.638Z Done (0.013s)
1992026-05-05T21:14:54.641Z Done (0.000s)
2002026-05-05T21:14:54.962Z Done (0.000s)
2012026-05-05T21:14:55.845ZPlanning: Evaluating mediator changes ... Done
2022026-05-05T21:14:55.953ZPlanning: Checking for conflicting actions ... Done
2032026-05-05T21:14:55.958ZPlanning: Consolidating action changes ... Done
2042026-05-05T21:14:56.112ZPlanning: Evaluating mediators ... Done
2052026-05-05T21:14:56.115ZPlanning: Planning completed in 0.27 seconds
2062026-05-05T21:14:56.133Z Mediators to change: 2
2072026-05-05T21:14:56.133Z Create boot environment: No
2082026-05-05T21:14:56.136ZCreate backup boot environment: No
2092026-05-05T21:14:56.203Z Done
2102026-05-05T21:14:56.203Z Done
2112026-05-05T21:14:56.829Z Done
2122026-05-05T21:14:59.263Z Done
2132026-05-05T21:14:59.332Z Done
2142026-05-05T21:14:59.335Z Done
2152026-05-05T21:14:59.490Z Done
2162026-05-05T21:14:59.747ZPlanning: Evaluating mediator changes ... Done
2172026-05-05T21:14:59.854ZPlanning: Checking for conflicting actions ... Done
2182026-05-05T21:14:59.859ZPlanning: Consolidating action changes ... Done
2192026-05-05T21:15:00.009ZPlanning: Evaluating mediators ... Done
2202026-05-05T21:15:00.012ZPlanning: Planning completed in 0.26 seconds
2212026-05-05T21:15:00.030Z Mediators to change: 1
2222026-05-05T21:15:00.030Z Create boot environment: No
2232026-05-05T21:15:00.033ZCreate backup boot environment: No
2242026-05-05T21:15:00.078Z Done
2252026-05-05T21:15:00.078Z Done
2262026-05-05T21:15:00.690Z Done
2272026-05-05T21:15:03.150Z Done
2282026-05-05T21:15:03.223Z Done
2292026-05-05T21:15:03.229Z Done
2302026-05-05T21:15:03.362Z Done
2312026-05-05T21:15:03.644ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322026-05-05T21:15:03.644Zclang system 15 system
2332026-05-05T21:15:03.644Zcsh system system illumos
2342026-05-05T21:15:03.644Zctags system system illumos
2352026-05-05T21:15:03.644Zfile system system illumos
2362026-05-05T21:15:03.644Zgcc vendor 12 vendor
2372026-05-05T21:15:03.644Zgcc system 14 system
2382026-05-05T21:15:03.644Zgcc system 10 system
2392026-05-05T21:15:03.644Zgo system 1.20 system
2402026-05-05T21:15:03.644Zgo system 1.19 system
2412026-05-05T21:15:03.644Zllvm system 15 system
2422026-05-05T21:15:03.644Zllvm system 14 system
2432026-05-05T21:15:03.644Zmariadb system 10.6 system
2442026-05-05T21:15:03.644Zmta vendor vendor dma
2452026-05-05T21:15:03.644Zopenjdk system 17 system
2462026-05-05T21:15:03.644Zopenjdk system 11 system
2472026-05-05T21:15:03.644Zopenjdk system 1.8 system
2482026-05-05T21:15:03.644Zopenssl vendor 3 vendor
2492026-05-05T21:15:03.644Zperl system 5.36 system
2502026-05-05T21:15:03.644Zpostgresql system 18 system
2512026-05-05T21:15:03.644Zpostgresql system 15 system
2522026-05-05T21:15:03.644Zpostgresql system 13 system
2532026-05-05T21:15:03.644Zpython vendor 3 vendor
2542026-05-05T21:15:03.644Zpython system 2 system
2552026-05-05T21:15:03.644Zpython3 system 3.11 system
2562026-05-05T21:15:03.644Zruby system 3.0 system
2572026-05-05T21:15:03.644Zwords vendor vendor american-english
2582026-05-05T21:15:03.644Zwords system system australian-english
2592026-05-05T21:15:03.644Zwords system system british-english
2602026-05-05T21:15:03.644Zwords system system canadian-english
2612026-05-05T21:15:03.644Zwords system system french
2622026-05-05T21:15:03.644Zwords system system italian
2632026-05-05T21:15:03.645Zwords system system ngerman
2642026-05-05T21:15:03.645Zwords system system ogerman
2652026-05-05T21:15:03.645Zwords system system spanish
2662026-05-05T21:15:03.868ZPUBLISHER TYPE STATUS P LOCATION
2672026-05-05T21:15:03.868Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682026-05-05T21:15:08.574ZFMRI IFO
2692026-05-05T21:15:08.574Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702026-05-05T21:15:08.574Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712026-05-05T21:15:08.574Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722026-05-05T21:15:08.574Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732026-05-05T21:15:08.574Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742026-05-05T21:15:08.574Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752026-05-05T21:15:08.574Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2762026-05-05T21:15:08.574Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2772026-05-05T21:15:08.574Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-05-05T21:15:08.574Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-05-05T21:15:08.574Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-05-05T21:15:08.574Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-05-05T21:15:08.574Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-05-05T21:15:08.574Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-05-05T21:15:08.574Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-05-05T21:15:08.574Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-05-05T21:15:08.574Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-05-05T21:15:09.727Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-05-05T21:15:10.026Z Updating crates.io index
2882026-05-05T21:15:10.065Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-05-05T21:15:11.009Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-05-05T21:15:11.384Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912026-05-05T21:15:12.346Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-05-05T21:15:13.261Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932026-05-05T21:15:13.844Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-05-05T21:15:15.179Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-05-05T21:15:15.895Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-05-05T21:15:16.435Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972026-05-05T21:15:17.618Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982026-05-05T21:15:18.163Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-05-05T21:15:18.741Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002026-05-05T21:15:19.104Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012026-05-05T21:15:20.250Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022026-05-05T21:15:20.925Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-05-05T21:15:21.180Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042026-05-05T21:15:21.778Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3052026-05-05T21:15:22.227Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062026-05-05T21:15:22.633Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072026-05-05T21:15:22.924Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082026-05-05T21:15:23.263Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-05-05T21:15:23.767Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-05-05T21:15:24.128Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3112026-05-05T21:15:24.867Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3122026-05-05T21:15:25.139Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132026-05-05T21:15:25.540Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142026-05-05T21:15:25.868Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3152026-05-05T21:15:27.527Z Updating git repository `https://github.com/oxidecomputer/crucible`
3162026-05-05T21:15:28.131Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-05-05T21:15:28.709Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182026-05-05T21:15:29.065Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192026-05-05T21:15:29.519Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3202026-05-05T21:15:29.894Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3212026-05-05T21:15:30.249Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-05-05T21:15:30.797Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-05-05T21:15:32.260Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-05-05T21:15:32.574Z Updating git repository `https://github.com/illumos/smf-rs`
3252026-05-05T21:15:32.986Z Updating git repository `https://github.com/oxidecomputer/omicron`
3262026-05-05T21:15:45.578Z Downloading crates ...
3272026-05-05T21:15:45.632Z Downloaded anstyle v1.0.13
3282026-05-05T21:15:45.635Z Downloaded bytecount v0.6.9
3292026-05-05T21:15:45.638Z Downloaded anstream v0.6.21
3302026-05-05T21:15:45.638Z Downloaded block-buffer v0.10.4
3312026-05-05T21:15:45.643Z Downloaded fs-err v3.3.0
3322026-05-05T21:15:45.646Z Downloaded anstyle-query v1.1.5
3332026-05-05T21:15:45.658Z Downloaded form_urlencoded v1.2.2
3342026-05-05T21:15:45.661Z Downloaded toml_write v0.1.2
3352026-05-05T21:15:45.661Z Downloaded anstyle-parse v0.2.7
3362026-05-05T21:15:45.667Z Downloaded memmap v0.7.0
3372026-05-05T21:15:45.670Z Downloaded goblin v0.8.2
3382026-05-05T21:15:45.673Z Downloaded textwrap v0.16.2
3392026-05-05T21:15:45.676Z Downloaded zerofrom-derive v0.1.6
3402026-05-05T21:15:45.676Z Downloaded colorchoice v1.0.4
3412026-05-05T21:15:45.676Z Downloaded toml_datetime v0.6.11
3422026-05-05T21:15:45.676Z Downloaded sha2 v0.10.9
3432026-05-05T21:15:45.679Z Downloaded byteorder v1.5.0
3442026-05-05T21:15:45.679Z Downloaded percent-encoding v2.3.2
3452026-05-05T21:15:45.679Z Downloaded litemap v0.8.1
3462026-05-05T21:15:45.682Z Downloaded heck v0.5.0
3472026-05-05T21:15:45.682Z Downloaded yoke-derive v0.8.1
3482026-05-05T21:15:45.682Z Downloaded usdt v0.5.0
3492026-05-05T21:15:45.682Z Downloaded usdt-macro v0.5.0
3502026-05-05T21:15:45.686Z Downloaded typeid v1.0.3
3512026-05-05T21:15:45.686Z Downloaded thread-id v4.2.2
3522026-05-05T21:15:45.686Z Downloaded digest v0.10.7
3532026-05-05T21:15:45.689Z Downloaded icu_locale_core v2.1.1
3542026-05-05T21:15:45.692Z Downloaded unicode-xid v0.2.6
3552026-05-05T21:15:45.692Z Downloaded pest_generator v2.8.6
3562026-05-05T21:15:45.692Z Downloaded usdt-attr-macro v0.5.0
3572026-05-05T21:15:45.695Z Downloaded dtrace-parser v0.2.0
3582026-05-05T21:15:45.695Z Downloaded scroll_derive v0.12.1
3592026-05-05T21:15:45.695Z Downloaded plain v0.2.3
3602026-05-05T21:15:45.698Z Downloaded icu_properties v2.1.2
3612026-05-05T21:15:45.698Z Downloaded cfg-if v1.0.4
3622026-05-05T21:15:45.698Z Downloaded unicode-linebreak v0.1.5
3632026-05-05T21:15:45.698Z Downloaded zerofrom v0.1.6
3642026-05-05T21:15:45.701Z Downloaded utf8_iter v1.0.4
3652026-05-05T21:15:45.701Z Downloaded clap v4.5.60
3662026-05-05T21:15:45.705Z Downloaded smawk v0.3.2
3672026-05-05T21:15:45.710Z Downloaded heck v0.4.1
3682026-05-05T21:15:45.713Z Downloaded fnv v1.0.7
3692026-05-05T21:15:45.713Z Downloaded fastrand v2.3.0
3702026-05-05T21:15:45.713Z Downloaded version_check v0.9.5
3712026-05-05T21:15:45.713Z Downloaded utf8parse v0.2.2
3722026-05-05T21:15:45.716Z Downloaded errno v0.3.14
3732026-05-05T21:15:45.716Z Downloaded crypto-common v0.1.7
3742026-05-05T21:15:45.716Z Downloaded cpufeatures v0.2.17
3752026-05-05T21:15:45.719Z Downloaded swrite v0.1.0
3762026-05-05T21:15:45.723Z Downloaded ordered-float v2.10.1
3772026-05-05T21:15:45.723Z Downloaded clap_lex v1.0.0
3782026-05-05T21:15:45.726Z Downloaded zerovec-derive v0.11.2
3792026-05-05T21:15:45.726Z Downloaded thiserror-impl v2.0.18
3802026-05-05T21:15:45.726Z Downloaded writeable v0.6.2
3812026-05-05T21:15:45.727Z Downloaded terminal_size v0.4.3
3822026-05-05T21:15:45.727Z Downloaded stable_deref_trait v1.2.1
3832026-05-05T21:15:45.730Z Downloaded toml v0.8.23
3842026-05-05T21:15:45.733Z Downloaded yoke v0.8.1
3852026-05-05T21:15:45.736Z Downloaded serde_spanned v0.6.9
3862026-05-05T21:15:45.736Z Downloaded usdt-impl v0.5.0
3872026-05-05T21:15:45.736Z Downloaded cargo-platform v0.2.0
3882026-05-05T21:15:45.739Z Downloaded is_terminal_polyfill v1.70.2
3892026-05-05T21:15:45.739Z Downloaded zmij v1.0.21
3902026-05-05T21:15:45.739Z Downloaded itoa v1.0.17
3912026-05-05T21:15:45.749Z Downloaded ucd-trie v0.1.7
3922026-05-05T21:15:45.752Z Downloaded idna_adapter v1.2.1
3932026-05-05T21:15:45.755Z Downloaded tinystr v0.8.2
3942026-05-05T21:15:45.756Z Downloaded tabled_derive v0.7.0
3952026-05-05T21:15:45.760Z Downloaded potential_utf v0.1.4
3962026-05-05T21:15:45.763Z Downloaded zerocopy-derive v0.7.35
3972026-05-05T21:15:45.767Z Downloaded macaddr v1.0.1
3982026-05-05T21:15:45.767Z Downloaded unicode-ident v1.0.24
3992026-05-05T21:15:45.770Z Downloaded generic-array v0.14.7
4002026-05-05T21:15:45.773Z Downloaded dof v0.3.0
4012026-05-05T21:15:45.776Z Downloaded toml_edit v0.22.27
4022026-05-05T21:15:45.779Z Downloaded typenum v1.19.0
4032026-05-05T21:15:45.782Z Downloaded zerotrie v0.2.3
4042026-05-05T21:15:45.785Z Downloaded equivalent v1.0.2
4052026-05-05T21:15:45.789Z Downloaded strsim v0.11.1
4062026-05-05T21:15:45.792Z Downloaded serde-value v0.7.0
4072026-05-05T21:15:45.792Z Downloaded proc-macro-error-attr v1.0.4
4082026-05-05T21:15:45.792Z Downloaded url v2.5.8
4092026-05-05T21:15:45.795Z Downloaded serde-untagged v0.1.9
4102026-05-05T21:15:45.803Z Downloaded displaydoc v0.2.5
4112026-05-05T21:15:45.806Z Downloaded synstructure v0.13.2
4122026-05-05T21:15:45.809Z Downloaded zerovec v0.11.5
4132026-05-05T21:15:45.813Z Downloaded quote v1.0.45
4142026-05-05T21:15:45.816Z Downloaded zerocopy v0.7.35
4152026-05-05T21:15:45.823Z Downloaded pretty-hex v0.4.1
4162026-05-05T21:15:45.868Z Downloaded winnow v0.7.14
4172026-05-05T21:15:45.868Z Downloaded camino-tempfile v1.4.1
4182026-05-05T21:15:45.868Z Downloaded autocfg v1.5.0
4192026-05-05T21:15:45.868Z Downloaded thiserror v1.0.69
4202026-05-05T21:15:45.868Z Downloaded unicode-width v0.2.0
4212026-05-05T21:15:45.868Z Downloaded unicode-width v0.1.14
4222026-05-05T21:15:45.868Z Downloaded scroll v0.12.0
4232026-05-05T21:15:45.869Z Downloaded proc-macro-error v1.0.4
4242026-05-05T21:15:45.869Z Downloaded thiserror-impl v1.0.69
4252026-05-05T21:15:45.869Z Downloaded thiserror v2.0.18
4262026-05-05T21:15:45.869Z Downloaded cargo-util-schemas v0.8.2
4272026-05-05T21:15:45.869Z Downloaded clap_derive v4.5.55
4282026-05-05T21:15:45.869Z Downloaded cargo_toml v0.21.0
4292026-05-05T21:15:45.869Z Downloaded anyhow v1.0.102
4302026-05-05T21:15:45.869Z Downloaded serde_tokenstream v0.2.3
4312026-05-05T21:15:45.869Z Downloaded cargo_metadata v0.21.0
4322026-05-05T21:15:45.869Z Downloaded smallvec v1.15.1
4332026-05-05T21:15:45.869Z Downloaded idna v1.1.0
4342026-05-05T21:15:45.873Z Downloaded bitflags v2.11.0
4352026-05-05T21:15:45.876Z Downloaded semver v1.0.28
4362026-05-05T21:15:45.879Z Downloaded pest_derive v2.8.6
4372026-05-05T21:15:45.879Z Downloaded camino v1.2.2
4382026-05-05T21:15:45.882Z Downloaded tempfile v3.25.0
4392026-05-05T21:15:45.882Z Downloaded erased-serde v0.4.9
4402026-05-05T21:15:45.885Z Downloaded once_cell v1.21.3
4412026-05-05T21:15:45.891Z Downloaded icu_provider v2.1.1
4422026-05-05T21:15:45.894Z Downloaded serde_derive v1.0.228
4432026-05-05T21:15:45.902Z Downloaded getrandom v0.4.1
4442026-05-05T21:15:45.905Z Downloaded log v0.4.29
4452026-05-05T21:15:45.909Z Downloaded serde_core v1.0.228
4462026-05-05T21:15:45.912Z Downloaded num-traits v0.2.19
4472026-05-05T21:15:45.926Z Downloaded icu_normalizer v2.1.1
4482026-05-05T21:15:45.930Z Downloaded pest_meta v2.8.6
4492026-05-05T21:15:45.933Z Downloaded proc-macro2 v1.0.106
4502026-05-05T21:15:45.933Z Downloaded icu_normalizer_data v2.1.1
4512026-05-05T21:15:45.943Z Downloaded papergrid v0.11.0
4522026-05-05T21:15:45.946Z Downloaded icu_collections v2.1.1
4532026-05-05T21:15:45.949Z Downloaded serde v1.0.228
4542026-05-05T21:15:45.959Z Downloaded indexmap v2.14.0
4552026-05-05T21:15:45.975Z Downloaded memchr v2.8.0
4562026-05-05T21:15:45.987Z Downloaded pest v2.8.6
4572026-05-05T21:15:46.003Z Downloaded serde_json v1.0.149
4582026-05-05T21:15:46.030Z Downloaded icu_properties_data v2.1.2
4592026-05-05T21:15:46.035Z Downloaded hashbrown v0.17.0
4602026-05-05T21:15:46.039Z Downloaded clap_builder v4.5.60
4612026-05-05T21:15:46.042Z Downloaded tabled v0.15.0
4622026-05-05T21:15:46.059Z Downloaded syn v1.0.109
4632026-05-05T21:15:46.069Z Downloaded syn v2.0.117
4642026-05-05T21:15:46.076Z Downloaded rustix v1.1.3
4652026-05-05T21:15:46.114Z Downloaded libc v0.2.185
4662026-05-05T21:15:46.181Z Compiling proc-macro2 v1.0.106
4672026-05-05T21:15:46.181Z Compiling unicode-ident v1.0.24
4682026-05-05T21:15:46.185Z Compiling quote v1.0.45
4692026-05-05T21:15:46.185Z Compiling serde_core v1.0.228
4702026-05-05T21:15:46.185Z Compiling libc v0.2.185
4712026-05-05T21:15:46.185Z Compiling version_check v0.9.5
4722026-05-05T21:15:46.185Z Compiling serde v1.0.228
4732026-05-05T21:15:46.185Z Compiling memchr v2.8.0
4742026-05-05T21:15:46.522Z Compiling stable_deref_trait v1.2.1
4752026-05-05T21:15:46.597Z Compiling zmij v1.0.21
4762026-05-05T21:15:46.764Z Compiling thiserror v1.0.69
4772026-05-05T21:15:46.812Z Compiling ucd-trie v0.1.7
4782026-05-05T21:15:47.059Z Compiling itoa v1.0.17
4792026-05-05T21:15:47.062Z Compiling autocfg v1.5.0
4802026-05-05T21:15:47.171Z Compiling pest v2.8.6
4812026-05-05T21:15:47.188Z Compiling litemap v0.8.1
4822026-05-05T21:15:47.215Z Compiling writeable v0.6.2
4832026-05-05T21:15:47.288Z Compiling byteorder v1.5.0
4842026-05-05T21:15:47.376Z Compiling icu_properties_data v2.1.2
4852026-05-05T21:15:47.539Z Compiling rustix v1.1.3
4862026-05-05T21:15:47.579Z Compiling icu_normalizer_data v2.1.1
4872026-05-05T21:15:47.740Z Compiling syn v2.0.117
4882026-05-05T21:15:47.807Z Compiling errno v0.3.14
4892026-05-05T21:15:47.824Z Compiling bitflags v2.11.0
4902026-05-05T21:15:47.841Z Compiling serde_json v1.0.149
4912026-05-05T21:15:48.067Z Compiling num-traits v0.2.19
4922026-05-05T21:15:48.087Z Compiling typeid v1.0.3
4932026-05-05T21:15:48.187Z Compiling pest_meta v2.8.6
4942026-05-05T21:15:48.268Z Compiling smallvec v1.15.1
4952026-05-05T21:15:48.455Z Compiling hashbrown v0.17.0
4962026-05-05T21:15:48.531Z Compiling equivalent v1.0.2
4972026-05-05T21:15:48.651Z Compiling thread-id v4.2.2
4982026-05-05T21:15:48.669Z Compiling usdt-impl v0.5.0
4992026-05-05T21:15:48.740Z Compiling proc-macro-error-attr v1.0.4
5002026-05-05T21:15:48.803Z Compiling toml_write v0.1.2
5012026-05-05T21:15:48.881Z Compiling erased-serde v0.4.9
5022026-05-05T21:15:48.929Z Compiling syn v1.0.109
5032026-05-05T21:15:49.031Z Compiling indexmap v2.14.0
5042026-05-05T21:15:49.119Z Compiling winnow v0.7.14
5052026-05-05T21:15:49.416Z Compiling proc-macro-error v1.0.4
5062026-05-05T21:15:49.617Z Compiling plain v0.2.3
5072026-05-05T21:15:49.678Z Compiling utf8parse v0.2.2
5082026-05-05T21:15:49.739Z Compiling thiserror v2.0.18
5092026-05-05T21:15:49.804Z Compiling percent-encoding v2.3.2
5102026-05-05T21:15:49.918Z Compiling getrandom v0.4.1
5112026-05-05T21:15:49.936Z Compiling camino v1.2.2
5122026-05-05T21:15:50.009Z Compiling log v0.4.29
5132026-05-05T21:15:50.081Z Compiling utf8_iter v1.0.4
5142026-05-05T21:15:50.197Z Compiling form_urlencoded v1.2.2
5152026-05-05T21:15:50.241Z Compiling ordered-float v2.10.1
5162026-05-05T21:15:50.306Z Compiling anstyle-parse v0.2.7
5172026-05-05T21:15:50.417Z Compiling synstructure v0.13.2
5182026-05-05T21:15:50.434Z Compiling pest_generator v2.8.6
5192026-05-05T21:15:50.525Z Compiling terminal_size v0.4.3
5202026-05-05T21:15:50.687Z Compiling colorchoice v1.0.4
5212026-05-05T21:15:50.809Z Compiling cfg-if v1.0.4
5222026-05-05T21:15:50.827Z Compiling is_terminal_polyfill v1.70.2
5232026-05-05T21:15:50.887Z Compiling pretty-hex v0.4.1
5242026-05-05T21:15:50.887Z Compiling anstyle v1.0.13
5252026-05-05T21:15:50.927Z Compiling anstyle-query v1.1.5
5262026-05-05T21:15:51.050Z Compiling serde-untagged v0.1.9
5272026-05-05T21:15:51.085Z Compiling semver v1.0.28
5282026-05-05T21:15:51.134Z Compiling anstream v0.6.21
5292026-05-05T21:15:51.204Z Compiling fs-err v3.3.0
5302026-05-05T21:15:51.297Z Compiling unicode-xid v0.2.6
5312026-05-05T21:15:51.398Z Compiling strsim v0.11.1
5322026-05-05T21:15:51.415Z Compiling bytecount v0.6.9
5332026-05-05T21:15:51.432Z Compiling anyhow v1.0.102
5342026-05-05T21:15:51.451Z Compiling heck v0.5.0
5352026-05-05T21:15:51.469Z Compiling fnv v1.0.7
5362026-05-05T21:15:51.575Z Compiling unicode-width v0.1.14
5372026-05-05T21:15:51.689Z Compiling once_cell v1.21.3
5382026-05-05T21:15:51.737Z Compiling fastrand v2.3.0
5392026-05-05T21:15:51.755Z Compiling heck v0.4.1
5402026-05-05T21:15:51.859Z Compiling clap_lex v1.0.0
5412026-05-05T21:15:51.878Z Compiling papergrid v0.11.0
5422026-05-05T21:15:51.982Z Compiling tempfile v3.25.0
5432026-05-05T21:15:52.095Z Compiling clap_builder v4.5.60
5442026-05-05T21:15:52.113Z Compiling memmap v0.7.0
5452026-05-05T21:15:52.116Z Compiling serde_derive v1.0.228
5462026-05-05T21:15:52.133Z Compiling zerofrom-derive v0.1.6
5472026-05-05T21:15:52.297Z Compiling yoke-derive v0.8.1
5482026-05-05T21:15:52.361Z Compiling zerovec-derive v0.11.2
5492026-05-05T21:15:52.401Z Compiling displaydoc v0.2.5
5502026-05-05T21:15:53.132Z Compiling thiserror-impl v1.0.69
5512026-05-05T21:15:53.281Z Compiling zerocopy-derive v0.7.35
5522026-05-05T21:15:53.507Z Compiling pest_derive v2.8.6
5532026-05-05T21:15:53.507Z Compiling scroll_derive v0.12.1
5542026-05-05T21:15:53.570Z Compiling zerofrom v0.1.6
5552026-05-05T21:15:53.706Z Compiling yoke v0.8.1
5562026-05-05T21:15:53.912Z Compiling zerovec v0.11.5
5572026-05-05T21:15:53.934Z Compiling zerotrie v0.2.3
5582026-05-05T21:15:54.197Z Compiling scroll v0.12.0
5592026-05-05T21:15:54.216Z Compiling zerocopy v0.7.35
5602026-05-05T21:15:54.250Z Compiling thiserror-impl v2.0.18
5612026-05-05T21:15:54.423Z Compiling tinystr v0.8.2
5622026-05-05T21:15:54.473Z Compiling potential_utf v0.1.4
5632026-05-05T21:15:54.557Z Compiling dtrace-parser v0.2.0
5642026-05-05T21:15:54.644Z Compiling icu_locale_core v2.1.1
5652026-05-05T21:15:54.662Z Compiling icu_collections v2.1.1
5662026-05-05T21:15:54.779Z Compiling goblin v0.8.2
5672026-05-05T21:15:55.142Z Compiling tabled_derive v0.7.0
5682026-05-05T21:15:55.160Z Compiling clap_derive v4.5.55
5692026-05-05T21:15:55.318Z Compiling icu_provider v2.1.1
5702026-05-05T21:15:55.517Z Compiling serde_spanned v0.6.9
5712026-05-05T21:15:55.593Z Compiling icu_normalizer v2.1.1
5722026-05-05T21:15:55.612Z Compiling icu_properties v2.1.2
5732026-05-05T21:15:55.612Z Compiling toml_datetime v0.6.11
5742026-05-05T21:15:55.648Z Compiling dof v0.3.0
5752026-05-05T21:15:55.667Z Compiling serde_tokenstream v0.2.3
5762026-05-05T21:15:55.899Z Compiling toml_edit v0.22.27
5772026-05-05T21:15:56.057Z Compiling serde-value v0.7.0
5782026-05-05T21:15:56.124Z Compiling cargo-platform v0.2.0
5792026-05-05T21:15:56.154Z Compiling unicode-width v0.2.0
5802026-05-05T21:15:56.398Z Compiling unicode-linebreak v0.1.5
5812026-05-05T21:15:56.429Z Compiling smawk v0.3.2
5822026-05-05T21:15:56.449Z Compiling tabled v0.15.0
5832026-05-05T21:15:56.594Z Compiling idna_adapter v1.2.1
5842026-05-05T21:15:56.618Z Compiling usdt-macro v0.5.0
5852026-05-05T21:15:56.658Z Compiling usdt-attr-macro v0.5.0
5862026-05-05T21:15:56.715Z Compiling idna v1.1.0
5872026-05-05T21:15:56.745Z Compiling textwrap v0.16.2
5882026-05-05T21:15:56.932Z Compiling clap v4.5.60
5892026-05-05T21:15:57.020Z Compiling url v2.5.8
5902026-05-05T21:15:57.246Z Compiling macaddr v1.0.1
5912026-05-05T21:15:57.338Z Compiling toml v0.8.23
5922026-05-05T21:15:57.377Z Compiling camino-tempfile v1.4.1
5932026-05-05T21:15:57.773Z Compiling cargo-util-schemas v0.8.2
5942026-05-05T21:15:57.842Z Compiling cargo_toml v0.21.0
5952026-05-05T21:15:57.968Z Compiling usdt v0.5.0
5962026-05-05T21:15:58.193Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5972026-05-05T21:15:58.212Z Compiling swrite v0.1.0
5982026-05-05T21:15:58.821Z Compiling cargo_metadata v0.21.0
5992026-05-05T21:15:59.706Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002026-05-05T21:16:01.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.22s
6012026-05-05T21:16:02.014Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022026-05-05T21:16:02.589Z Downloading crates ...
6032026-05-05T21:16:02.708Z Downloaded crc8 v0.1.1
6042026-05-05T21:16:02.711Z Downloaded bb8 v0.8.6
6052026-05-05T21:16:02.711Z Downloaded bit-set v0.8.0
6062026-05-05T21:16:02.711Z Downloaded adler2 v2.0.1
6072026-05-05T21:16:02.717Z Downloaded base64 v0.22.1
6082026-05-05T21:16:02.720Z Downloaded bcrypt-pbkdf v0.10.0
6092026-05-05T21:16:02.720Z Downloaded atty v0.2.14
6102026-05-05T21:16:02.724Z Downloaded darling v0.20.11
6112026-05-05T21:16:02.726Z Downloaded crc32fast v1.5.0
6122026-05-05T21:16:02.732Z Downloaded cfg_aliases v0.1.1
6132026-05-05T21:16:02.736Z Downloaded cexpr v0.6.0
6142026-05-05T21:16:02.736Z Downloaded derive_more v0.99.20
6152026-05-05T21:16:02.736Z Downloaded cbc v0.1.2
6162026-05-05T21:16:02.739Z Downloaded base16ct v0.2.0
6172026-05-05T21:16:02.739Z Downloaded base64ct v1.8.3
6182026-05-05T21:16:02.739Z Downloaded fallible-iterator v0.2.0
6192026-05-05T21:16:02.743Z Downloaded diff v0.1.13
6202026-05-05T21:16:02.743Z Downloaded cmake v0.1.57
6212026-05-05T21:16:02.746Z Downloaded crossterm v0.28.1
6222026-05-05T21:16:02.750Z Downloaded elliptic-curve v0.13.8
6232026-05-05T21:16:02.750Z Downloaded defmt-parser v1.0.0
6242026-05-05T21:16:02.750Z Downloaded ciborium-io v0.2.2
6252026-05-05T21:16:02.753Z Downloaded aead v0.5.2
6262026-05-05T21:16:02.753Z Downloaded dtrace-parser v0.3.0
6272026-05-05T21:16:02.753Z Downloaded data-encoding v2.10.0
6282026-05-05T21:16:02.753Z Downloaded ascii-canvas v3.0.0
6292026-05-05T21:16:02.756Z Downloaded derive_builder_core v0.20.2
6302026-05-05T21:16:02.756Z Downloaded dsl_auto_type v0.2.0
6312026-05-05T21:16:02.757Z Downloaded display-error-chain v0.2.2
6322026-05-05T21:16:02.759Z Downloaded camino-tempfile-ext v0.3.3
6332026-05-05T21:16:02.759Z Downloaded async-bb8-diesel v0.2.1
6342026-05-05T21:16:02.762Z Downloaded dropshot-api-manager-types v0.7.1
6352026-05-05T21:16:02.762Z Downloaded diesel_table_macro_syntax v0.3.0
6362026-05-05T21:16:02.762Z Downloaded cpufeatures v0.3.0
6372026-05-05T21:16:02.768Z Downloaded buf-list v1.1.2
6382026-05-05T21:16:02.768Z Downloaded dirs-sys-next v0.1.2
6392026-05-05T21:16:02.771Z Downloaded downcast-rs v2.0.2
6402026-05-05T21:16:02.771Z Downloaded derive-ex v0.1.8
6412026-05-05T21:16:02.771Z Downloaded assert_matches v1.5.0
6422026-05-05T21:16:02.771Z Downloaded deranged v0.5.8
6432026-05-05T21:16:02.771Z Downloaded bitfield-struct v0.6.2
6442026-05-05T21:16:02.771Z Downloaded async-recursion v1.1.1
6452026-05-05T21:16:02.775Z Downloaded debug-ignore v1.0.5
6462026-05-05T21:16:02.775Z Downloaded endian-type v0.1.2
6472026-05-05T21:16:02.775Z Downloaded colored v3.1.1
6482026-05-05T21:16:02.778Z Downloaded cfg_aliases v0.2.1
6492026-05-05T21:16:02.778Z Downloaded byte-wrapper v0.1.0
6502026-05-05T21:16:02.781Z Downloaded ena v0.14.4
6512026-05-05T21:16:02.781Z Downloaded dof v0.4.0
6522026-05-05T21:16:02.781Z Downloaded enum-as-inner v0.6.1
6532026-05-05T21:16:02.784Z Downloaded array-init v0.0.4
6542026-05-05T21:16:02.784Z Downloaded defmt v1.0.1
6552026-05-05T21:16:02.787Z Downloaded derive_builder_macro v0.20.2
6562026-05-05T21:16:02.790Z Downloaded env_filter v1.0.0
6572026-05-05T21:16:02.794Z Downloaded cargo-platform v0.1.9
6582026-05-05T21:16:02.794Z Downloaded darling_macro v0.21.3
6592026-05-05T21:16:02.798Z Downloaded ecdsa v0.16.9
6602026-05-05T21:16:02.798Z Downloaded diesel-dtrace v0.5.0
6612026-05-05T21:16:02.798Z Downloaded bitfield-macros v0.19.4
6622026-05-05T21:16:02.801Z Downloaded des v0.8.1
6632026-05-05T21:16:02.801Z Downloaded crossbeam-utils v0.8.21
6642026-05-05T21:16:02.801Z Downloaded crc-catalog v2.4.0
6652026-05-05T21:16:02.804Z Downloaded defmt v0.3.100
6662026-05-05T21:16:02.804Z Downloaded cobs v0.3.0
6672026-05-05T21:16:02.809Z Downloaded embedded-io v0.4.0
6682026-05-05T21:16:02.809Z Downloaded cstr-argument v0.1.2
6692026-05-05T21:16:02.812Z Downloaded arrayvec v0.7.6
6702026-05-05T21:16:02.812Z Downloaded ahash v0.8.12
6712026-05-05T21:16:02.816Z Downloaded dunce v1.0.5
6722026-05-05T21:16:02.816Z Downloaded document-features v0.2.12
6732026-05-05T21:16:02.819Z Downloaded crucible-workspace-hack v0.1.0
6742026-05-05T21:16:02.819Z Downloaded fd-lock v4.0.4
6752026-05-05T21:16:02.822Z Downloaded darling_macro v0.23.0
6762026-05-05T21:16:02.822Z Downloaded curve25519-dalek-derive v0.1.1
6772026-05-05T21:16:02.822Z Downloaded compression-core v0.4.31
6782026-05-05T21:16:02.822Z Downloaded fixedbitset v0.4.2
6792026-05-05T21:16:02.827Z Downloaded async-stream-impl v0.3.6
6802026-05-05T21:16:02.827Z Downloaded async-stream v0.3.6
6812026-05-05T21:16:02.827Z Downloaded arrayref v0.3.9
6822026-05-05T21:16:02.830Z Downloaded flagset v0.4.7
6832026-05-05T21:16:02.830Z Downloaded ciborium-ll v0.2.2
6842026-05-05T21:16:02.831Z Downloaded crunchy v0.2.4
6852026-05-05T21:16:02.834Z Downloaded crc v3.4.0
6862026-05-05T21:16:02.837Z Downloaded atomicwrites v0.4.4
6872026-05-05T21:16:02.840Z Downloaded block-padding v0.3.3
6882026-05-05T21:16:02.844Z Downloaded foreign-types-macros v0.2.3
6892026-05-05T21:16:02.844Z Downloaded convert_case v0.4.0
6902026-05-05T21:16:02.844Z Downloaded critical-section v1.2.0
6912026-05-05T21:16:02.849Z Downloaded foreign-types-shared v0.1.1
6922026-05-05T21:16:02.849Z Downloaded foreign-types v0.5.0
6932026-05-05T21:16:02.849Z Downloaded either v1.15.0
6942026-05-05T21:16:02.849Z Downloaded ctr v0.9.2
6952026-05-05T21:16:02.849Z Downloaded dyn-clone v1.0.20
6962026-05-05T21:16:02.852Z Downloaded csv-core v0.1.13
6972026-05-05T21:16:02.855Z Downloaded float-cmp v0.10.0
6982026-05-05T21:16:02.855Z Downloaded argon2 v0.5.3
6992026-05-05T21:16:02.858Z Downloaded embedded-io v0.6.1
7002026-05-05T21:16:02.858Z Downloaded cipher v0.4.4
7012026-05-05T21:16:02.859Z Downloaded atomic-waker v1.1.2
7022026-05-05T21:16:02.862Z Downloaded cassowary v0.3.0
7032026-05-05T21:16:02.863Z Downloaded foreign-types v0.3.2
7042026-05-05T21:16:02.863Z Downloaded foreign-types-shared v0.3.1
7052026-05-05T21:16:02.863Z Downloaded gethostname v0.5.0
7062026-05-05T21:16:02.874Z Downloaded futures-task v0.3.32
7072026-05-05T21:16:02.874Z Downloaded globwalk v0.9.1
7082026-05-05T21:16:02.874Z Downloaded float-ord v0.3.2
7092026-05-05T21:16:02.874Z Downloaded fxhash v0.2.1
7102026-05-05T21:16:02.874Z Downloaded cargo_metadata v0.19.2
7112026-05-05T21:16:02.874Z Downloaded futures-macro v0.3.32
7122026-05-05T21:16:02.874Z Downloaded futures-io v0.3.32
7132026-05-05T21:16:02.888Z Downloaded futures-core v0.3.32
7142026-05-05T21:16:02.888Z Downloaded darling_macro v0.20.11
7152026-05-05T21:16:02.888Z Downloaded ghash v0.5.1
7162026-05-05T21:16:02.888Z Downloaded chacha20 v0.9.1
7172026-05-05T21:16:02.888Z Downloaded headers-core v0.3.0
7182026-05-05T21:16:02.888Z Downloaded hash32 v0.2.1
7192026-05-05T21:16:02.888Z Downloaded bitfield v0.19.4
7202026-05-05T21:16:02.893Z Downloaded blowfish v0.9.1
7212026-05-05T21:16:02.893Z Downloaded hex-literal v0.4.1
7222026-05-05T21:16:02.893Z Downloaded hex v0.4.3
7232026-05-05T21:16:02.893Z Downloaded foldhash v0.1.5
7242026-05-05T21:16:02.893Z Downloaded chacha20 v0.10.0
7252026-05-05T21:16:02.893Z Downloaded bitflags v1.3.2
7262026-05-05T21:16:02.893Z Downloaded drift v0.1.3
7272026-05-05T21:16:02.898Z Downloaded crossbeam-deque v0.8.6
7282026-05-05T21:16:02.898Z Downloaded difflib v0.4.0
7292026-05-05T21:16:02.898Z Downloaded der_derive v0.7.3
7302026-05-05T21:16:02.898Z Downloaded dirs-next v2.0.0
7312026-05-05T21:16:02.898Z Downloaded ed25519 v2.2.3
7322026-05-05T21:16:02.903Z Downloaded defmt-macros v1.0.1
7332026-05-05T21:16:02.903Z Downloaded daft-derive v0.1.5
7342026-05-05T21:16:02.909Z Downloaded foldhash v0.2.0
7352026-05-05T21:16:02.909Z Downloaded erased-serde v0.3.31
7362026-05-05T21:16:02.909Z Downloaded ff v0.13.1
7372026-05-05T21:16:02.909Z Downloaded bit-set v0.5.3
7382026-05-05T21:16:02.909Z Downloaded compression-codecs v0.4.37
7392026-05-05T21:16:02.912Z Downloaded find-msvc-tools v0.1.9
7402026-05-05T21:16:02.913Z Downloaded aes v0.8.4
7412026-05-05T21:16:02.913Z Downloaded derive_builder v0.20.2
7422026-05-05T21:16:02.920Z Downloaded constant_time_eq v0.4.2
7432026-05-05T21:16:02.920Z Downloaded castaway v0.2.4
7442026-05-05T21:16:02.924Z Downloaded bit-vec v0.8.0
7452026-05-05T21:16:02.924Z Downloaded corncobs v0.1.4
7462026-05-05T21:16:02.925Z Downloaded convert_case v0.10.0
7472026-05-05T21:16:02.929Z Downloaded hostname v0.3.1
7482026-05-05T21:16:02.929Z Downloaded dropshot_endpoint v0.16.7
7492026-05-05T21:16:02.938Z Downloaded http-body v1.0.1
7502026-05-05T21:16:02.938Z Downloaded bcs v0.1.6
7512026-05-05T21:16:02.938Z Downloaded hostname v0.4.2
7522026-05-05T21:16:02.938Z Downloaded httpdate v1.0.3
7532026-05-05T21:16:02.938Z Downloaded http-range v0.1.5
7542026-05-05T21:16:02.942Z Downloaded futures-sink v0.3.32
7552026-05-05T21:16:02.942Z Downloaded hubpack v0.1.2
7562026-05-05T21:16:02.942Z Downloaded fs-err v2.11.0
7572026-05-05T21:16:02.942Z Downloaded cancel-safe-futures v0.1.5
7582026-05-05T21:16:02.942Z Downloaded hyper-tls v0.6.0
7592026-05-05T21:16:02.942Z Downloaded hubpack_derive v0.1.1
7602026-05-05T21:16:02.942Z Downloaded indoc v1.0.9
7612026-05-05T21:16:02.942Z Downloaded backon v1.6.0
7622026-05-05T21:16:02.946Z Downloaded funty v2.0.0
7632026-05-05T21:16:02.946Z Downloaded backoff v0.4.0
7642026-05-05T21:16:02.946Z Downloaded home v0.5.12
7652026-05-05T21:16:02.949Z Downloaded fixedbitset v0.5.7
7662026-05-05T21:16:02.949Z Downloaded git-stub-vcs v0.1.0
7672026-05-05T21:16:02.949Z Downloaded cookie_store v0.22.1
7682026-05-05T21:16:02.952Z Downloaded indent_write v2.2.0
7692026-05-05T21:16:02.952Z Downloaded console v0.15.11
7702026-05-05T21:16:02.955Z Downloaded clang-sys v1.8.1
7712026-05-05T21:16:02.955Z Downloaded ciborium v0.2.2
7722026-05-05T21:16:02.958Z Downloaded internet-checksum v0.2.1
7732026-05-05T21:16:02.958Z Downloaded instant v0.1.13
7742026-05-05T21:16:02.958Z Downloaded compact_str v0.8.1
7752026-05-05T21:16:02.962Z Downloaded instability v0.3.11
7762026-05-05T21:16:02.962Z Downloaded inout v0.1.4
7772026-05-05T21:16:02.962Z Downloaded bzip2 v0.6.1
7782026-05-05T21:16:02.962Z Downloaded ident_case v1.0.1
7792026-05-05T21:16:02.965Z Downloaded bzip2 v0.4.4
7802026-05-05T21:16:02.965Z Downloaded hash32 v0.3.1
7812026-05-05T21:16:02.965Z Downloaded group v0.13.0
7822026-05-05T21:16:02.968Z Downloaded is-terminal v0.4.17
7832026-05-05T21:16:02.968Z Downloaded globset v0.4.18
7842026-05-05T21:16:02.968Z Downloaded glob v0.3.3
7852026-05-05T21:16:02.972Z Downloaded bit-vec v0.6.3
7862026-05-05T21:16:02.972Z Downloaded async-trait v0.1.89
7872026-05-05T21:16:02.975Z Downloaded lazy_static v1.5.0
7882026-05-05T21:16:02.975Z Downloaded darling v0.21.3
7892026-05-05T21:16:02.980Z Downloaded git-stub v1.0.0
7902026-05-05T21:16:02.980Z Downloaded futures-executor v0.3.32
7912026-05-05T21:16:02.985Z Downloaded filetime v0.2.27
7922026-05-05T21:16:02.985Z Downloaded keccak v0.1.6
7932026-05-05T21:16:02.985Z Downloaded crossbeam-epoch v0.9.18
7942026-05-05T21:16:02.985Z Downloaded cookie v0.18.1
7952026-05-05T21:16:02.985Z Downloaded const_format_proc_macros v0.2.34
7962026-05-05T21:16:02.989Z Downloaded darling v0.23.0
7972026-05-05T21:16:02.989Z Downloaded is_ci v1.2.0
7982026-05-05T21:16:02.989Z Downloaded const-oid v0.9.6
7992026-05-05T21:16:02.993Z Downloaded blake2 v0.10.6
8002026-05-05T21:16:02.993Z Downloaded console v0.16.2
8012026-05-05T21:16:02.994Z Downloaded kstat-rs v0.2.4
8022026-05-05T21:16:02.997Z Downloaded env_logger v0.11.9
8032026-05-05T21:16:02.997Z Downloaded dropshot_endpoint v0.17.0
8042026-05-05T21:16:03.004Z Downloaded highway v1.3.0
8052026-05-05T21:16:03.008Z Downloaded lalrpop-util v0.19.12
8062026-05-05T21:16:03.008Z Downloaded hyper-staticfile v0.10.1
8072026-05-05T21:16:03.011Z Downloaded fs_extra v1.3.0
8082026-05-05T21:16:03.017Z Downloaded maybe-uninit v2.0.0
8092026-05-05T21:16:03.017Z Downloaded lru v0.12.5
8102026-05-05T21:16:03.017Z Downloaded humantime v2.3.0
8112026-05-05T21:16:03.017Z Downloaded darling_core v0.23.0
8122026-05-05T21:16:03.021Z Downloaded md-5 v0.10.6
8132026-05-05T21:16:03.021Z Downloaded impl-trait-for-tuples v0.2.3
8142026-05-05T21:16:03.021Z Downloaded lru-slab v0.1.2
8152026-05-05T21:16:03.024Z Downloaded linked-hash-map v0.5.6
8162026-05-05T21:16:03.024Z Downloaded match_cfg v0.1.0
8172026-05-05T21:16:03.024Z Downloaded maplit v1.0.2
8182026-05-05T21:16:03.024Z Downloaded managed v0.8.0
8192026-05-05T21:16:03.027Z Downloaded newline-converter v0.3.0
8202026-05-05T21:16:03.027Z Downloaded new_debug_unreachable v1.0.6
8212026-05-05T21:16:03.027Z Downloaded memoffset v0.9.1
8222026-05-05T21:16:03.027Z Downloaded cc v1.2.56
8232026-05-05T21:16:03.031Z Downloaded ipnetwork v0.21.1
8242026-05-05T21:16:03.031Z Downloaded ingot-types v0.1.2
8252026-05-05T21:16:03.034Z Downloaded async-compression v0.4.41
8262026-05-05T21:16:03.037Z Downloaded md5 v0.7.0
8272026-05-05T21:16:03.037Z Downloaded aes-gcm v0.10.3
8282026-05-05T21:16:03.040Z Downloaded lru-cache v0.1.2
8292026-05-05T21:16:03.040Z Downloaded chacha20poly1305 v0.10.1
8302026-05-05T21:16:03.040Z Downloaded futures-channel v0.3.32
8312026-05-05T21:16:03.043Z Downloaded http-body-util v0.1.3
8322026-05-05T21:16:03.043Z Downloaded getrandom v0.2.17
8332026-05-05T21:16:03.046Z Downloaded newtype-uuid-macros v0.1.0
8342026-05-05T21:16:03.046Z Downloaded jobserver v0.1.34
8352026-05-05T21:16:03.049Z Downloaded half v1.8.3
8362026-05-05T21:16:03.049Z Downloaded nonempty v0.12.0
8372026-05-05T21:16:03.049Z Downloaded nodrop v0.1.14
8382026-05-05T21:16:03.052Z Downloaded num v0.4.3
8392026-05-05T21:16:03.052Z Downloaded normalize-line-endings v0.3.0
8402026-05-05T21:16:03.056Z Downloaded indoc v2.0.7
8412026-05-05T21:16:03.059Z Downloaded libsw v3.5.0
8422026-05-05T21:16:03.059Z Downloaded colored v2.2.0
8432026-05-05T21:16:03.065Z Downloaded multimap v0.10.1
8442026-05-05T21:16:03.065Z Downloaded nibble_vec v0.1.0
8452026-05-05T21:16:03.069Z Downloaded lzss v0.8.2
8462026-05-05T21:16:03.069Z Downloaded daft v0.1.5
8472026-05-05T21:16:03.069Z Downloaded crc-any v2.5.0
8482026-05-05T21:16:03.070Z Downloaded libsw-core v0.3.2
8492026-05-05T21:16:03.070Z Downloaded ipnet v2.11.0
8502026-05-05T21:16:03.077Z Downloaded derive-where v1.6.0
8512026-05-05T21:16:03.082Z Downloaded num-derive v0.3.3
8522026-05-05T21:16:03.082Z Downloaded linear-map v1.2.0
8532026-05-05T21:16:03.082Z Downloaded libscf-sys v1.1.0
8542026-05-05T21:16:03.082Z Downloaded hyper-rustls v0.27.7
8552026-05-05T21:16:03.082Z Downloaded lock_api v0.4.14
8562026-05-05T21:16:03.085Z Downloaded newtype_derive v0.1.6
8572026-05-05T21:16:03.085Z Downloaded futures v0.3.32
8582026-05-05T21:16:03.100Z Downloaded openssl-probe v0.2.1
8592026-05-05T21:16:03.103Z Downloaded num_threads v0.1.7
8602026-05-05T21:16:03.103Z Downloaded allocator-api2 v0.2.21
8612026-05-05T21:16:03.106Z Downloaded openssl-probe v0.1.6
8622026-05-05T21:16:03.106Z Downloaded openssl-macros v0.1.1
8632026-05-05T21:16:03.106Z Downloaded num-derive v0.4.2
8642026-05-05T21:16:03.109Z Downloaded olpc-cjson v0.1.4
8652026-05-05T21:16:03.109Z Downloaded num_enum_derive v0.5.11
8662026-05-05T21:16:03.109Z Downloaded num-iter v0.1.45
8672026-05-05T21:16:03.109Z Downloaded num-conv v0.2.0
8682026-05-05T21:16:03.109Z Downloaded packed_struct_codegen v0.10.1
8692026-05-05T21:16:03.112Z Downloaded oso-derive v0.27.3
8702026-05-05T21:16:03.112Z Downloaded native-tls v0.2.18
8712026-05-05T21:16:03.112Z Downloaded multer v3.1.0
8722026-05-05T21:16:03.120Z Downloaded ingot-macros v0.1.1
8732026-05-05T21:16:03.120Z Downloaded hmac v0.12.1
8742026-05-05T21:16:03.120Z Downloaded libefi-sys v0.1.0
8752026-05-05T21:16:03.130Z Downloaded mime v0.3.17
8762026-05-05T21:16:03.134Z Downloaded newtype-uuid v1.3.2
8772026-05-05T21:16:03.134Z Downloaded parse-display v0.10.0
8782026-05-05T21:16:03.137Z Downloaded iana-time-zone v0.1.65
8792026-05-05T21:16:03.137Z Downloaded mime_guess v2.0.5
8802026-05-05T21:16:03.142Z Downloaded getrandom v0.3.4
8812026-05-05T21:16:03.142Z Downloaded half v2.7.1
8822026-05-05T21:16:03.147Z Downloaded ingot v0.1.1
8832026-05-05T21:16:03.151Z Downloaded bytes v1.11.1
8842026-05-05T21:16:03.154Z Downloaded pbkdf2 v0.12.2
8852026-05-05T21:16:03.154Z Downloaded pbkdf2 v0.11.0
8862026-05-05T21:16:03.154Z Downloaded peg-runtime v0.8.5
8872026-05-05T21:16:03.158Z Downloaded path-slash v0.1.5
8882026-05-05T21:16:03.158Z Downloaded libloading v0.8.9
8892026-05-05T21:16:03.158Z Downloaded opaque-debug v0.3.1
8902026-05-05T21:16:03.158Z Downloaded num_enum v0.7.5
8912026-05-05T21:16:03.162Z Downloaded pin-utils v0.1.0
8922026-05-05T21:16:03.162Z Downloaded fatfs v0.3.6
8932026-05-05T21:16:03.167Z Downloaded darling_core v0.20.11
8942026-05-05T21:16:03.167Z Downloaded num-complex v0.4.6
8952026-05-05T21:16:03.170Z Downloaded indexmap v1.9.3
8962026-05-05T21:16:03.170Z Downloaded num_enum v0.5.11
8972026-05-05T21:16:03.173Z Downloaded phf_shared v0.12.1
8982026-05-05T21:16:03.173Z Downloaded base64 v0.21.7
8992026-05-05T21:16:03.176Z Downloaded phf_shared v0.11.3
9002026-05-05T21:16:03.179Z Downloaded oxide-tokio-rt v0.1.4
9012026-05-05T21:16:03.182Z Downloaded packed_struct v0.10.1
9022026-05-05T21:16:03.182Z Downloaded owo-colors v4.3.0
9032026-05-05T21:16:03.190Z Downloaded precomputed-hash v0.1.1
9042026-05-05T21:16:03.195Z Downloaded powerfmt v0.2.0
9052026-05-05T21:16:03.195Z Downloaded predicates-tree v1.0.13
9062026-05-05T21:16:03.195Z Downloaded proc-macro-crate v3.4.0
9072026-05-05T21:16:03.195Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-05-05T21:16:03.199Z Downloaded num-integer v0.1.46
9092026-05-05T21:16:03.199Z Downloaded predicates-core v1.0.10
9102026-05-05T21:16:03.202Z Downloaded heapless v0.8.0
9112026-05-05T21:16:03.202Z Downloaded heapless v0.7.17
9122026-05-05T21:16:03.206Z Downloaded httparse v1.10.1
9132026-05-05T21:16:03.209Z Downloaded oxnet v0.1.4
9142026-05-05T21:16:03.209Z Downloaded parse-display-derive v0.10.0
9152026-05-05T21:16:03.212Z Downloaded nu-ansi-term v0.50.3
9162026-05-05T21:16:03.212Z Downloaded parse-size v1.1.0
9172026-05-05T21:16:03.213Z Downloaded parking_lot_core v0.8.6
9182026-05-05T21:16:03.223Z Downloaded progenitor-client v0.10.0
9192026-05-05T21:16:03.226Z Downloaded progenitor-client v0.14.0
9202026-05-05T21:16:03.226Z Downloaded paste v1.0.15
9212026-05-05T21:16:03.226Z Downloaded peg-macros v0.8.5
9222026-05-05T21:16:03.226Z Downloaded memmap2 v0.9.10
9232026-05-05T21:16:03.226Z Downloaded password-hash v0.5.0
9242026-05-05T21:16:03.226Z Downloaded bumpalo v3.20.2
9252026-05-05T21:16:03.229Z Downloaded ar_archive_writer v0.5.1
9262026-05-05T21:16:03.229Z Downloaded const_format v0.2.35
9272026-05-05T21:16:03.232Z Downloaded peg v0.8.5
9282026-05-05T21:16:03.235Z Downloaded progenitor-macro v0.13.0
9292026-05-05T21:16:03.235Z Downloaded progenitor-macro v0.11.2
9302026-05-05T21:16:03.238Z Downloaded arc-swap v1.8.2
9312026-05-05T21:16:03.245Z Downloaded progenitor-macro v0.14.0
9322026-05-05T21:16:03.245Z Downloaded password-hash v0.4.2
9332026-05-05T21:16:03.245Z Downloaded psl-types v2.0.11
9342026-05-05T21:16:03.249Z Downloaded pem-rfc7468 v0.7.0
9352026-05-05T21:16:03.249Z Downloaded pem v3.0.6
9362026-05-05T21:16:03.249Z Downloaded nanorand v0.7.0
9372026-05-05T21:16:03.249Z Downloaded pkg-config v0.3.32
9382026-05-05T21:16:03.253Z Downloaded pin-project-internal v1.1.11
9392026-05-05T21:16:03.253Z Downloaded pkcs8 v0.10.2
9402026-05-05T21:16:03.253Z Downloaded postgres-protocol v0.6.10
9412026-05-05T21:16:03.256Z Downloaded flume v0.11.1
9422026-05-05T21:16:03.256Z Downloaded darling_core v0.21.3
9432026-05-05T21:16:03.259Z Downloaded pin-project-lite v0.2.17
9442026-05-05T21:16:03.262Z Downloaded phf v0.13.1
9452026-05-05T21:16:03.268Z Downloaded phf_shared v0.13.1
9462026-05-05T21:16:03.279Z Downloaded phf v0.12.1
9472026-05-05T21:16:03.279Z Downloaded der v0.7.10
9482026-05-05T21:16:03.279Z Downloaded radium v0.7.0
9492026-05-05T21:16:03.279Z Downloaded diesel_derives v2.3.7
9502026-05-05T21:16:03.283Z Downloaded rand_chacha v0.3.1
9512026-05-05T21:16:03.283Z Downloaded progenitor-client v0.11.2
9522026-05-05T21:16:03.283Z Downloaded polyval v0.6.2
9532026-05-05T21:16:03.283Z Downloaded num_enum_derive v0.7.5
9542026-05-05T21:16:03.287Z Downloaded predicates v3.1.4
9552026-05-05T21:16:03.287Z Downloaded hickory-resolver v0.24.4
9562026-05-05T21:16:03.292Z Downloaded ppv-lite86 v0.2.21
9572026-05-05T21:16:03.292Z Downloaded parking_lot v0.12.5
9582026-05-05T21:16:03.295Z Downloaded derive_more v2.1.1
9592026-05-05T21:16:03.298Z Downloaded progenitor-client v0.13.0
9602026-05-05T21:16:03.298Z Downloaded litrs v1.0.0
9612026-05-05T21:16:03.302Z Downloaded rand_xorshift v0.4.0
9622026-05-05T21:16:03.302Z Downloaded parking_lot_core v0.9.12
9632026-05-05T21:16:03.305Z Downloaded ref-cast v1.0.25
9642026-05-05T21:16:03.305Z Downloaded recursive-proc-macro-impl v0.1.1
9652026-05-05T21:16:03.305Z Downloaded recursive v0.1.1
9662026-05-05T21:16:03.308Z Downloaded proc-macro-crate v1.3.1
9672026-05-05T21:16:03.308Z Downloaded ref-cast-impl v1.0.25
9682026-05-05T21:16:03.308Z Downloaded ed25519-dalek v2.2.0
9692026-05-05T21:16:03.312Z Downloaded flate2 v1.1.9
9702026-05-05T21:16:03.320Z Downloaded proc-macro-error2 v2.0.1
9712026-05-05T21:16:03.320Z Downloaded parking_lot v0.11.2
9722026-05-05T21:16:03.328Z Downloaded progenitor v0.13.0
9732026-05-05T21:16:03.328Z Downloaded progenitor-macro v0.10.0
9742026-05-05T21:16:03.328Z Downloaded quick-error v1.2.3
9752026-05-05T21:16:03.328Z Downloaded psm v0.1.30
9762026-05-05T21:16:03.328Z Downloaded indicatif v0.18.4
9772026-05-05T21:16:03.328Z Downloaded ignore v0.4.25
9782026-05-05T21:16:03.328Z Downloaded progenitor v0.11.2
9792026-05-05T21:16:03.332Z Downloaded primeorder v0.13.6
9802026-05-05T21:16:03.332Z Downloaded libbz2-rs-sys v0.2.2
9812026-05-05T21:16:03.332Z Downloaded poly1305 v0.8.0
9822026-05-05T21:16:03.333Z Downloaded rfc6979 v0.4.0
9832026-05-05T21:16:03.333Z Downloaded headers v0.4.1
9842026-05-05T21:16:03.336Z Downloaded derive_more-impl v2.1.1
9852026-05-05T21:16:03.339Z Downloaded russh-cryptovec v0.7.3
9862026-05-05T21:16:03.339Z Downloaded crypto-bigint v0.5.5
9872026-05-05T21:16:03.342Z Downloaded pkcs1 v0.7.5
9882026-05-05T21:16:03.346Z Downloaded r2d2 v0.8.10
9892026-05-05T21:16:03.346Z Downloaded rtoolbox v0.0.3
9902026-05-05T21:16:03.349Z Downloaded omicron-zone-package v0.12.2
9912026-05-05T21:16:03.349Z Downloaded papergrid v0.17.0
9922026-05-05T21:16:03.352Z Downloaded rustc_version v0.4.1
9932026-05-05T21:16:03.352Z Downloaded rustc-hash v2.1.1
9942026-05-05T21:16:03.355Z Downloaded postcard v1.1.3
9952026-05-05T21:16:03.355Z Downloaded rustc_version v0.1.7
9962026-05-05T21:16:03.359Z Downloaded pkcs5 v0.7.1
9972026-05-05T21:16:03.359Z Downloaded p256 v0.13.2
9982026-05-05T21:16:03.364Z Downloaded dropshot-api-manager v0.7.1
9992026-05-05T21:16:03.364Z Downloaded num-rational v0.4.2
10002026-05-05T21:16:03.371Z Downloaded rand_core v0.6.4
10012026-05-05T21:16:03.371Z Downloaded hickory-resolver v0.25.2
10022026-05-05T21:16:03.379Z Downloaded hashbrown v0.12.3
10032026-05-05T21:16:03.379Z Downloaded rand_seeder v0.4.0
10042026-05-05T21:16:03.379Z Downloaded progenitor v0.10.0
10052026-05-05T21:16:03.379Z Downloaded jiff-static v0.2.21
10062026-05-05T21:16:03.386Z Downloaded rand_chacha v0.9.0
10072026-05-05T21:16:03.386Z Downloaded progenitor v0.14.0
10082026-05-05T21:16:03.386Z Downloaded postgres-types v0.2.12
10092026-05-05T21:16:03.386Z Downloaded rand_core v0.10.0
10102026-05-05T21:16:03.386Z Downloaded rand_core v0.9.5
10112026-05-05T21:16:03.389Z Downloaded scheduled-thread-pool v0.2.7
10122026-05-05T21:16:03.389Z Downloaded same-file v1.0.6
10132026-05-05T21:16:03.389Z Downloaded crossbeam-channel v0.5.15
10142026-05-05T21:16:03.389Z Downloaded sapling-renderdag v0.1.0
10152026-05-05T21:16:03.389Z Downloaded hashbrown v0.13.2
10162026-05-05T21:16:03.393Z Downloaded miniz_oxide v0.8.9
10172026-05-05T21:16:03.396Z Downloaded salsa20 v0.10.2
10182026-05-05T21:16:03.402Z Downloaded progenitor-extras v0.2.0
10192026-05-05T21:16:03.402Z Downloaded scopeguard v1.2.0
10202026-05-05T21:16:03.407Z Downloaded secrecy v0.10.3
10212026-05-05T21:16:03.418Z Downloaded pin-project v1.1.11
10222026-05-05T21:16:03.422Z Downloaded secrecy v0.8.0
10232026-05-05T21:16:03.425Z Downloaded scroll_derive v0.13.1
10242026-05-05T21:16:03.425Z Downloaded semver v0.1.20
10252026-05-05T21:16:03.425Z Downloaded serde-big-array v0.5.1
10262026-05-05T21:16:03.429Z Downloaded serde_bytes v0.11.19
10272026-05-05T21:16:03.429Z Downloaded rustls-pemfile v1.0.4
10282026-05-05T21:16:03.429Z Downloaded resolv-conf v0.7.6
10292026-05-05T21:16:03.432Z Downloaded sha1 v0.10.6
10302026-05-05T21:16:03.436Z Downloaded quinn-udp v0.5.14
10312026-05-05T21:16:03.437Z Downloaded seq-macro v0.3.6
10322026-05-05T21:16:03.440Z Downloaded oso v0.27.3
10332026-05-05T21:16:03.440Z Downloaded serde_spanned v1.0.4
10342026-05-05T21:16:03.440Z Downloaded prefix-trie v0.7.0
10352026-05-05T21:16:03.495Z Downloaded rusty-fork v0.3.1
10362026-05-05T21:16:03.495Z Downloaded rustls-native-certs v0.8.3
10372026-05-05T21:16:03.495Z Downloaded shell-words v1.1.1
10382026-05-05T21:16:03.495Z Downloaded serde_urlencoded v0.7.1
10392026-05-05T21:16:03.495Z Downloaded signature v2.2.0
10402026-05-05T21:16:03.495Z Downloaded signal-hook-mio v0.2.5
10412026-05-05T21:16:03.495Z Downloaded signal-hook-tokio v0.3.1
10422026-05-05T21:16:03.495Z Downloaded hickory-server v0.25.2
10432026-05-05T21:16:03.495Z Downloaded rustversion v1.0.22
10442026-05-05T21:16:03.495Z Downloaded hyper-util v0.1.20
10452026-05-05T21:16:03.495Z Downloaded sigpipe v0.1.3
10462026-05-05T21:16:03.495Z Downloaded minimal-lexical v0.2.1
10472026-05-05T21:16:03.495Z Downloaded slog-envlogger v2.2.0
10482026-05-05T21:16:03.495Z Downloaded schemars_derive v0.8.22
10492026-05-05T21:16:03.495Z Downloaded scroll v0.13.0
10502026-05-05T21:16:03.495Z Downloaded progenitor-impl v0.13.0
10512026-05-05T21:16:03.499Z Downloaded progenitor-impl v0.14.0
10522026-05-05T21:16:03.499Z Downloaded progenitor-impl v0.10.0
10532026-05-05T21:16:03.499Z Downloaded slog-bunyan v2.5.0
10542026-05-05T21:16:03.507Z Downloaded russh-keys v0.45.0
10552026-05-05T21:16:03.510Z Downloaded scrypt v0.11.0
10562026-05-05T21:16:03.510Z Downloaded rustls-pki-types v1.14.0
10572026-05-05T21:16:03.514Z Downloaded expectorate v1.2.0
10582026-05-05T21:16:03.517Z Downloaded serde-hex v0.1.0
10592026-05-05T21:16:03.529Z Downloaded serde_plain v1.0.2
10602026-05-05T21:16:03.529Z Downloaded serde_path_to_error v0.1.20
10612026-05-05T21:16:03.529Z Downloaded serde_derive_internals v0.29.1
10622026-05-05T21:16:03.533Z Downloaded sec1 v0.7.3
10632026-05-05T21:16:03.533Z Downloaded sct v0.7.1
10642026-05-05T21:16:03.533Z Downloaded ssh-encoding v0.2.0
10652026-05-05T21:16:03.533Z Downloaded ssh-cipher v0.2.0
10662026-05-05T21:16:03.533Z Downloaded http v1.4.0
10672026-05-05T21:16:03.536Z Downloaded openssl-sys v0.9.114
10682026-05-05T21:16:03.539Z Downloaded rcgen v0.12.1
10692026-05-05T21:16:03.542Z Downloaded serde_repr v0.1.20
10702026-05-05T21:16:03.545Z Downloaded prettyplease v0.2.37
10712026-05-05T21:16:03.545Z Downloaded siphasher v1.0.2
10722026-05-05T21:16:03.545Z Downloaded signal-hook-registry v1.4.8
10732026-05-05T21:16:03.549Z Downloaded shlex v1.3.0
10742026-05-05T21:16:03.549Z Downloaded rustls-pemfile v2.2.0
10752026-05-05T21:16:03.550Z Downloaded pretty_assertions v1.4.1
10762026-05-05T21:16:03.553Z Downloaded strum v0.26.3
10772026-05-05T21:16:03.553Z Downloaded structmeta v0.3.0
10782026-05-05T21:16:03.553Z Downloaded structmeta-derive v0.3.0
10792026-05-05T21:16:03.553Z Downloaded strum v0.27.2
10802026-05-05T21:16:03.553Z Downloaded simd-adler32 v0.3.8
10812026-05-05T21:16:03.566Z Downloaded subtle v2.6.1
10822026-05-05T21:16:03.573Z Downloaded take_mut v0.2.2
10832026-05-05T21:16:03.576Z Downloaded tabwriter v1.4.1
10842026-05-05T21:16:03.576Z Downloaded sync_wrapper v1.0.2
10852026-05-05T21:16:03.576Z Downloaded supports-color v3.0.2
10862026-05-05T21:16:03.576Z Downloaded slog-async v2.8.0
10872026-05-05T21:16:03.576Z Downloaded smf v0.2.3
10882026-05-05T21:16:03.576Z Downloaded itertools v0.10.5
10892026-05-05T21:16:03.580Z Downloaded progenitor-impl v0.11.2
10902026-05-05T21:16:03.583Z Downloaded crossterm v0.29.0
10912026-05-05T21:16:03.586Z Downloaded smallvec v0.6.14
10922026-05-05T21:16:03.586Z Downloaded slog-scope v4.4.1
10932026-05-05T21:16:03.590Z Downloaded tabled_derive v0.11.0
10942026-05-05T21:16:03.590Z Downloaded tagptr v0.2.0
10952026-05-05T21:16:03.590Z Downloaded sync-ptr v0.1.4
10962026-05-05T21:16:03.593Z Downloaded slog-stdlog v4.1.1
10972026-05-05T21:16:03.593Z Downloaded slog-json v2.6.1
10982026-05-05T21:16:03.593Z Downloaded slog-dtrace v0.3.0
10992026-05-05T21:16:03.593Z Downloaded slab v0.4.12
11002026-05-05T21:16:03.598Z Downloaded termtree v0.5.1
11012026-05-05T21:16:03.601Z Downloaded spki v0.7.3
11022026-05-05T21:16:03.611Z Downloaded sqlparser_derive v0.5.0
11032026-05-05T21:16:03.614Z Downloaded string_cache v0.8.9
11042026-05-05T21:16:03.615Z Downloaded snafu-derive v0.8.9
11052026-05-05T21:16:03.616Z Downloaded testing_table v0.3.0
11062026-05-05T21:16:03.619Z Downloaded stringprep v0.1.5
11072026-05-05T21:16:03.619Z Downloaded static_assertions v1.1.0
11082026-05-05T21:16:03.619Z Downloaded tinyvec_macros v0.1.1
11092026-05-05T21:16:03.620Z Downloaded stacker v0.1.23
11102026-05-05T21:16:03.625Z Downloaded serde_cbor v0.11.2
11112026-05-05T21:16:03.625Z Downloaded serde_with_macros v3.17.0
11122026-05-05T21:16:03.629Z Downloaded time-core v0.1.8
11132026-05-05T21:16:03.633Z Downloaded thread-id v5.1.0
11142026-05-05T21:16:03.633Z Downloaded thiserror-impl-no-std v2.0.2
11152026-05-05T21:16:03.633Z Downloaded strum_macros v0.24.3
11162026-05-05T21:16:03.633Z Downloaded sqlformat v0.3.5
11172026-05-05T21:16:03.636Z Downloaded rustls-platform-verifier v0.6.2
11182026-05-05T21:16:03.640Z Downloaded strip-ansi-escapes v0.2.1
11192026-05-05T21:16:03.640Z Downloaded iddqd v0.3.18
11202026-05-05T21:16:03.643Z Downloaded hashbrown v0.16.1
11212026-05-05T21:16:03.646Z Downloaded rayon-core v1.13.0
11222026-05-05T21:16:03.650Z Downloaded qorb v0.4.1
11232026-05-05T21:16:03.654Z Downloaded publicsuffix v2.3.0
11242026-05-05T21:16:03.654Z Downloaded strum_macros v0.27.2
11252026-05-05T21:16:03.657Z Downloaded schemars v0.8.22
11262026-05-05T21:16:03.662Z Downloaded support-bundle-viewer v0.1.2
11272026-05-05T21:16:03.665Z Downloaded quinn v0.11.9
11282026-05-05T21:16:03.668Z Downloaded nom v7.1.3
11292026-05-05T21:16:03.671Z Downloaded strum_macros v0.26.4
11302026-05-05T21:16:03.671Z Downloaded hashbrown v0.15.5
11312026-05-05T21:16:03.673Z Downloaded tokio-macros v2.7.0
11322026-05-05T21:16:03.679Z Downloaded tap v1.0.1
11332026-05-05T21:16:03.679Z Downloaded slog-term v2.9.2
11342026-05-05T21:16:03.679Z Downloaded num-bigint v0.4.6
11352026-05-05T21:16:03.686Z Downloaded tower-service v0.3.3
11362026-05-05T21:16:03.686Z Downloaded rand v0.8.5
11372026-05-05T21:16:03.690Z Downloaded thiserror-no-std v2.0.2
11382026-05-05T21:16:03.694Z Downloaded ron v0.8.1
11392026-05-05T21:16:03.698Z Downloaded termios v0.3.3
11402026-05-05T21:16:03.698Z Downloaded spin v0.9.8
11412026-05-05T21:16:03.702Z Downloaded time-macros v0.2.27
11422026-05-05T21:16:03.702Z Downloaded try-lock v0.2.5
11432026-05-05T21:16:03.705Z Downloaded similar v2.7.0
11442026-05-05T21:16:03.705Z Downloaded signal-hook v0.3.18
11452026-05-05T21:16:03.708Z Downloaded libxml v0.3.3
11462026-05-05T21:16:03.711Z Downloaded tower-layer v0.3.3
11472026-05-05T21:16:03.711Z Downloaded serde_yaml v0.9.34+deprecated
11482026-05-05T21:16:03.719Z Downloaded tiny-keccak v2.0.2
11492026-05-05T21:16:03.722Z Downloaded tls_codec v0.4.2
11502026-05-05T21:16:03.728Z Downloaded ryu v1.0.23
11512026-05-05T21:16:03.729Z Downloaded mio v1.2.0
11522026-05-05T21:16:03.733Z Downloaded unarray v0.1.4
11532026-05-05T21:16:03.733Z Downloaded typify-macro v0.6.2
11542026-05-05T21:16:03.733Z Downloaded typify-macro v0.4.3
11552026-05-05T21:16:03.733Z Downloaded tokio-native-tls v0.3.1
11562026-05-05T21:16:03.740Z Downloaded iri-string v0.7.10
11572026-05-05T21:16:03.744Z Downloaded rsa v0.9.10
11582026-05-05T21:16:03.747Z Downloaded untrusted v0.7.1
11592026-05-05T21:16:03.747Z Downloaded untrusted v0.9.0
11602026-05-05T21:16:03.747Z Downloaded itertools v0.12.1
11612026-05-05T21:16:03.750Z Downloaded usdt v0.6.0
11622026-05-05T21:16:03.750Z Downloaded tokio-tungstenite v0.21.0
11632026-05-05T21:16:03.754Z Downloaded tokio-rustls v0.25.0
11642026-05-05T21:16:03.757Z Downloaded tokio-tungstenite v0.23.1
11652026-05-05T21:16:03.757Z Downloaded universal-hash v0.5.1
11662026-05-05T21:16:03.762Z Downloaded usdt-attr-macro v0.6.0
11672026-05-05T21:16:03.765Z Downloaded term v0.7.0
11682026-05-05T21:16:03.765Z Downloaded itertools v0.13.0
11692026-05-05T21:16:03.772Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11702026-05-05T21:16:03.775Z Downloaded thread_local v1.1.9
11712026-05-05T21:16:03.775Z Downloaded waitgroup v0.1.2
11722026-05-05T21:16:03.775Z Downloaded term v1.2.1
11732026-05-05T21:16:03.779Z Downloaded usdt-macro v0.6.0
11742026-05-05T21:16:03.779Z Downloaded unicode-truncate v1.1.0
11752026-05-05T21:16:03.779Z Downloaded socket2 v0.6.3
11762026-05-05T21:16:03.782Z Downloaded socket2 v0.5.10
11772026-05-05T21:16:03.782Z Downloaded rand v0.10.0
11782026-05-05T21:16:03.785Z Downloaded topological-sort v0.2.2
11792026-05-05T21:16:03.785Z Downloaded rand v0.9.2
11802026-05-05T21:16:03.790Z Downloaded utf-8 v0.7.6
11812026-05-05T21:16:03.793Z Downloaded wait-timeout v0.2.1
11822026-05-05T21:16:03.793Z Downloaded void v1.0.2
11832026-05-05T21:16:03.793Z Downloaded tui-tree-widget v0.23.1
11842026-05-05T21:16:03.796Z Downloaded trait-variant v0.1.2
11852026-05-05T21:16:03.796Z Downloaded want v0.3.1
11862026-05-05T21:16:03.799Z Downloaded toml_writer v1.0.6+spec-1.1.0
11872026-05-05T21:16:03.810Z Downloaded schemars v0.9.0
11882026-05-05T21:16:03.818Z Downloaded tls_codec_derive v0.4.2
11892026-05-05T21:16:03.822Z Downloaded slog v2.8.2
11902026-05-05T21:16:03.822Z Downloaded xattr v1.6.1
11912026-05-05T21:16:03.828Z Downloaded tokio-dtrace v0.1.1
11922026-05-05T21:16:03.828Z Downloaded xshell-macros v0.2.7
11932026-05-05T21:16:03.828Z Downloaded schemars v1.2.1
11942026-05-05T21:16:03.837Z Downloaded tokio-rustls v0.26.4
11952026-05-05T21:16:03.848Z Downloaded aws-lc-rs v1.16.0
11962026-05-05T21:16:03.848Z Downloaded unicase v2.9.0
11972026-05-05T21:16:03.849Z Downloaded tokio-rustls v0.24.1
11982026-05-05T21:16:03.849Z Downloaded unit-prefix v0.5.2
11992026-05-05T21:16:03.849Z Downloaded num-bigint-dig v0.8.6
12002026-05-05T21:16:03.855Z Downloaded samael v0.0.19
12012026-05-05T21:16:03.855Z Downloaded hkdf v0.12.4
12022026-05-05T21:16:03.859Z Downloaded snafu v0.8.9
12032026-05-05T21:16:03.859Z Downloaded test-strategy v0.4.5
12042026-05-05T21:16:03.863Z Downloaded toml_datetime v1.0.0+spec-1.1.0
12052026-05-05T21:16:03.863Z Downloaded zone v0.3.1
12062026-05-05T21:16:03.863Z Downloaded toml_parser v1.0.9+spec-1.1.0
12072026-05-05T21:16:03.866Z Downloaded uzers v0.12.2
12082026-05-05T21:16:03.866Z Downloaded zeroize_derive v1.4.3
12092026-05-05T21:16:03.869Z Downloaded tinyvec v1.10.0
12102026-05-05T21:16:03.872Z Downloaded vergen-git2 v1.0.7
12112026-05-05T21:16:03.875Z Downloaded vergen-lib v0.1.6
12122026-05-05T21:16:03.878Z Downloaded vergen-gitcl v1.0.8
12132026-05-05T21:16:03.882Z Downloaded tracing-attributes v0.1.31
12142026-05-05T21:16:03.884Z Downloaded zone_cfg_derive v0.3.1
12152026-05-05T21:16:03.885Z Downloaded whoami v2.1.0
12162026-05-05T21:16:03.887Z Downloaded vsss-rs v3.3.4
12172026-05-05T21:16:03.888Z Downloaded walkdir v2.5.0
12182026-05-05T21:16:03.890Z Downloaded rustls-webpki v0.103.9
12192026-05-05T21:16:03.893Z Downloaded futures-util v0.3.32
12202026-05-05T21:16:03.897Z Downloaded p521 v0.13.3
12212026-05-05T21:16:03.902Z Downloaded twox-hash v2.1.2
12222026-05-05T21:16:03.906Z Downloaded whoami v1.6.1
12232026-05-05T21:16:03.909Z Downloaded wyz v0.5.1
12242026-05-05T21:16:03.909Z Downloaded h2 v0.4.13
12252026-05-05T21:16:04.916Z Downloaded subprocess v0.2.15
12262026-05-05T21:16:04.921Z Downloaded unicode-properties v0.1.4
12272026-05-05T21:16:04.921Z Downloaded toml v0.7.8
12282026-05-05T21:16:04.921Z Downloaded toml v0.9.12+spec-1.1.0
12292026-05-05T21:16:04.921Z Downloaded itertools v0.14.0
12302026-05-05T21:16:04.921Z Downloaded toml v1.0.6+spec-1.1.0
12312026-05-05T21:16:04.921Z Downloaded zstd-safe v7.2.4
12322026-05-05T21:16:04.921Z Downloaded hyper v1.8.1
12332026-05-05T21:16:04.921Z Downloaded tar v0.4.45
12342026-05-05T21:16:04.921Z Downloaded vergen v9.0.6
12352026-05-05T21:16:04.921Z Downloaded usdt-impl v0.6.0
12362026-05-05T21:16:04.921Z Downloaded zeroize v1.8.2
12372026-05-05T21:16:04.921Z Downloaded rustyline v14.0.0
12382026-05-05T21:16:04.921Z Downloaded russh v0.45.0
12392026-05-05T21:16:04.921Z Downloaded tracing-core v0.1.36
12402026-05-05T21:16:04.921Z Downloaded typify v0.4.3
12412026-05-05T21:16:04.921Z Downloaded unicode-bidi v0.3.18
12422026-05-05T21:16:04.921Z Downloaded xshell v0.2.7
12432026-05-05T21:16:04.921Z Downloaded typify v0.6.2
12442026-05-05T21:16:04.921Z Downloaded tungstenite v0.23.0
12452026-05-05T21:16:04.922Z Downloaded libm v0.2.16
12462026-05-05T21:16:04.922Z Downloaded unsafe-libyaml v0.2.11
12472026-05-05T21:16:04.922Z Downloaded zerocopy v0.6.6
12482026-05-05T21:16:04.922Z Downloaded yasna v0.5.2
12492026-05-05T21:16:04.922Z Downloaded tokio-stream v0.1.18
12502026-05-05T21:16:04.922Z Downloaded toml_edit v0.23.10+spec-1.0.0
12512026-05-05T21:16:04.922Z Downloaded blake3 v1.8.3
12522026-05-05T21:16:04.922Z Downloaded zstd v0.13.3
12532026-05-05T21:16:04.922Z Downloaded aho-corasick v1.1.4
12542026-05-05T21:16:04.922Z Downloaded vte v0.14.1
12552026-05-05T21:16:04.922Z Downloaded tungstenite v0.21.0
12562026-05-05T21:16:04.922Z Downloaded rpassword v7.4.0
12572026-05-05T21:16:04.922Z Downloaded steno v0.4.1
12582026-05-05T21:16:04.922Z Downloaded toml_edit v0.19.15
12592026-05-05T21:16:04.922Z Downloaded zopfli v0.8.3
12602026-05-05T21:16:04.922Z Downloaded bitvec v1.0.1
12612026-05-05T21:16:04.923Z Downloaded regex v1.12.3
12622026-05-05T21:16:04.923Z Downloaded ssh-key v0.6.7
12632026-05-05T21:16:04.923Z Downloaded uuid v1.23.0
12642026-05-05T21:16:04.923Z Downloaded chrono v0.4.44
12652026-05-05T21:16:04.923Z Downloaded tokio-postgres v0.7.16
12662026-05-05T21:16:04.923Z Downloaded unicode_categories v0.1.1
12672026-05-05T21:16:04.923Z Downloaded portable-atomic v1.13.1
12682026-05-05T21:16:04.923Z Downloaded reedline v0.40.0
12692026-05-05T21:16:04.923Z Downloaded zip v0.6.6
12702026-05-05T21:16:04.923Z Downloaded yansi v1.0.1
12712026-05-05T21:16:04.923Z Downloaded bindgen v0.71.1
12722026-05-05T21:16:04.923Z Downloaded reqwest v0.13.2
12732026-05-05T21:16:04.923Z Downloaded reqwest v0.12.28
12742026-05-05T21:16:04.923Z Downloaded tower v0.5.3
12752026-05-05T21:16:04.923Z Downloaded x509-cert v0.2.5
12762026-05-05T21:16:04.923Z Downloaded quick-xml v0.37.5
12772026-05-05T21:16:04.923Z Downloaded p384 v0.13.1
12782026-05-05T21:16:04.923Z Downloaded moka v0.12.13
12792026-05-05T21:16:04.923Z Downloaded lalrpop v0.19.12
12802026-05-05T21:16:04.923Z Downloaded zerocopy-derive v0.8.40
12812026-05-05T21:16:04.923Z Downloaded unicode-segmentation v1.12.0
12822026-05-05T21:16:04.923Z Downloaded tough v0.20.0
12832026-05-05T21:16:04.923Z Downloaded typed-path v0.9.3
12842026-05-05T21:16:04.923Z Downloaded proptest v1.10.0
12852026-05-05T21:16:04.923Z Downloaded salty v0.3.0
12862026-05-05T21:16:04.923Z Downloaded tokio-util v0.7.18
12872026-05-05T21:16:04.923Z Downloaded rayon v1.11.0
12882026-05-05T21:16:04.923Z Downloaded rustls-webpki v0.101.7
12892026-05-05T21:16:04.923Z Downloaded tower-http v0.6.8
12902026-05-05T21:16:04.923Z Downloaded goblin v0.10.5
12912026-05-05T21:16:04.923Z Downloaded git2 v0.20.4
12922026-05-05T21:16:04.923Z Downloaded curve25519-dalek v4.1.3
12932026-05-05T21:16:04.924Z Downloaded object v0.30.4
12942026-05-05T21:16:04.924Z Downloaded zip v4.6.1
12952026-05-05T21:16:04.924Z Downloaded unicode-normalization v0.1.25
12962026-05-05T21:16:04.924Z Downloaded nix v0.27.1
12972026-05-05T21:16:04.924Z Downloaded serde_with v3.17.0
12982026-05-05T21:16:04.924Z Downloaded quinn-proto v0.11.13
12992026-05-05T21:16:04.924Z Downloaded petname v2.0.2
13002026-05-05T21:16:04.924Z Downloaded winnow v0.6.26
13012026-05-05T21:16:04.924Z Downloaded rustls-webpki v0.102.8
13022026-05-05T21:16:04.924Z Downloaded radix_trie v0.2.1
13032026-05-05T21:16:04.924Z Downloaded dropshot v0.16.7
13042026-05-05T21:16:04.924Z Downloaded tabled v0.20.0
13052026-05-05T21:16:04.924Z Downloaded dropshot v0.17.0
13062026-05-05T21:16:04.924Z Downloaded smoltcp v0.9.1
13072026-05-05T21:16:04.924Z Downloaded hickory-proto v0.24.4
13082026-05-05T21:16:04.924Z Downloaded zlib-rs v0.6.2
13092026-05-05T21:16:04.924Z Downloaded winnow v0.5.40
13102026-05-05T21:16:04.924Z Downloaded vcpkg v0.2.15
13112026-05-05T21:16:04.924Z Downloaded openssl v0.10.78
13122026-05-05T21:16:04.924Z Downloaded diesel v2.3.7
13132026-05-05T21:16:04.924Z Downloaded hickory-proto v0.25.2
13142026-05-05T21:16:04.924Z Downloaded polar-core v0.27.3
13152026-05-05T21:16:04.924Z Downloaded bstr v1.12.1
13162026-05-05T21:16:04.924Z Downloaded sqlparser v0.61.0
13172026-05-05T21:16:04.924Z Downloaded time v0.3.47
13182026-05-05T21:16:04.924Z Downloaded sled v0.34.7
13192026-05-05T21:16:04.924Z Downloaded regex-syntax v0.6.29
13202026-05-05T21:16:04.924Z Downloaded typify-impl v0.4.3
13212026-05-05T21:16:04.924Z Downloaded nix v0.28.0
13222026-05-05T21:16:04.924Z Downloaded nix v0.29.0
13232026-05-05T21:16:04.924Z Downloaded rustls v0.21.12
13242026-05-05T21:16:04.924Z Downloaded nix v0.31.2
13252026-05-05T21:16:04.924Z Downloaded object v0.37.3
13262026-05-05T21:16:04.930Z Downloaded webpki-roots v1.0.6
13272026-05-05T21:16:04.930Z Downloaded csv v1.4.0
13282026-05-05T21:16:04.930Z Downloaded openapiv3 v2.2.0
13292026-05-05T21:16:04.931Z Downloaded smoltcp v0.11.0
13302026-05-05T21:16:04.931Z Downloaded rustls v0.22.4
13312026-05-05T21:16:04.931Z Downloaded regress v0.10.5
13322026-05-05T21:16:04.931Z Downloaded zerocopy v0.8.40
13332026-05-05T21:16:04.931Z Downloaded regex-syntax v0.8.10
13342026-05-05T21:16:04.931Z Downloaded regress v0.11.1
13352026-05-05T21:16:04.931Z Downloaded rustix v0.38.44
13362026-05-05T21:16:04.931Z Downloaded encoding_rs v0.8.35
13372026-05-05T21:16:04.931Z Downloaded rustls v0.23.37
13382026-05-05T21:16:04.931Z Downloaded ring v0.17.14
13392026-05-05T21:16:04.931Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-05-05T21:16:04.931Z Downloaded typify-impl v0.6.2
13412026-05-05T21:16:04.931Z Downloaded tracing v0.1.44
13422026-05-05T21:16:04.931Z Downloaded ratatui v0.29.0
13432026-05-05T21:16:04.931Z Downloaded bzip2-sys v0.1.13+1.0.8
13442026-05-05T21:16:04.936Z Downloaded regex-automata v0.4.14
13452026-05-05T21:16:04.949Z Downloaded zerocopy-derive v0.6.6
13462026-05-05T21:16:05.037Z Downloaded petgraph v0.6.5
13472026-05-05T21:16:05.046Z Downloaded jiff v0.2.21
13482026-05-05T21:16:05.047Z Downloaded chrono-tz v0.10.4
13492026-05-05T21:16:05.070Z Downloaded petgraph v0.8.3
13502026-05-05T21:16:05.092Z Downloaded libz-sys v1.1.24
13512026-05-05T21:16:05.104Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13522026-05-05T21:16:05.114Z Downloaded sha3 v0.10.8
13532026-05-05T21:16:05.117Z Downloaded tokio v1.52.1
13542026-05-05T21:16:05.822Z Downloaded aws-lc-sys v0.37.1
13552026-05-05T21:16:06.071Z Compiling libc v0.2.185
13562026-05-05T21:16:06.071Z Compiling serde v1.0.228
13572026-05-05T21:16:06.074Z Compiling log v0.4.29
13582026-05-05T21:16:06.074Z Compiling shlex v1.3.0
13592026-05-05T21:16:06.230Z Compiling find-msvc-tools v0.1.9
13602026-05-05T21:16:06.230Z Compiling smallvec v1.15.1
13612026-05-05T21:16:06.240Z Compiling syn v2.0.117
13622026-05-05T21:16:06.252Z Compiling typenum v1.19.0
13632026-05-05T21:16:06.398Z Compiling generic-array v0.14.7
13642026-05-05T21:16:06.408Z Compiling subtle v2.6.1
13652026-05-05T21:16:06.440Z Compiling scopeguard v1.2.0
13662026-05-05T21:16:06.481Z Compiling const-oid v0.9.6
13672026-05-05T21:16:06.528Z Compiling lock_api v0.4.14
13682026-05-05T21:16:06.549Z Compiling portable-atomic v1.13.1
13692026-05-05T21:16:06.573Z Compiling zerocopy v0.8.40
13702026-05-05T21:16:06.645Z Compiling critical-section v1.2.0
13712026-05-05T21:16:06.754Z Compiling serde_json v1.0.149
13722026-05-05T21:16:06.770Z Compiling pin-project-lite v0.2.17
13732026-05-05T21:16:06.864Z Compiling parking_lot_core v0.9.12
13742026-05-05T21:16:07.007Z Compiling pkg-config v0.3.32
13752026-05-05T21:16:07.039Z Compiling getrandom v0.2.17
13762026-05-05T21:16:07.090Z Compiling jobserver v0.1.34
13772026-05-05T21:16:07.106Z Compiling errno v0.3.14
13782026-05-05T21:16:07.189Z Compiling rand_core v0.6.4
13792026-05-05T21:16:07.268Z Compiling signal-hook-registry v1.4.8
13802026-05-05T21:16:07.458Z Compiling cc v1.2.56
13812026-05-05T21:16:07.458Z Compiling bitflags v2.11.0
13822026-05-05T21:16:07.535Z Compiling libm v0.2.16
13832026-05-05T21:16:07.550Z Compiling parking_lot v0.12.5
13842026-05-05T21:16:07.564Z Compiling mio v1.2.0
13852026-05-05T21:16:07.686Z Compiling once_cell v1.21.3
13862026-05-05T21:16:07.703Z Compiling num-traits v0.2.19
13872026-05-05T21:16:07.851Z Compiling futures-core v0.3.32
13882026-05-05T21:16:07.917Z Compiling percent-encoding v2.3.2
13892026-05-05T21:16:08.006Z Compiling socket2 v0.6.3
13902026-05-05T21:16:08.017Z Compiling cpufeatures v0.2.17
13912026-05-05T21:16:08.107Z Compiling futures-sink v0.3.32
13922026-05-05T21:16:08.115Z Compiling slab v0.4.12
13932026-05-05T21:16:08.115Z Compiling getrandom v0.4.1
13942026-05-05T21:16:08.115Z Compiling futures-task v0.3.32
13952026-05-05T21:16:08.148Z Compiling futures-channel v0.3.32
13962026-05-05T21:16:08.238Z Compiling futures-io v0.3.32
13972026-05-05T21:16:08.277Z Compiling rand_core v0.10.0
13982026-05-05T21:16:08.442Z Compiling rustversion v1.0.22
13992026-05-05T21:16:09.462Z Compiling getrandom v0.3.4
14002026-05-05T21:16:09.465Z Compiling indexmap v2.14.0
14012026-05-05T21:16:09.465Z Compiling cmake v0.1.57
14022026-05-05T21:16:09.465Z Compiling form_urlencoded v1.2.2
14032026-05-05T21:16:09.465Z Compiling synstructure v0.13.2
14042026-05-05T21:16:09.466Z Compiling ident_case v1.0.1
14052026-05-05T21:16:09.466Z Compiling dunce v1.0.5
14062026-05-05T21:16:09.466Z Compiling fs_extra v1.3.0
14072026-05-05T21:16:09.466Z Compiling base64ct v1.8.3
14082026-05-05T21:16:09.466Z Compiling flagset v0.4.7
14092026-05-05T21:16:09.466Z Compiling rand_core v0.9.5
14102026-05-05T21:16:09.466Z Compiling iana-time-zone v0.1.65
14112026-05-05T21:16:09.466Z Compiling rustix v1.1.3
14122026-05-05T21:16:09.466Z Compiling aws-lc-sys v0.37.1
14132026-05-05T21:16:09.466Z Compiling ring v0.17.14
14142026-05-05T21:16:09.538Z Compiling pem-rfc7468 v0.7.0
14152026-05-05T21:16:09.671Z Compiling uuid v1.23.0
14162026-05-05T21:16:09.677Z Compiling rustc_version v0.4.1
14172026-05-05T21:16:09.728Z Compiling vcpkg v0.2.15
14182026-05-05T21:16:09.861Z Compiling regex-syntax v0.8.10
14192026-05-05T21:16:09.995Z Compiling aws-lc-rs v1.16.0
14202026-05-05T21:16:10.292Z Compiling tracing-core v0.1.36
14212026-05-05T21:16:10.345Z Compiling pest_generator v2.8.6
14222026-05-05T21:16:10.484Z Compiling openssl-sys v0.9.114
14232026-05-05T21:16:10.848Z Compiling serde_derive_internals v0.29.1
14242026-05-05T21:16:10.867Z Compiling serde_derive v1.0.228
14252026-05-05T21:16:11.015Z Compiling zeroize_derive v1.4.3
14262026-05-05T21:16:11.074Z Compiling zerofrom-derive v0.1.6
14272026-05-05T21:16:11.211Z Compiling yoke-derive v0.8.1
14282026-05-05T21:16:11.670Z Compiling zeroize v1.8.2
14292026-05-05T21:16:11.779Z Compiling zerocopy-derive v0.8.40
14302026-05-05T21:16:12.242Z Compiling zerovec-derive v0.11.2
14312026-05-05T21:16:12.392Z Compiling crypto-common v0.1.7
14322026-05-05T21:16:12.427Z Compiling block-buffer v0.10.4
14332026-05-05T21:16:12.495Z Compiling zerofrom v0.1.6
14342026-05-05T21:16:12.527Z Compiling displaydoc v0.2.5
14352026-05-05T21:16:12.600Z Compiling yoke v0.8.1
14362026-05-05T21:16:12.622Z Compiling digest v0.10.7
14372026-05-05T21:16:12.784Z Compiling tokio-macros v2.7.0
14382026-05-05T21:16:12.867Z Compiling hmac v0.12.1
14392026-05-05T21:16:13.024Z Compiling futures-macro v0.3.32
14402026-05-05T21:16:13.253Z Compiling zerotrie v0.2.3
14412026-05-05T21:16:13.394Z Compiling zerovec v0.11.5
14422026-05-05T21:16:13.535Z Compiling block-padding v0.3.3
14432026-05-05T21:16:13.584Z Compiling sha2 v0.10.9
14442026-05-05T21:16:13.696Z Compiling inout v0.1.4
14452026-05-05T21:16:13.857Z Compiling tinystr v0.8.2
14462026-05-05T21:16:13.871Z Compiling potential_utf v0.1.4
14472026-05-05T21:16:13.899Z Compiling futures-util v0.3.32
14482026-05-05T21:16:14.030Z Compiling icu_locale_core v2.1.1
14492026-05-05T21:16:14.061Z Compiling icu_collections v2.1.1
14502026-05-05T21:16:14.145Z Compiling cipher v0.4.4
14512026-05-05T21:16:14.409Z Compiling bytes v1.11.1
14522026-05-05T21:16:14.424Z Compiling der_derive v0.7.3
14532026-05-05T21:16:14.546Z Compiling salsa20 v0.10.2
14542026-05-05T21:16:14.691Z Compiling icu_provider v2.1.1
14552026-05-05T21:16:14.928Z Compiling tokio v1.52.1
14562026-05-05T21:16:14.980Z Compiling icu_normalizer v2.1.1
14572026-05-05T21:16:14.995Z Compiling icu_properties v2.1.2
14582026-05-05T21:16:15.018Z Compiling http v1.4.0
14592026-05-05T21:16:15.365Z Compiling der v0.7.10
14602026-05-05T21:16:15.511Z Compiling chrono v0.4.44
14612026-05-05T21:16:15.905Z Compiling idna_adapter v1.2.1
14622026-05-05T21:16:16.045Z Compiling ppv-lite86 v0.2.21
14632026-05-05T21:16:16.063Z Compiling idna v1.1.0
14642026-05-05T21:16:16.147Z Compiling pbkdf2 v0.12.2
14652026-05-05T21:16:16.188Z Compiling spki v0.7.3
14662026-05-05T21:16:16.265Z Compiling thiserror-impl v2.0.18
14672026-05-05T21:16:16.352Z Compiling url v2.5.8
14682026-05-05T21:16:16.387Z Compiling rand_chacha v0.9.0
14692026-05-05T21:16:16.546Z Compiling scrypt v0.11.0
14702026-05-05T21:16:16.698Z Compiling cbc v0.1.2
14712026-05-05T21:16:16.800Z Compiling aes v0.8.4
14722026-05-05T21:16:16.848Z Compiling rustls-pki-types v1.14.0
14732026-05-05T21:16:16.862Z Compiling tracing-attributes v0.1.31
14742026-05-05T21:16:17.076Z Compiling rand v0.9.2
14752026-05-05T21:16:17.130Z Compiling http-body v1.0.1
14762026-05-05T21:16:17.281Z Compiling pkcs5 v0.7.1
14772026-05-05T21:16:17.355Z Compiling httparse v1.10.1
14782026-05-05T21:16:17.579Z Compiling thiserror v2.0.18
14792026-05-05T21:16:17.688Z Compiling openssl-probe v0.2.1
14802026-05-05T21:16:17.691Z Compiling untrusted v0.7.1
14812026-05-05T21:16:17.765Z Compiling schemars v0.8.22
14822026-05-05T21:16:17.820Z Compiling untrusted v0.9.0
14832026-05-05T21:16:17.851Z Compiling base64 v0.22.1
14842026-05-05T21:16:17.878Z Compiling pkcs8 v0.10.2
14852026-05-05T21:16:17.937Z Compiling schemars_derive v0.8.22
14862026-05-05T21:16:17.977Z Compiling pest_derive v2.8.6
14872026-05-05T21:16:18.141Z Compiling tracing v0.1.44
14882026-05-05T21:16:18.165Z Compiling scroll_derive v0.13.1
14892026-05-05T21:16:18.179Z Compiling darling_core v0.20.11
14902026-05-05T21:16:18.432Z Compiling tower-layer v0.3.3
14912026-05-05T21:16:18.447Z Compiling tinyvec_macros v0.1.1
14922026-05-05T21:16:18.519Z Compiling atomic-waker v1.1.2
14932026-05-05T21:16:18.594Z Compiling dyn-clone v1.0.20
14942026-05-05T21:16:18.646Z Compiling tokio-util v0.7.18
14952026-05-05T21:16:18.736Z Compiling try-lock v0.2.5
14962026-05-05T21:16:18.850Z Compiling rustls v0.23.37
14972026-05-05T21:16:19.022Z Compiling tower-service v0.3.3
14982026-05-05T21:16:19.025Z Compiling scroll v0.13.0
14992026-05-05T21:16:19.125Z Compiling want v0.3.1
15002026-05-05T21:16:19.289Z Compiling tinyvec v1.10.0
15012026-05-05T21:16:19.605Z Compiling h2 v0.4.13
15022026-05-05T21:16:19.633Z Compiling ipnet v2.11.0
15032026-05-05T21:16:19.680Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15042026-05-05T21:16:19.715Z Compiling spin v0.9.8
15052026-05-05T21:16:19.921Z Compiling aho-corasick v1.1.4
15062026-05-05T21:16:20.054Z Compiling crc32fast v1.5.0
15072026-05-05T21:16:20.127Z Compiling pin-utils v0.1.0
15082026-05-05T21:16:20.209Z Compiling httpdate v1.0.3
15092026-05-05T21:16:20.320Z Compiling foreign-types-shared v0.1.1
15102026-05-05T21:16:20.410Z Compiling num-conv v0.2.0
15112026-05-05T21:16:20.424Z Compiling openssl v0.10.78
15122026-05-05T21:16:20.473Z Compiling darling_macro v0.20.11
15132026-05-05T21:16:20.518Z Compiling time-core v0.1.8
15142026-05-05T21:16:20.539Z Compiling powerfmt v0.2.0
15152026-05-05T21:16:20.597Z Compiling foreign-types v0.3.2
15162026-05-05T21:16:20.663Z Compiling time-macros v0.2.27
15172026-05-05T21:16:20.676Z Compiling deranged v0.5.8
15182026-05-05T21:16:20.690Z Compiling tempfile v3.25.0
15192026-05-05T21:16:20.737Z Compiling regex-automata v0.4.14
15202026-05-05T21:16:20.935Z Compiling darling v0.20.11
15212026-05-05T21:16:21.074Z Compiling goblin v0.10.5
15222026-05-05T21:16:21.630Z Compiling openssl-macros v0.1.1
15232026-05-05T21:16:21.712Z Compiling wait-timeout v0.2.1
15242026-05-05T21:16:21.981Z Compiling crossbeam-utils v0.8.21
15252026-05-05T21:16:22.015Z Compiling native-tls v0.2.18
15262026-05-05T21:16:22.087Z Compiling syn v1.0.109
15272026-05-05T21:16:22.219Z Compiling siphasher v1.0.2
15282026-05-05T21:16:22.272Z Compiling num_threads v0.1.7
15292026-05-05T21:16:22.391Z Compiling bit-vec v0.8.0
15302026-05-05T21:16:22.399Z Compiling usdt-impl v0.6.0
15312026-05-05T21:16:22.409Z Compiling simd-adler32 v0.3.8
15322026-05-05T21:16:22.603Z Compiling hyper v1.8.1
15332026-05-05T21:16:22.614Z Compiling quick-error v1.2.3
15342026-05-05T21:16:22.669Z Compiling bit-set v0.8.0
15352026-05-05T21:16:22.720Z Compiling rusty-fork v0.3.1
15362026-05-05T21:16:22.880Z Compiling time v0.3.47
15372026-05-05T21:16:23.685Z Compiling derive_builder_core v0.20.2
15382026-05-05T21:16:24.228Z Compiling dof v0.4.0
15392026-05-05T21:16:24.499Z Compiling hyper-util v0.1.20
15402026-05-05T21:16:24.574Z Compiling unicode-normalization v0.1.25
15412026-05-05T21:16:24.861Z Compiling dtrace-parser v0.3.0
15422026-05-05T21:16:25.031Z Compiling rustls-native-certs v0.8.3
15432026-05-05T21:16:25.318Z Compiling signature v2.2.0
15442026-05-05T21:16:25.321Z Compiling thiserror-impl v1.0.69
15452026-05-05T21:16:25.381Z Compiling scroll_derive v0.12.1
15462026-05-05T21:16:25.498Z Compiling heapless v0.7.17
15472026-05-05T21:16:25.593Z Compiling rand_xorshift v0.4.0
15482026-05-05T21:16:25.737Z Compiling slog v2.8.2
15492026-05-05T21:16:25.761Z Compiling darling_core v0.21.3
15502026-05-05T21:16:25.921Z Compiling bzip2-sys v0.1.13+1.0.8
15512026-05-05T21:16:26.027Z Compiling sync_wrapper v1.0.2
15522026-05-05T21:16:26.045Z Compiling thread-id v5.1.0
15532026-05-05T21:16:26.127Z Compiling cookie v0.18.1
15542026-05-05T21:16:26.143Z Compiling zstd-safe v7.2.4
15552026-05-05T21:16:26.188Z Compiling anyhow v1.0.102
15562026-05-05T21:16:26.210Z Compiling paste v1.0.15
15572026-05-05T21:16:26.306Z Compiling unarray v0.1.4
15582026-05-05T21:16:26.330Z Compiling adler2 v2.0.1
15592026-05-05T21:16:26.417Z Compiling unicode-bidi v0.3.18
15602026-05-05T21:16:26.462Z Compiling allocator-api2 v0.2.21
15612026-05-05T21:16:26.476Z Compiling unicode-properties v0.1.4
15622026-05-05T21:16:26.490Z Compiling signal-hook v0.3.18
15632026-05-05T21:16:26.580Z Compiling thiserror v1.0.69
15642026-05-05T21:16:26.693Z Compiling miniz_oxide v0.8.9
15652026-05-05T21:16:26.737Z Compiling stringprep v0.1.5
15662026-05-05T21:16:26.786Z Compiling proptest v1.10.0
15672026-05-05T21:16:27.167Z Compiling tower v0.5.3
15682026-05-05T21:16:27.300Z Compiling scroll v0.12.0
15692026-05-05T21:16:27.515Z Compiling derive_builder_macro v0.20.2
15702026-05-05T21:16:27.682Z Compiling ipnetwork v0.21.1
15712026-05-05T21:16:27.778Z Compiling http-body-util v0.1.3
15722026-05-05T21:16:27.960Z Compiling webpki-roots v1.0.6
15732026-05-05T21:16:28.022Z Compiling rand_chacha v0.3.1
15742026-05-05T21:16:28.035Z Compiling erased-serde v0.3.31
15752026-05-05T21:16:28.066Z Compiling serde_spanned v0.6.9
15762026-05-05T21:16:28.080Z Compiling serde_tokenstream v0.2.3
15772026-05-05T21:16:28.211Z Compiling toml_datetime v0.6.11
15782026-05-05T21:16:28.240Z Compiling darling_macro v0.21.3
15792026-05-05T21:16:28.445Z Compiling md-5 v0.10.6
15802026-05-05T21:16:28.477Z Compiling zerocopy-derive v0.7.35
15812026-05-05T21:16:28.557Z Compiling curve25519-dalek v4.1.3
15822026-05-05T21:16:28.615Z Compiling vergen-lib v0.1.6
15832026-05-05T21:16:28.746Z Compiling num-integer v0.1.46
15842026-05-05T21:16:28.799Z Compiling hash32 v0.2.1
15852026-05-05T21:16:28.888Z Compiling ff v0.13.1
15862026-05-05T21:16:28.906Z Compiling memoffset v0.9.1
15872026-05-05T21:16:28.993Z Compiling psl-types v2.0.11
15882026-05-05T21:16:29.026Z Compiling iri-string v0.7.10
15892026-05-05T21:16:29.065Z Compiling cfg_aliases v0.2.1
15902026-05-05T21:16:29.099Z Compiling zlib-rs v0.6.2
15912026-05-05T21:16:29.115Z Compiling base16ct v0.2.0
15922026-05-05T21:16:29.138Z Compiling smoltcp v0.9.1
15932026-05-05T21:16:29.302Z Compiling num-bigint-dig v0.8.6
15942026-05-05T21:16:29.359Z Compiling rustix v0.38.44
15952026-05-05T21:16:29.484Z Compiling ref-cast v1.0.25
15962026-05-05T21:16:29.499Z Compiling fallible-iterator v0.2.0
15972026-05-05T21:16:29.705Z Compiling ryu v1.0.23
15982026-05-05T21:16:29.790Z Compiling litrs v1.0.0
15992026-05-05T21:16:29.852Z Compiling serde_urlencoded v0.7.1
16002026-05-05T21:16:29.889Z Compiling postgres-protocol v0.6.10
16012026-05-05T21:16:30.196Z Compiling tower-http v0.6.8
16022026-05-05T21:16:30.300Z Compiling document-features v0.2.12
16032026-05-05T21:16:30.476Z Compiling zerocopy v0.7.35
16042026-05-05T21:16:30.510Z Compiling sec1 v0.7.3
16052026-05-05T21:16:30.599Z Compiling nix v0.31.2
16062026-05-05T21:16:30.786Z Compiling newtype-uuid v1.3.2
16072026-05-05T21:16:30.966Z Compiling publicsuffix v2.3.0
16082026-05-05T21:16:30.981Z Compiling group v0.13.0
16092026-05-05T21:16:31.011Z Compiling num-iter v0.1.45
16102026-05-05T21:16:31.161Z Compiling darling v0.21.3
16112026-05-05T21:16:31.206Z Compiling rand v0.8.5
16122026-05-05T21:16:31.243Z Compiling derive_builder v0.20.2
16132026-05-05T21:16:31.372Z Compiling oxnet v0.1.4
16142026-05-05T21:16:31.463Z Compiling hubpack_derive v0.1.1
16152026-05-05T21:16:31.578Z Compiling tokio-native-tls v0.3.1
16162026-05-05T21:16:31.664Z Compiling goblin v0.8.2
16172026-05-05T21:16:31.904Z Compiling flate2 v1.1.9
16182026-05-05T21:16:32.289Z Compiling regex v1.12.3
16192026-05-05T21:16:32.305Z Compiling phf_shared v0.13.1
16202026-05-05T21:16:32.321Z Compiling lazy_static v1.5.0
16212026-05-05T21:16:32.419Z Compiling cargo-platform v0.1.9
16222026-05-05T21:16:32.542Z Compiling hkdf v0.12.4
16232026-05-05T21:16:32.559Z Compiling crypto-bigint v0.5.5
16242026-05-05T21:16:32.573Z Compiling terminal_size v0.4.3
16252026-05-05T21:16:32.700Z Compiling daft-derive v0.1.5
16262026-05-05T21:16:32.709Z Compiling curve25519-dalek-derive v0.1.1
16272026-05-05T21:16:32.714Z Compiling async-trait v0.1.89
16282026-05-05T21:16:32.714Z Compiling ref-cast-impl v1.0.25
16292026-05-05T21:16:33.254Z Compiling strum_macros v0.27.2
16302026-05-05T21:16:33.408Z Compiling vergen v9.0.6
16312026-05-05T21:16:33.411Z Compiling fs-err v3.3.0
16322026-05-05T21:16:33.593Z Compiling ahash v0.8.12
16332026-05-05T21:16:33.611Z Compiling foldhash v0.2.0
16342026-05-05T21:16:33.768Z Compiling bitflags v1.3.2
16352026-05-05T21:16:33.798Z Compiling unicode-segmentation v1.12.0
16362026-05-05T21:16:33.841Z Compiling object v0.37.3
16372026-05-05T21:16:33.856Z Compiling managed v0.8.0
16382026-05-05T21:16:34.079Z Compiling winnow v0.5.40
16392026-05-05T21:16:34.120Z Compiling libbz2-rs-sys v0.2.2
16402026-05-05T21:16:34.196Z Compiling bumpalo v3.20.2
16412026-05-05T21:16:34.456Z Compiling foldhash v0.1.5
16422026-05-05T21:16:34.634Z Compiling hashbrown v0.15.5
16432026-05-05T21:16:34.731Z Compiling bzip2 v0.6.1
16442026-05-05T21:16:34.807Z Compiling zopfli v0.8.3
16452026-05-05T21:16:34.951Z Compiling clap_builder v4.5.60
16462026-05-05T21:16:35.202Z Compiling dof v0.3.0
16472026-05-05T21:16:35.318Z Compiling strum v0.27.2
16482026-05-05T21:16:35.426Z Compiling toml_edit v0.19.15
16492026-05-05T21:16:35.494Z Compiling hashbrown v0.16.1
16502026-05-05T21:16:35.639Z Compiling elliptic-curve v0.13.8
16512026-05-05T21:16:35.967Z Compiling daft v0.1.5
16522026-05-05T21:16:36.079Z Compiling cargo_metadata v0.19.2
16532026-05-05T21:16:36.139Z Compiling phf v0.13.1
16542026-05-05T21:16:36.236Z Compiling signal-hook-mio v0.2.5
16552026-05-05T21:16:36.717Z Compiling cookie_store v0.22.1
16562026-05-05T21:16:37.372Z Compiling hubpack v0.1.2
16572026-05-05T21:16:37.402Z Compiling zstd v0.13.3
16582026-05-05T21:16:37.589Z Compiling hyper-tls v0.6.0
16592026-05-05T21:16:37.661Z Compiling bzip2 v0.4.4
16602026-05-05T21:16:37.764Z Compiling serde_with_macros v3.17.0
16612026-05-05T21:16:37.891Z Compiling postgres-types v0.2.12
16622026-05-05T21:16:37.918Z Compiling usdt-macro v0.6.0
16632026-05-05T21:16:38.037Z Compiling usdt-attr-macro v0.6.0
16642026-05-05T21:16:38.481Z Compiling dtrace-parser v0.2.0
16652026-05-05T21:16:38.701Z Compiling ed25519 v2.2.3
16662026-05-05T21:16:38.870Z Compiling bstr v1.12.1
16672026-05-05T21:16:38.906Z Compiling phf_shared v0.11.3
16682026-05-05T21:16:38.921Z Compiling pkcs1 v0.7.5
16692026-05-05T21:16:39.035Z Compiling serde-big-array v0.5.1
16702026-05-05T21:16:39.097Z Compiling hex v0.4.3
16712026-05-05T21:16:39.187Z Compiling rfc6979 v0.4.0
16722026-05-05T21:16:39.248Z Compiling enum-as-inner v0.6.1
16732026-05-05T21:16:39.311Z Compiling serde_repr v0.1.20
16742026-05-05T21:16:39.326Z Compiling clap_derive v4.5.55
16752026-05-05T21:16:39.369Z Compiling strum_macros v0.26.4
16762026-05-05T21:16:39.530Z Compiling float-cmp v0.10.0
16772026-05-05T21:16:39.633Z Compiling memmap2 v0.9.10
16782026-05-05T21:16:39.674Z Compiling thread-id v4.2.2
16792026-05-05T21:16:39.741Z Compiling env_filter v1.0.0
16802026-05-05T21:16:39.765Z Compiling encoding_rs v0.8.35
16812026-05-05T21:16:39.831Z Compiling mime v0.3.17
16822026-05-05T21:16:39.849Z Compiling whoami v2.1.0
16832026-05-05T21:16:40.047Z Compiling rustc-hash v2.1.1
16842026-05-05T21:16:40.089Z Compiling predicates-core v1.0.10
16852026-05-05T21:16:40.176Z Compiling data-encoding v2.10.0
16862026-05-05T21:16:40.227Z Compiling new_debug_unreachable v1.0.6
16872026-05-05T21:16:40.267Z Compiling jiff v0.2.21
16882026-05-05T21:16:40.303Z Compiling precomputed-hash v0.1.1
16892026-05-05T21:16:40.396Z Compiling either v1.15.0
16902026-05-05T21:16:40.608Z Compiling fixedbitset v0.4.2
16912026-05-05T21:16:40.838Z Compiling fixedbitset v0.5.7
16922026-05-05T21:16:40.872Z Compiling keccak v0.1.6
16932026-05-05T21:16:41.084Z Compiling normalize-line-endings v0.3.0
16942026-05-05T21:16:41.115Z Compiling static_assertions v1.1.0
16952026-05-05T21:16:41.145Z Compiling difflib v0.4.0
16962026-05-05T21:16:41.182Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16972026-05-05T21:16:41.200Z Compiling strum v0.26.3
16982026-05-05T21:16:41.282Z Compiling clap v4.5.60
16992026-05-05T21:16:41.325Z Compiling petgraph v0.8.3
17002026-05-05T21:16:41.365Z Compiling predicates v3.1.4
17012026-05-05T21:16:41.682Z Compiling sha3 v0.10.8
17022026-05-05T21:16:41.711Z Compiling petgraph v0.6.5
17032026-05-05T21:16:41.870Z Compiling itertools v0.13.0
17042026-05-05T21:16:42.022Z Compiling hickory-proto v0.25.2
17052026-05-05T21:16:42.140Z Compiling string_cache v0.8.9
17062026-05-05T21:16:42.389Z Compiling iddqd v0.3.18
17072026-05-05T21:16:43.078Z Compiling zip v4.6.1
17082026-05-05T21:16:43.225Z Compiling tokio-postgres v0.7.16
17092026-05-05T21:16:43.260Z Compiling toml_edit v0.22.27
17102026-05-05T21:16:43.544Z Compiling env_logger v0.11.9
17112026-05-05T21:16:43.910Z Compiling usdt v0.6.0
17122026-05-05T21:16:43.986Z Compiling usdt-impl v0.5.0
17132026-05-05T21:16:44.082Z Compiling serde_with v3.17.0
17142026-05-05T21:16:44.180Z Compiling similar v2.7.0
17152026-05-05T21:16:44.509Z Compiling ecdsa v0.16.9
17162026-05-05T21:16:44.592Z Compiling rsa v0.9.10
17172026-05-05T21:16:44.913Z Compiling ed25519-dalek v2.2.0
17182026-05-05T21:16:45.041Z Compiling crossterm v0.28.1
17192026-05-05T21:16:45.564Z Compiling zip v0.6.6
17202026-05-05T21:16:46.029Z Compiling toml v0.7.8
17212026-05-05T21:16:46.436Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-05-05T21:16:46.571Z Compiling heck v0.4.1
17232026-05-05T21:16:46.638Z Compiling crossbeam-epoch v0.9.18
17242026-05-05T21:16:46.750Z Compiling tokio-stream v0.1.18
17252026-05-05T21:16:46.799Z Compiling buf-list v1.1.2
17262026-05-05T21:16:46.910Z Compiling x509-cert v0.2.5
17272026-05-05T21:16:46.969Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17282026-05-05T21:16:47.075Z Compiling openapiv3 v2.2.0
17292026-05-05T21:16:47.075Z Compiling sha1 v0.10.6
17302026-05-05T21:16:47.209Z Compiling toml_datetime v0.7.5+spec-1.1.0
17312026-05-05T21:16:47.271Z Compiling peg-runtime v0.8.5
17322026-05-05T21:16:47.311Z Compiling lalrpop-util v0.19.12
17332026-05-05T21:16:47.497Z Compiling thread_local v1.1.9
17342026-05-05T21:16:47.502Z Compiling slog-async v2.8.0
17352026-05-05T21:16:47.554Z Compiling crossbeam-channel v0.5.15
17362026-05-05T21:16:47.754Z Compiling futures-executor v0.3.32
17372026-05-05T21:16:47.828Z Compiling filetime v0.2.27
17382026-05-05T21:16:47.927Z Compiling is-terminal v0.4.17
17392026-05-05T21:16:48.003Z Compiling term v1.2.1
17402026-05-05T21:16:48.008Z Compiling xattr v1.6.1
17412026-05-05T21:16:48.032Z Compiling take_mut v0.2.2
17422026-05-05T21:16:48.036Z Compiling futures v0.3.32
17432026-05-05T21:16:48.143Z Compiling tar v0.4.45
17442026-05-05T21:16:48.535Z Compiling slog-term v2.9.2
17452026-05-05T21:16:54.982Z Compiling rustls-webpki v0.103.9
17462026-05-05T21:16:57.827Z Compiling tokio-rustls v0.26.4
17472026-05-05T21:16:57.827Z Compiling rustls-platform-verifier v0.6.2
17482026-05-05T21:16:58.024Z Compiling hyper-rustls v0.27.7
17492026-05-05T21:16:58.226Z Compiling reqwest v0.13.2
17502026-05-05T21:16:58.226Z Compiling reqwest v0.12.28
17512026-05-05T21:17:00.343Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-05-05T21:17:00.594Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-05-05T21:17:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17542026-05-05T21:17:03.530Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17552026-05-05T21:17:03.586ZMay 05 21:17:01.840 INFO Starting download, target: Console
17562026-05-05T21:17:03.587ZMay 05 21:17:01.841 INFO Starting download, target: Cockroach
17572026-05-05T21:17:03.587ZMay 05 21:17:01.841 INFO Starting download, target: DendriteStub
17582026-05-05T21:17:03.587ZMay 05 21:17:01.841 INFO Starting download, target: Clickhouse
17592026-05-05T21:17:03.587ZMay 05 21:17:01.841 INFO Starting download, target: MaghemiteMgd
17602026-05-05T21:17:03.587ZMay 05 21:17:01.841 INFO Starting download, target: TransceiverControl
17612026-05-05T21:17:03.590ZMay 05 21:17:01.841 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-05-05T21:17:03.590ZMay 05 21:17:01.841 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-05-05T21:17:03.590ZMay 05 21:17:01.841 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-05-05T21:17:03.590ZMay 05 21:17:01.841 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-05-05T21:17:03.590ZMay 05 21:17:01.841 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-05-05T21:17:03.590ZMay 05 21:17:01.841 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-05-05T21:17:03.895ZMay 05 21:17:02.145 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-05-05T21:17:04.109ZMay 05 21:17:02.363 INFO Download complete, target: TransceiverControl
17692026-05-05T21:17:04.514ZMay 05 21:17:02.765 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-05-05T21:17:04.745ZMay 05 21:17:02.994 INFO Download complete, target: Console
17712026-05-05T21:17:05.455ZMay 05 21:17:03.706 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-05-05T21:17:05.521ZMay 05 21:17:03.767 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-05-05T21:17:05.751ZMay 05 21:17:04.004 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-05-05T21:17:06.141ZMay 05 21:17:04.395 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-05-05T21:17:06.141ZMay 05 21:17:04.395 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-05-05T21:17:07.777ZMay 05 21:17:06.031 INFO Download complete, target: DendriteStub
17772026-05-05T21:17:08.137ZMay 05 21:17:06.391 INFO Download complete, target: MaghemiteMgd
17782026-05-05T21:17:10.793ZMay 05 21:17:09.043 INFO Checking that binary works, target: Cockroach
17792026-05-05T21:17:10.886ZMay 05 21:17:09.139 INFO Download complete, target: Cockroach
17802026-05-05T21:17:12.250ZMay 05 21:17:10.503 INFO Checking that binary works, target: Clickhouse
17812026-05-05T21:17:12.347ZMay 05 21:17:10.600 INFO Download complete, target: Clickhouse
17822026-05-05T21:17:12.359ZAll builder prerequisites installed successfully, and PATH looks valid
17832026-05-05T21:17:12.361Z
17842026-05-05T21:17:12.361Zreal 3:25.527046490
17852026-05-05T21:17:12.361Zuser 7:19.308226528
17862026-05-05T21:17:12.361Zsys 1:25.232786001
17872026-05-05T21:17:12.361Ztrap 0.215715391
17882026-05-05T21:17:12.361Ztflt 0.571538628
17892026-05-05T21:17:12.361Zdflt 0.554899278
17902026-05-05T21:17:12.361Zkflt 0.023349257
17912026-05-05T21:17:12.362Zlock 20:44.951380122
17922026-05-05T21:17:12.362Zslp 22:24.616798501
17932026-05-05T21:17:12.362Zlat 44.588864317
17942026-05-05T21:17:12.362Zstop 1:58.842712934
17952026-05-05T21:17:12.362Z+ banner hack-check
17962026-05-05T21:17:12.362Z
17972026-05-05T21:17:12.362Z # # ## #### # # #### # # ###### #### # #
17982026-05-05T21:17:12.362Z # # # # # # # # # # # # # # # # #
17992026-05-05T21:17:12.362Z ###### # # # #### ##### # ###### ##### # ####
18002026-05-05T21:17:12.362Z # # ###### # # # # # # # # # #
18012026-05-05T21:17:12.362Z # # # # # # # # # # # # # # # # #
18022026-05-05T21:17:12.362Z # # # # #### # # #### # # ###### #### # #
18032026-05-05T21:17:12.362Z
18042026-05-05T21:17:12.364Z+ export CARGO_INCREMENTAL=0
18052026-05-05T21:17:12.364Z+ CARGO_INCREMENTAL=0
18062026-05-05T21:17:12.364Z+ ptime -m timeout 2h cargo xtask check-features --ci
18072026-05-05T21:17:12.898Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18082026-05-05T21:17:13.121Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18092026-05-05T21:17:15.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
18102026-05-05T21:17:15.094Z Running `target/debug/xtask check-features --ci`
18112026-05-05T21:17:15.124Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18122026-05-05T21:17:15.127Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18132026-05-05T21:17:15.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18142026-05-05T21:17:15.643Z Running `target/debug/xtask download cargo-hack`
18152026-05-05T21:17:16.491Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-05-05T21:17:16.760Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-05-05T21:17:19.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
18182026-05-05T21:17:19.408Z Running `target/debug/xtask-downloader cargo-hack`
18192026-05-05T21:17:19.448ZMay 05 21:17:17.700 INFO Starting download, target: CargoHack
18202026-05-05T21:17:19.451ZMay 05 21:17:17.701 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18212026-05-05T21:17:19.832ZMay 05 21:17:18.085 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18222026-05-05T21:17:19.880ZMay 05 21:17:18.133 INFO Download complete, target: CargoHack
18232026-05-05T21:17:19.883Zrunning: "/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"
18242026-05-05T21:17:19.896Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18252026-05-05T21:17:20.052Zinfo: running `cargo check --bins` on api_identity (1/274)
18262026-05-05T21:17:20.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-05T21:17:20.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-05T21:17:20.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-05T21:17:20.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-05-05T21:17:20.635Z
18312026-05-05T21:17:20.635Zinfo: running `cargo check --bins` on bootstore (2/274)
18322026-05-05T21:17:21.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-05T21:17:21.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-05T21:17:21.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-05T21:17:21.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-05-05T21:17:21.222Z
18372026-05-05T21:17:21.222Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18382026-05-05T21:17:21.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-05T21:17:21.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-05T21:17:21.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-05T21:17:21.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18422026-05-05T21:17:21.804Z
18432026-05-05T21:17:21.804Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18442026-05-05T21:17:22.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-05T21:17:22.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-05T21:17:22.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-05T21:17:22.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18482026-05-05T21:17:22.392Z
18492026-05-05T21:17:22.392Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18502026-05-05T21:17:22.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-05T21:17:22.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-05T21:17:22.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-05T21:17:22.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18542026-05-05T21:17:22.971Z
18552026-05-05T21:17:22.971Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18562026-05-05T21:17:23.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-05T21:17:23.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-05T21:17:23.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-05T21:17:23.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18602026-05-05T21:17:23.573Z
18612026-05-05T21:17:23.573Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18622026-05-05T21:17:24.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-05T21:17:24.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-05T21:17:24.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-05T21:17:24.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18662026-05-05T21:17:24.175Z
18672026-05-05T21:17:24.175Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18682026-05-05T21:17:24.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-05T21:17:24.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-05T21:17:24.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-05T21:17:24.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18722026-05-05T21:17:24.767Z
18732026-05-05T21:17:24.767Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18742026-05-05T21:17:25.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-05T21:17:25.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-05T21:17:25.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-05T21:17:25.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-05T21:17:25.230Z
18792026-05-05T21:17:25.230Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18802026-05-05T21:17:25.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-05T21:17:25.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-05T21:17:25.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-05T21:17:25.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-05T21:17:25.703Z
18852026-05-05T21:17:25.703Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18862026-05-05T21:17:26.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-05T21:17:26.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-05T21:17:26.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-05T21:17:26.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-05T21:17:26.173Z
18912026-05-05T21:17:26.173Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18922026-05-05T21:17:26.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-05T21:17:26.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-05T21:17:26.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-05T21:17:26.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-05T21:17:26.644Z
18972026-05-05T21:17:26.644Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18982026-05-05T21:17:27.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-05T21:17:27.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-05T21:17:27.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-05T21:17:27.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-05T21:17:27.110Z
19032026-05-05T21:17:27.110Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19042026-05-05T21:17:27.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-05T21:17:27.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-05T21:17:27.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-05T21:17:27.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-05T21:17:27.582Z
19092026-05-05T21:17:27.582Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19102026-05-05T21:17:27.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-05T21:17:27.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-05T21:17:27.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-05T21:17:27.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-05T21:17:28.042Z
19152026-05-05T21:17:28.043Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19162026-05-05T21:17:28.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-05T21:17:28.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-05T21:17:28.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-05T21:17:28.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-05T21:17:28.513Z
19212026-05-05T21:17:28.513Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19222026-05-05T21:17:28.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-05T21:17:28.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-05T21:17:28.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-05T21:17:28.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-05T21:17:28.985Z
19272026-05-05T21:17:28.985Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19282026-05-05T21:17:29.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-05T21:17:29.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-05T21:17:29.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-05T21:17:29.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-05T21:17:29.454Z
19332026-05-05T21:17:29.454Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19342026-05-05T21:17:29.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-05T21:17:29.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-05T21:17:29.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-05T21:17:29.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-05T21:17:29.935Z
19392026-05-05T21:17:29.935Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19402026-05-05T21:17:30.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-05T21:17:30.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-05T21:17:30.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-05T21:17:30.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-05-05T21:17:30.393Z
19452026-05-05T21:17:30.393Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19462026-05-05T21:17:30.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-05T21:17:30.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-05T21:17:30.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-05T21:17:30.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-05T21:17:30.877Z
19512026-05-05T21:17:30.877Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19522026-05-05T21:17:31.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-05T21:17:31.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-05T21:17:31.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-05T21:17:31.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-05T21:17:31.345Z
19572026-05-05T21:17:31.345Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19582026-05-05T21:17:31.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-05T21:17:31.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-05T21:17:31.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-05T21:17:31.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-05T21:17:31.819Z
19632026-05-05T21:17:31.820Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19642026-05-05T21:17:32.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-05T21:17:32.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-05T21:17:32.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-05T21:17:32.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-05T21:17:32.308Z
19692026-05-05T21:17:32.308Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19702026-05-05T21:17:32.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-05T21:17:32.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-05T21:17:32.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-05T21:17:32.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-05T21:17:32.759Z
19752026-05-05T21:17:32.759Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19762026-05-05T21:17:33.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-05T21:17:33.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-05T21:17:33.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-05T21:17:33.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-05T21:17:33.231Z
19812026-05-05T21:17:33.231Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19822026-05-05T21:17:33.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-05T21:17:33.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-05T21:17:33.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-05T21:17:33.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-05T21:17:33.702Z
19872026-05-05T21:17:33.702Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19882026-05-05T21:17:34.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-05T21:17:34.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-05T21:17:34.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-05T21:17:34.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-05T21:17:34.174Z
19932026-05-05T21:17:34.174Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19942026-05-05T21:17:34.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-05T21:17:34.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-05T21:17:34.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-05T21:17:34.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-05T21:17:34.647Z
19992026-05-05T21:17:34.647Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
20002026-05-05T21:17:35.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-05T21:17:35.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-05T21:17:35.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-05T21:17:35.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-05T21:17:35.114Z
20052026-05-05T21:17:35.115Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20062026-05-05T21:17:35.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-05T21:17:35.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-05T21:17:35.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-05T21:17:35.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-05T21:17:35.581Z
20112026-05-05T21:17:35.581Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20122026-05-05T21:17:35.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-05T21:17:35.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-05T21:17:35.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-05T21:17:35.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-05T21:17:36.047Z
20172026-05-05T21:17:36.047Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20182026-05-05T21:17:36.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-05T21:17:36.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-05T21:17:36.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-05T21:17:36.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-05T21:17:36.517Z
20232026-05-05T21:17:36.517Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20242026-05-05T21:17:36.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-05T21:17:36.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-05T21:17:36.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-05T21:17:36.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-05T21:17:36.993Z
20292026-05-05T21:17:36.993Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20302026-05-05T21:17:37.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-05T21:17:37.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-05T21:17:37.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-05T21:17:37.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-05T21:17:37.464Z
20352026-05-05T21:17:37.464Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20362026-05-05T21:17:37.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-05T21:17:37.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-05T21:17:37.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-05T21:17:37.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-05-05T21:17:37.931Z
20412026-05-05T21:17:37.931Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20422026-05-05T21:17:38.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-05T21:17:38.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-05T21:17:38.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-05T21:17:38.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-05T21:17:38.395Z
20472026-05-05T21:17:38.395Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20482026-05-05T21:17:38.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-05T21:17:38.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-05T21:17:38.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-05T21:17:38.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-05-05T21:17:38.869Z
20532026-05-05T21:17:38.869Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20542026-05-05T21:17:39.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-05T21:17:39.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-05T21:17:39.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-05T21:17:39.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-05T21:17:39.341Z
20592026-05-05T21:17:39.342Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20602026-05-05T21:17:39.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-05T21:17:39.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-05T21:17:39.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-05T21:17:39.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-05-05T21:17:39.821Z
20652026-05-05T21:17:39.821Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20662026-05-05T21:17:40.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-05T21:17:40.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-05T21:17:40.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-05T21:17:40.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-05-05T21:17:40.304Z
20712026-05-05T21:17:40.305Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20722026-05-05T21:17:40.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-05T21:17:40.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-05T21:17:40.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-05T21:17:40.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-05T21:17:40.773Z
20772026-05-05T21:17:40.773Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20782026-05-05T21:17:41.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-05T21:17:41.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-05T21:17:41.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-05T21:17:41.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-05T21:17:41.245Z
20832026-05-05T21:17:41.245Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20842026-05-05T21:17:41.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-05T21:17:41.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-05T21:17:41.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-05T21:17:41.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20882026-05-05T21:17:41.720Z
20892026-05-05T21:17:41.720Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20902026-05-05T21:17:42.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-05T21:17:42.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-05T21:17:42.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-05T21:17:42.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20942026-05-05T21:17:42.199Z
20952026-05-05T21:17:42.200Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20962026-05-05T21:17:42.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-05T21:17:42.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-05T21:17:42.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-05T21:17:42.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21002026-05-05T21:17:42.671Z
21012026-05-05T21:17:42.671Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21022026-05-05T21:17:43.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-05T21:17:43.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-05T21:17:43.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-05T21:17:43.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21062026-05-05T21:17:43.145Z
21072026-05-05T21:17:43.145Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21082026-05-05T21:17:43.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-05T21:17:43.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-05T21:17:43.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-05T21:17:43.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21122026-05-05T21:17:43.614Z
21132026-05-05T21:17:43.614Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21142026-05-05T21:17:44.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-05T21:17:44.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-05T21:17:44.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-05T21:17:44.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21182026-05-05T21:17:44.271Z
21192026-05-05T21:17:44.271Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21202026-05-05T21:17:44.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-05T21:17:44.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-05T21:17:44.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-05T21:17:44.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21242026-05-05T21:17:44.905Z
21252026-05-05T21:17:44.905Zinfo: running `cargo check --bins` on nexus-config (51/274)
21262026-05-05T21:17:45.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-05T21:17:45.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-05T21:17:45.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-05T21:17:45.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21302026-05-05T21:17:45.640Z
21312026-05-05T21:17:45.640Zinfo: running `cargo check --bins` on nexus-types (52/274)
21322026-05-05T21:17:46.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-05T21:17:46.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-05T21:17:46.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-05T21:17:46.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21362026-05-05T21:17:46.215Z
21372026-05-05T21:17:46.215Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21382026-05-05T21:17:47.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-05T21:17:47.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-05T21:17:47.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-05T21:17:47.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-05-05T21:17:47.464Z
21432026-05-05T21:17:47.464Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21442026-05-05T21:17:47.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-05T21:17:47.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-05T21:17:47.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-05T21:17:47.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-05T21:17:47.464Z
21492026-05-05T21:17:47.464Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21502026-05-05T21:17:47.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-05T21:17:47.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-05T21:17:47.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-05T21:17:47.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21542026-05-05T21:17:47.988Z
21552026-05-05T21:17:47.988Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21562026-05-05T21:17:48.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-05T21:17:48.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-05T21:17:48.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-05T21:17:48.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-05-05T21:17:48.589Z
21612026-05-05T21:17:48.589Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21622026-05-05T21:17:49.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-05T21:17:49.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-05T21:17:49.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-05T21:17:49.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-05-05T21:17:49.189Z
21672026-05-05T21:17:49.189Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21682026-05-05T21:17:49.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-05T21:17:49.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-05T21:17:49.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-05T21:17:49.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-05T21:17:49.847Z
21732026-05-05T21:17:49.847Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21742026-05-05T21:17:50.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-05T21:17:50.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-05T21:17:50.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-05T21:17:50.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21782026-05-05T21:17:50.385Z
21792026-05-05T21:17:50.385Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21802026-05-05T21:17:50.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-05T21:17:50.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-05T21:17:50.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-05T21:17:50.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-05T21:17:51.658Z
21852026-05-05T21:17:51.658Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21862026-05-05T21:17:51.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-05T21:17:51.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-05T21:17:51.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-05T21:17:51.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-05-05T21:17:51.715Z
21912026-05-05T21:17:51.715Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21922026-05-05T21:17:52.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-05T21:17:52.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-05T21:17:52.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-05T21:17:52.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-05-05T21:17:52.134Z
21972026-05-05T21:17:52.134Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21982026-05-05T21:17:55.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-05T21:17:55.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-05T21:17:55.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-05T21:17:55.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-05T21:17:55.679Z
22032026-05-05T21:17:55.679Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22042026-05-05T21:17:55.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-05T21:17:55.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-05T21:17:55.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-05T21:17:55.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-05T21:17:55.679Z
22092026-05-05T21:17:55.679Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22102026-05-05T21:17:55.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-05T21:17:55.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-05T21:17:55.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-05T21:17:55.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-05-05T21:17:55.731Z
22152026-05-05T21:17:55.731Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22162026-05-05T21:17:55.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-05T21:17:55.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-05T21:17:55.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-05T21:17:55.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-05-05T21:17:55.732Z
22212026-05-05T21:17:55.732Zinfo: running `cargo check --bins` on ereport-types (67/274)
22222026-05-05T21:17:55.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-05T21:17:55.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-05T21:17:55.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-05T21:17:55.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-05-05T21:17:55.734Z
22272026-05-05T21:17:55.734Zinfo: running `cargo check --bins` on gateway-client (68/274)
22282026-05-05T21:17:55.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-05T21:17:55.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-05T21:17:55.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-05T21:17:55.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22322026-05-05T21:17:55.734Z
22332026-05-05T21:17:55.734Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22342026-05-05T21:17:56.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-05T21:17:56.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-05T21:17:56.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-05T21:17:56.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382026-05-05T21:17:56.258Z
22392026-05-05T21:17:56.259Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22402026-05-05T21:17:56.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-05T21:17:56.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-05T21:17:56.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-05T21:17:56.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-05T21:17:56.850Z
22452026-05-05T21:17:56.850Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22462026-05-05T21:17:57.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-05T21:17:57.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-05T21:17:57.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-05-05T21:17:57.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22502026-05-05T21:17:57.445Z
22512026-05-05T21:17:57.445Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22522026-05-05T21:17:57.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-05-05T21:17:57.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-05-05T21:17:57.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-05-05T21:17:57.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22562026-05-05T21:17:58.042Z
22572026-05-05T21:17:58.042Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22582026-05-05T21:17:58.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-05-05T21:17:58.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-05-05T21:17:58.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-05-05T21:17:58.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22622026-05-05T21:17:58.651Z
22632026-05-05T21:17:58.651Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22642026-05-05T21:17:59.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-05-05T21:17:59.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-05-05T21:17:59.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-05-05T21:17:59.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22682026-05-05T21:17:59.260Z
22692026-05-05T21:17:59.260Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22702026-05-05T21:17:59.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-05-05T21:17:59.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-05-05T21:17:59.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-05-05T21:17:59.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22742026-05-05T21:17:59.850Z
22752026-05-05T21:17:59.850Zinfo: running `cargo check --bins` on oxlog (76/274)
22762026-05-05T21:18:00.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-05-05T21:18:00.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-05-05T21:18:00.457Z Checking cfg-if v1.0.4
22792026-05-05T21:18:00.460Z Checking libc v0.2.185
22802026-05-05T21:18:00.561Z Checking serde_core v1.0.228
22812026-05-05T21:18:00.574Z Checking zeroize v1.8.2
22822026-05-05T21:18:00.581Z Checking memchr v2.8.0
22832026-05-05T21:18:00.590Z Checking log v0.4.29
22842026-05-05T21:18:00.593Z Checking smallvec v1.15.1
22852026-05-05T21:18:00.609Z Checking typenum v1.19.0
22862026-05-05T21:18:00.620Z Checking subtle v2.6.1
22872026-05-05T21:18:00.717Z Checking itoa v1.0.17
22882026-05-05T21:18:00.784Z Checking scopeguard v1.2.0
22892026-05-05T21:18:00.828Z Checking const-oid v0.9.6
22902026-05-05T21:18:00.829Z Checking stable_deref_trait v1.2.1
22912026-05-05T21:18:00.977Z Checking portable-atomic v1.13.1
22922026-05-05T21:18:00.989Z Checking zerofrom v0.1.6
22932026-05-05T21:18:00.989Z Checking lock_api v0.4.14
22942026-05-05T21:18:00.989Z Checking critical-section v1.2.0
22952026-05-05T21:18:00.989Z Checking getrandom v0.2.17
22962026-05-05T21:18:00.989Z Checking errno v0.3.14
22972026-05-05T21:18:01.077Z Checking yoke v0.8.1
22982026-05-05T21:18:01.091Z Checking parking_lot_core v0.9.12
22992026-05-05T21:18:01.108Z Checking signal-hook-registry v1.4.8
23002026-05-05T21:18:01.128Z Checking generic-array v0.14.7
23012026-05-05T21:18:01.151Z Checking rand_core v0.6.4
23022026-05-05T21:18:01.234Z Checking zerovec v0.11.5
23032026-05-05T21:18:01.250Z Checking once_cell v1.21.3
23042026-05-05T21:18:01.262Z Checking zerocopy v0.8.40
23052026-05-05T21:18:01.273Z Checking pin-project-lite v0.2.17
23062026-05-05T21:18:01.322Z Checking parking_lot v0.12.5
23072026-05-05T21:18:01.358Z Checking mio v1.2.0
23082026-05-05T21:18:01.422Z Checking socket2 v0.6.3
23092026-05-05T21:18:01.444Z Checking libm v0.2.16
23102026-05-05T21:18:01.501Z Checking zmij v1.0.21
23112026-05-05T21:18:01.560Z Checking crypto-common v0.1.7
23122026-05-05T21:18:01.631Z Checking block-buffer v0.10.4
23132026-05-05T21:18:01.660Z Checking equivalent v1.0.2
23142026-05-05T21:18:01.671Z Checking tinystr v0.8.2
23152026-05-05T21:18:01.684Z Checking futures-core v0.3.32
23162026-05-05T21:18:01.705Z Checking litemap v0.8.1
23172026-05-05T21:18:01.738Z Checking percent-encoding v2.3.2
23182026-05-05T21:18:01.766Z Checking digest v0.10.7
23192026-05-05T21:18:01.801Z Checking writeable v0.6.2
23202026-05-05T21:18:01.846Z Checking potential_utf v0.1.4
23212026-05-05T21:18:01.875Z Checking zerotrie v0.2.3
23222026-05-05T21:18:01.887Z Checking cpufeatures v0.2.17
23232026-05-05T21:18:01.954Z Checking icu_locale_core v2.1.1
23242026-05-05T21:18:01.954Z Checking hmac v0.12.1
23252026-05-05T21:18:01.977Z Checking icu_collections v2.1.1
23262026-05-05T21:18:01.990Z Checking block-padding v0.3.3
23272026-05-05T21:18:02.044Z Checking serde v1.0.228
23282026-05-05T21:18:02.085Z Checking bitflags v2.11.0
23292026-05-05T21:18:02.113Z Checking serde_json v1.0.149
23302026-05-05T21:18:02.125Z Checking icu_properties_data v2.1.2
23312026-05-05T21:18:02.138Z Checking num-traits v0.2.19
23322026-05-05T21:18:02.250Z Checking icu_normalizer_data v2.1.1
23332026-05-05T21:18:02.264Z Checking futures-sink v0.3.32
23342026-05-05T21:18:02.276Z Checking hashbrown v0.17.0
23352026-05-05T21:18:02.324Z Checking rand_core v0.10.0
23362026-05-05T21:18:02.362Z Checking futures-channel v0.3.32
23372026-05-05T21:18:02.443Z Checking bytes v1.11.1
23382026-05-05T21:18:02.461Z Checking getrandom v0.4.1
23392026-05-05T21:18:02.526Z Checking icu_provider v2.1.1
23402026-05-05T21:18:02.550Z Checking inout v0.1.4
23412026-05-05T21:18:02.604Z Checking futures-io v0.3.32
23422026-05-05T21:18:02.650Z Checking futures-task v0.3.32
23432026-05-05T21:18:02.683Z Checking slab v0.4.12
23442026-05-05T21:18:02.715Z Checking cipher v0.4.4
23452026-05-05T21:18:02.730Z Checking indexmap v2.14.0
23462026-05-05T21:18:02.741Z Checking icu_properties v2.1.2
23472026-05-05T21:18:02.764Z Checking icu_normalizer v2.1.1
23482026-05-05T21:18:02.787Z Checking sha2 v0.10.9
23492026-05-05T21:18:02.837Z Checking futures-util v0.3.32
23502026-05-05T21:18:02.886Z Checking tokio v1.52.1
23512026-05-05T21:18:02.919Z Checking getrandom v0.3.4
23522026-05-05T21:18:03.054Z Checking base64ct v1.8.3
23532026-05-05T21:18:03.068Z Checking utf8_iter v1.0.4
23542026-05-05T21:18:03.078Z Checking byteorder v1.5.0
23552026-05-05T21:18:03.191Z Checking form_urlencoded v1.2.2
23562026-05-05T21:18:03.278Z Checking fnv v1.0.7
23572026-05-05T21:18:03.278Z Checking flagset v0.4.7
23582026-05-05T21:18:03.300Z Checking pem-rfc7468 v0.7.0
23592026-05-05T21:18:03.320Z Checking rand_core v0.9.5
23602026-05-05T21:18:03.378Z Checking salsa20 v0.10.2
23612026-05-05T21:18:03.399Z Checking http v1.4.0
23622026-05-05T21:18:03.455Z Checking der v0.7.10
23632026-05-05T21:18:03.495Z Checking uuid v1.23.0
23642026-05-05T21:18:03.516Z Checking pbkdf2 v0.12.2
23652026-05-05T21:18:03.571Z Checking idna_adapter v1.2.1
23662026-05-05T21:18:03.627Z Checking scrypt v0.11.0
23672026-05-05T21:18:03.691Z Checking idna v1.1.0
23682026-05-05T21:18:03.772Z Checking aes v0.8.4
23692026-05-05T21:18:03.808Z Checking cbc v0.1.2
23702026-05-05T21:18:03.936Z Checking url v2.5.8
23712026-05-05T21:18:03.940Z Checking rustix v1.1.3
23722026-05-05T21:18:03.967Z Checking tracing-core v0.1.36
23732026-05-05T21:18:04.019Z Checking ppv-lite86 v0.2.21
23742026-05-05T21:18:04.158Z Checking rustls-pki-types v1.14.0
23752026-05-05T21:18:04.199Z Checking spki v0.7.3
23762026-05-05T21:18:04.266Z Checking iana-time-zone v0.1.65
23772026-05-05T21:18:04.310Z Checking rand_chacha v0.9.0
23782026-05-05T21:18:04.361Z Checking regex-syntax v0.8.10
23792026-05-05T21:18:04.373Z Checking chrono v0.4.44
23802026-05-05T21:18:04.384Z Checking pkcs5 v0.7.1
23812026-05-05T21:18:04.443Z Checking tracing v0.1.44
23822026-05-05T21:18:04.505Z Checking rand v0.9.2
23832026-05-05T21:18:04.636Z Checking http-body v1.0.1
23842026-05-05T21:18:04.650Z Checking aws-lc-sys v0.37.1
23852026-05-05T21:18:04.762Z Checking base64 v0.22.1
23862026-05-05T21:18:04.777Z Checking openssl-probe v0.2.1
23872026-05-05T21:18:04.790Z Checking untrusted v0.9.0
23882026-05-05T21:18:04.880Z Checking untrusted v0.7.1
23892026-05-05T21:18:04.897Z Checking ring v0.17.14
23902026-05-05T21:18:04.966Z Checking pkcs8 v0.10.2
23912026-05-05T21:18:04.996Z Checking tinyvec_macros v0.1.1
23922026-05-05T21:18:04.996Z Checking tower-service v0.3.3
23932026-05-05T21:18:05.064Z Checking atomic-waker v1.1.2
23942026-05-05T21:18:05.098Z Checking tower-layer v0.3.3
23952026-05-05T21:18:05.143Z Checking try-lock v0.2.5
23962026-05-05T21:18:05.156Z Checking aws-lc-rs v1.16.0
23972026-05-05T21:18:05.167Z Checking plain v0.2.3
23982026-05-05T21:18:05.211Z Checking tinyvec v1.10.0
23992026-05-05T21:18:05.239Z Checking want v0.3.1
24002026-05-05T21:18:05.253Z Checking ipnet v2.11.0
24012026-05-05T21:18:05.267Z Checking semver v1.0.28
24022026-05-05T21:18:05.358Z Checking httparse v1.10.1
24032026-05-05T21:18:05.469Z Checking spin v0.9.8
24042026-05-05T21:18:05.506Z Checking fastrand v2.3.0
24052026-05-05T21:18:05.517Z Checking ucd-trie v0.1.7
24062026-05-05T21:18:05.565Z Checking unicode-ident v1.0.24
24072026-05-05T21:18:05.646Z Checking httpdate v1.0.3
24082026-05-05T21:18:05.649Z Checking pin-utils v0.1.0
24092026-05-05T21:18:05.671Z Checking dyn-clone v1.0.20
24102026-05-05T21:18:05.671Z Checking foreign-types-shared v0.1.1
24112026-05-05T21:18:05.693Z Checking tempfile v3.25.0
24122026-05-05T21:18:05.720Z Checking proc-macro2 v1.0.106
24132026-05-05T21:18:05.750Z Checking foreign-types v0.3.2
24142026-05-05T21:18:05.782Z Checking schemars v0.8.22
24152026-05-05T21:18:05.796Z Checking pest v2.8.6
24162026-05-05T21:18:05.819Z Checking openssl-sys v0.9.114
24172026-05-05T21:18:05.884Z Checking thiserror v2.0.18
24182026-05-05T21:18:05.897Z Checking wait-timeout v0.2.1
24192026-05-05T21:18:05.982Z Checking rustls-webpki v0.103.9
24202026-05-05T21:18:05.995Z Checking aho-corasick v1.1.4
24212026-05-05T21:18:06.020Z Checking utf8parse v0.2.2
24222026-05-05T21:18:06.033Z Checking siphasher v1.0.2
24232026-05-05T21:18:06.081Z Checking tokio-util v0.7.18
24242026-05-05T21:18:06.119Z Checking simd-adler32 v0.3.8
24252026-05-05T21:18:06.190Z Checking pretty-hex v0.4.1
24262026-05-05T21:18:06.284Z Checking anstyle v1.0.13
24272026-05-05T21:18:06.284Z Checking quick-error v1.2.3
24282026-05-05T21:18:06.308Z Checking bit-vec v0.8.0
24292026-05-05T21:18:06.386Z Checking powerfmt v0.2.0
24302026-05-05T21:18:06.402Z Checking rustls v0.23.37
24312026-05-05T21:18:06.438Z Checking rusty-fork v0.3.1
24322026-05-05T21:18:06.474Z Checking openssl v0.10.78
24332026-05-05T21:18:06.496Z Checking bit-set v0.8.0
24342026-05-05T21:18:06.533Z Checking deranged v0.5.8
24352026-05-05T21:18:06.600Z Checking anstyle-parse v0.2.7
24362026-05-05T21:18:06.640Z Checking quote v1.0.45
24372026-05-05T21:18:06.660Z Checking regex-automata v0.4.14
24382026-05-05T21:18:06.686Z Checking h2 v0.4.13
24392026-05-05T21:18:06.755Z Compiling newtype-uuid v1.3.2
24402026-05-05T21:18:06.807Z Checking unicode-normalization v0.1.25
24412026-05-05T21:18:06.850Z Checking rustls-native-certs v0.8.3
24422026-05-05T21:18:06.932Z Checking crossbeam-utils v0.8.21
24432026-05-05T21:18:06.977Z Checking rand_xorshift v0.4.0
24442026-05-05T21:18:07.100Z Checking crc32fast v1.5.0
24452026-05-05T21:18:07.204Z Checking scroll v0.13.0
24462026-05-05T21:18:07.240Z Checking signature v2.2.0
24472026-05-05T21:18:07.263Z Checking sync_wrapper v1.0.2
24482026-05-05T21:18:07.365Z Checking is_terminal_polyfill v1.70.2
24492026-05-05T21:18:07.378Z Checking num_threads v0.1.7
24502026-05-05T21:18:07.427Z Checking unicode-bidi v0.3.18
24512026-05-05T21:18:07.451Z Checking unicode-properties v0.1.4
24522026-05-05T21:18:07.463Z Checking unarray v0.1.4
24532026-05-05T21:18:07.467Z Checking colorchoice v1.0.4
24542026-05-05T21:18:07.563Z Checking num-conv v0.2.0
24552026-05-05T21:18:07.575Z Checking adler2 v2.0.1
24562026-05-05T21:18:07.635Z Checking time-core v0.1.8
24572026-05-05T21:18:07.677Z Checking anstyle-query v1.1.5
24582026-05-05T21:18:07.681Z Checking allocator-api2 v0.2.21
24592026-05-05T21:18:07.714Z Checking stringprep v0.1.5
24602026-05-05T21:18:07.768Z Checking anstream v0.6.21
24612026-05-05T21:18:07.780Z Checking time v0.3.47
24622026-05-05T21:18:07.861Z Checking miniz_oxide v0.8.9
24632026-05-05T21:18:07.963Z Checking proptest v1.10.0
24642026-05-05T21:18:07.976Z Checking goblin v0.10.5
24652026-05-05T21:18:08.214Z Checking tower v0.5.3
24662026-05-05T21:18:08.433Z Checking native-tls v0.2.18
24672026-05-05T21:18:08.456Z Checking crossbeam-epoch v0.9.18
24682026-05-05T21:18:08.616Z Compiling daft v0.1.5
24692026-05-05T21:18:08.629Z Checking syn v2.0.117
24702026-05-05T21:18:08.690Z Checking ipnetwork v0.21.1
24712026-05-05T21:18:08.771Z Checking tokio-rustls v0.26.4
24722026-05-05T21:18:08.905Z Checking http-body-util v0.1.3
24732026-05-05T21:18:08.918Z Checking webpki-roots v1.0.6
24742026-05-05T21:18:08.930Z Checking rand_chacha v0.3.1
24752026-05-05T21:18:09.007Z Checking thiserror v1.0.69
24762026-05-05T21:18:09.034Z Checking scroll v0.12.0
24772026-05-05T21:18:09.108Z Checking zstd-sys v2.0.16+zstd.1.5.7
24782026-05-05T21:18:09.127Z Checking hash32 v0.2.1
24792026-05-05T21:18:09.141Z Checking num-integer v0.1.46
24802026-05-05T21:18:09.218Z Checking toml_datetime v0.6.11
24812026-05-05T21:18:09.265Z Checking serde_spanned v0.6.9
24822026-05-05T21:18:09.282Z Checking md-5 v0.10.6
24832026-05-05T21:18:09.364Z Checking ff v0.13.1
24842026-05-05T21:18:09.376Z Checking hyper v1.8.1
24852026-05-05T21:18:09.388Z Checking fallible-iterator v0.2.0
24862026-05-05T21:18:09.401Z Checking ryu v1.0.23
24872026-05-05T21:18:09.420Z Checking psl-types v2.0.11
24882026-05-05T21:18:09.487Z Checking iri-string v0.7.10
24892026-05-05T21:18:09.531Z Checking base16ct v0.2.0
24902026-05-05T21:18:09.534Z Checking zlib-rs v0.6.2
24912026-05-05T21:18:09.664Z Checking postgres-protocol v0.6.10
24922026-05-05T21:18:09.677Z Checking sec1 v0.7.3
24932026-05-05T21:18:09.875Z Checking serde_urlencoded v0.7.1
24942026-05-05T21:18:09.923Z Checking publicsuffix v2.3.0
24952026-05-05T21:18:09.972Z Compiling iddqd v0.3.18
24962026-05-05T21:18:10.075Z Checking group v0.13.0
24972026-05-05T21:18:10.090Z Checking num-iter v0.1.45
24982026-05-05T21:18:10.204Z Checking heapless v0.7.17
24992026-05-05T21:18:10.226Z Checking goblin v0.8.2
25002026-05-05T21:18:10.264Z Checking hyper-util v0.1.20
25012026-05-05T21:18:10.324Z Checking dof v0.4.0
25022026-05-05T21:18:10.407Z Checking flate2 v1.1.9
25032026-05-05T21:18:10.482Z Checking tower-http v0.6.8
25042026-05-05T21:18:10.606Z Checking zstd-safe v7.2.4
25052026-05-05T21:18:10.695Z Checking rand v0.8.5
25062026-05-05T21:18:10.754Z Checking cookie v0.18.1
25072026-05-05T21:18:10.772Z Checking oxnet v0.1.4
25082026-05-05T21:18:10.898Z Checking tokio-native-tls v0.3.1
25092026-05-05T21:18:10.959Z Checking dtrace-parser v0.3.0
25102026-05-05T21:18:10.985Z Checking phf_shared v0.13.1
25112026-05-05T21:18:11.004Z Checking lazy_static v1.5.0
25122026-05-05T21:18:11.059Z Checking terminal_size v0.4.3
25132026-05-05T21:18:11.097Z Checking zerocopy v0.7.35
25142026-05-05T21:18:11.124Z Checking bzip2-sys v0.1.13+1.0.8
25152026-05-05T21:18:11.180Z Checking signal-hook v0.3.18
25162026-05-05T21:18:11.192Z Checking hkdf v0.12.4
25172026-05-05T21:18:11.203Z Checking crypto-bigint v0.5.5
25182026-05-05T21:18:11.217Z Checking thread-id v5.1.0
25192026-05-05T21:18:11.224Z Checking bitflags v1.3.2
25202026-05-05T21:18:11.294Z Checking strsim v0.11.1
25212026-05-05T21:18:11.298Z Checking foldhash v0.1.5
25222026-05-05T21:18:11.318Z Checking managed v0.8.0
25232026-05-05T21:18:11.373Z Checking winnow v0.7.14
25242026-05-05T21:18:11.432Z Compiling rayon-core v1.13.0
25252026-05-05T21:18:11.452Z Checking foldhash v0.2.0
25262026-05-05T21:18:11.498Z Checking winnow v0.5.40
25272026-05-05T21:18:11.519Z Checking hyper-rustls v0.27.7
25282026-05-05T21:18:11.585Z Checking either v1.15.0
25292026-05-05T21:18:11.605Z Checking libbz2-rs-sys v0.2.2
25302026-05-05T21:18:11.627Z Checking bumpalo v3.20.2
25312026-05-05T21:18:11.723Z Checking clap_lex v1.0.0
25322026-05-05T21:18:11.782Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25332026-05-05T21:18:11.810Z Checking zopfli v0.8.3
25342026-05-05T21:18:11.874Z Checking clap_builder v4.5.60
25352026-05-05T21:18:11.973Z Checking hashbrown v0.16.1
25362026-05-05T21:18:11.983Z Checking bzip2 v0.6.1
25372026-05-05T21:18:12.087Z Checking elliptic-curve v0.13.8
25382026-05-05T21:18:12.106Z Checking dof v0.3.0
25392026-05-05T21:18:12.133Z Checking hyper-tls v0.6.0
25402026-05-05T21:18:12.161Z Checking smoltcp v0.9.1
25412026-05-05T21:18:12.300Z Checking hashbrown v0.15.5
25422026-05-05T21:18:12.384Z Checking signal-hook-mio v0.2.5
25432026-05-05T21:18:12.397Z Checking usdt-impl v0.6.0
25442026-05-05T21:18:12.450Z Checking bzip2 v0.4.4
25452026-05-05T21:18:12.490Z Checking num-bigint-dig v0.8.6
25462026-05-05T21:18:12.533Z Checking phf v0.13.1
25472026-05-05T21:18:12.646Z Checking toml_edit v0.19.15
25482026-05-05T21:18:12.734Z Checking cookie_store v0.22.1
25492026-05-05T21:18:12.746Z Checking zstd v0.13.3
25502026-05-05T21:18:12.746Z Checking postgres-types v0.2.12
25512026-05-05T21:18:12.764Z Checking dtrace-parser v0.2.0
25522026-05-05T21:18:12.850Z Checking rustls-platform-verifier v0.6.2
25532026-05-05T21:18:12.865Z Checking crossbeam-deque v0.8.6
25542026-05-05T21:18:12.989Z Checking bstr v1.12.1
25552026-05-05T21:18:13.000Z Checking regex v1.12.3
25562026-05-05T21:18:13.005Z Checking ed25519 v2.2.3
25572026-05-05T21:18:13.028Z Checking phf_shared v0.11.3
25582026-05-05T21:18:13.040Z Checking curve25519-dalek v4.1.3
25592026-05-05T21:18:13.098Z Checking ref-cast v1.0.25
25602026-05-05T21:18:13.174Z Checking strum v0.27.2
25612026-05-05T21:18:13.195Z Checking hubpack v0.1.2
25622026-05-05T21:18:13.204Z Checking memoffset v0.9.1
25632026-05-05T21:18:13.272Z Checking rustix v0.38.44
25642026-05-05T21:18:13.284Z Checking pkcs1 v0.7.5
25652026-05-05T21:18:13.287Z Checking float-cmp v0.10.0
25662026-05-05T21:18:13.306Z Checking serde-big-array v0.5.1
25672026-05-05T21:18:13.361Z Checking hex v0.4.3
25682026-05-05T21:18:13.378Z Checking erased-serde v0.3.31
25692026-05-05T21:18:13.408Z Checking rfc6979 v0.4.0
25702026-05-05T21:18:13.437Z Checking thread-id v4.2.2
25712026-05-05T21:18:13.516Z Checking memmap2 v0.9.10
25722026-05-05T21:18:13.529Z Checking env_filter v1.0.0
25732026-05-05T21:18:13.541Z Checking encoding_rs v0.8.35
25742026-05-05T21:18:13.602Z Checking toml_write v0.1.2
25752026-05-05T21:18:13.672Z Checking normalize-line-endings v0.3.0
25762026-05-05T21:18:13.701Z Checking fixedbitset v0.4.2
25772026-05-05T21:18:13.710Z Checking whoami v2.1.0
25782026-05-05T21:18:13.757Z Checking keccak v0.1.6
25792026-05-05T21:18:13.783Z Checking rustc-hash v2.1.1
25802026-05-05T21:18:13.787Z Checking precomputed-hash v0.1.1
25812026-05-05T21:18:13.825Z Checking predicates-core v1.0.10
25822026-05-05T21:18:13.837Z Checking jiff v0.2.21
25832026-05-05T21:18:13.864Z Checking difflib v0.4.0
25842026-05-05T21:18:13.879Z Checking fixedbitset v0.5.7
25852026-05-05T21:18:13.891Z Checking data-encoding v2.10.0
25862026-05-05T21:18:13.926Z Checking mime v0.3.17
25872026-05-05T21:18:13.948Z Checking static_assertions v1.1.0
25882026-05-05T21:18:14.029Z Checking unicode-segmentation v1.12.0
25892026-05-05T21:18:14.038Z Checking new_debug_unreachable v1.0.6
25902026-05-05T21:18:14.087Z Checking petgraph v0.8.3
25912026-05-05T21:18:14.098Z Checking predicates v3.1.4
25922026-05-05T21:18:14.117Z Checking string_cache v0.8.9
25932026-05-05T21:18:14.124Z Checking crossterm v0.28.1
25942026-05-05T21:18:14.161Z Checking hickory-proto v0.25.2
25952026-05-05T21:18:14.294Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25962026-05-05T21:18:14.336Z Checking similar v2.7.0
25972026-05-05T21:18:14.399Z Checking sha3 v0.10.8
25982026-05-05T21:18:14.488Z Checking reqwest v0.12.28
25992026-05-05T21:18:14.602Z Checking tokio-postgres v0.7.16
26002026-05-05T21:18:14.821Z Checking ed25519-dalek v2.2.0
26012026-05-05T21:18:15.060Z Checking petgraph v0.6.5
26022026-05-05T21:18:15.323Z Checking toml_edit v0.22.27
26032026-05-05T21:18:15.558Z Checking slog v2.8.2
26042026-05-05T21:18:15.629Z Checking toml v0.7.8
26052026-05-05T21:18:15.814Z Checking usdt v0.6.0
26062026-05-05T21:18:15.835Z Checking env_logger v0.11.9
26072026-05-05T21:18:15.947Z Checking serde_with v3.17.0
26082026-05-05T21:18:15.977Z Checking ecdsa v0.16.9
26092026-05-05T21:18:16.026Z Checking rsa v0.9.10
26102026-05-05T21:18:16.044Z Checking zip v4.6.1
26112026-05-05T21:18:16.303Z Checking usdt-impl v0.5.0
26122026-05-05T21:18:16.315Z Checking nix v0.31.2
26132026-05-05T21:18:16.393Z Checking clap v4.5.60
26142026-05-05T21:18:16.489Z Checking reqwest v0.13.2
26152026-05-05T21:18:16.533Z Checking zip v0.6.6
26162026-05-05T21:18:16.581Z Checking toml_parser v1.0.9+spec-1.1.0
26172026-05-05T21:18:16.637Z Checking itertools v0.13.0
26182026-05-05T21:18:16.798Z Checking strum v0.26.3
26192026-05-05T21:18:16.854Z Checking fs-err v3.3.0
26202026-05-05T21:18:16.905Z Checking ahash v0.8.12
26212026-05-05T21:18:16.920Z Checking tokio-stream v0.1.18
26222026-05-05T21:18:16.996Z Checking object v0.37.3
26232026-05-05T21:18:17.101Z Checking buf-list v1.1.2
26242026-05-05T21:18:17.200Z Checking anyhow v1.0.102
26252026-05-05T21:18:17.285Z Checking camino v1.2.2
26262026-05-05T21:18:17.310Z Checking x509-cert v0.2.5
26272026-05-05T21:18:17.317Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26282026-05-05T21:18:17.324Z Checking openapiv3 v2.2.0
26292026-05-05T21:18:17.339Z Checking toml_datetime v0.7.5+spec-1.1.0
26302026-05-05T21:18:17.348Z Checking sha1 v0.10.6
26312026-05-05T21:18:17.507Z Checking lalrpop-util v0.19.12
26322026-05-05T21:18:17.529Z Checking peg-runtime v0.8.5
26332026-05-05T21:18:17.542Z Checking rayon v1.11.0
26342026-05-05T21:18:17.566Z Checking sigpipe v0.1.3
26352026-05-05T21:18:17.643Z Checking glob v0.3.3
26362026-05-05T21:18:19.137Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26372026-05-05T21:18:19.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.56s
26382026-05-05T21:18:19.583Z
26392026-05-05T21:18:19.584Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26402026-05-05T21:18:20.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-05T21:18:20.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-05T21:18:20.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-05T21:18:20.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26442026-05-05T21:18:20.180Z
26452026-05-05T21:18:20.181Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26462026-05-05T21:18:20.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-05T21:18:20.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-05T21:18:20.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-05T21:18:20.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26502026-05-05T21:18:20.782Z
26512026-05-05T21:18:20.782Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26522026-05-05T21:18:21.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-05T21:18:21.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-05T21:18:21.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-05-05T21:18:21.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26562026-05-05T21:18:21.393Z
26572026-05-05T21:18:21.393Zinfo: running `cargo check --bins` on oxql-types (80/274)
26582026-05-05T21:18:21.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-05-05T21:18:21.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-05-05T21:18:21.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-05-05T21:18:21.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26622026-05-05T21:18:21.996Z
26632026-05-05T21:18:21.996Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26642026-05-05T21:18:22.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-05-05T21:18:22.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-05-05T21:18:22.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-05-05T21:18:22.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26682026-05-05T21:18:22.595Z
26692026-05-05T21:18:22.595Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26702026-05-05T21:18:23.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-05-05T21:18:23.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-05-05T21:18:23.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-05-05T21:18:23.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26742026-05-05T21:18:23.184Z
26752026-05-05T21:18:23.184Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26762026-05-05T21:18:23.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-05-05T21:18:23.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-05-05T21:18:23.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792026-05-05T21:18:23.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26802026-05-05T21:18:23.759Z
26812026-05-05T21:18:23.759Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26822026-05-05T21:18:24.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832026-05-05T21:18:24.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842026-05-05T21:18:24.436Z Compiling structmeta-derive v0.3.0
26852026-05-05T21:18:24.564Z Compiling rustls v0.22.4
26862026-05-05T21:18:24.567Z Compiling multer v3.1.0
26872026-05-05T21:18:24.576Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26882026-05-05T21:18:24.580Z Compiling async-stream-impl v0.3.6
26892026-05-05T21:18:24.593Z Compiling dropshot v0.17.0
26902026-05-05T21:18:24.614Z Compiling dropshot_endpoint v0.17.0
26912026-05-05T21:18:24.614Z Compiling newtype-uuid-macros v0.1.0
26922026-05-05T21:18:24.728Z Checking newtype-uuid v1.3.2
26932026-05-05T21:18:24.789Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26942026-05-05T21:18:24.848Z Checking rustls-webpki v0.102.8
26952026-05-05T21:18:24.930Z Checking daft v0.1.5
26962026-05-05T21:18:24.944Z Checking futures-executor v0.3.32
26972026-05-05T21:18:25.182Z Checking thread_local v1.1.9
26982026-05-05T21:18:25.232Z Checking compression-core v0.4.31
26992026-05-05T21:18:25.236Z Compiling match_cfg v0.1.0
27002026-05-05T21:18:25.315Z Checking iddqd v0.3.18
27012026-05-05T21:18:25.324Z Checking compression-codecs v0.4.37
27022026-05-05T21:18:25.361Z Compiling hostname v0.3.1
27032026-05-05T21:18:25.490Z Checking futures v0.3.32
27042026-05-05T21:18:25.568Z Checking crossbeam-channel v0.5.15
27052026-05-05T21:18:25.581Z Checking slog-json v2.6.1
27062026-05-05T21:18:25.597Z Compiling structmeta v0.3.0
27072026-05-05T21:18:25.815Z Compiling derive-ex v0.1.8
27082026-05-05T21:18:25.860Z Compiling parse-display-derive v0.10.0
27092026-05-05T21:18:25.906Z Checking toml_datetime v1.0.0+spec-1.1.0
27102026-05-05T21:18:25.941Z Compiling serde_spanned v1.0.4
27112026-05-05T21:18:26.115Z Checking is-terminal v0.4.17
27122026-05-05T21:18:26.195Z Checking debug-ignore v1.0.5
27132026-05-05T21:18:26.299Z Compiling toml_writer v1.0.6+spec-1.1.0
27142026-05-05T21:18:26.313Z Checking term v1.2.1
27152026-05-05T21:18:26.380Z Checking take_mut v0.2.2
27162026-05-05T21:18:26.484Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-05-05T21:18:26.509Z Checking slog-async v2.8.0
27182026-05-05T21:18:26.525Z Checking slog-term v2.9.2
27192026-05-05T21:18:26.540Z Checking toml v1.0.6+spec-1.1.0
27202026-05-05T21:18:26.683Z Compiling slog-bunyan v2.5.0
27212026-05-05T21:18:26.825Z Compiling async-compression v0.4.41
27222026-05-05T21:18:26.914Z Checking tokio-rustls v0.25.0
27232026-05-05T21:18:27.110Z Compiling async-stream v0.3.6
27242026-05-05T21:18:27.137Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27252026-05-05T21:18:27.309Z Checking progenitor-client v0.14.0
27262026-05-05T21:18:27.318Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27272026-05-05T21:18:27.473Z Checking backon v1.6.0
27282026-05-05T21:18:27.484Z Compiling test-strategy v0.4.5
27292026-05-05T21:18:27.495Z Checking waitgroup v0.1.2
27302026-05-05T21:18:27.594Z Checking rustls-pemfile v2.2.0
27312026-05-05T21:18:27.802Z Checking serde_path_to_error v0.1.20
27322026-05-05T21:18:27.834Z Compiling hostname v0.4.2
27332026-05-05T21:18:27.870Z Checking instant v0.1.13
27342026-05-05T21:18:27.965Z Compiling prettyplease v0.2.37
27352026-05-05T21:18:27.981Z Checking backoff v0.4.0
27362026-05-05T21:18:28.067Z Compiling progenitor-extras v0.2.0
27372026-05-05T21:18:28.196Z Compiling parse-display v0.10.0
27382026-05-05T21:18:28.309Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27392026-05-05T21:18:28.398Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27402026-05-05T21:18:28.561Z Checking progenitor-client v0.10.0
27412026-05-05T21:18:28.690Z Checking itertools v0.14.0
27422026-05-05T21:18:28.792Z Checking regress v0.10.5
27432026-05-05T21:18:28.911Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27442026-05-05T21:18:28.948Z Checking num-rational v0.4.2
27452026-05-05T21:18:28.976Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27462026-05-05T21:18:29.754Z Checking num-complex v0.4.6
27472026-05-05T21:18:30.048Z Compiling macaddr v1.0.1
27482026-05-05T21:18:30.205Z Checking num v0.4.3
27492026-05-05T21:18:30.262Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27502026-05-05T21:18:30.281Z Compiling usdt-macro v0.5.0
27512026-05-05T21:18:30.288Z Compiling usdt-attr-macro v0.5.0
27522026-05-05T21:18:30.438Z Checking memmap v0.7.0
27532026-05-05T21:18:30.489Z Checking float-ord v0.3.2
27542026-05-05T21:18:30.596Z Compiling toml v0.8.23
27552026-05-05T21:18:30.674Z Checking linked-hash-map v0.5.6
27562026-05-05T21:18:30.847Z Compiling minimal-lexical v0.2.1
27572026-05-05T21:18:31.053Z Checking usdt v0.5.0
27582026-05-05T21:18:31.106Z Compiling nom v7.1.3
27592026-05-05T21:18:31.213Z Checking lru-cache v0.1.2
27602026-05-05T21:18:31.665Z Checking hickory-proto v0.24.4
27612026-05-05T21:18:31.722Z Checking phf_shared v0.12.1
27622026-05-05T21:18:31.738Z Compiling slog-dtrace v0.3.0
27632026-05-05T21:18:31.869Z Checking resolv-conf v0.7.6
27642026-05-05T21:18:31.931Z Compiling convert_case v0.4.0
27652026-05-05T21:18:32.057Z Compiling chrono-tz v0.10.4
27662026-05-05T21:18:32.236Z Checking heck v0.5.0
27672026-05-05T21:18:32.339Z Compiling derive_more v0.99.20
27682026-05-05T21:18:32.385Z Compiling const_format_proc_macros v0.2.34
27692026-05-05T21:18:32.444Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702026-05-05T21:18:32.532Z Checking phf v0.12.1
27712026-05-05T21:18:32.676Z Checking tokio-dtrace v0.1.1
27722026-05-05T21:18:32.870Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-05-05T21:18:32.916Z Compiling derive-where v1.6.0
27742026-05-05T21:18:33.200Z Checking highway v1.3.0
27752026-05-05T21:18:33.437Z Checking const_format v0.2.35
27762026-05-05T21:18:33.450Z Checking hickory-resolver v0.24.4
27772026-05-05T21:18:33.546Z Checking oxide-tokio-rt v0.1.4
27782026-05-05T21:18:33.958Z Checking gethostname v0.5.0
27792026-05-05T21:18:34.047Z Checking bcs v0.1.6
27802026-05-05T21:18:34.093Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27812026-05-05T21:18:34.242Z Compiling async-recursion v1.1.1
27822026-05-05T21:18:34.274Z Checking qorb v0.4.1
27832026-05-05T21:18:34.292Z Checking termtree v0.5.1
27842026-05-05T21:18:34.850Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27852026-05-05T21:18:35.582Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27862026-05-05T21:18:35.790Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27872026-05-05T21:18:35.799Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27882026-05-05T21:18:37.859Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-05-05T21:18:44.220Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-05-05T21:18:44.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.71s
27912026-05-05T21:18:44.271Z
27922026-05-05T21:18:44.271Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27932026-05-05T21:18:44.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-05-05T21:18:44.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-05-05T21:18:44.273Z Compiling ar_archive_writer v0.5.1
27962026-05-05T21:18:44.301Z Compiling stacker v0.1.23
27972026-05-05T21:18:44.301Z Compiling cfg_aliases v0.1.1
27982026-05-05T21:18:44.301Z Compiling convert_case v0.10.0
27992026-05-05T21:18:44.301Z Checking unicode-width v0.1.14
28002026-05-05T21:18:44.301Z Compiling proc-macro-error v1.0.4
28012026-05-05T21:18:44.301Z Checking fd-lock v4.0.4
28022026-05-05T21:18:44.302Z Checking nibble_vec v0.1.0
28032026-05-05T21:18:44.302Z Compiling nix v0.28.0
28042026-05-05T21:18:44.302Z Checking vte v0.14.1
28052026-05-05T21:18:44.302Z Compiling recursive-proc-macro-impl v0.1.1
28062026-05-05T21:18:44.302Z Checking endian-type v0.1.2
28072026-05-05T21:18:44.302Z Checking bytecount v0.6.9
28082026-05-05T21:18:44.302Z Checking strip-ansi-escapes v0.2.1
28092026-05-05T21:18:44.302Z Compiling derive_more-impl v2.1.1
28102026-05-05T21:18:44.302Z Compiling tabled_derive v0.7.0
28112026-05-05T21:18:44.302Z Checking papergrid v0.11.0
28122026-05-05T21:18:44.302Z Checking radix_trie v0.2.1
28132026-05-05T21:18:44.303Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-05-05T21:18:44.303Z Compiling peg-macros v0.8.5
28152026-05-05T21:18:44.303Z Checking winnow v0.6.26
28162026-05-05T21:18:44.322Z Compiling psm v0.1.30
28172026-05-05T21:18:44.373Z Compiling sqlparser_derive v0.5.0
28182026-05-05T21:18:44.454Z Checking home v0.5.12
28192026-05-05T21:18:44.561Z Checking unicode_categories v0.1.1
28202026-05-05T21:18:44.590Z Checking derive_more v2.1.1
28212026-05-05T21:18:44.670Z Checking unicode-width v0.2.0
28222026-05-05T21:18:44.718Z Checking nu-ansi-term v0.50.3
28232026-05-05T21:18:44.766Z Checking tabled v0.15.0
28242026-05-05T21:18:44.839Z Checking rustyline v14.0.0
28252026-05-05T21:18:44.918Z Checking crossterm v0.29.0
28262026-05-05T21:18:44.932Z Checking reedline v0.40.0
28272026-05-05T21:18:45.088Z Checking recursive v0.1.1
28282026-05-05T21:18:45.129Z Checking display-error-chain v0.2.2
28292026-05-05T21:18:45.182Z Checking sqlparser v0.61.0
28302026-05-05T21:18:45.211Z Checking sqlformat v0.3.5
28312026-05-05T21:18:45.428Z Checking peg v0.8.5
28322026-05-05T21:18:56.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
28332026-05-05T21:18:56.544Z
28342026-05-05T21:18:56.544Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28352026-05-05T21:18:57.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-05T21:18:57.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-05T21:18:57.201Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-05T21:19:00.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28392026-05-05T21:19:00.752Z
28402026-05-05T21:19:00.752Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28412026-05-05T21:19:01.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-05T21:19:01.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-05T21:19:01.431Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-05T21:19:03.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28452026-05-05T21:19:04.001Z
28462026-05-05T21:19:04.001Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28472026-05-05T21:19:04.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-05T21:19:04.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-05T21:19:04.680Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-05T21:19:07.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28512026-05-05T21:19:08.051Z
28522026-05-05T21:19:08.051Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28532026-05-05T21:19:08.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-05T21:19:08.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-05T21:19:08.733Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-05T21:19:11.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28572026-05-05T21:19:12.141Z
28582026-05-05T21:19:12.141Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28592026-05-05T21:19:12.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-05T21:19:12.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-05T21:19:12.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-05T21:19:15.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28632026-05-05T21:19:15.546Z
28642026-05-05T21:19:15.546Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28652026-05-05T21:19:16.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-05T21:19:16.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-05T21:19:16.216Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-05T21:19:18.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28692026-05-05T21:19:18.962Z
28702026-05-05T21:19:18.962Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28712026-05-05T21:19:19.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-05T21:19:19.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-05T21:19:19.629Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-05-05T21:19:22.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28752026-05-05T21:19:23.163Z
28762026-05-05T21:19:23.163Zinfo: running `cargo check --bins` on oximeter (93/274)
28772026-05-05T21:19:23.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-05T21:19:23.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-05T21:19:23.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-05-05T21:19:23.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28812026-05-05T21:19:23.759Z
28822026-05-05T21:19:23.759Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28832026-05-05T21:19:24.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-05T21:19:24.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-05T21:19:24.389Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28862026-05-05T21:19:24.552Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28872026-05-05T21:19:24.555Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28882026-05-05T21:19:24.891Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892026-05-05T21:19:27.965Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28902026-05-05T21:19:29.188Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28912026-05-05T21:19:29.352Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922026-05-05T21:19:30.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
28932026-05-05T21:19:30.211Z
28942026-05-05T21:19:30.211Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28952026-05-05T21:19:30.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-05T21:19:30.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-05T21:19:30.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-05T21:19:30.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992026-05-05T21:19:30.808Z
29002026-05-05T21:19:30.808Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29012026-05-05T21:19:31.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-05T21:19:31.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-05T21:19:31.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-05T21:19:31.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29052026-05-05T21:19:31.448Z
29062026-05-05T21:19:31.448Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29072026-05-05T21:19:31.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-05T21:19:31.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-05T21:19:31.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-05T21:19:31.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29112026-05-05T21:19:32.045Z
29122026-05-05T21:19:32.045Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29132026-05-05T21:19:32.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-05T21:19:32.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-05T21:19:32.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-05T21:19:32.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29172026-05-05T21:19:32.674Z
29182026-05-05T21:19:32.674Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29192026-05-05T21:19:33.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-05T21:19:33.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-05T21:19:33.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-05T21:19:33.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29232026-05-05T21:19:33.246Z
29242026-05-05T21:19:33.246Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29252026-05-05T21:19:33.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-05T21:19:33.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-05T21:19:33.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-05T21:19:33.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29292026-05-05T21:19:33.851Z
29302026-05-05T21:19:33.851Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29312026-05-05T21:19:34.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-05T21:19:34.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-05T21:19:34.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-05T21:19:34.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29352026-05-05T21:19:34.433Z
29362026-05-05T21:19:34.433Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29372026-05-05T21:19:34.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-05T21:19:34.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-05T21:19:34.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-05T21:19:34.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29412026-05-05T21:19:35.040Z
29422026-05-05T21:19:35.040Zinfo: running `cargo check --bins` on update-engine (103/274)
29432026-05-05T21:19:35.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-05T21:19:35.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-05T21:19:35.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-05-05T21:19:35.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29472026-05-05T21:19:35.628Z
29482026-05-05T21:19:35.628Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29492026-05-05T21:19:36.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-05-05T21:19:36.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-05-05T21:19:36.346Z Compiling crucible-workspace-hack v0.1.0
29522026-05-05T21:19:36.464Z Checking secrecy v0.10.3
29532026-05-05T21:19:36.473Z Compiling heapless v0.8.0
29542026-05-05T21:19:36.477Z Compiling ingot-macros v0.1.1
29552026-05-05T21:19:36.483Z Compiling toml_edit v0.23.10+spec-1.0.0
29562026-05-05T21:19:36.487Z Checking hash32 v0.3.1
29572026-05-05T21:19:36.504Z Compiling smoltcp v0.11.0
29582026-05-05T21:19:36.509Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29592026-05-05T21:19:36.571Z Checking cobs v0.3.0
29602026-05-05T21:19:36.602Z Compiling thiserror-impl-no-std v2.0.2
29612026-05-05T21:19:36.733Z Checking universal-hash v0.5.1
29622026-05-05T21:19:36.733Z Checking half v2.7.1
29632026-05-05T21:19:36.740Z Checking opaque-debug v0.3.1
29642026-05-05T21:19:36.839Z Checking ciborium-io v0.2.2
29652026-05-05T21:19:36.866Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29662026-05-05T21:19:36.884Z Checking poly1305 v0.8.0
29672026-05-05T21:19:36.934Z Checking postcard v1.1.3
29682026-05-05T21:19:36.985Z Checking ciborium-ll v0.2.2
29692026-05-05T21:19:37.045Z Compiling proc-macro-crate v3.4.0
29702026-05-05T21:19:37.161Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29712026-05-05T21:19:37.175Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-05-05T21:19:37.224Z Checking password-hash v0.5.0
29732026-05-05T21:19:37.446Z Checking chacha20 v0.9.1
29742026-05-05T21:19:37.460Z Compiling proc-macro-crate v1.3.1
29752026-05-05T21:19:37.463Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29762026-05-05T21:19:37.539Z Checking blake2 v0.10.6
29772026-05-05T21:19:37.604Z Compiling num_enum_derive v0.7.5
29782026-05-05T21:19:37.639Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29792026-05-05T21:19:37.710Z Checking aead v0.5.2
29802026-05-05T21:19:37.765Z Checking thiserror-no-std v2.0.2
29812026-05-05T21:19:37.779Z Compiling foreign-types-macros v0.2.3
29822026-05-05T21:19:37.844Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29832026-05-05T21:19:37.857Z Checking cpufeatures v0.3.0
29842026-05-05T21:19:37.860Z Checking foreign-types-shared v0.3.1
29852026-05-05T21:19:37.881Z Compiling num_enum_derive v0.5.11
29862026-05-05T21:19:37.931Z Checking chacha20 v0.10.0
29872026-05-05T21:19:37.956Z Checking vsss-rs v3.3.4
29882026-05-05T21:19:38.085Z Checking chacha20poly1305 v0.10.1
29892026-05-05T21:19:38.145Z Checking argon2 v0.5.3
29902026-05-05T21:19:38.216Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29912026-05-05T21:19:38.370Z Checking foreign-types v0.5.0
29922026-05-05T21:19:38.495Z Checking ciborium v0.2.2
29932026-05-05T21:19:38.579Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29942026-05-05T21:19:38.634Z Checking console v0.15.11
29952026-05-05T21:19:38.657Z Checking num_enum v0.7.5
29962026-05-05T21:19:38.774Z Checking tabwriter v1.4.1
29972026-05-05T21:19:38.870Z Checking newline-converter v0.3.0
29982026-05-05T21:19:38.909Z Checking camino-tempfile v1.4.1
29992026-05-05T21:19:38.922Z Checking atomicwrites v0.4.4
30002026-05-05T21:19:38.934Z Checking byte-wrapper v0.1.0
30012026-05-05T21:19:38.945Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-05-05T21:19:38.980Z Checking cstr-argument v0.1.2
30032026-05-05T21:19:39.048Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30042026-05-05T21:19:39.071Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30052026-05-05T21:19:39.090Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30062026-05-05T21:19:39.106Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30072026-05-05T21:19:39.151Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30082026-05-05T21:19:39.273Z Checking expectorate v1.2.0
30092026-05-05T21:19:39.285Z Checking num_enum v0.5.11
30102026-05-05T21:19:39.321Z Checking ingot-types v0.1.2
30112026-05-05T21:19:39.371Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-05-05T21:19:39.398Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30132026-05-05T21:19:39.401Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30142026-05-05T21:19:39.478Z Checking rand v0.10.0
30152026-05-05T21:19:39.492Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30162026-05-05T21:19:39.567Z Checking indent_write v2.2.0
30172026-05-05T21:19:39.611Z Checking colored v3.1.1
30182026-05-05T21:19:39.685Z Checking ingot v0.1.1
30192026-05-05T21:19:39.699Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-05T21:19:39.711Z Compiling zone_cfg_derive v0.3.1
30212026-05-05T21:19:39.765Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30222026-05-05T21:19:39.790Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30232026-05-05T21:19:39.805Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30242026-05-05T21:19:39.816Z Checking itertools v0.12.1
30252026-05-05T21:19:39.970Z Compiling num-derive v0.4.2
30262026-05-05T21:19:39.982Z Checking swrite v0.1.0
30272026-05-05T21:19:40.075Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30282026-05-05T21:19:40.190Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30292026-05-05T21:19:40.264Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30302026-05-05T21:19:40.369Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30312026-05-05T21:19:40.527Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30322026-05-05T21:19:40.584Z Checking dropshot-api-manager-types v0.7.1
30332026-05-05T21:19:40.644Z Checking smf v0.2.3
30342026-05-05T21:19:40.755Z Checking nanorand v0.7.0
30352026-05-05T21:19:40.779Z Checking whoami v1.6.1
30362026-05-05T21:19:40.815Z Checking zone v0.3.1
30372026-05-05T21:19:40.845Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30382026-05-05T21:19:40.878Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30392026-05-05T21:19:40.892Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30402026-05-05T21:19:40.950Z Checking flume v0.11.1
30412026-05-05T21:19:41.293Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-05-05T21:19:42.259Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30432026-05-05T21:19:43.135Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30442026-05-05T21:19:46.246Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30452026-05-05T21:19:48.278Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30462026-05-05T21:19:49.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
30472026-05-05T21:19:49.494Z
30482026-05-05T21:19:49.494Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30492026-05-05T21:19:50.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-05T21:19:50.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-05T21:19:50.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-05T21:19:50.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30532026-05-05T21:19:50.096Z
30542026-05-05T21:19:50.097Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30552026-05-05T21:19:50.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-05T21:19:50.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-05T21:19:50.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-05T21:19:50.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30592026-05-05T21:19:50.693Z
30602026-05-05T21:19:50.693Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30612026-05-05T21:19:51.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-05T21:19:51.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-05T21:19:51.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-05T21:19:51.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30652026-05-05T21:19:51.292Z
30662026-05-05T21:19:51.292Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30672026-05-05T21:19:51.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-05T21:19:51.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-05T21:19:51.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-05T21:19:51.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30712026-05-05T21:19:51.896Z
30722026-05-05T21:19:51.896Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30732026-05-05T21:19:52.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-05T21:19:52.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-05T21:19:52.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-05T21:19:52.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30772026-05-05T21:19:52.506Z
30782026-05-05T21:19:52.506Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30792026-05-05T21:19:53.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-05T21:19:53.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-05T21:19:53.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-05T21:19:53.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30832026-05-05T21:19:53.100Z
30842026-05-05T21:19:53.100Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30852026-05-05T21:19:53.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-05T21:19:53.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-05T21:19:53.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-05T21:19:53.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30892026-05-05T21:19:53.701Z
30902026-05-05T21:19:53.701Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30912026-05-05T21:19:54.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-05T21:19:54.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-05T21:19:54.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-05T21:19:54.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30952026-05-05T21:19:54.278Z
30962026-05-05T21:19:54.278Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30972026-05-05T21:19:54.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-05T21:19:54.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-05T21:19:54.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-05T21:19:54.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31012026-05-05T21:19:54.873Z
31022026-05-05T21:19:54.873Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31032026-05-05T21:19:55.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-05T21:19:55.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-05T21:19:55.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-05T21:19:55.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31072026-05-05T21:19:55.474Z
31082026-05-05T21:19:55.474Zinfo: running `cargo check --bins` on installinator-client (115/274)
31092026-05-05T21:19:55.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-05T21:19:55.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-05T21:19:55.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-05T21:19:55.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31132026-05-05T21:19:56.070Z
31142026-05-05T21:19:56.070Zinfo: running `cargo check --bins` on nexus-client (116/274)
31152026-05-05T21:19:56.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-05T21:19:56.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-05T21:19:56.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-05T21:19:56.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31192026-05-05T21:19:56.998Z
31202026-05-05T21:19:56.998Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31212026-05-05T21:19:57.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-05T21:19:57.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-05T21:19:57.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-05T21:19:57.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31252026-05-05T21:19:57.553Z
31262026-05-05T21:19:57.553Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31272026-05-05T21:19:57.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-05T21:19:57.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-05T21:19:57.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-05T21:19:57.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31312026-05-05T21:19:57.928Z
31322026-05-05T21:19:57.928Zinfo: running `cargo check --bins` on oxide-client (119/274)
31332026-05-05T21:19:58.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-05T21:19:58.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-05T21:19:58.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-05T21:19:58.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31372026-05-05T21:19:58.519Z
31382026-05-05T21:19:58.519Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31392026-05-05T21:19:59.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-05T21:19:59.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-05T21:19:59.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-05T21:19:59.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31432026-05-05T21:19:59.149Z
31442026-05-05T21:19:59.149Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31452026-05-05T21:19:59.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-05T21:19:59.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-05T21:19:59.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-05T21:19:59.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31492026-05-05T21:19:59.696Z
31502026-05-05T21:19:59.696Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31512026-05-05T21:20:00.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-05T21:20:00.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-05T21:20:00.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-05T21:20:00.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31552026-05-05T21:20:00.306Z
31562026-05-05T21:20:00.306Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31572026-05-05T21:20:00.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-05T21:20:00.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-05T21:20:00.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-05-05T21:20:00.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31612026-05-05T21:20:00.930Z
31622026-05-05T21:20:00.930Zinfo: running `cargo check --bins` on installinator-common (124/274)
31632026-05-05T21:20:01.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-05-05T21:20:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-05-05T21:20:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-05-05T21:20:01.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31672026-05-05T21:20:01.544Z
31682026-05-05T21:20:01.544Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31692026-05-05T21:20:02.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-05-05T21:20:02.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-05-05T21:20:02.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-05-05T21:20:02.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31732026-05-05T21:20:02.125Z
31742026-05-05T21:20:02.125Zinfo: running `cargo check --bins` on wicket-common (126/274)
31752026-05-05T21:20:02.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-05-05T21:20:02.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-05-05T21:20:02.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-05-05T21:20:02.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31792026-05-05T21:20:02.735Z
31802026-05-05T21:20:02.735Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31812026-05-05T21:20:03.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-05T21:20:03.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-05T21:20:03.424Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31842026-05-05T21:20:03.539Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31852026-05-05T21:20:03.547Z Checking csv-core v0.1.13
31862026-05-05T21:20:03.555Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31872026-05-05T21:20:03.563Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31882026-05-05T21:20:03.572Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31892026-05-05T21:20:03.584Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-05-05T21:20:03.595Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31912026-05-05T21:20:03.704Z Checking csv v1.4.0
31922026-05-05T21:20:03.722Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31932026-05-05T21:20:03.769Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31942026-05-05T21:20:03.801Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-05-05T21:20:04.035Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31962026-05-05T21:20:04.401Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31972026-05-05T21:20:04.405Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31982026-05-05T21:20:04.738Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31992026-05-05T21:20:10.429Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32002026-05-05T21:20:10.970Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32012026-05-05T21:20:13.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.58s
32022026-05-05T21:20:13.513Z
32032026-05-05T21:20:13.513Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32042026-05-05T21:20:14.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-05T21:20:14.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-05T21:20:14.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-05-05T21:20:14.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-05-05T21:20:14.139Z
32092026-05-05T21:20:14.139Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32102026-05-05T21:20:14.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-05-05T21:20:14.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-05-05T21:20:14.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-05-05T21:20:14.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32142026-05-05T21:20:14.806Z
32152026-05-05T21:20:14.806Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32162026-05-05T21:20:15.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-05-05T21:20:15.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-05-05T21:20:15.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-05-05T21:20:15.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32202026-05-05T21:20:15.492Z
32212026-05-05T21:20:15.492Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32222026-05-05T21:20:16.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-05-05T21:20:16.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-05-05T21:20:16.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-05-05T21:20:16.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32262026-05-05T21:20:16.143Z
32272026-05-05T21:20:16.143Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32282026-05-05T21:20:16.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-05-05T21:20:16.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-05-05T21:20:16.907Z Compiling regress v0.11.1
32312026-05-05T21:20:17.044Z Compiling unsafe-libyaml v0.2.11
32322026-05-05T21:20:17.057Z Compiling radium v0.7.0
32332026-05-05T21:20:17.060Z Compiling semver v0.1.20
32342026-05-05T21:20:17.082Z Compiling pin-project-internal v1.1.11
32352026-05-05T21:20:17.094Z Compiling maybe-uninit v2.0.0
32362026-05-05T21:20:17.094Z Checking tap v1.0.1
32372026-05-05T21:20:17.196Z Checking wyz v0.5.1
32382026-05-05T21:20:17.329Z Compiling rustc_version v0.1.7
32392026-05-05T21:20:17.389Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-05-05T21:20:17.423Z Checking progenitor-client v0.13.0
32412026-05-05T21:20:17.523Z Compiling snafu-derive v0.8.9
32422026-05-05T21:20:17.552Z Compiling serde_yaml v0.9.34+deprecated
32432026-05-05T21:20:17.658Z Compiling newtype_derive v0.1.6
32442026-05-05T21:20:17.777Z Compiling zerocopy-derive v0.6.6
32452026-05-05T21:20:17.887Z Checking same-file v1.0.6
32462026-05-05T21:20:18.010Z Compiling cancel-safe-futures v0.1.5
32472026-05-05T21:20:18.194Z Checking pin-project v1.1.11
32482026-05-05T21:20:18.223Z Compiling packed_struct v0.10.1
32492026-05-05T21:20:18.296Z Compiling owo-colors v4.3.0
32502026-05-05T21:20:18.474Z Checking crc-catalog v2.4.0
32512026-05-05T21:20:18.487Z Checking typify-impl v0.6.2
32522026-05-05T21:20:18.638Z Checking funty v2.0.0
32532026-05-05T21:20:18.653Z Checking zerocopy v0.6.6
32542026-05-05T21:20:18.964Z Checking crc v3.4.0
32552026-05-05T21:20:18.993Z Checking bitvec v1.0.1
32562026-05-05T21:20:19.026Z Checking walkdir v2.5.0
32572026-05-05T21:20:19.159Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-05-05T21:20:19.173Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32592026-05-05T21:20:19.192Z Checking globset v0.4.18
32602026-05-05T21:20:19.453Z Checking olpc-cjson v0.1.4
32612026-05-05T21:20:19.458Z Checking snafu v0.8.9
32622026-05-05T21:20:19.511Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32632026-05-05T21:20:19.602Z Checking pem v3.0.6
32642026-05-05T21:20:19.673Z Compiling packed_struct_codegen v0.10.1
32652026-05-05T21:20:19.710Z Checking libsw-core v0.3.2
32662026-05-05T21:20:19.727Z Checking serde_plain v1.0.2
32672026-05-05T21:20:19.764Z Compiling bitfield-macros v0.19.4
32682026-05-05T21:20:19.778Z Compiling indexmap v1.9.3
32692026-05-05T21:20:19.860Z Checking typed-path v0.9.3
32702026-05-05T21:20:19.875Z Checking nodrop v0.1.14
32712026-05-05T21:20:19.970Z Checking array-init v0.0.4
32722026-05-05T21:20:20.003Z Checking libsw v3.5.0
32732026-05-05T21:20:20.159Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-05-05T21:20:20.265Z Checking smallvec v0.6.14
32752026-05-05T21:20:20.299Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32762026-05-05T21:20:20.477Z Checking bitfield v0.19.4
32772026-05-05T21:20:20.558Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32782026-05-05T21:20:20.602Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32792026-05-05T21:20:20.644Z Checking tough v0.20.0
32802026-05-05T21:20:20.719Z Checking base64 v0.21.7
32812026-05-05T21:20:20.735Z Checking smawk v0.3.2
32822026-05-05T21:20:20.738Z Checking hashbrown v0.12.3
32832026-05-05T21:20:20.776Z Checking tagptr v0.2.0
32842026-05-05T21:20:20.866Z Checking linear-map v1.2.0
32852026-05-05T21:20:20.914Z Checking unicode-linebreak v0.1.5
32862026-05-05T21:20:20.962Z Checking ron v0.8.1
32872026-05-05T21:20:21.029Z Checking moka v0.12.13
32882026-05-05T21:20:21.042Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32892026-05-05T21:20:21.127Z Checking textwrap v0.16.2
32902026-05-05T21:20:21.342Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32912026-05-05T21:20:21.485Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32922026-05-05T21:20:21.500Z Checking serde-hex v0.1.0
32932026-05-05T21:20:21.662Z Checking steno v0.4.1
32942026-05-05T21:20:21.678Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32952026-05-05T21:20:21.811Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32962026-05-05T21:20:21.843Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32972026-05-05T21:20:22.165Z Checking hashbrown v0.13.2
32982026-05-05T21:20:22.298Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-05-05T21:20:22.419Z Checking crc-any v2.5.0
33002026-05-05T21:20:22.491Z Checking humantime v2.3.0
33012026-05-05T21:20:22.621Z Checking object v0.30.4
33022026-05-05T21:20:22.621Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33032026-05-05T21:20:22.646Z Checking hickory-resolver v0.25.2
33042026-05-05T21:20:22.660Z Checking path-slash v0.1.5
33052026-05-05T21:20:22.677Z Checking half v1.8.3
33062026-05-05T21:20:22.766Z Checking utf-8 v0.7.6
33072026-05-05T21:20:22.783Z Checking void v1.0.2
33082026-05-05T21:20:22.874Z Checking serde_cbor v0.11.2
33092026-05-05T21:20:22.894Z Checking lzss v0.8.2
33102026-05-05T21:20:22.909Z Checking tungstenite v0.23.0
33112026-05-05T21:20:23.078Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33122026-05-05T21:20:23.082Z Compiling typify-macro v0.6.2
33132026-05-05T21:20:23.120Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33142026-05-05T21:20:23.250Z Checking nix v0.27.1
33152026-05-05T21:20:23.251Z Checking kstat-rs v0.2.4
33162026-05-05T21:20:23.319Z Checking fxhash v0.2.1
33172026-05-05T21:20:23.355Z Checking serde_bytes v0.11.19
33182026-05-05T21:20:23.370Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33192026-05-05T21:20:23.441Z Checking tokio-tungstenite v0.23.1
33202026-05-05T21:20:23.456Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33212026-05-05T21:20:23.547Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33222026-05-05T21:20:23.735Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33232026-05-05T21:20:23.793Z Checking signal-hook-tokio v0.3.1
33242026-05-05T21:20:24.610Z Compiling typify v0.6.2
33252026-05-05T21:20:24.703Z Compiling progenitor-impl v0.13.0
33262026-05-05T21:20:24.703Z Compiling progenitor-impl v0.14.0
33272026-05-05T21:20:24.817Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-05-05T21:20:25.743Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33292026-05-05T21:20:26.072Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33302026-05-05T21:20:26.269Z Compiling progenitor-macro v0.14.0
33312026-05-05T21:20:26.301Z Compiling progenitor-macro v0.13.0
33322026-05-05T21:20:28.858Z Checking progenitor v0.14.0
33332026-05-05T21:20:28.932Z Checking progenitor v0.13.0
33342026-05-05T21:20:28.979Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-05-05T21:20:29.047Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33362026-05-05T21:20:32.088Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-05-05T21:20:39.524Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-05-05T21:20:45.802Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33392026-05-05T21:20:47.157Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-05-05T21:20:47.665Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-05-05T21:20:49.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.61s
33422026-05-05T21:20:49.966Z
33432026-05-05T21:20:49.966Zinfo: running `cargo check --bins` on gateway-api (133/274)
33442026-05-05T21:20:50.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-05-05T21:20:50.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-05-05T21:20:50.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-05-05T21:20:50.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33482026-05-05T21:20:50.564Z
33492026-05-05T21:20:50.564Zinfo: running `cargo check --bins` on ipcc (134/274)
33502026-05-05T21:20:51.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-05-05T21:20:51.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-05-05T21:20:51.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-05-05T21:20:51.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33542026-05-05T21:20:51.164Z
33552026-05-05T21:20:51.164Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33562026-05-05T21:20:51.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-05-05T21:20:51.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-05-05T21:20:51.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-05-05T21:20:51.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33602026-05-05T21:20:51.747Z
33612026-05-05T21:20:51.747Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33622026-05-05T21:20:52.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-05-05T21:20:52.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-05-05T21:20:52.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-05-05T21:20:52.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33662026-05-05T21:20:52.346Z
33672026-05-05T21:20:52.346Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33682026-05-05T21:20:52.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-05-05T21:20:52.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-05-05T21:20:52.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-05-05T21:20:52.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33722026-05-05T21:20:52.950Z
33732026-05-05T21:20:52.950Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33742026-05-05T21:20:53.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-05-05T21:20:53.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-05-05T21:20:53.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-05-05T21:20:53.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33782026-05-05T21:20:53.544Z
33792026-05-05T21:20:53.544Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33802026-05-05T21:20:54.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-05-05T21:20:54.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-05-05T21:20:54.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-05-05T21:20:54.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33842026-05-05T21:20:54.141Z
33852026-05-05T21:20:54.141Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33862026-05-05T21:20:54.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-05-05T21:20:54.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-05-05T21:20:54.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-05-05T21:20:54.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33902026-05-05T21:20:54.744Z
33912026-05-05T21:20:54.744Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33922026-05-05T21:20:55.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-05-05T21:20:55.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-05-05T21:20:55.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-05-05T21:20:55.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33962026-05-05T21:20:55.345Z
33972026-05-05T21:20:55.345Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33982026-05-05T21:20:55.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-05-05T21:20:55.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-05-05T21:20:55.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-05-05T21:20:55.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34022026-05-05T21:20:55.944Z
34032026-05-05T21:20:55.944Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34042026-05-05T21:20:56.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-05-05T21:20:56.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-05-05T21:20:56.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-05-05T21:20:56.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34082026-05-05T21:20:56.541Z
34092026-05-05T21:20:56.541Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34102026-05-05T21:20:57.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-05-05T21:20:57.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-05-05T21:20:57.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-05-05T21:20:57.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34142026-05-05T21:20:57.140Z
34152026-05-05T21:20:57.140Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34162026-05-05T21:20:57.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-05-05T21:20:57.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-05-05T21:20:57.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-05-05T21:20:57.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34202026-05-05T21:20:57.741Z
34212026-05-05T21:20:57.741Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34222026-05-05T21:20:58.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-05-05T21:20:58.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-05-05T21:20:58.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-05-05T21:20:58.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34262026-05-05T21:20:58.339Z
34272026-05-05T21:20:58.339Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34282026-05-05T21:20:58.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-05-05T21:20:58.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-05-05T21:20:58.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-05-05T21:20:58.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34322026-05-05T21:20:58.935Z
34332026-05-05T21:20:58.935Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34342026-05-05T21:20:59.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-05-05T21:20:59.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-05-05T21:20:59.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-05-05T21:20:59.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34382026-05-05T21:20:59.538Z
34392026-05-05T21:20:59.538Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34402026-05-05T21:21:00.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-05-05T21:21:00.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-05-05T21:21:00.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-05-05T21:21:00.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34442026-05-05T21:21:00.129Z
34452026-05-05T21:21:00.129Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34462026-05-05T21:21:00.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-05-05T21:21:00.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-05-05T21:21:00.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-05-05T21:21:00.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34502026-05-05T21:21:00.731Z
34512026-05-05T21:21:00.731Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34522026-05-05T21:21:01.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-05-05T21:21:01.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-05-05T21:21:01.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-05-05T21:21:01.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34562026-05-05T21:21:01.331Z
34572026-05-05T21:21:01.331Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34582026-05-05T21:21:01.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-05-05T21:21:01.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-05-05T21:21:01.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-05-05T21:21:01.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34622026-05-05T21:21:01.932Z
34632026-05-05T21:21:01.932Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34642026-05-05T21:21:02.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-05T21:21:02.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-05T21:21:02.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-05T21:21:02.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34682026-05-05T21:21:02.530Z
34692026-05-05T21:21:02.530Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34702026-05-05T21:21:03.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-05T21:21:03.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-05T21:21:03.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-05T21:21:03.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34742026-05-05T21:21:03.178Z
34752026-05-05T21:21:03.178Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34762026-05-05T21:21:03.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-05T21:21:03.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-05T21:21:03.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-05-05T21:21:03.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34802026-05-05T21:21:03.789Z
34812026-05-05T21:21:03.789Zinfo: running `cargo check --bins` on dns-server (156/274)
34822026-05-05T21:21:04.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-05T21:21:04.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-05T21:21:04.447Z Compiling parking_lot_core v0.8.6
34852026-05-05T21:21:04.447Z Compiling git-stub v1.0.0
34862026-05-05T21:21:04.447Z Compiling atomicwrites v0.4.4
34872026-05-05T21:21:04.450Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34882026-05-05T21:21:04.555Z Checking prefix-trie v0.7.0
34892026-05-05T21:21:04.685Z Compiling git-stub-vcs v0.1.0
34902026-05-05T21:21:04.867Z Checking hickory-server v0.25.2
34912026-05-05T21:21:04.960Z Checking parking_lot v0.11.2
34922026-05-05T21:21:04.966Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34932026-05-05T21:21:05.035Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34942026-05-05T21:21:05.035Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34952026-05-05T21:21:05.133Z Checking sled v0.34.7
34962026-05-05T21:21:07.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
34972026-05-05T21:21:07.233Z
34982026-05-05T21:21:07.234Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34992026-05-05T21:21:07.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-05-05T21:21:07.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-05-05T21:21:07.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-05-05T21:21:07.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35032026-05-05T21:21:07.830Z
35042026-05-05T21:21:07.830Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35052026-05-05T21:21:08.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-05-05T21:21:08.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-05-05T21:21:08.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-05-05T21:21:08.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35092026-05-05T21:21:08.423Z
35102026-05-05T21:21:08.424Zinfo: running `cargo check --bins` on sp-sim (159/274)
35112026-05-05T21:21:08.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-05-05T21:21:08.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-05-05T21:21:09.152Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35142026-05-05T21:21:10.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35152026-05-05T21:21:11.135Z
35162026-05-05T21:21:11.135Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35172026-05-05T21:21:11.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-05-05T21:21:11.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-05-05T21:21:11.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-05-05T21:21:11.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35212026-05-05T21:21:11.789Z
35222026-05-05T21:21:11.790Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35232026-05-05T21:21:12.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-05-05T21:21:12.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-05-05T21:21:12.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-05-05T21:21:12.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35272026-05-05T21:21:12.443Z
35282026-05-05T21:21:12.444Zinfo: running `cargo check --bins` on db-macros (162/274)
35292026-05-05T21:21:12.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-05-05T21:21:12.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-05-05T21:21:12.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-05-05T21:21:12.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35332026-05-05T21:21:13.030Z
35342026-05-05T21:21:13.030Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35352026-05-05T21:21:13.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-05-05T21:21:13.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-05-05T21:21:13.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-05-05T21:21:13.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-05-05T21:21:13.622Z
35402026-05-05T21:21:13.622Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35412026-05-05T21:21:14.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-05-05T21:21:14.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-05-05T21:21:14.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-05-05T21:21:14.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35452026-05-05T21:21:14.289Z
35462026-05-05T21:21:14.289Zinfo: running `cargo check --bins` on authz-macros (165/274)
35472026-05-05T21:21:14.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-05-05T21:21:14.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-05-05T21:21:14.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-05-05T21:21:14.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-05-05T21:21:14.859Z
35522026-05-05T21:21:14.859Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35532026-05-05T21:21:15.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-05-05T21:21:15.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-05-05T21:21:15.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-05-05T21:21:15.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35572026-05-05T21:21:15.505Z
35582026-05-05T21:21:15.505Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35592026-05-05T21:21:16.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-05-05T21:21:16.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-05-05T21:21:16.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-05-05T21:21:16.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35632026-05-05T21:21:16.147Z
35642026-05-05T21:21:16.147Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35652026-05-05T21:21:16.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-05-05T21:21:16.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-05-05T21:21:16.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-05-05T21:21:16.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35692026-05-05T21:21:16.736Z
35702026-05-05T21:21:16.736Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35712026-05-05T21:21:17.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-05-05T21:21:17.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-05-05T21:21:17.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-05-05T21:21:17.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35752026-05-05T21:21:17.316Z
35762026-05-05T21:21:17.317Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35772026-05-05T21:21:17.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-05-05T21:21:17.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-05-05T21:21:17.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-05-05T21:21:17.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35812026-05-05T21:21:17.916Z
35822026-05-05T21:21:17.916Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35832026-05-05T21:21:18.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-05-05T21:21:18.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-05-05T21:21:18.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-05-05T21:21:18.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35872026-05-05T21:21:18.507Z
35882026-05-05T21:21:18.507Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35892026-05-05T21:21:19.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-05-05T21:21:19.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-05-05T21:21:19.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-05-05T21:21:19.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35932026-05-05T21:21:19.099Z
35942026-05-05T21:21:19.099Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35952026-05-05T21:21:19.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-05-05T21:21:19.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-05-05T21:21:19.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-05-05T21:21:19.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35992026-05-05T21:21:19.749Z
36002026-05-05T21:21:19.749Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
36012026-05-05T21:21:20.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-05-05T21:21:20.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-05-05T21:21:20.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-05-05T21:21:20.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36052026-05-05T21:21:20.399Z
36062026-05-05T21:21:20.399Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36072026-05-05T21:21:20.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-05-05T21:21:20.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-05-05T21:21:20.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-05-05T21:21:20.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36112026-05-05T21:21:21.044Z
36122026-05-05T21:21:21.044Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36132026-05-05T21:21:21.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-05-05T21:21:21.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-05-05T21:21:21.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-05-05T21:21:21.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36172026-05-05T21:21:21.659Z
36182026-05-05T21:21:21.659Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36192026-05-05T21:21:22.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-05-05T21:21:22.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-05-05T21:21:22.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-05-05T21:21:22.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36232026-05-05T21:21:22.277Z
36242026-05-05T21:21:22.277Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36252026-05-05T21:21:22.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-05-05T21:21:22.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-05-05T21:21:22.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-05-05T21:21:22.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36292026-05-05T21:21:22.888Z
36302026-05-05T21:21:22.888Zinfo: running `cargo check --bins` on key-manager (179/274)
36312026-05-05T21:21:23.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-05-05T21:21:23.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-05-05T21:21:23.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-05-05T21:21:23.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36352026-05-05T21:21:23.482Z
36362026-05-05T21:21:23.482Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36372026-05-05T21:21:24.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-05-05T21:21:24.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-05-05T21:21:24.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-05-05T21:21:24.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36412026-05-05T21:21:24.266Z
36422026-05-05T21:21:24.266Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36432026-05-05T21:21:24.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-05-05T21:21:24.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-05-05T21:21:24.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-05-05T21:21:24.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36472026-05-05T21:21:24.716Z
36482026-05-05T21:21:24.716Zinfo: running `cargo check --bins` on typed-rng (182/274)
36492026-05-05T21:21:25.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-05-05T21:21:25.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-05-05T21:21:25.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-05-05T21:21:25.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36532026-05-05T21:21:25.301Z
36542026-05-05T21:21:25.301Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36552026-05-05T21:21:25.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-05-05T21:21:25.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-05-05T21:21:26.166Z Compiling typify-impl v0.4.3
36582026-05-05T21:21:26.174Z Compiling libefi-sys v0.1.0
36592026-05-05T21:21:26.174Z Compiling bitfield-struct v0.6.2
36602026-05-05T21:21:26.306Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36612026-05-05T21:21:26.319Z Compiling xshell-macros v0.2.7
36622026-05-05T21:21:26.346Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36632026-05-05T21:21:26.356Z Compiling salty v0.3.0
36642026-05-05T21:21:26.417Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36652026-05-05T21:21:26.550Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-05-05T21:21:26.662Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36672026-05-05T21:21:26.676Z Checking xshell v0.2.7
36682026-05-05T21:21:26.701Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-05-05T21:21:26.863Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36702026-05-05T21:21:26.906Z Checking primeorder v0.13.6
36712026-05-05T21:21:26.923Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36722026-05-05T21:21:27.038Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-05T21:21:27.084Z Compiling proc-macro-error-attr2 v2.0.0
36742026-05-05T21:21:27.146Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36752026-05-05T21:21:27.160Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36762026-05-05T21:21:27.203Z Checking tungstenite v0.21.0
36772026-05-05T21:21:27.364Z Checking p384 v0.13.1
36782026-05-05T21:21:27.395Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36792026-05-05T21:21:27.476Z Compiling proc-macro-error2 v2.0.1
36802026-05-05T21:21:27.516Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36812026-05-05T21:21:27.651Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36822026-05-05T21:21:27.781Z Compiling num-derive v0.3.3
36832026-05-05T21:21:27.797Z Compiling tabled_derive v0.11.0
36842026-05-05T21:21:27.987Z Checking tokio-tungstenite v0.21.0
36852026-05-05T21:21:28.268Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-05-05T21:21:28.286Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36872026-05-05T21:21:28.327Z Checking papergrid v0.17.0
36882026-05-05T21:21:28.676Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-05-05T21:21:28.693Z Checking libscf-sys v1.1.0
36902026-05-05T21:21:28.834Z Checking testing_table v0.3.0
36912026-05-05T21:21:28.957Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-05-05T21:21:28.971Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-05-05T21:21:29.016Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36942026-05-05T21:21:29.131Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36952026-05-05T21:21:29.248Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-05-05T21:21:29.352Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36972026-05-05T21:21:29.452Z Checking corncobs v0.1.4
36982026-05-05T21:21:29.476Z Compiling unicase v2.9.0
36992026-05-05T21:21:29.487Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37002026-05-05T21:21:29.587Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-05-05T21:21:29.625Z Checking tabled v0.20.0
37022026-05-05T21:21:29.646Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37032026-05-05T21:21:29.713Z Compiling mime_guess v2.0.5
37042026-05-05T21:21:29.749Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37052026-05-05T21:21:29.851Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-05-05T21:21:29.873Z Checking progenitor-client v0.11.2
37072026-05-05T21:21:30.096Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-05-05T21:21:30.112Z Checking secrecy v0.8.0
37092026-05-05T21:21:30.188Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37102026-05-05T21:21:30.203Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37112026-05-05T21:21:30.281Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37122026-05-05T21:21:30.417Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37132026-05-05T21:21:30.623Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37142026-05-05T21:21:30.818Z Compiling typify-macro v0.4.3
37152026-05-05T21:21:30.828Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37162026-05-05T21:21:30.868Z Checking filetime v0.2.27
37172026-05-05T21:21:30.922Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37182026-05-05T21:21:31.019Z Checking http-range v0.1.5
37192026-05-05T21:21:31.070Z Checking crc8 v0.1.1
37202026-05-05T21:21:31.152Z Checking xattr v1.6.1
37212026-05-05T21:21:31.288Z Checking tar v0.4.45
37222026-05-05T21:21:31.438Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37232026-05-05T21:21:31.510Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37242026-05-05T21:21:31.677Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37252026-05-05T21:21:31.721Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37262026-05-05T21:21:31.792Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37272026-05-05T21:21:31.887Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37282026-05-05T21:21:32.079Z Checking atty v0.2.14
37292026-05-05T21:21:32.216Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37302026-05-05T21:21:32.249Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37312026-05-05T21:21:32.384Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37322026-05-05T21:21:32.536Z Compiling typify v0.4.3
37332026-05-05T21:21:32.652Z Compiling progenitor-impl v0.11.2
37342026-05-05T21:21:32.719Z Compiling progenitor-impl v0.10.0
37352026-05-05T21:21:32.954Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37362026-05-05T21:21:33.317Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37372026-05-05T21:21:33.317Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37382026-05-05T21:21:37.482Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37392026-05-05T21:21:37.510Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37402026-05-05T21:21:37.510Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37412026-05-05T21:21:37.510Z Checking hyper-staticfile v0.10.1
37422026-05-05T21:21:37.510Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37432026-05-05T21:21:37.510Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37442026-05-05T21:21:37.510Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37452026-05-05T21:21:37.510Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37462026-05-05T21:21:37.511Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37472026-05-05T21:21:37.511Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37482026-05-05T21:21:37.511Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37492026-05-05T21:21:37.511Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37502026-05-05T21:21:37.511Z Compiling progenitor-macro v0.11.2
37512026-05-05T21:21:37.511Z Compiling progenitor-macro v0.10.0
37522026-05-05T21:21:37.881Z Checking progenitor v0.11.2
37532026-05-05T21:21:38.018Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-05-05T21:21:38.287Z Checking progenitor v0.10.0
37552026-05-05T21:21:38.408Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37562026-05-05T21:21:42.692Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37572026-05-05T21:21:43.809Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37582026-05-05T21:21:54.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.98s
37592026-05-05T21:21:54.510Z
37602026-05-05T21:21:54.510Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37612026-05-05T21:21:55.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-05-05T21:21:55.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-05-05T21:21:55.298Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37642026-05-05T21:22:05.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37652026-05-05T21:22:05.976Z
37662026-05-05T21:22:05.976Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37672026-05-05T21:22:06.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-05-05T21:22:06.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-05-05T21:22:06.760Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37702026-05-05T21:22:17.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37712026-05-05T21:22:17.461Z
37722026-05-05T21:22:17.462Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37732026-05-05T21:22:18.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-05-05T21:22:18.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-05-05T21:22:18.240Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37762026-05-05T21:22:28.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37772026-05-05T21:22:28.899Z
37782026-05-05T21:22:28.899Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37792026-05-05T21:22:29.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-05-05T21:22:29.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-05-05T21:22:29.682Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37822026-05-05T21:22:40.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
37832026-05-05T21:22:40.432Z
37842026-05-05T21:22:40.432Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37852026-05-05T21:22:40.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-05-05T21:22:40.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-05-05T21:22:41.235Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37882026-05-05T21:22:51.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37892026-05-05T21:22:51.923Z
37902026-05-05T21:22:51.923Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37912026-05-05T21:22:52.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-05-05T21:22:52.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-05-05T21:22:52.709Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37942026-05-05T21:23:03.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
37952026-05-05T21:23:03.450Z
37962026-05-05T21:23:03.450Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37972026-05-05T21:23:04.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-05-05T21:23:04.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-05-05T21:23:04.233Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38002026-05-05T21:23:14.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
38012026-05-05T21:23:14.905Z
38022026-05-05T21:23:14.905Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38032026-05-05T21:23:15.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-05-05T21:23:15.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-05-05T21:23:15.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-05-05T21:23:15.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38072026-05-05T21:23:15.504Z
38082026-05-05T21:23:15.504Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38092026-05-05T21:23:16.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-05-05T21:23:16.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-05-05T21:23:16.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-05-05T21:23:16.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38132026-05-05T21:23:16.111Z
38142026-05-05T21:23:16.112Zinfo: running `cargo check --bins` on range-requests (193/274)
38152026-05-05T21:23:16.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-05-05T21:23:16.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-05-05T21:23:16.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-05-05T21:23:16.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38192026-05-05T21:23:16.703Z
38202026-05-05T21:23:16.703Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38212026-05-05T21:23:17.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-05-05T21:23:17.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-05-05T21:23:17.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-05-05T21:23:17.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38252026-05-05T21:23:17.296Z
38262026-05-05T21:23:17.296Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38272026-05-05T21:23:17.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-05-05T21:23:17.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-05-05T21:23:17.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-05-05T21:23:17.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38312026-05-05T21:23:17.911Z
38322026-05-05T21:23:17.911Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38332026-05-05T21:23:18.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-05-05T21:23:18.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-05-05T21:23:18.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-05-05T21:23:18.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38372026-05-05T21:23:18.524Z
38382026-05-05T21:23:18.524Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38392026-05-05T21:23:19.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-05-05T21:23:19.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-05-05T21:23:19.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-05-05T21:23:19.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38432026-05-05T21:23:19.146Z
38442026-05-05T21:23:19.146Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38452026-05-05T21:23:19.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-05T21:23:19.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-05T21:23:19.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-05-05T21:23:19.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38492026-05-05T21:23:19.761Z
38502026-05-05T21:23:19.761Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38512026-05-05T21:23:20.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-05T21:23:20.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-05T21:23:20.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-05-05T21:23:20.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38552026-05-05T21:23:20.378Z
38562026-05-05T21:23:20.378Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38572026-05-05T21:23:20.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-05T21:23:20.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-05T21:23:20.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-05-05T21:23:20.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38612026-05-05T21:23:20.992Z
38622026-05-05T21:23:20.992Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38632026-05-05T21:23:21.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-05T21:23:21.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-05T21:23:21.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-05-05T21:23:21.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38672026-05-05T21:23:21.610Z
38682026-05-05T21:23:21.610Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38692026-05-05T21:23:22.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-05T21:23:22.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-05T21:23:22.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-05-05T21:23:22.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38732026-05-05T21:23:22.231Z
38742026-05-05T21:23:22.231Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38752026-05-05T21:23:22.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-05T21:23:22.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-05T21:23:22.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-05-05T21:23:22.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38792026-05-05T21:23:22.847Z
38802026-05-05T21:23:22.847Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38812026-05-05T21:23:23.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-05T21:23:23.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-05T21:23:23.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-05-05T21:23:23.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38852026-05-05T21:23:23.498Z
38862026-05-05T21:23:23.498Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38872026-05-05T21:23:24.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-05T21:23:24.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-05T21:23:24.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-05T21:23:24.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38912026-05-05T21:23:24.119Z
38922026-05-05T21:23:24.119Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38932026-05-05T21:23:24.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-05T21:23:24.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-05T21:23:24.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-05T21:23:24.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38972026-05-05T21:23:24.757Z
38982026-05-05T21:23:24.757Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38992026-05-05T21:23:25.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-05T21:23:25.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-05T21:23:25.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-05T21:23:25.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39032026-05-05T21:23:25.422Z
39042026-05-05T21:23:25.422Zinfo: running `cargo check --bins` on update-common (208/274)
39052026-05-05T21:23:25.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-05T21:23:25.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-05T21:23:25.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-05T21:23:25.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39092026-05-05T21:23:26.039Z
39102026-05-05T21:23:26.039Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39112026-05-05T21:23:26.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-05T21:23:26.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-05T21:23:26.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-05T21:23:26.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39152026-05-05T21:23:26.690Z
39162026-05-05T21:23:26.690Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39172026-05-05T21:23:27.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-05T21:23:27.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-05T21:23:27.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-05T21:23:27.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39212026-05-05T21:23:27.270Z
39222026-05-05T21:23:27.270Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39232026-05-05T21:23:27.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-05T21:23:27.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-05T21:23:28.042Z Compiling fs-err v2.11.0
39262026-05-05T21:23:28.046Z Checking ignore v0.4.25
39272026-05-05T21:23:28.046Z Checking arc-swap v1.8.2
39282026-05-05T21:23:28.170Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39292026-05-05T21:23:28.183Z Checking predicates-tree v1.0.13
39302026-05-05T21:23:28.193Z Checking parse-size v1.1.0
39312026-05-05T21:23:28.206Z Checking rand_seeder v0.4.0
39322026-05-05T21:23:28.210Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39332026-05-05T21:23:28.284Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39342026-05-05T21:23:28.307Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39352026-05-05T21:23:28.347Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39362026-05-05T21:23:28.368Z Checking slog-scope v4.4.1
39372026-05-05T21:23:28.493Z Compiling petname v2.0.2
39382026-05-05T21:23:28.508Z Checking slog-stdlog v4.1.1
39392026-05-05T21:23:28.522Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39402026-05-05T21:23:28.551Z Checking globwalk v0.9.1
39412026-05-05T21:23:28.609Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39422026-05-05T21:23:28.630Z Checking slog-envlogger v2.2.0
39432026-05-05T21:23:28.733Z Checking camino-tempfile-ext v0.3.3
39442026-05-05T21:23:28.753Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39452026-05-05T21:23:28.783Z Checking sapling-renderdag v0.1.0
39462026-05-05T21:23:28.922Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39472026-05-05T21:23:28.936Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39482026-05-05T21:23:29.018Z Checking subprocess v0.2.15
39492026-05-05T21:23:29.105Z Checking sync-ptr v0.1.4
39502026-05-05T21:23:29.157Z Checking colored v2.2.0
39512026-05-05T21:23:29.198Z Checking assert_matches v1.5.0
39522026-05-05T21:23:29.296Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39532026-05-05T21:23:29.316Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39542026-05-05T21:23:29.417Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39552026-05-05T21:23:29.421Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39562026-05-05T21:23:30.006Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39572026-05-05T21:23:31.315Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39582026-05-05T21:23:33.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
39592026-05-05T21:23:33.758Z
39602026-05-05T21:23:33.758Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39612026-05-05T21:23:34.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-05-05T21:23:34.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-05-05T21:23:34.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-05-05T21:23:34.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39652026-05-05T21:23:34.346Z
39662026-05-05T21:23:34.346Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39672026-05-05T21:23:34.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-05-05T21:23:34.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-05-05T21:23:34.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-05-05T21:23:34.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39712026-05-05T21:23:34.961Z
39722026-05-05T21:23:34.961Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39732026-05-05T21:23:35.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-05T21:23:35.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-05T21:23:35.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-05T21:23:35.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39772026-05-05T21:23:35.622Z
39782026-05-05T21:23:35.622Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39792026-05-05T21:23:36.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-05T21:23:36.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-05T21:23:36.346Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39822026-05-05T21:23:36.350Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39832026-05-05T21:23:37.002Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39842026-05-05T21:23:38.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39852026-05-05T21:23:38.796Z
39862026-05-05T21:23:38.796Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39872026-05-05T21:23:39.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-05T21:23:39.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-05T21:23:39.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-05-05T21:23:39.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39912026-05-05T21:23:39.397Z
39922026-05-05T21:23:39.397Zinfo: running `cargo check --bins` on cert-dev (217/274)
39932026-05-05T21:23:39.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-05T21:23:39.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-05T21:23:40.008Z Checking yasna v0.5.2
39962026-05-05T21:23:40.412Z Checking rcgen v0.12.1
39972026-05-05T21:23:40.662Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39982026-05-05T21:23:40.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39992026-05-05T21:23:41.029Z
40002026-05-05T21:23:41.029Zinfo: running `cargo check --bins` on clickana (218/274)
40012026-05-05T21:23:41.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-05T21:23:41.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-05T21:23:41.680Z Compiling darling_core v0.23.0
40042026-05-05T21:23:41.786Z Compiling instability v0.3.11
40052026-05-05T21:23:41.794Z Checking castaway v0.2.4
40062026-05-05T21:23:41.801Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40072026-05-05T21:23:41.804Z Compiling indoc v2.0.7
40082026-05-05T21:23:41.816Z Checking unicode-truncate v1.1.0
40092026-05-05T21:23:41.819Z Checking lru v0.12.5
40102026-05-05T21:23:41.819Z Checking cassowary v0.3.0
40112026-05-05T21:23:41.884Z Checking compact_str v0.8.1
40122026-05-05T21:23:42.741Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40132026-05-05T21:23:42.928Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40142026-05-05T21:23:43.204Z Compiling darling_macro v0.23.0
40152026-05-05T21:23:43.620Z Compiling darling v0.23.0
40162026-05-05T21:23:44.215Z Checking ratatui v0.29.0
40172026-05-05T21:23:45.264Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40182026-05-05T21:23:45.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
40192026-05-05T21:23:46.109Z
40202026-05-05T21:23:46.109Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40212026-05-05T21:23:46.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-05-05T21:23:46.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-05-05T21:23:46.833Z Checking headers-core v0.3.0
40242026-05-05T21:23:46.836Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40252026-05-05T21:23:47.029Z Checking headers v0.4.1
40262026-05-05T21:23:47.398Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40272026-05-05T21:23:48.242Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40282026-05-05T21:23:48.738Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40292026-05-05T21:23:49.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
40302026-05-05T21:23:49.361Z
40312026-05-05T21:23:49.361Zinfo: running `cargo check --bins` on ch-dev (220/274)
40322026-05-05T21:23:49.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-05-05T21:23:49.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-05-05T21:23:50.081Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40352026-05-05T21:23:50.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40362026-05-05T21:23:51.046Z
40372026-05-05T21:23:51.046Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40382026-05-05T21:23:51.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-05-05T21:23:51.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-05-05T21:23:51.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-05-05T21:23:51.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40422026-05-05T21:23:51.521Z
40432026-05-05T21:23:51.521Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40442026-05-05T21:23:52.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-05-05T21:23:52.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-05-05T21:23:52.244Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40472026-05-05T21:23:53.230Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40482026-05-05T21:23:53.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40492026-05-05T21:23:53.774Z
40502026-05-05T21:23:53.774Zinfo: running `cargo check --bins` on db-dev (223/274)
40512026-05-05T21:23:54.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-05-05T21:23:54.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-05-05T21:23:54.499Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40542026-05-05T21:23:55.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40552026-05-05T21:23:55.476Z
40562026-05-05T21:23:55.476Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40572026-05-05T21:23:56.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-05-05T21:23:56.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-05-05T21:23:56.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-05-05T21:23:56.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40612026-05-05T21:23:56.118Z
40622026-05-05T21:23:56.118Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40632026-05-05T21:23:56.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-05T21:23:56.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-05T21:23:56.728Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40662026-05-05T21:23:57.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40672026-05-05T21:23:57.587Z
40682026-05-05T21:23:57.587Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40692026-05-05T21:23:58.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-05-05T21:23:58.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-05-05T21:23:58.342Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40722026-05-05T21:23:58.342Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40732026-05-05T21:23:58.342Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40742026-05-05T21:23:58.346Z Checking git-stub v1.0.0
40752026-05-05T21:23:58.346Z Compiling trait-variant v0.1.2
40762026-05-05T21:23:58.461Z Checking is_ci v1.2.0
40772026-05-05T21:23:58.468Z Checking maplit v1.0.2
40782026-05-05T21:23:58.482Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40792026-05-05T21:23:58.563Z Checking supports-color v3.0.2
40802026-05-05T21:23:58.574Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40812026-05-05T21:23:58.630Z Checking git-stub-vcs v0.1.0
40822026-05-05T21:23:58.687Z Checking drift v0.1.3
40832026-05-05T21:23:58.750Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40842026-05-05T21:23:58.763Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40852026-05-05T21:23:58.826Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40862026-05-05T21:23:58.944Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40872026-05-05T21:23:58.973Z Checking dropshot-api-manager v0.7.1
40882026-05-05T21:23:58.993Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40892026-05-05T21:23:59.044Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40902026-05-05T21:23:59.217Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40912026-05-05T21:23:59.263Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40922026-05-05T21:23:59.405Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40932026-05-05T21:23:59.735Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40942026-05-05T21:24:04.649Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40952026-05-05T21:24:05.732Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40962026-05-05T21:24:06.293Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40972026-05-05T21:24:06.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40982026-05-05T21:24:06.925Z
40992026-05-05T21:24:06.925Zinfo: running `cargo check --bins` on installinator-api (227/274)
41002026-05-05T21:24:07.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-05-05T21:24:07.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-05-05T21:24:07.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-05-05T21:24:07.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41042026-05-05T21:24:07.531Z
41052026-05-05T21:24:07.532Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41062026-05-05T21:24:08.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-05-05T21:24:08.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-05-05T21:24:08.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-05-05T21:24:08.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41102026-05-05T21:24:08.179Z
41112026-05-05T21:24:08.179Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41122026-05-05T21:24:08.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-05T21:24:08.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-05T21:24:08.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-05-05T21:24:08.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41162026-05-05T21:24:08.825Z
41172026-05-05T21:24:08.825Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41182026-05-05T21:24:09.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-05-05T21:24:09.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-05-05T21:24:09.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-05-05T21:24:09.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41222026-05-05T21:24:09.464Z
41232026-05-05T21:24:09.464Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41242026-05-05T21:24:09.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-05-05T21:24:09.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-05-05T21:24:09.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-05-05T21:24:09.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41282026-05-05T21:24:10.061Z
41292026-05-05T21:24:10.061Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41302026-05-05T21:24:10.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-05T21:24:10.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-05T21:24:10.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-05-05T21:24:10.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41342026-05-05T21:24:10.644Z
41352026-05-05T21:24:10.644Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41362026-05-05T21:24:11.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-05-05T21:24:11.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-05-05T21:24:11.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-05-05T21:24:11.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41402026-05-05T21:24:11.259Z
41412026-05-05T21:24:11.259Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41422026-05-05T21:24:11.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-05T21:24:11.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-05T21:24:11.868Z Checking typeid v1.0.3
41452026-05-05T21:24:11.978Z Checking ordered-float v2.10.1
41462026-05-05T21:24:11.996Z Checking unicode-xid v0.2.6
41472026-05-05T21:24:12.007Z Checking cargo-platform v0.2.0
41482026-05-05T21:24:12.018Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41492026-05-05T21:24:12.048Z Checking erased-serde v0.4.9
41502026-05-05T21:24:12.181Z Checking serde-value v0.7.0
41512026-05-05T21:24:12.356Z Checking serde-untagged v0.1.9
41522026-05-05T21:24:12.515Z Checking cargo-util-schemas v0.8.2
41532026-05-05T21:24:13.194Z Checking cargo_metadata v0.21.0
41542026-05-05T21:24:13.838Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41552026-05-05T21:24:14.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41562026-05-05T21:24:14.671Z
41572026-05-05T21:24:14.671Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41582026-05-05T21:24:15.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-05-05T21:24:15.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-05-05T21:24:15.423Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41612026-05-05T21:24:16.034Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41622026-05-05T21:24:16.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41632026-05-05T21:24:16.744Z
41642026-05-05T21:24:16.744Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41652026-05-05T21:24:17.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-05-05T21:24:17.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-05-05T21:24:17.608Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41682026-05-05T21:24:17.608Z Compiling vergen-gitcl v1.0.8
41692026-05-05T21:24:17.608Z Compiling dirs-sys-next v0.1.2
41702026-05-05T21:24:17.608Z Compiling crunchy v0.2.4
41712026-05-05T21:24:17.613Z Compiling diesel_derives v2.3.7
41722026-05-05T21:24:17.613Z Compiling glob v0.3.3
41732026-05-05T21:24:17.613Z Compiling dsl_auto_type v0.2.0
41742026-05-05T21:24:17.613Z Checking scheduled-thread-pool v0.2.7
41752026-05-05T21:24:17.892Z Compiling diesel_table_macro_syntax v0.3.0
41762026-05-05T21:24:17.929Z Compiling tiny-keccak v2.0.2
41772026-05-05T21:24:17.987Z Compiling dirs-next v2.0.0
41782026-05-05T21:24:18.081Z Compiling term v0.7.0
41792026-05-05T21:24:18.099Z Checking r2d2 v0.8.10
41802026-05-05T21:24:18.113Z Compiling bit-vec v0.6.3
41812026-05-05T21:24:18.128Z Compiling clang-sys v1.8.1
41822026-05-05T21:24:18.162Z Checking downcast-rs v2.0.2
41832026-05-05T21:24:18.279Z Compiling bit-set v0.5.3
41842026-05-05T21:24:18.331Z Compiling itertools v0.10.5
41852026-05-05T21:24:18.436Z Compiling ascii-canvas v3.0.0
41862026-05-05T21:24:18.517Z Compiling ena v0.14.4
41872026-05-05T21:24:18.631Z Compiling libloading v0.8.9
41882026-05-05T21:24:18.651Z Compiling regex-syntax v0.6.29
41892026-05-05T21:24:18.685Z Compiling diff v0.1.13
41902026-05-05T21:24:18.690Z Compiling bindgen v0.71.1
41912026-05-05T21:24:18.712Z Compiling cexpr v0.6.0
41922026-05-05T21:24:18.974Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41932026-05-05T21:24:19.146Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41942026-05-05T21:24:19.189Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41952026-05-05T21:24:19.306Z Compiling libxml v0.3.3
41962026-05-05T21:24:19.394Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41972026-05-05T21:24:19.446Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41982026-05-05T21:24:19.552Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41992026-05-05T21:24:19.715Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42002026-05-05T21:24:19.746Z Compiling strum_macros v0.24.3
42012026-05-05T21:24:19.774Z Compiling indoc v1.0.9
42022026-05-05T21:24:19.981Z Compiling lalrpop v0.19.12
42032026-05-05T21:24:20.756Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42042026-05-05T21:24:20.819Z Checking derive_builder v0.20.2
42052026-05-05T21:24:20.939Z Compiling oso-derive v0.27.3
42062026-05-05T21:24:20.954Z Checking quick-xml v0.37.5
42072026-05-05T21:24:21.078Z Compiling impl-trait-for-tuples v0.2.3
42082026-05-05T21:24:21.448Z Checking openssl-probe v0.1.6
42092026-05-05T21:24:21.589Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42102026-05-05T21:24:21.841Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42112026-05-05T21:24:22.038Z Checking bb8 v0.8.6
42122026-05-05T21:24:22.335Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42132026-05-05T21:24:22.361Z Checking nonempty v0.12.0
42142026-05-05T21:24:22.518Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42152026-05-05T21:24:22.528Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42162026-05-05T21:24:22.573Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42172026-05-05T21:24:22.632Z Checking console v0.16.2
42182026-05-05T21:24:22.742Z Checking unit-prefix v0.5.2
42192026-05-05T21:24:22.784Z Checking support-bundle-viewer v0.1.2
42202026-05-05T21:24:22.898Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42212026-05-05T21:24:22.945Z Checking indicatif v0.18.4
42222026-05-05T21:24:23.005Z Checking multimap v0.10.1
42232026-05-05T21:24:23.651Z Checking diesel v2.3.7
42242026-05-05T21:24:25.530Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42252026-05-05T21:24:26.116Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42262026-05-05T21:24:26.511Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42272026-05-05T21:24:27.196Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42282026-05-05T21:24:27.898Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42292026-05-05T21:24:28.078Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42302026-05-05T21:24:28.300Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42312026-05-05T21:24:28.536Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42322026-05-05T21:24:30.608Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42332026-05-05T21:24:36.044Z Compiling samael v0.0.19
42342026-05-05T21:24:39.799Z Checking diesel-dtrace v0.5.0
42352026-05-05T21:24:39.853Z Checking async-bb8-diesel v0.2.1
42362026-05-05T21:24:40.375Z Compiling polar-core v0.27.3
42372026-05-05T21:24:45.352Z Checking oso v0.27.3
42382026-05-05T21:25:21.540Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42392026-05-05T21:25:54.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42402026-05-05T21:25:54.889Z
42412026-05-05T21:25:54.890Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42422026-05-05T21:25:55.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-05-05T21:25:55.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-05-05T21:25:55.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-05-05T21:25:55.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42462026-05-05T21:25:55.552Z
42472026-05-05T21:25:55.553Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42482026-05-05T21:25:56.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-05-05T21:25:56.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-05-05T21:25:56.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-05-05T21:25:56.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42522026-05-05T21:25:56.213Z
42532026-05-05T21:25:56.213Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42542026-05-05T21:25:56.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-05T21:25:56.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-05T21:25:56.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-05-05T21:25:56.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42582026-05-05T21:25:56.802Z
42592026-05-05T21:25:56.803Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42602026-05-05T21:25:57.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-05-05T21:25:57.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-05-05T21:25:57.678Z Compiling libz-sys v1.1.24
42632026-05-05T21:25:57.828Z Compiling libgit2-sys v0.18.3+1.9.2
42642026-05-05T21:25:57.836Z Compiling vergen-git2 v1.0.7
42652026-05-05T21:25:57.839Z Compiling rustls v0.21.12
42662026-05-05T21:25:57.839Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42672026-05-05T21:25:57.843Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42682026-05-05T21:25:57.843Z Checking rustls-webpki v0.101.7
42692026-05-05T21:25:57.843Z Checking sct v0.7.1
42702026-05-05T21:25:57.993Z Compiling nix v0.29.0
42712026-05-05T21:25:58.073Z Compiling dropshot v0.16.7
42722026-05-05T21:25:58.148Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42732026-05-05T21:25:58.164Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42742026-05-05T21:25:58.313Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42752026-05-05T21:25:58.331Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42762026-05-05T21:25:58.346Z Checking toml v0.9.12+spec-1.1.0
42772026-05-05T21:25:58.360Z Compiling dropshot_endpoint v0.16.7
42782026-05-05T21:25:58.587Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42792026-05-05T21:25:58.626Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42802026-05-05T21:25:59.049Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42812026-05-05T21:25:59.059Z Checking rustls-pemfile v1.0.4
42822026-05-05T21:25:59.083Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42832026-05-05T21:25:59.238Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42842026-05-05T21:25:59.430Z Checking twox-hash v2.1.2
42852026-05-05T21:25:59.503Z Checking tokio-rustls v0.24.1
42862026-05-05T21:25:59.506Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42872026-05-05T21:26:00.144Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42882026-05-05T21:26:00.160Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42892026-05-05T21:26:00.328Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42902026-05-05T21:26:00.833Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42912026-05-05T21:26:00.882Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42922026-05-05T21:26:00.898Z Checking fatfs v0.3.6
42932026-05-05T21:26:01.029Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42942026-05-05T21:26:01.145Z Compiling seq-macro v0.3.6
42952026-05-05T21:26:04.704Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42962026-05-05T21:26:04.833Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42972026-05-05T21:26:05.188Z Compiling git2 v0.20.4
42982026-05-05T21:26:07.401Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42992026-05-05T21:26:54.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.00s
43002026-05-05T21:26:55.037Z
43012026-05-05T21:26:55.037Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
43022026-05-05T21:26:55.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-05-05T21:26:55.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-05-05T21:26:55.957Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43052026-05-05T21:27:34.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s
43062026-05-05T21:27:34.610Z
43072026-05-05T21:27:34.610Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43082026-05-05T21:27:35.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-05-05T21:27:35.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-05-05T21:27:35.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-05-05T21:27:35.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43122026-05-05T21:27:35.202Z
43132026-05-05T21:27:35.202Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43142026-05-05T21:27:35.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-05-05T21:27:35.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-05-05T21:27:35.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-05-05T21:27:35.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43182026-05-05T21:27:35.849Z
43192026-05-05T21:27:35.849Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43202026-05-05T21:27:36.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-05-05T21:27:36.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-05-05T21:27:36.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-05-05T21:27:36.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43242026-05-05T21:27:36.513Z
43252026-05-05T21:27:36.513Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43262026-05-05T21:27:37.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-05-05T21:27:37.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-05-05T21:27:37.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43292026-05-05T21:27:37.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43302026-05-05T21:27:37.187Z
43312026-05-05T21:27:37.187Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43322026-05-05T21:27:37.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-05-05T21:27:37.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-05-05T21:27:37.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-05-05T21:27:37.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43362026-05-05T21:27:37.843Z
43372026-05-05T21:27:37.844Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43382026-05-05T21:27:38.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-05-05T21:27:38.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-05-05T21:27:38.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-05-05T21:27:38.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43422026-05-05T21:27:38.506Z
43432026-05-05T21:27:38.506Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43442026-05-05T21:27:39.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-05-05T21:27:39.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-05-05T21:27:39.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-05-05T21:27:39.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43482026-05-05T21:27:39.159Z
43492026-05-05T21:27:39.159Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43502026-05-05T21:27:39.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-05-05T21:27:39.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-05-05T21:27:39.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43532026-05-05T21:27:39.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43542026-05-05T21:27:39.816Z
43552026-05-05T21:27:39.816Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43562026-05-05T21:27:40.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-05-05T21:27:40.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-05-05T21:27:40.713Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43592026-05-05T21:27:40.713Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43602026-05-05T21:27:40.902Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43612026-05-05T21:27:40.933Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43622026-05-05T21:27:40.952Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43632026-05-05T21:27:40.969Z Checking yansi v1.0.1
43642026-05-05T21:27:40.973Z Checking diff v0.1.13
43652026-05-05T21:27:40.973Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43662026-05-05T21:27:41.041Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43672026-05-05T21:27:41.236Z Checking pretty_assertions v1.4.1
43682026-05-05T21:27:41.870Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43692026-05-05T21:27:42.218Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43702026-05-05T21:28:05.399Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43712026-05-05T21:28:05.399Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43722026-05-05T21:28:05.402Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43732026-05-05T21:28:05.402Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43742026-05-05T21:28:05.402Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43752026-05-05T21:28:05.402Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43762026-05-05T21:28:06.198Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43772026-05-05T21:28:07.302Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43782026-05-05T21:28:45.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43792026-05-05T21:28:45.853Z
43802026-05-05T21:28:45.853Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43812026-05-05T21:28:46.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-05-05T21:28:46.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-05-05T21:28:46.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-05-05T21:28:46.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43852026-05-05T21:28:46.444Z
43862026-05-05T21:28:46.444Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43872026-05-05T21:28:47.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-05T21:28:47.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-05T21:28:47.224Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43902026-05-05T21:28:47.347Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43912026-05-05T21:28:47.354Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43922026-05-05T21:29:12.952Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43932026-05-05T21:29:13.342Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43942026-05-05T21:29:15.044Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43952026-05-05T21:29:15.499Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43962026-05-05T21:29:18.422Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43972026-05-05T21:29:41.330Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43982026-05-05T21:29:42.046Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43992026-05-05T21:29:43.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.23s
44002026-05-05T21:29:43.904Z
44012026-05-05T21:29:43.905Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
44022026-05-05T21:29:44.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-05T21:29:44.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-05T21:29:44.626Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44052026-05-05T21:29:45.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44062026-05-05T21:29:45.527Z
44072026-05-05T21:29:45.527Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44082026-05-05T21:29:46.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-05-05T21:29:46.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-05-05T21:29:46.190Z Compiling blake3 v1.8.3
44112026-05-05T21:29:46.306Z Checking arrayvec v0.7.6
44122026-05-05T21:29:46.312Z Checking constant_time_eq v0.4.2
44132026-05-05T21:29:46.312Z Checking arrayref v0.3.9
44142026-05-05T21:29:46.318Z Checking topological-sort v0.2.2
44152026-05-05T21:29:46.321Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44162026-05-05T21:29:46.322Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44172026-05-05T21:29:46.322Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44182026-05-05T21:29:46.370Z Checking shell-words v1.1.1
44192026-05-05T21:29:47.182Z Checking omicron-zone-package v0.12.2
44202026-05-05T21:29:47.905Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44212026-05-05T21:29:48.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
44222026-05-05T21:29:48.905Z
44232026-05-05T21:29:48.905Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44242026-05-05T21:29:49.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-05-05T21:29:49.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-05-05T21:29:49.560Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44272026-05-05T21:29:49.882Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44282026-05-05T21:29:50.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44292026-05-05T21:29:50.466Z
44302026-05-05T21:29:50.466Zinfo: running `cargo check --bins` on schema (256/274)
44312026-05-05T21:29:51.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-05T21:29:51.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-05T21:29:51.190Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44342026-05-05T21:29:51.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44352026-05-05T21:29:52.107Z
44362026-05-05T21:29:52.107Zinfo: running `cargo check --bins` on xtask (257/274)
44372026-05-05T21:29:52.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-05T21:29:52.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-05T21:29:52.558Z Checking libc v0.2.185
44402026-05-05T21:29:52.639Z Checking serde v1.0.228
44412026-05-05T21:29:52.645Z Checking zerofrom v0.1.6
44422026-05-05T21:29:52.649Z Checking bitflags v2.11.0
44432026-05-05T21:29:52.654Z Checking smallvec v1.15.1
44442026-05-05T21:29:52.660Z Checking indexmap v2.14.0
44452026-05-05T21:29:52.669Z Checking serde_json v1.0.149
44462026-05-05T21:29:52.679Z Checking scroll v0.12.0
44472026-05-05T21:29:52.744Z Checking yoke v0.8.1
44482026-05-05T21:29:52.793Z Checking num-traits v0.2.19
44492026-05-05T21:29:52.828Z Checking thiserror v1.0.69
44502026-05-05T21:29:52.904Z Checking percent-encoding v2.3.2
44512026-05-05T21:29:52.914Z Checking zerovec v0.11.5
44522026-05-05T21:29:52.924Z Checking zerotrie v0.2.3
44532026-05-05T21:29:52.935Z Checking errno v0.3.14
44542026-05-05T21:29:53.035Z Checking toml_datetime v0.6.11
44552026-05-05T21:29:53.045Z Checking serde_spanned v0.6.9
44562026-05-05T21:29:53.054Z Checking rustix v1.1.3
44572026-05-05T21:29:53.165Z Checking log v0.4.29
44582026-05-05T21:29:53.176Z Checking zerocopy v0.7.35
44592026-05-05T21:29:53.188Z Checking form_urlencoded v1.2.2
44602026-05-05T21:29:53.215Z Checking toml_edit v0.22.27
44612026-05-05T21:29:53.274Z Checking getrandom v0.4.1
44622026-05-05T21:29:53.316Z Checking goblin v0.8.2
44632026-05-05T21:29:53.316Z Checking thiserror v2.0.18
44642026-05-05T21:29:53.336Z Checking ordered-float v2.10.1
44652026-05-05T21:29:53.352Z Checking tinystr v0.8.2
44662026-05-05T21:29:53.409Z Checking potential_utf v0.1.4
44672026-05-05T21:29:53.422Z Checking syn v2.0.117
44682026-05-05T21:29:53.524Z Checking icu_locale_core v2.1.1
44692026-05-05T21:29:53.537Z Checking icu_collections v2.1.1
44702026-05-05T21:29:53.555Z Checking serde-value v0.7.0
44712026-05-05T21:29:53.669Z Checking dtrace-parser v0.2.0
44722026-05-05T21:29:53.760Z Checking thread-id v4.2.2
44732026-05-05T21:29:53.844Z Checking once_cell v1.21.3
44742026-05-05T21:29:53.856Z Checking cargo-platform v0.2.0
44752026-05-05T21:29:53.859Z Checking terminal_size v0.4.3
44762026-05-05T21:29:53.905Z Checking memmap v0.7.0
44772026-05-05T21:29:54.001Z Checking clap_builder v4.5.60
44782026-05-05T21:29:54.017Z Checking tempfile v3.25.0
44792026-05-05T21:29:54.034Z Checking textwrap v0.16.2
44802026-05-05T21:29:54.057Z Checking fs-err v3.3.0
44812026-05-05T21:29:54.074Z Checking icu_provider v2.1.1
44822026-05-05T21:29:54.208Z Checking camino-tempfile v1.4.1
44832026-05-05T21:29:54.237Z Checking tabled v0.15.0
44842026-05-05T21:29:54.247Z Checking anyhow v1.0.102
44852026-05-05T21:29:54.311Z Checking icu_properties v2.1.2
44862026-05-05T21:29:54.323Z Checking icu_normalizer v2.1.1
44872026-05-05T21:29:54.364Z Checking toml v0.8.23
44882026-05-05T21:29:54.441Z Checking macaddr v1.0.1
44892026-05-05T21:29:54.621Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44902026-05-05T21:29:54.683Z Checking cargo_toml v0.21.0
44912026-05-05T21:29:55.117Z Checking idna_adapter v1.2.1
44922026-05-05T21:29:55.194Z Checking dof v0.3.0
44932026-05-05T21:29:55.198Z Checking clap v4.5.60
44942026-05-05T21:29:55.235Z Checking idna v1.1.0
44952026-05-05T21:29:55.457Z Checking usdt-impl v0.5.0
44962026-05-05T21:29:55.461Z Checking url v2.5.8
44972026-05-05T21:29:55.705Z Checking usdt v0.5.0
44982026-05-05T21:29:55.801Z Checking cargo-util-schemas v0.8.2
44992026-05-05T21:29:56.491Z Checking cargo_metadata v0.21.0
45002026-05-05T21:29:57.118Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45012026-05-05T21:29:57.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
45022026-05-05T21:29:57.657Z
45032026-05-05T21:29:57.657Zinfo: running `cargo check --bins` on dnsadm (258/274)
45042026-05-05T21:29:58.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-05-05T21:29:58.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-05-05T21:29:58.298Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45072026-05-05T21:29:58.783Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45082026-05-05T21:29:59.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
45092026-05-05T21:29:59.364Z
45102026-05-05T21:29:59.364Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45112026-05-05T21:29:59.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-05-05T21:29:59.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-05-05T21:30:00.160Z Checking polyval v0.6.2
45142026-05-05T21:30:00.285Z Checking ctr v0.9.2
45152026-05-05T21:30:00.295Z Checking ssh-encoding v0.2.0
45162026-05-05T21:30:00.299Z Checking blowfish v0.9.1
45172026-05-05T21:30:00.315Z Checking password-hash v0.4.2
45182026-05-05T21:30:00.330Z Checking p256 v0.13.2
45192026-05-05T21:30:00.330Z Checking p521 v0.13.3
45202026-05-05T21:30:00.356Z Checking russh-cryptovec v0.7.3
45212026-05-05T21:30:00.429Z Checking ghash v0.5.1
45222026-05-05T21:30:00.443Z Checking bcrypt-pbkdf v0.10.0
45232026-05-05T21:30:00.443Z Checking md5 v0.7.0
45242026-05-05T21:30:00.480Z Checking num-bigint v0.4.6
45252026-05-05T21:30:00.483Z Checking des v0.8.1
45262026-05-05T21:30:00.540Z Checking pbkdf2 v0.11.0
45272026-05-05T21:30:00.557Z Checking aes-gcm v0.10.3
45282026-05-05T21:30:00.570Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45292026-05-05T21:30:00.606Z Checking hex-literal v0.4.1
45302026-05-05T21:30:00.620Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45312026-05-05T21:30:00.675Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45322026-05-05T21:30:00.702Z Checking socket2 v0.5.10
45332026-05-05T21:30:00.705Z Checking ssh-cipher v0.2.0
45342026-05-05T21:30:00.729Z Checking internet-checksum v0.2.1
45352026-05-05T21:30:00.883Z Checking ssh-key v0.6.7
45362026-05-05T21:30:00.963Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45372026-05-05T21:30:01.515Z Checking russh-keys v0.45.0
45382026-05-05T21:30:02.071Z Checking russh v0.45.0
45392026-05-05T21:30:16.786Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45402026-05-05T21:30:18.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.63s
45412026-05-05T21:30:18.217Z
45422026-05-05T21:30:18.218Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45432026-05-05T21:30:18.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-05T21:30:18.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-05T21:30:18.862Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45462026-05-05T21:30:18.971Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45472026-05-05T21:30:18.978Z Checking termios v0.3.3
45482026-05-05T21:30:20.241Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45492026-05-05T21:30:20.372Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45502026-05-05T21:30:22.324Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45512026-05-05T21:30:22.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45522026-05-05T21:30:22.911Z
45532026-05-05T21:30:22.911Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45542026-05-05T21:30:23.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-05T21:30:23.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-05T21:30:23.610Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45572026-05-05T21:30:23.747Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45582026-05-05T21:30:23.766Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45592026-05-05T21:30:23.766Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45602026-05-05T21:30:23.766Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45612026-05-05T21:30:23.766Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45622026-05-05T21:30:24.498Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45632026-05-05T21:30:25.549Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45642026-05-05T21:30:25.549Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45652026-05-05T21:30:25.577Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45662026-05-05T21:30:27.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45672026-05-05T21:30:27.282Z
45682026-05-05T21:30:27.282Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45692026-05-05T21:30:27.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-05-05T21:30:27.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-05-05T21:30:27.910Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45722026-05-05T21:30:28.363Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45732026-05-05T21:30:28.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45742026-05-05T21:30:28.865Z
45752026-05-05T21:30:28.865Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45762026-05-05T21:30:29.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45772026-05-05T21:30:29.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45782026-05-05T21:30:29.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45792026-05-05T21:30:29.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45802026-05-05T21:30:29.448Z
45812026-05-05T21:30:29.448Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45822026-05-05T21:30:29.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-05-05T21:30:29.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-05-05T21:30:29.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45852026-05-05T21:30:29.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45862026-05-05T21:30:30.037Z
45872026-05-05T21:30:30.037Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45882026-05-05T21:30:30.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-05T21:30:30.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-05T21:30:30.792Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45912026-05-05T21:30:31.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45922026-05-05T21:30:31.594Z
45932026-05-05T21:30:31.594Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45942026-05-05T21:30:32.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-05T21:30:32.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-05T21:30:32.243Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45972026-05-05T21:30:32.251Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45982026-05-05T21:30:32.493Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45992026-05-05T21:30:32.493Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46002026-05-05T21:30:33.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46012026-05-05T21:30:33.468Z
46022026-05-05T21:30:33.468Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46032026-05-05T21:30:33.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-05-05T21:30:33.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-05-05T21:30:33.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-05-05T21:30:33.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46072026-05-05T21:30:34.059Z
46082026-05-05T21:30:34.059Zinfo: running `cargo check --bins` on omicron-package (268/274)
46092026-05-05T21:30:34.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-05-05T21:30:34.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-05-05T21:30:34.732Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46122026-05-05T21:30:35.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
46132026-05-05T21:30:39.403Z
46142026-05-05T21:30:39.403Zinfo: running `cargo check --bins` on tqdb (269/274)
46152026-05-05T21:30:39.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-05-05T21:30:39.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-05-05T21:30:39.403Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46182026-05-05T21:30:39.404Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46192026-05-05T21:30:39.404Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46202026-05-05T21:30:39.404Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46212026-05-05T21:30:43.426Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46222026-05-05T21:30:43.426Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46232026-05-05T21:30:44.003Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46242026-05-05T21:30:44.003Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46252026-05-05T21:30:44.007Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46262026-05-05T21:30:44.007Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46272026-05-05T21:30:44.753Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46282026-05-05T21:30:45.763Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46292026-05-05T21:30:46.526Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46302026-05-05T21:30:47.157Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46312026-05-05T21:30:51.165Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46322026-05-05T21:30:57.454Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46332026-05-05T21:30:57.459Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46342026-05-05T21:30:57.459Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46352026-05-05T21:30:57.459Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46362026-05-05T21:30:58.918Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46372026-05-05T21:31:00.236Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46382026-05-05T21:31:00.913Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46392026-05-05T21:31:02.155Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46402026-05-05T21:31:02.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.69s
46412026-05-05T21:31:02.931Z
46422026-05-05T21:31:02.931Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46432026-05-05T21:31:03.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-05-05T21:31:03.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-05-05T21:31:03.639Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46462026-05-05T21:31:03.639Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46472026-05-05T21:31:03.643Z Checking rtoolbox v0.0.3
46482026-05-05T21:31:03.768Z Checking tui-tree-widget v0.23.1
46492026-05-05T21:31:03.867Z Checking rpassword v7.4.0
46502026-05-05T21:31:04.891Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46512026-05-05T21:31:07.886Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46522026-05-05T21:31:09.745Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46532026-05-05T21:31:10.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
46542026-05-05T21:31:10.862Z
46552026-05-05T21:31:10.862Zinfo: running `cargo check --bins` on wicket (271/274)
46562026-05-05T21:31:11.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-05-05T21:31:11.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-05-05T21:31:11.559Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46592026-05-05T21:31:11.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46602026-05-05T21:31:12.116Z
46612026-05-05T21:31:12.116Zinfo: running `cargo check --bins` on wicketd (272/274)
46622026-05-05T21:31:12.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-05-05T21:31:12.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-05-05T21:31:12.837Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46652026-05-05T21:31:12.840Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46662026-05-05T21:31:12.841Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46672026-05-05T21:31:12.841Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46682026-05-05T21:31:13.833Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46692026-05-05T21:31:14.416Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46702026-05-05T21:31:17.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
46712026-05-05T21:31:17.554Z
46722026-05-05T21:31:17.554Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46732026-05-05T21:31:18.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-05-05T21:31:18.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-05-05T21:31:18.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-05-05T21:31:18.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46772026-05-05T21:31:18.140Z
46782026-05-05T21:31:18.140Zinfo: running `cargo check --bins` on zone-setup (274/274)
46792026-05-05T21:31:18.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-05-05T21:31:18.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-05-05T21:31:18.808Z Checking uzers v0.12.2
46822026-05-05T21:31:19.082Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46832026-05-05T21:31:19.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46842026-05-05T21:31:20.037Z
46852026-05-05T21:31:20.037Zreal 14:07.617434474
46862026-05-05T21:31:20.037Zuser 20:33.217998434
46872026-05-05T21:31:20.037Zsys 4:16.764209079
46882026-05-05T21:31:20.037Ztrap 0.335480433
46892026-05-05T21:31:20.037Ztflt 0.363138503
46902026-05-05T21:31:20.037Zdflt 0.840306215
46912026-05-05T21:31:20.037Zkflt 0.001830169
46922026-05-05T21:31:20.040Zlock 1:16:54.340586431
46932026-05-05T21:31:20.040Zslp 1:38:32.063897523
46942026-05-05T21:31:20.040Zlat 57.242843384
46952026-05-05T21:31:20.040Zstop 3:26.843469007
46962026-05-05T21:31:20.043Zprocess exited: duration 1053198 ms, exit code 0
 
46972026-05-05T21:31:20.050Zfound 0 output files