01KY9DFPXDN3STVXWXTFPZS3VD: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KY9DG6821KXW46AWN7CVH9PT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T06:38:38.614Zjob assigned to worker 01KY9DGEQPMF6ZK9MZPQBBT8EE [factory aws, i-0ced6fde3b12d3b95] (queued for 55 s)
 
22026-07-24T06:38:45.452Zstarting task 0: "setup"
32026-07-24T06:38:45.459Z++ uname -s
42026-07-24T06:38:45.462Z+ kern=SunOS
52026-07-24T06:38:45.462Z+ build_user=build
62026-07-24T06:38:45.462Z+ build_uid=12345
72026-07-24T06:38:45.462Z+ work_dir=/work
82026-07-24T06:38:45.462Z+ input_dir=/input
92026-07-24T06:38:45.462Z+ [[ 0 == 12345 ]]
102026-07-24T06:38:45.462Z+ case "$kern" in
112026-07-24T06:38:45.462Z+ groupadd -g 12345 build
122026-07-24T06:38:45.465Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T06:38:47.470Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T06:38:47.615Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T06:38:47.618Z+ home_fs=zfs
162026-07-24T06:38:47.618Z+ [[ zfs == autofs ]]
172026-07-24T06:38:47.618Z+ mkdir -p /home/build
182026-07-24T06:38:47.618Z+ chown build:build /home/build /work
192026-07-24T06:38:49.620Z+ chmod 0700 /home/build /work
202026-07-24T06:38:49.624Zprocess exited: duration 4169 ms, exit code 0
 
212026-07-24T06:38:49.631Zstarting task 1: "rust-toolchain"
222026-07-24T06:38:49.636Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-24T06:38:49.636Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-24T06:38:49.636Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-24T06:38:49.636Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-24T06:38:49.636Z * rust toolchain channel = "1.96.1"
272026-07-24T06:38:49.636Z * rust toolchain profile = "default"
282026-07-24T06:38:49.639Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T06:38:49.639Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-24T06:38:49.734Zinfo: downloading installer
312026-07-24T06:38:51.080Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T06:38:51.080Zwarn: /home/build/.rustup/settings.toml
332026-07-24T06:38:51.080Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T06:38:51.080Zwarn: instead of the one inferred from the default host triple.
352026-07-24T06:38:51.091Zinfo: profile set to default
362026-07-24T06:38:51.091Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T06:38:51.094Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-24T06:38:51.224Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-24T06:38:51.227Zinfo: downloading 6 components
402026-07-24T06:39:05.616Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-24T06:39:05.616Z
422026-07-24T06:39:05.652Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-24T06:39:05.652Z
442026-07-24T06:39:05.652Z
452026-07-24T06:39:05.652ZRust is installed now. Great!
462026-07-24T06:39:05.652Z
472026-07-24T06:39:05.652ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T06:39:05.653Zenvironment variable. This has not been done automatically.
492026-07-24T06:39:05.653Z
502026-07-24T06:39:05.653ZTo configure your current shell, you need to source
512026-07-24T06:39:05.653Zthe corresponding env file under $HOME/.cargo.
522026-07-24T06:39:05.653Z
532026-07-24T06:39:05.653ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T06:39:05.653Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T06:39:05.657Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T06:39:05.657Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T06:39:05.657Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T06:39:05.657Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T06:39:05.657Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T06:39:05.657Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T06:39:05.657Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T06:39:05.760Z+ rustup --version
632026-07-24T06:39:05.770Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T06:39:05.774Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T06:39:05.790Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-24T06:39:05.794Z+ cargo --version
672026-07-24T06:39:05.807Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-24T06:39:05.810Z+ rustc --version
692026-07-24T06:39:05.829Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-24T06:39:05.832Zprocess exited: duration 16199 ms, exit code 0
 
712026-07-24T06:39:05.839Zstarting task 2: "authentication"
722026-07-24T06:39:05.853ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-24T06:39:11.870Zprocess exited: duration 6029 ms, exit code 0
 
742026-07-24T06:39:11.879Zstarting task 3: "clone repository"
752026-07-24T06:39:11.882Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-24T06:39:11.886Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-24T06:39:11.918ZCloning into '/work/oxidecomputer/omicron'...
782026-07-24T06:39:21.329Z+ cd /work/oxidecomputer/omicron
792026-07-24T06:39:21.329Z+ git fetch origin 962c5fde3d920de460b2f643d25bcc55c53de433
802026-07-24T06:39:21.612ZFrom https://github.com/oxidecomputer/omicron
812026-07-24T06:39:21.612Z * branch 962c5fde3d920de460b2f643d25bcc55c53de433 -> FETCH_HEAD
822026-07-24T06:39:21.622Z+ [[ -n sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]]
832026-07-24T06:39:21.625Z++ git branch --show-current
842026-07-24T06:39:21.625Z+ current=main
852026-07-24T06:39:21.625Z+ [[ main != sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]]
862026-07-24T06:39:21.625Z+ git branch -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document 962c5fde3d920de460b2f643d25bcc55c53de433
872026-07-24T06:39:21.628Z+ git checkout -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document
882026-07-24T06:39:21.855ZSwitched to branch 'sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document'
892026-07-24T06:39:21.859Z+ git reset --hard 962c5fde3d920de460b2f643d25bcc55c53de433
902026-07-24T06:39:22.085ZHEAD is now at 962c5fde3 accidentally dropped a line
912026-07-24T06:39:22.088Zprocess exited: duration 10208 ms, exit code 0
 
922026-07-24T06:39:22.098Zstarting task 4: "build"
932026-07-24T06:39:22.102Z+ source .github/buildomat/ci-env.sh
942026-07-24T06:39:22.103Z++ export CARGO_TERM_COLOR=always
952026-07-24T06:39:22.103Z++ CARGO_TERM_COLOR=always
962026-07-24T06:39:22.106Z+++ uname -s
972026-07-24T06:39:22.106Z++ [[ SunOS == \S\u\n\O\S ]]
982026-07-24T06:39:22.106Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-07-24T06:39:22.110Z+ cargo --version
1002026-07-24T06:39:22.116Zcargo 1.96.1 (356927216 2026-06-26)
1012026-07-24T06:39:22.120Z+ rustc --version
1022026-07-24T06:39:22.139Zrustc 1.96.1 (31fca3adb 2026-06-26)
1032026-07-24T06:39:22.142Z+ source ./env.sh
1042026-07-24T06:39:22.142Z++ OLD_SHELL_OPTS=ehxB
1052026-07-24T06:39:22.142Z++ set -o xtrace
1062026-07-24T06:39:22.145Z++++ dirname ./env.sh
1072026-07-24T06:39:22.145Z+++ readlink -f .
1082026-07-24T06:39:22.149Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-07-24T06:39:22.149Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-24T06:39:22.149Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-24T06:39:22.149Z++ 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
1122026-07-24T06:39:22.149Z++ 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
1132026-07-24T06:39:22.149Z++ 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
1142026-07-24T06:39:22.149Z++ 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
1152026-07-24T06:39:22.149Z++ 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
1162026-07-24T06:39:22.149Z++ 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
1172026-07-24T06:39:22.149Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1182026-07-24T06:39:22.150Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1192026-07-24T06:39:22.150Z++ case $OLD_SHELL_OPTS in
1202026-07-24T06:39:22.150Z++ unset OLD_SHELL_OPTS OMICRON_WS
1212026-07-24T06:39:22.150Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1222026-07-24T06:39:22.150Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1232026-07-24T06:39:22.150Z+ banner prerequisites
1242026-07-24T06:39:22.150Z
1252026-07-24T06:39:22.150Z ##### ##### ###### ##### ###### #### # # # #### #
1262026-07-24T06:39:22.150Z # # # # # # # # # # # # # # #
1272026-07-24T06:39:22.150Z # # # # ##### # # ##### # # # # # #### #
1282026-07-24T06:39:22.150Z ##### ##### # ##### # # # # # # # # #
1292026-07-24T06:39:22.150Z # # # # # # # # # # # # # # #
1302026-07-24T06:39:22.150Z # # # ###### # # ###### ### # #### # #### #
1312026-07-24T06:39:22.150Z
1322026-07-24T06:39:22.150Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1332026-07-24T06:39:23.904Z Startup: Refreshing catalog 'helios' ... Done
1342026-07-24T06:39:24.234Z Startup: Caching catalogs ... Done
1352026-07-24T06:39:25.392ZPlanning: Solver setup ... Done (1.033s)
1362026-07-24T06:39:25.432ZPlanning: Running solver ... Done (0.043s)
1372026-07-24T06:39:25.443ZPlanning: Finding local manifests ... Done (0.003s)
1382026-07-24T06:39:25.443ZPlanning: Fetching manifests: 0/2 0% complete
1392026-07-24T06:39:25.457ZPlanning: Fetching manifests: 2/2 100% complete
1402026-07-24T06:39:25.493ZPlanning: Package planning ... Done (0.014s)
1412026-07-24T06:39:25.493ZPlanning: Merging actions ... Done (0.001s)
1422026-07-24T06:39:25.673ZPlanning: Checking for conflicting actions ... Done (0.206s)
1432026-07-24T06:39:25.701ZPlanning: Consolidating action changes ... Done (0.001s)
1442026-07-24T06:39:26.431ZPlanning: Evaluating mediators ... Done (0.754s)
1452026-07-24T06:39:26.438ZPlanning: Planning completed in 2.16 seconds
1462026-07-24T06:39:26.438Z Packages to install: 2
1472026-07-24T06:39:26.438Z Estimated space available: 156.06 GB
1482026-07-24T06:39:26.438ZEstimated space to be consumed: 53.64 MB
1492026-07-24T06:39:26.438Z Create boot environment: No
1502026-07-24T06:39:26.438ZCreate backup boot environment: No
1512026-07-24T06:39:26.438Z Rebuild boot archive: No
1522026-07-24T06:39:26.438Z
1532026-07-24T06:39:26.438ZChanged packages:
1542026-07-24T06:39:26.438Zhelios
1552026-07-24T06:39:26.439Z developer/build-essential
1562026-07-24T06:39:26.439Z None -> 11-3.0
1572026-07-24T06:39:26.439Z library/libxmlsec1
1582026-07-24T06:39:26.439Z None -> 1.2.35-3.0
1592026-07-24T06:39:26.459Z
1602026-07-24T06:39:26.459ZDownload: 0/214 items 0.0/1.3MB 0% complete
1612026-07-24T06:39:26.525ZDownload: Completed 1.28 MB in 0.07 seconds (18.1M/s)
1622026-07-24T06:39:26.612Z Actions: 1/268 actions (Installing new actions)
1632026-07-24T06:39:26.645Z Actions: Completed 268 actions in 0.04 seconds.
1642026-07-24T06:39:26.668ZFinalize: Updating package state database ... Done (0.022s)
1652026-07-24T06:39:26.674ZFinalize: Updating package cache ... Done (0.000s)
1662026-07-24T06:39:26.732ZFinalize: Updating image state ... Done (0.055s)
1672026-07-24T06:39:29.164ZFinalize: Creating fast lookup database ... Done (2.402s)
1682026-07-24T06:39:29.228ZFinalize: Reading search index ... Done (0.012s)
1692026-07-24T06:39:29.231ZFinalize: Updating search index ... Done (0.000s)
1702026-07-24T06:39:29.339ZFinalize: Updating package cache ... Done (0.000s)
1712026-07-24T06:39:29.681ZPlanning: Evaluating mediator changes ... Done
1722026-07-24T06:39:29.787ZPlanning: Checking for conflicting actions ... Done
1732026-07-24T06:39:29.792ZPlanning: Consolidating action changes ... Done
1742026-07-24T06:39:29.946ZPlanning: Evaluating mediators ... Done
1752026-07-24T06:39:29.950ZPlanning: Planning completed in 0.27 seconds
1762026-07-24T06:39:29.970Z Mediators to change: 2
1772026-07-24T06:39:29.970Z Create boot environment: No
1782026-07-24T06:39:29.970ZCreate backup boot environment: No
1792026-07-24T06:39:30.017ZFinalize: Updating package state database ... Done
1802026-07-24T06:39:30.017ZFinalize: Updating package cache ... Done
1812026-07-24T06:39:30.049ZFinalize: Updating image state ... Done
1822026-07-24T06:39:31.984ZFinalize: Creating fast lookup database ... Done
1832026-07-24T06:39:32.051ZFinalize: Reading search index ... Done
1842026-07-24T06:39:32.055ZFinalize: Updating search index ... Done
1852026-07-24T06:39:32.113ZFinalize: Updating package cache ... Done
1862026-07-24T06:39:32.396ZPlanning: Evaluating mediator changes ... Done
1872026-07-24T06:39:32.499ZPlanning: Checking for conflicting actions ... Done
1882026-07-24T06:39:32.502ZPlanning: Consolidating action changes ... Done
1892026-07-24T06:39:32.656ZPlanning: Evaluating mediators ... Done
1902026-07-24T06:39:32.659ZPlanning: Planning completed in 0.26 seconds
1912026-07-24T06:39:32.680Z Mediators to change: 1
1922026-07-24T06:39:32.680Z Create boot environment: No
1932026-07-24T06:39:32.680ZCreate backup boot environment: No
1942026-07-24T06:39:32.723ZFinalize: Updating package state database ... Done
1952026-07-24T06:39:32.723ZFinalize: Updating package cache ... Done
1962026-07-24T06:39:32.754ZFinalize: Updating image state ... Done
1972026-07-24T06:39:34.717ZFinalize: Creating fast lookup database ... Done
1982026-07-24T06:39:34.780ZFinalize: Reading search index ... Done
1992026-07-24T06:39:34.784ZFinalize: Updating search index ... Done
2002026-07-24T06:39:34.876ZFinalize: Updating package cache ... Done
2012026-07-24T06:39:35.191ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022026-07-24T06:39:35.191Zapache system 2.4 system
2032026-07-24T06:39:35.191Zclang system 15 system
2042026-07-24T06:39:35.191Zcsh system system illumos
2052026-07-24T06:39:35.191Zctags system system illumos
2062026-07-24T06:39:35.191Zfile vendor vendor darwinsys
2072026-07-24T06:39:35.191Zfile system system illumos
2082026-07-24T06:39:35.191Zgcc vendor 14 vendor
2092026-07-24T06:39:35.191Zgcc system 13 system
2102026-07-24T06:39:35.191Zgcc system 10 system
2112026-07-24T06:39:35.191Zgo system 1.25 system
2122026-07-24T06:39:35.191Zllvm system 15 system
2132026-07-24T06:39:35.191Zmariadb system 11.4 system
2142026-07-24T06:39:35.191Zmta vendor vendor dma
2152026-07-24T06:39:35.191Zopenjdk system 17 system
2162026-07-24T06:39:35.191Zopenjdk system 11 system
2172026-07-24T06:39:35.191Zopenssl vendor 3 vendor
2182026-07-24T06:39:35.191Zperl system 5.40 system
2192026-07-24T06:39:35.191Zpostgresql system 18 system
2202026-07-24T06:39:35.191Zpostgresql system 17 system
2212026-07-24T06:39:35.191Zpython vendor 3 vendor
2222026-07-24T06:39:35.191Zpython system 2 system
2232026-07-24T06:39:35.192Zpython3 vendor 3.13 vendor
2242026-07-24T06:39:35.192Zruby system 3.4 system
2252026-07-24T06:39:35.192Zruby system 3.0 system
2262026-07-24T06:39:35.192Zwords vendor vendor american-english
2272026-07-24T06:39:35.192Zwords system system australian-english
2282026-07-24T06:39:35.192Zwords system system british-english
2292026-07-24T06:39:35.192Zwords system system canadian-english
2302026-07-24T06:39:35.192Zwords system system french
2312026-07-24T06:39:35.192Zwords system system italian
2322026-07-24T06:39:35.192Zwords system system ngerman
2332026-07-24T06:39:35.192Zwords system system ogerman
2342026-07-24T06:39:35.192Zwords system system spanish
2352026-07-24T06:39:35.440ZPUBLISHER TYPE STATUS P LOCATION
2362026-07-24T06:39:35.440Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2372026-07-24T06:39:35.821ZFMRI IFO
2382026-07-24T06:39:35.821Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2392026-07-24T06:39:35.821Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2402026-07-24T06:39:35.821Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2412026-07-24T06:39:35.821Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2422026-07-24T06:39:35.821Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2432026-07-24T06:39:35.821Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2442026-07-24T06:39:35.821Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2452026-07-24T06:39:35.821Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2462026-07-24T06:39:35.821Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2472026-07-24T06:39:36.127Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482026-07-24T06:39:36.383Z Updating crates.io index
2492026-07-24T06:39:36.387Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502026-07-24T06:39:36.592Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-07-24T06:39:36.876Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-07-24T06:39:37.762Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-07-24T06:39:38.243Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-07-24T06:39:39.777Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-07-24T06:39:40.530Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-07-24T06:39:40.751Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-07-24T06:39:41.042Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-07-24T06:39:42.095Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-07-24T06:39:42.488Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-07-24T06:39:42.778Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-07-24T06:39:43.010Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-07-24T06:39:43.439Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-07-24T06:39:43.901Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2642026-07-24T06:39:44.137Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-07-24T06:39:44.367Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-07-24T06:39:44.638Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-07-24T06:39:44.936Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2682026-07-24T06:39:45.161Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2692026-07-24T06:39:45.380Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2702026-07-24T06:39:45.606Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-07-24T06:39:46.010Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2722026-07-24T06:39:46.326Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-07-24T06:39:46.576Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-07-24T06:39:46.963Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-07-24T06:39:47.209Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-07-24T06:39:47.541Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-07-24T06:39:47.835Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-07-24T06:39:48.039Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-07-24T06:39:48.262Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-07-24T06:39:48.578Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2812026-07-24T06:39:48.945Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-07-24T06:39:49.161Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2832026-07-24T06:39:49.441Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2842026-07-24T06:39:49.675Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-07-24T06:39:49.935Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-07-24T06:39:50.431Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-07-24T06:39:50.663Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-07-24T06:39:50.897Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-07-24T06:39:51.171Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-07-24T06:39:53.782Z Downloading crates ...
2912026-07-24T06:39:53.829Z Downloaded block-buffer v0.10.4
2922026-07-24T06:39:53.837Z Downloaded dtrace-parser v0.2.0
2932026-07-24T06:39:53.841Z Downloaded generic-array v0.14.7
2942026-07-24T06:39:53.841Z Downloaded itoa v1.0.17
2952026-07-24T06:39:53.842Z Downloaded heck v0.5.0
2962026-07-24T06:39:53.847Z Downloaded fastrand v2.3.0
2972026-07-24T06:39:53.847Z Downloaded digest v0.10.7
2982026-07-24T06:39:53.852Z Downloaded cargo_metadata v0.23.1
2992026-07-24T06:39:53.857Z Downloaded plain v0.2.3
3002026-07-24T06:39:53.864Z Downloaded terminal_size v0.4.3
3012026-07-24T06:39:53.864Z Downloaded memmap v0.7.0
3022026-07-24T06:39:53.864Z Downloaded usdt-attr-macro v0.5.0
3032026-07-24T06:39:53.868Z Downloaded zerocopy v0.7.35
3042026-07-24T06:39:53.873Z Downloaded version_check v0.9.5
3052026-07-24T06:39:53.877Z Downloaded zmij v1.0.21
3062026-07-24T06:39:53.877Z Downloaded utf8parse v0.2.2
3072026-07-24T06:39:53.877Z Downloaded thread-id v4.2.2
3082026-07-24T06:39:53.877Z Downloaded proc-macro-error-attr v1.0.4
3092026-07-24T06:39:53.878Z Downloaded equivalent v1.0.2
3102026-07-24T06:39:53.878Z Downloaded crypto-common v0.1.7
3112026-07-24T06:39:53.882Z Downloaded cpufeatures v0.2.17
3122026-07-24T06:39:53.882Z Downloaded is_terminal_polyfill v1.70.2
3132026-07-24T06:39:53.886Z Downloaded toml_write v0.1.2
3142026-07-24T06:39:53.894Z Downloaded anstyle-query v1.1.5
3152026-07-24T06:39:53.898Z Downloaded errno v0.3.14
3162026-07-24T06:39:53.898Z Downloaded dof v0.3.0
3172026-07-24T06:39:53.903Z Downloaded usdt v0.5.0
3182026-07-24T06:39:53.903Z Downloaded fnv v1.0.7
3192026-07-24T06:39:53.903Z Downloaded anstyle v1.0.14
3202026-07-24T06:39:53.903Z Downloaded sha2 v0.10.9
3212026-07-24T06:39:53.910Z Downloaded serde_tokenstream v0.2.3
3222026-07-24T06:39:53.910Z Downloaded anstream v1.0.0
3232026-07-24T06:39:53.915Z Downloaded camino v1.2.2
3242026-07-24T06:39:53.919Z Downloaded anyhow v1.0.102
3252026-07-24T06:39:53.925Z Downloaded cfg-if v1.0.4
3262026-07-24T06:39:53.925Z Downloaded heck v0.4.1
3272026-07-24T06:39:53.925Z Downloaded clap_lex v1.0.0
3282026-07-24T06:39:53.929Z Downloaded toml_datetime v0.6.11
3292026-07-24T06:39:53.936Z Downloaded unicode-linebreak v0.1.5
3302026-07-24T06:39:53.940Z Downloaded strsim v0.11.1
3312026-07-24T06:39:53.946Z Downloaded scroll_derive v0.12.1
3322026-07-24T06:39:53.950Z Downloaded usdt-macro v0.5.0
3332026-07-24T06:39:53.950Z Downloaded colorchoice v1.0.4
3342026-07-24T06:39:53.950Z Downloaded tabled_derive v0.7.0
3352026-07-24T06:39:53.950Z Downloaded cargo-platform v0.3.2
3362026-07-24T06:39:53.963Z Downloaded thiserror v2.0.18
3372026-07-24T06:39:53.968Z Downloaded macaddr v1.0.1
3382026-07-24T06:39:53.969Z Downloaded camino-tempfile v1.4.1
3392026-07-24T06:39:53.969Z Downloaded byteorder v1.5.0
3402026-07-24T06:39:53.969Z Downloaded autocfg v1.5.0
3412026-07-24T06:39:53.973Z Downloaded serde_spanned v0.6.9
3422026-07-24T06:39:53.973Z Downloaded scroll v0.12.0
3432026-07-24T06:39:53.973Z Downloaded pretty-hex v0.4.1
3442026-07-24T06:39:53.973Z Downloaded swrite v0.1.0
3452026-07-24T06:39:53.973Z Downloaded semver v1.0.28
3462026-07-24T06:39:53.981Z Downloaded ucd-trie v0.1.7
3472026-07-24T06:39:53.985Z Downloaded clap v4.6.1
3482026-07-24T06:39:53.985Z Downloaded quote v1.0.45
3492026-07-24T06:39:53.990Z Downloaded smawk v0.3.2
3502026-07-24T06:39:53.995Z Downloaded usdt-impl v0.5.0
3512026-07-24T06:39:53.996Z Downloaded fs-err v3.3.0
3522026-07-24T06:39:54.000Z Downloaded thiserror v1.0.69
3532026-07-24T06:39:54.004Z Downloaded toml v0.8.23
3542026-07-24T06:39:54.004Z Downloaded bytecount v0.6.9
3552026-07-24T06:39:54.004Z Downloaded thiserror-impl v2.0.18
3562026-07-24T06:39:54.008Z Downloaded thiserror-impl v1.0.69
3572026-07-24T06:39:54.008Z Downloaded proc-macro-error v1.0.4
3582026-07-24T06:39:54.008Z Downloaded pest_derive v2.8.6
3592026-07-24T06:39:54.008Z Downloaded clap_derive v4.6.1
3602026-07-24T06:39:54.012Z Downloaded serde_derive v1.0.228
3612026-07-24T06:39:54.012Z Downloaded once_cell v1.21.3
3622026-07-24T06:39:54.016Z Downloaded log v0.4.29
3632026-07-24T06:39:54.020Z Downloaded bitflags v2.11.0
3642026-07-24T06:39:54.024Z Downloaded anstyle-parse v1.0.0
3652026-07-24T06:39:54.024Z Downloaded zerocopy-derive v0.7.35
3662026-07-24T06:39:54.032Z Downloaded unicode-ident v1.0.24
3672026-07-24T06:39:54.037Z Downloaded tempfile v3.25.0
3682026-07-24T06:39:54.038Z Downloaded cargo_toml v0.21.0
3692026-07-24T06:39:54.041Z Downloaded getrandom v0.4.1
3702026-07-24T06:39:54.048Z Downloaded serde_core v1.0.228
3712026-07-24T06:39:54.052Z Downloaded textwrap v0.16.2
3722026-07-24T06:39:54.052Z Downloaded pest_generator v2.8.6
3732026-07-24T06:39:54.055Z Downloaded papergrid v0.11.0
3742026-07-24T06:39:54.063Z Downloaded pest_meta v2.8.6
3752026-07-24T06:39:54.067Z Downloaded memchr v2.8.0
3762026-07-24T06:39:54.071Z Downloaded proc-macro2 v1.0.106
3772026-07-24T06:39:54.075Z Downloaded toml_edit v0.22.27
3782026-07-24T06:39:54.105Z Downloaded serde v1.0.228
3792026-07-24T06:39:54.110Z Downloaded indexmap v2.14.0
3802026-07-24T06:39:54.114Z Downloaded pest v2.8.6
3812026-07-24T06:39:54.118Z Downloaded typenum v1.20.1
3822026-07-24T06:39:54.147Z Downloaded hashbrown v0.17.0
3832026-07-24T06:39:54.156Z Downloaded serde_json v1.0.150
3842026-07-24T06:39:54.160Z Downloaded clap_builder v4.6.0
3852026-07-24T06:39:54.163Z Downloaded goblin v0.8.2
3862026-07-24T06:39:54.172Z Downloaded winnow v0.7.14
3872026-07-24T06:39:54.185Z Downloaded tabled v0.15.0
3882026-07-24T06:39:54.202Z Downloaded syn v1.0.109
3892026-07-24T06:39:54.209Z Downloaded unicode-width v0.2.0
3902026-07-24T06:39:54.219Z Downloaded unicode-width v0.1.14
3912026-07-24T06:39:54.229Z Downloaded syn v2.0.117
3922026-07-24T06:39:54.229Z Downloaded rustix v1.1.3
3932026-07-24T06:39:54.265Z Downloaded libc v0.2.185
3942026-07-24T06:39:54.328Z Compiling proc-macro2 v1.0.106
3952026-07-24T06:39:54.328Z Compiling unicode-ident v1.0.24
3962026-07-24T06:39:54.328Z Compiling quote v1.0.45
3972026-07-24T06:39:54.331Z Compiling serde_core v1.0.228
3982026-07-24T06:39:54.331Z Compiling libc v0.2.185
3992026-07-24T06:39:54.331Z Compiling version_check v0.9.5
4002026-07-24T06:39:54.331Z Compiling memchr v2.8.0
4012026-07-24T06:39:54.501Z Compiling serde v1.0.228
4022026-07-24T06:39:54.649Z Compiling zmij v1.0.21
4032026-07-24T06:39:54.884Z Compiling ucd-trie v0.1.7
4042026-07-24T06:39:54.959Z Compiling itoa v1.0.17
4052026-07-24T06:39:54.983Z Compiling thiserror v1.0.69
4062026-07-24T06:39:55.151Z Compiling pest v2.8.6
4072026-07-24T06:39:55.213Z Compiling byteorder v1.5.0
4082026-07-24T06:39:55.306Z Compiling rustix v1.1.3
4092026-07-24T06:39:55.444Z Compiling errno v0.3.14
4102026-07-24T06:39:55.486Z Compiling bitflags v2.11.0
4112026-07-24T06:39:55.711Z Compiling serde_json v1.0.150
4122026-07-24T06:39:55.858Z Compiling syn v2.0.117
4132026-07-24T06:39:55.891Z Compiling thread-id v4.2.2
4142026-07-24T06:39:55.931Z Compiling proc-macro-error-attr v1.0.4
4152026-07-24T06:39:55.970Z Compiling usdt-impl v0.5.0
4162026-07-24T06:39:55.975Z Compiling camino v1.2.2
4172026-07-24T06:39:56.124Z Compiling syn v1.0.109
4182026-07-24T06:39:56.204Z Compiling pest_meta v2.8.6
4192026-07-24T06:39:56.435Z Compiling proc-macro-error v1.0.4
4202026-07-24T06:39:56.470Z Compiling hashbrown v0.17.0
4212026-07-24T06:39:56.499Z Compiling plain v0.2.3
4222026-07-24T06:39:56.611Z Compiling equivalent v1.0.2
4232026-07-24T06:39:56.632Z Compiling getrandom v0.4.1
4242026-07-24T06:39:56.850Z Compiling utf8parse v0.2.2
4252026-07-24T06:39:56.967Z Compiling log v0.4.29
4262026-07-24T06:39:56.987Z Compiling indexmap v2.14.0
4272026-07-24T06:39:57.022Z Compiling anstyle-parse v1.0.0
4282026-07-24T06:39:57.026Z Compiling terminal_size v0.4.3
4292026-07-24T06:39:57.600Z Compiling autocfg v1.5.0
4302026-07-24T06:39:57.721Z Compiling is_terminal_polyfill v1.70.2
4312026-07-24T06:39:57.763Z Compiling winnow v0.7.14
4322026-07-24T06:39:57.780Z Compiling toml_write v0.1.2
4332026-07-24T06:39:57.803Z Compiling anstyle-query v1.1.5
4342026-07-24T06:39:57.820Z Compiling cfg-if v1.0.4
4352026-07-24T06:39:57.893Z Compiling thiserror v2.0.18
4362026-07-24T06:39:57.915Z Compiling anstyle v1.0.14
4372026-07-24T06:39:57.973Z Compiling colorchoice v1.0.4
4382026-07-24T06:39:58.034Z Compiling pretty-hex v0.4.1
4392026-07-24T06:39:58.099Z Compiling pest_generator v2.8.6
4402026-07-24T06:39:58.137Z Compiling anstream v1.0.0
4412026-07-24T06:39:58.172Z Compiling fs-err v3.3.0
4422026-07-24T06:39:58.408Z Compiling fnv v1.0.7
4432026-07-24T06:39:58.457Z Compiling strsim v0.11.1
4442026-07-24T06:39:58.472Z Compiling fastrand v2.3.0
4452026-07-24T06:39:58.507Z Compiling anyhow v1.0.102
4462026-07-24T06:39:58.730Z Compiling heck v0.5.0
4472026-07-24T06:39:58.746Z Compiling heck v0.4.1
4482026-07-24T06:39:58.769Z Compiling bytecount v0.6.9
4492026-07-24T06:39:58.801Z Compiling once_cell v1.21.3
4502026-07-24T06:39:58.822Z Compiling unicode-width v0.1.14
4512026-07-24T06:39:58.901Z Compiling clap_lex v1.0.0
4522026-07-24T06:39:58.975Z Compiling tempfile v3.25.0
4532026-07-24T06:39:59.087Z Compiling clap_builder v4.6.0
4542026-07-24T06:39:59.116Z Compiling papergrid v0.11.0
4552026-07-24T06:39:59.135Z Compiling semver v1.0.28
4562026-07-24T06:39:59.166Z Compiling cargo-platform v0.3.2
4572026-07-24T06:39:59.226Z Compiling memmap v0.7.0
4582026-07-24T06:39:59.333Z Compiling tabled_derive v0.7.0
4592026-07-24T06:39:59.353Z Compiling unicode-linebreak v0.1.5
4602026-07-24T06:39:59.409Z Compiling unicode-width v0.2.0
4612026-07-24T06:39:59.435Z Compiling smawk v0.3.2
4622026-07-24T06:39:59.455Z Compiling camino-tempfile v1.4.1
4632026-07-24T06:39:59.663Z Compiling serde_derive v1.0.228
4642026-07-24T06:39:59.681Z Compiling thiserror-impl v1.0.69
4652026-07-24T06:39:59.697Z Compiling zerocopy-derive v0.7.35
4662026-07-24T06:39:59.926Z Compiling pest_derive v2.8.6
4672026-07-24T06:39:59.956Z Compiling scroll_derive v0.12.1
4682026-07-24T06:40:00.302Z Compiling thiserror-impl v2.0.18
4692026-07-24T06:40:00.394Z Compiling clap_derive v4.6.1
4702026-07-24T06:40:00.579Z Compiling tabled v0.15.0
4712026-07-24T06:40:00.615Z Compiling zerocopy v0.7.35
4722026-07-24T06:40:00.658Z Compiling scroll v0.12.0
4732026-07-24T06:40:00.960Z Compiling goblin v0.8.2
4742026-07-24T06:40:01.114Z Compiling dtrace-parser v0.2.0
4752026-07-24T06:40:01.189Z Compiling textwrap v0.16.2
4762026-07-24T06:40:01.648Z Compiling swrite v0.1.0
4772026-07-24T06:40:02.160Z Compiling clap v4.6.1
4782026-07-24T06:40:02.767Z Compiling toml_datetime v0.6.11
4792026-07-24T06:40:02.767Z Compiling serde_spanned v0.6.9
4802026-07-24T06:40:02.770Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-24T06:40:02.770Z Compiling macaddr v1.0.1
4822026-07-24T06:40:02.770Z Compiling cargo_metadata v0.23.1
4832026-07-24T06:40:02.848Z Compiling dof v0.3.0
4842026-07-24T06:40:02.863Z Compiling serde_tokenstream v0.2.3
4852026-07-24T06:40:02.945Z Compiling toml_edit v0.22.27
4862026-07-24T06:40:03.578Z Compiling usdt-macro v0.5.0
4872026-07-24T06:40:03.578Z Compiling usdt-attr-macro v0.5.0
4882026-07-24T06:40:04.184Z Compiling usdt v0.5.0
4892026-07-24T06:40:04.287Z Compiling toml v0.8.23
4902026-07-24T06:40:04.611Z Compiling cargo_toml v0.21.0
4912026-07-24T06:40:05.894Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-07-24T06:40:07.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.90s
4932026-07-24T06:40:08.061Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-07-24T06:40:08.567Z Downloading crates ...
4952026-07-24T06:40:08.658Z Downloaded array-init v0.0.4
4962026-07-24T06:40:08.661Z Downloaded bit-set v0.8.0
4972026-07-24T06:40:08.664Z Downloaded ascii-canvas v3.0.0
4982026-07-24T06:40:08.664Z Downloaded bb8 v0.8.6
4992026-07-24T06:40:08.667Z Downloaded atomic-waker v1.1.2
5002026-07-24T06:40:08.673Z Downloaded adler2 v2.0.1
5012026-07-24T06:40:08.676Z Downloaded async-stream v0.3.6
5022026-07-24T06:40:08.683Z Downloaded cfg_aliases v0.2.1
5032026-07-24T06:40:08.692Z Downloaded crc8 v0.1.1
5042026-07-24T06:40:08.695Z Downloaded atomicwrites v0.4.4
5052026-07-24T06:40:08.695Z Downloaded aead v0.5.2
5062026-07-24T06:40:08.698Z Downloaded crc-catalog v2.4.0
5072026-07-24T06:40:08.698Z Downloaded arrayref v0.3.9
5082026-07-24T06:40:08.701Z Downloaded compression-core v0.4.31
5092026-07-24T06:40:08.704Z Downloaded bitfield-struct v0.6.2
5102026-07-24T06:40:08.707Z Downloaded bit-set v0.5.3
5112026-07-24T06:40:08.707Z Downloaded crunchy v0.2.4
5122026-07-24T06:40:08.707Z Downloaded bcrypt-pbkdf v0.11.0
5132026-07-24T06:40:08.710Z Downloaded crucible-workspace-hack v0.1.0
5142026-07-24T06:40:08.710Z Downloaded cstr-argument v0.1.2
5152026-07-24T06:40:08.710Z Downloaded crypto-common v0.2.2
5162026-07-24T06:40:08.713Z Downloaded async-recursion v1.1.1
5172026-07-24T06:40:08.713Z Downloaded convert_case v0.4.0
5182026-07-24T06:40:08.716Z Downloaded diesel_table_macro_syntax v0.3.0
5192026-07-24T06:40:08.716Z Downloaded base16ct v0.2.0
5202026-07-24T06:40:08.719Z Downloaded cpubits v0.1.1
5212026-07-24T06:40:08.719Z Downloaded base16ct v1.0.0
5222026-07-24T06:40:08.722Z Downloaded embedded-io v0.4.0
5232026-07-24T06:40:08.722Z Downloaded castaway v0.2.4
5242026-07-24T06:40:08.725Z Downloaded critical-section v1.2.0
5252026-07-24T06:40:08.728Z Downloaded crossbeam-deque v0.8.6
5262026-07-24T06:40:08.731Z Downloaded assert_matches v1.5.0
5272026-07-24T06:40:08.734Z Downloaded bitfield-macros v0.19.4
5282026-07-24T06:40:08.734Z Downloaded async-stream-impl v0.3.6
5292026-07-24T06:40:08.734Z Downloaded cobs v0.3.0
5302026-07-24T06:40:08.738Z Downloaded csv-core v0.1.13
5312026-07-24T06:40:08.738Z Downloaded ed25519 v3.0.0
5322026-07-24T06:40:08.738Z Downloaded crc v3.4.0
5332026-07-24T06:40:08.741Z Downloaded cpufeatures v0.3.0
5342026-07-24T06:40:08.744Z Downloaded cfg_aliases v0.1.1
5352026-07-24T06:40:08.744Z Downloaded block-padding v0.4.2
5362026-07-24T06:40:08.744Z Downloaded ed25519 v2.2.3
5372026-07-24T06:40:08.747Z Downloaded darling_macro v0.13.4
5382026-07-24T06:40:08.747Z Downloaded ctutils v0.4.2
5392026-07-24T06:40:08.750Z Downloaded crc32fast v1.5.0
5402026-07-24T06:40:08.750Z Downloaded ciborium-io v0.2.2
5412026-07-24T06:40:08.753Z Downloaded crossbeam-utils v0.8.21
5422026-07-24T06:40:08.758Z Downloaded ctr v0.10.1
5432026-07-24T06:40:08.762Z Downloaded darling_macro v0.23.0
5442026-07-24T06:40:08.765Z Downloaded either v1.15.0
5452026-07-24T06:40:08.765Z Downloaded ciborium-ll v0.2.2
5462026-07-24T06:40:08.769Z Downloaded embedded-io v0.6.1
5472026-07-24T06:40:08.769Z Downloaded endian-type v0.1.2
5482026-07-24T06:40:08.769Z Downloaded dof v0.4.0
5492026-07-24T06:40:08.769Z Downloaded darling_macro v0.20.11
5502026-07-24T06:40:08.772Z Downloaded dsl_auto_type v0.2.0
5512026-07-24T06:40:08.772Z Downloaded enum-as-inner v0.6.1
5522026-07-24T06:40:08.772Z Downloaded display-error-chain v0.2.2
5532026-07-24T06:40:08.775Z Downloaded anstream v0.6.21
5542026-07-24T06:40:08.775Z Downloaded camino-tempfile-ext v0.3.3
5552026-07-24T06:40:08.778Z Downloaded bitfield v0.19.4
5562026-07-24T06:40:08.778Z Downloaded difflib v0.4.0
5572026-07-24T06:40:08.778Z Downloaded derive_builder_macro v0.20.2
5582026-07-24T06:40:08.778Z Downloaded cookie_store v0.22.1
5592026-07-24T06:40:08.781Z Downloaded bitflags v1.3.2
5602026-07-24T06:40:08.781Z Downloaded cmake v0.1.57
5612026-07-24T06:40:08.784Z Downloaded blowfish v0.10.0
5622026-07-24T06:40:08.784Z Downloaded cipher v0.4.4
5632026-07-24T06:40:08.784Z Downloaded base64ct v1.8.3
5642026-07-24T06:40:08.787Z Downloaded aead v0.6.1
5652026-07-24T06:40:08.787Z Downloaded arrayvec v0.7.6
5662026-07-24T06:40:08.790Z Downloaded dirs-next v2.0.0
5672026-07-24T06:40:08.790Z Downloaded atty v0.2.14
5682026-07-24T06:40:08.794Z Downloaded dunce v1.0.5
5692026-07-24T06:40:08.794Z Downloaded dirs-sys-next v0.1.2
5702026-07-24T06:40:08.794Z Downloaded debug-ignore v1.0.5
5712026-07-24T06:40:08.796Z Downloaded backoff v0.4.0
5722026-07-24T06:40:08.796Z Downloaded digest-io v0.1.0
5732026-07-24T06:40:08.797Z Downloaded bit-vec v0.8.0
5742026-07-24T06:40:08.799Z Downloaded backon v1.6.0
5752026-07-24T06:40:08.800Z Downloaded dtrace-parser v0.3.0
5762026-07-24T06:40:08.802Z Downloaded dropshot-api-manager-types v0.7.2
5772026-07-24T06:40:08.802Z Downloaded argon2 v0.5.3
5782026-07-24T06:40:08.802Z Downloaded env_filter v1.0.0
5792026-07-24T06:40:08.805Z Downloaded downcast-rs v2.0.2
5802026-07-24T06:40:08.808Z Downloaded fd-lock v4.0.4
5812026-07-24T06:40:08.808Z Downloaded darling_macro v0.21.3
5822026-07-24T06:40:08.808Z Downloaded document-features v0.2.12
5832026-07-24T06:40:08.811Z Downloaded bcs v0.1.6
5842026-07-24T06:40:08.812Z Downloaded bs58 v0.5.1
5852026-07-24T06:40:08.814Z Downloaded defmt-parser v1.0.0
5862026-07-24T06:40:08.814Z Downloaded cassowary v0.3.0
5872026-07-24T06:40:08.817Z Downloaded buf-list v1.1.2
5882026-07-24T06:40:08.817Z Downloaded crossbeam-epoch v0.9.18
5892026-07-24T06:40:08.820Z Downloaded constant_time_eq v0.4.2
5902026-07-24T06:40:08.820Z Downloaded curve25519-dalek-derive v0.1.1
5912026-07-24T06:40:08.820Z Downloaded byte-wrapper v0.1.0
5922026-07-24T06:40:08.823Z Downloaded block-buffer v0.12.1
5932026-07-24T06:40:08.823Z Downloaded compression-codecs v0.4.37
5942026-07-24T06:40:08.826Z Downloaded corncobs v0.1.4
5952026-07-24T06:40:08.826Z Downloaded cipher v0.5.2
5962026-07-24T06:40:08.829Z Downloaded float-cmp v0.10.0
5972026-07-24T06:40:08.829Z Downloaded defmt v0.3.100
5982026-07-24T06:40:08.829Z Downloaded chacha20 v0.9.1
5992026-07-24T06:40:08.832Z Downloaded cbc v0.2.1
6002026-07-24T06:40:08.832Z Downloaded convert_case v0.10.0
6012026-07-24T06:40:08.835Z Downloaded const_format_proc_macros v0.2.34
6022026-07-24T06:40:08.835Z Downloaded fixedbitset v0.4.2
6032026-07-24T06:40:08.838Z Downloaded foreign-types v0.3.2
6042026-07-24T06:40:08.838Z Downloaded flagset v0.4.7
6052026-07-24T06:40:08.838Z Downloaded darling v0.13.4
6062026-07-24T06:40:08.841Z Downloaded futures-core v0.3.32
6072026-07-24T06:40:08.841Z Downloaded dyn-clone v1.0.20
6082026-07-24T06:40:08.844Z Downloaded defmt-macros v1.0.1
6092026-07-24T06:40:08.844Z Downloaded data-encoding v2.10.0
6102026-07-24T06:40:08.847Z Downloaded foreign-types-macros v0.2.3
6112026-07-24T06:40:08.847Z Downloaded foreign-types v0.5.0
6122026-07-24T06:40:08.847Z Downloaded funty v2.0.0
6132026-07-24T06:40:08.847Z Downloaded ena v0.14.4
6142026-07-24T06:40:08.850Z Downloaded ahash v0.8.12
6152026-07-24T06:40:08.850Z Downloaded fxhash v0.2.1
6162026-07-24T06:40:08.850Z Downloaded futures-task v0.3.32
6172026-07-24T06:40:08.853Z Downloaded futures-sink v0.3.32
6182026-07-24T06:40:08.853Z Downloaded chacha20 v0.10.0
6192026-07-24T06:40:08.856Z Downloaded elliptic-curve v0.13.8
6202026-07-24T06:40:08.856Z Downloaded ecdsa v0.16.9
6212026-07-24T06:40:08.860Z Downloaded digest v0.11.3
6222026-07-24T06:40:08.860Z Downloaded colored v2.2.0
6232026-07-24T06:40:08.863Z Downloaded console v0.16.2
6242026-07-24T06:40:08.863Z Downloaded derive-ex v0.1.8
6252026-07-24T06:40:08.866Z Downloaded cexpr v0.6.0
6262026-07-24T06:40:08.866Z Downloaded deranged v0.5.8
6272026-07-24T06:40:08.868Z Downloaded anstyle-parse v0.2.7
6282026-07-24T06:40:08.868Z Downloaded cookie v0.18.1
6292026-07-24T06:40:08.871Z Downloaded bit-vec v0.6.3
6302026-07-24T06:40:08.871Z Downloaded ff v0.14.0
6312026-07-24T06:40:08.871Z Downloaded fallible-iterator v0.2.0
6322026-07-24T06:40:08.874Z Downloaded erased-serde v0.3.31
6332026-07-24T06:40:08.874Z Downloaded git-stub v1.0.0
6342026-07-24T06:40:08.874Z Downloaded enum_dispatch v0.3.13
6352026-07-24T06:40:08.877Z Downloaded derive_builder_core v0.20.2
6362026-07-24T06:40:08.880Z Downloaded delegate v0.13.5
6372026-07-24T06:40:08.880Z Downloaded ecdsa v0.17.0-rc.18
6382026-07-24T06:40:08.880Z Downloaded diesel-dtrace v0.5.0
6392026-07-24T06:40:08.883Z Downloaded defmt v1.0.1
6402026-07-24T06:40:08.883Z Downloaded gethostname v0.5.0
6412026-07-24T06:40:08.886Z Downloaded hash32 v0.3.1
6422026-07-24T06:40:08.886Z Downloaded daft v0.1.7
6432026-07-24T06:40:08.889Z Downloaded globwalk v0.9.1
6442026-07-24T06:40:08.889Z Downloaded cancel-safe-futures v0.1.5
6452026-07-24T06:40:08.892Z Downloaded daft-derive v0.1.7
6462026-07-24T06:40:08.892Z Downloaded async-trait v0.1.89
6472026-07-24T06:40:08.895Z Downloaded float-ord v0.3.2
6482026-07-24T06:40:08.898Z Downloaded colored v3.1.1
6492026-07-24T06:40:08.898Z Downloaded fixedbitset v0.5.7
6502026-07-24T06:40:08.901Z Downloaded ff v0.13.1
6512026-07-24T06:40:08.901Z Downloaded const-oid v0.9.6
6522026-07-24T06:40:08.901Z Downloaded hash32 v0.2.1
6532026-07-24T06:40:08.904Z Downloaded hex-literal v1.1.0
6542026-07-24T06:40:08.904Z Downloaded hex v0.4.3
6552026-07-24T06:40:08.904Z Downloaded futures-executor v0.3.32
6562026-07-24T06:40:08.907Z Downloaded headers-core v0.3.0
6572026-07-24T06:40:08.907Z Downloaded foreign-types-shared v0.1.1
6582026-07-24T06:40:08.907Z Downloaded find-msvc-tools v0.1.9
6592026-07-24T06:40:08.910Z Downloaded console v0.15.11
6602026-07-24T06:40:08.910Z Downloaded http-body v1.0.1
6612026-07-24T06:40:08.910Z Downloaded foldhash v0.2.0
6622026-07-24T06:40:08.913Z Downloaded home v0.5.12
6632026-07-24T06:40:08.913Z Downloaded des v0.9.0
6642026-07-24T06:40:08.913Z Downloaded darling v0.20.11
6652026-07-24T06:40:08.915Z Downloaded hubpack v0.1.2
6662026-07-24T06:40:08.918Z Downloaded http-range v0.1.5
6672026-07-24T06:40:08.918Z Downloaded hostname v0.3.1
6682026-07-24T06:40:08.918Z Downloaded fs_extra v1.3.0
6692026-07-24T06:40:08.921Z Downloaded hyper-tls v0.6.0
6702026-07-24T06:40:08.921Z Downloaded hubpack_derive v0.1.1
6712026-07-24T06:40:08.924Z Downloaded displaydoc v0.2.5
6722026-07-24T06:40:08.924Z Downloaded allocator-api2 v0.2.21
6732026-07-24T06:40:08.927Z Downloaded fs-err v2.11.0
6742026-07-24T06:40:08.927Z Downloaded bzip2 v0.4.4
6752026-07-24T06:40:08.930Z Downloaded elliptic-curve v0.14.0-rc.33
6762026-07-24T06:40:08.930Z Downloaded darling v0.21.3
6772026-07-24T06:40:08.933Z Downloaded diff v0.1.13
6782026-07-24T06:40:08.937Z Downloaded derive_builder v0.20.2
6792026-07-24T06:40:08.942Z Downloaded httpdate v1.0.3
6802026-07-24T06:40:08.942Z Downloaded env_logger v0.11.9
6812026-07-24T06:40:08.942Z Downloaded illumos-nvpair v0.3.0
6822026-07-24T06:40:08.946Z Downloaded darling v0.23.0
6832026-07-24T06:40:08.946Z Downloaded ciborium v0.2.2
6842026-07-24T06:40:08.946Z Downloaded group v0.14.0
6852026-07-24T06:40:08.949Z Downloaded globset v0.4.18
6862026-07-24T06:40:08.949Z Downloaded ghash v0.6.0
6872026-07-24T06:40:08.949Z Downloaded crypto-bigint v0.5.5
6882026-07-24T06:40:08.952Z Downloaded indoc v1.0.9
6892026-07-24T06:40:08.955Z Downloaded group v0.13.0
6902026-07-24T06:40:08.955Z Downloaded glob v0.3.3
6912026-07-24T06:40:08.959Z Downloaded ident_case v1.0.1
6922026-07-24T06:40:08.959Z Downloaded git-stub-vcs v0.1.0
6932026-07-24T06:40:08.959Z Downloaded blake2 v0.11.0-rc.6
6942026-07-24T06:40:08.962Z Downloaded indent_write v2.2.0
6952026-07-24T06:40:08.962Z Downloaded crossbeam-channel v0.5.15
6962026-07-24T06:40:08.965Z Downloaded instant v0.1.13
6972026-07-24T06:40:08.965Z Downloaded instability v0.3.11
6982026-07-24T06:40:08.968Z Downloaded blake2 v0.10.6
6992026-07-24T06:40:08.968Z Downloaded illumos-nvpair-sys v0.2.0
7002026-07-24T06:40:08.968Z Downloaded idna_adapter v1.2.1
7012026-07-24T06:40:08.971Z Downloaded const-oid v0.10.2
7022026-07-24T06:40:08.971Z Downloaded clang-sys v1.8.1
7032026-07-24T06:40:08.974Z Downloaded bzip2 v0.6.1
7042026-07-24T06:40:08.974Z Downloaded is_ci v1.2.0
7052026-07-24T06:40:08.974Z Downloaded foldhash v0.1.5
7062026-07-24T06:40:08.979Z Downloaded darling_core v0.23.0
7072026-07-24T06:40:08.979Z Downloaded http-body-util v0.1.3
7082026-07-24T06:40:08.982Z Downloaded hostname v0.4.2
7092026-07-24T06:40:08.982Z Downloaded futures-channel v0.3.32
7102026-07-24T06:40:08.982Z Downloaded is-terminal v0.4.17
7112026-07-24T06:40:08.985Z Downloaded inout v0.2.2
7122026-07-24T06:40:08.985Z Downloaded lazy_static v1.5.0
7132026-07-24T06:40:08.985Z Downloaded lalrpop-util v0.19.12
7142026-07-24T06:40:08.985Z Downloaded kstat-rs v0.2.4
7152026-07-24T06:40:08.988Z Downloaded keccak v0.1.6
7162026-07-24T06:40:08.988Z Downloaded inout v0.1.4
7172026-07-24T06:40:08.988Z Downloaded filetime v0.2.27
7182026-07-24T06:40:08.992Z Downloaded derive_more v0.99.20
7192026-07-24T06:40:08.996Z Downloaded der_derive v0.7.3
7202026-07-24T06:40:08.996Z Downloaded crc-any v2.5.0
7212026-07-24T06:40:08.996Z Downloaded drift v0.2.0
7222026-07-24T06:40:09.000Z Downloaded libscf-sys v1.1.0
7232026-07-24T06:40:09.003Z Downloaded const_format v0.2.35
7242026-07-24T06:40:09.006Z Downloaded async-bb8-diesel v0.2.1
7252026-07-24T06:40:09.006Z Downloaded argon2 v0.6.0-rc.8
7262026-07-24T06:40:09.009Z Downloaded lru v0.12.5
7272026-07-24T06:40:09.009Z Downloaded managed v0.8.0
7282026-07-24T06:40:09.009Z Downloaded maplit v1.0.2
7292026-07-24T06:40:09.012Z Downloaded darling_core v0.13.4
7302026-07-24T06:40:09.012Z Downloaded kem v0.3.0
7312026-07-24T06:40:09.015Z Downloaded futures-macro v0.3.32
7322026-07-24T06:40:09.015Z Downloaded futures-io v0.3.32
7332026-07-24T06:40:09.015Z Downloaded form_urlencoded v1.2.2
7342026-07-24T06:40:09.016Z Downloaded foreign-types-shared v0.3.1
7352026-07-24T06:40:09.018Z Downloaded hyper-staticfile v0.10.1
7362026-07-24T06:40:09.019Z Downloaded humantime v2.3.0
7372026-07-24T06:40:09.026Z Downloaded linked-hash-map v0.5.6
7382026-07-24T06:40:09.026Z Downloaded ingot v0.1.1
7392026-07-24T06:40:09.026Z Downloaded impl-trait-for-tuples v0.2.3
7402026-07-24T06:40:09.029Z Downloaded lru-cache v0.1.2
7412026-07-24T06:40:09.029Z Downloaded md5 v0.8.0
7422026-07-24T06:40:09.029Z Downloaded lzss v0.8.2
7432026-07-24T06:40:09.029Z Downloaded match_cfg v0.1.0
7442026-07-24T06:40:09.032Z Downloaded maybe-uninit v2.0.0
7452026-07-24T06:40:09.032Z Downloaded md-5 v0.10.6
7462026-07-24T06:40:09.036Z Downloaded getrandom v0.2.17
7472026-07-24T06:40:09.039Z Downloaded fatfs v0.3.6
7482026-07-24T06:40:09.039Z Downloaded dropshot_endpoint v0.17.1
7492026-07-24T06:40:09.042Z Downloaded derive-where v1.6.0
7502026-07-24T06:40:09.046Z Downloaded newline-converter v0.3.0
7512026-07-24T06:40:09.050Z Downloaded multimap v0.10.1
7522026-07-24T06:40:09.050Z Downloaded mime v0.3.17
7532026-07-24T06:40:09.050Z Downloaded new_debug_unreachable v1.0.6
7542026-07-24T06:40:09.054Z Downloaded hmac v0.13.0
7552026-07-24T06:40:09.054Z Downloaded highway v1.3.0
7562026-07-24T06:40:09.054Z Downloaded ipnet v2.11.0
7572026-07-24T06:40:09.057Z Downloaded internet-checksum v0.2.1
7582026-07-24T06:40:09.057Z Downloaded ingot-types v0.1.2
7592026-07-24T06:40:09.057Z Downloaded compact_str v0.8.1
7602026-07-24T06:40:09.060Z Downloaded newtype_derive v0.1.6
7612026-07-24T06:40:09.060Z Downloaded nodrop v0.1.14
7622026-07-24T06:40:09.060Z Downloaded nonempty v0.12.0
7632026-07-24T06:40:09.063Z Downloaded keccak v0.2.0
7642026-07-24T06:40:09.063Z Downloaded iana-time-zone v0.1.65
7652026-07-24T06:40:09.066Z Downloaded ed25519-dalek v3.0.0-rc.0
7662026-07-24T06:40:09.066Z Downloaded ed25519-dalek v2.2.0
7672026-07-24T06:40:09.069Z Downloaded jobserver v0.1.34
7682026-07-24T06:40:09.069Z Downloaded newtype-uuid-macros v0.1.0
7692026-07-24T06:40:09.091Z Downloaded ipnetwork v0.21.1
7702026-07-24T06:40:09.091Z Downloaded getrandom v0.3.4
7712026-07-24T06:40:09.091Z Downloaded nibble_vec v0.1.0
7722026-07-24T06:40:09.091Z Downloaded cmov v0.5.4
7732026-07-24T06:40:09.091Z Downloaded httparse v1.10.1
7742026-07-24T06:40:09.091Z Downloaded libsw v3.5.0
7752026-07-24T06:40:09.091Z Downloaded base64 v0.21.7
7762026-07-24T06:40:09.092Z Downloaded hybrid-array v0.4.13
7772026-07-24T06:40:09.092Z Downloaded ar_archive_writer v0.5.1
7782026-07-24T06:40:09.092Z Downloaded base64 v0.22.1
7792026-07-24T06:40:09.092Z Downloaded chacha20poly1305 v0.10.1
7802026-07-24T06:40:09.092Z Downloaded num v0.4.3
7812026-07-24T06:40:09.092Z Downloaded num-derive v0.3.3
7822026-07-24T06:40:09.092Z Downloaded num-derive v0.4.2
7832026-07-24T06:40:09.096Z Downloaded half v2.7.1
7842026-07-24T06:40:09.096Z Downloaded half v1.8.3
7852026-07-24T06:40:09.096Z Downloaded num-conv v0.2.0
7862026-07-24T06:40:09.100Z Downloaded mime_guess v2.0.5
7872026-07-24T06:40:09.100Z Downloaded hyper-rustls v0.27.7
7882026-07-24T06:40:09.100Z Downloaded opaque-debug v0.3.1
7892026-07-24T06:40:09.100Z Downloaded num_threads v0.1.7
7902026-07-24T06:40:09.105Z Downloaded lock_api v0.4.14
7912026-07-24T06:40:09.106Z Downloaded libsw-core v0.3.2
7922026-07-24T06:40:09.106Z Downloaded libloading v0.8.9
7932026-07-24T06:40:09.110Z Downloaded olpc-cjson v0.1.4
7942026-07-24T06:40:09.110Z Downloaded num_enum_derive v0.5.11
7952026-07-24T06:40:09.110Z Downloaded openssl-probe v0.2.1
7962026-07-24T06:40:09.110Z Downloaded openssl-probe v0.1.6
7972026-07-24T06:40:09.110Z Downloaded multer v3.1.0
7982026-07-24T06:40:09.115Z Downloaded linear-map v1.2.0
7992026-07-24T06:40:09.115Z Downloaded ingot-macros v0.1.1
8002026-07-24T06:40:09.115Z Downloaded module-lattice v0.2.3
8012026-07-24T06:40:09.115Z Downloaded memoffset v0.9.1
8022026-07-24T06:40:09.115Z Downloaded indoc v2.0.7
8032026-07-24T06:40:09.118Z Downloaded libefi-sys v0.1.0
8042026-07-24T06:40:09.118Z Downloaded darling_core v0.20.11
8052026-07-24T06:40:09.121Z Downloaded hmac v0.12.1
8062026-07-24T06:40:09.121Z Downloaded openssl-macros v0.1.1
8072026-07-24T06:40:09.125Z Downloaded native-tls v0.2.18
8082026-07-24T06:40:09.125Z Downloaded nanorand v0.7.0
8092026-07-24T06:40:09.138Z Downloaded oso-derive v0.27.3
8102026-07-24T06:40:09.143Z Downloaded normalize-line-endings v0.3.0
8112026-07-24T06:40:09.143Z Downloaded newtype-uuid v1.3.2
8122026-07-24T06:40:09.143Z Downloaded futures v0.3.32
8132026-07-24T06:40:09.150Z Downloaded num-complex v0.4.6
8142026-07-24T06:40:09.150Z Downloaded flume v0.11.1
8152026-07-24T06:40:09.150Z Downloaded generic-array v1.4.3
8162026-07-24T06:40:09.150Z Downloaded packed_struct_codegen v0.10.1
8172026-07-24T06:40:09.150Z Downloaded darling_core v0.21.3
8182026-07-24T06:40:09.154Z Downloaded peg-runtime v0.8.5
8192026-07-24T06:40:09.154Z Downloaded parse-display v0.10.0
8202026-07-24T06:40:09.154Z Downloaded bytes v1.11.1
8212026-07-24T06:40:09.157Z Downloaded der v0.7.10
8222026-07-24T06:40:09.160Z Downloaded num_enum v0.7.6
8232026-07-24T06:40:09.164Z Downloaded ignore v0.4.25
8242026-07-24T06:40:09.168Z Downloaded indexmap v1.9.3
8252026-07-24T06:40:09.168Z Downloaded nu-ansi-term v0.50.3
8262026-07-24T06:40:09.168Z Downloaded memmap2 v0.9.10
8272026-07-24T06:40:09.171Z Downloaded num-iter v0.1.45
8282026-07-24T06:40:09.171Z Downloaded bumpalo v3.20.2
8292026-07-24T06:40:09.174Z Downloaded path-slash v0.1.5
8302026-07-24T06:40:09.174Z Downloaded password-hash v0.6.1
8312026-07-24T06:40:09.174Z Downloaded parse-size v1.1.0
8322026-07-24T06:40:09.174Z Downloaded percent-encoding v2.3.2
8332026-07-24T06:40:09.177Z Downloaded num-rational v0.4.2
8342026-07-24T06:40:09.177Z Downloaded phf_shared v0.12.1
8352026-07-24T06:40:09.177Z Downloaded num-integer v0.1.46
8362026-07-24T06:40:09.178Z Downloaded num_enum v0.5.11
8372026-07-24T06:40:09.181Z Downloaded num_enum_derive v0.7.6
8382026-07-24T06:40:09.184Z Downloaded lru-slab v0.1.2
8392026-07-24T06:40:09.184Z Downloaded crossterm v0.29.0
8402026-07-24T06:40:09.187Z Downloaded litrs v1.0.0
8412026-07-24T06:40:09.190Z Downloaded flate2 v1.1.9
8422026-07-24T06:40:09.193Z Downloaded ml-kem v0.3.2
8432026-07-24T06:40:09.193Z Downloaded phf_shared v0.11.3
8442026-07-24T06:40:09.196Z Downloaded icu_provider v2.1.1
8452026-07-24T06:40:09.196Z Downloaded litemap v0.8.1
8462026-07-24T06:40:09.199Z Downloaded oxide-tokio-rt v0.1.4
8472026-07-24T06:40:09.199Z Downloaded icu_properties v2.1.2
8482026-07-24T06:40:09.203Z Downloaded oxide-update-engine v0.1.2
8492026-07-24T06:40:09.203Z Downloaded owo-colors v4.3.0
8502026-07-24T06:40:09.203Z Downloaded libbz2-rs-sys v0.2.2
8512026-07-24T06:40:09.206Z Downloaded heapless v0.7.17
8522026-07-24T06:40:09.206Z Downloaded precomputed-hash v0.1.1
8532026-07-24T06:40:09.263Z Downloaded arc-swap v1.8.2
8542026-07-24T06:40:09.263Z Downloaded derive_more v2.1.1
8552026-07-24T06:40:09.270Z Downloaded predicates-core v1.0.10
8562026-07-24T06:40:09.270Z Downloaded packed_struct v0.10.1
8572026-07-24T06:40:09.270Z Downloaded icu_normalizer v2.1.1
8582026-07-24T06:40:09.270Z Downloaded parse-display-derive v0.10.0
8592026-07-24T06:40:09.270Z Downloaded headers v0.4.1
8602026-07-24T06:40:09.270Z Downloaded potential_utf v0.1.4
8612026-07-24T06:40:09.270Z Downloaded oxnet v0.1.6
8622026-07-24T06:40:09.270Z Downloaded cc v1.2.56
8632026-07-24T06:40:09.270Z Downloaded proc-macro-error-attr2 v2.0.0
8642026-07-24T06:40:09.270Z Downloaded proc-macro-crate v3.4.0
8652026-07-24T06:40:09.270Z Downloaded crossterm v0.28.1
8662026-07-24T06:40:09.270Z Downloaded parking_lot_core v0.8.6
8672026-07-24T06:40:09.270Z Downloaded powerfmt v0.2.0
8682026-07-24T06:40:09.270Z Downloaded predicates-tree v1.0.13
8692026-07-24T06:40:09.270Z Downloaded proc-macro-crate v1.3.1
8702026-07-24T06:40:09.270Z Downloaded password-hash v0.5.0
8712026-07-24T06:40:09.270Z Downloaded paste v1.0.15
8722026-07-24T06:40:09.270Z Downloaded pem-rfc7468 v0.7.0
8732026-07-24T06:40:09.270Z Downloaded phc v0.6.1
8742026-07-24T06:40:09.270Z Downloaded pem-rfc7468 v1.0.0
8752026-07-24T06:40:09.270Z Downloaded progenitor-macro v0.13.0
8762026-07-24T06:40:09.270Z Downloaded psl-types v2.0.11
8772026-07-24T06:40:09.271Z Downloaded pem v3.0.6
8782026-07-24T06:40:09.271Z Downloaded progenitor-macro v0.14.0
8792026-07-24T06:40:09.271Z Downloaded phf v0.13.1
8802026-07-24T06:40:09.271Z Downloaded pbkdf2 v0.13.0
8812026-07-24T06:40:09.271Z Downloaded async-compression v0.4.41
8822026-07-24T06:40:09.271Z Downloaded pin-project-lite v0.2.17
8832026-07-24T06:40:09.271Z Downloaded indicatif v0.18.4
8842026-07-24T06:40:09.271Z Downloaded progenitor-client v0.14.0
8852026-07-24T06:40:09.271Z Downloaded expectorate v1.2.0
8862026-07-24T06:40:09.271Z Downloaded heapless v0.8.0
8872026-07-24T06:40:09.277Z Downloaded oxide-update-engine-display v0.1.2
8882026-07-24T06:40:09.277Z Downloaded quick-error v1.2.3
8892026-07-24T06:40:09.277Z Downloaded icu_normalizer_data v2.1.1
8902026-07-24T06:40:09.278Z Downloaded icu_locale_core v2.1.1
8912026-07-24T06:40:09.283Z Downloaded radium v0.7.0
8922026-07-24T06:40:09.283Z Downloaded pin-project-internal v1.1.11
8932026-07-24T06:40:09.283Z Downloaded poly1305 v0.8.0
8942026-07-24T06:40:09.283Z Downloaded derive_more-impl v2.1.1
8952026-07-24T06:40:09.286Z Downloaded ppv-lite86 v0.2.21
8962026-07-24T06:40:09.286Z Downloaded pkg-config v0.3.32
8972026-07-24T06:40:09.286Z Downloaded pkcs8 v0.10.2
8982026-07-24T06:40:09.289Z Downloaded ref-cast-impl v1.0.25
8992026-07-24T06:40:09.290Z Downloaded rand_chacha v0.3.1
9002026-07-24T06:40:09.290Z Downloaded diesel_derives v2.3.7
9012026-07-24T06:40:09.293Z Downloaded der v0.8.0
9022026-07-24T06:40:09.296Z Downloaded primefield v0.14.0
9032026-07-24T06:40:09.299Z Downloaded progenitor v0.13.0
9042026-07-24T06:40:09.299Z Downloaded primeorder v0.14.0-rc.10
9052026-07-24T06:40:09.303Z Downloaded primeorder v0.13.6
9062026-07-24T06:40:09.303Z Downloaded postgres-protocol v0.6.10
9072026-07-24T06:40:09.303Z Downloaded recursive v0.1.1
9082026-07-24T06:40:09.306Z Downloaded parking_lot_core v0.9.12
9092026-07-24T06:40:09.306Z Downloaded ref-cast v1.0.25
9102026-07-24T06:40:09.306Z Downloaded hickory-resolver v0.25.2
9112026-07-24T06:40:09.309Z Downloaded port-file v0.1.0
9122026-07-24T06:40:09.312Z Downloaded polyval v0.7.1
9132026-07-24T06:40:09.312Z Downloaded parking_lot v0.12.5
9142026-07-24T06:40:09.315Z Downloaded parking_lot v0.11.2
9152026-07-24T06:40:09.316Z Downloaded phf v0.12.1
9162026-07-24T06:40:09.319Z Downloaded rand_xorshift v0.4.0
9172026-07-24T06:40:09.319Z Downloaded peg v0.8.5
9182026-07-24T06:40:09.322Z Downloaded omicron-zone-package v0.12.3
9192026-07-24T06:40:09.322Z Downloaded hickory-resolver v0.24.4
9202026-07-24T06:40:09.325Z Downloaded recursive-proc-macro-impl v0.1.1
9212026-07-24T06:40:09.325Z Downloaded aes v0.9.1
9222026-07-24T06:40:09.329Z Downloaded progenitor v0.14.0
9232026-07-24T06:40:09.329Z Downloaded peg-macros v0.8.5
9242026-07-24T06:40:09.333Z Downloaded miniz_oxide v0.8.9
9252026-07-24T06:40:09.333Z Downloaded progenitor-extras v0.2.0
9262026-07-24T06:40:09.333Z Downloaded progenitor-client v0.13.0
9272026-07-24T06:40:09.336Z Downloaded num-traits v0.2.19
9282026-07-24T06:40:09.336Z Downloaded rfc6979 v0.4.0
9292026-07-24T06:40:09.336Z Downloaded rfc6979 v0.5.0
9302026-07-24T06:40:09.336Z Downloaded phf_shared v0.13.1
9312026-07-24T06:40:09.339Z Downloaded russh-cryptovec v0.61.0
9322026-07-24T06:40:09.345Z Downloaded oso v0.27.3
9332026-07-24T06:40:09.348Z Downloaded r2d2 v0.8.10
9342026-07-24T06:40:09.348Z Downloaded pkcs1 v0.8.0-rc.4
9352026-07-24T06:40:09.352Z Downloaded rand_core v0.6.4
9362026-07-24T06:40:09.352Z Downloaded rustc_version v0.1.7
9372026-07-24T06:40:09.352Z Downloaded rtoolbox v0.0.3
9382026-07-24T06:40:09.356Z Downloaded russh-util v0.52.0
9392026-07-24T06:40:09.356Z Downloaded rustc_version v0.4.1
9402026-07-24T06:40:09.356Z Downloaded rustc-hash v2.1.1
9412026-07-24T06:40:09.359Z Downloaded pkcs8 v0.11.0
9422026-07-24T06:40:09.359Z Downloaded pkcs1 v0.7.5
9432026-07-24T06:40:09.362Z Downloaded oxide-update-engine-types v0.1.2
9442026-07-24T06:40:09.365Z Downloaded postgres-types v0.2.12
9452026-07-24T06:40:09.365Z Downloaded icu_collections v2.1.1
9462026-07-24T06:40:09.368Z Downloaded postcard v1.1.3
9472026-07-24T06:40:09.371Z Downloaded rand_seeder v0.4.0
9482026-07-24T06:40:09.371Z Downloaded rand_core v0.10.0
9492026-07-24T06:40:09.374Z Downloaded proc-macro-error2 v2.0.1
9502026-07-24T06:40:09.375Z Downloaded poly1305 v0.9.0
9512026-07-24T06:40:09.378Z Downloaded scheduled-thread-pool v0.2.7
9522026-07-24T06:40:09.386Z Downloaded jiff-static v0.2.21
9532026-07-24T06:40:09.428Z Downloaded scroll_derive v0.13.1
9542026-07-24T06:40:09.428Z Downloaded scopeguard v1.2.0
9552026-07-24T06:40:09.441Z Downloaded sapling-renderdag v0.1.0
9562026-07-24T06:40:09.441Z Downloaded secrecy v0.8.0
9572026-07-24T06:40:09.441Z Downloaded psm v0.1.30
9582026-07-24T06:40:09.442Z Downloaded seq-macro v0.3.6
9592026-07-24T06:40:09.442Z Downloaded semver v0.1.20
9602026-07-24T06:40:09.442Z Downloaded secrecy v0.10.3
9612026-07-24T06:40:09.442Z Downloaded serde_repr v0.1.20
9622026-07-24T06:40:09.442Z Downloaded serde_urlencoded v0.7.1
9632026-07-24T06:40:09.442Z Downloaded serde_spanned v1.1.1
9642026-07-24T06:40:09.442Z Downloaded pkcs5 v0.8.1
9652026-07-24T06:40:09.442Z Downloaded hashbrown v0.12.3
9662026-07-24T06:40:09.442Z Downloaded rpassword v7.5.4
9672026-07-24T06:40:09.442Z Downloaded rand_core v0.9.5
9682026-07-24T06:40:09.442Z Downloaded quinn-udp v0.5.14
9692026-07-24T06:40:09.442Z Downloaded pin-project v1.1.11
9702026-07-24T06:40:09.452Z Downloaded rustversion v1.0.22
9712026-07-24T06:40:09.452Z Downloaded sha1 v0.11.0
9722026-07-24T06:40:09.452Z Downloaded sha1 v0.10.6
9732026-07-24T06:40:09.452Z Downloaded p384 v0.14.0-rc.10
9742026-07-24T06:40:09.452Z Downloaded rustls-pemfile v2.2.0
9752026-07-24T06:40:09.453Z Downloaded hickory-server v0.25.2
9762026-07-24T06:40:09.453Z Downloaded rustls-native-certs v0.8.3
9772026-07-24T06:40:09.453Z Downloaded rand_chacha v0.9.0
9782026-07-24T06:40:09.453Z Downloaded serde_plain v1.0.2
9792026-07-24T06:40:09.468Z Downloaded serde_bytes v0.11.19
9802026-07-24T06:40:09.468Z Downloaded prefix-trie v0.7.0
9812026-07-24T06:40:09.468Z Downloaded predicates v3.1.4
9822026-07-24T06:40:09.468Z Downloaded papergrid v0.17.0
9832026-07-24T06:40:09.468Z Downloaded signature v2.2.0
9842026-07-24T06:40:09.468Z Downloaded signal-hook-tokio v0.3.1
9852026-07-24T06:40:09.468Z Downloaded signal-hook-mio v0.2.5
9862026-07-24T06:40:09.468Z Downloaded shell-words v1.1.1
9872026-07-24T06:40:09.468Z Downloaded rusty-fork v0.3.1
9882026-07-24T06:40:09.475Z Downloaded scroll v0.13.0
9892026-07-24T06:40:09.475Z Downloaded sigpipe v0.1.3
9902026-07-24T06:40:09.475Z Downloaded progenitor-impl v0.13.0
9912026-07-24T06:40:09.475Z Downloaded slog-bunyan v2.5.0
9922026-07-24T06:40:09.476Z Downloaded progenitor-impl v0.14.0
9932026-07-24T06:40:09.489Z Downloaded signature v3.0.0
9942026-07-24T06:40:09.489Z Downloaded siphasher v1.0.2
9952026-07-24T06:40:09.498Z Downloaded internal-russh-num-bigint v0.5.0
9962026-07-24T06:40:09.498Z Downloaded serde-big-array v0.5.1
9972026-07-24T06:40:09.498Z Downloaded sec1 v0.7.3
9982026-07-24T06:40:09.498Z Downloaded serde-hex v0.1.0
9992026-07-24T06:40:09.498Z Downloaded resolv-conf v0.7.6
10002026-07-24T06:40:09.498Z Downloaded slog-envlogger v2.2.0
10012026-07-24T06:40:09.498Z Downloaded hyper-util v0.1.20
10022026-07-24T06:40:09.505Z Downloaded sec1 v0.8.1
10032026-07-24T06:40:09.505Z Downloaded serde_with_macros v1.5.2
10042026-07-24T06:40:09.505Z Downloaded serde_derive_internals v0.29.1
10052026-07-24T06:40:09.505Z Downloaded hashbrown v0.13.2
10062026-07-24T06:40:09.512Z Downloaded same-file v1.0.6
10072026-07-24T06:40:09.523Z Downloaded shlex v1.3.0
10082026-07-24T06:40:09.523Z Downloaded rustls-pki-types v1.14.0
10092026-07-24T06:40:09.528Z Downloaded serdect v0.4.3
10102026-07-24T06:40:09.529Z Downloaded p256 v0.14.0-rc.10
10112026-07-24T06:40:09.529Z Downloaded itertools v0.10.5
10122026-07-24T06:40:09.534Z Downloaded dropshot-api-manager v0.7.2
10132026-07-24T06:40:09.534Z Downloaded pretty_assertions v1.4.1
10142026-07-24T06:40:09.540Z Downloaded rcgen v0.12.1
10152026-07-24T06:40:09.540Z Downloaded schemars_derive v0.8.22
10162026-07-24T06:40:09.540Z Downloaded salsa20 v0.11.0
10172026-07-24T06:40:09.544Z Downloaded aes-gcm v0.11.0
10182026-07-24T06:40:09.544Z Downloaded sqlparser_derive v0.5.0
10192026-07-24T06:40:09.545Z Downloaded scrypt v0.12.0
10202026-07-24T06:40:09.548Z Downloaded strip-ansi-escapes v0.2.1
10212026-07-24T06:40:09.548Z Downloaded strum v0.27.2
10222026-07-24T06:40:09.548Z Downloaded structmeta v0.3.0
10232026-07-24T06:40:09.548Z Downloaded strsim v0.10.0
10242026-07-24T06:40:09.554Z Downloaded aho-corasick v1.1.4
10252026-07-24T06:40:09.554Z Downloaded simd-adler32 v0.3.8
10262026-07-24T06:40:09.557Z Downloaded minimal-lexical v0.2.1
10272026-07-24T06:40:09.557Z Downloaded crypto-primes v0.7.2
10282026-07-24T06:40:09.560Z Downloaded strum v0.26.3
10292026-07-24T06:40:09.563Z Downloaded slog-scope v4.4.1
10302026-07-24T06:40:09.563Z Downloaded slog-json v2.6.1
10312026-07-24T06:40:09.563Z Downloaded slog-dtrace v0.3.0
10322026-07-24T06:40:09.566Z Downloaded structmeta-derive v0.3.0
10332026-07-24T06:40:09.566Z Downloaded slog-async v2.8.0
10342026-07-24T06:40:09.566Z Downloaded ron v0.8.1
10352026-07-24T06:40:09.569Z Downloaded subtle v2.6.1
10362026-07-24T06:40:09.572Z Downloaded smf v0.2.3
10372026-07-24T06:40:09.572Z Downloaded hashbrown v0.15.5
10382026-07-24T06:40:09.576Z Downloaded smallvec v0.6.14
10392026-07-24T06:40:09.576Z Downloaded mio v1.2.0
10402026-07-24T06:40:09.580Z Downloaded serde_cbor v0.11.2
10412026-07-24T06:40:09.580Z Downloaded slog-term v2.9.2
10422026-07-24T06:40:09.584Z Downloaded sync_wrapper v1.0.2
10432026-07-24T06:40:09.584Z Downloaded sync-ptr v0.1.4
10442026-07-24T06:40:09.587Z Downloaded sha2 v0.11.0
10452026-07-24T06:40:09.587Z Downloaded snafu-derive v0.8.9
10462026-07-24T06:40:09.587Z Downloaded serde_path_to_error v0.1.20
10472026-07-24T06:40:09.590Z Downloaded tabled_derive v0.11.0
10482026-07-24T06:40:09.590Z Downloaded signal-hook-registry v1.4.8
10492026-07-24T06:40:09.590Z Downloaded openssl-sys v0.9.115
10502026-07-24T06:40:09.593Z Downloaded testing_table v0.3.0
10512026-07-24T06:40:09.593Z Downloaded tap v1.0.1
10522026-07-24T06:40:09.597Z Downloaded tagptr v0.2.0
10532026-07-24T06:40:09.597Z Downloaded rustls-platform-verifier v0.6.2
10542026-07-24T06:40:09.600Z Downloaded take_mut v0.2.2
10552026-07-24T06:40:09.600Z Downloaded tabwriter v1.4.1
10562026-07-24T06:40:09.600Z Downloaded slog-stdlog v4.1.1
10572026-07-24T06:40:09.603Z Downloaded serde_with_macros v3.21.0
10582026-07-24T06:40:09.603Z Downloaded slab v0.4.12
10592026-07-24T06:40:09.603Z Downloaded prettyplease v0.2.37
10602026-07-24T06:40:09.606Z Downloaded rayon-core v1.13.0
10612026-07-24T06:40:09.609Z Downloaded http v1.4.2
10622026-07-24T06:40:09.612Z Downloaded stable_deref_trait v1.2.1
10632026-07-24T06:40:09.612Z Downloaded sqlformat v0.3.5
10642026-07-24T06:40:09.612Z Downloaded spki v0.8.0
10652026-07-24T06:40:09.615Z Downloaded ssh-cipher v0.3.0-rc.9
10662026-07-24T06:40:09.618Z Downloaded time-core v0.1.8
10672026-07-24T06:40:09.618Z Downloaded ryu v1.0.23
10682026-07-24T06:40:09.621Z Downloaded idna v1.1.0
10692026-07-24T06:40:09.625Z Downloaded stacker v0.1.23
10702026-07-24T06:40:09.625Z Downloaded num-bigint v0.4.6
10712026-07-24T06:40:09.627Z Downloaded strum_macros v0.26.4
10722026-07-24T06:40:09.631Z Downloaded string_cache v0.8.9
10732026-07-24T06:40:09.631Z Downloaded thread-id v5.1.0
10742026-07-24T06:40:09.631Z Downloaded stringprep v0.1.5
10752026-07-24T06:40:09.635Z Downloaded strum_macros v0.24.3
10762026-07-24T06:40:09.635Z Downloaded static_assertions v1.1.0
10772026-07-24T06:40:09.640Z Downloaded smallvec v1.15.1
10782026-07-24T06:40:09.643Z Downloaded tinyvec_macros v0.1.1
10792026-07-24T06:40:09.643Z Downloaded supports-color v3.0.2
10802026-07-24T06:40:09.646Z Downloaded support-bundle-viewer v0.1.2
10812026-07-24T06:40:09.649Z Downloaded tokio-macros v2.7.0
10822026-07-24T06:40:09.649Z Downloaded tokio-test v0.4.5
10832026-07-24T06:40:09.649Z Downloaded itertools v0.13.0
10842026-07-24T06:40:09.654Z Downloaded hashbrown v0.16.1
10852026-07-24T06:40:09.660Z Downloaded rand v0.8.6
10862026-07-24T06:40:09.664Z Downloaded quinn v0.11.9
10872026-07-24T06:40:09.664Z Downloaded publicsuffix v2.3.0
10882026-07-24T06:40:09.667Z Downloaded tower-layer v0.3.3
10892026-07-24T06:40:09.670Z Downloaded thiserror-impl-no-std v2.0.2
10902026-07-24T06:40:09.670Z Downloaded spki v0.7.3
10912026-07-24T06:40:09.673Z Downloaded libxml v0.3.3
10922026-07-24T06:40:09.676Z Downloaded topological-sort v0.2.2
10932026-07-24T06:40:09.679Z Downloaded ssh-encoding v0.3.0-rc.9
10942026-07-24T06:40:09.682Z Downloaded spin v0.9.8
10952026-07-24T06:40:09.687Z Downloaded trait-variant v0.1.2
10962026-07-24T06:40:09.690Z Downloaded p521 v0.14.0-rc.10
10972026-07-24T06:40:09.690Z Downloaded nom v7.1.3
10982026-07-24T06:40:09.693Z Downloaded schemars v0.8.22
10992026-07-24T06:40:09.699Z Downloaded termtree v0.5.1
11002026-07-24T06:40:09.702Z Downloaded tinystr v0.8.2
11012026-07-24T06:40:09.702Z Downloaded typify-macro v0.6.2
11022026-07-24T06:40:09.702Z Downloaded thiserror-no-std v2.0.2
11032026-07-24T06:40:09.705Z Downloaded unicode-xid v0.2.6
11042026-07-24T06:40:09.705Z Downloaded try-lock v0.2.5
11052026-07-24T06:40:09.705Z Downloaded time-macros v0.2.27
11062026-07-24T06:40:09.708Z Downloaded unicode-truncate v1.1.0
11072026-07-24T06:40:09.708Z Downloaded tokio-native-tls v0.3.1
11082026-07-24T06:40:09.711Z Downloaded tokio-dtrace v0.1.1
11092026-07-24T06:40:09.712Z Downloaded strum_macros v0.27.2
11102026-07-24T06:40:09.716Z Downloaded tiny-keccak v2.0.2
11112026-07-24T06:40:09.716Z Downloaded futures-util v0.3.32
11122026-07-24T06:40:09.720Z Downloaded unit-prefix v0.5.2
11132026-07-24T06:40:09.723Z Downloaded tls_codec v0.4.2
11142026-07-24T06:40:09.723Z Downloaded synstructure v0.13.2
11152026-07-24T06:40:09.727Z Downloaded hyper v1.10.1
11162026-07-24T06:40:09.730Z Downloaded unarray v0.1.4
11172026-07-24T06:40:09.730Z Downloaded serde_yaml v0.9.34+deprecated
11182026-07-24T06:40:09.733Z Downloaded rsa v0.9.10
11192026-07-24T06:40:09.736Z Downloaded universal-hash v0.5.1
11202026-07-24T06:40:09.736Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11212026-07-24T06:40:09.736Z Downloaded untrusted v0.9.0
11222026-07-24T06:40:09.739Z Downloaded untrusted v0.7.1
11232026-07-24T06:40:09.739Z Downloaded universal-hash v0.6.1
11242026-07-24T06:40:09.739Z Downloaded utf-8 v0.7.6
11252026-07-24T06:40:09.739Z Downloaded qorb v0.4.1
11262026-07-24T06:40:09.742Z Downloaded usdt-macro v0.6.0
11272026-07-24T06:40:09.743Z Downloaded usdt-attr-macro v0.6.0
11282026-07-24T06:40:09.745Z Downloaded rand v0.9.2
11292026-07-24T06:40:09.746Z Downloaded rustls-webpki v0.103.13
11302026-07-24T06:40:09.749Z Downloaded toml_writer v1.1.1+spec-1.1.0
11312026-07-24T06:40:09.749Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-07-24T06:40:09.753Z Downloaded term v1.2.1
11332026-07-24T06:40:09.753Z Downloaded socket2 v0.5.10
11342026-07-24T06:40:09.782Z Downloaded tokio-tungstenite v0.23.1
11352026-07-24T06:40:09.782Z Downloaded tower-service v0.3.3
11362026-07-24T06:40:09.782Z Downloaded nom v8.0.0
11372026-07-24T06:40:09.782Z Downloaded utf8_iter v1.0.4
11382026-07-24T06:40:09.782Z Downloaded tokio-tungstenite v0.21.0
11392026-07-24T06:40:09.782Z Downloaded iri-string v0.7.10
11402026-07-24T06:40:09.782Z Downloaded hkdf v0.13.0
11412026-07-24T06:40:09.782Z Downloaded wait-timeout v0.2.1
11422026-07-24T06:40:09.782Z Downloaded schemars v0.9.0
11432026-07-24T06:40:09.785Z Downloaded waitgroup v0.1.2
11442026-07-24T06:40:09.785Z Downloaded void v1.0.2
11452026-07-24T06:40:09.785Z Downloaded samael v0.0.19
11462026-07-24T06:40:09.785Z Downloaded itertools v0.14.0
11472026-07-24T06:40:09.785Z Downloaded want v0.3.1
11482026-07-24T06:40:09.785Z Downloaded tui-tree-widget v0.23.1
11492026-07-24T06:40:09.785Z Downloaded schemars v1.2.1
11502026-07-24T06:40:09.792Z Downloaded slog v2.8.2
11512026-07-24T06:40:09.795Z Downloaded tokio-stream v0.1.18
11522026-07-24T06:40:09.798Z Downloaded aws-lc-rs v1.16.3
11532026-07-24T06:40:09.821Z Downloaded xshell-macros v0.2.7
11542026-07-24T06:40:09.822Z Downloaded h2 v0.4.15
11552026-07-24T06:40:09.828Z Downloaded zerofrom v0.1.6
11562026-07-24T06:40:09.831Z Downloaded snafu v0.8.9
11572026-07-24T06:40:09.831Z Downloaded rand v0.10.1
11582026-07-24T06:40:09.835Z Downloaded yoke-derive v0.8.1
11592026-07-24T06:40:09.838Z Downloaded vergen-git2 v9.1.0
11602026-07-24T06:40:09.838Z Downloaded uzers v0.12.2
11612026-07-24T06:40:09.838Z Downloaded toml_parser v1.1.2+spec-1.1.0
11622026-07-24T06:40:09.842Z Downloaded tokio-rustls v0.26.4
11632026-07-24T06:40:09.842Z Downloaded zone v0.3.1
11642026-07-24T06:40:09.842Z Downloaded zerofrom-derive v0.1.6
11652026-07-24T06:40:09.846Z Downloaded tracing-attributes v0.1.31
11662026-07-24T06:40:09.849Z Downloaded test-strategy v0.4.5
11672026-07-24T06:40:09.849Z Downloaded libm v0.2.16
11682026-07-24T06:40:09.853Z Downloaded tls_codec_derive v0.4.2
11692026-07-24T06:40:09.856Z Downloaded vergen-lib v0.1.6
11702026-07-24T06:40:09.856Z Downloaded walkdir v2.5.0
11712026-07-24T06:40:09.856Z Downloaded vergen-gitcl v1.0.8
11722026-07-24T06:40:09.860Z Downloaded tinyvec v1.10.0
11732026-07-24T06:40:09.860Z Downloaded icu_properties_data v2.1.2
11742026-07-24T06:40:09.864Z Downloaded zone_cfg_derive v0.3.1
11752026-07-24T06:40:09.867Z Downloaded bindgen v0.71.1
11762026-07-24T06:40:09.870Z Downloaded whoami v1.6.1
11772026-07-24T06:40:09.870Z Downloaded writeable v0.6.2
11782026-07-24T06:40:09.873Z Downloaded subprocess v0.2.15
11792026-07-24T06:40:09.873Z Downloaded whoami v2.1.0
11802026-07-24T06:40:09.878Z Downloaded usdt-impl v0.6.0
11812026-07-24T06:40:09.878Z Downloaded unicase v2.9.0
11822026-07-24T06:40:09.878Z Downloaded tar v0.4.46
11832026-07-24T06:40:09.883Z Downloaded xattr v1.6.1
11842026-07-24T06:40:09.883Z Downloaded wyz v0.5.1
11852026-07-24T06:40:09.883Z Downloaded usdt v0.6.0
11862026-07-24T06:40:09.883Z Downloaded unicode-properties v0.1.4
11872026-07-24T06:40:09.883Z Downloaded rustyline v14.0.0
11882026-07-24T06:40:09.888Z Downloaded zerovec-derive v0.11.2
11892026-07-24T06:40:09.888Z Downloaded zeroize v1.8.2
11902026-07-24T06:40:09.888Z Downloaded yoke v0.8.1
11912026-07-24T06:40:09.892Z Downloaded xshell v0.2.7
11922026-07-24T06:40:09.892Z Downloaded toml v1.1.2+spec-1.1.0
11932026-07-24T06:40:09.892Z Downloaded zstd v0.13.3
11942026-07-24T06:40:09.897Z Downloaded zeroize_derive v1.4.3
11952026-07-24T06:40:09.897Z Downloaded vergen v9.1.0
11962026-07-24T06:40:09.897Z Downloaded twox-hash v2.1.2
11972026-07-24T06:40:09.897Z Downloaded tungstenite v0.21.0
11982026-07-24T06:40:09.900Z Downloaded toml v0.7.8
11992026-07-24T06:40:09.900Z Downloaded vsss-rs v3.3.4
12002026-07-24T06:40:09.903Z Downloaded iddqd v0.4.2
12012026-07-24T06:40:09.907Z Downloaded tungstenite v0.23.0
12022026-07-24T06:40:09.911Z Downloaded vergen-lib v9.1.0
12032026-07-24T06:40:09.911Z Downloaded rsa v0.10.0-rc.18
12042026-07-24T06:40:09.914Z Downloaded blake3 v1.8.5
12052026-07-24T06:40:09.917Z Downloaded zstd-safe v7.2.4
12062026-07-24T06:40:09.920Z Downloaded bitvec v1.0.1
12072026-07-24T06:40:09.927Z Downloaded unsafe-libyaml v0.2.11
12082026-07-24T06:40:09.930Z Downloaded typify v0.6.2
12092026-07-24T06:40:09.930Z Downloaded yasna v0.5.2
12102026-07-24T06:40:09.930Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-07-24T06:40:09.934Z Downloaded steno v0.4.1
12122026-07-24T06:40:09.937Z Downloaded tracing-core v0.1.36
12132026-07-24T06:40:09.937Z Downloaded chrono v0.4.45
12142026-07-24T06:40:09.940Z Downloaded serde_with v1.14.0
12152026-07-24T06:40:09.943Z Downloaded uuid v1.23.4
12162026-07-24T06:40:09.946Z Downloaded zerocopy v0.6.6
12172026-07-24T06:40:09.950Z Downloaded git2 v0.20.4
12182026-07-24T06:40:09.953Z Downloaded unicode-bidi v0.3.18
12192026-07-24T06:40:09.953Z Downloaded term v0.7.0
12202026-07-24T06:40:09.956Z Downloaded socket2 v0.6.3
12212026-07-24T06:40:09.959Z Downloaded hkdf v0.12.4
12222026-07-24T06:40:09.959Z Downloaded thread_local v1.1.9
12232026-07-24T06:40:09.962Z Downloaded termios v0.3.3
12242026-07-24T06:40:09.962Z Downloaded similar v2.7.0
12252026-07-24T06:40:09.965Z Downloaded signal-hook v0.3.18
12262026-07-24T06:40:09.965Z Downloaded num-bigint-dig v0.8.6
12272026-07-24T06:40:09.968Z Downloaded vte v0.14.1
12282026-07-24T06:40:09.972Z Downloaded itertools v0.12.1
12292026-07-24T06:40:09.975Z Downloaded zopfli v0.8.3
12302026-07-24T06:40:09.978Z Downloaded reedline v0.40.0
12312026-07-24T06:40:09.982Z Downloaded crypto-bigint v0.7.5
12322026-07-24T06:40:09.992Z Downloaded tokio-postgres v0.7.16
12332026-07-24T06:40:09.994Z Downloaded toml_edit v0.19.15
12342026-07-24T06:40:10.003Z Downloaded unicode_categories v0.1.1
12352026-07-24T06:40:10.007Z Downloaded url v2.5.8
12362026-07-24T06:40:10.011Z Downloaded zip v0.6.6
12372026-07-24T06:40:10.017Z Downloaded rawzip v0.4.4
12382026-07-24T06:40:10.034Z Downloaded yansi v1.0.1
12392026-07-24T06:40:10.037Z Downloaded moka v0.12.13
12402026-07-24T06:40:10.040Z Downloaded reqwest v0.12.28
12412026-07-24T06:40:10.045Z Downloaded quick-xml v0.37.5
12422026-07-24T06:40:10.051Z Downloaded zerotrie v0.2.3
12432026-07-24T06:40:10.051Z Downloaded zerocopy-derive v0.8.40
12442026-07-24T06:40:10.055Z Downloaded ssh-key v0.7.0-rc.10
12452026-07-24T06:40:10.058Z Downloaded rayon v1.11.0
12462026-07-24T06:40:10.062Z Downloaded salty v0.3.0
12472026-07-24T06:40:10.065Z Downloaded typed-path v0.9.3
12482026-07-24T06:40:10.069Z Downloaded reqwest v0.13.2
12492026-07-24T06:40:10.072Z Downloaded regex v1.12.3
12502026-07-24T06:40:10.076Z Downloaded goblin v0.10.5
12512026-07-24T06:40:10.079Z Downloaded portable-atomic v1.13.1
12522026-07-24T06:40:10.084Z Downloaded proptest v1.10.0
12532026-07-24T06:40:10.091Z Downloaded tower v0.5.3
12542026-07-24T06:40:10.096Z Downloaded p384 v0.13.1
12552026-07-24T06:40:10.100Z Downloaded x509-cert v0.2.5
12562026-07-24T06:40:10.103Z Downloaded lalrpop v0.19.12
12572026-07-24T06:40:10.106Z Downloaded curve25519-dalek v4.1.3
12582026-07-24T06:40:10.111Z Downloaded object v0.30.4
12592026-07-24T06:40:10.116Z Downloaded petname v2.0.2
12602026-07-24T06:40:10.133Z Downloaded unicode-segmentation v1.12.0
12612026-07-24T06:40:10.139Z Downloaded unicode-normalization v0.1.25
12622026-07-24T06:40:10.142Z Downloaded curve25519-dalek v5.0.0-rc.0
12632026-07-24T06:40:10.146Z Downloaded quinn-proto v0.11.13
12642026-07-24T06:40:10.157Z Downloaded zip v4.6.1
12652026-07-24T06:40:10.160Z Downloaded tough v0.22.0
12662026-07-24T06:40:10.187Z Downloaded zerovec v0.11.5
12672026-07-24T06:40:10.190Z Downloaded tower-http v0.6.8
12682026-07-24T06:40:10.194Z Downloaded winnow v0.6.26
12692026-07-24T06:40:10.199Z Downloaded winnow v0.5.40
12702026-07-24T06:40:10.206Z Downloaded tokio-util v0.7.18
12712026-07-24T06:40:10.209Z Downloaded serde_with v3.21.0
12722026-07-24T06:40:10.216Z Downloaded nix v0.27.1
12732026-07-24T06:40:10.223Z Downloaded tabled v0.20.0
12742026-07-24T06:40:10.235Z Downloaded russh v0.61.2
12752026-07-24T06:40:10.239Z Downloaded openssl v0.10.79
12762026-07-24T06:40:10.242Z Downloaded bstr v1.12.1
12772026-07-24T06:40:10.248Z Downloaded regex-syntax v0.6.29
12782026-07-24T06:40:10.253Z Downloaded nix v0.28.0
12792026-07-24T06:40:10.258Z Downloaded polar-core v0.27.3
12802026-07-24T06:40:10.262Z Downloaded radix_trie v0.2.1
12812026-07-24T06:40:10.266Z Downloaded dropshot v0.17.1
12822026-07-24T06:40:10.276Z Downloaded winnow v1.0.3
12832026-07-24T06:40:10.282Z Downloaded openapiv3 v2.2.0
12842026-07-24T06:40:10.294Z Downloaded vcpkg v0.2.15
12852026-07-24T06:40:10.313Z Downloaded nix v0.31.2
12862026-07-24T06:40:10.321Z Downloaded diesel v2.3.7
12872026-07-24T06:40:10.331Z Downloaded regress v0.10.5
12882026-07-24T06:40:10.336Z Downloaded time v0.3.47
12892026-07-24T06:40:10.343Z Downloaded zlib-rs v0.6.2
12902026-07-24T06:40:10.346Z Downloaded smoltcp v0.11.0
12912026-07-24T06:40:10.353Z Downloaded rustls v0.23.41
12922026-07-24T06:40:10.360Z Downloaded hickory-proto v0.24.4
12932026-07-24T06:40:10.368Z Downloaded smoltcp v0.9.1
12942026-07-24T06:40:10.374Z Downloaded zerocopy v0.8.40
12952026-07-24T06:40:10.379Z Downloaded regress v0.11.1
12962026-07-24T06:40:10.384Z Downloaded regex-syntax v0.8.10
12972026-07-24T06:40:10.388Z Downloaded object v0.37.3
12982026-07-24T06:40:10.395Z Downloaded hickory-proto v0.25.2
12992026-07-24T06:40:10.403Z Downloaded rustix v0.38.44
13002026-07-24T06:40:10.415Z Downloaded fiat-crypto v0.3.0
13012026-07-24T06:40:10.423Z Downloaded sled v0.34.7
13022026-07-24T06:40:10.428Z Downloaded ratatui v0.29.0
13032026-07-24T06:40:10.447Z Downloaded regex-automata v0.4.14
13042026-07-24T06:40:10.492Z Downloaded csv v1.4.0
13052026-07-24T06:40:10.503Z Downloaded petgraph v0.8.3
13062026-07-24T06:40:10.516Z Downloaded libz-sys v1.1.24
13072026-07-24T06:40:10.541Z Downloaded sqlparser v0.61.0
13082026-07-24T06:40:10.546Z Downloaded typify-impl v0.6.2
13092026-07-24T06:40:10.556Z Downloaded tracing v0.1.44
13102026-07-24T06:40:10.570Z Downloaded sha3 v0.11.0
13112026-07-24T06:40:10.573Z Downloaded bzip2-sys v0.1.13+1.0.8
13122026-07-24T06:40:10.600Z Downloaded zerocopy-derive v0.6.6
13132026-07-24T06:40:10.610Z Downloaded ring v0.17.14
13142026-07-24T06:40:10.636Z Downloaded petgraph v0.6.5
13152026-07-24T06:40:10.660Z Downloaded jiff v0.2.21
13162026-07-24T06:40:10.667Z Downloaded chrono-tz v0.10.4
13172026-07-24T06:40:10.673Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-07-24T06:40:10.722Z Downloaded sha3 v0.10.8
13192026-07-24T06:40:10.726Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-07-24T06:40:10.738Z Downloaded tokio v1.52.1
13212026-07-24T06:40:10.798Z Downloaded encoding_rs v0.8.35
13222026-07-24T06:40:11.360Z Downloaded aws-lc-sys v0.40.0
13232026-07-24T06:40:11.619Z Compiling libc v0.2.185
13242026-07-24T06:40:11.619Z Compiling serde_core v1.0.228
13252026-07-24T06:40:11.619Z Compiling serde v1.0.228
13262026-07-24T06:40:11.622Z Compiling log v0.4.29
13272026-07-24T06:40:11.622Z Compiling smallvec v1.15.1
13282026-07-24T06:40:11.622Z Compiling shlex v1.3.0
13292026-07-24T06:40:11.755Z Compiling find-msvc-tools v0.1.9
13302026-07-24T06:40:11.759Z Compiling syn v2.0.117
13312026-07-24T06:40:11.964Z Compiling subtle v2.6.1
13322026-07-24T06:40:11.968Z Compiling stable_deref_trait v1.2.1
13332026-07-24T06:40:11.994Z Compiling scopeguard v1.2.0
13342026-07-24T06:40:12.045Z Compiling typenum v1.20.1
13352026-07-24T06:40:12.083Z Compiling lock_api v0.4.14
13362026-07-24T06:40:12.102Z Compiling serde_json v1.0.150
13372026-07-24T06:40:12.111Z Compiling zerocopy v0.8.40
13382026-07-24T06:40:12.136Z Compiling portable-atomic v1.13.1
13392026-07-24T06:40:12.307Z Compiling parking_lot_core v0.9.12
13402026-07-24T06:40:12.319Z Compiling pin-project-lite v0.2.17
13412026-07-24T06:40:12.420Z Compiling libm v0.2.16
13422026-07-24T06:40:12.556Z Compiling pkg-config v0.3.32
13432026-07-24T06:40:12.586Z Compiling jobserver v0.1.34
13442026-07-24T06:40:12.603Z Compiling errno v0.3.14
13452026-07-24T06:40:12.728Z Compiling getrandom v0.2.17
13462026-07-24T06:40:12.745Z Compiling critical-section v1.2.0
13472026-07-24T06:40:12.851Z Compiling cc v1.2.56
13482026-07-24T06:40:12.860Z Compiling getrandom v0.4.1
13492026-07-24T06:40:12.941Z Compiling rand_core v0.6.4
13502026-07-24T06:40:12.974Z Compiling signal-hook-registry v1.4.8
13512026-07-24T06:40:13.105Z Compiling once_cell v1.21.3
13522026-07-24T06:40:13.204Z Compiling num-traits v0.2.19
13532026-07-24T06:40:13.234Z Compiling futures-core v0.3.32
13542026-07-24T06:40:13.247Z Compiling rand_core v0.10.0
13552026-07-24T06:40:13.409Z Compiling parking_lot v0.12.5
13562026-07-24T06:40:13.456Z Compiling mio v1.2.0
13572026-07-24T06:40:13.549Z Compiling generic-array v0.14.7
13582026-07-24T06:40:13.589Z Compiling litemap v0.8.1
13592026-07-24T06:40:13.755Z Compiling percent-encoding v2.3.2
13602026-07-24T06:40:13.773Z Compiling const-oid v0.9.6
13612026-07-24T06:40:13.788Z Compiling writeable v0.6.2
13622026-07-24T06:40:13.937Z Compiling bitflags v2.11.0
13632026-07-24T06:40:13.976Z Compiling semver v1.0.28
13642026-07-24T06:40:14.161Z Compiling icu_properties_data v2.1.2
13652026-07-24T06:40:14.286Z Compiling icu_normalizer_data v2.1.1
13662026-07-24T06:40:14.348Z Compiling socket2 v0.6.3
13672026-07-24T06:40:14.379Z Compiling futures-sink v0.3.32
13682026-07-24T06:40:14.482Z Compiling futures-channel v0.3.32
13692026-07-24T06:40:14.507Z Compiling synstructure v0.13.2
13702026-07-24T06:40:14.521Z Compiling slab v0.4.12
13712026-07-24T06:40:14.595Z Compiling futures-io v0.3.32
13722026-07-24T06:40:14.632Z Compiling futures-task v0.3.32
13732026-07-24T06:40:14.707Z Compiling utf8_iter v1.0.4
13742026-07-24T06:40:14.723Z Compiling indexmap v2.14.0
13752026-07-24T06:40:14.739Z Compiling form_urlencoded v1.2.2
13762026-07-24T06:40:14.753Z Compiling rustversion v1.0.22
13772026-07-24T06:40:14.794Z Compiling getrandom v0.3.4
13782026-07-24T06:40:14.955Z Compiling cmake v0.1.57
13792026-07-24T06:40:14.994Z Compiling rustix v1.1.3
13802026-07-24T06:40:15.047Z Compiling dunce v1.0.5
13812026-07-24T06:40:15.144Z Compiling iana-time-zone v0.1.65
13822026-07-24T06:40:15.166Z Compiling fs_extra v1.3.0
13832026-07-24T06:40:15.347Z Compiling ident_case v1.0.1
13842026-07-24T06:40:15.363Z Compiling regex-syntax v0.8.10
13852026-07-24T06:40:15.409Z Compiling uuid v1.23.4
13862026-07-24T06:40:15.437Z Compiling aws-lc-sys v0.40.0
13872026-07-24T06:40:15.466Z Compiling base64 v0.22.1
13882026-07-24T06:40:15.804Z Compiling rand_core v0.9.5
13892026-07-24T06:40:15.821Z Compiling base64ct v1.8.3
13902026-07-24T06:40:15.860Z Compiling vcpkg v0.2.15
13912026-07-24T06:40:16.065Z Compiling pem-rfc7468 v0.7.0
13922026-07-24T06:40:16.104Z Compiling rustc_version v0.4.1
13932026-07-24T06:40:16.139Z Compiling tracing-core v0.1.36
13942026-07-24T06:40:16.313Z Compiling serde_derive v1.0.228
13952026-07-24T06:40:16.390Z Compiling zeroize_derive v1.4.3
13962026-07-24T06:40:16.436Z Compiling zerofrom-derive v0.1.6
13972026-07-24T06:40:16.607Z Compiling yoke-derive v0.8.1
13982026-07-24T06:40:16.724Z Compiling zerovec-derive v0.11.2
13992026-07-24T06:40:16.758Z Compiling zerocopy-derive v0.8.40
14002026-07-24T06:40:17.042Z Compiling zeroize v1.8.2
14012026-07-24T06:40:17.253Z Compiling displaydoc v0.2.5
14022026-07-24T06:40:17.797Z Compiling tokio-macros v2.7.0
14032026-07-24T06:40:17.830Z Compiling zerofrom v0.1.6
14042026-07-24T06:40:17.876Z Compiling futures-macro v0.3.32
14052026-07-24T06:40:17.957Z Compiling yoke v0.8.1
14062026-07-24T06:40:18.038Z Compiling openssl-sys v0.9.115
14072026-07-24T06:40:18.145Z Compiling zerovec v0.11.5
14082026-07-24T06:40:18.339Z Compiling zerotrie v0.2.3
14092026-07-24T06:40:18.541Z Compiling crypto-common v0.1.7
14102026-07-24T06:40:18.577Z Compiling block-buffer v0.10.4
14112026-07-24T06:40:18.633Z Compiling tinystr v0.8.2
14122026-07-24T06:40:18.656Z Compiling potential_utf v0.1.4
14132026-07-24T06:40:18.684Z Compiling tracing-attributes v0.1.31
14142026-07-24T06:40:18.713Z Compiling futures-util v0.3.32
14152026-07-24T06:40:18.746Z Compiling digest v0.10.7
14162026-07-24T06:40:18.815Z Compiling icu_locale_core v2.1.1
14172026-07-24T06:40:18.830Z Compiling icu_collections v2.1.1
14182026-07-24T06:40:18.999Z Compiling thiserror-impl v2.0.18
14192026-07-24T06:40:19.299Z Compiling der_derive v0.7.3
14202026-07-24T06:40:19.668Z Compiling icu_provider v2.1.1
14212026-07-24T06:40:19.904Z Compiling bytes v1.11.1
14222026-07-24T06:40:20.022Z Compiling icu_normalizer v2.1.1
14232026-07-24T06:40:20.048Z Compiling icu_properties v2.1.2
14242026-07-24T06:40:20.295Z Compiling chrono v0.4.45
14252026-07-24T06:40:20.396Z Compiling tokio v1.52.1
14262026-07-24T06:40:20.533Z Compiling http v1.4.2
14272026-07-24T06:40:20.567Z Compiling aws-lc-rs v1.16.3
14282026-07-24T06:40:20.870Z Compiling flagset v0.4.7
14292026-07-24T06:40:21.004Z Compiling idna_adapter v1.2.1
14302026-07-24T06:40:21.061Z Compiling der v0.7.10
14312026-07-24T06:40:21.134Z Compiling idna v1.1.0
14322026-07-24T06:40:21.148Z Compiling ppv-lite86 v0.2.21
14332026-07-24T06:40:21.326Z Compiling http-body v1.0.1
14342026-07-24T06:40:21.467Z Compiling url v2.5.8
14352026-07-24T06:40:21.480Z Compiling rand_chacha v0.9.0
14362026-07-24T06:40:21.480Z Compiling thiserror v2.0.18
14372026-07-24T06:40:21.600Z Compiling tracing v0.1.44
14382026-07-24T06:40:21.737Z Compiling rustls-pki-types v1.14.0
14392026-07-24T06:40:21.786Z Compiling serde_derive_internals v0.29.1
14402026-07-24T06:40:21.847Z Compiling tinyvec_macros v0.1.1
14412026-07-24T06:40:21.917Z Compiling dyn-clone v1.0.20
14422026-07-24T06:40:22.053Z Compiling schemars v0.8.22
14432026-07-24T06:40:22.174Z Compiling httparse v1.10.1
14442026-07-24T06:40:22.184Z Compiling openssl-probe v0.2.1
14452026-07-24T06:40:22.279Z Compiling cmov v0.5.4
14462026-07-24T06:40:22.331Z Compiling tinyvec v1.10.0
14472026-07-24T06:40:22.331Z Compiling spki v0.7.3
14482026-07-24T06:40:22.358Z Compiling pest_generator v2.8.6
14492026-07-24T06:40:22.460Z Compiling ctutils v0.4.2
14502026-07-24T06:40:22.480Z Compiling rand v0.9.2
14512026-07-24T06:40:22.556Z Compiling aho-corasick v1.1.4
14522026-07-24T06:40:22.587Z Compiling atomic-waker v1.1.2
14532026-07-24T06:40:22.699Z Compiling schemars_derive v0.8.22
14542026-07-24T06:40:22.746Z Compiling tower-layer v0.3.3
14552026-07-24T06:40:22.746Z Compiling untrusted v0.7.1
14562026-07-24T06:40:22.828Z Compiling try-lock v0.2.5
14572026-07-24T06:40:22.840Z Compiling tower-service v0.3.3
14582026-07-24T06:40:22.939Z Compiling want v0.3.1
14592026-07-24T06:40:22.952Z Compiling tempfile v3.25.0
14602026-07-24T06:40:23.022Z Compiling pest_derive v2.8.6
14612026-07-24T06:40:23.092Z Compiling hybrid-array v0.4.13
14622026-07-24T06:40:23.291Z Compiling ipnet v2.11.0
14632026-07-24T06:40:23.452Z Compiling regex-automata v0.4.14
14642026-07-24T06:40:23.539Z Compiling scroll_derive v0.13.1
14652026-07-24T06:40:23.784Z Compiling darling_core v0.20.11
14662026-07-24T06:40:23.858Z Compiling httpdate v1.0.3
14672026-07-24T06:40:24.085Z Compiling untrusted v0.9.0
14682026-07-24T06:40:24.184Z Compiling tokio-util v0.7.18
14692026-07-24T06:40:24.201Z Compiling cpufeatures v0.2.17
14702026-07-24T06:40:24.275Z Compiling openssl v0.10.79
14712026-07-24T06:40:24.332Z Compiling foreign-types-shared v0.1.1
14722026-07-24T06:40:24.417Z Compiling rustls v0.23.41
14732026-07-24T06:40:24.534Z Compiling foreign-types v0.3.2
14742026-07-24T06:40:24.599Z Compiling scroll v0.13.0
14752026-07-24T06:40:24.623Z Compiling unicode-normalization v0.1.25
14762026-07-24T06:40:24.924Z Compiling h2 v0.4.15
14772026-07-24T06:40:25.129Z Compiling pkcs8 v0.10.2
14782026-07-24T06:40:25.238Z Compiling openssl-macros v0.1.1
14792026-07-24T06:40:25.391Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14802026-07-24T06:40:25.575Z Compiling spin v0.9.8
14812026-07-24T06:40:25.602Z Compiling native-tls v0.2.18
14822026-07-24T06:40:25.770Z Compiling crc32fast v1.5.0
14832026-07-24T06:40:25.790Z Compiling time-core v0.1.8
14842026-07-24T06:40:25.824Z Compiling powerfmt v0.2.0
14852026-07-24T06:40:25.921Z Compiling num-conv v0.2.0
14862026-07-24T06:40:26.013Z Compiling deranged v0.5.8
14872026-07-24T06:40:26.059Z Compiling time-macros v0.2.27
14882026-07-24T06:40:26.073Z Compiling darling_macro v0.20.11
14892026-07-24T06:40:26.554Z Compiling darling v0.20.11
14902026-07-24T06:40:26.622Z Compiling goblin v0.10.5
14912026-07-24T06:40:26.968Z Compiling sha2 v0.10.9
14922026-07-24T06:40:27.111Z Compiling hmac v0.12.1
14932026-07-24T06:40:27.271Z Compiling sync_wrapper v1.0.2
14942026-07-24T06:40:27.378Z Compiling wait-timeout v0.2.1
14952026-07-24T06:40:27.466Z Compiling bit-vec v0.8.0
14962026-07-24T06:40:27.640Z Compiling syn v1.0.109
14972026-07-24T06:40:27.695Z Compiling simd-adler32 v0.3.8
14982026-07-24T06:40:27.934Z Compiling usdt-impl v0.6.0
14992026-07-24T06:40:27.951Z Compiling quick-error v1.2.3
15002026-07-24T06:40:28.047Z Compiling hyper v1.10.1
15012026-07-24T06:40:28.144Z Compiling crossbeam-utils v0.8.21
15022026-07-24T06:40:28.326Z Compiling num_threads v0.1.7
15032026-07-24T06:40:28.424Z Compiling siphasher v1.0.2
15042026-07-24T06:40:28.463Z Compiling time v0.3.47
15052026-07-24T06:40:28.934Z Compiling rusty-fork v0.3.1
15062026-07-24T06:40:28.994Z Compiling bit-set v0.8.0
15072026-07-24T06:40:29.025Z Compiling tower v0.5.3
15082026-07-24T06:40:29.145Z Compiling hyper-util v0.1.20
15092026-07-24T06:40:29.233Z Compiling dof v0.4.0
15102026-07-24T06:40:29.495Z Compiling derive_builder_core v0.20.2
15112026-07-24T06:40:29.816Z Compiling dtrace-parser v0.3.0
15122026-07-24T06:40:30.061Z Compiling http-body-util v0.1.3
15132026-07-24T06:40:30.305Z Compiling heapless v0.7.17
15142026-07-24T06:40:30.381Z Compiling scroll_derive v0.12.1
15152026-07-24T06:40:30.423Z Compiling thiserror-impl v1.0.69
15162026-07-24T06:40:30.537Z Compiling rand_xorshift v0.4.0
15172026-07-24T06:40:30.556Z Compiling slog v2.8.2
15182026-07-24T06:40:30.694Z Compiling darling_core v0.23.0
15192026-07-24T06:40:30.754Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-07-24T06:40:30.766Z Compiling thread-id v5.1.0
15212026-07-24T06:40:30.848Z Compiling cookie v0.18.1
15222026-07-24T06:40:30.898Z Compiling iri-string v0.7.10
15232026-07-24T06:40:31.038Z Compiling adler2 v2.0.1
15242026-07-24T06:40:31.054Z Compiling ryu v1.0.23
15252026-07-24T06:40:31.059Z Compiling unicode-properties v0.1.4
15262026-07-24T06:40:31.169Z Compiling paste v1.0.15
15272026-07-24T06:40:31.242Z Compiling signal-hook v0.3.18
15282026-07-24T06:40:31.252Z Compiling unarray v0.1.4
15292026-07-24T06:40:31.360Z Compiling zstd-safe v7.2.4
15302026-07-24T06:40:31.417Z Compiling allocator-api2 v0.2.21
15312026-07-24T06:40:31.434Z Compiling unicode-bidi v0.3.18
15322026-07-24T06:40:31.560Z Compiling anyhow v1.0.102
15332026-07-24T06:40:31.683Z Compiling thiserror v1.0.69
15342026-07-24T06:40:31.781Z Compiling stringprep v0.1.5
15352026-07-24T06:40:31.815Z Compiling proptest v1.10.0
15362026-07-24T06:40:31.948Z Compiling serde_urlencoded v0.7.1
15372026-07-24T06:40:32.064Z Compiling tower-http v0.6.8
15382026-07-24T06:40:32.185Z Compiling miniz_oxide v0.8.9
15392026-07-24T06:40:32.253Z Compiling scroll v0.12.0
15402026-07-24T06:40:32.603Z Compiling derive_builder_macro v0.20.2
15412026-07-24T06:40:32.780Z Compiling camino v1.2.2
15422026-07-24T06:40:33.028Z Compiling tokio-native-tls v0.3.1
15432026-07-24T06:40:33.181Z Compiling bstr v1.12.1
15442026-07-24T06:40:33.201Z Compiling ipnetwork v0.21.1
15452026-07-24T06:40:33.201Z Compiling darling_macro v0.23.0
15462026-07-24T06:40:33.201Z Compiling crypto-common v0.2.2
15472026-07-24T06:40:33.526Z Compiling block-buffer v0.12.1
15482026-07-24T06:40:33.586Z Compiling block-padding v0.4.2
15492026-07-24T06:40:33.661Z Compiling rustls-native-certs v0.8.3
15502026-07-24T06:40:33.691Z Compiling rand_chacha v0.3.1
15512026-07-24T06:40:33.779Z Compiling serde_tokenstream v0.2.3
15522026-07-24T06:40:33.833Z Compiling erased-serde v0.3.31
15532026-07-24T06:40:33.962Z Compiling serde_spanned v0.6.9
15542026-07-24T06:40:33.998Z Compiling hex v0.4.3
15552026-07-24T06:40:34.057Z Compiling toml_datetime v0.6.11
15562026-07-24T06:40:34.221Z Compiling md-5 v0.10.6
15572026-07-24T06:40:34.263Z Compiling signature v2.2.0
15582026-07-24T06:40:34.325Z Compiling curve25519-dalek v4.1.3
15592026-07-24T06:40:34.383Z Compiling zerocopy-derive v0.7.35
15602026-07-24T06:40:34.444Z Compiling pin-project-internal v1.1.11
15612026-07-24T06:40:34.447Z Compiling async-trait v0.1.89
15622026-07-24T06:40:34.661Z Compiling vergen-lib v9.1.0
15632026-07-24T06:40:34.872Z Compiling hash32 v0.2.1
15642026-07-24T06:40:34.902Z Compiling num-integer v0.1.46
15652026-07-24T06:40:35.067Z Compiling memoffset v0.9.1
15662026-07-24T06:40:35.230Z Compiling encoding_rs v0.8.35
15672026-07-24T06:40:35.279Z Compiling zlib-rs v0.6.2
15682026-07-24T06:40:35.303Z Compiling cfg_aliases v0.2.1
15692026-07-24T06:40:35.378Z Compiling fallible-iterator v0.2.0
15702026-07-24T06:40:35.501Z Compiling litrs v1.0.0
15712026-07-24T06:40:37.017Z Compiling smoltcp v0.9.1
15722026-07-24T06:40:37.028Z Compiling rustix v0.38.44
15732026-07-24T06:40:37.029Z Compiling psl-types v2.0.11
15742026-07-24T06:40:37.029Z Compiling ref-cast v1.0.25
15752026-07-24T06:40:37.029Z Compiling mime v0.3.17
15762026-07-24T06:40:37.029Z Compiling num-bigint-dig v0.8.6
15772026-07-24T06:40:37.029Z Compiling publicsuffix v2.3.0
15782026-07-24T06:40:37.029Z Compiling document-features v0.2.12
15792026-07-24T06:40:37.029Z Compiling postgres-protocol v0.6.10
15802026-07-24T06:40:37.029Z Compiling pin-project v1.1.11
15812026-07-24T06:40:37.029Z Compiling hubpack_derive v0.1.1
15822026-07-24T06:40:37.029Z Compiling nix v0.31.2
15832026-07-24T06:40:37.029Z Compiling zerocopy v0.7.35
15842026-07-24T06:40:37.029Z Compiling num-iter v0.1.45
15852026-07-24T06:40:37.072Z Compiling newtype-uuid v1.3.2
15862026-07-24T06:40:37.095Z Compiling rand v0.8.6
15872026-07-24T06:40:37.286Z Compiling inout v0.2.2
15882026-07-24T06:40:37.419Z Compiling darling v0.23.0
15892026-07-24T06:40:37.458Z Compiling oxnet v0.1.6
15902026-07-24T06:40:37.458Z Compiling hyper-tls v0.6.0
15912026-07-24T06:40:37.499Z Compiling derive_builder v0.20.2
15922026-07-24T06:40:37.592Z Compiling goblin v0.8.2
15932026-07-24T06:40:38.142Z Compiling phf_shared v0.13.1
15942026-07-24T06:40:38.190Z Compiling lazy_static v1.5.0
15952026-07-24T06:40:38.190Z Compiling regex v1.12.3
15962026-07-24T06:40:38.243Z Compiling flate2 v1.1.9
15972026-07-24T06:40:38.395Z Compiling anstyle-parse v0.2.7
15982026-07-24T06:40:38.434Z Compiling futures-executor v0.3.32
15992026-07-24T06:40:38.507Z Compiling terminal_size v0.4.3
16002026-07-24T06:40:38.564Z Compiling curve25519-dalek-derive v0.1.1
16012026-07-24T06:40:38.572Z Compiling strum_macros v0.27.2
16022026-07-24T06:40:38.589Z Compiling ref-cast-impl v1.0.25
16032026-07-24T06:40:38.644Z Compiling snafu-derive v0.8.9
16042026-07-24T06:40:38.688Z Compiling daft-derive v0.1.7
16052026-07-24T06:40:39.141Z Compiling vergen v9.1.0
16062026-07-24T06:40:39.241Z Compiling cargo-platform v0.3.2
16072026-07-24T06:40:39.366Z Compiling ff v0.13.1
16082026-07-24T06:40:39.390Z Compiling fs-err v3.3.0
16092026-07-24T06:40:39.463Z Compiling ahash v0.8.12
16102026-07-24T06:40:39.482Z Compiling foldhash v0.1.5
16112026-07-24T06:40:39.593Z Compiling object v0.37.3
16122026-07-24T06:40:39.656Z Compiling unicode-segmentation v1.12.0
16132026-07-24T06:40:39.687Z Compiling libbz2-rs-sys v0.2.2
16142026-07-24T06:40:39.932Z Compiling same-file v1.0.6
16152026-07-24T06:40:40.091Z Compiling bitflags v1.3.2
16162026-07-24T06:40:40.102Z Compiling base16ct v0.2.0
16172026-07-24T06:40:40.191Z Compiling winnow v0.5.40
16182026-07-24T06:40:40.320Z Compiling bumpalo v3.20.2
16192026-07-24T06:40:40.493Z Compiling foldhash v0.2.0
16202026-07-24T06:40:40.617Z Compiling managed v0.8.0
16212026-07-24T06:40:40.617Z Compiling strum v0.27.2
16222026-07-24T06:40:40.769Z Compiling snafu v0.8.9
16232026-07-24T06:40:40.769Z Compiling hashbrown v0.16.1
16242026-07-24T06:40:40.769Z Compiling zopfli v0.8.3
16252026-07-24T06:40:40.924Z Compiling sec1 v0.7.3
16262026-07-24T06:40:41.110Z Compiling bzip2 v0.6.1
16272026-07-24T06:40:41.240Z Compiling walkdir v2.5.0
16282026-07-24T06:40:41.319Z Compiling clap_builder v4.6.0
16292026-07-24T06:40:41.385Z Compiling dof v0.3.0
16302026-07-24T06:40:41.465Z Compiling hashbrown v0.15.5
16312026-07-24T06:40:41.501Z Compiling toml_edit v0.19.15
16322026-07-24T06:40:41.620Z Compiling group v0.13.0
16332026-07-24T06:40:41.666Z Compiling daft v0.1.7
16342026-07-24T06:40:41.780Z Compiling cargo_metadata v0.23.1
16352026-07-24T06:40:42.036Z Compiling futures v0.3.32
16362026-07-24T06:40:42.069Z Compiling anstream v0.6.21
16372026-07-24T06:40:42.127Z Compiling phf v0.13.1
16382026-07-24T06:40:42.357Z Compiling signal-hook-mio v0.2.5
16392026-07-24T06:40:42.738Z Compiling cookie_store v0.22.1
16402026-07-24T06:40:42.831Z Compiling zstd v0.13.3
16412026-07-24T06:40:43.081Z Compiling reqwest v0.12.28
16422026-07-24T06:40:43.112Z Compiling bzip2 v0.4.4
16432026-07-24T06:40:43.311Z Compiling serde_with_macros v3.21.0
16442026-07-24T06:40:43.365Z Compiling cipher v0.5.2
16452026-07-24T06:40:43.762Z Compiling hubpack v0.1.2
16462026-07-24T06:40:43.990Z Compiling postgres-types v0.2.12
16472026-07-24T06:40:44.177Z Compiling ed25519 v2.2.3
16482026-07-24T06:40:44.418Z Compiling usdt-macro v0.6.0
16492026-07-24T06:40:44.528Z Compiling usdt-attr-macro v0.6.0
16502026-07-24T06:40:44.958Z Compiling globset v0.4.18
16512026-07-24T06:40:45.128Z Compiling dtrace-parser v0.2.0
16522026-07-24T06:40:45.211Z Compiling phf_shared v0.11.3
16532026-07-24T06:40:45.223Z Compiling hkdf v0.12.4
16542026-07-24T06:40:45.353Z Compiling pkcs1 v0.7.5
16552026-07-24T06:40:45.391Z Compiling olpc-cjson v0.1.4
16562026-07-24T06:40:45.392Z Compiling serde-big-array v0.5.1
16572026-07-24T06:40:45.543Z Compiling serde_plain v1.0.2
16582026-07-24T06:40:45.562Z Compiling crypto-bigint v0.5.5
16592026-07-24T06:40:45.620Z Compiling async-recursion v1.1.1
16602026-07-24T06:40:45.739Z Compiling enum-as-inner v0.6.1
16612026-07-24T06:40:45.742Z Compiling strum_macros v0.26.4
16622026-07-24T06:40:45.877Z Compiling clap_derive v4.6.1
16632026-07-24T06:40:46.265Z Compiling serde_repr v0.1.20
16642026-07-24T06:40:46.282Z Compiling pem v3.0.6
16652026-07-24T06:40:46.605Z Compiling float-cmp v0.10.0
16662026-07-24T06:40:46.752Z Compiling memmap2 v0.9.10
16672026-07-24T06:40:46.757Z Compiling thread-id v4.2.2
16682026-07-24T06:40:46.789Z Compiling env_filter v1.0.0
16692026-07-24T06:40:46.846Z Compiling difflib v0.4.0
16702026-07-24T06:40:46.971Z Compiling whoami v2.1.0
16712026-07-24T06:40:47.085Z Compiling data-encoding v2.10.0
16722026-07-24T06:40:47.344Z Compiling fixedbitset v0.5.7
16732026-07-24T06:40:47.397Z Compiling either v1.15.0
16742026-07-24T06:40:47.470Z Compiling static_assertions v1.1.0
16752026-07-24T06:40:47.544Z Compiling normalize-line-endings v0.3.0
16762026-07-24T06:40:47.604Z Compiling precomputed-hash v0.1.1
16772026-07-24T06:40:47.626Z Compiling keccak v0.1.6
16782026-07-24T06:40:47.639Z Compiling cpufeatures v0.3.0
16792026-07-24T06:40:47.650Z Compiling const-oid v0.10.2
16802026-07-24T06:40:47.668Z Compiling predicates-core v1.0.10
16812026-07-24T06:40:47.682Z Compiling typed-path v0.9.3
16822026-07-24T06:40:47.713Z Compiling winnow v1.0.3
16832026-07-24T06:40:47.782Z Compiling fixedbitset v0.4.2
16842026-07-24T06:40:47.833Z Compiling jiff v0.2.21
16852026-07-24T06:40:47.852Z Compiling new_debug_unreachable v1.0.6
16862026-07-24T06:40:47.858Z Compiling toml_edit v0.22.27
16872026-07-24T06:40:47.929Z Compiling petgraph v0.6.5
16882026-07-24T06:40:47.985Z Compiling string_cache v0.8.9
16892026-07-24T06:40:48.054Z Compiling toml_parser v1.1.2+spec-1.1.0
16902026-07-24T06:40:48.203Z Compiling digest v0.11.3
16912026-07-24T06:40:48.349Z Compiling predicates v3.1.4
16922026-07-24T06:40:48.423Z Compiling sha3 v0.10.8
16932026-07-24T06:40:48.671Z Compiling chacha20 v0.10.0
16942026-07-24T06:40:48.870Z Compiling clap v4.6.1
16952026-07-24T06:40:48.883Z Compiling itertools v0.13.0
16962026-07-24T06:40:48.952Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16972026-07-24T06:40:48.997Z Compiling petgraph v0.8.3
16982026-07-24T06:40:49.040Z Compiling strum v0.26.3
16992026-07-24T06:40:49.160Z Compiling hickory-proto v0.25.2
17002026-07-24T06:40:49.405Z Compiling tokio-postgres v0.7.16
17012026-07-24T06:40:50.156Z Compiling env_logger v0.11.9
17022026-07-24T06:40:50.511Z Compiling zip v4.6.1
17032026-07-24T06:40:50.608Z Compiling usdt v0.6.0
17042026-07-24T06:40:50.921Z Compiling usdt-impl v0.5.0
17052026-07-24T06:40:51.047Z Compiling elliptic-curve v0.13.8
17062026-07-24T06:40:51.424Z Compiling rsa v0.9.10
17072026-07-24T06:40:51.455Z Compiling crossterm v0.28.1
17082026-07-24T06:40:51.471Z Compiling serde_with v3.21.0
17092026-07-24T06:40:51.609Z Compiling ed25519-dalek v2.2.0
17102026-07-24T06:40:52.030Z Compiling zip v0.6.6
17112026-07-24T06:40:52.255Z Compiling toml v0.7.8
17122026-07-24T06:40:52.727Z Compiling iddqd v0.4.2
17132026-07-24T06:40:53.255Z Compiling similar v2.7.0
17142026-07-24T06:40:53.259Z Compiling heck v0.4.1
17152026-07-24T06:40:53.488Z Compiling byte-wrapper v0.1.0
17162026-07-24T06:40:53.502Z Compiling crossbeam-epoch v0.9.18
17172026-07-24T06:40:53.815Z Compiling tokio-stream v0.1.18
17182026-07-24T06:40:53.829Z Compiling buf-list v1.1.2
17192026-07-24T06:40:53.893Z Compiling x509-cert v0.2.5
17202026-07-24T06:40:54.009Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17212026-07-24T06:40:54.099Z Compiling openapiv3 v2.2.0
17222026-07-24T06:40:54.115Z Compiling peg-runtime v0.8.5
17232026-07-24T06:40:54.267Z Compiling lalrpop-util v0.19.12
17242026-07-24T06:40:54.303Z Compiling thread_local v1.1.9
17252026-07-24T06:40:54.388Z Compiling slog-async v2.8.0
17262026-07-24T06:40:54.456Z Compiling crossbeam-channel v0.5.15
17272026-07-24T06:40:54.551Z Compiling filetime v0.2.27
17282026-07-24T06:40:54.705Z Compiling is-terminal v0.4.17
17292026-07-24T06:40:54.721Z Compiling xattr v1.6.1
17302026-07-24T06:40:54.721Z Compiling take_mut v0.2.2
17312026-07-24T06:40:54.810Z Compiling term v1.2.1
17322026-07-24T06:40:54.843Z Compiling camino-tempfile v1.4.1
17332026-07-24T06:40:54.916Z Compiling tar v0.4.46
17342026-07-24T06:40:55.381Z Compiling slog-term v2.9.2
17352026-07-24T06:41:05.011Z Compiling rustls-webpki v0.103.13
17362026-07-24T06:41:07.711Z Compiling tokio-rustls v0.26.4
17372026-07-24T06:41:07.711Z Compiling rustls-platform-verifier v0.6.2
17382026-07-24T06:41:07.711Z Compiling tough v0.22.0
17392026-07-24T06:41:07.932Z Compiling hyper-rustls v0.27.7
17402026-07-24T06:41:08.137Z Compiling reqwest v0.13.2
17412026-07-24T06:41:10.337Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-07-24T06:41:10.563Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-07-24T06:41:13.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17442026-07-24T06:41:13.536Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17452026-07-24T06:41:13.592ZJul 24 06:41:12.501 INFO Starting download, target: Console
17462026-07-24T06:41:13.592ZJul 24 06:41:12.502 INFO Starting download, target: Clickhouse
17472026-07-24T06:41:13.592ZJul 24 06:41:12.502 INFO Starting download, target: Cockroach
17482026-07-24T06:41:13.592ZJul 24 06:41:12.502 INFO Starting download, target: DendriteStub
17492026-07-24T06:41:13.596ZJul 24 06:41:12.502 INFO Starting download, target: MaghemiteMgd
17502026-07-24T06:41:13.596ZJul 24 06:41:12.502 INFO Starting download, target: MaghemiteDdmd
17512026-07-24T06:41:13.596ZJul 24 06:41:12.502 INFO Starting download, target: TransceiverControl
17522026-07-24T06:41:13.596ZJul 24 06:41:12.502 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-07-24T06:41:13.596ZJul 24 06:41:12.502 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-07-24T06:41:13.596ZJul 24 06:41:12.502 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17552026-07-24T06:41:13.596ZJul 24 06:41:12.502 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17562026-07-24T06:41:13.596ZJul 24 06:41:12.502 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-07-24T06:41:13.596ZJul 24 06:41:12.502 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-07-24T06:41:13.596ZJul 24 06:41:12.502 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-07-24T06:41:14.229ZJul 24 06:41:13.122 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-07-24T06:41:14.424ZJul 24 06:41:13.332 INFO Download complete, target: TransceiverControl
17612026-07-24T06:41:15.410ZJul 24 06:41:14.300 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-07-24T06:41:15.660ZJul 24 06:41:14.556 INFO Download complete, target: Console
17632026-07-24T06:41:15.796ZJul 24 06:41:14.660 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-07-24T06:41:16.040ZJul 24 06:41:14.928 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17652026-07-24T06:41:16.422ZJul 24 06:41:15.307 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-07-24T06:41:16.478ZJul 24 06:41:15.380 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-07-24T06:41:17.309ZJul 24 06:41:16.218 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-07-24T06:41:17.309ZJul 24 06:41:16.218 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-07-24T06:41:18.046ZJul 24 06:41:16.956 INFO Download complete, target: MaghemiteDdmd
17702026-07-24T06:41:18.932ZJul 24 06:41:17.842 INFO Download complete, target: DendriteStub
17712026-07-24T06:41:19.131ZJul 24 06:41:18.042 INFO Download complete, target: MaghemiteMgd
17722026-07-24T06:41:22.042ZJul 24 06:41:20.952 INFO Checking that binary works, target: Cockroach
17732026-07-24T06:41:22.171ZJul 24 06:41:21.076 INFO Download complete, target: Cockroach
17742026-07-24T06:41:22.589ZJul 24 06:41:21.499 INFO Checking that binary works, target: Clickhouse
17752026-07-24T06:41:22.724ZJul 24 06:41:21.634 INFO Download complete, target: Clickhouse
17762026-07-24T06:41:22.742ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-07-24T06:41:22.750Z
17782026-07-24T06:41:22.751Zreal 2:00.588440422
17792026-07-24T06:41:22.751Zuser 6:36.450349893
17802026-07-24T06:41:22.751Zsys 1:20.895967663
17812026-07-24T06:41:22.751Ztrap 0.215291197
17822026-07-24T06:41:22.751Ztflt 0.580291589
17832026-07-24T06:41:22.751Zdflt 0.754169513
17842026-07-24T06:41:22.751Zkflt 0.026288906
17852026-07-24T06:41:22.751Zlock 22:05.883135745
17862026-07-24T06:41:22.752Zslp 19:56.544827024
17872026-07-24T06:41:22.752Zlat 42.131010873
17882026-07-24T06:41:22.752Zstop 1:54.671943673
17892026-07-24T06:41:22.752Z+ banner hack-check
17902026-07-24T06:41:22.752Z
17912026-07-24T06:41:22.752Z # # ## #### # # #### # # ###### #### # #
17922026-07-24T06:41:22.752Z # # # # # # # # # # # # # # # # #
17932026-07-24T06:41:22.752Z ###### # # # #### ##### # ###### ##### # ####
17942026-07-24T06:41:22.752Z # # ###### # # # # # # # # # #
17952026-07-24T06:41:22.752Z # # # # # # # # # # # # # # # # #
17962026-07-24T06:41:22.752Z # # # # #### # # #### # # ###### #### # #
17972026-07-24T06:41:22.752Z
17982026-07-24T06:41:22.753Z+ export CARGO_INCREMENTAL=0
17992026-07-24T06:41:22.753Z+ CARGO_INCREMENTAL=0
18002026-07-24T06:41:22.753Z+ ptime -m timeout 2h cargo xtask check-features --ci
18012026-07-24T06:41:23.206Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-07-24T06:41:23.485Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-07-24T06:41:25.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18042026-07-24T06:41:25.409Z Running `target/debug/xtask check-features --ci`
18052026-07-24T06:41:25.432Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18062026-07-24T06:41:25.436Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18072026-07-24T06:41:25.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18082026-07-24T06:41:25.875Z Running `target/debug/xtask download cargo-hack`
18092026-07-24T06:41:26.620Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18102026-07-24T06:41:26.941Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18112026-07-24T06:41:29.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
18122026-07-24T06:41:29.619Z Running `target/debug/xtask-downloader cargo-hack`
18132026-07-24T06:41:29.663ZJul 24 06:41:28.573 INFO Starting download, target: CargoHack
18142026-07-24T06:41:29.666ZJul 24 06:41:28.574 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18152026-07-24T06:41:29.864ZJul 24 06:41:28.772 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18162026-07-24T06:41:29.913ZJul 24 06:41:28.823 INFO Download complete, target: CargoHack
18172026-07-24T06:41:29.916Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18182026-07-24T06:41:29.928Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18192026-07-24T06:41:30.086Zinfo: running `cargo check --bins` on api_identity (1/303)
18202026-07-24T06:41:30.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-07-24T06:41:30.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-07-24T06:41:30.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-07-24T06:41:30.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18242026-07-24T06:41:30.603Z
18252026-07-24T06:41:30.603Zinfo: running `cargo check --bins` on bootstore (2/303)
18262026-07-24T06:41:31.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-07-24T06:41:31.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-07-24T06:41:31.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-07-24T06:41:31.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18302026-07-24T06:41:31.122Z
18312026-07-24T06:41:31.122Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18322026-07-24T06:41:31.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-07-24T06:41:31.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-07-24T06:41:31.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-07-24T06:41:31.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18362026-07-24T06:41:31.634Z
18372026-07-24T06:41:31.634Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18382026-07-24T06:41:32.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-07-24T06:41:32.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-07-24T06:41:32.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-07-24T06:41:32.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18422026-07-24T06:41:32.159Z
18432026-07-24T06:41:32.159Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18442026-07-24T06:41:32.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-07-24T06:41:32.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-07-24T06:41:32.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-07-24T06:41:32.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18482026-07-24T06:41:32.673Z
18492026-07-24T06:41:32.674Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18502026-07-24T06:41:33.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-07-24T06:41:33.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-07-24T06:41:33.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-07-24T06:41:33.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18542026-07-24T06:41:33.206Z
18552026-07-24T06:41:33.206Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18562026-07-24T06:41:33.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-07-24T06:41:33.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-07-24T06:41:33.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-07-24T06:41:33.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18602026-07-24T06:41:33.734Z
18612026-07-24T06:41:33.734Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
18622026-07-24T06:41:34.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-07-24T06:41:34.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-07-24T06:41:34.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-07-24T06:41:34.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18662026-07-24T06:41:34.271Z
18672026-07-24T06:41:34.271Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
18682026-07-24T06:41:34.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-07-24T06:41:34.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-07-24T06:41:34.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-07-24T06:41:34.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18722026-07-24T06:41:34.678Z
18732026-07-24T06:41:34.678Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
18742026-07-24T06:41:35.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-07-24T06:41:35.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-07-24T06:41:35.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-07-24T06:41:35.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18782026-07-24T06:41:35.080Z
18792026-07-24T06:41:35.080Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
18802026-07-24T06:41:35.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-07-24T06:41:35.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-07-24T06:41:35.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-07-24T06:41:35.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18842026-07-24T06:41:35.484Z
18852026-07-24T06:41:35.484Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
18862026-07-24T06:41:35.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-07-24T06:41:35.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-07-24T06:41:35.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-07-24T06:41:35.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18902026-07-24T06:41:35.886Z
18912026-07-24T06:41:35.886Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
18922026-07-24T06:41:36.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-07-24T06:41:36.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-07-24T06:41:36.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-07-24T06:41:36.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18962026-07-24T06:41:36.291Z
18972026-07-24T06:41:36.291Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
18982026-07-24T06:41:36.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-07-24T06:41:36.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-07-24T06:41:36.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-07-24T06:41:36.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19022026-07-24T06:41:36.696Z
19032026-07-24T06:41:36.696Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19042026-07-24T06:41:37.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-07-24T06:41:37.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-07-24T06:41:37.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-07-24T06:41:37.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19082026-07-24T06:41:37.102Z
19092026-07-24T06:41:37.102Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19102026-07-24T06:41:37.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-07-24T06:41:37.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-07-24T06:41:37.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-07-24T06:41:37.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19142026-07-24T06:41:37.509Z
19152026-07-24T06:41:37.509Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19162026-07-24T06:41:37.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-07-24T06:41:37.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-07-24T06:41:37.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-07-24T06:41:37.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19202026-07-24T06:41:37.913Z
19212026-07-24T06:41:37.913Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19222026-07-24T06:41:38.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-07-24T06:41:38.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-07-24T06:41:38.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-07-24T06:41:38.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19262026-07-24T06:41:38.329Z
19272026-07-24T06:41:38.329Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19282026-07-24T06:41:38.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-07-24T06:41:38.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-07-24T06:41:38.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-07-24T06:41:38.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19322026-07-24T06:41:38.726Z
19332026-07-24T06:41:38.726Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19342026-07-24T06:41:39.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-07-24T06:41:39.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-07-24T06:41:39.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-07-24T06:41:39.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19382026-07-24T06:41:39.133Z
19392026-07-24T06:41:39.133Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19402026-07-24T06:41:39.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-07-24T06:41:39.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-07-24T06:41:39.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-07-24T06:41:39.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19442026-07-24T06:41:39.538Z
19452026-07-24T06:41:39.539Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19462026-07-24T06:41:39.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-07-24T06:41:39.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-07-24T06:41:39.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-07-24T06:41:39.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19502026-07-24T06:41:39.944Z
19512026-07-24T06:41:39.944Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19522026-07-24T06:41:40.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-07-24T06:41:40.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-07-24T06:41:40.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-07-24T06:41:40.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19562026-07-24T06:41:40.355Z
19572026-07-24T06:41:40.355Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
19582026-07-24T06:41:40.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-07-24T06:41:40.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-07-24T06:41:40.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-07-24T06:41:40.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19622026-07-24T06:41:40.761Z
19632026-07-24T06:41:40.761Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
19642026-07-24T06:41:41.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-07-24T06:41:41.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-07-24T06:41:41.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-07-24T06:41:41.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19682026-07-24T06:41:41.172Z
19692026-07-24T06:41:41.172Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
19702026-07-24T06:41:41.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-07-24T06:41:41.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-07-24T06:41:41.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-07-24T06:41:41.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19742026-07-24T06:41:41.574Z
19752026-07-24T06:41:41.574Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
19762026-07-24T06:41:41.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-07-24T06:41:41.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-07-24T06:41:41.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-07-24T06:41:41.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19802026-07-24T06:41:41.979Z
19812026-07-24T06:41:41.979Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
19822026-07-24T06:41:42.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-07-24T06:41:42.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-07-24T06:41:42.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-07-24T06:41:42.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19862026-07-24T06:41:42.386Z
19872026-07-24T06:41:42.386Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
19882026-07-24T06:41:42.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-07-24T06:41:42.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-07-24T06:41:42.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-07-24T06:41:42.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19922026-07-24T06:41:42.793Z
19932026-07-24T06:41:42.793Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
19942026-07-24T06:41:43.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-07-24T06:41:43.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-07-24T06:41:43.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-07-24T06:41:43.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19982026-07-24T06:41:43.200Z
19992026-07-24T06:41:43.200Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20002026-07-24T06:41:43.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-07-24T06:41:43.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-07-24T06:41:43.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-07-24T06:41:43.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20042026-07-24T06:41:43.601Z
20052026-07-24T06:41:43.601Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20062026-07-24T06:41:43.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-07-24T06:41:43.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-07-24T06:41:43.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-07-24T06:41:43.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20102026-07-24T06:41:44.004Z
20112026-07-24T06:41:44.004Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20122026-07-24T06:41:44.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-07-24T06:41:44.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-07-24T06:41:44.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-07-24T06:41:44.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20162026-07-24T06:41:44.411Z
20172026-07-24T06:41:44.411Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20182026-07-24T06:41:44.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-07-24T06:41:44.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-07-24T06:41:44.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-07-24T06:41:44.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20222026-07-24T06:41:44.811Z
20232026-07-24T06:41:44.812Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20242026-07-24T06:41:45.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-07-24T06:41:45.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-07-24T06:41:45.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-07-24T06:41:45.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20282026-07-24T06:41:45.217Z
20292026-07-24T06:41:45.217Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20302026-07-24T06:41:45.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-07-24T06:41:45.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-07-24T06:41:45.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-07-24T06:41:45.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20342026-07-24T06:41:45.625Z
20352026-07-24T06:41:45.625Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20362026-07-24T06:41:45.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-07-24T06:41:45.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-07-24T06:41:45.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-07-24T06:41:45.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20402026-07-24T06:41:46.029Z
20412026-07-24T06:41:46.029Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20422026-07-24T06:41:46.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-07-24T06:41:46.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-07-24T06:41:46.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-07-24T06:41:46.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20462026-07-24T06:41:46.435Z
20472026-07-24T06:41:46.435Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20482026-07-24T06:41:46.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-07-24T06:41:46.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-07-24T06:41:46.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-07-24T06:41:46.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20522026-07-24T06:41:46.837Z
20532026-07-24T06:41:46.837Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20542026-07-24T06:41:47.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-07-24T06:41:47.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-07-24T06:41:47.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-07-24T06:41:47.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20582026-07-24T06:41:47.246Z
20592026-07-24T06:41:47.246Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
20602026-07-24T06:41:47.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-07-24T06:41:47.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-07-24T06:41:47.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-07-24T06:41:47.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20642026-07-24T06:41:47.657Z
20652026-07-24T06:41:47.657Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
20662026-07-24T06:41:48.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-07-24T06:41:48.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-07-24T06:41:48.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-07-24T06:41:48.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20702026-07-24T06:41:48.061Z
20712026-07-24T06:41:48.061Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
20722026-07-24T06:41:48.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-07-24T06:41:48.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-07-24T06:41:48.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-07-24T06:41:48.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20762026-07-24T06:41:48.469Z
20772026-07-24T06:41:48.469Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
20782026-07-24T06:41:48.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-07-24T06:41:48.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-07-24T06:41:48.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-07-24T06:41:48.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20822026-07-24T06:41:48.875Z
20832026-07-24T06:41:48.875Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
20842026-07-24T06:41:49.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-07-24T06:41:49.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-07-24T06:41:49.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-07-24T06:41:49.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20882026-07-24T06:41:49.284Z
20892026-07-24T06:41:49.284Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
20902026-07-24T06:41:49.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-07-24T06:41:49.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-07-24T06:41:49.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-07-24T06:41:49.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20942026-07-24T06:41:49.689Z
20952026-07-24T06:41:49.689Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
20962026-07-24T06:41:50.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-07-24T06:41:50.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-07-24T06:41:50.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-07-24T06:41:50.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21002026-07-24T06:41:50.098Z
21012026-07-24T06:41:50.098Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21022026-07-24T06:41:50.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-07-24T06:41:50.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-07-24T06:41:50.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-07-24T06:41:50.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21062026-07-24T06:41:50.505Z
21072026-07-24T06:41:50.505Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21082026-07-24T06:41:50.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-07-24T06:41:50.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-07-24T06:41:50.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-07-24T06:41:50.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21122026-07-24T06:41:51.079Z
21132026-07-24T06:41:51.079Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21142026-07-24T06:41:51.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-07-24T06:41:51.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-07-24T06:41:51.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-07-24T06:41:51.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21182026-07-24T06:41:51.655Z
21192026-07-24T06:41:51.655Zinfo: running `cargo check --bins` on nexus-config (51/303)
21202026-07-24T06:41:52.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-07-24T06:41:52.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-07-24T06:41:52.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-07-24T06:41:52.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21242026-07-24T06:41:52.227Z
21252026-07-24T06:41:52.227Zinfo: running `cargo check --bins` on nexus-types (52/303)
21262026-07-24T06:41:52.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-07-24T06:41:52.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-07-24T06:41:52.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-07-24T06:41:52.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21302026-07-24T06:41:52.797Z
21312026-07-24T06:41:52.797Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21322026-07-24T06:41:53.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-07-24T06:41:53.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-07-24T06:41:53.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-07-24T06:41:53.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21362026-07-24T06:41:53.339Z
21372026-07-24T06:41:53.339Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21382026-07-24T06:41:53.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-07-24T06:41:53.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-07-24T06:41:53.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-07-24T06:41:53.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21422026-07-24T06:41:53.860Z
21432026-07-24T06:41:53.860Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21442026-07-24T06:41:54.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-07-24T06:41:54.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-07-24T06:41:54.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-07-24T06:41:54.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21482026-07-24T06:41:54.396Z
21492026-07-24T06:41:54.396Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21502026-07-24T06:41:54.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-07-24T06:41:54.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-07-24T06:41:54.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-07-24T06:41:54.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21542026-07-24T06:41:54.933Z
21552026-07-24T06:41:54.933Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21562026-07-24T06:41:55.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-07-24T06:41:55.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-07-24T06:41:55.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-07-24T06:41:55.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21602026-07-24T06:41:55.473Z
21612026-07-24T06:41:55.473Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
21622026-07-24T06:41:55.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-07-24T06:41:55.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-07-24T06:41:55.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-07-24T06:41:55.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21662026-07-24T06:41:56.013Z
21672026-07-24T06:41:56.013Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
21682026-07-24T06:41:56.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-07-24T06:41:56.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-07-24T06:41:56.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-07-24T06:41:56.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21722026-07-24T06:41:56.533Z
21732026-07-24T06:41:56.533Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
21742026-07-24T06:41:56.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-07-24T06:41:56.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-07-24T06:41:56.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-07-24T06:41:56.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21782026-07-24T06:41:57.051Z
21792026-07-24T06:41:57.051Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
21802026-07-24T06:41:57.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-07-24T06:41:57.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-07-24T06:41:57.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-07-24T06:41:57.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21842026-07-24T06:41:57.567Z
21852026-07-24T06:41:57.567Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
21862026-07-24T06:41:58.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-07-24T06:41:58.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-07-24T06:41:58.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-07-24T06:41:58.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21902026-07-24T06:41:58.087Z
21912026-07-24T06:41:58.087Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/303)
21922026-07-24T06:41:58.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-07-24T06:41:58.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-07-24T06:41:58.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-07-24T06:41:58.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21962026-07-24T06:41:58.623Z
21972026-07-24T06:41:58.623Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/303)
21982026-07-24T06:41:59.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-07-24T06:41:59.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-07-24T06:41:59.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-07-24T06:41:59.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22022026-07-24T06:41:59.161Z
22032026-07-24T06:41:59.162Zinfo: running `cargo check --bins` on cockroach-admin-types (65/303)
22042026-07-24T06:41:59.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-07-24T06:41:59.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-07-24T06:41:59.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-07-24T06:41:59.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22082026-07-24T06:41:59.678Z
22092026-07-24T06:41:59.678Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/303)
22102026-07-24T06:42:00.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-07-24T06:42:00.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-07-24T06:42:00.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-07-24T06:42:00.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22142026-07-24T06:42:00.199Z
22152026-07-24T06:42:00.199Zinfo: running `cargo check --bins` on ereport-types (67/303)
22162026-07-24T06:42:00.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-07-24T06:42:00.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-07-24T06:42:00.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-07-24T06:42:00.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22202026-07-24T06:42:00.726Z
22212026-07-24T06:42:00.726Zinfo: running `cargo check --bins` on gateway-client (68/303)
22222026-07-24T06:42:01.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-07-24T06:42:01.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-07-24T06:42:01.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-07-24T06:42:01.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22262026-07-24T06:42:01.266Z
22272026-07-24T06:42:01.266Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/303)
22282026-07-24T06:42:01.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-07-24T06:42:01.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-07-24T06:42:01.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-07-24T06:42:01.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22322026-07-24T06:42:01.785Z
22332026-07-24T06:42:01.785Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/303)
22342026-07-24T06:42:02.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-07-24T06:42:02.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-07-24T06:42:02.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-07-24T06:42:02.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22382026-07-24T06:42:02.313Z
22392026-07-24T06:42:02.313Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/303)
22402026-07-24T06:42:02.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-07-24T06:42:02.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-07-24T06:42:02.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-07-24T06:42:02.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22442026-07-24T06:42:02.840Z
22452026-07-24T06:42:02.840Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/303)
22462026-07-24T06:42:03.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-07-24T06:42:03.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-07-24T06:42:03.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-07-24T06:42:03.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22502026-07-24T06:42:03.371Z
22512026-07-24T06:42:03.371Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/303)
22522026-07-24T06:42:03.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-07-24T06:42:03.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-07-24T06:42:03.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-07-24T06:42:03.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22562026-07-24T06:42:03.921Z
22572026-07-24T06:42:03.921Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/303)
22582026-07-24T06:42:04.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-07-24T06:42:04.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-07-24T06:42:04.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-07-24T06:42:04.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22622026-07-24T06:42:04.469Z
22632026-07-24T06:42:04.469Zinfo: running `cargo check --bins` on key-manager-types (75/303)
22642026-07-24T06:42:04.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-07-24T06:42:04.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-07-24T06:42:04.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-07-24T06:42:04.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22682026-07-24T06:42:04.989Z
22692026-07-24T06:42:04.989Zinfo: running `cargo check --bins` on oxlog (76/303)
22702026-07-24T06:42:05.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-07-24T06:42:05.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-07-24T06:42:05.539Z Checking cfg-if v1.0.4
22732026-07-24T06:42:05.542Z Checking libc v0.2.185
22742026-07-24T06:42:05.542Z Checking serde_core v1.0.228
22752026-07-24T06:42:05.656Z Checking memchr v2.8.0
22762026-07-24T06:42:05.659Z Checking zeroize v1.8.2
22772026-07-24T06:42:05.670Z Checking smallvec v1.15.1
22782026-07-24T06:42:05.732Z Checking log v0.4.29
22792026-07-24T06:42:05.732Z Checking subtle v2.6.1
22802026-07-24T06:42:05.732Z Checking itoa v1.0.17
22812026-07-24T06:42:05.798Z Checking scopeguard v1.2.0
22822026-07-24T06:42:05.829Z Checking stable_deref_trait v1.2.1
22832026-07-24T06:42:05.840Z Checking typenum v1.20.1
22842026-07-24T06:42:05.840Z Checking zerofrom v0.1.6
22852026-07-24T06:42:05.863Z Checking pin-project-lite v0.2.17
22862026-07-24T06:42:05.891Z Checking lock_api v0.4.14
22872026-07-24T06:42:05.904Z Checking portable-atomic v1.13.1
22882026-07-24T06:42:05.948Z Checking zmij v1.0.21
22892026-07-24T06:42:05.960Z Checking yoke v0.8.1
22902026-07-24T06:42:06.014Z Checking futures-core v0.3.32
22912026-07-24T06:42:06.037Z Checking errno v0.3.14
22922026-07-24T06:42:06.083Z Checking getrandom v0.2.17
22932026-07-24T06:42:06.118Z Checking zerovec v0.11.5
22942026-07-24T06:42:06.129Z Checking parking_lot_core v0.9.12
22952026-07-24T06:42:06.146Z Checking signal-hook-registry v1.4.8
22962026-07-24T06:42:06.157Z Checking critical-section v1.2.0
22972026-07-24T06:42:06.221Z Checking rand_core v0.6.4
22982026-07-24T06:42:06.243Z Checking mio v1.2.0
22992026-07-24T06:42:06.295Z Checking zerocopy v0.8.40
23002026-07-24T06:42:06.307Z Checking parking_lot v0.12.5
23012026-07-24T06:42:06.310Z Checking once_cell v1.21.3
23022026-07-24T06:42:06.385Z Checking litemap v0.8.1
23032026-07-24T06:42:06.478Z Checking rand_core v0.10.0
23042026-07-24T06:42:06.481Z Checking percent-encoding v2.3.2
23052026-07-24T06:42:06.510Z Checking writeable v0.6.2
23062026-07-24T06:42:06.533Z Checking tinystr v0.8.2
23072026-07-24T06:42:06.546Z Checking const-oid v0.9.6
23082026-07-24T06:42:06.567Z Checking potential_utf v0.1.4
23092026-07-24T06:42:06.610Z Checking getrandom v0.4.1
23102026-07-24T06:42:06.622Z Checking zerotrie v0.2.3
23112026-07-24T06:42:06.660Z Checking libm v0.2.16
23122026-07-24T06:42:06.687Z Checking icu_collections v2.1.1
23132026-07-24T06:42:06.698Z Checking icu_locale_core v2.1.1
23142026-07-24T06:42:06.751Z Checking generic-array v0.14.7
23152026-07-24T06:42:06.856Z Checking socket2 v0.6.3
23162026-07-24T06:42:06.990Z Checking equivalent v1.0.2
23172026-07-24T06:42:07.070Z Checking icu_normalizer_data v2.1.1
23182026-07-24T06:42:07.095Z Checking icu_properties_data v2.1.2
23192026-07-24T06:42:07.116Z Checking serde v1.0.228
23202026-07-24T06:42:07.136Z Checking bitflags v2.11.0
23212026-07-24T06:42:07.199Z Checking serde_json v1.0.150
23222026-07-24T06:42:07.216Z Checking futures-sink v0.3.32
23232026-07-24T06:42:07.232Z Checking futures-task v0.3.32
23242026-07-24T06:42:07.242Z Checking icu_provider v2.1.1
23252026-07-24T06:42:07.298Z Checking futures-io v0.3.32
23262026-07-24T06:42:07.313Z Checking futures-channel v0.3.32
23272026-07-24T06:42:07.358Z Checking num-traits v0.2.19
23282026-07-24T06:42:07.362Z Checking slab v0.4.12
23292026-07-24T06:42:07.406Z Checking utf8_iter v1.0.4
23302026-07-24T06:42:07.466Z Checking icu_normalizer v2.1.1
23312026-07-24T06:42:07.489Z Checking icu_properties v2.1.2
23322026-07-24T06:42:07.512Z Checking bytes v1.11.1
23332026-07-24T06:42:07.529Z Checking hashbrown v0.17.0
23342026-07-24T06:42:07.535Z Checking futures-util v0.3.32
23352026-07-24T06:42:07.763Z Checking block-buffer v0.10.4
23362026-07-24T06:42:07.856Z Checking crypto-common v0.1.7
23372026-07-24T06:42:07.878Z Checking form_urlencoded v1.2.2
23382026-07-24T06:42:07.897Z Checking getrandom v0.3.4
23392026-07-24T06:42:07.938Z Checking tokio v1.52.1
23402026-07-24T06:42:07.970Z Checking digest v0.10.7
23412026-07-24T06:42:07.982Z Checking indexmap v2.14.0
23422026-07-24T06:42:07.997Z Checking fnv v1.0.7
23432026-07-24T06:42:08.033Z Checking byteorder v1.5.0
23442026-07-24T06:42:08.087Z Checking iana-time-zone v0.1.65
23452026-07-24T06:42:08.161Z Checking rand_core v0.9.5
23462026-07-24T06:42:08.187Z Checking chrono v0.4.45
23472026-07-24T06:42:08.231Z Checking http v1.4.2
23482026-07-24T06:42:08.300Z Checking idna_adapter v1.2.1
23492026-07-24T06:42:08.328Z Checking uuid v1.23.4
23502026-07-24T06:42:08.409Z Checking idna v1.1.0
23512026-07-24T06:42:08.532Z Checking base64ct v1.8.3
23522026-07-24T06:42:08.639Z Checking base64 v0.22.1
23532026-07-24T06:42:08.648Z Checking url v2.5.8
23542026-07-24T06:42:08.764Z Checking regex-syntax v0.8.10
23552026-07-24T06:42:08.783Z Checking pem-rfc7468 v0.7.0
23562026-07-24T06:42:08.868Z Checking rustix v1.1.3
23572026-07-24T06:42:08.937Z Checking tracing-core v0.1.36
23582026-07-24T06:42:09.025Z Checking flagset v0.4.7
23592026-07-24T06:42:09.037Z Checking ppv-lite86 v0.2.21
23602026-07-24T06:42:09.072Z Checking http-body v1.0.1
23612026-07-24T06:42:09.144Z Checking der v0.7.10
23622026-07-24T06:42:09.204Z Checking rustls-pki-types v1.14.0
23632026-07-24T06:42:09.256Z Checking tracing v0.1.44
23642026-07-24T06:42:09.334Z Checking rand_chacha v0.9.0
23652026-07-24T06:42:09.453Z Checking openssl-probe v0.2.1
23662026-07-24T06:42:09.466Z Checking cmov v0.5.4
23672026-07-24T06:42:09.489Z Checking tinyvec_macros v0.1.1
23682026-07-24T06:42:09.532Z Checking dyn-clone v1.0.20
23692026-07-24T06:42:09.551Z Checking tinyvec v1.10.0
23702026-07-24T06:42:09.563Z Checking rand v0.9.2
23712026-07-24T06:42:09.634Z Checking semver v1.0.28
23722026-07-24T06:42:09.653Z Checking ctutils v0.4.2
23732026-07-24T06:42:09.699Z Checking aws-lc-sys v0.40.0
23742026-07-24T06:42:09.833Z Checking tower-service v0.3.3
23752026-07-24T06:42:09.849Z Checking untrusted v0.7.1
23762026-07-24T06:42:09.861Z Checking atomic-waker v1.1.2
23772026-07-24T06:42:09.897Z Checking spki v0.7.3
23782026-07-24T06:42:09.915Z Checking tower-layer v0.3.3
23792026-07-24T06:42:09.949Z Checking try-lock v0.2.5
23802026-07-24T06:42:09.952Z Checking hybrid-array v0.4.13
23812026-07-24T06:42:10.021Z Checking schemars v0.8.22
23822026-07-24T06:42:10.044Z Checking want v0.3.1
23832026-07-24T06:42:10.056Z Checking ipnet v2.11.0
23842026-07-24T06:42:10.069Z Checking httparse v1.10.1
23852026-07-24T06:42:10.090Z Checking aho-corasick v1.1.4
23862026-07-24T06:42:10.161Z Checking cpufeatures v0.2.17
23872026-07-24T06:42:10.185Z Checking aws-lc-rs v1.16.3
23882026-07-24T06:42:10.240Z Checking untrusted v0.9.0
23892026-07-24T06:42:10.267Z Checking fastrand v2.3.0
23902026-07-24T06:42:10.302Z Checking foreign-types-shared v0.1.1
23912026-07-24T06:42:10.328Z Checking plain v0.2.3
23922026-07-24T06:42:10.383Z Checking utf8parse v0.2.2
23932026-07-24T06:42:10.425Z Checking httpdate v1.0.3
23942026-07-24T06:42:10.439Z Checking tempfile v3.25.0
23952026-07-24T06:42:10.475Z Checking foreign-types v0.3.2
23962026-07-24T06:42:10.542Z Checking pkcs8 v0.10.2
23972026-07-24T06:42:10.568Z Checking unicode-normalization v0.1.25
23982026-07-24T06:42:10.626Z Checking openssl-sys v0.9.115
23992026-07-24T06:42:10.657Z Checking spin v0.9.8
24002026-07-24T06:42:10.693Z Checking anstyle v1.0.14
24012026-07-24T06:42:10.702Z Checking ucd-trie v0.1.7
24022026-07-24T06:42:10.747Z Checking regex-automata v0.4.14
24032026-07-24T06:42:10.826Z Checking unicode-ident v1.0.24
24042026-07-24T06:42:10.840Z Checking pest v2.8.6
24052026-07-24T06:42:10.864Z Checking sha2 v0.10.9
24062026-07-24T06:42:10.933Z Checking proc-macro2 v1.0.106
24072026-07-24T06:42:10.958Z Checking hmac v0.12.1
24082026-07-24T06:42:10.992Z Checking openssl v0.10.79
24092026-07-24T06:42:11.004Z Checking rustls-webpki v0.103.13
24102026-07-24T06:42:11.089Z Checking thiserror v2.0.18
24112026-07-24T06:42:11.137Z Checking sync_wrapper v1.0.2
24122026-07-24T06:42:11.178Z Checking tokio-util v0.7.18
24132026-07-24T06:42:11.191Z Checking wait-timeout v0.2.1
24142026-07-24T06:42:11.233Z Checking pretty-hex v0.4.1
24152026-07-24T06:42:11.246Z Checking siphasher v1.0.2
24162026-07-24T06:42:11.305Z Checking anstyle-query v1.1.5
24172026-07-24T06:42:11.346Z Checking simd-adler32 v0.3.8
24182026-07-24T06:42:11.391Z Checking bit-vec v0.8.0
24192026-07-24T06:42:11.394Z Checking colorchoice v1.0.4
24202026-07-24T06:42:11.414Z Checking rustls v0.23.41
24212026-07-24T06:42:11.495Z Checking quick-error v1.2.3
24222026-07-24T06:42:11.507Z Checking is_terminal_polyfill v1.70.2
24232026-07-24T06:42:11.579Z Checking powerfmt v0.2.0
24242026-07-24T06:42:11.592Z Checking rusty-fork v0.3.1
24252026-07-24T06:42:11.595Z Checking bit-set v0.8.0
24262026-07-24T06:42:11.725Z Checking deranged v0.5.8
24272026-07-24T06:42:11.742Z Checking quote v1.0.45
24282026-07-24T06:42:11.754Z Checking tower v0.5.3
24292026-07-24T06:42:11.774Z Checking h2 v0.4.15
24302026-07-24T06:42:11.892Z Checking http-body-util v0.1.3
24312026-07-24T06:42:11.906Z Checking crossbeam-utils v0.8.21
24322026-07-24T06:42:12.103Z Checking rand_xorshift v0.4.0
24332026-07-24T06:42:12.124Z Checking crc32fast v1.5.0
24342026-07-24T06:42:12.215Z Checking scroll v0.13.0
24352026-07-24T06:42:12.241Z Checking time-core v0.1.8
24362026-07-24T06:42:12.256Z Checking iri-string v0.7.10
24372026-07-24T06:42:12.375Z Checking ryu v1.0.23
24382026-07-24T06:42:12.435Z Checking unicode-properties v0.1.4
24392026-07-24T06:42:12.507Z Checking unicode-bidi v0.3.18
24402026-07-24T06:42:12.569Z Checking num_threads v0.1.7
24412026-07-24T06:42:12.617Z Checking adler2 v2.0.1
24422026-07-24T06:42:12.629Z Checking num-conv v0.2.0
24432026-07-24T06:42:12.647Z Checking unarray v0.1.4
24442026-07-24T06:42:12.726Z Checking allocator-api2 v0.2.21
24452026-07-24T06:42:12.736Z Checking time v0.3.47
24462026-07-24T06:42:12.746Z Checking proptest v1.10.0
24472026-07-24T06:42:12.789Z Checking stringprep v0.1.5
24482026-07-24T06:42:12.943Z Checking miniz_oxide v0.8.9
24492026-07-24T06:42:12.978Z Checking native-tls v0.2.18
24502026-07-24T06:42:12.994Z Checking bstr v1.12.1
24512026-07-24T06:42:13.155Z Checking tokio-native-tls v0.3.1
24522026-07-24T06:42:13.263Z Checking tower-http v0.6.8
24532026-07-24T06:42:13.287Z Checking serde_urlencoded v0.7.1
24542026-07-24T06:42:13.307Z Checking goblin v0.10.5
24552026-07-24T06:42:13.379Z Checking crossbeam-epoch v0.9.18
24562026-07-24T06:42:13.483Z Checking syn v2.0.117
24572026-07-24T06:42:13.535Z Checking crypto-common v0.2.2
24582026-07-24T06:42:13.597Z Checking block-padding v0.4.2
24592026-07-24T06:42:13.650Z Checking block-buffer v0.12.1
24602026-07-24T06:42:13.728Z Checking ipnetwork v0.21.1
24612026-07-24T06:42:13.807Z Checking anstyle-parse v1.0.0
24622026-07-24T06:42:13.833Z Checking rustls-native-certs v0.8.3
24632026-07-24T06:42:13.936Z Checking rand_chacha v0.3.1
24642026-07-24T06:42:13.952Z Checking thiserror v1.0.69
24652026-07-24T06:42:14.009Z Checking scroll v0.12.0
24662026-07-24T06:42:14.046Z Checking hash32 v0.2.1
24672026-07-24T06:42:14.128Z Checking zstd-sys v2.0.16+zstd.1.5.7
24682026-07-24T06:42:14.140Z Checking md-5 v0.10.6
24692026-07-24T06:42:14.184Z Checking signature v2.2.0
24702026-07-24T06:42:14.198Z Checking num-integer v0.1.46
24712026-07-24T06:42:14.248Z Checking hex v0.4.3
24722026-07-24T06:42:14.274Z Checking toml_datetime v0.6.11
24732026-07-24T06:42:14.328Z Checking serde_spanned v0.6.9
24742026-07-24T06:42:14.419Z Checking encoding_rs v0.8.35
24752026-07-24T06:42:14.452Z Checking zlib-rs v0.6.2
24762026-07-24T06:42:14.455Z Checking fallible-iterator v0.2.0
24772026-07-24T06:42:14.478Z Checking psl-types v2.0.11
24782026-07-24T06:42:14.545Z Checking mime v0.3.17
24792026-07-24T06:42:14.585Z Checking hyper v1.10.1
24802026-07-24T06:42:14.597Z Checking publicsuffix v2.3.0
24812026-07-24T06:42:14.712Z Checking newtype-uuid v1.3.2
24822026-07-24T06:42:14.729Z Checking postgres-protocol v0.6.10
24832026-07-24T06:42:14.750Z Checking num-iter v0.1.45
24842026-07-24T06:42:14.858Z Checking zstd-safe v7.2.4
24852026-07-24T06:42:14.904Z Checking heapless v0.7.17
24862026-07-24T06:42:15.016Z Checking goblin v0.8.2
24872026-07-24T06:42:15.036Z Checking rand v0.8.6
24882026-07-24T06:42:15.306Z Checking anstream v1.0.0
24892026-07-24T06:42:15.329Z Checking flate2 v1.1.9
24902026-07-24T06:42:15.342Z Checking oxnet v0.1.6
24912026-07-24T06:42:15.495Z Checking cookie v0.18.1
24922026-07-24T06:42:15.512Z Checking hyper-util v0.1.20
24932026-07-24T06:42:15.546Z Checking inout v0.2.2
24942026-07-24T06:42:15.591Z Checking tokio-rustls v0.26.4
24952026-07-24T06:42:15.619Z Checking dtrace-parser v0.3.0
24962026-07-24T06:42:15.652Z Checking dof v0.4.0
24972026-07-24T06:42:15.685Z Checking phf_shared v0.13.1
24982026-07-24T06:42:15.720Z Checking lazy_static v1.5.0
24992026-07-24T06:42:15.732Z Checking anstyle-parse v0.2.7
25002026-07-24T06:42:15.804Z Checking pin-project v1.1.11
25012026-07-24T06:42:15.815Z Checking zerocopy v0.7.35
25022026-07-24T06:42:15.847Z Checking terminal_size v0.4.3
25032026-07-24T06:42:15.872Z Checking bzip2-sys v0.1.13+1.0.8
25042026-07-24T06:42:15.877Z Checking signal-hook v0.3.18
25052026-07-24T06:42:15.895Z Checking futures-executor v0.3.32
25062026-07-24T06:42:15.952Z Checking ff v0.13.1
25072026-07-24T06:42:15.965Z Checking thread-id v5.1.0
25082026-07-24T06:42:16.035Z Checking strsim v0.11.1
25092026-07-24T06:42:16.047Z Checking foldhash v0.2.0
25102026-07-24T06:42:16.057Z Checking same-file v1.0.6
25112026-07-24T06:42:16.075Z Checking bumpalo v3.20.2
25122026-07-24T06:42:16.169Z Checking bitflags v1.3.2
25132026-07-24T06:42:16.217Z Checking base16ct v0.2.0
25142026-07-24T06:42:16.218Z Checking winnow v0.5.40
25152026-07-24T06:42:16.240Z Checking foldhash v0.1.5
25162026-07-24T06:42:16.266Z Checking libbz2-rs-sys v0.2.2
25172026-07-24T06:42:16.276Z Checking managed v0.8.0
25182026-07-24T06:42:16.289Z Compiling rayon-core v1.13.0
25192026-07-24T06:42:16.318Z Checking either v1.15.0
25202026-07-24T06:42:16.359Z Checking clap_lex v1.0.0
25212026-07-24T06:42:16.449Z Checking smoltcp v0.9.1
25222026-07-24T06:42:16.487Z Checking hashbrown v0.15.5
25232026-07-24T06:42:16.500Z Checking sec1 v0.7.3
25242026-07-24T06:42:16.510Z Checking clap_builder v4.6.0
25252026-07-24T06:42:16.649Z Checking bzip2 v0.6.1
25262026-07-24T06:42:16.697Z Checking zopfli v0.8.3
25272026-07-24T06:42:16.768Z Checking hyper-tls v0.6.0
25282026-07-24T06:42:16.803Z Checking hyper-rustls v0.27.7
25292026-07-24T06:42:16.945Z Checking dof v0.3.0
25302026-07-24T06:42:16.948Z Checking reqwest v0.12.28
25312026-07-24T06:42:16.948Z Checking usdt-impl v0.6.0
25322026-07-24T06:42:17.003Z Checking hashbrown v0.16.1
25332026-07-24T06:42:17.017Z Checking walkdir v2.5.0
25342026-07-24T06:42:17.029Z Checking group v0.13.0
25352026-07-24T06:42:17.173Z Checking signal-hook-mio v0.2.5
25362026-07-24T06:42:17.186Z Checking futures v0.3.32
25372026-07-24T06:42:17.186Z Checking bzip2 v0.4.4
25382026-07-24T06:42:17.226Z Checking snafu v0.8.9
25392026-07-24T06:42:17.266Z Checking anstream v0.6.21
25402026-07-24T06:42:17.279Z Checking phf v0.13.1
25412026-07-24T06:42:17.338Z Checking toml_edit v0.19.15
25422026-07-24T06:42:17.348Z Checking num-bigint-dig v0.8.6
25432026-07-24T06:42:17.416Z Checking cookie_store v0.22.1
25442026-07-24T06:42:17.448Z Checking cipher v0.5.2
25452026-07-24T06:42:17.462Z Checking daft v0.1.7
25462026-07-24T06:42:17.493Z Checking postgres-types v0.2.12
25472026-07-24T06:42:17.675Z Checking zstd v0.13.3
25482026-07-24T06:42:17.679Z Checking ed25519 v2.2.3
25492026-07-24T06:42:17.700Z Checking dtrace-parser v0.2.0
25502026-07-24T06:42:17.729Z Checking rustls-platform-verifier v0.6.2
25512026-07-24T06:42:17.742Z Checking crossbeam-deque v0.8.6
25522026-07-24T06:42:17.798Z Checking globset v0.4.18
25532026-07-24T06:42:17.855Z Checking regex v1.12.3
25542026-07-24T06:42:17.859Z Checking phf_shared v0.11.3
25552026-07-24T06:42:17.859Z Checking hkdf v0.12.4
25562026-07-24T06:42:17.911Z Checking olpc-cjson v0.1.4
25572026-07-24T06:42:17.923Z Checking curve25519-dalek v4.1.3
25582026-07-24T06:42:17.991Z Checking ref-cast v1.0.25
25592026-07-24T06:42:17.995Z Checking pkcs1 v0.7.5
25602026-07-24T06:42:18.037Z Checking strum v0.27.2
25612026-07-24T06:42:18.050Z Checking hubpack v0.1.2
25622026-07-24T06:42:18.083Z Checking memoffset v0.9.1
25632026-07-24T06:42:18.141Z Checking rustix v0.38.44
25642026-07-24T06:42:18.153Z Checking pem v3.0.6
25652026-07-24T06:42:18.157Z Checking float-cmp v0.10.0
25662026-07-24T06:42:18.157Z Checking serde_plain v1.0.2
25672026-07-24T06:42:18.200Z Checking serde-big-array v0.5.1
25682026-07-24T06:42:18.212Z Checking erased-serde v0.3.31
25692026-07-24T06:42:18.282Z Checking crypto-bigint v0.5.5
25702026-07-24T06:42:18.303Z Checking thread-id v4.2.2
25712026-07-24T06:42:18.313Z Checking memmap2 v0.9.10
25722026-07-24T06:42:18.326Z Checking env_filter v1.0.0
25732026-07-24T06:42:18.375Z Checking toml_write v0.1.2
25742026-07-24T06:42:18.388Z Checking winnow v0.7.14
25752026-07-24T06:42:18.458Z Checking const-oid v0.10.2
25762026-07-24T06:42:18.471Z Checking cpufeatures v0.3.0
25772026-07-24T06:42:18.540Z Checking precomputed-hash v0.1.1
25782026-07-24T06:42:18.544Z Checking keccak v0.1.6
25792026-07-24T06:42:18.592Z Checking fixedbitset v0.4.2
25802026-07-24T06:42:18.606Z Checking typed-path v0.9.3
25812026-07-24T06:42:18.621Z Checking unicode-segmentation v1.12.0
25822026-07-24T06:42:18.687Z Checking data-encoding v2.10.0
25832026-07-24T06:42:18.699Z Checking static_assertions v1.1.0
25842026-07-24T06:42:18.734Z Checking fixedbitset v0.5.7
25852026-07-24T06:42:18.762Z Checking difflib v0.4.0
25862026-07-24T06:42:18.922Z Checking whoami v2.1.0
25872026-07-24T06:42:18.926Z Checking normalize-line-endings v0.3.0
25882026-07-24T06:42:18.926Z Checking winnow v1.0.3
25892026-07-24T06:42:18.939Z Checking jiff v0.2.21
25902026-07-24T06:42:18.957Z Checking predicates-core v1.0.10
25912026-07-24T06:42:19.015Z Checking new_debug_unreachable v1.0.6
25922026-07-24T06:42:19.081Z Checking string_cache v0.8.9
25932026-07-24T06:42:19.093Z Checking predicates v3.1.4
25942026-07-24T06:42:19.105Z Checking tokio-postgres v0.7.16
25952026-07-24T06:42:19.175Z Checking elliptic-curve v0.13.8
25962026-07-24T06:42:19.237Z Checking toml_parser v1.1.2+spec-1.1.0
25972026-07-24T06:42:19.256Z Checking hickory-proto v0.25.2
25982026-07-24T06:42:19.381Z Checking tough v0.22.0
25992026-07-24T06:42:19.394Z Checking crossterm v0.28.1
26002026-07-24T06:42:19.483Z Checking similar v2.7.0
26012026-07-24T06:42:19.569Z Checking petgraph v0.8.3
26022026-07-24T06:42:19.588Z Checking toml_edit v0.22.27
26032026-07-24T06:42:19.869Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26042026-07-24T06:42:20.096Z Checking petgraph v0.6.5
26052026-07-24T06:42:20.379Z Checking sha3 v0.10.8
26062026-07-24T06:42:20.584Z Checking ed25519-dalek v2.2.0
26072026-07-24T06:42:20.694Z Checking digest v0.11.3
26082026-07-24T06:42:20.810Z Checking slog v2.8.2
26092026-07-24T06:42:20.876Z Checking chacha20 v0.10.0
26102026-07-24T06:42:21.075Z Checking usdt v0.6.0
26112026-07-24T06:42:21.121Z Checking env_logger v0.11.9
26122026-07-24T06:42:21.134Z Checking toml v0.7.8
26132026-07-24T06:42:21.175Z Checking zip v4.6.1
26142026-07-24T06:42:21.238Z Checking usdt-impl v0.5.0
26152026-07-24T06:42:21.305Z Checking rsa v0.9.10
26162026-07-24T06:42:21.319Z Checking nix v0.31.2
26172026-07-24T06:42:21.390Z Checking iddqd v0.4.2
26182026-07-24T06:42:21.513Z Checking reqwest v0.13.2
26192026-07-24T06:42:21.739Z Checking clap v4.6.1
26202026-07-24T06:42:21.753Z Checking zip v0.6.6
26212026-07-24T06:42:21.767Z Checking itertools v0.13.0
26222026-07-24T06:42:21.814Z Checking serde_with v3.21.0
26232026-07-24T06:42:22.038Z Checking byte-wrapper v0.1.0
26242026-07-24T06:42:22.074Z Checking strum v0.26.3
26252026-07-24T06:42:22.129Z Checking tokio-stream v0.1.18
26262026-07-24T06:42:22.178Z Checking fs-err v3.3.0
26272026-07-24T06:42:22.243Z Checking ahash v0.8.12
26282026-07-24T06:42:22.291Z Checking object v0.37.3
26292026-07-24T06:42:22.363Z Checking buf-list v1.1.2
26302026-07-24T06:42:22.434Z Checking anyhow v1.0.102
26312026-07-24T06:42:22.465Z Checking camino v1.2.2
26322026-07-24T06:42:22.495Z Checking x509-cert v0.2.5
26332026-07-24T06:42:22.510Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26342026-07-24T06:42:22.537Z Checking openapiv3 v2.2.0
26352026-07-24T06:42:22.626Z Checking peg-runtime v0.8.5
26362026-07-24T06:42:22.716Z Checking lalrpop-util v0.19.12
26372026-07-24T06:42:22.761Z Checking rayon v1.11.0
26382026-07-24T06:42:22.764Z Checking sigpipe v0.1.3
26392026-07-24T06:42:22.786Z Checking glob v0.3.3
26402026-07-24T06:42:24.398Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26412026-07-24T06:42:24.454Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26422026-07-24T06:42:24.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s
26432026-07-24T06:42:24.872Z
26442026-07-24T06:42:24.872Zinfo: running `cargo check --bins` on internal-dns-types (77/303)
26452026-07-24T06:42:25.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-07-24T06:42:25.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-07-24T06:42:25.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-07-24T06:42:25.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26492026-07-24T06:42:25.408Z
26502026-07-24T06:42:25.408Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/303)
26512026-07-24T06:42:25.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-07-24T06:42:25.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-07-24T06:42:25.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-07-24T06:42:25.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26552026-07-24T06:42:25.942Z
26562026-07-24T06:42:25.942Zinfo: running `cargo check --bins` on nexus-types-versions (79/303)
26572026-07-24T06:42:26.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-07-24T06:42:26.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-07-24T06:42:26.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-07-24T06:42:26.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26612026-07-24T06:42:26.493Z
26622026-07-24T06:42:26.493Zinfo: running `cargo check --bins` on oxql-types (80/303)
26632026-07-24T06:42:26.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-07-24T06:42:26.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-07-24T06:42:26.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-07-24T06:42:26.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26672026-07-24T06:42:27.029Z
26682026-07-24T06:42:27.029Zinfo: running `cargo check --bins` on oximeter-types (81/303)
26692026-07-24T06:42:27.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-07-24T06:42:27.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-07-24T06:42:27.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-07-24T06:42:27.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26732026-07-24T06:42:27.564Z
26742026-07-24T06:42:27.564Zinfo: running `cargo check --bins` on oximeter-types-versions (82/303)
26752026-07-24T06:42:28.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-07-24T06:42:28.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-07-24T06:42:28.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782026-07-24T06:42:28.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26792026-07-24T06:42:28.100Z
26802026-07-24T06:42:28.100Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/303)
26812026-07-24T06:42:28.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822026-07-24T06:42:28.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832026-07-24T06:42:28.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842026-07-24T06:42:28.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26852026-07-24T06:42:28.623Z
26862026-07-24T06:42:28.623Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/303)
26872026-07-24T06:42:29.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882026-07-24T06:42:29.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892026-07-24T06:42:29.260Z Compiling structmeta-derive v0.3.0
26902026-07-24T06:42:29.375Z Compiling multer v3.1.0
26912026-07-24T06:42:29.386Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26922026-07-24T06:42:29.390Z Compiling async-stream-impl v0.3.6
26932026-07-24T06:42:29.404Z Compiling dropshot v0.17.1
26942026-07-24T06:42:29.420Z Compiling newtype-uuid-macros v0.1.0
26952026-07-24T06:42:29.423Z Compiling dropshot_endpoint v0.17.1
26962026-07-24T06:42:29.449Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26972026-07-24T06:42:29.615Z Checking thread_local v1.1.9
26982026-07-24T06:42:29.639Z Checking match_cfg v0.1.0
26992026-07-24T06:42:29.706Z Checking compression-core v0.4.31
27002026-07-24T06:42:29.772Z Checking hostname v0.3.1
27012026-07-24T06:42:29.787Z Checking crossbeam-channel v0.5.15
27022026-07-24T06:42:29.833Z Checking compression-codecs v0.4.37
27032026-07-24T06:42:29.847Z Checking atomicwrites v0.4.4
27042026-07-24T06:42:29.868Z Checking slog-json v2.6.1
27052026-07-24T06:42:29.964Z Checking toml_datetime v1.1.1+spec-1.1.0
27062026-07-24T06:42:29.976Z Checking is-terminal v0.4.17
27072026-07-24T06:42:29.991Z Checking serde_spanned v1.1.1
27082026-07-24T06:42:30.016Z Checking debug-ignore v1.0.5
27092026-07-24T06:42:30.060Z Checking term v1.2.1
27102026-07-24T06:42:30.113Z Checking take_mut v0.2.2
27112026-07-24T06:42:30.124Z Checking toml_writer v1.1.1+spec-1.1.0
27122026-07-24T06:42:30.142Z Checking slog-bunyan v2.5.0
27132026-07-24T06:42:30.156Z Checking async-compression v0.4.41
27142026-07-24T06:42:30.168Z Checking async-stream v0.3.6
27152026-07-24T06:42:30.208Z Checking slog-async v2.8.0
27162026-07-24T06:42:30.247Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27172026-07-24T06:42:30.278Z Checking slog-term v2.9.2
27182026-07-24T06:42:30.291Z Checking toml v1.1.2+spec-1.1.0
27192026-07-24T06:42:30.294Z Checking progenitor-client v0.14.0
27202026-07-24T06:42:30.348Z Checking sha1 v0.11.0
27212026-07-24T06:42:30.389Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27222026-07-24T06:42:30.412Z Compiling structmeta v0.3.0
27232026-07-24T06:42:30.510Z Checking waitgroup v0.1.2
27242026-07-24T06:42:30.526Z Checking rustls-pemfile v2.2.0
27252026-07-24T06:42:30.535Z Checking backon v1.6.0
27262026-07-24T06:42:30.548Z Checking serde_path_to_error v0.1.20
27272026-07-24T06:42:30.584Z Checking hostname v0.4.2
27282026-07-24T06:42:30.604Z Checking instant v0.1.13
27292026-07-24T06:42:30.620Z Compiling derive-ex v0.1.8
27302026-07-24T06:42:30.654Z Compiling parse-display-derive v0.10.0
27312026-07-24T06:42:30.699Z Checking progenitor-extras v0.2.0
27322026-07-24T06:42:30.825Z Checking backoff v0.4.0
27332026-07-24T06:42:30.873Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27342026-07-24T06:42:30.885Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27352026-07-24T06:42:30.904Z Checking itertools v0.14.0
27362026-07-24T06:42:30.988Z Checking regress v0.10.5
27372026-07-24T06:42:31.070Z Checking macaddr v1.0.1
27382026-07-24T06:42:31.266Z Checking humantime v2.3.0
27392026-07-24T06:42:32.286Z Compiling test-strategy v0.4.5
27402026-07-24T06:42:32.298Z Checking parse-display v0.10.0
27412026-07-24T06:42:32.534Z Compiling prettyplease v0.2.37
27422026-07-24T06:42:32.799Z Checking num-rational v0.4.2
27432026-07-24T06:42:33.066Z Checking num-complex v0.4.6
27442026-07-24T06:42:33.516Z Compiling num v0.4.3
27452026-07-24T06:42:33.598Z Compiling usdt-attr-macro v0.5.0
27462026-07-24T06:42:33.610Z Compiling usdt-macro v0.5.0
27472026-07-24T06:42:33.654Z Checking memmap v0.7.0
27482026-07-24T06:42:33.686Z Compiling float-ord v0.3.2
27492026-07-24T06:42:33.738Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27502026-07-24T06:42:33.887Z Compiling convert_case v0.4.0
27512026-07-24T06:42:34.077Z Checking unicode-width v0.2.0
27522026-07-24T06:42:34.107Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27532026-07-24T06:42:34.297Z Compiling derive_more v0.99.20
27542026-07-24T06:42:34.348Z Checking newline-converter v0.3.0
27552026-07-24T06:42:34.361Z Checking console v0.15.11
27562026-07-24T06:42:34.425Z Checking usdt v0.5.0
27572026-07-24T06:42:34.451Z Compiling toml v0.8.23
27582026-07-24T06:42:34.587Z Compiling minimal-lexical v0.2.1
27592026-07-24T06:42:34.631Z Checking linked-hash-map v0.5.6
27602026-07-24T06:42:34.801Z Checking lru-cache v0.1.2
27612026-07-24T06:42:34.838Z Compiling nom v7.1.3
27622026-07-24T06:42:34.920Z Checking expectorate v1.2.0
27632026-07-24T06:42:35.390Z Checking camino-tempfile v1.4.1
27642026-07-24T06:42:35.478Z Checking hickory-proto v0.24.4
27652026-07-24T06:42:35.549Z Checking phf_shared v0.12.1
27662026-07-24T06:42:35.563Z Compiling slog-dtrace v0.3.0
27672026-07-24T06:42:35.689Z Compiling unicode-xid v0.2.6
27682026-07-24T06:42:35.813Z Compiling chrono-tz v0.10.4
27692026-07-24T06:42:36.012Z Checking resolv-conf v0.7.6
27702026-07-24T06:42:36.027Z Checking heck v0.5.0
27712026-07-24T06:42:36.189Z Compiling const_format_proc_macros v0.2.34
27722026-07-24T06:42:36.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732026-07-24T06:42:36.241Z Checking phf v0.12.1
27742026-07-24T06:42:36.381Z Checking tokio-dtrace v0.1.1
27752026-07-24T06:42:36.569Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762026-07-24T06:42:36.696Z Compiling derive-where v1.6.0
27772026-07-24T06:42:36.860Z Checking highway v1.3.0
27782026-07-24T06:42:37.089Z Checking const_format v0.2.35
27792026-07-24T06:42:37.103Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27802026-07-24T06:42:37.241Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27812026-07-24T06:42:37.282Z Checking hickory-resolver v0.24.4
27822026-07-24T06:42:37.313Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27832026-07-24T06:42:37.610Z Checking oxide-tokio-rt v0.1.4
27842026-07-24T06:42:38.013Z Checking qorb v0.4.1
27852026-07-24T06:42:38.237Z Checking gethostname v0.5.0
27862026-07-24T06:42:38.273Z Checking bcs v0.1.6
27872026-07-24T06:42:38.304Z Checking termtree v0.5.1
27882026-07-24T06:42:38.744Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-07-24T06:42:38.762Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27902026-07-24T06:42:38.970Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27912026-07-24T06:42:38.971Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27922026-07-24T06:42:41.680Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27932026-07-24T06:42:44.053Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27942026-07-24T06:42:46.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.54s
27952026-07-24T06:42:46.332Z
27962026-07-24T06:42:46.333Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/303)
27972026-07-24T06:42:46.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-07-24T06:42:46.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-07-24T06:42:46.960Z Compiling ar_archive_writer v0.5.1
28002026-07-24T06:42:47.070Z Compiling stacker v0.1.23
28012026-07-24T06:42:47.078Z Compiling cfg_aliases v0.1.1
28022026-07-24T06:42:47.085Z Compiling convert_case v0.10.0
28032026-07-24T06:42:47.085Z Checking unicode-width v0.1.14
28042026-07-24T06:42:47.101Z Compiling proc-macro-error v1.0.4
28052026-07-24T06:42:47.111Z Checking fd-lock v4.0.4
28062026-07-24T06:42:47.123Z Checking nibble_vec v0.1.0
28072026-07-24T06:42:47.134Z Compiling nix v0.28.0
28082026-07-24T06:42:47.218Z Checking vte v0.14.1
28092026-07-24T06:42:47.235Z Compiling recursive-proc-macro-impl v0.1.1
28102026-07-24T06:42:47.334Z Checking bytecount v0.6.9
28112026-07-24T06:42:47.349Z Checking endian-type v0.1.2
28122026-07-24T06:42:47.362Z Checking strip-ansi-escapes v0.2.1
28132026-07-24T06:42:47.373Z Compiling derive_more-impl v2.1.1
28142026-07-24T06:42:47.384Z Compiling tabled_derive v0.7.0
28152026-07-24T06:42:47.425Z Checking papergrid v0.11.0
28162026-07-24T06:42:47.457Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-07-24T06:42:47.467Z Checking radix_trie v0.2.1
28182026-07-24T06:42:47.647Z Compiling peg-macros v0.8.5
28192026-07-24T06:42:47.669Z Compiling sqlparser_derive v0.5.0
28202026-07-24T06:42:47.888Z Compiling psm v0.1.30
28212026-07-24T06:42:47.936Z Checking winnow v0.6.26
28222026-07-24T06:42:48.032Z Checking home v0.5.12
28232026-07-24T06:42:48.147Z Checking nu-ansi-term v0.50.3
28242026-07-24T06:42:48.181Z Checking derive_more v2.1.1
28252026-07-24T06:42:48.256Z Checking unicode_categories v0.1.1
28262026-07-24T06:42:48.343Z Checking tabled v0.15.0
28272026-07-24T06:42:48.356Z Checking reedline v0.40.0
28282026-07-24T06:42:48.420Z Checking crossterm v0.29.0
28292026-07-24T06:42:48.450Z Checking display-error-chain v0.2.2
28302026-07-24T06:42:48.462Z Checking rustyline v14.0.0
28312026-07-24T06:42:48.656Z Checking recursive v0.1.1
28322026-07-24T06:42:48.740Z Checking sqlparser v0.61.0
28332026-07-24T06:42:48.913Z Checking peg v0.8.5
28342026-07-24T06:42:49.049Z Checking sqlformat v0.3.5
28352026-07-24T06:42:59.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
28362026-07-24T06:43:00.095Z
28372026-07-24T06:43:00.095Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/303)
28382026-07-24T06:43:00.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-24T06:43:00.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-24T06:43:00.717Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-24T06:43:04.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28422026-07-24T06:43:04.303Z
28432026-07-24T06:43:04.303Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/303)
28442026-07-24T06:43:04.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-24T06:43:04.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-24T06:43:04.964Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-24T06:43:07.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28482026-07-24T06:43:07.520Z
28492026-07-24T06:43:07.520Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/303)
28502026-07-24T06:43:07.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-24T06:43:07.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-24T06:43:08.136Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-24T06:43:11.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28542026-07-24T06:43:11.522Z
28552026-07-24T06:43:11.522Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/303)
28562026-07-24T06:43:11.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-24T06:43:11.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-24T06:43:12.144Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-24T06:43:15.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28602026-07-24T06:43:15.612Z
28612026-07-24T06:43:15.612Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/303)
28622026-07-24T06:43:16.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-24T06:43:16.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-24T06:43:16.233Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-24T06:43:18.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28662026-07-24T06:43:19.000Z
28672026-07-24T06:43:19.000Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/303)
28682026-07-24T06:43:19.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-24T06:43:19.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-24T06:43:19.593Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-24T06:43:22.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28722026-07-24T06:43:22.383Z
28732026-07-24T06:43:22.383Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/303)
28742026-07-24T06:43:22.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-24T06:43:22.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-24T06:43:23.007Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-07-24T06:43:26.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28782026-07-24T06:43:26.609Z
28792026-07-24T06:43:26.609Zinfo: running `cargo check --bins` on oximeter (93/303)
28802026-07-24T06:43:27.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-24T06:43:27.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-24T06:43:27.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-07-24T06:43:27.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28842026-07-24T06:43:27.146Z
28852026-07-24T06:43:27.146Zinfo: running `cargo check --bins` on oximeter-schema (94/303)
28862026-07-24T06:43:27.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-07-24T06:43:27.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-07-24T06:43:27.719Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-07-24T06:43:28.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28902026-07-24T06:43:28.225Z
28912026-07-24T06:43:28.225Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/303)
28922026-07-24T06:43:28.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-07-24T06:43:28.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-07-24T06:43:28.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-07-24T06:43:28.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28962026-07-24T06:43:28.760Z
28972026-07-24T06:43:28.760Zinfo: running `cargo check --bins` on oximeter-test-utils (96/303)
28982026-07-24T06:43:29.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-24T06:43:29.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-24T06:43:29.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-24T06:43:29.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29022026-07-24T06:43:29.338Z
29032026-07-24T06:43:29.339Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/303)
29042026-07-24T06:43:29.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-24T06:43:29.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-24T06:43:29.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-24T06:43:29.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29082026-07-24T06:43:29.878Z
29092026-07-24T06:43:29.878Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/303)
29102026-07-24T06:43:30.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-24T06:43:30.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-24T06:43:30.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-24T06:43:30.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-07-24T06:43:30.421Z
29152026-07-24T06:43:30.426Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/303)
29162026-07-24T06:43:30.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-24T06:43:30.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-24T06:43:30.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-24T06:43:30.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-07-24T06:43:30.961Z
29212026-07-24T06:43:30.961Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/303)
29222026-07-24T06:43:31.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-24T06:43:31.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-24T06:43:31.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-24T06:43:31.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29262026-07-24T06:43:31.747Z
29272026-07-24T06:43:31.747Zinfo: running `cargo check --bins` on trust-quorum-types (101/303)
29282026-07-24T06:43:31.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-24T06:43:31.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-24T06:43:31.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-24T06:43:31.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29322026-07-24T06:43:32.047Z
29332026-07-24T06:43:32.047Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/303)
29342026-07-24T06:43:32.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-24T06:43:32.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-24T06:43:32.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-24T06:43:32.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29382026-07-24T06:43:32.572Z
29392026-07-24T06:43:32.572Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/303)
29402026-07-24T06:43:33.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-24T06:43:33.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-24T06:43:33.236Z Compiling darling_core v0.21.3
29432026-07-24T06:43:33.357Z Compiling crucible-workspace-hack v0.1.0
29442026-07-24T06:43:33.367Z Checking secrecy v0.10.3
29452026-07-24T06:43:33.367Z Compiling heapless v0.8.0
29462026-07-24T06:43:33.367Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-07-24T06:43:33.385Z Checking hash32 v0.3.1
29482026-07-24T06:43:33.392Z Checking inout v0.1.4
29492026-07-24T06:43:33.408Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-07-24T06:43:33.462Z Compiling smoltcp v0.11.0
29512026-07-24T06:43:33.502Z Checking cobs v0.3.0
29522026-07-24T06:43:33.525Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-07-24T06:43:33.602Z Checking cipher v0.4.4
29542026-07-24T06:43:33.661Z Checking universal-hash v0.5.1
29552026-07-24T06:43:33.683Z Compiling thiserror-impl-no-std v2.0.2
29562026-07-24T06:43:33.683Z Checking half v2.7.1
29572026-07-24T06:43:33.728Z Checking ciborium-io v0.2.2
29582026-07-24T06:43:33.795Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-07-24T06:43:33.838Z Checking opaque-debug v0.3.1
29602026-07-24T06:43:33.852Z Checking chacha20 v0.9.1
29612026-07-24T06:43:33.902Z Checking ciborium-ll v0.2.2
29622026-07-24T06:43:33.917Z Checking poly1305 v0.8.0
29632026-07-24T06:43:34.003Z Checking postcard v1.1.3
29642026-07-24T06:43:34.049Z Compiling proc-macro-crate v3.4.0
29652026-07-24T06:43:34.072Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29662026-07-24T06:43:34.178Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29672026-07-24T06:43:34.297Z Checking password-hash v0.5.0
29682026-07-24T06:43:34.450Z Checking blake2 v0.10.6
29692026-07-24T06:43:34.502Z Compiling proc-macro-crate v1.3.1
29702026-07-24T06:43:34.521Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29712026-07-24T06:43:34.583Z Checking aead v0.5.2
29722026-07-24T06:43:34.625Z Compiling num_enum_derive v0.7.6
29732026-07-24T06:43:34.828Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29742026-07-24T06:43:34.856Z Compiling foreign-types-macros v0.2.3
29752026-07-24T06:43:34.856Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29762026-07-24T06:43:34.856Z Checking thiserror-no-std v2.0.2
29772026-07-24T06:43:34.915Z Checking foreign-types-shared v0.3.1
29782026-07-24T06:43:34.926Z Checking vsss-rs v3.3.4
29792026-07-24T06:43:34.926Z Compiling num_enum_derive v0.5.11
29802026-07-24T06:43:34.981Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29812026-07-24T06:43:35.010Z Checking chacha20poly1305 v0.10.1
29822026-07-24T06:43:35.114Z Checking argon2 v0.5.3
29832026-07-24T06:43:35.302Z Checking foreign-types v0.5.0
29842026-07-24T06:43:35.386Z Checking ciborium v0.2.2
29852026-07-24T06:43:35.508Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-07-24T06:43:35.552Z Checking tabwriter v1.4.1
29872026-07-24T06:43:39.786Z Checking num_enum v0.7.6
29882026-07-24T06:43:39.819Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-07-24T06:43:39.819Z Checking cstr-argument v0.1.2
29902026-07-24T06:43:39.820Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29912026-07-24T06:43:39.820Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-07-24T06:43:39.820Z Compiling darling_macro v0.21.3
29932026-07-24T06:43:39.820Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-07-24T06:43:39.820Z Checking num_enum v0.5.11
29952026-07-24T06:43:39.820Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-07-24T06:43:39.820Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-07-24T06:43:39.820Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-07-24T06:43:39.820Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29992026-07-24T06:43:39.820Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-07-24T06:43:39.820Z Checking rand v0.10.1
30012026-07-24T06:43:39.820Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30022026-07-24T06:43:39.820Z Checking indent_write v2.2.0
30032026-07-24T06:43:39.820Z Checking colored v3.1.1
30042026-07-24T06:43:39.820Z Compiling darling v0.21.3
30052026-07-24T06:43:39.820Z Compiling zone_cfg_derive v0.3.1
30062026-07-24T06:43:39.820Z Compiling ingot-macros v0.1.1
30072026-07-24T06:43:39.820Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30082026-07-24T06:43:39.820Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30092026-07-24T06:43:39.820Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30102026-07-24T06:43:39.820Z Checking itertools v0.12.1
30112026-07-24T06:43:39.820Z Compiling num-derive v0.4.2
30122026-07-24T06:43:39.820Z Checking swrite v0.1.0
30132026-07-24T06:43:39.820Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-07-24T06:43:39.820Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30152026-07-24T06:43:39.821Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30162026-07-24T06:43:39.821Z Checking dropshot-api-manager-types v0.7.2
30172026-07-24T06:43:39.821Z Checking smf v0.2.3
30182026-07-24T06:43:39.821Z Checking nanorand v0.7.0
30192026-07-24T06:43:39.821Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-07-24T06:43:39.821Z Checking whoami v1.6.1
30212026-07-24T06:43:39.821Z Checking flume v0.11.1
30222026-07-24T06:43:39.821Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30232026-07-24T06:43:39.821Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30242026-07-24T06:43:39.821Z Checking zone v0.3.1
30252026-07-24T06:43:39.821Z Checking ingot-types v0.1.2
30262026-07-24T06:43:39.821Z Checking ingot v0.1.1
30272026-07-24T06:43:40.255Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-24T06:43:41.185Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-24T06:43:42.060Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30302026-07-24T06:43:43.437Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30312026-07-24T06:43:45.485Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30322026-07-24T06:43:46.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
30332026-07-24T06:43:46.730Z
30342026-07-24T06:43:46.730Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/303)
30352026-07-24T06:43:47.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-07-24T06:43:47.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-07-24T06:43:47.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-07-24T06:43:47.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30392026-07-24T06:43:47.280Z
30402026-07-24T06:43:47.280Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/303)
30412026-07-24T06:43:47.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-07-24T06:43:47.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-07-24T06:43:47.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-07-24T06:43:47.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30452026-07-24T06:43:47.897Z
30462026-07-24T06:43:47.897Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/303)
30472026-07-24T06:43:48.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-07-24T06:43:48.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-07-24T06:43:48.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-07-24T06:43:48.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30512026-07-24T06:43:48.378Z
30522026-07-24T06:43:48.379Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/303)
30532026-07-24T06:43:48.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-07-24T06:43:48.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-07-24T06:43:48.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-07-24T06:43:48.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30572026-07-24T06:43:48.932Z
30582026-07-24T06:43:48.932Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/303)
30592026-07-24T06:43:49.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-07-24T06:43:49.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-07-24T06:43:49.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-07-24T06:43:49.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30632026-07-24T06:43:49.479Z
30642026-07-24T06:43:49.479Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/303)
30652026-07-24T06:43:49.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-07-24T06:43:49.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-07-24T06:43:49.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-07-24T06:43:49.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30692026-07-24T06:43:50.027Z
30702026-07-24T06:43:50.027Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/303)
30712026-07-24T06:43:50.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-07-24T06:43:50.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-07-24T06:43:50.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-07-24T06:43:50.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30752026-07-24T06:43:50.573Z
30762026-07-24T06:43:50.573Zinfo: running `cargo check --bins` on cockroach-admin-client (111/303)
30772026-07-24T06:43:51.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-07-24T06:43:51.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-07-24T06:43:51.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-07-24T06:43:51.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30812026-07-24T06:43:51.110Z
30822026-07-24T06:43:51.110Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/303)
30832026-07-24T06:43:51.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-07-24T06:43:51.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-07-24T06:43:51.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-07-24T06:43:51.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30872026-07-24T06:43:51.656Z
30882026-07-24T06:43:51.656Zinfo: running `cargo check --bins` on dns-service-client (113/303)
30892026-07-24T06:43:52.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-07-24T06:43:52.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-07-24T06:43:52.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-07-24T06:43:52.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30932026-07-24T06:43:52.205Z
30942026-07-24T06:43:52.205Zinfo: running `cargo check --bins` on installinator-client (114/303)
30952026-07-24T06:43:52.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-07-24T06:43:52.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-07-24T06:43:52.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-07-24T06:43:52.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30992026-07-24T06:43:52.752Z
31002026-07-24T06:43:52.752Zinfo: running `cargo check --bins` on nexus-client (115/303)
31012026-07-24T06:43:53.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-07-24T06:43:53.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-07-24T06:43:53.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-07-24T06:43:53.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31052026-07-24T06:43:53.336Z
31062026-07-24T06:43:53.336Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/303)
31072026-07-24T06:43:53.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-07-24T06:43:53.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-07-24T06:43:53.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-07-24T06:43:53.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31112026-07-24T06:43:53.919Z
31122026-07-24T06:43:53.919Zinfo: running `cargo check --bins` on ntp-admin-client (117/303)
31132026-07-24T06:43:54.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-07-24T06:43:54.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-07-24T06:43:54.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-07-24T06:43:54.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31172026-07-24T06:43:54.452Z
31182026-07-24T06:43:54.452Zinfo: running `cargo check --bins` on oxide-client (118/303)
31192026-07-24T06:43:54.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-07-24T06:43:54.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-07-24T06:43:54.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-07-24T06:43:54.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31232026-07-24T06:43:54.988Z
31242026-07-24T06:43:54.988Zinfo: running `cargo check --bins` on oximeter-client (119/303)
31252026-07-24T06:43:55.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-07-24T06:43:55.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-07-24T06:43:55.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-07-24T06:43:55.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31292026-07-24T06:43:55.535Z
31302026-07-24T06:43:55.535Zinfo: running `cargo check --bins` on repo-depot-client (120/303)
31312026-07-24T06:43:55.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-07-24T06:43:55.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-07-24T06:43:55.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-07-24T06:43:55.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31352026-07-24T06:43:56.067Z
31362026-07-24T06:43:56.067Zinfo: running `cargo check --bins` on sled-agent-client (121/303)
31372026-07-24T06:43:56.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-07-24T06:43:56.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-07-24T06:43:56.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-07-24T06:43:56.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31412026-07-24T06:43:56.622Z
31422026-07-24T06:43:56.622Zinfo: running `cargo check --bins` on wicketd-client (122/303)
31432026-07-24T06:43:57.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-07-24T06:43:57.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-07-24T06:43:57.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-07-24T06:43:57.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31472026-07-24T06:43:57.191Z
31482026-07-24T06:43:57.191Zinfo: running `cargo check --bins` on installinator-common (123/303)
31492026-07-24T06:43:57.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-07-24T06:43:57.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-07-24T06:43:57.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-07-24T06:43:57.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31532026-07-24T06:43:57.755Z
31542026-07-24T06:43:57.756Zinfo: running `cargo check --bins` on installinator-common-versions (124/303)
31552026-07-24T06:43:58.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-07-24T06:43:58.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-07-24T06:43:58.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-07-24T06:43:58.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31592026-07-24T06:43:58.284Z
31602026-07-24T06:43:58.284Zinfo: running `cargo check --bins` on wicket-common (125/303)
31612026-07-24T06:43:58.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-07-24T06:43:58.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-07-24T06:43:58.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-07-24T06:43:58.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31652026-07-24T06:43:58.843Z
31662026-07-24T06:43:58.843Zinfo: running `cargo check --bins` on wicketd-commission-types (126/303)
31672026-07-24T06:43:59.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-07-24T06:43:59.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-07-24T06:43:59.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-07-24T06:43:59.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31712026-07-24T06:43:59.395Z
31722026-07-24T06:43:59.395Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/303)
31732026-07-24T06:43:59.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-07-24T06:43:59.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-07-24T06:43:59.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-07-24T06:43:59.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31772026-07-24T06:43:59.946Z
31782026-07-24T06:43:59.946Zinfo: running `cargo check --bins` on wicketd-commission-client (128/303)
31792026-07-24T06:44:00.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-07-24T06:44:00.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-07-24T06:44:00.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-07-24T06:44:00.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31832026-07-24T06:44:00.546Z
31842026-07-24T06:44:00.546Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/303)
31852026-07-24T06:44:00.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-07-24T06:44:00.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-07-24T06:44:01.136Z Checking csv-core v0.1.13
31882026-07-24T06:44:01.246Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31892026-07-24T06:44:01.246Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31902026-07-24T06:44:01.258Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31912026-07-24T06:44:01.383Z Checking csv v1.4.0
31922026-07-24T06:44:01.397Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31932026-07-24T06:44:01.691Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-07-24T06:44:02.018Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-07-24T06:44:02.018Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-07-24T06:44:03.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
31972026-07-24T06:44:03.190Z
31982026-07-24T06:44:03.191Zinfo: running `cargo check --bins` on cockroach-admin-api (130/303)
31992026-07-24T06:44:03.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-07-24T06:44:03.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-07-24T06:44:03.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-07-24T06:44:03.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32032026-07-24T06:44:03.736Z
32042026-07-24T06:44:03.736Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/303)
32052026-07-24T06:44:04.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-07-24T06:44:04.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-07-24T06:44:04.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-07-24T06:44:04.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32092026-07-24T06:44:04.365Z
32102026-07-24T06:44:04.365Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/303)
32112026-07-24T06:44:04.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-07-24T06:44:04.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-07-24T06:44:04.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-07-24T06:44:04.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32152026-07-24T06:44:04.990Z
32162026-07-24T06:44:04.990Zinfo: running `cargo check --bins` on gateway-test-utils (133/303)
32172026-07-24T06:44:05.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-07-24T06:44:05.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-07-24T06:44:05.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-07-24T06:44:05.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32212026-07-24T06:44:05.585Z
32222026-07-24T06:44:05.585Zinfo: running `cargo check --bins` on omicron-gateway (134/303)
32232026-07-24T06:44:06.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-07-24T06:44:06.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-07-24T06:44:06.290Z Compiling regress v0.11.1
32262026-07-24T06:44:06.433Z Compiling unsafe-libyaml v0.2.11
32272026-07-24T06:44:06.443Z Compiling semver v0.1.20
32282026-07-24T06:44:06.443Z Compiling radium v0.7.0
32292026-07-24T06:44:06.464Z Checking nom v8.0.0
32302026-07-24T06:44:06.464Z Compiling maybe-uninit v2.0.0
32312026-07-24T06:44:06.468Z Checking tap v1.0.1
32322026-07-24T06:44:06.585Z Checking wyz v0.5.1
32332026-07-24T06:44:06.708Z Compiling rustc_version v0.1.7
32342026-07-24T06:44:06.765Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32352026-07-24T06:44:06.797Z Compiling zerocopy-derive v0.6.6
32362026-07-24T06:44:06.911Z Compiling cancel-safe-futures v0.1.5
32372026-07-24T06:44:06.919Z Compiling newtype_derive v0.1.6
32382026-07-24T06:44:07.155Z Compiling serde_yaml v0.9.34+deprecated
32392026-07-24T06:44:07.171Z Checking funty v2.0.0
32402026-07-24T06:44:07.171Z Checking crc-catalog v2.4.0
32412026-07-24T06:44:07.272Z Compiling packed_struct v0.10.1
32422026-07-24T06:44:07.479Z Checking bitvec v1.0.1
32432026-07-24T06:44:07.557Z Checking crc v3.4.0
32442026-07-24T06:44:07.651Z Checking zerocopy v0.6.6
32452026-07-24T06:44:07.869Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-07-24T06:44:07.872Z Checking typify-impl v0.6.2
32472026-07-24T06:44:08.233Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-07-24T06:44:08.371Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32492026-07-24T06:44:08.398Z Compiling packed_struct_codegen v0.10.1
32502026-07-24T06:44:08.575Z Compiling bitfield-macros v0.19.4
32512026-07-24T06:44:08.589Z Compiling indexmap v1.9.3
32522026-07-24T06:44:08.788Z Compiling owo-colors v4.3.0
32532026-07-24T06:44:08.802Z Checking nodrop v0.1.14
32542026-07-24T06:44:08.892Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32552026-07-24T06:44:08.964Z Checking array-init v0.0.4
32562026-07-24T06:44:09.047Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-07-24T06:44:09.170Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-07-24T06:44:09.273Z Checking smallvec v0.6.14
32592026-07-24T06:44:09.301Z Checking bitfield v0.19.4
32602026-07-24T06:44:09.452Z Checking oxide-update-engine-types v0.1.2
32612026-07-24T06:44:09.468Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32622026-07-24T06:44:09.574Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32632026-07-24T06:44:09.589Z Checking hashbrown v0.12.3
32642026-07-24T06:44:09.601Z Checking linear-map v1.2.0
32652026-07-24T06:44:09.676Z Checking tagptr v0.2.0
32662026-07-24T06:44:09.770Z Checking smawk v0.3.2
32672026-07-24T06:44:09.819Z Checking base64 v0.21.7
32682026-07-24T06:44:09.897Z Checking unicode-linebreak v0.1.5
32692026-07-24T06:44:10.038Z Checking moka v0.12.13
32702026-07-24T06:44:10.053Z Checking ron v0.8.1
32712026-07-24T06:44:10.108Z Checking textwrap v0.16.2
32722026-07-24T06:44:10.316Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-07-24T06:44:10.329Z Checking serde-hex v0.1.0
32742026-07-24T06:44:10.344Z Checking oxide-update-engine v0.1.2
32752026-07-24T06:44:10.543Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-07-24T06:44:10.569Z Checking steno v0.4.1
32772026-07-24T06:44:10.760Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-07-24T06:44:10.914Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32792026-07-24T06:44:11.118Z Checking hashbrown v0.13.2
32802026-07-24T06:44:11.228Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-07-24T06:44:11.438Z Checking crc-any v2.5.0
32822026-07-24T06:44:11.505Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-07-24T06:44:11.550Z Checking object v0.30.4
32842026-07-24T06:44:11.565Z Checking hickory-resolver v0.25.2
32852026-07-24T06:44:11.611Z Checking sha1 v0.10.6
32862026-07-24T06:44:11.665Z Checking half v1.8.3
32872026-07-24T06:44:11.775Z Checking path-slash v0.1.5
32882026-07-24T06:44:11.802Z Checking utf-8 v0.7.6
32892026-07-24T06:44:11.861Z Checking void v1.0.2
32902026-07-24T06:44:11.878Z Checking serde_cbor v0.11.2
32912026-07-24T06:44:11.933Z Checking tungstenite v0.23.0
32922026-07-24T06:44:11.963Z Checking lzss v0.8.2
32932026-07-24T06:44:12.253Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32942026-07-24T06:44:12.267Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32952026-07-24T06:44:12.283Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-07-24T06:44:12.345Z Checking nix v0.27.1
32972026-07-24T06:44:12.386Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32982026-07-24T06:44:12.405Z Checking kstat-rs v0.2.4
32992026-07-24T06:44:12.439Z Compiling typify-macro v0.6.2
33002026-07-24T06:44:12.479Z Checking fxhash v0.2.1
33012026-07-24T06:44:12.502Z Checking serde_bytes v0.11.19
33022026-07-24T06:44:12.586Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33032026-07-24T06:44:12.602Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33042026-07-24T06:44:12.663Z Checking tokio-tungstenite v0.23.1
33052026-07-24T06:44:12.678Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-07-24T06:44:12.840Z Checking signal-hook-tokio v0.3.1
33072026-07-24T06:44:13.568Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33082026-07-24T06:44:13.715Z Compiling typify v0.6.2
33092026-07-24T06:44:13.791Z Compiling progenitor-impl v0.14.0
33102026-07-24T06:44:14.466Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33112026-07-24T06:44:14.769Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33122026-07-24T06:44:15.232Z Compiling progenitor-macro v0.14.0
33132026-07-24T06:44:17.503Z Checking progenitor v0.14.0
33142026-07-24T06:44:17.618Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33152026-07-24T06:44:17.622Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-07-24T06:44:20.272Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-07-24T06:44:28.537Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-07-24T06:44:35.265Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-07-24T06:44:36.620Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-07-24T06:44:37.110Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-07-24T06:44:39.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.59s
33222026-07-24T06:44:39.363Z
33232026-07-24T06:44:39.363Zinfo: running `cargo check --bins` on gateway-api (135/303)
33242026-07-24T06:44:39.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-07-24T06:44:39.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-07-24T06:44:39.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-07-24T06:44:39.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33282026-07-24T06:44:39.914Z
33292026-07-24T06:44:39.914Zinfo: running `cargo check --bins` on ipcc (136/303)
33302026-07-24T06:44:40.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-07-24T06:44:40.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-07-24T06:44:40.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-07-24T06:44:40.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33342026-07-24T06:44:40.460Z
33352026-07-24T06:44:40.460Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/303)
33362026-07-24T06:44:40.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-07-24T06:44:40.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-07-24T06:44:40.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-07-24T06:44:40.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33402026-07-24T06:44:40.991Z
33412026-07-24T06:44:40.991Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/303)
33422026-07-24T06:44:41.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-07-24T06:44:41.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-07-24T06:44:41.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-07-24T06:44:41.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33462026-07-24T06:44:41.552Z
33472026-07-24T06:44:41.553Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/303)
33482026-07-24T06:44:42.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-07-24T06:44:42.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-07-24T06:44:42.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-07-24T06:44:42.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33522026-07-24T06:44:42.089Z
33532026-07-24T06:44:42.089Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/303)
33542026-07-24T06:44:42.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-07-24T06:44:42.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-07-24T06:44:42.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-07-24T06:44:42.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33582026-07-24T06:44:42.631Z
33592026-07-24T06:44:42.631Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/303)
33602026-07-24T06:44:43.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-07-24T06:44:43.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-07-24T06:44:43.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-07-24T06:44:43.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33642026-07-24T06:44:43.170Z
33652026-07-24T06:44:43.170Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/303)
33662026-07-24T06:44:43.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-07-24T06:44:43.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-07-24T06:44:43.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-07-24T06:44:43.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33702026-07-24T06:44:43.728Z
33712026-07-24T06:44:43.728Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/303)
33722026-07-24T06:44:44.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-07-24T06:44:44.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-07-24T06:44:44.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-07-24T06:44:44.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33762026-07-24T06:44:44.270Z
33772026-07-24T06:44:44.270Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/303)
33782026-07-24T06:44:44.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-07-24T06:44:44.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-07-24T06:44:44.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-07-24T06:44:44.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33822026-07-24T06:44:44.812Z
33832026-07-24T06:44:44.812Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/303)
33842026-07-24T06:44:45.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-07-24T06:44:45.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-07-24T06:44:45.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-07-24T06:44:45.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33882026-07-24T06:44:45.356Z
33892026-07-24T06:44:45.356Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/303)
33902026-07-24T06:44:45.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-07-24T06:44:45.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-07-24T06:44:45.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-07-24T06:44:45.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33942026-07-24T06:44:45.893Z
33952026-07-24T06:44:45.893Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/303)
33962026-07-24T06:44:46.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-07-24T06:44:46.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-07-24T06:44:46.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-07-24T06:44:46.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34002026-07-24T06:44:46.435Z
34012026-07-24T06:44:46.435Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/303)
34022026-07-24T06:44:46.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-07-24T06:44:46.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-07-24T06:44:46.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-07-24T06:44:46.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34062026-07-24T06:44:46.978Z
34072026-07-24T06:44:46.978Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/303)
34082026-07-24T06:44:47.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-07-24T06:44:47.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-07-24T06:44:47.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-07-24T06:44:47.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34122026-07-24T06:44:47.539Z
34132026-07-24T06:44:47.539Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/303)
34142026-07-24T06:44:48.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-07-24T06:44:48.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-07-24T06:44:48.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-07-24T06:44:48.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34182026-07-24T06:44:48.100Z
34192026-07-24T06:44:48.100Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/303)
34202026-07-24T06:44:48.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-07-24T06:44:48.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-07-24T06:44:48.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-07-24T06:44:48.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34242026-07-24T06:44:48.659Z
34252026-07-24T06:44:48.660Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/303)
34262026-07-24T06:44:49.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-07-24T06:44:49.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-07-24T06:44:49.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-07-24T06:44:49.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34302026-07-24T06:44:49.216Z
34312026-07-24T06:44:49.217Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/303)
34322026-07-24T06:44:49.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-07-24T06:44:49.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-07-24T06:44:49.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-07-24T06:44:49.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34362026-07-24T06:44:49.776Z
34372026-07-24T06:44:49.776Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/303)
34382026-07-24T06:44:50.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-07-24T06:44:50.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-07-24T06:44:50.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-07-24T06:44:50.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34422026-07-24T06:44:50.340Z
34432026-07-24T06:44:50.340Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34442026-07-24T06:44:50.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-07-24T06:44:50.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-07-24T06:44:50.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-07-24T06:44:50.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34482026-07-24T06:44:50.896Z
34492026-07-24T06:44:50.896Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/303)
34502026-07-24T06:44:51.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-07-24T06:44:51.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-07-24T06:44:51.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-07-24T06:44:51.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34542026-07-24T06:44:51.457Z
34552026-07-24T06:44:51.458Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/303)
34562026-07-24T06:44:51.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-07-24T06:44:51.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-07-24T06:44:51.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-07-24T06:44:51.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34602026-07-24T06:44:52.016Z
34612026-07-24T06:44:52.016Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/303)
34622026-07-24T06:44:52.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-07-24T06:44:52.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-07-24T06:44:52.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-07-24T06:44:52.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34662026-07-24T06:44:52.580Z
34672026-07-24T06:44:52.580Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/303)
34682026-07-24T06:44:53.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-07-24T06:44:53.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-07-24T06:44:53.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-07-24T06:44:53.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34722026-07-24T06:44:53.122Z
34732026-07-24T06:44:53.122Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/303)
34742026-07-24T06:44:53.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-07-24T06:44:53.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-07-24T06:44:53.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-07-24T06:44:53.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34782026-07-24T06:44:53.662Z
34792026-07-24T06:44:53.663Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/303)
34802026-07-24T06:44:54.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-07-24T06:44:54.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-07-24T06:44:54.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-07-24T06:44:54.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34842026-07-24T06:44:54.203Z
34852026-07-24T06:44:54.203Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/303)
34862026-07-24T06:44:54.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-07-24T06:44:54.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-07-24T06:44:54.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-07-24T06:44:54.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34902026-07-24T06:44:54.751Z
34912026-07-24T06:44:54.751Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/303)
34922026-07-24T06:44:55.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-07-24T06:44:55.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-07-24T06:44:55.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-07-24T06:44:55.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34962026-07-24T06:44:55.288Z
34972026-07-24T06:44:55.288Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/303)
34982026-07-24T06:44:55.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-07-24T06:44:55.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-07-24T06:44:55.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-07-24T06:44:55.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35022026-07-24T06:44:55.821Z
35032026-07-24T06:44:55.821Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/303)
35042026-07-24T06:44:56.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-07-24T06:44:56.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-07-24T06:44:56.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-07-24T06:44:56.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35082026-07-24T06:44:56.363Z
35092026-07-24T06:44:56.363Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/303)
35102026-07-24T06:44:56.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-07-24T06:44:56.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-07-24T06:44:56.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-07-24T06:44:56.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35142026-07-24T06:44:56.904Z
35152026-07-24T06:44:56.904Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/303)
35162026-07-24T06:44:57.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-07-24T06:44:57.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-07-24T06:44:57.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-07-24T06:44:57.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35202026-07-24T06:44:57.465Z
35212026-07-24T06:44:57.466Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/303)
35222026-07-24T06:44:57.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-07-24T06:44:57.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-07-24T06:44:57.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-07-24T06:44:57.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35262026-07-24T06:44:58.048Z
35272026-07-24T06:44:58.048Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/303)
35282026-07-24T06:44:58.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-07-24T06:44:58.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-07-24T06:44:58.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-07-24T06:44:58.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35322026-07-24T06:44:58.585Z
35332026-07-24T06:44:58.585Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/303)
35342026-07-24T06:44:59.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-07-24T06:44:59.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-07-24T06:44:59.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-07-24T06:44:59.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35382026-07-24T06:44:59.148Z
35392026-07-24T06:44:59.148Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/303)
35402026-07-24T06:44:59.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-07-24T06:44:59.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-07-24T06:44:59.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-07-24T06:44:59.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35442026-07-24T06:44:59.707Z
35452026-07-24T06:44:59.707Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35462026-07-24T06:45:00.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-07-24T06:45:00.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-07-24T06:45:00.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-07-24T06:45:00.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35502026-07-24T06:45:00.266Z
35512026-07-24T06:45:00.266Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/303)
35522026-07-24T06:45:00.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-07-24T06:45:00.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-07-24T06:45:00.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-07-24T06:45:00.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35562026-07-24T06:45:00.824Z
35572026-07-24T06:45:00.824Zinfo: running `cargo check --bins` on oximeter-producer (174/303)
35582026-07-24T06:45:01.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-07-24T06:45:01.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-07-24T06:45:01.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-07-24T06:45:01.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35622026-07-24T06:45:01.402Z
35632026-07-24T06:45:01.402Zinfo: running `cargo check --bins` on internal-dns-resolver (175/303)
35642026-07-24T06:45:01.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-07-24T06:45:01.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-07-24T06:45:01.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-07-24T06:45:01.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35682026-07-24T06:45:01.946Z
35692026-07-24T06:45:01.946Zinfo: running `cargo check --bins` on dns-server (176/303)
35702026-07-24T06:45:02.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-07-24T06:45:02.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-07-24T06:45:02.546Z Compiling parking_lot_core v0.8.6
35732026-07-24T06:45:02.546Z Compiling git-stub v1.0.0
35742026-07-24T06:45:02.550Z Checking prefix-trie v0.7.0
35752026-07-24T06:45:02.550Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35762026-07-24T06:45:02.774Z Compiling git-stub-vcs v0.1.0
35772026-07-24T06:45:02.929Z Checking hickory-server v0.25.2
35782026-07-24T06:45:03.042Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792026-07-24T06:45:03.054Z Checking parking_lot v0.11.2
35802026-07-24T06:45:03.211Z Checking sled v0.34.7
35812026-07-24T06:45:05.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
35822026-07-24T06:45:05.225Z
35832026-07-24T06:45:05.225Zinfo: running `cargo check --bins` on dns-server-api (177/303)
35842026-07-24T06:45:05.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-07-24T06:45:05.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-07-24T06:45:05.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-07-24T06:45:05.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35882026-07-24T06:45:05.762Z
35892026-07-24T06:45:05.762Zinfo: running `cargo check --bins` on oximeter-producer-api (178/303)
35902026-07-24T06:45:06.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-07-24T06:45:06.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-07-24T06:45:06.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-07-24T06:45:06.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35942026-07-24T06:45:06.302Z
35952026-07-24T06:45:06.302Zinfo: running `cargo check --bins` on sp-sim (179/303)
35962026-07-24T06:45:06.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-07-24T06:45:06.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-07-24T06:45:06.976Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35992026-07-24T06:45:08.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
36002026-07-24T06:45:08.886Z
36012026-07-24T06:45:08.886Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/303)
36022026-07-24T06:45:09.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-07-24T06:45:09.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-07-24T06:45:09.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-07-24T06:45:09.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36062026-07-24T06:45:09.489Z
36072026-07-24T06:45:09.489Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/303)
36082026-07-24T06:45:09.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-07-24T06:45:09.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-07-24T06:45:09.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-07-24T06:45:09.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36122026-07-24T06:45:10.088Z
36132026-07-24T06:45:10.088Zinfo: running `cargo check --bins` on db-macros (182/303)
36142026-07-24T06:45:10.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-07-24T06:45:10.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-07-24T06:45:10.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-07-24T06:45:10.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36182026-07-24T06:45:10.610Z
36192026-07-24T06:45:10.610Zinfo: running `cargo check --bins` on nexus-macros-common (183/303)
36202026-07-24T06:45:11.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-07-24T06:45:11.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-07-24T06:45:11.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-07-24T06:45:11.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36242026-07-24T06:45:11.143Z
36252026-07-24T06:45:11.143Zinfo: running `cargo check --bins` on nexus-auth (184/303)
36262026-07-24T06:45:11.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-07-24T06:45:11.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-07-24T06:45:11.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-07-24T06:45:11.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36302026-07-24T06:45:11.736Z
36312026-07-24T06:45:11.736Zinfo: running `cargo check --bins` on authz-macros (185/303)
36322026-07-24T06:45:12.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-07-24T06:45:12.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-07-24T06:45:12.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-07-24T06:45:12.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36362026-07-24T06:45:12.265Z
36372026-07-24T06:45:12.265Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/303)
36382026-07-24T06:45:12.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-07-24T06:45:12.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-07-24T06:45:12.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-07-24T06:45:12.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36422026-07-24T06:45:12.847Z
36432026-07-24T06:45:12.847Zinfo: running `cargo check --bins` on nexus-db-model (187/303)
36442026-07-24T06:45:13.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-07-24T06:45:13.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-07-24T06:45:13.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-07-24T06:45:13.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36482026-07-24T06:45:13.432Z
36492026-07-24T06:45:13.432Zinfo: running `cargo check --bins` on nexus-db-schema (188/303)
36502026-07-24T06:45:13.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-07-24T06:45:13.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-07-24T06:45:13.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-07-24T06:45:13.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36542026-07-24T06:45:13.963Z
36552026-07-24T06:45:13.963Zinfo: running `cargo check --bins` on omicron-rpaths (189/303)
36562026-07-24T06:45:14.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-07-24T06:45:14.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-07-24T06:45:14.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-07-24T06:45:14.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36602026-07-24T06:45:14.575Z
36612026-07-24T06:45:14.575Zinfo: running `cargo check --bins` on nexus-defaults (190/303)
36622026-07-24T06:45:14.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-07-24T06:45:14.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-07-24T06:45:14.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-07-24T06:45:14.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36662026-07-24T06:45:15.033Z
36672026-07-24T06:45:15.033Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/303)
36682026-07-24T06:45:15.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-07-24T06:45:15.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-07-24T06:45:15.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-07-24T06:45:15.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36722026-07-24T06:45:15.565Z
36732026-07-24T06:45:15.565Zinfo: running `cargo check --bins` on parallel-task-set (192/303)
36742026-07-24T06:45:16.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-07-24T06:45:16.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-07-24T06:45:16.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-07-24T06:45:16.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36782026-07-24T06:45:16.094Z
36792026-07-24T06:45:16.094Zinfo: running `cargo check --bins` on omicron-git-version (193/303)
36802026-07-24T06:45:16.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-07-24T06:45:16.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-07-24T06:45:16.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-07-24T06:45:16.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36842026-07-24T06:45:16.623Z
36852026-07-24T06:45:16.623Zinfo: running `cargo check --bins` on nexus-db-errors (194/303)
36862026-07-24T06:45:17.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-07-24T06:45:17.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-07-24T06:45:17.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-07-24T06:45:17.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36902026-07-24T06:45:17.216Z
36912026-07-24T06:45:17.216Zinfo: running `cargo check --bins` on nexus-db-lookup (195/303)
36922026-07-24T06:45:17.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-07-24T06:45:17.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-07-24T06:45:17.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-07-24T06:45:17.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36962026-07-24T06:45:17.809Z
36972026-07-24T06:45:17.809Zinfo: running `cargo check --bins` on nexus-inventory (196/303)
36982026-07-24T06:45:18.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-07-24T06:45:18.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-07-24T06:45:18.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-07-24T06:45:18.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37022026-07-24T06:45:18.395Z
37032026-07-24T06:45:18.395Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/303)
37042026-07-24T06:45:18.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-07-24T06:45:18.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-07-24T06:45:18.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-07-24T06:45:18.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37082026-07-24T06:45:18.958Z
37092026-07-24T06:45:18.958Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/303)
37102026-07-24T06:45:19.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-07-24T06:45:19.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-07-24T06:45:19.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-07-24T06:45:19.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37142026-07-24T06:45:19.522Z
37152026-07-24T06:45:19.522Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/303)
37162026-07-24T06:45:19.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-07-24T06:45:19.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-07-24T06:45:19.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-07-24T06:45:20.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37202026-07-24T06:45:20.084Z
37212026-07-24T06:45:20.085Zinfo: running `cargo check --bins` on key-manager (200/303)
37222026-07-24T06:45:20.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-07-24T06:45:20.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-07-24T06:45:20.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-07-24T06:45:20.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37262026-07-24T06:45:20.629Z
37272026-07-24T06:45:20.629Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/303)
37282026-07-24T06:45:21.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-07-24T06:45:21.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-07-24T06:45:21.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-07-24T06:45:21.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37322026-07-24T06:45:21.190Z
37332026-07-24T06:45:21.190Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/303)
37342026-07-24T06:45:21.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-07-24T06:45:21.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-07-24T06:45:21.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-07-24T06:45:21.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37382026-07-24T06:45:21.750Z
37392026-07-24T06:45:21.750Zinfo: running `cargo check --bins` on typed-rng (203/303)
37402026-07-24T06:45:22.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-07-24T06:45:22.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-07-24T06:45:22.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-07-24T06:45:22.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37442026-07-24T06:45:22.281Z
37452026-07-24T06:45:22.281Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/303)
37462026-07-24T06:45:22.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-07-24T06:45:22.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-07-24T06:45:23.070Z Compiling libefi-sys v0.1.0
37492026-07-24T06:45:23.073Z Compiling bitfield-struct v0.6.2
37502026-07-24T06:45:23.209Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512026-07-24T06:45:23.217Z Compiling xshell-macros v0.2.7
37522026-07-24T06:45:23.225Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532026-07-24T06:45:23.238Z Compiling salty v0.3.0
37542026-07-24T06:45:23.252Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37552026-07-24T06:45:23.268Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37562026-07-24T06:45:23.268Z Checking rfc6979 v0.4.0
37572026-07-24T06:45:23.388Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-07-24T06:45:23.403Z Checking ecdsa v0.16.9
37592026-07-24T06:45:23.533Z Checking primeorder v0.13.6
37602026-07-24T06:45:23.553Z Compiling proc-macro-error-attr2 v2.0.0
37612026-07-24T06:45:23.571Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37622026-07-24T06:45:23.589Z Checking xshell v0.2.7
37632026-07-24T06:45:23.713Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-07-24T06:45:23.744Z Checking tungstenite v0.21.0
37652026-07-24T06:45:23.760Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37662026-07-24T06:45:23.774Z Checking p384 v0.13.1
37672026-07-24T06:45:23.774Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37682026-07-24T06:45:23.814Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37692026-07-24T06:45:23.873Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37702026-07-24T06:45:23.929Z Compiling num-derive v0.3.3
37712026-07-24T06:45:23.947Z Compiling proc-macro-error2 v2.0.1
37722026-07-24T06:45:24.045Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-07-24T06:45:24.154Z Checking tokio-tungstenite v0.21.0
37742026-07-24T06:45:24.185Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37752026-07-24T06:45:24.232Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37762026-07-24T06:45:24.245Z Checking papergrid v0.17.0
37772026-07-24T06:45:24.265Z Compiling tabled_derive v0.11.0
37782026-07-24T06:45:24.295Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37792026-07-24T06:45:24.383Z Compiling progenitor-impl v0.13.0
37802026-07-24T06:45:24.430Z Checking testing_table v0.3.0
37812026-07-24T06:45:24.552Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37822026-07-24T06:45:24.557Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37832026-07-24T06:45:24.561Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-07-24T06:45:24.751Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37852026-07-24T06:45:24.754Z Compiling illumos-nvpair-sys v0.2.0
37862026-07-24T06:45:24.848Z Checking libscf-sys v1.1.0
37872026-07-24T06:45:24.958Z Checking corncobs v0.1.4
37882026-07-24T06:45:24.962Z Compiling unicase v2.9.0
37892026-07-24T06:45:24.987Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37902026-07-24T06:45:25.089Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-24T06:45:25.127Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-24T06:45:25.167Z Compiling mime_guess v2.0.5
37932026-07-24T06:45:25.182Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37942026-07-24T06:45:25.197Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37952026-07-24T06:45:25.282Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37962026-07-24T06:45:25.435Z Checking tabled v0.20.0
37972026-07-24T06:45:25.451Z Checking progenitor-client v0.13.0
37982026-07-24T06:45:25.687Z Checking secrecy v0.8.0
37992026-07-24T06:45:25.718Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38002026-07-24T06:45:25.766Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38012026-07-24T06:45:25.844Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38022026-07-24T06:45:25.968Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38032026-07-24T06:45:26.136Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38042026-07-24T06:45:26.221Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38052026-07-24T06:45:26.224Z Checking filetime v0.2.27
38062026-07-24T06:45:26.293Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38072026-07-24T06:45:26.364Z Checking xattr v1.6.1
38082026-07-24T06:45:26.379Z Checking crc8 v0.1.1
38092026-07-24T06:45:26.493Z Checking http-range v0.1.5
38102026-07-24T06:45:26.620Z Checking tar v0.4.46
38112026-07-24T06:45:26.652Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38122026-07-24T06:45:26.854Z Checking illumos-nvpair v0.3.0
38132026-07-24T06:45:26.955Z Compiling progenitor-macro v0.13.0
38142026-07-24T06:45:26.955Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38152026-07-24T06:45:26.991Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38162026-07-24T06:45:27.007Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38172026-07-24T06:45:27.011Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38182026-07-24T06:45:27.059Z Checking atty v0.2.14
38192026-07-24T06:45:27.153Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38202026-07-24T06:45:27.344Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38212026-07-24T06:45:27.469Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38222026-07-24T06:45:27.588Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-07-24T06:45:27.675Z Checking hyper-staticfile v0.10.1
38242026-07-24T06:45:27.691Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38252026-07-24T06:45:27.725Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38262026-07-24T06:45:27.755Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38272026-07-24T06:45:27.839Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38282026-07-24T06:45:27.983Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38292026-07-24T06:45:28.000Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38302026-07-24T06:45:28.095Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38312026-07-24T06:45:28.232Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38322026-07-24T06:45:28.358Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38332026-07-24T06:45:28.514Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38342026-07-24T06:45:28.633Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38352026-07-24T06:45:28.943Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38362026-07-24T06:45:29.861Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38372026-07-24T06:45:30.328Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38382026-07-24T06:45:30.731Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38392026-07-24T06:45:30.812Z Checking progenitor v0.13.0
38402026-07-24T06:45:30.943Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38412026-07-24T06:45:33.261Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38422026-07-24T06:45:36.300Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38432026-07-24T06:45:47.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.00s
38442026-07-24T06:45:47.497Z
38452026-07-24T06:45:47.497Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/303)
38462026-07-24T06:45:48.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-07-24T06:45:48.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-07-24T06:45:48.240Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38492026-07-24T06:45:58.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38502026-07-24T06:45:59.168Z
38512026-07-24T06:45:59.168Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/303)
38522026-07-24T06:45:59.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-07-24T06:45:59.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-07-24T06:45:59.904Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38552026-07-24T06:46:10.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38562026-07-24T06:46:10.845Z
38572026-07-24T06:46:10.845Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/303)
38582026-07-24T06:46:11.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-07-24T06:46:11.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-07-24T06:46:11.586Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-07-24T06:46:22.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38622026-07-24T06:46:22.574Z
38632026-07-24T06:46:22.575Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/303)
38642026-07-24T06:46:23.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-07-24T06:46:23.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-07-24T06:46:23.297Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-07-24T06:46:34.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38682026-07-24T06:46:34.259Z
38692026-07-24T06:46:34.259Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/303)
38702026-07-24T06:46:34.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-07-24T06:46:34.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-07-24T06:46:34.994Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38732026-07-24T06:46:45.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38742026-07-24T06:46:45.885Z
38752026-07-24T06:46:45.885Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/303)
38762026-07-24T06:46:46.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-07-24T06:46:46.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-07-24T06:46:46.619Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38792026-07-24T06:46:57.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38802026-07-24T06:46:57.532Z
38812026-07-24T06:46:57.532Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/303)
38822026-07-24T06:46:58.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-07-24T06:46:58.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-07-24T06:46:58.263Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38852026-07-24T06:47:09.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38862026-07-24T06:47:09.215Z
38872026-07-24T06:47:09.215Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/303)
38882026-07-24T06:47:09.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-07-24T06:47:09.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-07-24T06:47:09.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-07-24T06:47:09.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38922026-07-24T06:47:09.768Z
38932026-07-24T06:47:09.768Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/303)
38942026-07-24T06:47:10.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-07-24T06:47:10.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-07-24T06:47:10.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-07-24T06:47:10.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38982026-07-24T06:47:10.316Z
38992026-07-24T06:47:10.316Zinfo: running `cargo check --bins` on range-requests (214/303)
39002026-07-24T06:47:10.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-07-24T06:47:10.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-07-24T06:47:10.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-07-24T06:47:10.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39042026-07-24T06:47:10.851Z
39052026-07-24T06:47:10.851Zinfo: running `cargo check --bins` on repo-depot-api (215/303)
39062026-07-24T06:47:11.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-07-24T06:47:11.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-07-24T06:47:11.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-07-24T06:47:11.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39102026-07-24T06:47:11.386Z
39112026-07-24T06:47:11.386Zinfo: running `cargo check --bins` on sled-agent-api (216/303)
39122026-07-24T06:47:11.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-07-24T06:47:11.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-07-24T06:47:11.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-07-24T06:47:11.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39162026-07-24T06:47:11.942Z
39172026-07-24T06:47:11.942Zinfo: running `cargo check --bins` on sled-diagnostics (217/303)
39182026-07-24T06:47:12.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-07-24T06:47:12.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-07-24T06:47:12.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-07-24T06:47:12.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39222026-07-24T06:47:12.499Z
39232026-07-24T06:47:12.499Zinfo: running `cargo check --bins` on zfs-test-harness (218/303)
39242026-07-24T06:47:12.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-07-24T06:47:12.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-07-24T06:47:12.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-07-24T06:47:12.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39282026-07-24T06:47:13.057Z
39292026-07-24T06:47:13.057Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/303)
39302026-07-24T06:47:13.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-07-24T06:47:13.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-07-24T06:47:13.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-07-24T06:47:13.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39342026-07-24T06:47:13.619Z
39352026-07-24T06:47:13.619Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/303)
39362026-07-24T06:47:14.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-07-24T06:47:14.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-07-24T06:47:14.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-07-24T06:47:14.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39402026-07-24T06:47:14.183Z
39412026-07-24T06:47:14.183Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/303)
39422026-07-24T06:47:14.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-07-24T06:47:14.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-07-24T06:47:14.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-07-24T06:47:14.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39462026-07-24T06:47:14.745Z
39472026-07-24T06:47:14.745Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/303)
39482026-07-24T06:47:15.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-07-24T06:47:15.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-07-24T06:47:15.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-07-24T06:47:15.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39522026-07-24T06:47:15.307Z
39532026-07-24T06:47:15.307Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/303)
39542026-07-24T06:47:15.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-07-24T06:47:15.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-07-24T06:47:15.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-07-24T06:47:15.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39582026-07-24T06:47:15.870Z
39592026-07-24T06:47:15.870Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/303)
39602026-07-24T06:47:16.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-07-24T06:47:16.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-07-24T06:47:16.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-07-24T06:47:16.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39642026-07-24T06:47:16.435Z
39652026-07-24T06:47:16.435Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/303)
39662026-07-24T06:47:16.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-07-24T06:47:16.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-07-24T06:47:16.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-07-24T06:47:16.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39702026-07-24T06:47:16.998Z
39712026-07-24T06:47:16.998Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/303)
39722026-07-24T06:47:17.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-07-24T06:47:17.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-07-24T06:47:17.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-07-24T06:47:17.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39762026-07-24T06:47:17.583Z
39772026-07-24T06:47:17.583Zinfo: running `cargo check --bins` on trust-quorum (227/303)
39782026-07-24T06:47:18.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-07-24T06:47:18.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-07-24T06:47:18.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-07-24T06:47:18.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39822026-07-24T06:47:18.147Z
39832026-07-24T06:47:18.147Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/303)
39842026-07-24T06:47:18.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-07-24T06:47:18.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-07-24T06:47:18.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-07-24T06:47:18.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39882026-07-24T06:47:18.719Z
39892026-07-24T06:47:18.719Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/303)
39902026-07-24T06:47:19.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-07-24T06:47:19.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-07-24T06:47:19.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-07-24T06:47:19.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39942026-07-24T06:47:19.310Z
39952026-07-24T06:47:19.310Zinfo: running `cargo check --bins` on update-common (230/303)
39962026-07-24T06:47:19.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-07-24T06:47:19.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-07-24T06:47:19.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-07-24T06:47:19.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40002026-07-24T06:47:19.854Z
40012026-07-24T06:47:19.854Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/303)
40022026-07-24T06:47:20.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-07-24T06:47:20.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-07-24T06:47:20.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-07-24T06:47:20.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40062026-07-24T06:47:20.445Z
40072026-07-24T06:47:20.445Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/303)
40082026-07-24T06:47:20.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-07-24T06:47:20.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-07-24T06:47:20.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-07-24T06:47:20.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40122026-07-24T06:47:20.966Z
40132026-07-24T06:47:20.966Zinfo: running `cargo check --bins` on reconfigurator-cli (233/303)
40142026-07-24T06:47:21.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-07-24T06:47:21.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-07-24T06:47:21.687Z Compiling fs-err v2.11.0
40172026-07-24T06:47:21.691Z Checking ignore v0.4.25
40182026-07-24T06:47:21.691Z Checking arc-swap v1.8.2
40192026-07-24T06:47:21.820Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40202026-07-24T06:47:21.820Z Checking predicates-tree v1.0.13
40212026-07-24T06:47:21.825Z Checking parse-size v1.1.0
40222026-07-24T06:47:21.847Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40232026-07-24T06:47:21.859Z Checking rand_seeder v0.4.0
40242026-07-24T06:47:21.911Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40252026-07-24T06:47:21.944Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40262026-07-24T06:47:22.005Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40272026-07-24T06:47:22.017Z Checking slog-scope v4.4.1
40282026-07-24T06:47:22.057Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40292026-07-24T06:47:22.142Z Checking slog-stdlog v4.1.1
40302026-07-24T06:47:22.156Z Compiling petname v2.0.2
40312026-07-24T06:47:22.171Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40322026-07-24T06:47:22.186Z Checking globwalk v0.9.1
40332026-07-24T06:47:22.252Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40342026-07-24T06:47:22.265Z Checking slog-envlogger v2.2.0
40352026-07-24T06:47:22.356Z Checking camino-tempfile-ext v0.3.3
40362026-07-24T06:47:22.409Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40372026-07-24T06:47:22.441Z Checking sapling-renderdag v0.1.0
40382026-07-24T06:47:22.545Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40392026-07-24T06:47:22.612Z Checking subprocess v0.2.15
40402026-07-24T06:47:22.677Z Checking sync-ptr v0.1.4
40412026-07-24T06:47:22.757Z Checking colored v2.2.0
40422026-07-24T06:47:22.793Z Checking assert_matches v1.5.0
40432026-07-24T06:47:22.886Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40442026-07-24T06:47:23.059Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-07-24T06:47:23.059Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40462026-07-24T06:47:23.685Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40472026-07-24T06:47:25.005Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40482026-07-24T06:47:27.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
40492026-07-24T06:47:27.340Z
40502026-07-24T06:47:27.340Zinfo: running `cargo check --bins` on omicron-repl-utils (234/303)
40512026-07-24T06:47:27.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-07-24T06:47:27.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-07-24T06:47:27.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-07-24T06:47:27.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40552026-07-24T06:47:27.860Z
40562026-07-24T06:47:27.860Zinfo: running `cargo check --bins` on transient-dns-server (235/303)
40572026-07-24T06:47:28.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-07-24T06:47:28.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-07-24T06:47:28.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-07-24T06:47:28.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40612026-07-24T06:47:28.407Z
40622026-07-24T06:47:28.407Zinfo: running `cargo check --bins` on nexus-test-interface (236/303)
40632026-07-24T06:47:28.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-07-24T06:47:28.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-07-24T06:47:28.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-07-24T06:47:28.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40672026-07-24T06:47:28.999Z
40682026-07-24T06:47:28.999Zinfo: running `cargo check --bins` on oximeter-collector (237/303)
40692026-07-24T06:47:29.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-07-24T06:47:29.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-07-24T06:47:29.669Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40722026-07-24T06:47:29.669Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40732026-07-24T06:47:30.296Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40742026-07-24T06:47:31.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
40752026-07-24T06:47:32.084Z
40762026-07-24T06:47:32.084Zinfo: running `cargo check --bins` on oximeter-api (238/303)
40772026-07-24T06:47:32.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-07-24T06:47:32.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-07-24T06:47:32.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-07-24T06:47:32.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40812026-07-24T06:47:32.623Z
40822026-07-24T06:47:32.623Zinfo: running `cargo check --bins` on cert-dev (239/303)
40832026-07-24T06:47:33.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-07-24T06:47:33.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-07-24T06:47:33.183Z Checking yasna v0.5.2
40862026-07-24T06:47:33.585Z Checking rcgen v0.12.1
40872026-07-24T06:47:33.836Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40882026-07-24T06:47:34.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
40892026-07-24T06:47:34.168Z
40902026-07-24T06:47:34.169Zinfo: running `cargo check --bins` on clickana (240/303)
40912026-07-24T06:47:34.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-07-24T06:47:34.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-07-24T06:47:34.764Z Compiling instability v0.3.11
40942026-07-24T06:47:34.764Z Checking castaway v0.2.4
40952026-07-24T06:47:34.764Z Compiling indoc v2.0.7
40962026-07-24T06:47:34.767Z Checking unicode-truncate v1.1.0
40972026-07-24T06:47:34.767Z Checking lru v0.12.5
40982026-07-24T06:47:34.767Z Checking cassowary v0.3.0
40992026-07-24T06:47:34.983Z Checking compact_str v0.8.1
41002026-07-24T06:47:35.751Z Checking ratatui v0.29.0
41012026-07-24T06:47:36.826Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41022026-07-24T06:47:37.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
41032026-07-24T06:47:37.636Z
41042026-07-24T06:47:37.636Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/303)
41052026-07-24T06:47:38.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-07-24T06:47:38.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-07-24T06:47:38.306Z Checking headers-core v0.3.0
41082026-07-24T06:47:38.309Z Checking port-file v0.1.0
41092026-07-24T06:47:38.309Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41102026-07-24T06:47:38.501Z Checking headers v0.4.1
41112026-07-24T06:47:38.867Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41122026-07-24T06:47:39.790Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41132026-07-24T06:47:40.257Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41142026-07-24T06:47:40.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
41152026-07-24T06:47:40.832Z
41162026-07-24T06:47:40.832Zinfo: running `cargo check --bins` on ch-dev (242/303)
41172026-07-24T06:47:41.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-07-24T06:47:41.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-07-24T06:47:41.500Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41202026-07-24T06:47:42.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41212026-07-24T06:47:42.425Z
41222026-07-24T06:47:42.425Zinfo: running `cargo check --bins` on dev-tools-common (243/303)
41232026-07-24T06:47:42.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-07-24T06:47:42.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-07-24T06:47:42.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41262026-07-24T06:47:42.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41272026-07-24T06:47:42.830Z
41282026-07-24T06:47:42.830Zinfo: running `cargo check --bins` on corpus-adjust (244/303)
41292026-07-24T06:47:43.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-07-24T06:47:43.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-07-24T06:47:43.409Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41322026-07-24T06:47:43.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41332026-07-24T06:47:43.915Z
41342026-07-24T06:47:43.915Zinfo: running `cargo check --bins` on crdb-seed (245/303)
41352026-07-24T06:47:44.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-07-24T06:47:44.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-07-24T06:47:44.587Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41382026-07-24T06:47:45.635Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41392026-07-24T06:47:45.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41402026-07-24T06:47:46.139Z
41412026-07-24T06:47:46.139Zinfo: running `cargo check --bins` on db-dev (246/303)
41422026-07-24T06:47:46.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-07-24T06:47:46.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-07-24T06:47:46.804Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41452026-07-24T06:47:47.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41462026-07-24T06:47:47.732Z
41472026-07-24T06:47:47.732Zinfo: running `cargo check --bins` on omicron-dev-lib (247/303)
41482026-07-24T06:47:48.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-07-24T06:47:48.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-07-24T06:47:48.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-07-24T06:47:48.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41522026-07-24T06:47:48.310Z
41532026-07-24T06:47:48.310Zinfo: running `cargo check --bins` on xtask-downloader (248/303)
41542026-07-24T06:47:48.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-07-24T06:47:48.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-07-24T06:47:48.867Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41572026-07-24T06:47:49.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41582026-07-24T06:47:49.713Z
41592026-07-24T06:47:49.713Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/303)
41602026-07-24T06:47:50.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-07-24T06:47:50.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-07-24T06:47:50.409Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41632026-07-24T06:47:50.409Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-07-24T06:47:50.409Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-07-24T06:47:50.412Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41662026-07-24T06:47:50.412Z Checking git-stub v1.0.0
41672026-07-24T06:47:50.412Z Compiling trait-variant v0.1.2
41682026-07-24T06:47:50.412Z Checking is_ci v1.2.0
41692026-07-24T06:47:50.412Z Checking maplit v1.0.2
41702026-07-24T06:47:50.593Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41712026-07-24T06:47:50.619Z Checking supports-color v3.0.2
41722026-07-24T06:47:50.695Z Checking git-stub-vcs v0.1.0
41732026-07-24T06:47:50.736Z Checking drift v0.2.0
41742026-07-24T06:47:50.756Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41752026-07-24T06:47:50.786Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41762026-07-24T06:47:50.884Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41772026-07-24T06:47:50.997Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41782026-07-24T06:47:51.029Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41792026-07-24T06:47:51.074Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41802026-07-24T06:47:51.077Z Checking dropshot-api-manager v0.7.2
41812026-07-24T06:47:51.311Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41822026-07-24T06:47:51.499Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41832026-07-24T06:47:51.807Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-07-24T06:47:52.234Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41852026-07-24T06:47:52.234Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41862026-07-24T06:47:56.799Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41872026-07-24T06:47:57.707Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41882026-07-24T06:47:58.233Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41892026-07-24T06:47:58.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
41902026-07-24T06:47:58.831Z
41912026-07-24T06:47:58.831Zinfo: running `cargo check --bins` on installinator-api (250/303)
41922026-07-24T06:47:59.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-07-24T06:47:59.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-07-24T06:47:59.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-07-24T06:47:59.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41962026-07-24T06:47:59.368Z
41972026-07-24T06:47:59.368Zinfo: running `cargo check --bins` on nexus-external-api (251/303)
41982026-07-24T06:47:59.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-07-24T06:47:59.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-07-24T06:47:59.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-07-24T06:47:59.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42022026-07-24T06:47:59.942Z
42032026-07-24T06:47:59.942Zinfo: running `cargo check --bins` on nexus-internal-api (252/303)
42042026-07-24T06:48:00.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-07-24T06:48:00.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-07-24T06:48:00.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-07-24T06:48:00.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-07-24T06:48:00.517Z
42092026-07-24T06:48:00.518Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/303)
42102026-07-24T06:48:00.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-07-24T06:48:01.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-07-24T06:48:01.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-07-24T06:48:01.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42142026-07-24T06:48:01.090Z
42152026-07-24T06:48:01.090Zinfo: running `cargo check --bins` on ntp-admin-api (254/303)
42162026-07-24T06:48:01.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-07-24T06:48:01.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-07-24T06:48:01.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-07-24T06:48:01.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42202026-07-24T06:48:01.631Z
42212026-07-24T06:48:01.631Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/303)
42222026-07-24T06:48:02.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-07-24T06:48:02.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-07-24T06:48:02.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-07-24T06:48:02.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42262026-07-24T06:48:02.200Z
42272026-07-24T06:48:02.201Zinfo: running `cargo check --bins` on wicketd-api (256/303)
42282026-07-24T06:48:02.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-07-24T06:48:02.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-07-24T06:48:02.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-07-24T06:48:02.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42322026-07-24T06:48:02.709Z
42332026-07-24T06:48:02.709Zinfo: running `cargo check --bins` on wicketd-commission-api (257/303)
42342026-07-24T06:48:03.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-07-24T06:48:03.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-07-24T06:48:03.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-07-24T06:48:03.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42382026-07-24T06:48:03.251Z
42392026-07-24T06:48:03.251Zinfo: running `cargo check --bins` on omicron-ls-apis (258/303)
42402026-07-24T06:48:03.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-07-24T06:48:03.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-07-24T06:48:03.814Z Compiling blake3 v1.8.5
42432026-07-24T06:48:03.922Z Checking arrayref v0.3.9
42442026-07-24T06:48:03.922Z Checking arrayvec v0.7.6
42452026-07-24T06:48:03.922Z Checking constant_time_eq v0.4.2
42462026-07-24T06:48:03.947Z Checking cargo-platform v0.3.2
42472026-07-24T06:48:03.947Z Checking topological-sort v0.2.2
42482026-07-24T06:48:03.951Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42492026-07-24T06:48:04.097Z Checking cargo_metadata v0.23.1
42502026-07-24T06:48:04.807Z Checking omicron-zone-package v0.12.3
42512026-07-24T06:48:05.518Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42522026-07-24T06:48:06.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
42532026-07-24T06:48:06.519Z
42542026-07-24T06:48:06.519Zinfo: running `cargo check --bins` on mgs-dev (259/303)
42552026-07-24T06:48:07.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-07-24T06:48:07.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-07-24T06:48:07.202Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42582026-07-24T06:48:07.805Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42592026-07-24T06:48:08.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42602026-07-24T06:48:08.474Z
42612026-07-24T06:48:08.474Zinfo: running `cargo check --bins` on omicron-omdb (260/303)
42622026-07-24T06:48:09.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-07-24T06:48:09.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-07-24T06:48:09.398Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42652026-07-24T06:48:09.398Z Compiling vergen-lib v0.1.6
42662026-07-24T06:48:09.401Z Compiling diesel_derives v2.3.7
42672026-07-24T06:48:09.401Z Compiling dsl_auto_type v0.2.0
42682026-07-24T06:48:09.401Z Checking scheduled-thread-pool v0.2.7
42692026-07-24T06:48:09.401Z Compiling vergen-gitcl v1.0.8
42702026-07-24T06:48:09.401Z Compiling diesel_table_macro_syntax v0.3.0
42712026-07-24T06:48:09.401Z Compiling dirs-sys-next v0.1.2
42722026-07-24T06:48:09.739Z Compiling crunchy v0.2.4
42732026-07-24T06:48:09.739Z Compiling glob v0.3.3
42742026-07-24T06:48:09.803Z Checking r2d2 v0.8.10
42752026-07-24T06:48:09.818Z Compiling dirs-next v2.0.0
42762026-07-24T06:48:09.848Z Checking downcast-rs v2.0.2
42772026-07-24T06:48:09.937Z Compiling tiny-keccak v2.0.2
42782026-07-24T06:48:09.957Z Compiling term v0.7.0
42792026-07-24T06:48:09.980Z Compiling bit-vec v0.6.3
42802026-07-24T06:48:10.112Z Compiling clang-sys v1.8.1
42812026-07-24T06:48:10.198Z Compiling bit-set v0.5.3
42822026-07-24T06:48:10.230Z Compiling ascii-canvas v3.0.0
42832026-07-24T06:48:10.355Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42842026-07-24T06:48:10.471Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42852026-07-24T06:48:10.495Z Compiling itertools v0.10.5
42862026-07-24T06:48:10.564Z Compiling ena v0.14.4
42872026-07-24T06:48:10.582Z Compiling libloading v0.8.9
42882026-07-24T06:48:10.602Z Compiling regex-syntax v0.6.29
42892026-07-24T06:48:10.659Z Compiling bindgen v0.71.1
42902026-07-24T06:48:10.680Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42912026-07-24T06:48:10.779Z Compiling diff v0.1.13
42922026-07-24T06:48:11.066Z Compiling cexpr v0.6.0
42932026-07-24T06:48:11.116Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42942026-07-24T06:48:11.321Z Compiling rustc-hash v2.1.1
42952026-07-24T06:48:11.477Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42962026-07-24T06:48:11.583Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42972026-07-24T06:48:11.599Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42982026-07-24T06:48:11.744Z Compiling libxml v0.3.3
42992026-07-24T06:48:11.848Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43002026-07-24T06:48:11.883Z Compiling strum_macros v0.24.3
43012026-07-24T06:48:11.986Z Compiling lalrpop v0.19.12
43022026-07-24T06:48:12.084Z Compiling indoc v1.0.9
43032026-07-24T06:48:12.780Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43042026-07-24T06:48:12.986Z Checking derive_builder v0.20.2
43052026-07-24T06:48:13.107Z Compiling oso-derive v0.27.3
43062026-07-24T06:48:13.227Z Checking quick-xml v0.37.5
43072026-07-24T06:48:13.253Z Compiling impl-trait-for-tuples v0.2.3
43082026-07-24T06:48:13.617Z Checking openssl-probe v0.1.6
43092026-07-24T06:48:13.757Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43102026-07-24T06:48:14.104Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43112026-07-24T06:48:14.337Z Checking bb8 v0.8.6
43122026-07-24T06:48:14.434Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43132026-07-24T06:48:14.532Z Checking nonempty v0.12.0
43142026-07-24T06:48:14.622Z Compiling libz-sys v1.1.24
43152026-07-24T06:48:14.664Z Compiling strsim v0.10.0
43162026-07-24T06:48:14.701Z Compiling libgit2-sys v0.18.3+1.9.2
43172026-07-24T06:48:14.810Z Compiling vergen-git2 v9.1.0
43182026-07-24T06:48:15.001Z Compiling darling_core v0.13.4
43192026-07-24T06:48:15.059Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43202026-07-24T06:48:15.213Z Compiling base64 v0.21.7
43212026-07-24T06:48:15.288Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43222026-07-24T06:48:15.420Z Checking diesel v2.3.7
43232026-07-24T06:48:15.539Z Compiling ron v0.8.1
43242026-07-24T06:48:16.255Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43252026-07-24T06:48:16.479Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43262026-07-24T06:48:16.502Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43272026-07-24T06:48:16.704Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43282026-07-24T06:48:16.863Z Compiling darling_macro v0.13.4
43292026-07-24T06:48:16.901Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43302026-07-24T06:48:17.104Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43312026-07-24T06:48:17.310Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43322026-07-24T06:48:17.350Z Compiling darling v0.13.4
43332026-07-24T06:48:17.443Z Compiling serde_with_macros v1.5.2
43342026-07-24T06:48:17.512Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-07-24T06:48:17.719Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43362026-07-24T06:48:17.862Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43372026-07-24T06:48:17.918Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43382026-07-24T06:48:18.296Z Compiling serde_with v1.14.0
43392026-07-24T06:48:19.472Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43402026-07-24T06:48:19.564Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43412026-07-24T06:48:19.669Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43422026-07-24T06:48:20.322Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43432026-07-24T06:48:20.585Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43442026-07-24T06:48:21.112Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43452026-07-24T06:48:21.148Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-07-24T06:48:21.180Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43472026-07-24T06:48:21.715Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43482026-07-24T06:48:21.954Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43492026-07-24T06:48:22.090Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43502026-07-24T06:48:22.229Z Checking twox-hash v2.1.2
43512026-07-24T06:48:22.291Z Checking libsw-core v0.3.2
43522026-07-24T06:48:22.444Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-07-24T06:48:22.525Z Checking libsw v3.5.0
43542026-07-24T06:48:22.565Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43552026-07-24T06:48:22.685Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43562026-07-24T06:48:22.971Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43572026-07-24T06:48:23.128Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43582026-07-24T06:48:24.353Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43592026-07-24T06:48:24.416Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43602026-07-24T06:48:24.599Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43612026-07-24T06:48:25.010Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43622026-07-24T06:48:25.282Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43632026-07-24T06:48:25.486Z Checking console v0.16.2
43642026-07-24T06:48:25.797Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43652026-07-24T06:48:25.944Z Checking fatfs v0.3.6
43662026-07-24T06:48:25.979Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43672026-07-24T06:48:26.402Z Compiling seq-macro v0.3.6
43682026-07-24T06:48:26.923Z Checking unit-prefix v0.5.2
43692026-07-24T06:48:27.064Z Checking indicatif v0.18.4
43702026-07-24T06:48:27.336Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43712026-07-24T06:48:27.466Z Checking oxide-update-engine-display v0.1.2
43722026-07-24T06:48:27.559Z Checking support-bundle-viewer v0.1.2
43732026-07-24T06:48:27.765Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43742026-07-24T06:48:27.782Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43752026-07-24T06:48:27.936Z Checking multimap v0.10.1
43762026-07-24T06:48:33.584Z Checking async-bb8-diesel v0.2.1
43772026-07-24T06:48:33.944Z Checking diesel-dtrace v0.5.0
43782026-07-24T06:48:36.518Z Compiling samael v0.0.19
43792026-07-24T06:48:42.150Z Compiling git2 v0.20.4
43802026-07-24T06:48:43.172Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43812026-07-24T06:48:44.379Z Compiling polar-core v0.27.3
43822026-07-24T06:48:44.570Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43832026-07-24T06:48:48.903Z Checking oso v0.27.3
43842026-07-24T06:49:18.103Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43852026-07-24T06:50:31.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43862026-07-24T06:50:31.886Z
43872026-07-24T06:50:31.887Zinfo: running `cargo check --bins` on nexus-networking (261/303)
43882026-07-24T06:50:32.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-07-24T06:50:32.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-07-24T06:50:32.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-07-24T06:50:32.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43922026-07-24T06:50:32.523Z
43932026-07-24T06:50:32.523Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (262/303)
43942026-07-24T06:50:33.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-07-24T06:50:33.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-07-24T06:50:33.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-07-24T06:50:33.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43982026-07-24T06:50:33.125Z
43992026-07-24T06:50:33.125Zinfo: running `cargo check --bins` on nexus-saga-recovery (263/303)
44002026-07-24T06:50:33.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-07-24T06:50:33.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-07-24T06:50:33.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-07-24T06:50:33.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44042026-07-24T06:50:33.726Z
44052026-07-24T06:50:33.726Zinfo: running `cargo check --bins` on nexus-test-utils-macros (264/303)
44062026-07-24T06:50:34.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-24T06:50:34.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-24T06:50:34.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-07-24T06:50:34.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44102026-07-24T06:50:34.259Z
44112026-07-24T06:50:34.259Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (265/303)
44122026-07-24T06:50:34.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-24T06:50:34.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-24T06:50:35.045Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44152026-07-24T06:50:35.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44162026-07-24T06:50:35.978Z
44172026-07-24T06:50:35.978Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/303)
44182026-07-24T06:50:36.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-24T06:50:36.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-24T06:50:36.762Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44212026-07-24T06:51:14.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.69s
44222026-07-24T06:51:14.889Z
44232026-07-24T06:51:14.889Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/303)
44242026-07-24T06:51:15.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-24T06:51:15.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-24T06:51:15.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-07-24T06:51:15.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44282026-07-24T06:51:15.420Z
44292026-07-24T06:51:15.420Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/303)
44302026-07-24T06:51:15.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-24T06:51:15.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-24T06:51:15.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-24T06:51:15.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44342026-07-24T06:51:15.948Z
44352026-07-24T06:51:15.949Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (269/303)
44362026-07-24T06:51:16.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-24T06:51:16.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-24T06:51:16.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-24T06:51:16.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44402026-07-24T06:51:16.535Z
44412026-07-24T06:51:16.535Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/303)
44422026-07-24T06:51:17.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-24T06:51:17.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-24T06:51:17.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-24T06:51:17.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44462026-07-24T06:51:17.148Z
44472026-07-24T06:51:17.148Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (271/303)
44482026-07-24T06:51:17.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-24T06:51:17.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-24T06:51:17.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-24T06:51:17.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44522026-07-24T06:51:17.745Z
44532026-07-24T06:51:17.745Zinfo: running `cargo check --bins` on nexus-mgs-updates (272/303)
44542026-07-24T06:51:18.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-24T06:51:18.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-24T06:51:18.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-07-24T06:51:18.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44582026-07-24T06:51:18.334Z
44592026-07-24T06:51:18.334Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (273/303)
44602026-07-24T06:51:18.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-07-24T06:51:18.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-07-24T06:51:18.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-07-24T06:51:18.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44642026-07-24T06:51:18.933Z
44652026-07-24T06:51:18.934Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/303)
44662026-07-24T06:51:19.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-07-24T06:51:19.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-07-24T06:51:19.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-07-24T06:51:19.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44702026-07-24T06:51:19.534Z
44712026-07-24T06:51:19.534Zinfo: running `cargo check --bins` on nexus-switch-config (275/303)
44722026-07-24T06:51:20.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-07-24T06:51:20.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-07-24T06:51:20.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-07-24T06:51:20.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44762026-07-24T06:51:20.117Z
44772026-07-24T06:51:20.117Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (276/303)
44782026-07-24T06:51:20.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-07-24T06:51:20.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-07-24T06:51:20.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-07-24T06:51:20.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44822026-07-24T06:51:20.718Z
44832026-07-24T06:51:20.718Zinfo: running `cargo check --bins` on support-bundle-collection (277/303)
44842026-07-24T06:51:21.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-07-24T06:51:21.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-07-24T06:51:21.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-07-24T06:51:21.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44882026-07-24T06:51:21.318Z
44892026-07-24T06:51:21.318Zinfo: running `cargo check --bins` on omicron-dev (278/303)
44902026-07-24T06:51:21.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-07-24T06:51:21.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-07-24T06:51:22.171Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44932026-07-24T06:51:22.171Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44942026-07-24T06:51:22.356Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44952026-07-24T06:51:22.359Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44962026-07-24T06:51:22.396Z Checking diff v0.1.13
44972026-07-24T06:51:22.399Z Checking yansi v1.0.1
44982026-07-24T06:51:22.425Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44992026-07-24T06:51:22.428Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45002026-07-24T06:51:22.654Z Checking pretty_assertions v1.4.1
45012026-07-24T06:51:23.379Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45022026-07-24T06:51:23.429Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45032026-07-24T06:51:48.301Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-07-24T06:51:48.304Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45052026-07-24T06:51:48.304Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45062026-07-24T06:51:48.304Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45072026-07-24T06:51:48.304Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45082026-07-24T06:51:48.304Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45092026-07-24T06:51:48.304Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45102026-07-24T06:51:49.113Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45112026-07-24T06:51:49.116Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45122026-07-24T06:51:50.312Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45132026-07-24T06:52:28.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45142026-07-24T06:52:28.221Z
45152026-07-24T06:52:28.221Zinfo: running `cargo check --bins` on oximeter-load-test (279/303)
45162026-07-24T06:52:28.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-07-24T06:52:28.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-07-24T06:52:28.891Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45192026-07-24T06:52:29.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
45202026-07-24T06:52:29.647Z
45212026-07-24T06:52:29.648Zinfo: running `cargo check --bins` on omicron-pins (280/303)
45222026-07-24T06:52:30.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-07-24T06:52:30.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-07-24T06:52:30.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-07-24T06:52:30.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45262026-07-24T06:52:30.180Z
45272026-07-24T06:52:30.180Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (281/303)
45282026-07-24T06:52:30.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-07-24T06:52:30.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-07-24T06:52:30.905Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45312026-07-24T06:52:31.026Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45322026-07-24T06:52:31.034Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45332026-07-24T06:52:58.141Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45342026-07-24T06:52:58.513Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45352026-07-24T06:53:00.265Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45362026-07-24T06:53:00.704Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45372026-07-24T06:53:03.865Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45382026-07-24T06:53:27.544Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45392026-07-24T06:53:28.244Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45402026-07-24T06:53:29.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.66s
45412026-07-24T06:53:30.044Z
45422026-07-24T06:53:30.044Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (282/303)
45432026-07-24T06:53:30.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-07-24T06:53:30.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-07-24T06:53:30.717Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45462026-07-24T06:53:31.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45472026-07-24T06:53:31.570Z
45482026-07-24T06:53:31.570Zinfo: running `cargo check --bins` on omicron-releng (283/303)
45492026-07-24T06:53:32.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-24T06:53:32.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-24T06:53:32.186Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45522026-07-24T06:53:32.292Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45532026-07-24T06:53:32.292Z Checking digest-io v0.1.0
45542026-07-24T06:53:32.295Z Checking sha2 v0.11.0
45552026-07-24T06:53:32.310Z Checking rawzip v0.4.4
45562026-07-24T06:53:32.317Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45572026-07-24T06:53:32.320Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45582026-07-24T06:53:32.320Z Checking shell-words v1.1.1
45592026-07-24T06:53:32.739Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45602026-07-24T06:53:32.952Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45612026-07-24T06:53:33.957Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45622026-07-24T06:53:34.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
45632026-07-24T06:53:35.171Z
45642026-07-24T06:53:35.171Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (284/303)
45652026-07-24T06:53:35.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-24T06:53:35.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-24T06:53:35.753Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45682026-07-24T06:53:36.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
45692026-07-24T06:53:36.412Z
45702026-07-24T06:53:36.412Zinfo: running `cargo check --bins` on schema (285/303)
45712026-07-24T06:53:36.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-07-24T06:53:36.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-07-24T06:53:37.093Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45742026-07-24T06:53:37.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45752026-07-24T06:53:37.962Z
45762026-07-24T06:53:37.962Zinfo: running `cargo check --bins` on xtask (286/303)
45772026-07-24T06:53:38.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-07-24T06:53:38.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-07-24T06:53:38.352Z Checking serde_core v1.0.228
45802026-07-24T06:53:38.352Z Checking libc v0.2.185
45812026-07-24T06:53:38.355Z Checking bitflags v2.11.0
45822026-07-24T06:53:38.439Z Checking scroll v0.12.0
45832026-07-24T06:53:38.441Z Checking thiserror v1.0.69
45842026-07-24T06:53:38.449Z Checking log v0.4.29
45852026-07-24T06:53:38.456Z Checking zerocopy v0.7.35
45862026-07-24T06:53:38.456Z Checking indexmap v2.14.0
45872026-07-24T06:53:38.525Z Checking syn v2.0.117
45882026-07-24T06:53:38.573Z Checking dtrace-parser v0.2.0
45892026-07-24T06:53:38.587Z Checking once_cell v1.21.3
45902026-07-24T06:53:38.648Z Checking goblin v0.8.2
45912026-07-24T06:53:38.713Z Checking errno v0.3.14
45922026-07-24T06:53:38.754Z Checking getrandom v0.4.1
45932026-07-24T06:53:38.802Z Checking thread-id v4.2.2
45942026-07-24T06:53:38.828Z Checking rustix v1.1.3
45952026-07-24T06:53:38.881Z Checking memmap v0.7.0
45962026-07-24T06:53:38.881Z Checking thiserror v2.0.18
45972026-07-24T06:53:38.922Z Checking fs-err v3.3.0
45982026-07-24T06:53:38.985Z Checking anyhow v1.0.102
45992026-07-24T06:53:38.999Z Checking tabled v0.15.0
46002026-07-24T06:53:39.600Z Checking terminal_size v0.4.3
46012026-07-24T06:53:39.603Z Checking tempfile v3.25.0
46022026-07-24T06:53:39.726Z Checking clap_builder v4.6.0
46032026-07-24T06:53:39.726Z Checking textwrap v0.16.2
46042026-07-24T06:53:39.869Z Checking serde v1.0.228
46052026-07-24T06:53:39.872Z Checking serde_json v1.0.150
46062026-07-24T06:53:39.872Z Checking camino v1.2.2
46072026-07-24T06:53:39.940Z Checking semver v1.0.28
46082026-07-24T06:53:40.127Z Checking cargo-platform v0.3.2
46092026-07-24T06:53:40.137Z Checking camino-tempfile v1.4.1
46102026-07-24T06:53:40.304Z Checking serde_spanned v0.6.9
46112026-07-24T06:53:40.304Z Checking toml_datetime v0.6.11
46122026-07-24T06:53:40.307Z Checking macaddr v1.0.1
46132026-07-24T06:53:40.307Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46142026-07-24T06:53:40.470Z Checking toml_edit v0.22.27
46152026-07-24T06:53:40.473Z Checking cargo_metadata v0.23.1
46162026-07-24T06:53:40.473Z Checking dof v0.3.0
46172026-07-24T06:53:40.736Z Checking usdt-impl v0.5.0
46182026-07-24T06:53:40.899Z Checking clap v4.6.1
46192026-07-24T06:53:40.992Z Checking usdt v0.5.0
46202026-07-24T06:53:41.442Z Checking toml v0.8.23
46212026-07-24T06:53:41.702Z Checking cargo_toml v0.21.0
46222026-07-24T06:53:42.351Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46232026-07-24T06:53:42.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
46242026-07-24T06:53:42.848Z
46252026-07-24T06:53:42.848Zinfo: running `cargo check --bins` on dnsadm (287/303)
46262026-07-24T06:53:43.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-07-24T06:53:43.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-07-24T06:53:43.436Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46292026-07-24T06:53:43.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46302026-07-24T06:53:44.082Z
46312026-07-24T06:53:44.082Zinfo: running `cargo check --bins` on end-to-end-tests (288/303)
46322026-07-24T06:53:44.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-07-24T06:53:44.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-07-24T06:53:44.843Z Checking cpubits v0.1.1
46352026-07-24T06:53:44.846Z Checking pem-rfc7468 v1.0.0
46362026-07-24T06:53:44.981Z Checking hmac v0.13.0
46372026-07-24T06:53:44.981Z Checking universal-hash v0.6.1
46382026-07-24T06:53:45.003Z Checking ctr v0.10.1
46392026-07-24T06:53:45.003Z Checking aead v0.6.1
46402026-07-24T06:53:45.031Z Checking aes v0.9.1
46412026-07-24T06:53:45.031Z Checking crypto-bigint v0.7.5
46422026-07-24T06:53:45.057Z Checking salsa20 v0.11.0
46432026-07-24T06:53:45.101Z Checking polyval v0.7.1
46442026-07-24T06:53:45.115Z Checking der v0.8.0
46452026-07-24T06:53:45.128Z Checking pbkdf2 v0.13.0
46462026-07-24T06:53:45.143Z Checking cbc v0.2.1
46472026-07-24T06:53:45.202Z Checking ff v0.14.0
46482026-07-24T06:53:45.230Z Checking signature v3.0.0
46492026-07-24T06:53:45.244Z Checking scrypt v0.12.0
46502026-07-24T06:53:45.265Z Checking ghash v0.6.0
46512026-07-24T06:53:45.278Z Checking base16ct v1.0.0
46522026-07-24T06:53:45.341Z Checking group v0.14.0
46532026-07-24T06:53:45.371Z Checking hkdf v0.13.0
46542026-07-24T06:53:45.388Z Checking rfc6979 v0.5.0
46552026-07-24T06:53:45.408Z Compiling curve25519-dalek v5.0.0-rc.0
46562026-07-24T06:53:45.426Z Checking aes-gcm v0.11.0
46572026-07-24T06:53:45.445Z Checking poly1305 v0.9.0
46582026-07-24T06:53:45.487Z Checking blowfish v0.10.0
46592026-07-24T06:53:45.502Z Checking blake2 v0.11.0-rc.6
46602026-07-24T06:53:45.520Z Checking keccak v0.2.0
46612026-07-24T06:53:45.582Z Checking fiat-crypto v0.3.0
46622026-07-24T06:53:45.634Z Checking bcrypt-pbkdf v0.11.0
46632026-07-24T06:53:45.672Z Checking sha3 v0.11.0
46642026-07-24T06:53:45.714Z Checking kem v0.3.0
46652026-07-24T06:53:45.750Z Checking argon2 v0.6.0-rc.8
46662026-07-24T06:53:45.785Z Checking module-lattice v0.2.3
46672026-07-24T06:53:45.825Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46682026-07-24T06:53:45.897Z Checking spki v0.8.0
46692026-07-24T06:53:45.997Z Checking sec1 v0.8.1
46702026-07-24T06:53:46.012Z Checking ml-kem v0.3.2
46712026-07-24T06:53:46.029Z Checking internal-russh-num-bigint v0.5.0
46722026-07-24T06:53:46.049Z Checking num-bigint v0.4.6
46732026-07-24T06:53:46.066Z Checking pkcs5 v0.8.1
46742026-07-24T06:53:46.197Z Checking pkcs1 v0.8.0-rc.4
46752026-07-24T06:53:46.360Z Checking pkcs8 v0.11.0
46762026-07-24T06:53:46.403Z Checking generic-array v1.4.3
46772026-07-24T06:53:46.557Z Checking ed25519 v3.0.0
46782026-07-24T06:53:46.666Z Compiling enum_dispatch v0.3.13
46792026-07-24T06:53:46.749Z Checking ed25519-dalek v3.0.0-rc.0
46802026-07-24T06:53:46.796Z Checking russh-util v0.52.0
46812026-07-24T06:53:46.812Z Compiling delegate v0.13.5
46822026-07-24T06:53:46.877Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46832026-07-24T06:53:46.922Z Checking hex-literal v1.1.0
46842026-07-24T06:53:46.956Z Checking md5 v0.8.0
46852026-07-24T06:53:47.007Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46862026-07-24T06:53:47.022Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46872026-07-24T06:53:47.133Z Checking socket2 v0.5.10
46882026-07-24T06:53:47.219Z Checking internet-checksum v0.2.1
46892026-07-24T06:53:47.276Z Checking elliptic-curve v0.14.0-rc.33
46902026-07-24T06:53:47.303Z Checking primefield v0.14.0
46912026-07-24T06:53:47.338Z Checking ssh-encoding v0.3.0-rc.9
46922026-07-24T06:53:47.383Z Checking crypto-primes v0.7.2
46932026-07-24T06:53:47.502Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46942026-07-24T06:53:47.562Z Checking ssh-cipher v0.3.0-rc.9
46952026-07-24T06:53:47.634Z Checking russh-cryptovec v0.61.0
46962026-07-24T06:53:47.733Z Checking ecdsa v0.17.0-rc.18
46972026-07-24T06:53:47.760Z Checking primeorder v0.14.0-rc.10
46982026-07-24T06:53:48.083Z Checking p521 v0.14.0-rc.10
46992026-07-24T06:53:48.083Z Checking p256 v0.14.0-rc.10
47002026-07-24T06:53:48.328Z Checking rsa v0.10.0-rc.18
47012026-07-24T06:53:50.414Z Checking p384 v0.14.0-rc.10
47022026-07-24T06:53:52.306Z Checking ssh-key v0.7.0-rc.10
47032026-07-24T06:53:53.052Z Checking russh v0.61.2
47042026-07-24T06:54:05.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.07s
47052026-07-24T06:54:05.362Z
47062026-07-24T06:54:05.362Zinfo: running `cargo check --bins` on gateway-cli (289/303)
47072026-07-24T06:54:05.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-07-24T06:54:05.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-07-24T06:54:05.948Z Checking termios v0.3.3
47102026-07-24T06:54:06.144Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47112026-07-24T06:54:06.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47122026-07-24T06:54:06.872Z
47132026-07-24T06:54:06.873Zinfo: running `cargo check --bins --no-default-features` on installinator (290/303)
47142026-07-24T06:54:07.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-07-24T06:54:07.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-07-24T06:54:07.518Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47172026-07-24T06:54:08.208Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47182026-07-24T06:54:09.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
47192026-07-24T06:54:10.031Z
47202026-07-24T06:54:10.031Zinfo: running `cargo check --bins` on internal-dns-cli (291/303)
47212026-07-24T06:54:10.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-07-24T06:54:10.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-07-24T06:54:10.618Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47242026-07-24T06:54:11.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47252026-07-24T06:54:11.200Z
47262026-07-24T06:54:11.200Zinfo: running `cargo check --bins` on omicron-live-tests (292/303)
47272026-07-24T06:54:11.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-07-24T06:54:11.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-07-24T06:54:11.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-07-24T06:54:11.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47312026-07-24T06:54:11.730Z
47322026-07-24T06:54:11.730Zinfo: running `cargo check --bins` on live-tests-macros (293/303)
47332026-07-24T06:54:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-07-24T06:54:12.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-07-24T06:54:12.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47362026-07-24T06:54:12.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47372026-07-24T06:54:12.263Z
47382026-07-24T06:54:12.263Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/303)
47392026-07-24T06:54:12.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-07-24T06:54:12.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-07-24T06:54:12.962Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47422026-07-24T06:54:13.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47432026-07-24T06:54:13.735Z
47442026-07-24T06:54:13.735Zinfo: running `cargo check --bins` on omicron-ntp-admin (295/303)
47452026-07-24T06:54:14.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-07-24T06:54:14.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-07-24T06:54:14.334Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47482026-07-24T06:54:14.334Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47492026-07-24T06:54:15.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
47502026-07-24T06:54:15.379Z
47512026-07-24T06:54:15.379Zinfo: running `cargo check --bins` on ntp-admin-types (296/303)
47522026-07-24T06:54:15.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47532026-07-24T06:54:15.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47542026-07-24T06:54:15.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47552026-07-24T06:54:15.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47562026-07-24T06:54:15.904Z
47572026-07-24T06:54:15.904Zinfo: running `cargo check --bins` on omicron-package (297/303)
47582026-07-24T06:54:16.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-07-24T06:54:16.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-07-24T06:54:16.532Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47612026-07-24T06:54:17.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47622026-07-24T06:54:17.777Z
47632026-07-24T06:54:17.777Zinfo: running `cargo check --bins` on tqdb (298/303)
47642026-07-24T06:54:18.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-07-24T06:54:18.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-07-24T06:54:18.506Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47672026-07-24T06:54:18.855Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47682026-07-24T06:54:19.367Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47692026-07-24T06:54:19.371Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47702026-07-24T06:54:25.482Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47712026-07-24T06:54:25.485Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47722026-07-24T06:54:26.054Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47732026-07-24T06:54:26.057Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47742026-07-24T06:54:26.057Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47752026-07-24T06:54:26.057Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47762026-07-24T06:54:26.818Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47772026-07-24T06:54:27.828Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47782026-07-24T06:54:28.626Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47792026-07-24T06:54:29.226Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47802026-07-24T06:54:34.153Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47812026-07-24T06:54:40.888Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47822026-07-24T06:54:40.891Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47832026-07-24T06:54:40.891Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47842026-07-24T06:54:40.891Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47852026-07-24T06:54:42.347Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47862026-07-24T06:54:43.683Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47872026-07-24T06:54:44.339Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47882026-07-24T06:54:45.563Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47892026-07-24T06:54:46.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.31s
47902026-07-24T06:54:46.289Z
47912026-07-24T06:54:46.289Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
47922026-07-24T06:54:46.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-07-24T06:54:46.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-07-24T06:54:46.955Z Checking rtoolbox v0.0.3
47952026-07-24T06:54:46.958Z Checking tui-tree-widget v0.23.1
47962026-07-24T06:54:46.958Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47972026-07-24T06:54:47.170Z Checking rpassword v7.5.4
47982026-07-24T06:54:50.109Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47992026-07-24T06:54:51.948Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48002026-07-24T06:54:52.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s
48012026-07-24T06:54:52.978Z
48022026-07-24T06:54:52.978Zinfo: running `cargo check --bins` on wicket (300/303)
48032026-07-24T06:54:53.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-07-24T06:54:53.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-07-24T06:54:53.628Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48062026-07-24T06:54:53.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48072026-07-24T06:54:54.145Z
48082026-07-24T06:54:54.145Zinfo: running `cargo check --bins` on wicketd (301/303)
48092026-07-24T06:54:54.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48102026-07-24T06:54:54.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48112026-07-24T06:54:54.812Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48122026-07-24T06:54:58.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
48132026-07-24T06:54:58.529Z
48142026-07-24T06:54:58.529Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48152026-07-24T06:54:58.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48162026-07-24T06:54:58.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48172026-07-24T06:54:58.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48182026-07-24T06:54:58.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48192026-07-24T06:54:59.060Z
48202026-07-24T06:54:59.060Zinfo: running `cargo check --bins` on zone-setup (303/303)
48212026-07-24T06:54:59.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48222026-07-24T06:54:59.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48232026-07-24T06:54:59.684Z Checking uzers v0.12.2
48242026-07-24T06:54:59.955Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48252026-07-24T06:55:00.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48262026-07-24T06:55:00.887Z
48272026-07-24T06:55:00.890Zreal 13:38.138467166
48282026-07-24T06:55:00.890Zuser 20:44.129377027
48292026-07-24T06:55:00.890Zsys 4:06.233783815
48302026-07-24T06:55:00.890Ztrap 0.320828245
48312026-07-24T06:55:00.890Ztflt 0.707395331
48322026-07-24T06:55:00.890Zdflt 1.122064336
48332026-07-24T06:55:00.890Zkflt 0.004676612
48342026-07-24T06:55:00.890Zlock 1:17:35.510226636
48352026-07-24T06:55:00.890Zslp 1:38:38.602962252
48362026-07-24T06:55:00.890Zlat 56.389882271
48372026-07-24T06:55:00.890Zstop 3:35.709939583
48382026-07-24T06:55:00.890Zprocess exited: duration 938785 ms, exit code 0
 
48392026-07-24T06:55:00.896Zfound 0 output files