01M17NC0WKA0NNJANP9NFM8JJ8: 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: 01M17NCCAA8RM22KGFNHS3S4V9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T21:04:58.137Zjob assigned to worker 01M17NCFBY9P79KHXWSP16473Q [factory aws, i-067fc9e45f57c97f3] (queued for 54 s)
 
22026-08-29T21:05:05.032Zstarting task 0: "setup"
32026-08-29T21:05:05.037Z++ uname -s
42026-08-29T21:05:05.037Z+ kern=SunOS
52026-08-29T21:05:05.037Z+ build_user=build
62026-08-29T21:05:05.037Z+ build_uid=12345
72026-08-29T21:05:05.037Z+ work_dir=/work
82026-08-29T21:05:05.037Z+ input_dir=/input
92026-08-29T21:05:05.037Z+ [[ 0 == 12345 ]]
102026-08-29T21:05:05.037Z+ case "$kern" in
112026-08-29T21:05:05.037Z+ groupadd -g 12345 build
122026-08-29T21:05:05.040Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T21:05:07.045Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T21:05:07.137Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T21:05:07.140Z+ home_fs=zfs
162026-08-29T21:05:07.140Z+ [[ zfs == autofs ]]
172026-08-29T21:05:07.140Z+ mkdir -p /home/build
182026-08-29T21:05:07.140Z+ chown build:build /home/build /work
192026-08-29T21:05:09.143Z+ chmod 0700 /home/build /work
202026-08-29T21:05:09.147Zprocess exited: duration 4113 ms, exit code 0
 
212026-08-29T21:05:09.157Zstarting task 1: "rust-toolchain"
222026-08-29T21:05:09.162Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-29T21:05:09.162Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-29T21:05:09.162Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-29T21:05:09.162Z * rust toolchain channel = "1.97.1"
262026-08-29T21:05:09.162Z * rust toolchain profile = "default"
272026-08-29T21:05:09.162Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-29T21:05:09.173Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T21:05:09.173Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T21:05:09.272Zinfo: downloading installer
312026-08-29T21:05:10.627Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T21:05:10.627Zwarn: /home/build/.rustup/settings.toml
332026-08-29T21:05:10.627Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T21:05:10.627Zwarn: instead of the one inferred from the default host triple.
352026-08-29T21:05:10.642Zinfo: profile set to default
362026-08-29T21:05:10.642Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T21:05:10.646Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T21:05:10.773Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T21:05:10.776Zinfo: downloading 6 components
402026-08-29T21:05:25.076Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-29T21:05:25.076Z
422026-08-29T21:05:25.103Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T21:05:25.103Z
442026-08-29T21:05:25.104Z
452026-08-29T21:05:25.104ZRust is installed now. Great!
462026-08-29T21:05:25.104Z
472026-08-29T21:05:25.110ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T21:05:25.110Zenvironment variable. This has not been done automatically.
492026-08-29T21:05:25.110Z
502026-08-29T21:05:25.110ZTo configure your current shell, you need to source
512026-08-29T21:05:25.110Zthe corresponding env file under $HOME/.cargo.
522026-08-29T21:05:25.110Z
532026-08-29T21:05:25.110ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T21:05:25.110Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T21:05:25.110Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T21:05:25.110Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T21:05:25.110Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T21:05:25.111Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T21:05:25.111Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T21:05:25.111Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T21:05:25.111Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T21:05:25.206Z+ rustup --version
632026-08-29T21:05:25.215Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T21:05:25.218Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T21:05:25.236Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T21:05:25.239Z+ cargo --version
672026-08-29T21:05:25.253Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T21:05:25.256Z+ rustc --version
692026-08-29T21:05:25.275Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T21:05:25.278Zprocess exited: duration 16120 ms, exit code 0
 
712026-08-29T21:05:25.284Zstarting task 2: "authentication"
722026-08-29T21:05:25.300Zprocess exited: duration 16 ms, exit code 0
 
732026-08-29T21:05:25.316Zstarting task 3: "clone repository"
742026-08-29T21:05:25.323Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T21:05:25.323Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T21:05:25.352ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T21:05:38.216Z+ cd /work/oxidecomputer/omicron
782026-08-29T21:05:38.216Z+ git fetch origin 1cb7ef2815f22fdc98e64c4762eee266ca31f829
792026-08-29T21:05:38.555ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T21:05:38.555Z * branch 1cb7ef2815f22fdc98e64c4762eee266ca31f829 -> FETCH_HEAD
812026-08-29T21:05:38.567Z+ [[ -n nexus-tunnel ]]
822026-08-29T21:05:38.570Z++ git branch --show-current
832026-08-29T21:05:38.570Z+ current=main
842026-08-29T21:05:38.570Z+ [[ main != nexus-tunnel ]]
852026-08-29T21:05:38.570Z+ git branch -f nexus-tunnel 1cb7ef2815f22fdc98e64c4762eee266ca31f829
862026-08-29T21:05:38.573Z+ git checkout -f nexus-tunnel
872026-08-29T21:05:38.836ZSwitched to branch 'nexus-tunnel'
882026-08-29T21:05:38.839Z+ git reset --hard 1cb7ef2815f22fdc98e64c4762eee266ca31f829
892026-08-29T21:05:38.854ZHEAD is now at 1cb7ef281 Advance sush to sled health
902026-08-29T21:05:38.857Zprocess exited: duration 13544 ms, exit code 0
 
912026-08-29T21:05:38.863Zstarting task 4: "build"
922026-08-29T21:05:38.866Z+ source .github/buildomat/ci-env.sh
932026-08-29T21:05:38.866Z++ export CARGO_TERM_COLOR=always
942026-08-29T21:05:38.866Z++ CARGO_TERM_COLOR=always
952026-08-29T21:05:38.870Z+++ uname -s
962026-08-29T21:05:38.870Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-29T21:05:38.870Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-29T21:05:38.872Z+ cargo --version
992026-08-29T21:05:38.879Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-29T21:05:38.881Z+ rustc --version
1012026-08-29T21:05:38.901Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-29T21:05:38.903Z+ source ./env.sh
1032026-08-29T21:05:38.904Z++ OLD_SHELL_OPTS=ehxB
1042026-08-29T21:05:38.904Z++ set -o xtrace
1052026-08-29T21:05:38.906Z++++ dirname ./env.sh
1062026-08-29T21:05:38.906Z+++ readlink -f .
1072026-08-29T21:05:38.909Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-29T21:05:38.909Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-29T21:05:38.909Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-29T21:05:38.909Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-29T21:05:38.909Z++ 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-08-29T21:05:38.909Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-29T21:05:38.909Z++ 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-08-29T21:05:38.909Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-29T21:05:38.910Z++ 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-08-29T21:05:38.910Z++ 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
1172026-08-29T21:05:38.910Z++ 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-08-29T21:05:38.910Z++ case $OLD_SHELL_OPTS in
1192026-08-29T21:05:38.910Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-29T21:05:38.910Z+ 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
1212026-08-29T21:05:38.910Z+ 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-08-29T21:05:38.910Z+ banner prerequisites
1232026-08-29T21:05:38.913Z
1242026-08-29T21:05:38.913Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-29T21:05:38.913Z # # # # # # # # # # # # # # #
1262026-08-29T21:05:38.913Z # # # # ##### # # ##### # # # # # #### #
1272026-08-29T21:05:38.913Z ##### ##### # ##### # # # # # # # # #
1282026-08-29T21:05:38.913Z # # # # # # # # # # # # # # #
1292026-08-29T21:05:38.913Z # # # ###### # # ###### ### # #### # #### #
1302026-08-29T21:05:38.913Z
1312026-08-29T21:05:38.913Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-29T21:05:40.884Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-29T21:05:41.292Z Startup: Caching catalogs ... Done
1342026-08-29T21:05:43.679ZPlanning: Solver setup ... Done (2.258s)
1352026-08-29T21:05:43.742ZPlanning: Running solver ... Done (0.062s)
1362026-08-29T21:05:43.789ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-29T21:05:43.803ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-29T21:05:43.820ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-29T21:05:43.834ZPlanning: Package planning ... Done (0.013s)
1402026-08-29T21:05:43.837ZPlanning: Merging actions ... Done (0.001s)
1412026-08-29T21:05:44.062ZPlanning: Checking for conflicting actions ... Done (0.227s)
1422026-08-29T21:05:44.066ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-29T21:05:44.860ZPlanning: Evaluating mediators ... Done (0.797s)
1442026-08-29T21:05:44.864ZPlanning: Planning completed in 3.53 seconds
1452026-08-29T21:05:44.869Z Packages to install: 2
1462026-08-29T21:05:44.869Z Estimated space available: 156.00 GB
1472026-08-29T21:05:44.872ZEstimated space to be consumed: 83.65 MB
1482026-08-29T21:05:44.872Z Create boot environment: No
1492026-08-29T21:05:44.872ZCreate backup boot environment: No
1502026-08-29T21:05:44.872Z Rebuild boot archive: No
1512026-08-29T21:05:44.872Z
1522026-08-29T21:05:44.872ZChanged packages:
1532026-08-29T21:05:44.872Zhelios
1542026-08-29T21:05:44.872Z developer/build-essential
1552026-08-29T21:05:44.872Z None -> 11-3.0
1562026-08-29T21:05:44.872Z library/libxmlsec1
1572026-08-29T21:05:44.872Z None -> 1.2.35-3.0
1582026-08-29T21:05:44.894Z
1592026-08-29T21:05:44.894ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-29T21:05:44.961ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1612026-08-29T21:05:45.009Z Actions: 1/268 actions (Installing new actions)
1622026-08-29T21:05:45.047Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-29T21:05:45.083ZFinalize: Updating package state database ... Done (0.036s)
1642026-08-29T21:05:45.086ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-29T21:05:45.175ZFinalize: Updating image state ... Done (0.092s)
1662026-08-29T21:05:47.650ZFinalize: Creating fast lookup database ... Done (2.419s)
1672026-08-29T21:05:47.718ZFinalize: Reading search index ... Done (0.012s)
1682026-08-29T21:05:47.721ZFinalize: Updating search index ... Done (0.000s)
1692026-08-29T21:05:47.808ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-29T21:05:48.180ZPlanning: Evaluating mediator changes ... Done
1712026-08-29T21:05:48.289ZPlanning: Checking for conflicting actions ... Done
1722026-08-29T21:05:48.292ZPlanning: Consolidating action changes ... Done
1732026-08-29T21:05:48.447ZPlanning: Evaluating mediators ... Done
1742026-08-29T21:05:48.451ZPlanning: Planning completed in 0.27 seconds
1752026-08-29T21:05:48.470Z Mediators to change: 2
1762026-08-29T21:05:48.470Z Create boot environment: No
1772026-08-29T21:05:48.470ZCreate backup boot environment: No
1782026-08-29T21:05:48.508ZFinalize: Updating package state database ... Done
1792026-08-29T21:05:48.508ZFinalize: Updating package cache ... Done
1802026-08-29T21:05:48.563ZFinalize: Updating image state ... Done
1812026-08-29T21:05:50.530ZFinalize: Creating fast lookup database ... Done
1822026-08-29T21:05:50.591ZFinalize: Reading search index ... Done
1832026-08-29T21:05:50.594ZFinalize: Updating search index ... Done
1842026-08-29T21:05:50.653ZFinalize: Updating package cache ... Done
1852026-08-29T21:05:50.942ZPlanning: Evaluating mediator changes ... Done
1862026-08-29T21:05:51.052ZPlanning: Checking for conflicting actions ... Done
1872026-08-29T21:05:51.057ZPlanning: Consolidating action changes ... Done
1882026-08-29T21:05:51.209ZPlanning: Evaluating mediators ... Done
1892026-08-29T21:05:51.217ZPlanning: Planning completed in 0.27 seconds
1902026-08-29T21:05:51.233Z Mediators to change: 1
1912026-08-29T21:05:51.233Z Create boot environment: No
1922026-08-29T21:05:51.233ZCreate backup boot environment: No
1932026-08-29T21:05:51.275ZFinalize: Updating package state database ... Done
1942026-08-29T21:05:51.275ZFinalize: Updating package cache ... Done
1952026-08-29T21:05:51.332ZFinalize: Updating image state ... Done
1962026-08-29T21:05:53.302ZFinalize: Creating fast lookup database ... Done
1972026-08-29T21:05:53.361ZFinalize: Reading search index ... Done
1982026-08-29T21:05:53.364ZFinalize: Updating search index ... Done
1992026-08-29T21:05:53.431ZFinalize: Updating package cache ... Done
2002026-08-29T21:05:53.742ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-29T21:05:53.742Zapache system 2.4 system
2022026-08-29T21:05:53.742Zclang system 15 system
2032026-08-29T21:05:53.742Zcsh system system illumos
2042026-08-29T21:05:53.742Zctags system system illumos
2052026-08-29T21:05:53.742Zfile vendor vendor darwinsys
2062026-08-29T21:05:53.742Zfile system system illumos
2072026-08-29T21:05:53.742Zgcc vendor 14 vendor
2082026-08-29T21:05:53.742Zgcc system 13 system
2092026-08-29T21:05:53.742Zgcc system 10 system
2102026-08-29T21:05:53.742Zgo system 1.25 system
2112026-08-29T21:05:53.742Zllvm system 15 system
2122026-08-29T21:05:53.742Zmariadb system 11.4 system
2132026-08-29T21:05:53.742Zmta vendor vendor dma
2142026-08-29T21:05:53.742Zopenjdk system 17 system
2152026-08-29T21:05:53.742Zopenjdk system 11 system
2162026-08-29T21:05:53.742Zopenssl vendor 3 vendor
2172026-08-29T21:05:53.742Zperl system 5.40 system
2182026-08-29T21:05:53.742Zpostgresql system 18 system
2192026-08-29T21:05:53.742Zpostgresql system 17 system
2202026-08-29T21:05:53.743Zpython vendor 3 vendor
2212026-08-29T21:05:53.743Zpython system 2 system
2222026-08-29T21:05:53.743Zpython3 vendor 3.13 vendor
2232026-08-29T21:05:53.743Zruby system 3.4 system
2242026-08-29T21:05:53.743Zruby system 3.0 system
2252026-08-29T21:05:53.743Zwords vendor vendor american-english
2262026-08-29T21:05:53.743Zwords system system australian-english
2272026-08-29T21:05:53.743Zwords system system british-english
2282026-08-29T21:05:53.743Zwords system system canadian-english
2292026-08-29T21:05:53.743Zwords system system french
2302026-08-29T21:05:53.743Zwords system system italian
2312026-08-29T21:05:53.743Zwords system system ngerman
2322026-08-29T21:05:53.743Zwords system system ogerman
2332026-08-29T21:05:53.743Zwords system system spanish
2342026-08-29T21:05:53.995ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-29T21:05:53.995Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-29T21:05:54.496ZFMRI IFO
2372026-08-29T21:05:54.496Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-29T21:05:54.496Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-29T21:05:54.496Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-29T21:05:54.496Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-29T21:05:54.496Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-29T21:05:54.496Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-29T21:05:54.496Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-29T21:05:54.496Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-29T21:05:54.496Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-29T21:05:54.851Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-29T21:05:55.172Z Updating crates.io index
2482026-08-29T21:05:55.175Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-29T21:05:55.479Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-29T21:05:55.861Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2512026-08-29T21:05:56.166Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-29T21:05:57.238Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-29T21:05:57.792Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-29T21:05:59.406Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-29T21:06:00.443Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-29T21:06:00.723Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-29T21:06:01.074Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-29T21:06:02.551Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-29T21:06:02.836Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-29T21:06:03.303Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-29T21:06:03.568Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-29T21:06:03.815Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-29T21:06:04.064Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-29T21:06:04.326Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-29T21:06:04.592Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-29T21:06:04.891Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-29T21:06:05.257Z Updating git repository `https://github.com/oxidecomputer/sush`
2682026-08-29T21:06:05.830Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-29T21:06:06.420Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-29T21:06:06.702Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-29T21:06:07.260Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-29T21:06:07.580Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-29T21:06:07.842Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-29T21:06:08.292Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-29T21:06:08.559Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-29T21:06:08.846Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-29T21:06:09.214Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-29T21:06:09.460Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-29T21:06:09.764Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-29T21:06:10.139Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-29T21:06:10.856Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-29T21:06:11.101Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-29T21:06:11.360Z Updating git repository `https://github.com/oxidecomputer/rumors`
2842026-08-29T21:06:21.795Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-29T21:06:22.112Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-08-29T21:06:22.446Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-08-29T21:06:22.747Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-08-29T21:06:23.057Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892026-08-29T21:06:23.356Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902026-08-29T21:06:23.663Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912026-08-29T21:06:23.936Z Updating git repository `https://github.com/illumos/smf-rs`
2922026-08-29T21:06:26.616Z Downloading crates ...
2932026-08-29T21:06:26.670Z Downloaded cargo-platform v0.3.2
2942026-08-29T21:06:26.680Z Downloaded dof v0.3.0
2952026-08-29T21:06:26.683Z Downloaded fnv v1.0.7
2962026-08-29T21:06:26.683Z Downloaded itoa v1.0.17
2972026-08-29T21:06:26.687Z Downloaded zerocopy-derive v0.7.35
2982026-08-29T21:06:26.690Z Downloaded anstream v1.0.0
2992026-08-29T21:06:26.694Z Downloaded pest_derive v2.8.6
3002026-08-29T21:06:26.694Z Downloaded anstyle-parse v1.0.0
3012026-08-29T21:06:26.694Z Downloaded clap_derive v4.6.1
3022026-08-29T21:06:26.697Z Downloaded smawk v0.3.2
3032026-08-29T21:06:26.701Z Downloaded unicode-ident v1.0.24
3042026-08-29T21:06:26.702Z Downloaded anstyle-query v1.1.5
3052026-08-29T21:06:26.706Z Downloaded block-buffer v0.10.4
3062026-08-29T21:06:26.706Z Downloaded equivalent v1.0.2
3072026-08-29T21:06:26.706Z Downloaded heck v0.4.1
3082026-08-29T21:06:26.706Z Downloaded zerocopy v0.7.35
3092026-08-29T21:06:26.711Z Downloaded zmij v1.0.21
3102026-08-29T21:06:26.714Z Downloaded colorchoice v1.0.4
3112026-08-29T21:06:26.714Z Downloaded fastrand v2.3.0
3122026-08-29T21:06:26.714Z Downloaded is_terminal_polyfill v1.70.2
3132026-08-29T21:06:26.714Z Downloaded heck v0.5.0
3142026-08-29T21:06:26.726Z Downloaded clap_lex v1.0.0
3152026-08-29T21:06:26.730Z Downloaded cfg-if v1.0.4
3162026-08-29T21:06:26.740Z Downloaded usdt-attr-macro v0.5.0
3172026-08-29T21:06:26.745Z Downloaded crypto-common v0.1.7
3182026-08-29T21:06:26.748Z Downloaded errno v0.3.14
3192026-08-29T21:06:26.751Z Downloaded usdt v0.5.0
3202026-08-29T21:06:26.751Z Downloaded generic-array v0.14.7
3212026-08-29T21:06:26.759Z Downloaded byteorder v1.5.0
3222026-08-29T21:06:26.764Z Downloaded anstyle v1.0.14
3232026-08-29T21:06:26.764Z Downloaded digest v0.10.7
3242026-08-29T21:06:26.764Z Downloaded cargo_toml v0.21.0
3252026-08-29T21:06:26.764Z Downloaded terminal_size v0.4.3
3262026-08-29T21:06:26.769Z Downloaded version_check v0.9.5
3272026-08-29T21:06:26.769Z Downloaded thread-id v4.2.2
3282026-08-29T21:06:26.769Z Downloaded unicode-linebreak v0.1.5
3292026-08-29T21:06:26.773Z Downloaded pretty-hex v0.4.1
3302026-08-29T21:06:26.779Z Downloaded plain v0.2.3
3312026-08-29T21:06:26.779Z Downloaded serde_spanned v0.6.9
3322026-08-29T21:06:26.782Z Downloaded proc-macro-error-attr v1.0.4
3332026-08-29T21:06:26.786Z Downloaded scroll_derive v0.12.1
3342026-08-29T21:06:26.786Z Downloaded swrite v0.1.0
3352026-08-29T21:06:26.792Z Downloaded toml_datetime v0.6.11
3362026-08-29T21:06:26.798Z Downloaded tabled_derive v0.7.0
3372026-08-29T21:06:26.801Z Downloaded cpufeatures v0.2.17
3382026-08-29T21:06:26.802Z Downloaded dtrace-parser v0.2.0
3392026-08-29T21:06:26.802Z Downloaded autocfg v1.5.0
3402026-08-29T21:06:26.807Z Downloaded memmap v0.7.0
3412026-08-29T21:06:26.810Z Downloaded bytecount v0.6.9
3422026-08-29T21:06:26.810Z Downloaded thiserror v2.0.18
3432026-08-29T21:06:26.813Z Downloaded usdt-macro v0.5.0
3442026-08-29T21:06:26.816Z Downloaded thiserror-impl v2.0.18
3452026-08-29T21:06:26.825Z Downloaded utf8parse v0.2.2
3462026-08-29T21:06:26.829Z Downloaded macaddr v1.0.1
3472026-08-29T21:06:26.835Z Downloaded thiserror-impl v1.0.69
3482026-08-29T21:06:26.838Z Downloaded toml_write v0.1.2
3492026-08-29T21:06:26.838Z Downloaded cargo_metadata v0.23.1
3502026-08-29T21:06:26.838Z Downloaded usdt-impl v0.5.0
3512026-08-29T21:06:26.838Z Downloaded camino-tempfile v1.4.1
3522026-08-29T21:06:26.842Z Downloaded scroll v0.12.0
3532026-08-29T21:06:26.842Z Downloaded strsim v0.11.1
3542026-08-29T21:06:26.845Z Downloaded quote v1.0.45
3552026-08-29T21:06:26.848Z Downloaded serde_tokenstream v0.2.3
3562026-08-29T21:06:26.848Z Downloaded thiserror v1.0.69
3572026-08-29T21:06:26.851Z Downloaded fs-err v3.3.0
3582026-08-29T21:06:26.854Z Downloaded bitflags v2.11.0
3592026-08-29T21:06:26.867Z Downloaded toml v0.8.23
3602026-08-29T21:06:26.872Z Downloaded anyhow v1.0.104
3612026-08-29T21:06:26.872Z Downloaded camino v1.2.5
3622026-08-29T21:06:26.872Z Downloaded tempfile v3.27.0
3632026-08-29T21:06:26.875Z Downloaded log v0.4.33
3642026-08-29T21:06:26.875Z Downloaded getrandom v0.4.3
3652026-08-29T21:06:26.875Z Downloaded proc-macro-error v1.0.4
3662026-08-29T21:06:26.882Z Downloaded once_cell v1.21.3
3672026-08-29T21:06:26.890Z Downloaded semver v1.0.28
3682026-08-29T21:06:26.893Z Downloaded sha2 v0.10.9
3692026-08-29T21:06:26.893Z Downloaded clap v4.6.1
3702026-08-29T21:06:26.902Z Downloaded textwrap v0.16.2
3712026-08-29T21:06:26.905Z Downloaded ucd-trie v0.1.7
3722026-08-29T21:06:26.905Z Downloaded papergrid v0.11.0
3732026-08-29T21:06:26.905Z Downloaded pest_generator v2.8.6
3742026-08-29T21:06:26.918Z Downloaded serde_core v1.0.228
3752026-08-29T21:06:26.934Z Downloaded pest_meta v2.8.6
3762026-08-29T21:06:26.937Z Downloaded serde_derive v1.0.228
3772026-08-29T21:06:26.944Z Downloaded toml_edit v0.22.27
3782026-08-29T21:06:26.947Z Downloaded proc-macro2 v1.0.106
3792026-08-29T21:06:26.961Z Downloaded memchr v2.8.0
3802026-08-29T21:06:26.970Z Downloaded indexmap v2.14.0
3812026-08-29T21:06:26.974Z Downloaded serde v1.0.228
3822026-08-29T21:06:26.977Z Downloaded typenum v1.20.1
3832026-08-29T21:06:26.986Z Downloaded pest v2.8.6
3842026-08-29T21:06:27.001Z Downloaded hashbrown v0.17.0
3852026-08-29T21:06:27.030Z Downloaded serde_json v1.0.151
3862026-08-29T21:06:27.050Z Downloaded clap_builder v4.6.0
3872026-08-29T21:06:27.053Z Downloaded winnow v0.7.14
3882026-08-29T21:06:27.059Z Downloaded goblin v0.8.2
3892026-08-29T21:06:27.063Z Downloaded tabled v0.15.0
3902026-08-29T21:06:27.084Z Downloaded syn v1.0.109
3912026-08-29T21:06:27.102Z Downloaded unicode-width v0.1.14
3922026-08-29T21:06:27.106Z Downloaded unicode-width v0.2.0
3932026-08-29T21:06:27.109Z Downloaded syn v2.0.117
3942026-08-29T21:06:27.128Z Downloaded rustix v1.1.4
3952026-08-29T21:06:27.153Z Downloaded libc v0.2.185
3962026-08-29T21:06:27.215Z Compiling proc-macro2 v1.0.106
3972026-08-29T21:06:27.215Z Compiling quote v1.0.45
3982026-08-29T21:06:27.215Z Compiling unicode-ident v1.0.24
3992026-08-29T21:06:27.215Z Compiling serde_core v1.0.228
4002026-08-29T21:06:27.215Z Compiling libc v0.2.185
4012026-08-29T21:06:27.218Z Compiling version_check v0.9.5
4022026-08-29T21:06:27.218Z Compiling memchr v2.8.0
4032026-08-29T21:06:27.218Z Compiling serde v1.0.228
4042026-08-29T21:06:27.575Z Compiling zmij v1.0.21
4052026-08-29T21:06:27.732Z Compiling itoa v1.0.17
4062026-08-29T21:06:27.824Z Compiling thiserror v1.0.69
4072026-08-29T21:06:27.840Z Compiling ucd-trie v0.1.7
4082026-08-29T21:06:28.086Z Compiling pest v2.8.6
4092026-08-29T21:06:28.191Z Compiling rustix v1.1.4
4102026-08-29T21:06:28.223Z Compiling byteorder v1.5.0
4112026-08-29T21:06:28.296Z Compiling errno v0.3.14
4122026-08-29T21:06:28.491Z Compiling serde_json v1.0.151
4132026-08-29T21:06:28.494Z Compiling bitflags v2.11.0
4142026-08-29T21:06:28.682Z Compiling syn v2.0.117
4152026-08-29T21:06:28.761Z Compiling thread-id v4.2.2
4162026-08-29T21:06:28.792Z Compiling proc-macro-error-attr v1.0.4
4172026-08-29T21:06:28.860Z Compiling usdt-impl v0.5.0
4182026-08-29T21:06:28.943Z Compiling syn v1.0.109
4192026-08-29T21:06:28.975Z Compiling camino v1.2.5
4202026-08-29T21:06:29.174Z Compiling pest_meta v2.8.6
4212026-08-29T21:06:29.346Z Compiling proc-macro-error v1.0.4
4222026-08-29T21:06:29.362Z Compiling hashbrown v0.17.0
4232026-08-29T21:06:29.377Z Compiling utf8parse v0.2.2
4242026-08-29T21:06:29.496Z Compiling plain v0.2.3
4252026-08-29T21:06:29.532Z Compiling equivalent v1.0.2
4262026-08-29T21:06:29.631Z Compiling log v0.4.33
4272026-08-29T21:06:29.752Z Compiling getrandom v0.4.3
4282026-08-29T21:06:29.818Z Compiling terminal_size v0.4.3
4292026-08-29T21:06:29.887Z Compiling indexmap v2.14.0
4302026-08-29T21:06:30.128Z Compiling anstyle-parse v1.0.0
4312026-08-29T21:06:30.502Z Compiling is_terminal_polyfill v1.70.2
4322026-08-29T21:06:30.538Z Compiling cfg-if v1.0.4
4332026-08-29T21:06:30.555Z Compiling toml_write v0.1.2
4342026-08-29T21:06:30.602Z Compiling anstyle v1.0.14
4352026-08-29T21:06:30.621Z Compiling anstyle-query v1.1.5
4362026-08-29T21:06:30.624Z Compiling thiserror v2.0.18
4372026-08-29T21:06:30.748Z Compiling autocfg v1.5.0
4382026-08-29T21:06:30.748Z Compiling colorchoice v1.0.4
4392026-08-29T21:06:30.803Z Compiling winnow v0.7.14
4402026-08-29T21:06:30.827Z Compiling pretty-hex v0.4.1
4412026-08-29T21:06:30.881Z Compiling anstream v1.0.0
4422026-08-29T21:06:30.950Z Compiling pest_generator v2.8.6
4432026-08-29T21:06:31.168Z Compiling fs-err v3.3.0
4442026-08-29T21:06:31.200Z Compiling once_cell v1.21.3
4452026-08-29T21:06:31.235Z Compiling bytecount v0.6.9
4462026-08-29T21:06:31.270Z Compiling clap_lex v1.0.0
4472026-08-29T21:06:31.370Z Compiling fnv v1.0.7
4482026-08-29T21:06:31.386Z Compiling heck v0.4.1
4492026-08-29T21:06:31.475Z Compiling anyhow v1.0.104
4502026-08-29T21:06:31.501Z Compiling strsim v0.11.1
4512026-08-29T21:06:31.607Z Compiling fastrand v2.3.0
4522026-08-29T21:06:31.625Z Compiling heck v0.5.0
4532026-08-29T21:06:31.716Z Compiling unicode-width v0.1.14
4542026-08-29T21:06:31.843Z Compiling tempfile v3.27.0
4552026-08-29T21:06:31.860Z Compiling clap_builder v4.6.0
4562026-08-29T21:06:31.978Z Compiling papergrid v0.11.0
4572026-08-29T21:06:31.996Z Compiling semver v1.0.28
4582026-08-29T21:06:31.999Z Compiling cargo-platform v0.3.2
4592026-08-29T21:06:32.216Z Compiling memmap v0.7.0
4602026-08-29T21:06:32.269Z Compiling unicode-width v0.2.0
4612026-08-29T21:06:32.272Z Compiling smawk v0.3.2
4622026-08-29T21:06:32.302Z Compiling tabled_derive v0.7.0
4632026-08-29T21:06:32.332Z Compiling unicode-linebreak v0.1.5
4642026-08-29T21:06:32.394Z Compiling camino-tempfile v1.4.1
4652026-08-29T21:06:32.542Z Compiling textwrap v0.16.2
4662026-08-29T21:06:32.567Z Compiling serde_derive v1.0.228
4672026-08-29T21:06:32.583Z Compiling thiserror-impl v1.0.69
4682026-08-29T21:06:32.622Z Compiling zerocopy-derive v0.7.35
4692026-08-29T21:06:32.774Z Compiling pest_derive v2.8.6
4702026-08-29T21:06:32.993Z Compiling scroll_derive v0.12.1
4712026-08-29T21:06:33.190Z Compiling thiserror-impl v2.0.18
4722026-08-29T21:06:33.222Z Compiling clap_derive v4.6.1
4732026-08-29T21:06:33.384Z Compiling tabled v0.15.0
4742026-08-29T21:06:33.509Z Compiling zerocopy v0.7.35
4752026-08-29T21:06:33.705Z Compiling scroll v0.12.0
4762026-08-29T21:06:33.965Z Compiling dtrace-parser v0.2.0
4772026-08-29T21:06:33.982Z Compiling goblin v0.8.2
4782026-08-29T21:06:34.372Z Compiling swrite v0.1.0
4792026-08-29T21:06:34.948Z Compiling clap v4.6.1
4802026-08-29T21:06:35.600Z Compiling dof v0.3.0
4812026-08-29T21:06:35.600Z Compiling serde_tokenstream v0.2.3
4822026-08-29T21:06:35.616Z Compiling toml_datetime v0.6.11
4832026-08-29T21:06:35.632Z Compiling serde_spanned v0.6.9
4842026-08-29T21:06:35.635Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4852026-08-29T21:06:35.677Z Compiling macaddr v1.0.1
4862026-08-29T21:06:35.678Z Compiling cargo_metadata v0.23.1
4872026-08-29T21:06:35.898Z Compiling toml_edit v0.22.27
4882026-08-29T21:06:36.301Z Compiling usdt-attr-macro v0.5.0
4892026-08-29T21:06:36.335Z Compiling usdt-macro v0.5.0
4902026-08-29T21:06:36.954Z Compiling usdt v0.5.0
4912026-08-29T21:06:37.208Z Compiling toml v0.8.23
4922026-08-29T21:06:37.531Z Compiling cargo_toml v0.21.0
4932026-08-29T21:06:38.793Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942026-08-29T21:06:40.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.15s
4952026-08-29T21:06:41.031Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4962026-08-29T21:06:41.555Z Downloading crates ...
4972026-08-29T21:06:41.602Z Downloaded aead v0.5.2
4982026-08-29T21:06:41.608Z Downloaded aead v0.6.1
4992026-08-29T21:06:41.612Z Downloaded addr2line v0.25.1
5002026-08-29T21:06:41.615Z Downloaded adler2 v2.0.1
5012026-08-29T21:06:41.618Z Downloaded array-init v0.0.4
5022026-08-29T21:06:41.618Z Downloaded bcs v0.1.6
5032026-08-29T21:06:41.618Z Downloaded atomicwrites v0.4.4
5042026-08-29T21:06:41.626Z Downloaded backtrace v0.3.76
5052026-08-29T21:06:41.629Z Downloaded bit-set v0.8.0
5062026-08-29T21:06:41.632Z Downloaded futures-task v0.3.32
5072026-08-29T21:06:41.633Z Downloaded bb8 v0.8.6
5082026-08-29T21:06:41.633Z Downloaded env_logger v0.11.11
5092026-08-29T21:06:41.636Z Downloaded base16ct v1.0.0
5102026-08-29T21:06:41.636Z Downloaded elliptic-curve v0.14.1
5112026-08-29T21:06:41.640Z Downloaded foreign-types-macros v0.2.3
5122026-08-29T21:06:41.640Z Downloaded hubpack v0.1.2
5132026-08-29T21:06:41.643Z Downloaded async-stream v0.3.6
5142026-08-29T21:06:41.643Z Downloaded async-stream-impl v0.3.6
5152026-08-29T21:06:41.643Z Downloaded const-oid v0.9.6
5162026-08-29T21:06:41.645Z Downloaded bcrypt-pbkdf v0.11.0
5172026-08-29T21:06:41.650Z Downloaded anstyle-parse v0.2.7
5182026-08-29T21:06:41.650Z Downloaded http-body v1.0.1
5192026-08-29T21:06:41.652Z Downloaded bitfield-struct v0.6.2
5202026-08-29T21:06:41.652Z Downloaded ghash v0.6.0
5212026-08-29T21:06:41.652Z Downloaded git-stub v1.0.0
5222026-08-29T21:06:41.652Z Downloaded atty v0.2.14
5232026-08-29T21:06:41.657Z Downloaded fs_extra v1.3.0
5242026-08-29T21:06:41.657Z Downloaded argon2 v0.5.3
5252026-08-29T21:06:41.661Z Downloaded enum-as-inner v0.6.1
5262026-08-29T21:06:41.661Z Downloaded flate2 v1.1.9
5272026-08-29T21:06:41.661Z Downloaded float-ord v0.3.2
5282026-08-29T21:06:41.661Z Downloaded anstream v0.6.21
5292026-08-29T21:06:41.664Z Downloaded bit-vec v0.6.3
5302026-08-29T21:06:41.664Z Downloaded backtrace-ext v0.2.1
5312026-08-29T21:06:41.664Z Downloaded ciborium-io v0.2.2
5322026-08-29T21:06:41.667Z Downloaded async-recursion v1.1.1
5332026-08-29T21:06:41.667Z Downloaded bitfield v0.19.4
5342026-08-29T21:06:41.670Z Downloaded futures-macro v0.3.32
5352026-08-29T21:06:41.670Z Downloaded backoff v0.4.0
5362026-08-29T21:06:41.673Z Downloaded assert_matches v1.5.0
5372026-08-29T21:06:41.673Z Downloaded async-compression v0.4.41
5382026-08-29T21:06:41.676Z Downloaded foreign-types v0.5.0
5392026-08-29T21:06:41.679Z Downloaded fixedbitset v0.5.7
5402026-08-29T21:06:41.679Z Downloaded find-msvc-tools v0.1.9
5412026-08-29T21:06:41.679Z Downloaded atomic-waker v1.1.2
5422026-08-29T21:06:41.681Z Downloaded ciborium-ll v0.2.2
5432026-08-29T21:06:41.681Z Downloaded ascii-canvas v3.0.0
5442026-08-29T21:06:41.682Z Downloaded fixedbitset v0.4.2
5452026-08-29T21:06:41.682Z Downloaded foreign-types v0.3.2
5462026-08-29T21:06:41.684Z Downloaded futures-core v0.3.32
5472026-08-29T21:06:41.684Z Downloaded half v2.7.1
5482026-08-29T21:06:41.685Z Downloaded erased-serde v0.3.31
5492026-08-29T21:06:41.687Z Downloaded foldhash v0.1.5
5502026-08-29T21:06:41.687Z Downloaded futures-executor v0.3.32
5512026-08-29T21:06:41.688Z Downloaded float-cmp v0.10.0
5522026-08-29T21:06:41.688Z Downloaded bitfield-macros v0.19.4
5532026-08-29T21:06:41.692Z Downloaded env_filter v2.0.0
5542026-08-29T21:06:41.692Z Downloaded heapless v0.8.0
5552026-08-29T21:06:41.698Z Downloaded foldhash v0.2.0
5562026-08-29T21:06:41.698Z Downloaded fs-err v2.11.0
5572026-08-29T21:06:41.698Z Downloaded funty v2.0.0
5582026-08-29T21:06:41.698Z Downloaded foreign-types-shared v0.3.1
5592026-08-29T21:06:41.698Z Downloaded headers-core v0.3.0
5602026-08-29T21:06:41.701Z Downloaded endian-type v0.1.2
5612026-08-29T21:06:41.701Z Downloaded fxhash v0.2.1
5622026-08-29T21:06:41.701Z Downloaded bit-set v0.5.3
5632026-08-29T21:06:41.701Z Downloaded form_urlencoded v1.2.2
5642026-08-29T21:06:41.701Z Downloaded futures-io v0.3.32
5652026-08-29T21:06:41.701Z Downloaded fd-lock v4.0.4
5662026-08-29T21:06:41.704Z Downloaded cfg_aliases v0.2.1
5672026-08-29T21:06:41.707Z Downloaded embedded-io v0.6.1
5682026-08-29T21:06:41.707Z Downloaded hash32 v0.3.1
5692026-08-29T21:06:41.709Z Downloaded block-padding v0.4.2
5702026-08-29T21:06:41.709Z Downloaded fatfs v0.3.6
5712026-08-29T21:06:41.712Z Downloaded flagset v0.4.7
5722026-08-29T21:06:41.716Z Downloaded hash32 v0.2.1
5732026-08-29T21:06:41.719Z Downloaded cobs v0.3.0
5742026-08-29T21:06:41.720Z Downloaded castaway v0.2.4
5752026-08-29T21:06:41.720Z Downloaded home v0.5.12
5762026-08-29T21:06:41.720Z Downloaded hostname v0.3.1
5772026-08-29T21:06:41.724Z Downloaded httpdate v1.0.3
5782026-08-29T21:06:41.724Z Downloaded block-buffer v0.12.1
5792026-08-29T21:06:41.728Z Downloaded gethostname v0.5.0
5802026-08-29T21:06:41.728Z Downloaded futures-sink v0.3.32
5812026-08-29T21:06:41.731Z Downloaded globwalk v0.9.1
5822026-08-29T21:06:41.731Z Downloaded arrayvec v0.7.6
5832026-08-29T21:06:41.731Z Downloaded num_threads v0.1.7
5842026-08-29T21:06:41.734Z Downloaded http-range-header v0.4.2
5852026-08-29T21:06:41.737Z Downloaded hex v0.4.3
5862026-08-29T21:06:41.737Z Downloaded http-range v0.1.5
5872026-08-29T21:06:41.737Z Downloaded newtype-uuid-macros v0.1.0
5882026-08-29T21:06:41.740Z Downloaded nonempty v0.12.0
5892026-08-29T21:06:41.740Z Downloaded num-conv v0.2.0
5902026-08-29T21:06:41.740Z Downloaded aes-gcm v0.11.0
5912026-08-29T21:06:41.743Z Downloaded foreign-types-shared v0.1.1
5922026-08-29T21:06:41.743Z Downloaded base16ct v0.2.0
5932026-08-29T21:06:41.743Z Downloaded hostname v0.4.2
5942026-08-29T21:06:41.743Z Downloaded oxide-generation-macros v0.2.0
5952026-08-29T21:06:41.747Z Downloaded ahash v0.8.12
5962026-08-29T21:06:41.747Z Downloaded base64ct v1.8.3
5972026-08-29T21:06:41.749Z Downloaded bit-vec v0.8.0
5982026-08-29T21:06:41.749Z Downloaded compression-core v0.4.31
5992026-08-29T21:06:41.753Z Downloaded packed_struct_codegen v0.10.1
6002026-08-29T21:06:41.757Z Downloaded hex-literal v1.1.0
6012026-08-29T21:06:41.757Z Downloaded openssl-macros v0.1.1
6022026-08-29T21:06:41.760Z Downloaded psl-types v2.0.11
6032026-08-29T21:06:41.765Z Downloaded precomputed-hash v0.1.1
6042026-08-29T21:06:41.768Z Downloaded sha1 v0.10.6
6052026-08-29T21:06:41.771Z Downloaded arrayref v0.3.9
6062026-08-29T21:06:41.771Z Downloaded cipher v0.4.4
6072026-08-29T21:06:41.771Z Downloaded cfg_aliases v0.1.1
6082026-08-29T21:06:41.774Z Downloaded ff v0.13.1
6092026-08-29T21:06:41.774Z Downloaded enum_dispatch v0.3.13
6102026-08-29T21:06:41.777Z Downloaded compression-codecs v0.4.37
6112026-08-29T21:06:41.777Z Downloaded buf-list v1.1.2
6122026-08-29T21:06:41.780Z Downloaded cassowary v0.3.0
6132026-08-29T21:06:41.780Z Downloaded cexpr v0.6.0
6142026-08-29T21:06:41.780Z Downloaded chacha20 v0.9.1
6152026-08-29T21:06:41.783Z Downloaded cmake v0.1.57
6162026-08-29T21:06:41.783Z Downloaded highway v1.3.0
6172026-08-29T21:06:41.783Z Downloaded phc v0.6.1
6182026-08-29T21:06:41.786Z Downloaded bytesize v2.7.0
6192026-08-29T21:06:41.786Z Downloaded ff v0.14.0
6202026-08-29T21:06:41.786Z Downloaded cmov v0.5.4
6212026-08-29T21:06:41.789Z Downloaded bitflags v1.3.2
6222026-08-29T21:06:41.789Z Downloaded embedded-io v0.4.0
6232026-08-29T21:06:41.792Z Downloaded fallible-iterator v0.2.0
6242026-08-29T21:06:41.792Z Downloaded filetime v0.2.27
6252026-08-29T21:06:41.792Z Downloaded globset v0.4.18
6262026-08-29T21:06:41.792Z Downloaded blowfish v0.10.0
6272026-08-29T21:06:41.795Z Downloaded ena v0.14.4
6282026-08-29T21:06:41.795Z Downloaded camino-tempfile-ext v0.3.3
6292026-08-29T21:06:41.795Z Downloaded cipher v0.5.2
6302026-08-29T21:06:41.798Z Downloaded rtoolbox v0.0.3
6312026-08-29T21:06:41.798Z Downloaded serde_urlencoded v0.7.1
6322026-08-29T21:06:41.798Z Downloaded rand_chacha v0.3.1
6332026-08-29T21:06:41.798Z Downloaded blake2 v0.10.6
6342026-08-29T21:06:41.801Z Downloaded argon2 v0.6.0-rc.8
6352026-08-29T21:06:41.801Z Downloaded seq-macro v0.3.6
6362026-08-29T21:06:41.804Z Downloaded serde-big-array v0.5.1
6372026-08-29T21:06:41.804Z Downloaded arc-swap v1.8.2
6382026-08-29T21:06:41.804Z Downloaded slog-envlogger v2.2.0
6392026-08-29T21:06:41.808Z Downloaded http-body-util v0.1.3
6402026-08-29T21:06:41.808Z Downloaded futures-channel v0.3.32
6412026-08-29T21:06:41.808Z Downloaded half v1.8.3
6422026-08-29T21:06:41.811Z Downloaded rfc6979 v0.4.0
6432026-08-29T21:06:41.811Z Downloaded backon v1.6.0
6442026-08-29T21:06:41.811Z Downloaded colored v3.1.1
6452026-08-29T21:06:41.814Z Downloaded bs58 v0.5.1
6462026-08-29T21:06:41.814Z Downloaded native-tls v0.2.18
6472026-08-29T21:06:41.817Z Downloaded cbc v0.2.1
6482026-08-29T21:06:41.817Z Downloaded signal-hook-tokio v0.3.1
6492026-08-29T21:06:41.817Z Downloaded num-primitive v0.2.1
6502026-08-29T21:06:41.820Z Downloaded sqlparser_derive v0.5.0
6512026-08-29T21:06:41.820Z Downloaded paste v1.0.15
6522026-08-29T21:06:41.820Z Downloaded peg-macros v0.8.5
6532026-08-29T21:06:41.820Z Downloaded packed_struct v0.10.1
6542026-08-29T21:06:41.822Z Downloaded primeorder v0.14.0
6552026-08-29T21:06:41.822Z Downloaded primeorder v0.13.6
6562026-08-29T21:06:41.822Z Downloaded progenitor-client v0.13.0
6572026-08-29T21:06:41.826Z Downloaded psm v0.1.30
6582026-08-29T21:06:41.826Z Downloaded git-stub-vcs v0.1.0
6592026-08-29T21:06:41.829Z Downloaded parse-display-derive v0.10.0
6602026-08-29T21:06:41.829Z Downloaded pem-rfc7468 v0.7.0
6612026-08-29T21:06:41.829Z Downloaded phf v0.12.1
6622026-08-29T21:06:41.830Z Downloaded structmeta-derive v0.3.0
6632026-08-29T21:06:41.833Z Downloaded ppv-lite86 v0.2.21
6642026-08-29T21:06:41.833Z Downloaded rpassword v7.5.4
6652026-08-29T21:06:41.833Z Downloaded tap v1.0.1
6662026-08-29T21:06:41.836Z Downloaded async-bb8-diesel v0.2.1
6672026-08-29T21:06:41.836Z Downloaded base64 v0.22.1
6682026-08-29T21:06:41.839Z Downloaded async-trait v0.1.89
6692026-08-29T21:06:41.839Z Downloaded colored v2.2.0
6702026-08-29T21:06:41.842Z Downloaded console v0.15.11
6712026-08-29T21:06:41.842Z Downloaded typify-macro v0.6.2
6722026-08-29T21:06:41.847Z Downloaded chacha20 v0.10.0
6732026-08-29T21:06:41.847Z Downloaded ciborium v0.2.2
6742026-08-29T21:06:41.847Z Downloaded blake2 v0.11.0-rc.6
6752026-08-29T21:06:41.851Z Downloaded clang-sys v1.8.1
6762026-08-29T21:06:41.851Z Downloaded hmac v0.12.1
6772026-08-29T21:06:41.851Z Downloaded byte-wrapper v0.1.0
6782026-08-29T21:06:41.851Z Downloaded bzip2 v0.6.1
6792026-08-29T21:06:41.851Z Downloaded hmac v0.13.0
6802026-08-29T21:06:41.855Z Downloaded rand_chacha v0.9.0
6812026-08-29T21:06:41.855Z Downloaded console v0.16.2
6822026-08-29T21:06:41.855Z Downloaded httparse v1.10.1
6832026-08-29T21:06:41.858Z Downloaded group v0.13.0
6842026-08-29T21:06:41.858Z Downloaded usdt-macro v0.6.0
6852026-08-29T21:06:41.864Z Downloaded group v0.14.0
6862026-08-29T21:06:41.864Z Downloaded sec1 v0.7.3
6872026-08-29T21:06:41.868Z Downloaded serde-hex v0.1.0
6882026-08-29T21:06:41.868Z Downloaded futures v0.3.32
6892026-08-29T21:06:41.868Z Downloaded scopeguard v1.2.0
6902026-08-29T21:06:41.868Z Downloaded signal-hook-registry v1.4.8
6912026-08-29T21:06:41.868Z Downloaded slog-term v2.9.2
6922026-08-29T21:06:41.871Z Downloaded zerofrom-derive v0.1.6
6932026-08-29T21:06:41.871Z Downloaded glob v0.3.3
6942026-08-29T21:06:41.871Z Downloaded num-modular v0.6.5
6952026-08-29T21:06:41.875Z Downloaded ssh-encoding v0.3.0
6962026-08-29T21:06:41.880Z Downloaded strum_macros v0.26.4
6972026-08-29T21:06:41.880Z Downloaded spki v0.8.0
6982026-08-29T21:06:41.884Z Downloaded stringprep v0.1.5
6992026-08-29T21:06:41.884Z Downloaded zone v0.3.1
7002026-08-29T21:06:41.884Z Downloaded darling_macro v0.23.0
7012026-08-29T21:06:41.884Z Downloaded zone_cfg_derive v0.3.1
7022026-08-29T21:06:41.888Z Downloaded stacker v0.1.23
7032026-08-29T21:06:41.893Z Downloaded strum_macros v0.24.3
7042026-08-29T21:06:41.893Z Downloaded debug-ignore v1.0.5
7052026-08-29T21:06:41.893Z Downloaded postgres-types v0.2.12
7062026-08-29T21:06:41.897Z Downloaded difflib v0.4.0
7072026-08-29T21:06:41.897Z Downloaded dirs-sys-next v0.1.2
7082026-08-29T21:06:41.897Z Downloaded dof v0.4.0
7092026-08-29T21:06:41.897Z Downloaded ident_case v1.0.1
7102026-08-29T21:06:41.897Z Downloaded termios v0.3.3
7112026-08-29T21:06:41.897Z Downloaded allocator-api2 v0.2.21
7122026-08-29T21:06:41.901Z Downloaded tls_codec_derive v0.4.2
7132026-08-29T21:06:41.901Z Downloaded tokio-native-tls v0.3.1
7142026-08-29T21:06:41.901Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7152026-08-29T21:06:41.905Z Downloaded tui-tree-widget v0.23.1
7162026-08-29T21:06:41.905Z Downloaded cancel-safe-futures v0.1.5
7172026-08-29T21:06:41.905Z Downloaded hyper-tls v0.6.0
7182026-08-29T21:06:41.910Z Downloaded rustversion v1.0.22
7192026-08-29T21:06:41.913Z Downloaded generic-array v1.4.3
7202026-08-29T21:06:41.916Z Downloaded inout v0.2.2
7212026-08-29T21:06:41.916Z Downloaded is-terminal v0.4.17
7222026-08-29T21:06:41.920Z Downloaded internet-checksum v0.2.1
7232026-08-29T21:06:41.923Z Downloaded bzip2 v0.4.4
7242026-08-29T21:06:41.926Z Downloaded managed v0.8.0
7252026-08-29T21:06:41.926Z Downloaded getrandom v0.2.17
7262026-08-29T21:06:41.926Z Downloaded lzss v0.8.2
7272026-08-29T21:06:41.929Z Downloaded vsss-rs v3.3.4
7282026-08-29T21:06:41.929Z Downloaded wyz v0.5.1
7292026-08-29T21:06:41.932Z Downloaded jiff-static v0.2.34
7302026-08-29T21:06:41.932Z Downloaded getrandom v0.3.4
7312026-08-29T21:06:41.934Z Downloaded libscf-sys v1.2.0
7322026-08-29T21:06:41.934Z Downloaded oxide-update-engine-types v0.1.2
7332026-08-29T21:06:41.934Z Downloaded uzers v0.12.2
7342026-08-29T21:06:41.937Z Downloaded kstat-rs v0.2.5
7352026-08-29T21:06:41.937Z Downloaded vergen-gitcl v1.0.8
7362026-08-29T21:06:41.937Z Downloaded walkdir v2.5.0
7372026-08-29T21:06:41.940Z Downloaded newtype_derive v0.1.6
7382026-08-29T21:06:41.940Z Downloaded num-derive v0.4.2
7392026-08-29T21:06:41.940Z Downloaded opaque-debug v0.3.1
7402026-08-29T21:06:41.940Z Downloaded phf_shared v0.11.3
7412026-08-29T21:06:41.940Z Downloaded base64 v0.21.7
7422026-08-29T21:06:41.943Z Downloaded writeable v0.6.2
7432026-08-29T21:06:41.946Z Downloaded omicron-zone-package v0.12.3
7442026-08-29T21:06:41.946Z Downloaded pkcs5 v0.8.1
7452026-08-29T21:06:41.949Z Downloaded polyval v0.7.1
7462026-08-29T21:06:41.952Z Downloaded progenitor-impl v0.14.0
7472026-08-29T21:06:41.952Z Downloaded defmt-macros v1.0.1
7482026-08-29T21:06:41.952Z Downloaded crossbeam-deque v0.8.6
7492026-08-29T21:06:41.955Z Downloaded darling v0.13.4
7502026-08-29T21:06:41.955Z Downloaded zerovec-derive v0.11.2
7512026-08-29T21:06:41.955Z Downloaded ctutils v0.4.2
7522026-08-29T21:06:41.958Z Downloaded der_derive v0.7.3
7532026-08-29T21:06:41.958Z Downloaded deranged v0.5.8
7542026-08-29T21:06:41.958Z Downloaded ecdsa v0.16.9
7552026-08-29T21:06:41.961Z Downloaded daft-derive v0.1.8
7562026-08-29T21:06:41.963Z Downloaded openssl-probe v0.2.1
7572026-08-29T21:06:41.963Z Downloaded parse-size v1.1.0
7582026-08-29T21:06:41.964Z Downloaded chumsky v0.9.3
7592026-08-29T21:06:41.966Z Downloaded indoc v2.0.7
7602026-08-29T21:06:41.966Z Downloaded pwd v1.4.0
7612026-08-29T21:06:41.969Z Downloaded term v1.2.1
7622026-08-29T21:06:41.969Z Downloaded tinystr v0.8.2
7632026-08-29T21:06:41.972Z Downloaded twox-hash v2.1.2
7642026-08-29T21:06:41.972Z Downloaded diesel-dtrace v0.5.0
7652026-08-29T21:06:41.972Z Downloaded ed25519 v3.0.0
7662026-08-29T21:06:41.975Z Downloaded humantime v2.3.0
7672026-08-29T21:06:41.975Z Downloaded compact_str v0.8.1
7682026-08-29T21:06:41.977Z Downloaded hyper-staticfile v0.10.1
7692026-08-29T21:06:41.977Z Downloaded hashbrown v0.15.5
7702026-08-29T21:06:41.980Z Downloaded rustls-platform-verifier v0.6.2
7712026-08-29T21:06:41.983Z Downloaded progenitor-macro v0.13.0
7722026-08-29T21:06:41.983Z Downloaded flume v0.11.1
7732026-08-29T21:06:41.985Z Downloaded unicode-properties v0.1.4
7742026-08-29T21:06:41.985Z Downloaded rand_xorshift v0.4.0
7752026-08-29T21:06:41.988Z Downloaded recursive v0.1.1
7762026-08-29T21:06:41.988Z Downloaded slog v2.8.2
7772026-08-29T21:06:41.991Z Downloaded rustc_version v0.1.7
7782026-08-29T21:06:41.991Z Downloaded scroll_derive v0.13.1
7792026-08-29T21:06:41.991Z Downloaded russh-cryptovec v0.62.0
7802026-08-29T21:06:41.991Z Downloaded lru v0.18.3
7812026-08-29T21:06:41.994Z Downloaded ar_archive_writer v0.5.1
7822026-08-29T21:06:41.994Z Downloaded libsw v3.5.0
7832026-08-29T21:06:41.994Z Downloaded num-iter v0.1.45
7842026-08-29T21:06:41.997Z Downloaded yoke v0.8.1
7852026-08-29T21:06:41.997Z Downloaded nibble_vec v0.1.0
7862026-08-29T21:06:41.997Z Downloaded module-lattice v0.2.3
7872026-08-29T21:06:42.000Z Downloaded nu-ansi-term v0.50.3
7882026-08-29T21:06:42.000Z Downloaded secrecy v0.10.3
7892026-08-29T21:06:42.003Z Downloaded serde_plain v1.0.2
7902026-08-29T21:06:42.003Z Downloaded semver v0.1.20
7912026-08-29T21:06:42.003Z Downloaded sigpipe v0.1.3
7922026-08-29T21:06:42.003Z Downloaded signature v3.0.0
7932026-08-29T21:06:42.003Z Downloaded schemars v0.8.22
7942026-08-29T21:06:42.009Z Downloaded slog-bunyan v2.5.0
7952026-08-29T21:06:42.012Z Downloaded num-integer v0.1.46
7962026-08-29T21:06:42.012Z Downloaded password-hash v0.5.0
7972026-08-29T21:06:42.012Z Downloaded zstd-safe v7.2.4
7982026-08-29T21:06:42.015Z Downloaded oso v0.27.3
7992026-08-29T21:06:42.015Z Downloaded crc32fast v1.5.0
8002026-08-29T21:06:42.018Z Downloaded darling v0.20.11
8012026-08-29T21:06:42.021Z Downloaded pem-rfc7468 v1.0.0
8022026-08-29T21:06:42.022Z Downloaded poly1305 v0.8.0
8032026-08-29T21:06:42.022Z Downloaded zstd v0.13.3
8042026-08-29T21:06:42.025Z Downloaded oxide-update-engine v0.1.2
8052026-08-29T21:06:42.025Z Downloaded phf v0.13.1
8062026-08-29T21:06:42.025Z Downloaded chacha20poly1305 v0.10.1
8072026-08-29T21:06:42.025Z Downloaded rayon-core v1.13.0
8082026-08-29T21:06:42.028Z Downloaded bumpalo v3.20.2
8092026-08-29T21:06:42.031Z Downloaded predicates v3.1.4
8102026-08-29T21:06:42.031Z Downloaded ed25519-dalek v2.2.0
8112026-08-29T21:06:42.034Z Downloaded take_mut v0.2.2
8122026-08-29T21:06:42.034Z Downloaded tokio-test v0.4.5
8132026-08-29T21:06:42.037Z Downloaded universal-hash v0.6.1
8142026-08-29T21:06:42.038Z Downloaded supports-hyperlinks v3.2.0
8152026-08-29T21:06:42.038Z Downloaded time-core v0.1.8
8162026-08-29T21:06:42.042Z Downloaded rand_core v0.9.5
8172026-08-29T21:06:42.045Z Downloaded unicode-truncate v1.1.0
8182026-08-29T21:06:42.046Z Downloaded hickory-resolver v0.24.4
8192026-08-29T21:06:42.048Z Downloaded headers v0.4.1
8202026-08-29T21:06:42.051Z Downloaded universal-hash v0.5.1
8212026-08-29T21:06:42.054Z Downloaded void v1.0.2
8222026-08-29T21:06:42.054Z Downloaded yoke-derive v0.8.1
8232026-08-29T21:06:42.054Z Downloaded zerofrom v0.1.6
8242026-08-29T21:06:42.054Z Downloaded wnaf v0.14.0
8252026-08-29T21:06:42.054Z Downloaded crypto-common v0.2.2
8262026-08-29T21:06:42.058Z Downloaded heapless v0.7.17
8272026-08-29T21:06:42.058Z Downloaded hickory-server v0.25.2
8282026-08-29T21:06:42.061Z Downloaded rustls-native-certs v0.8.3
8292026-08-29T21:06:42.061Z Downloaded sha1 v0.11.0
8302026-08-29T21:06:42.064Z Downloaded scuffle v0.1.0
8312026-08-29T21:06:42.067Z Downloaded shlex v1.3.0
8322026-08-29T21:06:42.069Z Downloaded cpubits v0.1.1
8332026-08-29T21:06:42.069Z Downloaded http v1.4.2
8342026-08-29T21:06:42.073Z Downloaded serde_with_macros v1.5.2
8352026-08-29T21:06:42.073Z Downloaded darling_macro v0.20.11
8362026-08-29T21:06:42.073Z Downloaded darling_macro v0.13.4
8372026-08-29T21:06:42.073Z Downloaded parking_lot v0.12.5
8382026-08-29T21:06:42.076Z Downloaded dunce v1.0.5
8392026-08-29T21:06:42.076Z Downloaded digest-io v0.1.0
8402026-08-29T21:06:42.079Z Downloaded zopfli v0.8.3
8412026-08-29T21:06:42.084Z Downloaded hkdf v0.12.4
8422026-08-29T21:06:42.087Z Downloaded oxide-update-engine-display v0.1.2
8432026-08-29T21:06:42.089Z Downloaded postcard v1.1.3
8442026-08-29T21:06:42.090Z Downloaded string_cache v0.8.9
8452026-08-29T21:06:42.090Z Downloaded idna_adapter v1.2.1
8462026-08-29T21:06:42.105Z Downloaded cc v1.2.56
8472026-08-29T21:06:42.113Z Downloaded indexmap v1.9.3
8482026-08-29T21:06:42.117Z Downloaded synstructure v0.13.2
8492026-08-29T21:06:42.117Z Downloaded match_cfg v0.1.0
8502026-08-29T21:06:42.117Z Downloaded thread_local v1.1.9
8512026-08-29T21:06:42.117Z Downloaded tokio-dtrace v0.1.1
8522026-08-29T21:06:42.120Z Downloaded tokio-tungstenite v0.21.0
8532026-08-29T21:06:42.120Z Downloaded nodrop v0.1.14
8542026-08-29T21:06:42.120Z Downloaded rsa v0.9.10
8552026-08-29T21:06:42.123Z Downloaded expectorate v1.2.0
8562026-08-29T21:06:42.123Z Downloaded hickory-resolver v0.25.2
8572026-08-29T21:06:42.126Z Downloaded bytes v1.11.1
8582026-08-29T21:06:42.129Z Downloaded aes v0.9.1
8592026-08-29T21:06:42.132Z Downloaded newline-converter v0.3.0
8602026-08-29T21:06:42.132Z Downloaded potential_utf v0.1.4
8612026-08-29T21:06:42.132Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-08-29T21:06:42.132Z Downloaded corncobs v0.1.4
8632026-08-29T21:06:42.132Z Downloaded spin v0.9.8
8642026-08-29T21:06:42.137Z Downloaded slog-dtrace v0.3.0
8652026-08-29T21:06:42.141Z Downloaded constant_time_eq v0.4.2
8662026-08-29T21:06:42.141Z Downloaded ctr v0.10.1
8672026-08-29T21:06:42.141Z Downloaded daft v0.1.8
8682026-08-29T21:06:42.144Z Downloaded delegate v0.13.5
8692026-08-29T21:06:42.147Z Downloaded digest v0.11.3
8702026-08-29T21:06:42.149Z Downloaded either v1.15.0
8712026-08-29T21:06:42.153Z Downloaded ingot v0.2.1
8722026-08-29T21:06:42.153Z Downloaded ipnetwork v0.21.1
8732026-08-29T21:06:42.157Z Downloaded impl-trait-for-tuples v0.2.3
8742026-08-29T21:06:42.157Z Downloaded linked-hash-map v0.5.6
8752026-08-29T21:06:42.157Z Downloaded same-file v1.0.6
8762026-08-29T21:06:42.157Z Downloaded signature v2.2.0
8772026-08-29T21:06:42.157Z Downloaded jobserver v0.1.34
8782026-08-29T21:06:42.160Z Downloaded linear-map v1.2.0
8792026-08-29T21:06:42.160Z Downloaded secrecy v0.8.0
8802026-08-29T21:06:42.160Z Downloaded serde_bytes v0.11.19
8812026-08-29T21:06:42.160Z Downloaded signal-hook-mio v0.2.5
8822026-08-29T21:06:42.163Z Downloaded pkcs1 v0.8.0-rc.4
8832026-08-29T21:06:42.163Z Downloaded url v2.5.8
8842026-08-29T21:06:42.165Z Downloaded icu_normalizer v2.1.1
8852026-08-29T21:06:42.168Z Downloaded hashbrown v0.13.2
8862026-08-29T21:06:42.168Z Downloaded tokio-stream v0.1.18
8872026-08-29T21:06:42.171Z Downloaded utf-8 v0.7.6
8882026-08-29T21:06:42.171Z Downloaded libsw-core v0.3.2
8892026-08-29T21:06:42.174Z Downloaded subtle v2.6.1
8902026-08-29T21:06:42.174Z Downloaded prefix-trie v0.7.0
8912026-08-29T21:06:42.177Z Downloaded strsim v0.10.0
8922026-08-29T21:06:42.177Z Downloaded thread-id v5.1.0
8932026-08-29T21:06:42.177Z Downloaded mime_guess v2.0.5
8942026-08-29T21:06:42.180Z Downloaded num_enum_derive v0.7.6
8952026-08-29T21:06:42.183Z Downloaded pbkdf2 v0.13.0
8962026-08-29T21:06:42.183Z Downloaded phf_shared v0.13.1
8972026-08-29T21:06:42.186Z Downloaded oxnet v0.1.6
8982026-08-29T21:06:42.186Z Downloaded testing_table v0.3.0
8992026-08-29T21:06:42.186Z Downloaded topological-sort v0.2.2
9002026-08-29T21:06:42.186Z Downloaded usdt v0.6.0
9012026-08-29T21:06:42.189Z Downloaded cookie_store v0.22.1
9022026-08-29T21:06:42.192Z Downloaded owo-colors v4.3.0
9032026-08-29T21:06:42.192Z Downloaded primefield v0.14.0
9042026-08-29T21:06:42.196Z Downloaded peg v0.8.5
9052026-08-29T21:06:42.196Z Downloaded pin-project-lite v0.2.17
9062026-08-29T21:06:42.200Z Downloaded unarray v0.1.4
9072026-08-29T21:06:42.203Z Downloaded progenitor-extras v0.2.0
9082026-08-29T21:06:42.203Z Downloaded ryu v1.0.23
9092026-08-29T21:06:42.206Z Downloaded rand_seeder v0.4.0
9102026-08-29T21:06:42.206Z Downloaded xshell-macros v0.2.7
9112026-08-29T21:06:42.206Z Downloaded rlimit v0.10.2
9122026-08-29T21:06:42.213Z Downloaded openssl-sys v0.9.117
9132026-08-29T21:06:42.216Z Downloaded iana-time-zone v0.1.65
9142026-08-29T21:06:42.219Z Downloaded rusty-fork v0.3.1
9152026-08-29T21:06:42.219Z Downloaded ingot-macros v0.2.0
9162026-08-29T21:06:42.219Z Downloaded schemars_derive v0.8.22
9172026-08-29T21:06:42.223Z Downloaded crc8 v0.1.1
9182026-08-29T21:06:42.223Z Downloaded xattr v1.6.1
9192026-08-29T21:06:42.223Z Downloaded cpufeatures v0.3.0
9202026-08-29T21:06:42.226Z Downloaded hashbrown v0.12.3
9212026-08-29T21:06:42.229Z Downloaded prettyplease v0.2.37
9222026-08-29T21:06:42.232Z Downloaded time-macros v0.2.27
9232026-08-29T21:06:42.232Z Downloaded rustls-webpki v0.103.13
9242026-08-29T21:06:42.236Z Downloaded derive_more v2.1.1
9252026-08-29T21:06:42.240Z Downloaded rsa v0.10.0-rc.18
9262026-08-29T21:06:42.243Z Downloaded pretty_assertions v1.4.1
9272026-08-29T21:06:42.246Z Downloaded knus-derive v3.4.0
9282026-08-29T21:06:42.246Z Downloaded memmap2 v0.9.10
9292026-08-29T21:06:42.246Z Downloaded document-features v0.2.12
9302026-08-29T21:06:42.246Z Downloaded support-bundle-viewer v0.1.2
9312026-08-29T21:06:42.246Z Downloaded indent_write v2.2.0
9322026-08-29T21:06:42.249Z Downloaded dropshot-api-manager-types v0.8.0
9332026-08-29T21:06:42.249Z Downloaded multer v3.1.0
9342026-08-29T21:06:42.249Z Downloaded unicode-segmentation v1.12.0
9352026-08-29T21:06:42.252Z Downloaded strum_macros v0.27.2
9362026-08-29T21:06:42.254Z Downloaded vte v0.14.1
9372026-08-29T21:06:42.254Z Downloaded lru v0.12.5
9382026-08-29T21:06:42.257Z Downloaded tokio-tungstenite v0.23.1
9392026-08-29T21:06:42.260Z Downloaded parking_lot_core v0.9.12
9402026-08-29T21:06:42.263Z Downloaded snafu v0.8.9
9412026-08-29T21:06:42.266Z Downloaded poly1305 v0.9.0
9422026-08-29T21:06:42.266Z Downloaded schemars v0.9.0
9432026-08-29T21:06:42.272Z Downloaded quinn-udp v0.5.14
9442026-08-29T21:06:42.275Z Downloaded vergen-lib v9.1.0
9452026-08-29T21:06:42.275Z Downloaded illumos-nvpair-sys v0.2.0
9462026-08-29T21:06:42.275Z Downloaded lazy_static v1.5.0
9472026-08-29T21:06:42.275Z Downloaded peg-runtime v0.8.5
9482026-08-29T21:06:42.278Z Downloaded lru-cache v0.1.2
9492026-08-29T21:06:42.278Z Downloaded normalize-line-endings v0.3.0
9502026-08-29T21:06:42.278Z Downloaded olpc-cjson v0.1.4
9512026-08-29T21:06:42.278Z Downloaded openssl-probe v0.1.6
9522026-08-29T21:06:42.278Z Downloaded quick-error v1.2.3
9532026-08-29T21:06:42.278Z Downloaded radium v0.7.0
9542026-08-29T21:06:42.281Z Downloaded icu_properties v2.1.2
9552026-08-29T21:06:42.284Z Downloaded xshell v0.2.7
9562026-08-29T21:06:42.284Z Downloaded predicates-core v1.0.10
9572026-08-29T21:06:42.284Z Downloaded dropshot_endpoint v0.17.1
9582026-08-29T21:06:42.288Z Downloaded smallvec v0.6.14
9592026-08-29T21:06:42.291Z Downloaded tokio-postgres v0.7.16
9602026-08-29T21:06:42.294Z Downloaded vergen-lib v0.1.6
9612026-08-29T21:06:42.298Z Downloaded rfc6979 v0.6.0
9622026-08-29T21:06:42.300Z Downloaded tungstenite v0.28.0
9632026-08-29T21:06:42.300Z Downloaded aho-corasick v1.1.4
9642026-08-29T21:06:42.303Z Downloaded subprocess v0.2.15
9652026-08-29T21:06:42.306Z Downloaded num-traits v0.2.19
9662026-08-29T21:06:42.309Z Downloaded toml_edit v0.19.15
9672026-08-29T21:06:42.315Z Downloaded quinn v0.11.11
9682026-08-29T21:06:42.317Z Downloaded tracing-core v0.1.36
9692026-08-29T21:06:42.320Z Downloaded tungstenite v0.23.0
9702026-08-29T21:06:42.320Z Downloaded zerotrie v0.2.3
9712026-08-29T21:06:42.323Z Downloaded rand v0.8.6
9722026-08-29T21:06:42.323Z Downloaded rustc-hash v2.1.1
9732026-08-29T21:06:42.326Z Downloaded hashbrown v0.14.5
9742026-08-29T21:06:42.329Z Downloaded tracing-attributes v0.1.31
9752026-08-29T21:06:42.329Z Downloaded tagptr v0.2.0
9762026-08-29T21:06:42.329Z Downloaded tinyvec_macros v0.1.1
9772026-08-29T21:06:42.329Z Downloaded thiserror-impl-no-std v2.0.2
9782026-08-29T21:06:42.332Z Downloaded sponge-cursor v0.1.0
9792026-08-29T21:06:42.332Z Downloaded ssh-encoding v0.2.0
9802026-08-29T21:06:42.332Z Downloaded stable_deref_trait v1.2.1
9812026-08-29T21:06:42.332Z Downloaded p256 v0.13.2
9822026-08-29T21:06:42.335Z Downloaded nanorand v0.7.0
9832026-08-29T21:06:42.337Z Downloaded num_enum v0.7.6
9842026-08-29T21:06:42.340Z Downloaded wait-timeout v0.2.1
9852026-08-29T21:06:42.340Z Downloaded utf8_iter v1.0.4
9862026-08-29T21:06:42.340Z Downloaded libloading v0.8.9
9872026-08-29T21:06:42.343Z Downloaded derive_more v0.99.20
9882026-08-29T21:06:42.347Z Downloaded pkcs8 v0.10.2
9892026-08-29T21:06:42.352Z Downloaded parking_lot_core v0.8.6
9902026-08-29T21:06:42.355Z Downloaded nom v8.0.0
9912026-08-29T21:06:42.358Z Downloaded crossbeam-utils v0.8.21
9922026-08-29T21:06:42.358Z Downloaded proc-macro-error2 v2.0.1
9932026-08-29T21:06:42.361Z Downloaded progenitor v0.13.0
9942026-08-29T21:06:42.364Z Downloaded scroll v0.13.0
9952026-08-29T21:06:42.367Z Downloaded reedline v0.40.0
9962026-08-29T21:06:42.370Z Downloaded tar v0.4.46
9972026-08-29T21:06:42.372Z Downloaded dsl_auto_type v0.2.0
9982026-08-29T21:06:42.372Z Downloaded dashu-base v0.5.1
9992026-08-29T21:06:42.375Z Downloaded rustc-demangle v0.1.27
10002026-08-29T21:06:42.376Z Downloaded knus v3.4.0
10012026-08-29T21:06:42.378Z Downloaded signal-hook v0.3.18
10022026-08-29T21:06:42.379Z Downloaded socket2 v0.5.10
10032026-08-29T21:06:42.381Z Downloaded is_ci v1.2.0
10042026-08-29T21:06:42.381Z Downloaded instability v0.3.11
10052026-08-29T21:06:42.381Z Downloaded hybrid-array v0.4.13
10062026-08-29T21:06:42.384Z Downloaded display-error-chain v0.2.2
10072026-08-29T21:06:42.384Z Downloaded maybe-uninit v2.0.0
10082026-08-29T21:06:42.384Z Downloaded defmt v1.0.1
10092026-08-29T21:06:42.387Z Downloaded serde_derive_internals v0.29.1
10102026-08-29T21:06:42.390Z Downloaded toml v1.1.2+spec-1.1.0
10112026-08-29T21:06:42.390Z Downloaded supports-unicode v3.0.0
10122026-08-29T21:06:42.390Z Downloaded diff v0.1.13
10132026-08-29T21:06:42.393Z Downloaded unicode-normalization v0.1.25
10142026-08-29T21:06:42.396Z Downloaded path-slash v0.1.5
10152026-08-29T21:06:42.396Z Downloaded phf_shared v0.12.1
10162026-08-29T21:06:42.399Z Downloaded toml_writer v1.1.1+spec-1.1.0
10172026-08-29T21:06:42.399Z Downloaded multimap v0.10.1
10182026-08-29T21:06:42.402Z Downloaded num v0.4.3
10192026-08-29T21:06:42.402Z Downloaded minimal-lexical v0.2.1
10202026-08-29T21:06:42.408Z Downloaded litemap v0.8.1
10212026-08-29T21:06:42.413Z Downloaded predicates-tree v1.0.13
10222026-08-29T21:06:42.416Z Downloaded powerfmt v0.2.0
10232026-08-29T21:06:42.420Z Downloaded der v0.7.10
10242026-08-29T21:06:42.420Z Downloaded russh-util v0.52.0
10252026-08-29T21:06:42.420Z Downloaded darling_core v0.20.11
10262026-08-29T21:06:42.423Z Downloaded steno v0.4.1
10272026-08-29T21:06:42.427Z Downloaded recursive-proc-macro-impl v0.1.1
10282026-08-29T21:06:42.427Z Downloaded scheduled-thread-pool v0.2.7
10292026-08-29T21:06:42.431Z Downloaded uuid v1.23.4
10302026-08-29T21:06:42.431Z Downloaded ssh-cipher v0.2.0
10312026-08-29T21:06:42.435Z Downloaded sync-ptr v0.1.4
10322026-08-29T21:06:42.435Z Downloaded hashbrown v0.16.1
10332026-08-29T21:06:42.438Z Downloaded socket2 v0.6.3
10342026-08-29T21:06:42.438Z Downloaded critical-section v1.2.0
10352026-08-29T21:06:42.438Z Downloaded derive-ex v0.1.8
10362026-08-29T21:06:42.438Z Downloaded shell-words v1.1.1
10372026-08-29T21:06:42.438Z Downloaded termtree v0.5.1
10382026-08-29T21:06:42.443Z Downloaded data-encoding v2.10.0
10392026-08-29T21:06:42.443Z Downloaded ed25519 v2.2.3
10402026-08-29T21:06:42.448Z Downloaded icu_provider v2.1.1
10412026-08-29T21:06:42.448Z Downloaded serde_with_macros v3.21.0
10422026-08-29T21:06:42.448Z Downloaded tough v0.22.0
10432026-08-29T21:06:42.452Z Downloaded serde_tokenstream v0.3.0
10442026-08-29T21:06:42.452Z Downloaded darling_core v0.13.4
10452026-08-29T21:06:42.452Z Downloaded keccak v0.2.0
10462026-08-29T21:06:42.456Z Downloaded waitgroup v0.1.2
10472026-08-29T21:06:42.456Z Downloaded usdt-attr-macro v0.6.0
10482026-08-29T21:06:42.456Z Downloaded libefi-sys v0.1.0
10492026-08-29T21:06:42.456Z Downloaded crc v3.4.0
10502026-08-29T21:06:42.456Z Downloaded crunchy v0.2.4
10512026-08-29T21:06:42.456Z Downloaded num-rational v0.4.2
10522026-08-29T21:06:42.456Z Downloaded smallvec v1.15.1
10532026-08-29T21:06:42.459Z Downloaded derive-where v1.6.0
10542026-08-29T21:06:42.459Z Downloaded hkdf v0.13.0
10552026-08-29T21:06:42.463Z Downloaded miette-derive v7.6.0
10562026-08-29T21:06:42.463Z Downloaded reqwest v0.12.28
10572026-08-29T21:06:42.463Z Downloaded toml_parser v1.1.2+spec-1.1.0
10582026-08-29T21:06:42.466Z Downloaded p384 v0.13.1
10592026-08-29T21:06:42.469Z Downloaded miette v7.6.0
10602026-08-29T21:06:42.471Z Downloaded winnow v0.5.40
10612026-08-29T21:06:42.474Z Downloaded publicsuffix v2.3.0
10622026-08-29T21:06:42.477Z Downloaded proc-macro-crate v1.3.1
10632026-08-29T21:06:42.477Z Downloaded r2d2 v0.8.10
10642026-08-29T21:06:42.477Z Downloaded rustyline v14.0.0
10652026-08-29T21:06:42.480Z Downloaded yansi v1.0.1
10662026-08-29T21:06:42.484Z Downloaded dyn-clone v1.0.20
10672026-08-29T21:06:42.484Z Downloaded maplit v1.0.2
10682026-08-29T21:06:42.484Z Downloaded memoffset v0.9.1
10692026-08-29T21:06:42.484Z Downloaded pkg-config v0.3.32
10702026-08-29T21:06:42.484Z Downloaded rustls-pemfile v2.2.0
10712026-08-29T21:06:42.486Z Downloaded pkcs1 v0.7.5
10722026-08-29T21:06:42.486Z Downloaded crossbeam-epoch v0.9.18
10732026-08-29T21:06:42.489Z Downloaded tokio-util v0.7.18
10742026-08-29T21:06:42.492Z Downloaded cookie v0.18.1
10752026-08-29T21:06:42.495Z Downloaded des v0.9.0
10762026-08-29T21:06:42.495Z Downloaded serde_path_to_error v0.1.20
10772026-08-29T21:06:42.495Z Downloaded slog-stdlog v4.1.1
10782026-08-29T21:06:42.498Z Downloaded ssh-cipher v0.3.0
10792026-08-29T21:06:42.498Z Downloaded rand_pcg v0.10.2
10802026-08-29T21:06:42.498Z Downloaded crossterm v0.29.0
10812026-08-29T21:06:42.502Z Downloaded rustc_version v0.4.1
10822026-08-29T21:06:42.505Z Downloaded parse-display v0.10.0
10832026-08-29T21:06:42.505Z Downloaded sapling-renderdag v0.1.0
10842026-08-29T21:06:42.505Z Downloaded tls_codec v0.4.2
10852026-08-29T21:06:42.505Z Downloaded tokio-tungstenite v0.28.0
10862026-08-29T21:06:42.505Z Downloaded ssh-key v0.6.7
10872026-08-29T21:06:42.510Z Downloaded similar v2.7.0
10882026-08-29T21:06:42.513Z Downloaded supports-color v3.0.2
10892026-08-29T21:06:42.516Z Downloaded h2 v0.4.15
10902026-08-29T21:06:42.521Z Downloaded tinyvec v1.11.0
10912026-08-29T21:06:42.524Z Downloaded try-lock v0.2.5
10922026-08-29T21:06:42.527Z Downloaded miniz_oxide v0.8.9
10932026-08-29T21:06:42.527Z Downloaded siphasher v1.0.2
10942026-08-29T21:06:42.527Z Downloaded strum v0.27.2
10952026-08-29T21:06:42.532Z Downloaded convert_case v0.4.0
10962026-08-29T21:06:42.534Z Downloaded displaydoc v0.2.5
10972026-08-29T21:06:42.534Z Downloaded unicode_categories v0.1.1
10982026-08-29T21:06:42.537Z Downloaded illumos-nvpair v0.3.0
10992026-08-29T21:06:42.537Z Downloaded instant v0.1.13
11002026-08-29T21:06:42.538Z Downloaded jiff-core v0.1.0
11012026-08-29T21:06:42.541Z Downloaded unsafe-libyaml v0.2.11
11022026-08-29T21:06:42.543Z Downloaded kem v0.3.0
11032026-08-29T21:06:42.547Z Downloaded ingot-types v0.2.0
11042026-08-29T21:06:42.547Z Downloaded diesel_derives v2.3.7
11052026-08-29T21:06:42.550Z Downloaded ed25519-dalek v3.0.0
11062026-08-29T21:06:42.553Z Downloaded curve25519-dalek-derive v0.1.1
11072026-08-29T21:06:42.553Z Downloaded defmt-parser v1.0.0
11082026-08-29T21:06:42.553Z Downloaded downcast-rs v2.0.2
11092026-08-29T21:06:42.553Z Downloaded newtype-uuid v1.3.2
11102026-08-29T21:06:42.553Z Downloaded serde_cbor v0.11.2
11112026-08-29T21:06:42.556Z Downloaded slog-async v2.8.0
11122026-08-29T21:06:42.556Z Downloaded defmt v0.3.100
11132026-08-29T21:06:42.556Z Downloaded hubpack_derive v0.1.1
11142026-08-29T21:06:42.556Z Downloaded md-5 v0.10.6
11152026-08-29T21:06:42.559Z Downloaded md5 v0.8.0
11162026-08-29T21:06:42.559Z Downloaded oso-derive v0.27.3
11172026-08-29T21:06:42.559Z Downloaded strip-ansi-escapes v0.2.1
11182026-08-29T21:06:42.559Z Downloaded num-complex v0.4.6
11192026-08-29T21:06:42.567Z Downloaded nom v7.1.3
11202026-08-29T21:06:42.571Z Downloaded proc-macro-crate v3.4.0
11212026-08-29T21:06:42.574Z Downloaded untrusted v0.9.0
11222026-08-29T21:06:42.578Z Downloaded futures-util v0.3.32
11232026-08-29T21:06:42.585Z Downloaded zeroize v1.9.0
11242026-08-29T21:06:42.587Z Downloaded icu_collections v2.1.1
11252026-08-29T21:06:42.590Z Downloaded itertools v0.13.0
11262026-08-29T21:06:42.593Z Downloaded idna v1.1.0
11272026-08-29T21:06:42.596Z Downloaded elliptic-curve v0.13.8
11282026-08-29T21:06:42.596Z Downloaded yasna v0.5.2
11292026-08-29T21:06:42.599Z Downloaded toml_edit v0.23.10+spec-1.0.0
11302026-08-29T21:06:42.599Z Downloaded progenitor-client v0.14.0
11312026-08-29T21:06:42.601Z Downloaded unicode-bidi v0.3.18
11322026-08-29T21:06:42.601Z Downloaded darling v0.23.0
11332026-08-29T21:06:42.604Z Downloaded derive_builder_macro v0.20.2
11342026-08-29T21:06:42.604Z Downloaded convert_case v0.10.0
11352026-08-29T21:06:42.604Z Downloaded whoami v2.1.0
11362026-08-29T21:06:42.607Z Downloaded smf v0.2.3
11372026-08-29T21:06:42.607Z Downloaded thiserror-no-std v2.0.2
11382026-08-29T21:06:42.611Z Downloaded percent-encoding v2.3.2
11392026-08-29T21:06:42.611Z Downloaded ref-cast v1.0.25
11402026-08-29T21:06:42.611Z Downloaded untrusted v0.7.1
11412026-08-29T21:06:42.611Z Downloaded sync_wrapper v1.0.2
11422026-08-29T21:06:42.611Z Downloaded static_assertions v1.1.0
11432026-08-29T21:06:42.614Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11442026-08-29T21:06:42.614Z Downloaded const_format v0.2.35
11452026-08-29T21:06:42.614Z Downloaded rand v0.10.1
11462026-08-29T21:06:42.616Z Downloaded zip v0.6.6
11472026-08-29T21:06:42.619Z Downloaded hyper-rustls v0.27.7
11482026-08-29T21:06:42.622Z Downloaded postgres-protocol v0.6.10
11492026-08-29T21:06:42.626Z Downloaded keccak v0.1.6
11502026-08-29T21:06:42.626Z Downloaded cstr-argument v0.1.2
11512026-08-29T21:06:42.626Z Downloaded rand_core v0.10.0
11522026-08-29T21:06:42.628Z Downloaded scrypt v0.12.0
11532026-08-29T21:06:42.629Z Downloaded zeroize_derive v1.5.0
11542026-08-29T21:06:42.629Z Downloaded derive_more-impl v2.1.1
11552026-08-29T21:06:42.631Z Downloaded resolv-conf v0.7.6
11562026-08-29T21:06:42.634Z Downloaded sqlformat v0.3.5
11572026-08-29T21:06:42.634Z Downloaded dropshot-api-manager v0.8.0
11582026-08-29T21:06:42.637Z Downloaded samael v0.0.19
11592026-08-29T21:06:42.640Z Downloaded tiny-keccak v2.0.2
11602026-08-29T21:06:42.643Z Downloaded tungstenite v0.21.0
11612026-08-29T21:06:42.643Z Downloaded typify v0.6.2
11622026-08-29T21:06:42.647Z Downloaded serdect v0.4.3
11632026-08-29T21:06:42.647Z Downloaded whoami v1.6.1
11642026-08-29T21:06:42.647Z Downloaded lru-slab v0.1.2
11652026-08-29T21:06:42.651Z Downloaded darling_core v0.21.3
11662026-08-29T21:06:42.651Z Downloaded p384 v0.14.0
11672026-08-29T21:06:42.653Z Downloaded regex v1.12.3
11682026-08-29T21:06:42.653Z Downloaded serde_with v1.14.0
11692026-08-29T21:06:42.656Z Downloaded const-oid v0.10.2
11702026-08-29T21:06:42.659Z Downloaded ref-cast-impl v1.0.25
11712026-08-29T21:06:42.659Z Downloaded unicase v2.9.0
11722026-08-29T21:06:42.659Z Downloaded reqwest v0.13.2
11732026-08-29T21:06:42.662Z Downloaded zerovec v0.11.5
11742026-08-29T21:06:42.665Z Downloaded zerocopy v0.6.6
11752026-08-29T21:06:42.667Z Downloaded mime v0.3.17
11762026-08-29T21:06:42.667Z Downloaded oxide-generation v0.1.3
11772026-08-29T21:06:42.667Z Downloaded password-hash v0.6.1
11782026-08-29T21:06:42.670Z Downloaded pem v3.0.6
11792026-08-29T21:06:42.670Z Downloaded simd-adler32 v0.3.8
11802026-08-29T21:06:42.670Z Downloaded slab v0.4.12
11812026-08-29T21:06:42.670Z Downloaded sec1 v0.8.1
11822026-08-29T21:06:42.673Z Downloaded serde_spanned v1.1.1
11832026-08-29T21:06:42.673Z Downloaded structmeta v0.3.0
11842026-08-29T21:06:42.673Z Downloaded diesel_table_macro_syntax v0.3.0
11852026-08-29T21:06:42.673Z Downloaded unit-prefix v0.5.2
11862026-08-29T21:06:42.676Z Downloaded sha3 v0.12.0
11872026-08-29T21:06:42.679Z Downloaded libm v0.2.16
11882026-08-29T21:06:42.682Z Downloaded bitvec v1.0.1
11892026-08-29T21:06:42.690Z Downloaded vergen v9.1.0
11902026-08-29T21:06:42.692Z Downloaded iri-string v0.7.10
11912026-08-29T21:06:42.695Z Downloaded pin-project v1.1.11
11922026-08-29T21:06:42.700Z Downloaded parking_lot v0.11.2
11932026-08-29T21:06:42.703Z Downloaded tower-layer v0.3.3
11942026-08-29T21:06:42.703Z Downloaded tower-service v0.3.3
11952026-08-29T21:06:42.703Z Downloaded progenitor-macro v0.14.0
11962026-08-29T21:06:42.703Z Downloaded darling_macro v0.21.3
11972026-08-29T21:06:42.703Z Downloaded lalrpop-util v0.19.12
11982026-08-29T21:06:42.707Z Downloaded want v0.3.1
11992026-08-29T21:06:42.707Z Downloaded derive_builder_core v0.20.2
12002026-08-29T21:06:42.707Z Downloaded tower-http v0.6.8
12012026-08-29T21:06:42.710Z Downloaded rand v0.9.2
12022026-08-29T21:06:42.713Z Downloaded crossbeam-channel v0.5.15
12032026-08-29T21:06:42.716Z Downloaded new_debug_unreachable v1.0.6
12042026-08-29T21:06:42.716Z Downloaded sha2 v0.11.0
12052026-08-29T21:06:42.716Z Downloaded dtrace-parser v0.3.0
12062026-08-29T21:06:42.716Z Downloaded csv-core v0.1.13
12072026-08-29T21:06:42.719Z Downloaded git2 v0.20.4
12082026-08-29T21:06:42.722Z Downloaded lock_api v0.4.14
12092026-08-29T21:06:42.722Z Downloaded blake3 v1.8.5
12102026-08-29T21:06:42.730Z Downloaded derive_builder v0.20.2
12112026-08-29T21:06:42.732Z Downloaded port-file v0.1.0
12122026-08-29T21:06:42.732Z Downloaded trait-variant v0.1.2
12132026-08-29T21:06:42.732Z Downloaded oxide-tokio-rt v0.1.4
12142026-08-29T21:06:42.732Z Downloaded tabwriter v1.4.1
12152026-08-29T21:06:42.735Z Downloaded snafu-derive v0.8.9
12162026-08-29T21:06:42.735Z Downloaded crc-catalog v2.4.0
12172026-08-29T21:06:42.735Z Downloaded crucible-workspace-hack v0.1.0
12182026-08-29T21:06:42.735Z Downloaded darling_core v0.23.0
12192026-08-29T21:06:42.738Z Downloaded ipnet v2.12.0
12202026-08-29T21:06:42.742Z Downloaded dirs-next v2.0.0
12212026-08-29T21:06:42.742Z Downloaded num_enum_derive v0.5.11
12222026-08-29T21:06:42.742Z Downloaded indoc v1.0.9
12232026-08-29T21:06:42.742Z Downloaded strum v0.26.3
12242026-08-29T21:06:42.746Z Downloaded const_format_proc_macros v0.2.34
12252026-08-29T21:06:42.746Z Downloaded serde_repr v0.1.20
12262026-08-29T21:06:42.746Z Downloaded crossterm v0.28.1
12272026-08-29T21:06:42.750Z Downloaded typed-path v0.9.3
12282026-08-29T21:06:42.755Z Downloaded itertools v0.10.5
12292026-08-29T21:06:42.760Z Downloaded rcgen v0.12.1
12302026-08-29T21:06:42.760Z Downloaded ssh-key v0.7.0-rc.11
12312026-08-29T21:06:42.764Z Downloaded ignore v0.4.25
12322026-08-29T21:06:42.764Z Downloaded spki v0.7.3
12332026-08-29T21:06:42.767Z Downloaded tokio-macros v2.7.0
12342026-08-29T21:06:42.767Z Downloaded toml v0.7.8
12352026-08-29T21:06:42.767Z Downloaded unicode-xid v0.2.6
12362026-08-29T21:06:42.769Z Downloaded pin-project-internal v1.1.11
12372026-08-29T21:06:42.769Z Downloaded petname v2.0.2
12382026-08-29T21:06:42.772Z Downloaded pkcs8 v0.11.0
12392026-08-29T21:06:42.775Z Downloaded salsa20 v0.11.0
12402026-08-29T21:06:42.775Z Downloaded ron v0.8.1
12412026-08-29T21:06:42.778Z Downloaded bindgen v0.71.1
12422026-08-29T21:06:42.781Z Downloaded ecdsa v0.17.0
12432026-08-29T21:06:42.784Z Downloaded tokio-rustls v0.26.4
12442026-08-29T21:06:42.784Z Downloaded inout v0.1.4
12452026-08-29T21:06:42.789Z Downloaded progenitor v0.14.0
12462026-08-29T21:06:42.789Z Downloaded rand_core v0.6.4
12472026-08-29T21:06:42.789Z Downloaded chrono v0.4.45
12482026-08-29T21:06:42.791Z Downloaded p256 v0.14.0
12492026-08-29T21:06:42.794Z Downloaded slog-scope v4.4.1
12502026-08-29T21:06:42.794Z Downloaded x509-cert v0.2.5
12512026-08-29T21:06:42.797Z Downloaded ml-kem v0.3.2
12522026-08-29T21:06:42.799Z Downloaded crc-any v2.5.0
12532026-08-29T21:06:42.799Z Downloaded drift v0.2.0
12542026-08-29T21:06:42.805Z Downloaded num_enum v0.5.11
12552026-08-29T21:06:42.809Z Downloaded slog-json v2.6.1
12562026-08-29T21:06:42.809Z Downloaded usdt-impl v0.6.0
12572026-08-29T21:06:42.813Z Downloaded vergen-git2 v9.1.0
12582026-08-29T21:06:42.813Z Downloaded internal-russh-num-bigint v0.5.0
12592026-08-29T21:06:42.816Z Downloaded goblin v0.10.5
12602026-08-29T21:06:42.820Z Downloaded radix_trie v0.2.1
12612026-08-29T21:06:42.822Z Downloaded term v0.7.0
12622026-08-29T21:06:42.825Z Downloaded itertools v0.12.1
12632026-08-29T21:06:42.828Z Downloaded test-strategy v0.4.5
12642026-08-29T21:06:42.831Z Downloaded rustls-pki-types v1.14.0
12652026-08-29T21:06:42.831Z Downloaded litrs v1.0.0
12662026-08-29T21:06:42.835Z Downloaded libbz2-rs-sys v0.2.2
12672026-08-29T21:06:42.835Z Downloaded quinn-proto v0.11.16
12682026-08-29T21:06:42.838Z Downloaded aws-lc-rs v1.16.3
12692026-08-29T21:06:42.843Z Downloaded darling v0.21.3
12702026-08-29T21:06:42.846Z Downloaded papergrid v0.18.0
12712026-08-29T21:06:42.849Z Downloaded lalrpop v0.19.12
12722026-08-29T21:06:42.855Z Downloaded rayon v1.11.0
12732026-08-29T21:06:42.864Z Downloaded tabled v0.21.0
12742026-08-29T21:06:42.871Z Downloaded rawzip v0.4.4
12752026-08-29T21:06:42.875Z Downloaded num-bigint v0.4.6
12762026-08-29T21:06:42.877Z Downloaded tower v0.5.3
12772026-08-29T21:06:42.884Z Downloaded icu_locale_core v2.1.1
12782026-08-29T21:06:42.887Z Downloaded zerocopy-derive v0.8.55
12792026-08-29T21:06:42.892Z Downloaded winnow v1.0.3
12802026-08-29T21:06:42.900Z Downloaded qorb v0.4.1
12812026-08-29T21:06:42.904Z Downloaded moka v0.12.13
12822026-08-29T21:06:42.907Z Downloaded smoltcp v0.9.1
12832026-08-29T21:06:42.912Z Downloaded winnow v0.6.26
12842026-08-29T21:06:42.917Z Downloaded indicatif v0.18.4
12852026-08-29T21:06:42.920Z Downloaded hyper-util v0.1.20
12862026-08-29T21:06:42.923Z Downloaded serde_yaml v0.9.34+deprecated
12872026-08-29T21:06:42.926Z Downloaded gimli v0.32.3
12882026-08-29T21:06:42.930Z Downloaded progenitor-impl v0.13.0
12892026-08-29T21:06:42.933Z Downloaded der v0.8.0
12902026-08-29T21:06:42.936Z Downloaded icu_normalizer_data v2.1.1
12912026-08-29T21:06:42.936Z Downloaded crypto-bigint v0.5.5
12922026-08-29T21:06:42.939Z Downloaded serde_with v3.21.0
12932026-08-29T21:06:42.947Z Downloaded icu_properties_data v2.1.2
12942026-08-29T21:06:42.954Z Downloaded schemars v1.2.1
12952026-08-29T21:06:42.962Z Downloaded p521 v0.14.0
12962026-08-29T21:06:42.965Z Downloaded polar-core v0.27.3
12972026-08-29T21:06:42.969Z Downloaded syn v3.0.3
12982026-08-29T21:06:42.976Z Downloaded smoltcp v0.11.0
12992026-08-29T21:06:42.984Z Downloaded vcpkg v0.2.15
13002026-08-29T21:06:43.008Z Downloaded crypto-bigint v0.7.5
13012026-08-29T21:06:43.018Z Downloaded zip v4.6.1
13022026-08-29T21:06:43.022Z Downloaded iddqd v0.4.2
13032026-08-29T21:06:43.026Z Downloaded num-bigint-dig v0.8.6
13042026-08-29T21:06:43.028Z Downloaded portable-atomic v1.13.1
13052026-08-29T21:06:43.034Z Downloaded itertools v0.14.0
13062026-08-29T21:06:43.037Z Downloaded mio v1.2.0
13072026-08-29T21:06:43.040Z Downloaded libxml v0.3.3
13082026-08-29T21:06:43.044Z Downloaded hickory-proto v0.24.4
13092026-08-29T21:06:43.053Z Downloaded crypto-primes v0.7.2
13102026-08-29T21:06:43.056Z Downloaded time v0.3.47
13112026-08-29T21:06:43.064Z Downloaded regex-syntax v0.6.29
13122026-08-29T21:06:43.068Z Downloaded nix v0.28.0
13132026-08-29T21:06:43.076Z Downloaded zlib-rs v0.6.2
13142026-08-29T21:06:43.079Z Downloaded salty v0.3.0
13152026-08-29T21:06:43.082Z Downloaded p521 v0.13.3
13162026-08-29T21:06:43.085Z Downloaded hyper v1.10.1
13172026-08-29T21:06:43.089Z Downloaded quick-xml v0.37.5
13182026-08-29T21:06:43.093Z Downloaded hickory-proto v0.25.2
13192026-08-29T21:06:43.102Z Downloaded bstr v1.12.1
13202026-08-29T21:06:43.107Z Downloaded proptest v1.11.0
13212026-08-29T21:06:43.113Z Downloaded itertools v0.15.0
13222026-08-29T21:06:43.117Z Downloaded dashu-int v0.5.1
13232026-08-29T21:06:43.123Z Downloaded dropshot v0.17.1
13242026-08-29T21:06:43.137Z Downloaded rustix v0.38.44
13252026-08-29T21:06:43.150Z Downloaded zerocopy v0.8.55
13262026-08-29T21:06:43.162Z Downloaded curve25519-dalek v4.1.3
13272026-08-29T21:06:43.167Z Downloaded nix v0.27.1
13282026-08-29T21:06:43.173Z Downloaded tracing v0.1.44
13292026-08-29T21:06:43.186Z Downloaded sqlparser v0.61.0
13302026-08-29T21:06:43.192Z Downloaded zerocopy-derive v0.6.6
13312026-08-29T21:06:43.199Z Downloaded sha3 v0.11.0
13322026-08-29T21:06:43.201Z Downloaded ratatui v0.29.0
13332026-08-29T21:06:43.212Z Downloaded typify-impl v0.6.2
13342026-08-29T21:06:43.221Z Downloaded sled v0.34.7
13352026-08-29T21:06:43.227Z Downloaded diesel v2.3.7
13362026-08-29T21:06:43.238Z Downloaded openssl v0.10.80
13372026-08-29T21:06:43.244Z Downloaded object v0.30.4
13382026-08-29T21:06:43.250Z Downloaded regress v0.11.1
13392026-08-29T21:06:43.254Z Downloaded encoding_rs v0.8.35
13402026-08-29T21:06:43.267Z Downloaded russh v0.62.4
13412026-08-29T21:06:43.272Z Downloaded openapiv3 v2.2.0
13422026-08-29T21:06:43.279Z Downloaded nix v0.31.2
13432026-08-29T21:06:43.285Z Downloaded curve25519-dalek v5.0.0
13442026-08-29T21:06:43.291Z Downloaded object v0.37.3
13452026-08-29T21:06:43.298Z Downloaded regress v0.10.5
13462026-08-29T21:06:43.323Z Downloaded regex-syntax v0.8.10
13472026-08-29T21:06:43.342Z Downloaded rustls v0.23.41
13482026-08-29T21:06:43.411Z Downloaded bzip2-sys v0.1.13+1.0.8
13492026-08-29T21:06:43.498Z Downloaded regex-automata v0.4.14
13502026-08-29T21:06:43.521Z Downloaded chrono-tz v0.10.4
13512026-08-29T21:06:43.576Z Downloaded jiff v0.2.34
13522026-08-29T21:06:43.599Z Downloaded petgraph v0.6.5
13532026-08-29T21:06:43.609Z Downloaded csv v1.4.0
13542026-08-29T21:06:43.620Z Downloaded petgraph v0.8.3
13552026-08-29T21:06:43.632Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13562026-08-29T21:06:43.666Z Downloaded libz-sys v1.1.24
13572026-08-29T21:06:43.677Z Downloaded sha3 v0.10.8
13582026-08-29T21:06:43.688Z Downloaded tokio v1.52.1
13592026-08-29T21:06:43.787Z Downloaded ring v0.17.14
13602026-08-29T21:06:43.871Z Downloaded libgit2-sys v0.18.3+1.9.2
13612026-08-29T21:06:44.368Z Downloaded dsi-bitstream v0.10.1
13622026-08-29T21:06:44.566Z Downloaded aws-lc-sys v0.40.0
13632026-08-29T21:06:44.829Z Compiling serde_core v1.0.228
13642026-08-29T21:06:44.829Z Compiling libc v0.2.185
13652026-08-29T21:06:44.833Z Compiling serde v1.0.228
13662026-08-29T21:06:44.833Z Compiling smallvec v1.15.1
13672026-08-29T21:06:44.834Z Compiling log v0.4.33
13682026-08-29T21:06:44.991Z Compiling subtle v2.6.1
13692026-08-29T21:06:45.010Z Compiling syn v2.0.117
13702026-08-29T21:06:45.020Z Compiling zerocopy v0.8.55
13712026-08-29T21:06:45.180Z Compiling typenum v1.20.1
13722026-08-29T21:06:45.195Z Compiling find-msvc-tools v0.1.9
13732026-08-29T21:06:45.209Z Compiling shlex v1.3.0
13742026-08-29T21:06:45.310Z Compiling scopeguard v1.2.0
13752026-08-29T21:06:45.407Z Compiling lock_api v0.4.14
13762026-08-29T21:06:45.422Z Compiling portable-atomic v1.13.1
13772026-08-29T21:06:45.462Z Compiling critical-section v1.2.0
13782026-08-29T21:06:45.484Z Compiling stable_deref_trait v1.2.1
13792026-08-29T21:06:45.560Z Compiling generic-array v0.14.7
13802026-08-29T21:06:45.573Z Compiling const-oid v0.9.6
13812026-08-29T21:06:45.660Z Compiling serde_json v1.0.151
13822026-08-29T21:06:45.806Z Compiling errno v0.3.14
13832026-08-29T21:06:45.854Z Compiling jobserver v0.1.34
13842026-08-29T21:06:45.872Z Compiling getrandom v0.2.17
13852026-08-29T21:06:45.991Z Compiling libm v0.2.16
13862026-08-29T21:06:46.010Z Compiling rand_core v0.6.4
13872026-08-29T21:06:46.104Z Compiling cc v1.2.56
13882026-08-29T21:06:46.234Z Compiling num-traits v0.2.19
13892026-08-29T21:06:46.295Z Compiling allocator-api2 v0.2.21
13902026-08-29T21:06:46.326Z Compiling percent-encoding v2.3.2
13912026-08-29T21:06:46.424Z Compiling once_cell v1.21.3
13922026-08-29T21:06:46.516Z Compiling parking_lot_core v0.9.12
13932026-08-29T21:06:46.628Z Compiling litemap v0.8.1
13942026-08-29T21:06:46.642Z Compiling pin-project-lite v0.2.17
13952026-08-29T21:06:46.657Z Compiling writeable v0.6.2
13962026-08-29T21:06:46.744Z Compiling icu_normalizer_data v2.1.1
13972026-08-29T21:06:46.778Z Compiling getrandom v0.4.3
13982026-08-29T21:06:46.822Z Compiling icu_properties_data v2.1.2
13992026-08-29T21:06:46.854Z Compiling getrandom v0.3.4
14002026-08-29T21:06:47.033Z Compiling signal-hook-registry v1.4.8
14012026-08-29T21:06:47.128Z Compiling bitflags v2.11.0
14022026-08-29T21:06:47.305Z Compiling semver v1.0.28
14032026-08-29T21:06:47.372Z Compiling rustix v1.1.4
14042026-08-29T21:06:47.437Z Compiling rand_core v0.10.0
14052026-08-29T21:06:47.614Z Compiling parking_lot v0.12.5
14062026-08-29T21:06:47.789Z Compiling mio v1.2.0
14072026-08-29T21:06:47.804Z Compiling futures-core v0.3.32
14082026-08-29T21:06:47.819Z Compiling pkg-config v0.3.32
14092026-08-29T21:06:47.844Z Compiling synstructure v0.13.2
14102026-08-29T21:06:47.954Z Compiling socket2 v0.6.3
14112026-08-29T21:06:47.975Z Compiling utf8_iter v1.0.4
14122026-08-29T21:06:48.124Z Compiling base64ct v1.8.3
14132026-08-29T21:06:48.245Z Compiling form_urlencoded v1.2.2
14142026-08-29T21:06:48.306Z Compiling flagset v0.4.7
14152026-08-29T21:06:48.343Z Compiling foldhash v0.2.0
14162026-08-29T21:06:48.346Z Compiling futures-sink v0.3.32
14172026-08-29T21:06:48.427Z Compiling pem-rfc7468 v0.7.0
14182026-08-29T21:06:48.479Z Compiling rustversion v1.0.22
14192026-08-29T21:06:48.493Z Compiling slab v0.4.12
14202026-08-29T21:06:48.508Z Compiling futures-channel v0.3.32
14212026-08-29T21:06:48.522Z Compiling futures-task v0.3.32
14222026-08-29T21:06:48.635Z Compiling hashbrown v0.17.0
14232026-08-29T21:06:48.671Z Compiling futures-io v0.3.32
14242026-08-29T21:06:48.693Z Compiling base64 v0.22.1
14252026-08-29T21:06:48.737Z Compiling iana-time-zone v0.1.65
14262026-08-29T21:06:48.751Z Compiling cpufeatures v0.2.17
14272026-08-29T21:06:48.830Z Compiling ident_case v1.0.1
14282026-08-29T21:06:48.833Z Compiling uuid v1.23.4
14292026-08-29T21:06:48.939Z Compiling simd-adler32 v0.3.8
14302026-08-29T21:06:48.959Z Compiling rustc_version v0.4.1
14312026-08-29T21:06:49.022Z Compiling terminal_size v0.4.3
14322026-08-29T21:06:49.164Z Compiling adler2 v2.0.1
14332026-08-29T21:06:49.190Z Compiling indexmap v2.14.0
14342026-08-29T21:06:49.249Z Compiling syn v1.0.109
14352026-08-29T21:06:49.277Z Compiling miniz_oxide v0.8.9
14362026-08-29T21:06:49.294Z Compiling serde_derive_internals v0.29.1
14372026-08-29T21:06:49.311Z Compiling cmake v0.1.57
14382026-08-29T21:06:49.448Z Compiling spin v0.9.8
14392026-08-29T21:06:49.531Z Compiling ahash v0.8.12
14402026-08-29T21:06:49.569Z Compiling serde_derive v1.0.228
14412026-08-29T21:06:49.602Z Compiling zeroize_derive v1.5.0
14422026-08-29T21:06:49.655Z Compiling zerocopy-derive v0.8.55
14432026-08-29T21:06:49.705Z Compiling zerofrom-derive v0.1.6
14442026-08-29T21:06:49.733Z Compiling yoke-derive v0.8.1
14452026-08-29T21:06:49.853Z Compiling zerovec-derive v0.11.2
14462026-08-29T21:06:49.888Z Compiling displaydoc v0.2.5
14472026-08-29T21:06:50.181Z Compiling thiserror-impl v2.0.18
14482026-08-29T21:06:50.260Z Compiling tokio-macros v2.7.0
14492026-08-29T21:06:50.640Z Compiling der_derive v0.7.3
14502026-08-29T21:06:50.933Z Compiling futures-macro v0.3.32
14512026-08-29T21:06:50.970Z Compiling thiserror-impl v1.0.69
14522026-08-29T21:06:50.992Z Compiling dyn-clone v1.0.20
14532026-08-29T21:06:51.113Z Compiling zerofrom v0.1.6
14542026-08-29T21:06:51.130Z Compiling fs_extra v1.3.0
14552026-08-29T21:06:51.239Z Compiling yoke v0.8.1
14562026-08-29T21:06:51.392Z Compiling zerovec v0.11.5
14572026-08-29T21:06:51.422Z Compiling zerotrie v0.2.3
14582026-08-29T21:06:51.516Z Compiling thiserror v2.0.18
14592026-08-29T21:06:51.611Z Compiling dunce v1.0.5
14602026-08-29T21:06:51.626Z Compiling schemars v0.8.22
14612026-08-29T21:06:51.710Z Compiling aws-lc-sys v0.40.0
14622026-08-29T21:06:51.725Z Compiling schemars_derive v0.8.22
14632026-08-29T21:06:51.739Z Compiling futures-util v0.3.32
14642026-08-29T21:06:51.839Z Compiling tinystr v0.8.2
14652026-08-29T21:06:51.897Z Compiling potential_utf v0.1.4
14662026-08-29T21:06:52.042Z Compiling icu_locale_core v2.1.1
14672026-08-29T21:06:52.060Z Compiling icu_collections v2.1.1
14682026-08-29T21:06:52.210Z Compiling thiserror v1.0.69
14692026-08-29T21:06:52.543Z Compiling tracing-attributes v0.1.31
14702026-08-29T21:06:52.926Z Compiling icu_provider v2.1.1
14712026-08-29T21:06:52.956Z Compiling zeroize v1.9.0
14722026-08-29T21:06:53.031Z Compiling bytes v1.11.1
14732026-08-29T21:06:53.216Z Compiling icu_properties v2.1.2
14742026-08-29T21:06:53.699Z Compiling icu_normalizer v2.1.1
14752026-08-29T21:06:53.812Z Compiling crypto-common v0.1.7
14762026-08-29T21:06:53.903Z Compiling block-buffer v0.10.4
14772026-08-29T21:06:53.966Z Compiling tokio v1.52.1
14782026-08-29T21:06:54.023Z Compiling ppv-lite86 v0.2.21
14792026-08-29T21:06:54.084Z Compiling digest v0.10.7
14802026-08-29T21:06:54.200Z Compiling idna_adapter v1.2.1
14812026-08-29T21:06:54.247Z Compiling der v0.7.10
14822026-08-29T21:06:54.336Z Compiling idna v1.1.0
14832026-08-29T21:06:54.339Z Compiling chrono v0.4.45
14842026-08-29T21:06:54.365Z Compiling ipnet v2.12.0
14852026-08-29T21:06:54.378Z Compiling rand_chacha v0.3.1
14862026-08-29T21:06:54.859Z Compiling url v2.5.8
14872026-08-29T21:06:54.984Z Compiling hmac v0.12.1
14882026-08-29T21:06:55.151Z Compiling spki v0.7.3
14892026-08-29T21:06:55.167Z Compiling sha2 v0.10.9
14902026-08-29T21:06:55.363Z Compiling pkcs8 v0.10.2
14912026-08-29T21:06:55.460Z Compiling rand v0.8.6
14922026-08-29T21:06:55.624Z Compiling signature v2.2.0
14932026-08-29T21:06:55.659Z Compiling hex v0.4.3
14942026-08-29T21:06:55.735Z Compiling rand_core v0.9.5
14952026-08-29T21:06:55.813Z Compiling tracing-core v0.1.36
14962026-08-29T21:06:55.927Z Compiling regex-syntax v0.8.10
14972026-08-29T21:06:56.010Z Compiling clap_builder v4.6.0
14982026-08-29T21:06:56.271Z Compiling tracing v0.1.44
14992026-08-29T21:06:56.287Z Compiling pest_generator v2.8.6
15002026-08-29T21:06:56.539Z Compiling clap_derive v4.6.1
15012026-08-29T21:06:56.700Z Compiling tinyvec_macros v0.1.1
15022026-08-29T21:06:56.773Z Compiling tinyvec v1.11.0
15032026-08-29T21:06:56.974Z Compiling pest_derive v2.8.6
15042026-08-29T21:06:57.114Z Compiling rand_chacha v0.9.0
15052026-08-29T21:06:57.418Z Compiling http v1.4.2
15062026-08-29T21:06:57.654Z Compiling num-integer v0.1.46
15072026-08-29T21:06:57.806Z Compiling tokio-util v0.7.18
15082026-08-29T21:06:57.980Z Compiling num-bigint-dig v0.8.6
15092026-08-29T21:06:58.180Z Compiling aws-lc-rs v1.16.3
15102026-08-29T21:06:58.203Z Compiling anyhow v1.0.104
15112026-08-29T21:06:58.257Z Compiling clap v4.6.1
15122026-08-29T21:06:58.314Z Compiling vcpkg v0.2.15
15132026-08-29T21:06:58.338Z Compiling object v0.37.3
15142026-08-29T21:06:58.475Z Compiling tempfile v3.27.0
15152026-08-29T21:06:58.697Z Compiling num-iter v0.1.45
15162026-08-29T21:06:58.762Z Compiling rand v0.9.2
15172026-08-29T21:06:58.820Z Compiling rustls-pki-types v1.14.0
15182026-08-29T21:06:58.841Z Compiling lazy_static v1.5.0
15192026-08-29T21:06:58.870Z Compiling ff v0.13.1
15202026-08-29T21:06:58.936Z Compiling gimli v0.32.3
15212026-08-29T21:06:58.976Z Compiling base16ct v0.2.0
15222026-08-29T21:06:59.006Z Compiling group v0.13.0
15232026-08-29T21:06:59.029Z Compiling openssl-sys v0.9.117
15242026-08-29T21:06:59.149Z Compiling sec1 v0.7.3
15252026-08-29T21:06:59.513Z Compiling http-body v1.0.1
15262026-08-29T21:06:59.610Z Compiling pkcs1 v0.7.5
15272026-08-29T21:06:59.624Z Compiling x509-cert v0.2.5
15282026-08-29T21:06:59.664Z Compiling hkdf v0.12.4
15292026-08-29T21:06:59.680Z Compiling crypto-bigint v0.5.5
15302026-08-29T21:06:59.828Z Compiling crossbeam-utils v0.8.21
15312026-08-29T21:06:59.985Z Compiling crc32fast v1.5.0
15322026-08-29T21:07:00.107Z Compiling untrusted v0.7.1
15332026-08-29T21:07:00.230Z Compiling rustc-demangle v0.1.27
15342026-08-29T21:07:00.245Z Compiling owo-colors v4.3.0
15352026-08-29T21:07:00.545Z Compiling openssl-probe v0.2.1
15362026-08-29T21:07:00.605Z Compiling addr2line v0.25.1
15372026-08-29T21:07:00.717Z Compiling cmov v0.5.4
15382026-08-29T21:07:00.810Z Compiling httparse v1.10.1
15392026-08-29T21:07:00.919Z Compiling ctutils v0.4.2
15402026-08-29T21:07:00.935Z Compiling elliptic-curve v0.13.8
15412026-08-29T21:07:01.193Z Compiling rsa v0.9.10
15422026-08-29T21:07:01.225Z Compiling camino v1.2.5
15432026-08-29T21:07:01.228Z Compiling scroll_derive v0.12.1
15442026-08-29T21:07:01.329Z Compiling async-trait v0.1.89
15452026-08-29T21:07:01.601Z Compiling curve25519-dalek v4.1.3
15462026-08-29T21:07:01.742Z Compiling darling_core v0.23.0
15472026-08-29T21:07:01.889Z Compiling backtrace v0.3.76
15482026-08-29T21:07:01.925Z Compiling proc-macro-error-attr2 v2.0.0
15492026-08-29T21:07:02.142Z Compiling aho-corasick v1.1.4
15502026-08-29T21:07:02.309Z Compiling untrusted v0.9.0
15512026-08-29T21:07:02.326Z Compiling rustls v0.23.41
15522026-08-29T21:07:02.430Z Compiling tower-service v0.3.3
15532026-08-29T21:07:02.493Z Compiling is_ci v1.2.0
15542026-08-29T21:07:02.569Z Compiling atomic-waker v1.1.2
15552026-08-29T21:07:02.628Z Compiling try-lock v0.2.5
15562026-08-29T21:07:02.652Z Compiling radium v0.7.0
15572026-08-29T21:07:02.738Z Compiling tower-layer v0.3.3
15582026-08-29T21:07:02.911Z Compiling textwrap v0.16.2
15592026-08-29T21:07:02.928Z Compiling regex-automata v0.4.14
15602026-08-29T21:07:03.023Z Compiling want v0.3.1
15612026-08-29T21:07:03.190Z Compiling h2 v0.4.15
15622026-08-29T21:07:03.356Z Compiling supports-color v3.0.2
15632026-08-29T21:07:03.530Z Compiling proc-macro-error2 v2.0.1
15642026-08-29T21:07:03.844Z Compiling backtrace-ext v0.2.1
15652026-08-29T21:07:03.934Z Compiling scroll v0.12.0
15662026-08-29T21:07:04.234Z Compiling darling_macro v0.23.0
15672026-08-29T21:07:04.383Z Compiling hybrid-array v0.4.13
15682026-08-29T21:07:04.514Z Compiling hashbrown v0.14.5
15692026-08-29T21:07:04.645Z Compiling rfc6979 v0.4.0
15702026-08-29T21:07:04.721Z Compiling toml_datetime v0.6.11
15712026-08-29T21:07:04.770Z Compiling serde_tokenstream v0.2.3
15722026-08-29T21:07:04.901Z Compiling serde_spanned v0.6.9
15732026-08-29T21:07:04.967Z Compiling zerocopy-derive v0.7.35
15742026-08-29T21:07:05.042Z Compiling curve25519-dalek-derive v0.1.1
15752026-08-29T21:07:05.058Z Compiling scroll_derive v0.13.1
15762026-08-29T21:07:05.077Z Compiling miette-derive v7.6.0
15772026-08-29T21:07:05.139Z Compiling slog v2.8.2
15782026-08-29T21:07:05.323Z Compiling darling_core v0.20.11
15792026-08-29T21:07:05.669Z Compiling time-core v0.1.8
15802026-08-29T21:07:05.820Z Compiling num-conv v0.2.0
15812026-08-29T21:07:05.824Z Compiling supports-unicode v3.0.0
15822026-08-29T21:07:05.849Z Compiling tap v1.0.1
15832026-08-29T21:07:05.951Z Compiling keccak v0.1.6
15842026-08-29T21:07:05.965Z Compiling maybe-uninit v2.0.0
15852026-08-29T21:07:05.978Z Compiling powerfmt v0.2.0
15862026-08-29T21:07:06.182Z Compiling httpdate v1.0.3
15872026-08-29T21:07:06.203Z Compiling supports-hyperlinks v3.2.0
15882026-08-29T21:07:06.230Z Compiling openssl v0.10.80
15892026-08-29T21:07:06.352Z Compiling foreign-types-shared v0.1.1
15902026-08-29T21:07:06.409Z Compiling hyper v1.10.1
15912026-08-29T21:07:06.439Z Compiling foreign-types v0.3.2
15922026-08-29T21:07:06.473Z Compiling miette v7.6.0
15932026-08-29T21:07:06.558Z Compiling deranged v0.5.8
15942026-08-29T21:07:06.671Z Compiling sha3 v0.10.8
15952026-08-29T21:07:06.993Z Compiling time-macros v0.2.27
15962026-08-29T21:07:07.128Z Compiling wyz v0.5.1
15972026-08-29T21:07:07.318Z Compiling scroll v0.13.0
15982026-08-29T21:07:07.333Z Compiling zerocopy v0.7.35
15992026-08-29T21:07:07.556Z Compiling darling_macro v0.20.11
16002026-08-29T21:07:07.605Z Compiling chumsky v0.9.3
16012026-08-29T21:07:07.620Z Compiling ecdsa v0.16.9
16022026-08-29T21:07:07.876Z Compiling darling v0.23.0
16032026-08-29T21:07:07.961Z Compiling goblin v0.8.2
16042026-08-29T21:07:07.975Z Compiling knus-derive v3.4.0
16052026-08-29T21:07:08.023Z Compiling primeorder v0.13.6
16062026-08-29T21:07:08.195Z Compiling unicode-normalization v0.1.25
16072026-08-29T21:07:08.270Z Compiling hubpack_derive v0.1.1
16082026-08-29T21:07:08.446Z Compiling ed25519 v2.2.3
16092026-08-29T21:07:08.709Z Compiling half v2.7.1
16102026-08-29T21:07:08.770Z Compiling erased-serde v0.3.31
16112026-08-29T21:07:08.833Z Compiling openssl-macros v0.1.1
16122026-08-29T21:07:09.008Z Compiling bzip2-sys v0.1.13+1.0.8
16132026-08-29T21:07:09.241Z Compiling zstd-sys v2.0.16+zstd.1.5.7
16142026-08-29T21:07:09.267Z Compiling wait-timeout v0.2.1
16152026-08-29T21:07:09.285Z Compiling env_filter v2.0.0
16162026-08-29T21:07:09.340Z Compiling num_threads v0.1.7
16172026-08-29T21:07:09.443Z Compiling quick-error v1.2.3
16182026-08-29T21:07:09.468Z Compiling packed_struct v0.10.1
16192026-08-29T21:07:09.532Z Compiling ciborium-io v0.2.2
16202026-08-29T21:07:09.549Z Compiling funty v2.0.0
16212026-08-29T21:07:09.576Z Compiling native-tls v0.2.18
16222026-08-29T21:07:09.622Z Compiling bit-vec v0.8.0
16232026-08-29T21:07:09.723Z Compiling ciborium-ll v0.2.2
16242026-08-29T21:07:09.794Z Compiling rusty-fork v0.3.1
16252026-08-29T21:07:09.849Z Compiling bit-set v0.8.0
16262026-08-29T21:07:09.928Z Compiling bitvec v1.0.1
16272026-08-29T21:07:10.011Z Compiling knus v3.4.0
16282026-08-29T21:07:10.094Z Compiling env_logger v0.11.11
16292026-08-29T21:07:10.110Z Compiling time v0.3.47
16302026-08-29T21:07:10.433Z Compiling dof v0.3.0
16312026-08-29T21:07:11.309Z Compiling hubpack v0.1.2
16322026-08-29T21:07:11.350Z Compiling ed25519-dalek v2.2.0
16332026-08-29T21:07:11.443Z Compiling p384 v0.13.1
16342026-08-29T21:07:11.493Z Compiling darling v0.20.11
16352026-08-29T21:07:11.514Z Compiling serde_with_macros v3.21.0
16362026-08-29T21:07:11.572Z Compiling goblin v0.10.5
16372026-08-29T21:07:11.630Z Compiling hyper-util v0.1.20
16382026-08-29T21:07:11.929Z Compiling dtrace-parser v0.2.0
16392026-08-29T21:07:11.968Z Compiling packed_struct_codegen v0.10.1
16402026-08-29T21:07:12.623Z Compiling rand_xorshift v0.4.0
16412026-08-29T21:07:12.653Z Compiling sha1 v0.10.6
16422026-08-29T21:07:12.795Z Compiling bitfield-macros v0.19.4
16432026-08-29T21:07:12.874Z Compiling strum_macros v0.26.4
16442026-08-29T21:07:13.012Z Compiling zerocopy-derive v0.6.6
16452026-08-29T21:07:13.332Z Compiling sync_wrapper v1.0.2
16462026-08-29T21:07:13.473Z Compiling thread-id v4.2.2
16472026-08-29T21:07:13.522Z Compiling indexmap v1.9.3
16482026-08-29T21:07:13.559Z Compiling unarray v0.1.4
16492026-08-29T21:07:13.671Z Compiling nodrop v0.1.14
16502026-08-29T21:07:13.707Z Compiling crc-catalog v2.4.0
16512026-08-29T21:07:13.765Z Compiling unicode-segmentation v1.12.0
16522026-08-29T21:07:13.800Z Compiling zlib-rs v0.6.2
16532026-08-29T21:07:13.827Z Compiling siphasher v1.0.2
16542026-08-29T21:07:13.878Z Compiling paste v1.0.15
16552026-08-29T21:07:14.012Z Compiling usdt-impl v0.6.0
16562026-08-29T21:07:14.137Z Compiling salty v0.3.0
16572026-08-29T21:07:14.198Z Compiling zerocopy v0.6.6
16582026-08-29T21:07:14.233Z Compiling crc v3.4.0
16592026-08-29T21:07:14.377Z Compiling dof v0.4.0
16602026-08-29T21:07:14.423Z Compiling array-init v0.0.4
16612026-08-29T21:07:14.540Z Compiling proptest v1.11.0
16622026-08-29T21:07:14.617Z Compiling strum v0.26.3
16632026-08-29T21:07:14.744Z Compiling usdt-impl v0.5.0
16642026-08-29T21:07:14.762Z Compiling bitfield v0.19.4
16652026-08-29T21:07:15.046Z Compiling tower v0.5.3
16662026-08-29T21:07:15.522Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
16672026-08-29T21:07:15.604Z Compiling serde_with v3.21.0
16682026-08-29T21:07:15.774Z Compiling smallvec v0.6.14
16692026-08-29T21:07:15.973Z Compiling derive_builder_core v0.20.2
16702026-08-29T21:07:16.234Z Compiling ciborium v0.2.2
16712026-08-29T21:07:16.762Z Compiling flate2 v1.1.9
16722026-08-29T21:07:16.779Z Compiling http-body-util v0.1.3
16732026-08-29T21:07:16.783Z Compiling dtrace-parser v0.3.0
16742026-08-29T21:07:16.983Z Compiling ipnetwork v0.21.1
16752026-08-29T21:07:17.021Z Compiling enum-as-inner v0.6.1
16762026-08-29T21:07:17.152Z Compiling structmeta-derive v0.3.0
16772026-08-29T21:07:17.344Z Compiling heapless v0.7.17
16782026-08-29T21:07:17.365Z Compiling thread-id v5.1.0
16792026-08-29T21:07:17.452Z Compiling syn v3.0.3
16802026-08-29T21:07:17.509Z Compiling cookie v0.18.1
16812026-08-29T21:07:17.512Z Compiling zstd-safe v7.2.4
16822026-08-29T21:07:17.577Z Compiling base64 v0.21.7
16832026-08-29T21:07:17.702Z Compiling unicode-bidi v0.3.18
16842026-08-29T21:07:17.705Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
16852026-08-29T21:07:17.890Z Compiling winnow v0.5.40
16862026-08-29T21:07:17.906Z Compiling signal-hook v0.3.18
16872026-08-29T21:07:18.076Z Compiling ryu v1.0.23
16882026-08-29T21:07:18.206Z Compiling iri-string v0.7.10
16892026-08-29T21:07:18.231Z Compiling rayon-core v1.13.0
16902026-08-29T21:07:18.256Z Compiling data-encoding v2.10.0
16912026-08-29T21:07:18.466Z Compiling hashbrown v0.12.3
16922026-08-29T21:07:18.945Z Compiling unicode-properties v0.1.4
16932026-08-29T21:07:19.030Z Compiling static_assertions v1.1.0
16942026-08-29T21:07:19.164Z Compiling stringprep v0.1.5
16952026-08-29T21:07:19.357Z Compiling toml_edit v0.19.15
16962026-08-29T21:07:19.472Z Compiling tower-http v0.6.8
16972026-08-29T21:07:19.623Z Compiling structmeta v0.3.0
16982026-08-29T21:07:19.764Z Compiling serde_urlencoded v0.7.1
16992026-08-29T21:07:19.881Z Compiling ron v0.8.1
17002026-08-29T21:07:20.022Z Compiling oxnet v0.1.6
17012026-08-29T21:07:20.147Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17022026-08-29T21:07:20.450Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17032026-08-29T21:07:20.571Z Compiling newtype-uuid v1.3.2
17042026-08-29T21:07:20.787Z Compiling derive_builder_macro v0.20.2
17052026-08-29T21:07:20.895Z Compiling daft-derive v0.1.8
17062026-08-29T21:07:20.910Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17072026-08-29T21:07:21.100Z Compiling bzip2 v0.4.4
17082026-08-29T21:07:21.308Z Compiling serde-hex v0.1.0
17092026-08-29T21:07:21.385Z Compiling tokio-native-tls v0.3.1
17102026-08-29T21:07:21.563Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17112026-08-29T21:07:21.950Z Compiling bstr v1.12.1
17122026-08-29T21:07:21.986Z Compiling block-buffer v0.12.1
17132026-08-29T21:07:22.188Z Compiling block-padding v0.4.2
17142026-08-29T21:07:22.205Z Compiling crypto-common v0.2.2
17152026-08-29T21:07:22.240Z Compiling crossbeam-epoch v0.9.18
17162026-08-29T21:07:22.355Z Compiling rustls-native-certs v0.8.3
17172026-08-29T21:07:22.565Z Compiling hashbrown v0.13.2
17182026-08-29T21:07:22.591Z Compiling md-5 v0.10.6
17192026-08-29T21:07:22.643Z Compiling futures-executor v0.3.32
17202026-08-29T21:07:22.754Z Compiling serde-big-array v0.5.1
17212026-08-29T21:07:22.895Z Compiling pin-project-internal v1.1.11
17222026-08-29T21:07:22.898Z Compiling vergen-lib v9.1.0
17232026-08-29T21:07:23.011Z Compiling hash32 v0.2.1
17242026-08-29T21:07:23.038Z Compiling memoffset v0.9.1
17252026-08-29T21:07:23.090Z Compiling thread_local v1.1.9
17262026-08-29T21:07:23.204Z Compiling encoding_rs v0.8.35
17272026-08-29T21:07:23.232Z Compiling litrs v1.0.0
17282026-08-29T21:07:23.348Z Compiling smoltcp v0.9.1
17292026-08-29T21:07:23.683Z Compiling psl-types v2.0.11
17302026-08-29T21:07:23.756Z Compiling linked-hash-map v0.5.6
17312026-08-29T21:07:23.812Z Compiling crc-any v2.5.0
17322026-08-29T21:07:23.952Z Compiling slog-async v2.8.0
17332026-08-29T21:07:23.991Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17342026-08-29T21:07:24.048Z Compiling mime v0.3.17
17352026-08-29T21:07:24.063Z Compiling ref-cast v1.0.25
17362026-08-29T21:07:24.171Z Compiling cfg_aliases v0.2.1
17372026-08-29T21:07:24.214Z Compiling fallible-iterator v0.2.0
17382026-08-29T21:07:24.248Z Compiling rustix v0.38.44
17392026-08-29T21:07:24.307Z Compiling nix v0.31.2
17402026-08-29T21:07:24.457Z Compiling toml_edit v0.22.27
17412026-08-29T21:07:24.535Z Compiling postgres-protocol v0.6.10
17422026-08-29T21:07:24.687Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17432026-08-29T21:07:24.704Z Compiling pin-project v1.1.11
17442026-08-29T21:07:24.764Z Compiling lru-cache v0.1.2
17452026-08-29T21:07:24.802Z Compiling publicsuffix v2.3.0
17462026-08-29T21:07:24.908Z Compiling document-features v0.2.12
17472026-08-29T21:07:25.120Z Compiling object v0.30.4
17482026-08-29T21:07:25.451Z Compiling futures v0.3.32
17492026-08-29T21:07:25.472Z Compiling crossbeam-deque v0.8.6
17502026-08-29T21:07:25.540Z Compiling inout v0.2.2
17512026-08-29T21:07:25.568Z Compiling daft v0.1.8
17522026-08-29T21:07:25.568Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17532026-08-29T21:07:25.662Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17542026-08-29T21:07:25.707Z Compiling hyper-tls v0.6.0
17552026-08-29T21:07:25.930Z Compiling derive_builder v0.20.2
17562026-08-29T21:07:25.951Z Compiling zip v0.6.6
17572026-08-29T21:07:26.043Z Compiling toml v0.7.8
17582026-08-29T21:07:26.512Z Compiling derive-ex v0.1.8
17592026-08-29T21:07:26.571Z Compiling hickory-proto v0.24.4
17602026-08-29T21:07:26.635Z Compiling usdt-macro v0.5.0
17612026-08-29T21:07:26.647Z Compiling usdt-attr-macro v0.5.0
17622026-08-29T21:07:27.174Z Compiling convert_case v0.10.0
17632026-08-29T21:07:27.363Z Compiling phf_shared v0.13.1
17642026-08-29T21:07:27.428Z Compiling regex v1.12.3
17652026-08-29T21:07:27.479Z Compiling crossbeam-channel v0.5.15
17662026-08-29T21:07:27.607Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
17672026-08-29T21:07:27.808Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17682026-08-29T21:07:27.855Z Compiling snafu-derive v0.8.9
17692026-08-29T21:07:27.944Z Compiling strum_macros v0.27.2
17702026-08-29T21:07:27.973Z Compiling ref-cast-impl v1.0.25
17712026-08-29T21:07:28.119Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17722026-08-29T21:07:28.159Z Compiling vergen v9.1.0
17732026-08-29T21:07:28.338Z Compiling blake3 v1.8.5
17742026-08-29T21:07:28.541Z Compiling cargo-platform v0.3.2
17752026-08-29T21:07:28.569Z Compiling memmap v0.7.0
17762026-08-29T21:07:28.724Z Compiling is-terminal v0.4.17
17772026-08-29T21:07:28.753Z Compiling memmap2 v0.9.10
17782026-08-29T21:07:28.820Z Compiling fs-err v3.3.0
17792026-08-29T21:07:28.834Z Compiling bitflags v1.3.2
17802026-08-29T21:07:28.914Z Compiling libbz2-rs-sys v0.2.2
17812026-08-29T21:07:28.971Z Compiling corncobs v0.1.4
17822026-08-29T21:07:29.019Z Compiling path-slash v0.1.5
17832026-08-29T21:07:29.146Z Compiling resolv-conf v0.7.6
17842026-08-29T21:07:29.161Z Compiling take_mut v0.2.2
17852026-08-29T21:07:29.275Z Compiling term v1.2.1
17862026-08-29T21:07:29.498Z Compiling cpufeatures v0.3.0
17872026-08-29T21:07:29.581Z Compiling jiff-core v0.1.0
17882026-08-29T21:07:29.616Z Compiling either v1.15.0
17892026-08-29T21:07:29.783Z Compiling managed v0.8.0
17902026-08-29T21:07:29.811Z Compiling same-file v1.0.6
17912026-08-29T21:07:29.830Z Compiling bumpalo v3.20.2
17922026-08-29T21:07:29.861Z Compiling foldhash v0.1.5
17932026-08-29T21:07:29.968Z Compiling strum v0.27.2
17942026-08-29T21:07:30.002Z Compiling hashbrown v0.15.5
17952026-08-29T21:07:30.029Z Compiling walkdir v2.5.0
17962026-08-29T21:07:30.085Z Compiling zopfli v0.8.3
17972026-08-29T21:07:30.099Z Compiling snafu v0.8.9
17982026-08-29T21:07:30.339Z Compiling jiff v0.2.34
17992026-08-29T21:07:30.453Z Compiling slog-term v2.9.2
18002026-08-29T21:07:30.550Z Compiling hickory-resolver v0.24.4
18012026-08-29T21:07:30.649Z Compiling bzip2 v0.6.1
18022026-08-29T21:07:30.768Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18032026-08-29T21:07:30.851Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18042026-08-29T21:07:31.222Z Compiling cargo_metadata v0.23.1
18052026-08-29T21:07:31.239Z Compiling usdt v0.5.0
18062026-08-29T21:07:31.491Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18072026-08-29T21:07:31.652Z Compiling test-strategy v0.4.5
18082026-08-29T21:07:31.714Z Compiling phf v0.13.1
18092026-08-29T21:07:31.880Z Compiling derive_more-impl v2.1.1
18102026-08-29T21:07:32.170Z Compiling signal-hook-mio v0.2.5
18112026-08-29T21:07:32.293Z Compiling cookie_store v0.22.1
18122026-08-29T21:07:32.943Z Compiling zstd v0.13.3
18132026-08-29T21:07:33.026Z Compiling reqwest v0.12.28
18142026-08-29T21:07:33.079Z Compiling toml v0.8.23
18152026-08-29T21:07:33.113Z Compiling cipher v0.5.2
18162026-08-29T21:07:33.560Z Compiling postgres-types v0.2.12
18172026-08-29T21:07:33.876Z Compiling globset v0.4.18
18182026-08-29T21:07:33.895Z Compiling usdt-macro v0.6.0
18192026-08-29T21:07:33.925Z Compiling usdt-attr-macro v0.6.0
18202026-08-29T21:07:33.945Z Compiling phf_shared v0.11.3
18212026-08-29T21:07:34.126Z Compiling olpc-cjson v0.1.4
18222026-08-29T21:07:34.140Z Compiling tokio-stream v0.1.18
18232026-08-29T21:07:34.289Z Compiling byte-wrapper v0.1.0
18242026-08-29T21:07:34.552Z Compiling inout v0.1.4
18252026-08-29T21:07:34.601Z Compiling secrecy v0.8.0
18262026-08-29T21:07:34.626Z Compiling serde_plain v1.0.2
18272026-08-29T21:07:34.650Z Compiling derive-where v1.6.0
18282026-08-29T21:07:34.717Z Compiling serde_repr v0.1.20
18292026-08-29T21:07:34.734Z Compiling async-recursion v1.1.1
18302026-08-29T21:07:34.748Z Compiling pem v3.0.6
18312026-08-29T21:07:34.821Z Compiling hashbrown v0.16.1
18322026-08-29T21:07:34.947Z Compiling float-cmp v0.10.0
18332026-08-29T21:07:35.074Z Compiling winnow v1.0.3
18342026-08-29T21:07:35.098Z Compiling whoami v2.1.0
18352026-08-29T21:07:35.247Z Compiling debug-ignore v1.0.5
18362026-08-29T21:07:35.356Z Compiling fixedbitset v0.5.7
18372026-08-29T21:07:35.371Z Compiling typed-path v0.9.3
18382026-08-29T21:07:35.419Z Compiling difflib v0.4.0
18392026-08-29T21:07:35.475Z Compiling constant_time_eq v0.4.2
18402026-08-29T21:07:35.659Z Compiling const-oid v0.10.2
18412026-08-29T21:07:35.702Z Compiling arrayvec v0.7.6
18422026-08-29T21:07:35.867Z Compiling fixedbitset v0.4.2
18432026-08-29T21:07:35.906Z Compiling arrayref v0.3.9
18442026-08-29T21:07:35.948Z Compiling predicates-core v1.0.10
18452026-08-29T21:07:35.963Z Compiling normalize-line-endings v0.3.0
18462026-08-29T21:07:35.979Z Compiling new_debug_unreachable v1.0.6
18472026-08-29T21:07:36.052Z Compiling precomputed-hash v0.1.1
18482026-08-29T21:07:36.067Z Compiling predicates v3.1.4
18492026-08-29T21:07:36.082Z Compiling petgraph v0.6.5
18502026-08-29T21:07:36.118Z Compiling string_cache v0.8.9
18512026-08-29T21:07:36.148Z Compiling toml_parser v1.1.2+spec-1.1.0
18522026-08-29T21:07:36.343Z Compiling qorb v0.4.1
18532026-08-29T21:07:36.569Z Compiling digest v0.11.3
18542026-08-29T21:07:36.645Z Compiling petgraph v0.8.3
18552026-08-29T21:07:36.691Z Compiling iddqd v0.4.2
18562026-08-29T21:07:36.762Z Compiling tokio-postgres v0.7.16
18572026-08-29T21:07:36.789Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18582026-08-29T21:07:36.805Z Compiling usdt v0.6.0
18592026-08-29T21:07:37.061Z Compiling crossterm v0.28.1
18602026-08-29T21:07:37.544Z Compiling cipher v0.4.4
18612026-08-29T21:07:37.799Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18622026-08-29T21:07:38.277Z Compiling chacha20 v0.10.0
18632026-08-29T21:07:38.334Z Compiling zip v4.6.1
18642026-08-29T21:07:38.647Z Compiling derive_more v2.1.1
18652026-08-29T21:07:39.000Z Compiling itertools v0.15.0
18662026-08-29T21:07:39.133Z Compiling itertools v0.13.0
18672026-08-29T21:07:39.163Z Compiling similar v2.7.0
18682026-08-29T21:07:39.305Z Compiling hickory-proto v0.25.2
18692026-08-29T21:07:39.327Z Compiling heck v0.4.1
18702026-08-29T21:07:39.551Z Compiling buf-list v1.1.2
18712026-08-29T21:07:39.628Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18722026-08-29T21:07:39.682Z Compiling openapiv3 v2.2.0
18732026-08-29T21:07:39.820Z Compiling lalrpop-util v0.19.12
18742026-08-29T21:07:39.929Z Compiling peg-runtime v0.8.5
18752026-08-29T21:07:40.009Z Compiling filetime v0.2.27
18762026-08-29T21:07:40.024Z Compiling xattr v1.6.1
18772026-08-29T21:07:40.182Z Compiling tar v0.4.46
18782026-08-29T21:07:40.186Z Compiling camino-tempfile v1.4.1
18792026-08-29T21:07:46.493Z Compiling rustls-webpki v0.103.13
18802026-08-29T21:07:49.182Z Compiling tokio-rustls v0.26.4
18812026-08-29T21:07:49.182Z Compiling rustls-platform-verifier v0.6.2
18822026-08-29T21:07:49.182Z Compiling tough v0.22.0
18832026-08-29T21:07:49.386Z Compiling hyper-rustls v0.27.7
18842026-08-29T21:07:49.586Z Compiling reqwest v0.13.2
18852026-08-29T21:07:51.821Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18862026-08-29T21:07:52.033Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18872026-08-29T21:07:54.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
18882026-08-29T21:07:54.997Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
18892026-08-29T21:07:54.998Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
18902026-08-29T21:07:55.123Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18912026-08-29T21:07:55.193ZAug 29 21:07:54.358 INFO Starting download, target: Cockroach
18922026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Starting download, target: DendriteStub
18932026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Starting download, target: MaghemiteMgd
18942026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Starting download, target: Clickhouse
18952026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Starting download, target: Console
18962026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Starting download, target: MaghemiteDdmd
18972026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Starting download, target: TransceiverControl
18982026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18992026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19002026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19012026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19022026-08-29T21:07:55.241ZAug 29 21:07:54.358 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19032026-08-29T21:07:55.242ZAug 29 21:07:54.358 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19042026-08-29T21:07:55.242ZAug 29 21:07:54.358 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19052026-08-29T21:07:57.206ZAug 29 21:07:56.386 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19062026-08-29T21:07:57.459ZAug 29 21:07:56.624 INFO Download complete, target: Console
19072026-08-29T21:07:57.473ZAug 29 21:07:56.647 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19082026-08-29T21:07:57.522ZAug 29 21:07:56.694 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19092026-08-29T21:07:57.734ZAug 29 21:07:56.905 INFO Download complete, target: TransceiverControl
19102026-08-29T21:07:59.984ZAug 29 21:07:59.163 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19112026-08-29T21:08:00.008ZAug 29 21:07:59.188 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19122026-08-29T21:08:00.509ZAug 29 21:07:59.689 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19132026-08-29T21:08:00.659ZAug 29 21:07:59.842 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19142026-08-29T21:08:00.659ZAug 29 21:07:59.842 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19152026-08-29T21:08:01.881ZAug 29 21:08:01.064 INFO Download complete, target: MaghemiteDdmd
19162026-08-29T21:08:02.512ZAug 29 21:08:01.695 INFO Download complete, target: DendriteStub
19172026-08-29T21:08:03.047ZAug 29 21:08:02.230 INFO Download complete, target: MaghemiteMgd
19182026-08-29T21:08:04.346ZAug 29 21:08:03.529 INFO Checking that binary works, target: Clickhouse
19192026-08-29T21:08:04.452ZAug 29 21:08:03.635 INFO Download complete, target: Clickhouse
19202026-08-29T21:08:05.401ZAug 29 21:08:04.583 INFO Checking that binary works, target: Cockroach
19212026-08-29T21:08:05.512ZAug 29 21:08:04.695 INFO Download complete, target: Cockroach
19222026-08-29T21:08:05.527ZAll builder prerequisites installed successfully, and PATH looks valid
19232026-08-29T21:08:05.531Z
19242026-08-29T21:08:05.532Zreal 2:26.613418377
19252026-08-29T21:08:05.532Zuser 7:52.071370869
19262026-08-29T21:08:05.532Zsys 1:35.268184477
19272026-08-29T21:08:05.532Ztrap 0.261461628
19282026-08-29T21:08:05.532Ztflt 0.563771281
19292026-08-29T21:08:05.532Zdflt 0.920428233
19302026-08-29T21:08:05.532Zkflt 0.026964715
19312026-08-29T21:08:05.532Zlock 29:37.027346960
19322026-08-29T21:08:05.532Zslp 23:58.259783557
19332026-08-29T21:08:05.532Zlat 55.767686401
19342026-08-29T21:08:05.532Zstop 2:57.792033518
19352026-08-29T21:08:05.532Z+ banner hack-check
19362026-08-29T21:08:05.532Z
19372026-08-29T21:08:05.532Z # # ## #### # # #### # # ###### #### # #
19382026-08-29T21:08:05.532Z # # # # # # # # # # # # # # # # #
19392026-08-29T21:08:05.532Z ###### # # # #### ##### # ###### ##### # ####
19402026-08-29T21:08:05.532Z # # ###### # # # # # # # # # #
19412026-08-29T21:08:05.532Z # # # # # # # # # # # # # # # # #
19422026-08-29T21:08:05.532Z # # # # #### # # #### # # ###### #### # #
19432026-08-29T21:08:05.532Z
19442026-08-29T21:08:05.532Z+ export CARGO_INCREMENTAL=0
19452026-08-29T21:08:05.532Z+ CARGO_INCREMENTAL=0
19462026-08-29T21:08:05.532Z+ ptime -m timeout 2h cargo xtask check-features --ci
19472026-08-29T21:08:06.027Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
19482026-08-29T21:08:06.314Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
19492026-08-29T21:08:08.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
19502026-08-29T21:08:08.174Z Running `target/debug/xtask check-features --ci`
19512026-08-29T21:08:08.201Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
19522026-08-29T21:08:08.201Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
19532026-08-29T21:08:08.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19542026-08-29T21:08:08.665Z Running `target/debug/xtask download cargo-hack`
19552026-08-29T21:08:09.489Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19562026-08-29T21:08:09.802Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19572026-08-29T21:08:12.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
19582026-08-29T21:08:12.407Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19592026-08-29T21:08:12.407Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19602026-08-29T21:08:12.572Z Running `target/debug/xtask-downloader cargo-hack`
19612026-08-29T21:08:12.618ZAug 29 21:08:11.802 INFO Starting download, target: CargoHack
19622026-08-29T21:08:12.622ZAug 29 21:08:11.802 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
19632026-08-29T21:08:13.062ZAug 29 21:08:12.245 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
19642026-08-29T21:08:13.110ZAug 29 21:08:12.293 INFO Download complete, target: CargoHack
19652026-08-29T21:08:13.113Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
19662026-08-29T21:08:13.127Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
19672026-08-29T21:08:13.288Zinfo: running `cargo check --bins` on api_identity (1/377)
19682026-08-29T21:08:13.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-08-29T21:08:13.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-08-29T21:08:13.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-08-29T21:08:13.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19722026-08-29T21:08:13.872Z
19732026-08-29T21:08:13.872Zinfo: running `cargo check --bins` on bootstore (2/377)
19742026-08-29T21:08:14.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-08-29T21:08:14.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-08-29T21:08:14.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-08-29T21:08:14.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19782026-08-29T21:08:14.461Z
19792026-08-29T21:08:14.461Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19802026-08-29T21:08:14.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-08-29T21:08:14.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-08-29T21:08:14.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-08-29T21:08:14.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19842026-08-29T21:08:15.043Z
19852026-08-29T21:08:15.043Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19862026-08-29T21:08:15.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-08-29T21:08:15.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-08-29T21:08:15.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-08-29T21:08:15.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19902026-08-29T21:08:15.626Z
19912026-08-29T21:08:15.626Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19922026-08-29T21:08:16.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-08-29T21:08:16.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-08-29T21:08:16.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-08-29T21:08:16.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19962026-08-29T21:08:16.211Z
19972026-08-29T21:08:16.211Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19982026-08-29T21:08:16.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-08-29T21:08:16.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-08-29T21:08:16.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-08-29T21:08:16.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20022026-08-29T21:08:16.806Z
20032026-08-29T21:08:16.806Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
20042026-08-29T21:08:17.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-08-29T21:08:17.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-08-29T21:08:17.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-08-29T21:08:17.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20082026-08-29T21:08:17.397Z
20092026-08-29T21:08:17.398Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
20102026-08-29T21:08:17.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-08-29T21:08:17.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-08-29T21:08:17.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-08-29T21:08:17.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20142026-08-29T21:08:17.996Z
20152026-08-29T21:08:17.996Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377)
20162026-08-29T21:08:18.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-08-29T21:08:18.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-08-29T21:08:18.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-08-29T21:08:18.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20202026-08-29T21:08:18.428Z
20212026-08-29T21:08:18.428Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377)
20222026-08-29T21:08:18.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-08-29T21:08:18.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-08-29T21:08:18.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-08-29T21:08:18.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20262026-08-29T21:08:18.860Z
20272026-08-29T21:08:18.860Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377)
20282026-08-29T21:08:19.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-08-29T21:08:19.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-08-29T21:08:19.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-08-29T21:08:19.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20322026-08-29T21:08:19.288Z
20332026-08-29T21:08:19.288Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377)
20342026-08-29T21:08:19.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-08-29T21:08:19.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-08-29T21:08:19.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-08-29T21:08:19.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20382026-08-29T21:08:19.718Z
20392026-08-29T21:08:19.718Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377)
20402026-08-29T21:08:20.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-08-29T21:08:20.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-08-29T21:08:20.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-08-29T21:08:20.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20442026-08-29T21:08:20.144Z
20452026-08-29T21:08:20.144Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377)
20462026-08-29T21:08:20.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-08-29T21:08:20.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-08-29T21:08:20.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-08-29T21:08:20.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20502026-08-29T21:08:20.569Z
20512026-08-29T21:08:20.569Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377)
20522026-08-29T21:08:20.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-08-29T21:08:20.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-08-29T21:08:20.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-08-29T21:08:20.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20562026-08-29T21:08:20.994Z
20572026-08-29T21:08:20.994Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377)
20582026-08-29T21:08:21.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-08-29T21:08:21.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-08-29T21:08:21.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-08-29T21:08:21.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20622026-08-29T21:08:21.423Z
20632026-08-29T21:08:21.423Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377)
20642026-08-29T21:08:21.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-08-29T21:08:21.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-08-29T21:08:21.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-08-29T21:08:21.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20682026-08-29T21:08:21.855Z
20692026-08-29T21:08:21.855Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377)
20702026-08-29T21:08:22.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-08-29T21:08:22.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-08-29T21:08:22.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-08-29T21:08:22.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20742026-08-29T21:08:22.288Z
20752026-08-29T21:08:22.288Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377)
20762026-08-29T21:08:22.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-08-29T21:08:22.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-08-29T21:08:22.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-08-29T21:08:22.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20802026-08-29T21:08:22.723Z
20812026-08-29T21:08:22.723Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377)
20822026-08-29T21:08:23.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-08-29T21:08:23.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-08-29T21:08:23.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-08-29T21:08:23.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20862026-08-29T21:08:23.156Z
20872026-08-29T21:08:23.156Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377)
20882026-08-29T21:08:23.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-08-29T21:08:23.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-08-29T21:08:23.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-08-29T21:08:23.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20922026-08-29T21:08:23.585Z
20932026-08-29T21:08:23.585Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377)
20942026-08-29T21:08:23.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-08-29T21:08:23.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-08-29T21:08:23.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-08-29T21:08:23.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20982026-08-29T21:08:24.016Z
20992026-08-29T21:08:24.017Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377)
21002026-08-29T21:08:24.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-08-29T21:08:24.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-08-29T21:08:24.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-08-29T21:08:24.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21042026-08-29T21:08:24.443Z
21052026-08-29T21:08:24.443Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377)
21062026-08-29T21:08:24.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-08-29T21:08:24.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-08-29T21:08:24.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-08-29T21:08:24.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21102026-08-29T21:08:24.872Z
21112026-08-29T21:08:24.872Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377)
21122026-08-29T21:08:25.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-08-29T21:08:25.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-08-29T21:08:25.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-08-29T21:08:25.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21162026-08-29T21:08:25.302Z
21172026-08-29T21:08:25.302Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377)
21182026-08-29T21:08:25.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-08-29T21:08:25.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-08-29T21:08:25.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-08-29T21:08:25.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21222026-08-29T21:08:25.726Z
21232026-08-29T21:08:25.726Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377)
21242026-08-29T21:08:26.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-08-29T21:08:26.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-08-29T21:08:26.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-08-29T21:08:26.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21282026-08-29T21:08:26.149Z
21292026-08-29T21:08:26.149Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377)
21302026-08-29T21:08:26.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-08-29T21:08:26.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-08-29T21:08:26.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-08-29T21:08:26.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21342026-08-29T21:08:26.574Z
21352026-08-29T21:08:26.574Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377)
21362026-08-29T21:08:26.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-08-29T21:08:26.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-08-29T21:08:26.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-08-29T21:08:26.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21402026-08-29T21:08:26.999Z
21412026-08-29T21:08:26.999Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377)
21422026-08-29T21:08:27.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-08-29T21:08:27.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-08-29T21:08:27.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-08-29T21:08:27.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21462026-08-29T21:08:27.421Z
21472026-08-29T21:08:27.421Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377)
21482026-08-29T21:08:27.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-08-29T21:08:27.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-08-29T21:08:27.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-08-29T21:08:27.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21522026-08-29T21:08:27.846Z
21532026-08-29T21:08:27.846Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377)
21542026-08-29T21:08:28.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-08-29T21:08:28.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-08-29T21:08:28.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-08-29T21:08:28.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21582026-08-29T21:08:28.273Z
21592026-08-29T21:08:28.273Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377)
21602026-08-29T21:08:28.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-08-29T21:08:28.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-08-29T21:08:28.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-08-29T21:08:28.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21642026-08-29T21:08:28.699Z
21652026-08-29T21:08:28.699Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377)
21662026-08-29T21:08:29.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-08-29T21:08:29.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-08-29T21:08:29.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-08-29T21:08:29.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21702026-08-29T21:08:29.125Z
21712026-08-29T21:08:29.125Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377)
21722026-08-29T21:08:29.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-08-29T21:08:29.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-08-29T21:08:29.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-08-29T21:08:29.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21762026-08-29T21:08:29.554Z
21772026-08-29T21:08:29.554Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377)
21782026-08-29T21:08:29.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-08-29T21:08:29.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-08-29T21:08:29.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-08-29T21:08:29.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21822026-08-29T21:08:29.983Z
21832026-08-29T21:08:29.983Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377)
21842026-08-29T21:08:30.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-08-29T21:08:30.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-08-29T21:08:30.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-08-29T21:08:30.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21882026-08-29T21:08:30.414Z
21892026-08-29T21:08:30.414Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377)
21902026-08-29T21:08:30.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-08-29T21:08:30.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-08-29T21:08:30.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-08-29T21:08:30.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21942026-08-29T21:08:30.846Z
21952026-08-29T21:08:30.846Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377)
21962026-08-29T21:08:31.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-08-29T21:08:31.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-08-29T21:08:31.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-08-29T21:08:31.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22002026-08-29T21:08:31.276Z
22012026-08-29T21:08:31.276Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377)
22022026-08-29T21:08:31.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-08-29T21:08:31.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-08-29T21:08:31.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-08-29T21:08:31.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22062026-08-29T21:08:31.704Z
22072026-08-29T21:08:31.704Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377)
22082026-08-29T21:08:32.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-08-29T21:08:32.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-08-29T21:08:32.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-08-29T21:08:32.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22122026-08-29T21:08:32.131Z
22132026-08-29T21:08:32.131Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377)
22142026-08-29T21:08:32.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-08-29T21:08:32.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-08-29T21:08:32.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-08-29T21:08:32.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22182026-08-29T21:08:32.557Z
22192026-08-29T21:08:32.557Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377)
22202026-08-29T21:08:32.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-08-29T21:08:32.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-08-29T21:08:32.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-08-29T21:08:32.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22242026-08-29T21:08:32.985Z
22252026-08-29T21:08:32.985Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377)
22262026-08-29T21:08:33.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-08-29T21:08:33.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-08-29T21:08:33.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-08-29T21:08:33.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22302026-08-29T21:08:33.414Z
22312026-08-29T21:08:33.414Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377)
22322026-08-29T21:08:33.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-08-29T21:08:33.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-08-29T21:08:33.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-08-29T21:08:33.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22362026-08-29T21:08:33.841Z
22372026-08-29T21:08:33.841Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377)
22382026-08-29T21:08:34.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-08-29T21:08:34.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-08-29T21:08:34.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-08-29T21:08:34.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22422026-08-29T21:08:34.268Z
22432026-08-29T21:08:34.268Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377)
22442026-08-29T21:08:34.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-08-29T21:08:34.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-08-29T21:08:34.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-08-29T21:08:34.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22482026-08-29T21:08:34.694Z
22492026-08-29T21:08:34.694Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377)
22502026-08-29T21:08:35.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-08-29T21:08:35.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-08-29T21:08:35.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-08-29T21:08:35.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22542026-08-29T21:08:35.120Z
22552026-08-29T21:08:35.120Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377)
22562026-08-29T21:08:35.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-08-29T21:08:35.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-08-29T21:08:35.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-08-29T21:08:35.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22602026-08-29T21:08:35.547Z
22612026-08-29T21:08:35.548Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377)
22622026-08-29T21:08:35.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-08-29T21:08:35.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-08-29T21:08:35.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-08-29T21:08:35.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22662026-08-29T21:08:35.976Z
22672026-08-29T21:08:35.976Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377)
22682026-08-29T21:08:36.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-08-29T21:08:36.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-08-29T21:08:36.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-08-29T21:08:36.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22722026-08-29T21:08:36.404Z
22732026-08-29T21:08:36.404Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377)
22742026-08-29T21:08:36.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-08-29T21:08:36.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-08-29T21:08:36.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772026-08-29T21:08:36.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22782026-08-29T21:08:36.829Z
22792026-08-29T21:08:36.829Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377)
22802026-08-29T21:08:37.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812026-08-29T21:08:37.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822026-08-29T21:08:37.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832026-08-29T21:08:37.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22842026-08-29T21:08:37.253Z
22852026-08-29T21:08:37.253Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377)
22862026-08-29T21:08:37.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872026-08-29T21:08:37.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882026-08-29T21:08:37.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892026-08-29T21:08:37.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22902026-08-29T21:08:37.679Z
22912026-08-29T21:08:37.679Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377)
22922026-08-29T21:08:38.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932026-08-29T21:08:38.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942026-08-29T21:08:38.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952026-08-29T21:08:38.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22962026-08-29T21:08:38.104Z
22972026-08-29T21:08:38.104Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377)
22982026-08-29T21:08:38.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992026-08-29T21:08:38.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002026-08-29T21:08:38.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23012026-08-29T21:08:38.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23022026-08-29T21:08:38.527Z
23032026-08-29T21:08:38.527Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377)
23042026-08-29T21:08:38.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23052026-08-29T21:08:38.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23062026-08-29T21:08:38.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23072026-08-29T21:08:38.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23082026-08-29T21:08:38.956Z
23092026-08-29T21:08:38.956Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377)
23102026-08-29T21:08:39.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23112026-08-29T21:08:39.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23122026-08-29T21:08:39.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23132026-08-29T21:08:39.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23142026-08-29T21:08:39.385Z
23152026-08-29T21:08:39.385Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377)
23162026-08-29T21:08:39.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172026-08-29T21:08:39.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182026-08-29T21:08:39.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192026-08-29T21:08:39.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23202026-08-29T21:08:39.810Z
23212026-08-29T21:08:39.810Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377)
23222026-08-29T21:08:40.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232026-08-29T21:08:40.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242026-08-29T21:08:40.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23252026-08-29T21:08:40.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23262026-08-29T21:08:40.241Z
23272026-08-29T21:08:40.241Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377)
23282026-08-29T21:08:40.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292026-08-29T21:08:40.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302026-08-29T21:08:40.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23312026-08-29T21:08:40.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23322026-08-29T21:08:40.667Z
23332026-08-29T21:08:40.668Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377)
23342026-08-29T21:08:41.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352026-08-29T21:08:41.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362026-08-29T21:08:41.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372026-08-29T21:08:41.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23382026-08-29T21:08:41.096Z
23392026-08-29T21:08:41.096Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377)
23402026-08-29T21:08:41.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412026-08-29T21:08:41.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422026-08-29T21:08:41.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432026-08-29T21:08:41.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23442026-08-29T21:08:41.522Z
23452026-08-29T21:08:41.522Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377)
23462026-08-29T21:08:41.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472026-08-29T21:08:41.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482026-08-29T21:08:41.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23492026-08-29T21:08:41.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23502026-08-29T21:08:41.952Z
23512026-08-29T21:08:41.952Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377)
23522026-08-29T21:08:42.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532026-08-29T21:08:42.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542026-08-29T21:08:42.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23552026-08-29T21:08:42.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23562026-08-29T21:08:42.381Z
23572026-08-29T21:08:42.381Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377)
23582026-08-29T21:08:42.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592026-08-29T21:08:42.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602026-08-29T21:08:42.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23612026-08-29T21:08:42.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23622026-08-29T21:08:42.807Z
23632026-08-29T21:08:42.807Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377)
23642026-08-29T21:08:43.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652026-08-29T21:08:43.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662026-08-29T21:08:43.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23672026-08-29T21:08:43.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23682026-08-29T21:08:43.236Z
23692026-08-29T21:08:43.236Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377)
23702026-08-29T21:08:43.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712026-08-29T21:08:43.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722026-08-29T21:08:43.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23732026-08-29T21:08:43.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23742026-08-29T21:08:43.665Z
23752026-08-29T21:08:43.665Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377)
23762026-08-29T21:08:44.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772026-08-29T21:08:44.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782026-08-29T21:08:44.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792026-08-29T21:08:44.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23802026-08-29T21:08:44.094Z
23812026-08-29T21:08:44.094Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377)
23822026-08-29T21:08:44.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832026-08-29T21:08:44.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842026-08-29T21:08:44.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852026-08-29T21:08:44.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23862026-08-29T21:08:44.519Z
23872026-08-29T21:08:44.519Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377)
23882026-08-29T21:08:44.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892026-08-29T21:08:44.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902026-08-29T21:08:44.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912026-08-29T21:08:44.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23922026-08-29T21:08:44.946Z
23932026-08-29T21:08:44.946Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377)
23942026-08-29T21:08:45.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952026-08-29T21:08:45.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962026-08-29T21:08:45.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972026-08-29T21:08:45.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23982026-08-29T21:08:45.372Z
23992026-08-29T21:08:45.372Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377)
24002026-08-29T21:08:45.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012026-08-29T21:08:45.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022026-08-29T21:08:45.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032026-08-29T21:08:45.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24042026-08-29T21:08:45.798Z
24052026-08-29T21:08:45.798Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377)
24062026-08-29T21:08:46.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072026-08-29T21:08:46.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082026-08-29T21:08:46.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24092026-08-29T21:08:46.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24102026-08-29T21:08:46.224Z
24112026-08-29T21:08:46.224Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377)
24122026-08-29T21:08:46.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132026-08-29T21:08:46.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142026-08-29T21:08:46.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24152026-08-29T21:08:46.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24162026-08-29T21:08:46.650Z
24172026-08-29T21:08:46.650Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377)
24182026-08-29T21:08:47.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192026-08-29T21:08:47.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202026-08-29T21:08:47.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24212026-08-29T21:08:47.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24222026-08-29T21:08:47.077Z
24232026-08-29T21:08:47.077Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377)
24242026-08-29T21:08:47.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252026-08-29T21:08:47.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262026-08-29T21:08:47.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272026-08-29T21:08:47.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24282026-08-29T21:08:47.504Z
24292026-08-29T21:08:47.504Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377)
24302026-08-29T21:08:47.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312026-08-29T21:08:47.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322026-08-29T21:08:47.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332026-08-29T21:08:47.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24342026-08-29T21:08:47.933Z
24352026-08-29T21:08:47.933Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377)
24362026-08-29T21:08:48.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372026-08-29T21:08:48.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382026-08-29T21:08:48.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392026-08-29T21:08:48.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24402026-08-29T21:08:48.362Z
24412026-08-29T21:08:48.362Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377)
24422026-08-29T21:08:48.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432026-08-29T21:08:48.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442026-08-29T21:08:48.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452026-08-29T21:08:48.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24462026-08-29T21:08:48.794Z
24472026-08-29T21:08:48.794Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377)
24482026-08-29T21:08:49.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492026-08-29T21:08:49.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502026-08-29T21:08:49.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512026-08-29T21:08:49.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24522026-08-29T21:08:49.226Z
24532026-08-29T21:08:49.226Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377)
24542026-08-29T21:08:49.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552026-08-29T21:08:49.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562026-08-29T21:08:49.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572026-08-29T21:08:49.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24582026-08-29T21:08:49.654Z
24592026-08-29T21:08:49.654Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377)
24602026-08-29T21:08:50.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612026-08-29T21:08:50.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622026-08-29T21:08:50.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632026-08-29T21:08:50.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24642026-08-29T21:08:50.084Z
24652026-08-29T21:08:50.084Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377)
24662026-08-29T21:08:50.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672026-08-29T21:08:50.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682026-08-29T21:08:50.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692026-08-29T21:08:50.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24702026-08-29T21:08:50.513Z
24712026-08-29T21:08:50.513Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377)
24722026-08-29T21:08:50.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732026-08-29T21:08:50.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742026-08-29T21:08:50.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752026-08-29T21:08:50.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24762026-08-29T21:08:50.941Z
24772026-08-29T21:08:50.941Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377)
24782026-08-29T21:08:51.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792026-08-29T21:08:51.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802026-08-29T21:08:51.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812026-08-29T21:08:51.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24822026-08-29T21:08:51.369Z
24832026-08-29T21:08:51.369Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377)
24842026-08-29T21:08:51.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852026-08-29T21:08:51.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862026-08-29T21:08:51.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872026-08-29T21:08:51.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24882026-08-29T21:08:51.799Z
24892026-08-29T21:08:51.799Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377)
24902026-08-29T21:08:52.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912026-08-29T21:08:52.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922026-08-29T21:08:52.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932026-08-29T21:08:52.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24942026-08-29T21:08:52.228Z
24952026-08-29T21:08:52.228Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377)
24962026-08-29T21:08:52.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972026-08-29T21:08:52.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982026-08-29T21:08:52.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992026-08-29T21:08:52.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25002026-08-29T21:08:52.851Z
25012026-08-29T21:08:52.851Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377)
25022026-08-29T21:08:53.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032026-08-29T21:08:53.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042026-08-29T21:08:53.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052026-08-29T21:08:53.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25062026-08-29T21:08:53.482Z
25072026-08-29T21:08:53.482Zinfo: running `cargo check --bins` on nexus-config (91/377)
25082026-08-29T21:08:54.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092026-08-29T21:08:54.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102026-08-29T21:08:54.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112026-08-29T21:08:54.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25122026-08-29T21:08:54.104Z
25132026-08-29T21:08:54.105Zinfo: running `cargo check --bins` on nexus-types (92/377)
25142026-08-29T21:08:54.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152026-08-29T21:08:54.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162026-08-29T21:08:54.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172026-08-29T21:08:54.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25182026-08-29T21:08:54.728Z
25192026-08-29T21:08:54.728Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377)
25202026-08-29T21:08:55.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212026-08-29T21:08:55.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222026-08-29T21:08:55.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232026-08-29T21:08:55.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25242026-08-29T21:08:55.329Z
25252026-08-29T21:08:55.329Zinfo: running `cargo check --bins` on omicron-passwords (94/377)
25262026-08-29T21:08:55.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272026-08-29T21:08:55.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282026-08-29T21:08:55.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292026-08-29T21:08:55.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25302026-08-29T21:08:55.913Z
25312026-08-29T21:08:55.913Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/377)
25322026-08-29T21:08:56.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332026-08-29T21:08:56.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342026-08-29T21:08:56.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352026-08-29T21:08:56.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25362026-08-29T21:08:56.513Z
25372026-08-29T21:08:56.513Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377)
25382026-08-29T21:08:57.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392026-08-29T21:08:57.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402026-08-29T21:08:57.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412026-08-29T21:08:57.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25422026-08-29T21:08:57.113Z
25432026-08-29T21:08:57.113Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377)
25442026-08-29T21:08:57.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452026-08-29T21:08:57.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462026-08-29T21:08:57.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472026-08-29T21:08:57.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25482026-08-29T21:08:57.708Z
25492026-08-29T21:08:57.708Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377)
25502026-08-29T21:08:58.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512026-08-29T21:08:58.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522026-08-29T21:08:58.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532026-08-29T21:08:58.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25542026-08-29T21:08:58.308Z
25552026-08-29T21:08:58.308Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377)
25562026-08-29T21:08:58.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572026-08-29T21:08:58.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582026-08-29T21:08:58.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592026-08-29T21:08:58.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25602026-08-29T21:08:58.894Z
25612026-08-29T21:08:58.894Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377)
25622026-08-29T21:08:59.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632026-08-29T21:08:59.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642026-08-29T21:08:59.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652026-08-29T21:08:59.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25662026-08-29T21:08:59.481Z
25672026-08-29T21:08:59.482Zinfo: running `cargo check --bins --no-default-features` on gfss (101/377)
25682026-08-29T21:08:59.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692026-08-29T21:08:59.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702026-08-29T21:08:59.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712026-08-29T21:08:59.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25722026-08-29T21:09:00.068Z
25732026-08-29T21:09:00.068Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377)
25742026-08-29T21:09:00.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752026-08-29T21:09:00.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762026-08-29T21:09:00.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772026-08-29T21:09:00.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25782026-08-29T21:09:00.649Z
25792026-08-29T21:09:00.649Zinfo: running `cargo check --bins` on trust-quorum-types (103/377)
25802026-08-29T21:09:01.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812026-08-29T21:09:01.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822026-08-29T21:09:01.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832026-08-29T21:09:01.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25842026-08-29T21:09:01.232Z
25852026-08-29T21:09:01.232Zinfo: running `cargo check --bins` on wicketd-commission-types (104/377)
25862026-08-29T21:09:01.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872026-08-29T21:09:01.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882026-08-29T21:09:01.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892026-08-29T21:09:01.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25902026-08-29T21:09:01.839Z
25912026-08-29T21:09:01.839Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/377)
25922026-08-29T21:09:02.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932026-08-29T21:09:02.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942026-08-29T21:09:02.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952026-08-29T21:09:02.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25962026-08-29T21:09:02.441Z
25972026-08-29T21:09:02.441Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377)
25982026-08-29T21:09:02.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992026-08-29T21:09:02.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002026-08-29T21:09:02.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012026-08-29T21:09:02.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26022026-08-29T21:09:03.032Z
26032026-08-29T21:09:03.032Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377)
26042026-08-29T21:09:03.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052026-08-29T21:09:03.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062026-08-29T21:09:03.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072026-08-29T21:09:03.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26082026-08-29T21:09:03.619Z
26092026-08-29T21:09:03.619Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/377)
26102026-08-29T21:09:04.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112026-08-29T21:09:04.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122026-08-29T21:09:04.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132026-08-29T21:09:04.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26142026-08-29T21:09:04.217Z
26152026-08-29T21:09:04.217Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/377)
26162026-08-29T21:09:04.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172026-08-29T21:09:04.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182026-08-29T21:09:04.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192026-08-29T21:09:04.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26202026-08-29T21:09:04.816Z
26212026-08-29T21:09:04.816Zinfo: running `cargo check --bins` on cockroach-admin-types (110/377)
26222026-08-29T21:09:05.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232026-08-29T21:09:05.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242026-08-29T21:09:05.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252026-08-29T21:09:05.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26262026-08-29T21:09:05.400Z
26272026-08-29T21:09:05.401Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/377)
26282026-08-29T21:09:05.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-08-29T21:09:05.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-08-29T21:09:05.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-08-29T21:09:05.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26322026-08-29T21:09:05.986Z
26332026-08-29T21:09:05.986Zinfo: running `cargo check --bins` on ereport-types (112/377)
26342026-08-29T21:09:06.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-08-29T21:09:06.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-08-29T21:09:06.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-08-29T21:09:06.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26382026-08-29T21:09:06.577Z
26392026-08-29T21:09:06.577Zinfo: running `cargo check --bins` on gateway-client (113/377)
26402026-08-29T21:09:07.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-08-29T21:09:07.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-08-29T21:09:07.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-08-29T21:09:07.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26442026-08-29T21:09:07.170Z
26452026-08-29T21:09:07.171Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/377)
26462026-08-29T21:09:07.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-08-29T21:09:07.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-08-29T21:09:07.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-08-29T21:09:07.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26502026-08-29T21:09:07.762Z
26512026-08-29T21:09:07.762Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377)
26522026-08-29T21:09:08.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-08-29T21:09:08.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-08-29T21:09:08.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-08-29T21:09:08.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26562026-08-29T21:09:08.353Z
26572026-08-29T21:09:08.353Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/377)
26582026-08-29T21:09:08.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-08-29T21:09:08.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-08-29T21:09:08.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-08-29T21:09:08.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26622026-08-29T21:09:08.967Z
26632026-08-29T21:09:08.967Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377)
26642026-08-29T21:09:09.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-08-29T21:09:09.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-08-29T21:09:09.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-08-29T21:09:09.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26682026-08-29T21:09:09.583Z
26692026-08-29T21:09:09.583Zinfo: running `cargo check --bins` on key-manager-types (118/377)
26702026-08-29T21:09:10.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-08-29T21:09:10.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-08-29T21:09:10.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-08-29T21:09:10.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26742026-08-29T21:09:10.172Z
26752026-08-29T21:09:10.172Zinfo: running `cargo check --bins` on oxlog (119/377)
26762026-08-29T21:09:10.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-08-29T21:09:10.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-08-29T21:09:10.818Z Checking cfg-if v1.0.4
26792026-08-29T21:09:10.926Z Checking serde_core v1.0.228
26802026-08-29T21:09:10.926Z Checking libc v0.2.185
26812026-08-29T21:09:10.938Z Checking memchr v2.8.0
26822026-08-29T21:09:10.949Z Checking smallvec v1.15.1
26832026-08-29T21:09:10.949Z Checking log v0.4.33
26842026-08-29T21:09:10.971Z Checking subtle v2.6.1
26852026-08-29T21:09:10.983Z Checking itoa v1.0.17
26862026-08-29T21:09:10.993Z Checking typenum v1.20.1
26872026-08-29T21:09:11.111Z Checking scopeguard v1.2.0
26882026-08-29T21:09:11.111Z Checking stable_deref_trait v1.2.1
26892026-08-29T21:09:11.136Z Checking zerocopy v0.8.55
26902026-08-29T21:09:11.148Z Checking zerofrom v0.1.6
26912026-08-29T21:09:11.181Z Checking const-oid v0.9.6
26922026-08-29T21:09:11.219Z Checking lock_api v0.4.14
26932026-08-29T21:09:11.256Z Checking yoke v0.8.1
26942026-08-29T21:09:11.301Z Checking portable-atomic v1.13.1
26952026-08-29T21:09:11.322Z Checking errno v0.3.14
26962026-08-29T21:09:11.411Z Checking getrandom v0.2.17
26972026-08-29T21:09:11.414Z Checking zerovec v0.11.5
26982026-08-29T21:09:11.435Z Checking critical-section v1.2.0
26992026-08-29T21:09:11.526Z Checking zmij v1.0.21
27002026-08-29T21:09:11.556Z Checking rand_core v0.6.4
27012026-08-29T21:09:11.693Z Checking once_cell v1.21.3
27022026-08-29T21:09:11.725Z Checking writeable v0.6.2
27032026-08-29T21:09:11.737Z Checking pin-project-lite v0.2.17
27042026-08-29T21:09:11.741Z Checking percent-encoding v2.3.2
27052026-08-29T21:09:11.825Z Checking litemap v0.8.1
27062026-08-29T21:09:11.845Z Checking tinystr v0.8.2
27072026-08-29T21:09:11.846Z Checking potential_utf v0.1.4
27082026-08-29T21:09:11.871Z Checking zerotrie v0.2.3
27092026-08-29T21:09:11.883Z Checking libm v0.2.16
27102026-08-29T21:09:11.898Z Checking signal-hook-registry v1.4.8
27112026-08-29T21:09:11.981Z Checking icu_collections v2.1.1
27122026-08-29T21:09:11.995Z Checking parking_lot_core v0.9.12
27132026-08-29T21:09:12.018Z Checking icu_locale_core v2.1.1
27142026-08-29T21:09:12.057Z Checking mio v1.2.0
27152026-08-29T21:09:12.105Z Checking icu_normalizer_data v2.1.1
27162026-08-29T21:09:12.175Z Checking icu_properties_data v2.1.2
27172026-08-29T21:09:12.189Z Checking parking_lot v0.12.5
27182026-08-29T21:09:12.293Z Checking rand_core v0.10.0
27192026-08-29T21:09:12.311Z Checking futures-core v0.3.32
27202026-08-29T21:09:12.339Z Checking socket2 v0.6.3
27212026-08-29T21:09:12.381Z Checking equivalent v1.0.2
27222026-08-29T21:09:12.421Z Checking serde v1.0.228
27232026-08-29T21:09:12.434Z Checking bitflags v2.11.0
27242026-08-29T21:09:12.437Z Checking serde_json v1.0.151
27252026-08-29T21:09:12.460Z Checking getrandom v0.4.3
27262026-08-29T21:09:12.567Z Checking allocator-api2 v0.2.21
27272026-08-29T21:09:12.581Z Checking icu_provider v2.1.1
27282026-08-29T21:09:12.595Z Checking utf8_iter v1.0.4
27292026-08-29T21:09:12.599Z Checking num-traits v0.2.19
27302026-08-29T21:09:12.602Z Checking form_urlencoded v1.2.2
27312026-08-29T21:09:12.751Z Checking foldhash v0.2.0
27322026-08-29T21:09:12.769Z Checking futures-sink v0.3.32
27332026-08-29T21:09:12.821Z Checking zeroize v1.9.0
27342026-08-29T21:09:12.839Z Checking bytes v1.11.1
27352026-08-29T21:09:12.843Z Checking icu_normalizer v2.1.1
27362026-08-29T21:09:12.865Z Checking icu_properties v2.1.2
27372026-08-29T21:09:12.901Z Checking base64ct v1.8.3
27382026-08-29T21:09:12.986Z Checking generic-array v0.14.7
27392026-08-29T21:09:13.109Z Checking byteorder v1.5.0
27402026-08-29T21:09:13.126Z Checking pem-rfc7468 v0.7.0
27412026-08-29T21:09:13.142Z Checking hashbrown v0.17.0
27422026-08-29T21:09:13.155Z Checking futures-channel v0.3.32
27432026-08-29T21:09:13.270Z Checking tokio v1.52.1
27442026-08-29T21:09:13.284Z Checking rustix v1.1.4
27452026-08-29T21:09:13.304Z Checking flagset v0.4.7
27462026-08-29T21:09:13.339Z Checking futures-task v0.3.32
27472026-08-29T21:09:13.423Z Checking futures-io v0.3.32
27482026-08-29T21:09:13.438Z Checking crypto-common v0.1.7
27492026-08-29T21:09:13.472Z Checking block-buffer v0.10.4
27502026-08-29T21:09:13.531Z Checking slab v0.4.12
27512026-08-29T21:09:13.562Z Checking der v0.7.10
27522026-08-29T21:09:13.611Z Checking digest v0.10.7
27532026-08-29T21:09:13.652Z Checking indexmap v2.14.0
27542026-08-29T21:09:13.670Z Checking idna_adapter v1.2.1
27552026-08-29T21:09:13.685Z Checking futures-util v0.3.32
27562026-08-29T21:09:13.788Z Checking idna v1.1.0
27572026-08-29T21:09:13.808Z Checking getrandom v0.3.4
27582026-08-29T21:09:13.886Z Checking ppv-lite86 v0.2.21
27592026-08-29T21:09:13.954Z Checking iana-time-zone v0.1.65
27602026-08-29T21:09:14.035Z Checking url v2.5.8
27612026-08-29T21:09:14.065Z Checking chrono v0.4.45
27622026-08-29T21:09:14.183Z Checking uuid v1.23.4
27632026-08-29T21:09:14.215Z Checking thiserror v2.0.18
27642026-08-29T21:09:14.298Z Checking fnv v1.0.7
27652026-08-29T21:09:14.316Z Checking dyn-clone v1.0.20
27662026-08-29T21:09:14.332Z Checking spki v0.7.3
27672026-08-29T21:09:14.394Z Checking rand_core v0.9.5
27682026-08-29T21:09:14.416Z Checking semver v1.0.28
27692026-08-29T21:09:14.475Z Checking tracing-core v0.1.36
27702026-08-29T21:09:14.499Z Checking pkcs8 v0.10.2
27712026-08-29T21:09:14.503Z Checking thiserror v1.0.69
27722026-08-29T21:09:14.566Z Checking cpufeatures v0.2.17
27732026-08-29T21:09:14.605Z Checking anstyle v1.0.14
27742026-08-29T21:09:14.622Z Checking utf8parse v0.2.2
27752026-08-29T21:09:14.636Z Checking terminal_size v0.4.3
27762026-08-29T21:09:14.653Z Checking regex-syntax v0.8.10
27772026-08-29T21:09:14.716Z Checking anstyle-parse v1.0.0
27782026-08-29T21:09:14.745Z Checking tinyvec_macros v0.1.1
27792026-08-29T21:09:14.777Z Checking tracing v0.1.44
27802026-08-29T21:09:14.790Z Checking colorchoice v1.0.4
27812026-08-29T21:09:14.807Z Checking base64 v0.22.1
27822026-08-29T21:09:14.864Z Checking is_terminal_polyfill v1.70.2
27832026-08-29T21:09:14.886Z Checking anstyle-query v1.1.5
27842026-08-29T21:09:14.918Z Checking schemars v0.8.22
27852026-08-29T21:09:14.955Z Checking tinyvec v1.11.0
27862026-08-29T21:09:14.972Z Checking anstream v1.0.0
27872026-08-29T21:09:14.994Z Checking sha2 v0.10.9
27882026-08-29T21:09:15.045Z Checking rand_chacha v0.9.0
27892026-08-29T21:09:15.168Z Checking hmac v0.12.1
27902026-08-29T21:09:15.243Z Checking http v1.4.2
27912026-08-29T21:09:15.258Z Checking rand v0.9.2
27922026-08-29T21:09:15.273Z Checking signature v2.2.0
27932026-08-29T21:09:15.304Z Checking rustls-pki-types v1.14.0
27942026-08-29T21:09:15.403Z Checking hex v0.4.3
27952026-08-29T21:09:15.556Z Checking ipnet v2.12.0
27962026-08-29T21:09:15.589Z Checking simd-adler32 v0.3.8
27972026-08-29T21:09:15.616Z Checking strsim v0.11.1
27982026-08-29T21:09:15.629Z Checking clap_lex v1.0.0
27992026-08-29T21:09:15.720Z Checking fastrand v2.3.0
28002026-08-29T21:09:15.757Z Checking rand_chacha v0.3.1
28012026-08-29T21:09:15.774Z Checking clap_builder v4.6.0
28022026-08-29T21:09:15.788Z Checking aws-lc-sys v0.40.0
28032026-08-29T21:09:15.799Z Checking http-body v1.0.1
28042026-08-29T21:09:15.811Z Checking spin v0.9.8
28052026-08-29T21:09:15.896Z Checking tempfile v3.27.0
28062026-08-29T21:09:15.928Z Checking untrusted v0.7.1
28072026-08-29T21:09:15.942Z Checking adler2 v2.0.1
28082026-08-29T21:09:15.962Z Checking openssl-probe v0.2.1
28092026-08-29T21:09:15.991Z Checking plain v0.2.3
28102026-08-29T21:09:16.035Z Checking cmov v0.5.4
28112026-08-29T21:09:16.048Z Checking miniz_oxide v0.8.9
28122026-08-29T21:09:16.066Z Checking rand v0.8.6
28132026-08-29T21:09:16.087Z Checking crossbeam-utils v0.8.21
28142026-08-29T21:09:16.101Z Checking tower-service v0.3.3
28152026-08-29T21:09:16.188Z Checking tower-layer v0.3.3
28162026-08-29T21:09:16.220Z Checking ctutils v0.4.2
28172026-08-29T21:09:16.278Z Checking aws-lc-rs v1.16.3
28182026-08-29T21:09:16.335Z Checking untrusted v0.9.0
28192026-08-29T21:09:16.387Z Checking ucd-trie v0.1.7
28202026-08-29T21:09:16.424Z Checking atomic-waker v1.1.2
28212026-08-29T21:09:16.428Z Checking unicode-ident v1.0.24
28222026-08-29T21:09:16.450Z Checking try-lock v0.2.5
28232026-08-29T21:09:16.514Z Checking pest v2.8.6
28242026-08-29T21:09:16.529Z Checking tokio-util v0.7.18
28252026-08-29T21:09:16.529Z Checking hybrid-array v0.4.13
28262026-08-29T21:09:16.553Z Checking proc-macro2 v1.0.106
28272026-08-29T21:09:16.556Z Checking want v0.3.1
28282026-08-29T21:09:16.579Z Checking crc32fast v1.5.0
28292026-08-29T21:09:16.684Z Checking httparse v1.10.1
28302026-08-29T21:09:16.719Z Checking toml_datetime v0.6.11
28312026-08-29T21:09:16.854Z Checking serde_spanned v0.6.9
28322026-08-29T21:09:16.891Z Checking ff v0.13.1
28332026-08-29T21:09:16.904Z Checking aho-corasick v1.1.4
28342026-08-29T21:09:16.976Z Checking pretty-hex v0.4.1
28352026-08-29T21:09:17.008Z Checking clap v4.6.1
28362026-08-29T21:09:17.021Z Checking powerfmt v0.2.0
28372026-08-29T21:09:17.086Z Checking tap v1.0.1
28382026-08-29T21:09:17.099Z Checking foreign-types-shared v0.1.1
28392026-08-29T21:09:17.120Z Checking rustls-webpki v0.103.13
28402026-08-29T21:09:17.138Z Checking h2 v0.4.15
28412026-08-29T21:09:17.164Z Checking base16ct v0.2.0
28422026-08-29T21:09:17.177Z Checking httpdate v1.0.3
28432026-08-29T21:09:17.191Z Checking wyz v0.5.1
28442026-08-29T21:09:17.258Z Checking foreign-types v0.3.2
28452026-08-29T21:09:17.283Z Checking sec1 v0.7.3
28462026-08-29T21:09:17.317Z Checking deranged v0.5.8
28472026-08-29T21:09:17.330Z Checking group v0.13.0
28482026-08-29T21:09:17.360Z Checking quote v1.0.45
28492026-08-29T21:09:17.471Z Checking hkdf v0.12.4
28502026-08-29T21:09:17.487Z Checking unicode-normalization v0.1.25
28512026-08-29T21:09:17.521Z Checking rustls v0.23.41
28522026-08-29T21:09:17.535Z Checking x509-cert v0.2.5
28532026-08-29T21:09:17.561Z Checking radium v0.7.0
28542026-08-29T21:09:17.580Z Checking regex-automata v0.4.14
28552026-08-29T21:09:17.604Z Checking half v2.7.1
28562026-08-29T21:09:17.733Z Checking openssl-sys v0.9.117
28572026-08-29T21:09:17.859Z Checking crypto-bigint v0.5.5
28582026-08-29T21:09:17.877Z Checking num-integer v0.1.46
28592026-08-29T21:09:18.096Z Checking erased-serde v0.3.31
28602026-08-29T21:09:18.109Z Checking wait-timeout v0.2.1
28612026-08-29T21:09:18.184Z Checking env_filter v2.0.0
28622026-08-29T21:09:18.229Z Checking bit-vec v0.8.0
28632026-08-29T21:09:18.244Z Checking num_threads v0.1.7
28642026-08-29T21:09:18.324Z Checking time-core v0.1.8
28652026-08-29T21:09:18.324Z Checking funty v2.0.0
28662026-08-29T21:09:18.420Z Checking num-conv v0.2.0
28672026-08-29T21:09:18.473Z Checking quick-error v1.2.3
28682026-08-29T21:09:18.473Z Checking ciborium-io v0.2.2
28692026-08-29T21:09:18.530Z Checking time v0.3.47
28702026-08-29T21:09:18.568Z Checking rusty-fork v0.3.1
28712026-08-29T21:09:18.568Z Checking ciborium-ll v0.2.2
28722026-08-29T21:09:18.631Z Checking bitvec v1.0.1
28732026-08-29T21:09:18.739Z Checking slog v2.8.2
28742026-08-29T21:09:18.752Z Checking bit-set v0.8.0
28752026-08-29T21:09:18.765Z Checking elliptic-curve v0.13.8
28762026-08-29T21:09:18.913Z Checking env_logger v0.11.11
28772026-08-29T21:09:19.029Z Checking openssl v0.10.80
28782026-08-29T21:09:19.078Z Checking num-iter v0.1.45
28792026-08-29T21:09:19.107Z Checking syn v2.0.117
28802026-08-29T21:09:19.191Z Checking lazy_static v1.5.0
28812026-08-29T21:09:19.283Z Checking rand_xorshift v0.4.0
28822026-08-29T21:09:19.404Z Checking hubpack v0.1.2
28832026-08-29T21:09:19.422Z Checking maybe-uninit v2.0.0
28842026-08-29T21:09:19.489Z Checking scroll v0.12.0
28852026-08-29T21:09:19.570Z Checking sync_wrapper v1.0.2
28862026-08-29T21:09:19.675Z Checking zlib-rs v0.6.2
28872026-08-29T21:09:19.689Z Checking siphasher v1.0.2
28882026-08-29T21:09:19.717Z Checking unarray v0.1.4
28892026-08-29T21:09:19.777Z Checking crc-catalog v2.4.0
28902026-08-29T21:09:19.816Z Checking nodrop v0.1.14
28912026-08-29T21:09:19.841Z Checking proptest v1.11.0
28922026-08-29T21:09:19.865Z Checking crc v3.4.0
28932026-08-29T21:09:19.900Z Checking array-init v0.0.4
28942026-08-29T21:09:19.969Z Checking hyper v1.10.1
28952026-08-29T21:09:19.984Z Checking packed_struct v0.10.1
28962026-08-29T21:09:20.030Z Checking goblin v0.8.2
28972026-08-29T21:09:20.187Z Checking tower v0.5.3
28982026-08-29T21:09:20.543Z Checking flate2 v1.1.9
28992026-08-29T21:09:20.568Z Checking smallvec v0.6.14
29002026-08-29T21:09:20.752Z Checking num-bigint-dig v0.8.6
29012026-08-29T21:09:20.834Z Checking ciborium v0.2.2
29022026-08-29T21:09:20.883Z Checking hyper-util v0.1.20
29032026-08-29T21:09:21.023Z Checking crossbeam-epoch v0.9.18
29042026-08-29T21:09:21.036Z Checking native-tls v0.2.18
29052026-08-29T21:09:21.214Z Checking http-body-util v0.1.3
29062026-08-29T21:09:21.241Z Checking serde_with v3.21.0
29072026-08-29T21:09:21.254Z Checking ipnetwork v0.21.1
29082026-08-29T21:09:21.374Z Checking rfc6979 v0.4.0
29092026-08-29T21:09:21.429Z Checking bitfield v0.19.4
29102026-08-29T21:09:21.465Z Checking zerocopy v0.6.6
29112026-08-29T21:09:21.492Z Checking strum v0.26.3
29122026-08-29T21:09:21.556Z Checking pkcs1 v0.7.5
29132026-08-29T21:09:21.600Z Checking bzip2-sys v0.1.13+1.0.8
29142026-08-29T21:09:21.614Z Checking zerocopy v0.7.35
29152026-08-29T21:09:21.681Z Checking scroll v0.13.0
29162026-08-29T21:09:21.695Z Checking ahash v0.8.12
29172026-08-29T21:09:21.758Z Checking iri-string v0.7.10
29182026-08-29T21:09:21.758Z Checking keccak v0.1.6
29192026-08-29T21:09:21.886Z Checking unicode-properties v0.1.4
29202026-08-29T21:09:21.900Z Checking data-encoding v2.10.0
29212026-08-29T21:09:21.911Z Checking gimli v0.32.3
29222026-08-29T21:09:21.934Z Checking ryu v1.0.23
29232026-08-29T21:09:22.067Z Checking winnow v0.5.40
29242026-08-29T21:09:22.081Z Checking base64 v0.21.7
29252026-08-29T21:09:22.096Z Checking unicode-bidi v0.3.18
29262026-08-29T21:09:22.146Z Checking static_assertions v1.1.0
29272026-08-29T21:09:22.166Z Checking hashbrown v0.12.3
29282026-08-29T21:09:22.216Z Checking dof v0.3.0
29292026-08-29T21:09:22.313Z Checking ron v0.8.1
29302026-08-29T21:09:22.384Z Checking stringprep v0.1.5
29312026-08-29T21:09:22.495Z Checking serde_urlencoded v0.7.1
29322026-08-29T21:09:22.536Z Checking sha3 v0.10.8
29332026-08-29T21:09:22.567Z Checking indexmap v1.9.3
29342026-08-29T21:09:22.703Z Checking goblin v0.10.5
29352026-08-29T21:09:22.737Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
29362026-08-29T21:09:22.750Z Checking hashbrown v0.13.2
29372026-08-29T21:09:22.777Z Checking tower-http v0.6.8
29382026-08-29T21:09:22.828Z Checking rsa v0.9.10
29392026-08-29T21:09:22.892Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29402026-08-29T21:09:23.043Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
29412026-08-29T21:09:23.056Z Checking bzip2 v0.4.4
29422026-08-29T21:09:23.162Z Checking newtype-uuid v1.3.2
29432026-08-29T21:09:23.211Z Checking toml_edit v0.19.15
29442026-08-29T21:09:23.224Z Checking ecdsa v0.16.9
29452026-08-29T21:09:23.290Z Checking oxnet v0.1.6
29462026-08-29T21:09:23.351Z Checking crossbeam-deque v0.8.6
29472026-08-29T21:09:23.367Z Checking tokio-native-tls v0.3.1
29482026-08-29T21:09:23.436Z Checking addr2line v0.25.1
29492026-08-29T21:09:23.520Z Checking serde-hex v0.1.0
29502026-08-29T21:09:23.535Z Checking tokio-rustls v0.26.4
29512026-08-29T21:09:23.547Z Checking bstr v1.12.1
29522026-08-29T21:09:23.561Z Checking primeorder v0.13.6
29532026-08-29T21:09:23.696Z Checking dtrace-parser v0.2.0
29542026-08-29T21:09:23.761Z Checking block-buffer v0.12.1
29552026-08-29T21:09:23.800Z Checking crypto-common v0.2.2
29562026-08-29T21:09:23.931Z Checking block-padding v0.4.2
29572026-08-29T21:09:23.944Z Checking rustls-native-certs v0.8.3
29582026-08-29T21:09:23.957Z Checking futures-executor v0.3.32
29592026-08-29T21:09:24.072Z Checking ed25519 v2.2.3
29602026-08-29T21:09:24.075Z Checking salty v0.3.0
29612026-08-29T21:09:24.100Z Checking zstd-sys v2.0.16+zstd.1.5.7
29622026-08-29T21:09:24.211Z Checking curve25519-dalek v4.1.3
29632026-08-29T21:09:24.260Z Checking object v0.37.3
29642026-08-29T21:09:24.273Z Checking md-5 v0.10.6
29652026-08-29T21:09:24.347Z Checking hash32 v0.2.1
29662026-08-29T21:09:24.409Z Checking serde-big-array v0.5.1
29672026-08-29T21:09:24.422Z Checking thread-id v4.2.2
29682026-08-29T21:09:24.498Z Checking encoding_rs v0.8.35
29692026-08-29T21:09:24.512Z Checking thread_local v1.1.9
29702026-08-29T21:09:24.537Z Checking mime v0.3.17
29712026-08-29T21:09:24.672Z Checking fallible-iterator v0.2.0
29722026-08-29T21:09:24.713Z Checking crc-any v2.5.0
29732026-08-29T21:09:24.884Z Checking toml_write v0.1.2
29742026-08-29T21:09:24.949Z Checking winnow v0.7.14
29752026-08-29T21:09:24.971Z Checking either v1.15.0
29762026-08-29T21:09:25.018Z Checking psl-types v2.0.11
29772026-08-29T21:09:25.040Z Checking linked-hash-map v0.5.6
29782026-08-29T21:09:25.055Z Checking rustc-demangle v0.1.27
29792026-08-29T21:09:25.130Z Checking publicsuffix v2.3.0
29802026-08-29T21:09:25.154Z Checking dof v0.4.0
29812026-08-29T21:09:25.205Z Checking lru-cache v0.1.2
29822026-08-29T21:09:25.274Z Checking ed25519-dalek v2.2.0
29832026-08-29T21:09:25.288Z Checking postgres-protocol v0.6.10
29842026-08-29T21:09:25.319Z Checking heapless v0.7.17
29852026-08-29T21:09:25.441Z Checking usdt-impl v0.5.0
29862026-08-29T21:09:25.508Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
29872026-08-29T21:09:25.604Z Checking toml v0.7.8
29882026-08-29T21:09:25.718Z Checking zstd-safe v7.2.4
29892026-08-29T21:09:25.731Z Checking futures v0.3.32
29902026-08-29T21:09:25.780Z Checking inout v0.2.2
29912026-08-29T21:09:25.804Z Checking p384 v0.13.1
29922026-08-29T21:09:25.883Z Checking daft v0.1.8
29932026-08-29T21:09:25.897Z Checking rayon-core v1.13.0
29942026-08-29T21:09:25.911Z Checking hyper-tls v0.6.0
29952026-08-29T21:09:25.931Z Checking zip v0.6.6
29962026-08-29T21:09:26.076Z Checking object v0.30.4
29972026-08-29T21:09:26.098Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
29982026-08-29T21:09:26.119Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29992026-08-29T21:09:26.133Z Checking toml_edit v0.22.27
30002026-08-29T21:09:26.212Z Checking hickory-proto v0.24.4
30012026-08-29T21:09:26.226Z Checking phf_shared v0.13.1
30022026-08-29T21:09:26.251Z Checking cookie v0.18.1
30032026-08-29T21:09:26.274Z Checking dtrace-parser v0.3.0
30042026-08-29T21:09:26.417Z Checking crossbeam-channel v0.5.15
30052026-08-29T21:09:26.479Z Checking pin-project v1.1.11
30062026-08-29T21:09:26.504Z Checking signal-hook v0.3.18
30072026-08-29T21:09:26.566Z Checking backtrace v0.3.76
30082026-08-29T21:09:26.578Z Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
30092026-08-29T21:09:26.688Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30102026-08-29T21:09:26.702Z Checking thread-id v5.1.0
30112026-08-29T21:09:26.737Z Checking is-terminal v0.4.17
30122026-08-29T21:09:26.774Z Checking memmap2 v0.9.10
30132026-08-29T21:09:26.824Z Checking memmap v0.7.0
30142026-08-29T21:09:26.851Z Checking same-file v1.0.6
30152026-08-29T21:09:26.870Z Checking bitflags v1.3.2
30162026-08-29T21:09:26.930Z Checking unicode-width v0.2.0
30172026-08-29T21:09:26.943Z Checking is_ci v1.2.0
30182026-08-29T21:09:26.955Z Checking bumpalo v3.20.2
30192026-08-29T21:09:26.967Z Checking foldhash v0.1.5
30202026-08-29T21:09:27.034Z Checking corncobs v0.1.4
30212026-08-29T21:09:27.056Z Checking jiff-core v0.1.0
30222026-08-29T21:09:27.093Z Checking take_mut v0.2.2
30232026-08-29T21:09:27.145Z Checking managed v0.8.0
30242026-08-29T21:09:27.157Z Checking smawk v0.3.2
30252026-08-29T21:09:27.170Z Checking resolv-conf v0.7.6
30262026-08-29T21:09:27.190Z Checking libbz2-rs-sys v0.2.2
30272026-08-29T21:09:27.208Z Checking path-slash v0.1.5
30282026-08-29T21:09:27.274Z Compiling illumos-nvpair-sys v0.2.0
30292026-08-29T21:09:27.305Z Checking term v1.2.1
30302026-08-29T21:09:27.326Z Checking unicode-linebreak v0.1.5
30312026-08-29T21:09:27.339Z Checking cpufeatures v0.3.0
30322026-08-29T21:09:27.409Z Checking smoltcp v0.9.1
30332026-08-29T21:09:27.463Z Checking toml v0.8.23
30342026-08-29T21:09:27.527Z Checking slog-term v2.9.2
30352026-08-29T21:09:27.530Z Checking textwrap v0.16.2
30362026-08-29T21:09:27.575Z Checking bzip2 v0.6.1
30372026-08-29T21:09:27.733Z Checking slog-async v2.8.0
30382026-08-29T21:09:27.736Z Checking jiff v0.2.34
30392026-08-29T21:09:27.736Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30402026-08-29T21:09:27.777Z Checking zopfli v0.8.3
30412026-08-29T21:09:27.789Z Checking hashbrown v0.15.5
30422026-08-29T21:09:27.906Z Checking supports-color v3.0.2
30432026-08-29T21:09:27.997Z Checking walkdir v2.5.0
30442026-08-29T21:09:28.000Z Checking usdt v0.5.0
30452026-08-29T21:09:28.023Z Checking hickory-resolver v0.24.4
30462026-08-29T21:09:28.037Z Checking backtrace-ext v0.2.1
30472026-08-29T21:09:28.097Z Checking usdt-impl v0.6.0
30482026-08-29T21:09:28.140Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30492026-08-29T21:09:28.154Z Checking signal-hook-mio v0.2.5
30502026-08-29T21:09:28.168Z Checking snafu v0.8.9
30512026-08-29T21:09:28.182Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
30522026-08-29T21:09:28.253Z Checking cookie_store v0.22.1
30532026-08-29T21:09:28.266Z Checking phf v0.13.1
30542026-08-29T21:09:28.376Z Checking reqwest v0.12.28
30552026-08-29T21:09:28.401Z Checking cipher v0.5.2
30562026-08-29T21:09:28.414Z Checking zstd v0.13.3
30572026-08-29T21:09:28.511Z Checking postgres-types v0.2.12
30582026-08-29T21:09:28.582Z Checking hyper-rustls v0.27.7
30592026-08-29T21:09:28.595Z Checking rustls-platform-verifier v0.6.2
30602026-08-29T21:09:28.609Z Checking globset v0.4.18
30612026-08-29T21:09:28.639Z Checking phf_shared v0.11.3
30622026-08-29T21:09:28.733Z Checking regex v1.12.3
30632026-08-29T21:09:28.757Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-08-29T21:09:28.778Z Checking ref-cast v1.0.25
30652026-08-29T21:09:28.791Z Checking strum v0.27.2
30662026-08-29T21:09:28.820Z Checking olpc-cjson v0.1.4
30672026-08-29T21:09:28.866Z Checking memoffset v0.9.1
30682026-08-29T21:09:28.879Z Checking rustix v0.38.44
30692026-08-29T21:09:28.893Z Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30702026-08-29T21:09:28.896Z Checking tokio-stream v0.1.18
30712026-08-29T21:09:28.943Z Checking byte-wrapper v0.1.0
30722026-08-29T21:09:28.957Z Checking pem v3.0.6
30732026-08-29T21:09:29.024Z Checking camino v1.2.5
30742026-08-29T21:09:29.038Z Checking owo-colors v4.3.0
30752026-08-29T21:09:29.113Z Checking anyhow v1.0.104
30762026-08-29T21:09:29.136Z Checking inout v0.1.4
30772026-08-29T21:09:29.151Z Checking float-cmp v0.10.0
30782026-08-29T21:09:29.271Z Checking secrecy v0.8.0
30792026-08-29T21:09:29.274Z Checking hashbrown v0.16.1
30802026-08-29T21:09:29.274Z Checking serde_plain v1.0.2
30812026-08-29T21:09:29.310Z Checking arrayref v0.3.9
30822026-08-29T21:09:29.322Z Checking typed-path v0.9.3
30832026-08-29T21:09:29.374Z Checking arrayvec v0.7.6
30842026-08-29T21:09:29.390Z Checking unicode-width v0.1.14
30852026-08-29T21:09:29.437Z Checking const-oid v0.10.2
30862026-08-29T21:09:29.550Z Checking new_debug_unreachable v1.0.6
30872026-08-29T21:09:29.592Z Checking difflib v0.4.0
30882026-08-29T21:09:29.602Z Checking fixedbitset v0.4.2
30892026-08-29T21:09:29.615Z Checking winnow v1.0.3
30902026-08-29T21:09:29.629Z Checking precomputed-hash v0.1.1
30912026-08-29T21:09:29.664Z Checking constant_time_eq v0.4.2
30922026-08-29T21:09:29.667Z Checking debug-ignore v1.0.5
30932026-08-29T21:09:29.710Z Checking supports-hyperlinks v3.2.0
30942026-08-29T21:09:29.739Z Checking normalize-line-endings v0.3.0
30952026-08-29T21:09:29.756Z Checking fixedbitset v0.5.7
30962026-08-29T21:09:29.759Z Checking whoami v2.1.0
30972026-08-29T21:09:29.781Z Checking predicates-core v1.0.10
30982026-08-29T21:09:29.800Z Checking unicode-segmentation v1.12.0
30992026-08-29T21:09:29.813Z Checking supports-unicode v3.0.0
31002026-08-29T21:09:29.826Z Checking blake3 v1.8.5
31012026-08-29T21:09:29.895Z Checking predicates v3.1.4
31022026-08-29T21:09:29.915Z Checking miette v7.6.0
31032026-08-29T21:09:29.948Z Checking petgraph v0.8.3
31042026-08-29T21:09:29.951Z Checking tokio-postgres v0.7.16
31052026-08-29T21:09:30.091Z Checking tough v0.22.0
31062026-08-29T21:09:30.105Z Checking similar v2.7.0
31072026-08-29T21:09:30.108Z Checking iddqd v0.4.2
31082026-08-29T21:09:30.192Z Checking qorb v0.4.1
31092026-08-29T21:09:30.425Z Checking petgraph v0.6.5
31102026-08-29T21:09:30.455Z Checking toml_parser v1.1.2+spec-1.1.0
31112026-08-29T21:09:30.481Z Checking string_cache v0.8.9
31122026-08-29T21:09:30.647Z Checking zip v4.6.1
31132026-08-29T21:09:30.780Z Checking crossterm v0.28.1
31142026-08-29T21:09:31.019Z Checking digest v0.11.3
31152026-08-29T21:09:31.202Z Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
31162026-08-29T21:09:31.216Z Checking cipher v0.4.4
31172026-08-29T21:09:31.228Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31182026-08-29T21:09:31.351Z Checking nix v0.31.2
31192026-08-29T21:09:31.411Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31202026-08-29T21:09:31.474Z Checking reqwest v0.13.2
31212026-08-29T21:09:31.513Z Checking chacha20 v0.10.0
31222026-08-29T21:09:31.667Z Checking usdt v0.6.0
31232026-08-29T21:09:31.781Z Checking itertools v0.15.0
31242026-08-29T21:09:31.805Z Checking itertools v0.13.0
31252026-08-29T21:09:31.835Z Checking hickory-proto v0.25.2
31262026-08-29T21:09:31.884Z Checking derive_more v2.1.1
31272026-08-29T21:09:31.983Z Checking fs-err v3.3.0
31282026-08-29T21:09:32.096Z Checking buf-list v1.1.2
31292026-08-29T21:09:32.275Z Checking openapiv3 v2.2.0
31302026-08-29T21:09:32.288Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31312026-08-29T21:09:32.345Z Checking lalrpop-util v0.19.12
31322026-08-29T21:09:32.505Z Checking peg-runtime v0.8.5
31332026-08-29T21:09:32.531Z Checking illumos-nvpair v0.3.0
31342026-08-29T21:09:32.550Z Checking rayon v1.11.0
31352026-08-29T21:09:32.644Z Checking sigpipe v0.1.3
31362026-08-29T21:09:32.679Z Checking glob v0.3.3
31372026-08-29T21:09:34.368Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31382026-08-29T21:09:34.429Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31392026-08-29T21:09:34.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.53s
31402026-08-29T21:09:34.719Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31412026-08-29T21:09:34.719Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31422026-08-29T21:09:34.878Z
31432026-08-29T21:09:34.878Zinfo: running `cargo check --bins` on internal-dns-types (120/377)
31442026-08-29T21:09:35.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-08-29T21:09:35.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-08-29T21:09:35.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-08-29T21:09:35.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31482026-08-29T21:09:35.475Z
31492026-08-29T21:09:35.475Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/377)
31502026-08-29T21:09:35.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-08-29T21:09:35.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-08-29T21:09:35.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-08-29T21:09:35.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31542026-08-29T21:09:36.067Z
31552026-08-29T21:09:36.067Zinfo: running `cargo check --bins` on nexus-types-versions (122/377)
31562026-08-29T21:09:36.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-08-29T21:09:36.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-08-29T21:09:36.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-08-29T21:09:36.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31602026-08-29T21:09:36.678Z
31612026-08-29T21:09:36.678Zinfo: running `cargo check --bins` on oxql-types (123/377)
31622026-08-29T21:09:37.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-08-29T21:09:37.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-08-29T21:09:37.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-08-29T21:09:37.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31662026-08-29T21:09:37.272Z
31672026-08-29T21:09:37.272Zinfo: running `cargo check --bins` on oximeter-types (124/377)
31682026-08-29T21:09:37.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-08-29T21:09:37.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-08-29T21:09:37.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-08-29T21:09:37.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31722026-08-29T21:09:37.867Z
31732026-08-29T21:09:37.867Zinfo: running `cargo check --bins` on oximeter-types-versions (125/377)
31742026-08-29T21:09:38.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-08-29T21:09:38.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-08-29T21:09:38.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-08-29T21:09:38.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31782026-08-29T21:09:38.461Z
31792026-08-29T21:09:38.461Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/377)
31802026-08-29T21:09:38.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-08-29T21:09:38.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-08-29T21:09:38.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-08-29T21:09:38.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31842026-08-29T21:09:39.043Z
31852026-08-29T21:09:39.043Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
31862026-08-29T21:09:39.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-08-29T21:09:39.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-08-29T21:09:39.757Z Compiling multer v3.1.0
31892026-08-29T21:09:39.873Z Compiling async-stream-impl v0.3.6
31902026-08-29T21:09:39.885Z Compiling serde_tokenstream v0.3.0
31912026-08-29T21:09:39.895Z Compiling dropshot v0.17.1
31922026-08-29T21:09:39.904Z Compiling parse-display-derive v0.10.0
31932026-08-29T21:09:39.915Z Compiling dropshot_endpoint v0.17.1
31942026-08-29T21:09:39.920Z Compiling newtype-uuid-macros v0.1.0
31952026-08-29T21:09:39.946Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31962026-08-29T21:09:40.088Z Checking compression-core v0.4.31
31972026-08-29T21:09:40.111Z Checking match_cfg v0.1.0
31982026-08-29T21:09:40.178Z Compiling oxide-generation-macros v0.2.0
31992026-08-29T21:09:40.203Z Checking hostname v0.3.1
32002026-08-29T21:09:40.247Z Checking compression-codecs v0.4.37
32012026-08-29T21:09:40.300Z Checking atomicwrites v0.4.4
32022026-08-29T21:09:40.347Z Checking slog-json v2.6.1
32032026-08-29T21:09:40.412Z Checking serde_spanned v1.1.1
32042026-08-29T21:09:40.442Z Checking toml_datetime v1.1.1+spec-1.1.0
32052026-08-29T21:09:40.446Z Checking toml_writer v1.1.1+spec-1.1.0
32062026-08-29T21:09:40.500Z Checking slog-bunyan v2.5.0
32072026-08-29T21:09:40.539Z Checking async-stream v0.3.6
32082026-08-29T21:09:40.611Z Checking async-compression v0.4.41
32092026-08-29T21:09:40.624Z Checking progenitor-client v0.14.0
32102026-08-29T21:09:40.627Z Checking toml v1.1.2+spec-1.1.0
32112026-08-29T21:09:40.665Z Checking sha1 v0.11.0
32122026-08-29T21:09:40.851Z Checking oxide-generation v0.1.3
32132026-08-29T21:09:40.867Z Checking waitgroup v0.1.2
32142026-08-29T21:09:40.867Z Checking rustls-pemfile v2.2.0
32152026-08-29T21:09:40.896Z Checking backon v1.6.0
32162026-08-29T21:09:40.910Z Checking serde_path_to_error v0.1.20
32172026-08-29T21:09:40.964Z Checking hostname v0.4.2
32182026-08-29T21:09:41.020Z Checking instant v0.1.13
32192026-08-29T21:09:41.080Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
32202026-08-29T21:09:41.102Z Checking backoff v0.4.0
32212026-08-29T21:09:41.189Z Checking progenitor-extras v0.2.0
32222026-08-29T21:09:41.203Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32232026-08-29T21:09:41.257Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32242026-08-29T21:09:41.269Z Checking regress v0.10.5
32252026-08-29T21:09:41.282Z Checking itertools v0.14.0
32262026-08-29T21:09:41.418Z Checking macaddr v1.0.1
32272026-08-29T21:09:41.549Z Checking parse-display v0.10.0
32282026-08-29T21:09:41.608Z Checking humantime v2.3.0
32292026-08-29T21:09:42.414Z Compiling prettyplease v0.2.37
32302026-08-29T21:09:42.676Z Checking num-rational v0.4.2
32312026-08-29T21:09:42.953Z Checking num-complex v0.4.6
32322026-08-29T21:09:43.412Z Compiling num v0.4.3
32332026-08-29T21:09:43.505Z Checking float-ord v0.3.2
32342026-08-29T21:09:43.559Z Compiling convert_case v0.4.0
32352026-08-29T21:09:43.587Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32362026-08-29T21:09:43.603Z Checking newline-converter v0.3.0
32372026-08-29T21:09:43.625Z Checking console v0.15.11
32382026-08-29T21:09:43.709Z Compiling minimal-lexical v0.2.1
32392026-08-29T21:09:43.903Z Checking expectorate v1.2.0
32402026-08-29T21:09:43.954Z Compiling derive_more v0.99.20
32412026-08-29T21:09:43.999Z Compiling nom v7.1.3
32422026-08-29T21:09:44.140Z Checking camino-tempfile v1.4.1
32432026-08-29T21:09:44.298Z Checking phf_shared v0.12.1
32442026-08-29T21:09:44.439Z Compiling slog-dtrace v0.3.0
32452026-08-29T21:09:44.549Z Compiling unicode-xid v0.2.6
32462026-08-29T21:09:44.631Z Checking heck v0.5.0
32472026-08-29T21:09:44.677Z Compiling chrono-tz v0.10.4
32482026-08-29T21:09:44.751Z Compiling const_format_proc_macros v0.2.34
32492026-08-29T21:09:44.813Z Checking phf v0.12.1
32502026-08-29T21:09:44.874Z Checking tokio-dtrace v0.1.1
32512026-08-29T21:09:44.953Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32522026-08-29T21:09:45.062Z Checking highway v1.3.0
32532026-08-29T21:09:45.340Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32542026-08-29T21:09:45.472Z Checking oxide-tokio-rt v0.1.4
32552026-08-29T21:09:45.549Z Checking const_format v0.2.35
32562026-08-29T21:09:45.825Z Checking gethostname v0.5.0
32572026-08-29T21:09:45.912Z Checking bcs v0.1.6
32582026-08-29T21:09:46.019Z Checking termtree v0.5.1
32592026-08-29T21:09:46.355Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-08-29T21:09:46.514Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-08-29T21:09:46.567Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32622026-08-29T21:09:47.837Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-08-29T21:09:47.933Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32642026-08-29T21:09:48.097Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-08-29T21:09:48.100Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32662026-08-29T21:09:51.091Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32672026-08-29T21:09:54.223Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32682026-08-29T21:09:56.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.40s
32692026-08-29T21:09:56.454Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
32702026-08-29T21:09:56.454Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32712026-08-29T21:09:56.625Z
32722026-08-29T21:09:56.625Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
32732026-08-29T21:09:57.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-29T21:09:57.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-29T21:09:57.326Z Compiling ar_archive_writer v0.5.1
32762026-08-29T21:09:57.438Z Compiling stacker v0.1.23
32772026-08-29T21:09:57.442Z Compiling cfg_aliases v0.1.1
32782026-08-29T21:09:57.448Z Compiling proc-macro-error v1.0.4
32792026-08-29T21:09:57.453Z Checking fd-lock v4.0.4
32802026-08-29T21:09:57.456Z Checking nibble_vec v0.1.0
32812026-08-29T21:09:57.456Z Checking vte v0.14.1
32822026-08-29T21:09:57.456Z Compiling recursive-proc-macro-impl v0.1.1
32832026-08-29T21:09:57.492Z Compiling nix v0.28.0
32842026-08-29T21:09:57.555Z Checking bytecount v0.6.9
32852026-08-29T21:09:57.569Z Checking endian-type v0.1.2
32862026-08-29T21:09:57.620Z Checking strip-ansi-escapes v0.2.1
32872026-08-29T21:09:57.655Z Checking papergrid v0.11.0
32882026-08-29T21:09:57.685Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32892026-08-29T21:09:57.697Z Checking radix_trie v0.2.1
32902026-08-29T21:09:57.718Z Compiling peg-macros v0.8.5
32912026-08-29T21:09:57.731Z Compiling tabled_derive v0.7.0
32922026-08-29T21:09:57.861Z Checking winnow v0.6.26
32932026-08-29T21:09:57.901Z Compiling sqlparser_derive v0.5.0
32942026-08-29T21:09:58.149Z Checking unicode_categories v0.1.1
32952026-08-29T21:09:58.230Z Compiling psm v0.1.30
32962026-08-29T21:09:58.251Z Checking home v0.5.12
32972026-08-29T21:09:58.299Z Checking nu-ansi-term v0.50.3
32982026-08-29T21:09:58.408Z Checking crossterm v0.29.0
32992026-08-29T21:09:58.502Z Checking reedline v0.40.0
33002026-08-29T21:09:58.648Z Checking display-error-chain v0.2.2
33012026-08-29T21:09:58.689Z Checking tabled v0.15.0
33022026-08-29T21:09:58.752Z Checking rustyline v14.0.0
33032026-08-29T21:09:58.993Z Checking recursive v0.1.1
33042026-08-29T21:09:59.006Z Checking sqlformat v0.3.5
33052026-08-29T21:09:59.050Z Checking peg v0.8.5
33062026-08-29T21:09:59.080Z Checking sqlparser v0.61.0
33072026-08-29T21:10:10.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
33082026-08-29T21:10:10.278Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33092026-08-29T21:10:10.278Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33102026-08-29T21:10:10.439Z
33112026-08-29T21:10:10.439Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
33122026-08-29T21:10:10.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-08-29T21:10:10.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-08-29T21:10:11.131Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33152026-08-29T21:10:14.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
33162026-08-29T21:10:14.643Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33172026-08-29T21:10:14.643Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33182026-08-29T21:10:14.825Z
33192026-08-29T21:10:14.825Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
33202026-08-29T21:10:15.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-08-29T21:10:15.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-08-29T21:10:15.519Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33232026-08-29T21:10:18.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
33242026-08-29T21:10:18.059Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33252026-08-29T21:10:18.059Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33262026-08-29T21:10:18.236Z
33272026-08-29T21:10:18.236Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
33282026-08-29T21:10:18.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-08-29T21:10:18.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-08-29T21:10:18.934Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33312026-08-29T21:10:22.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
33322026-08-29T21:10:22.237Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33332026-08-29T21:10:22.237Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33342026-08-29T21:10:22.413Z
33352026-08-29T21:10:22.413Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
33362026-08-29T21:10:22.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-08-29T21:10:22.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-08-29T21:10:23.116Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33392026-08-29T21:10:26.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
33402026-08-29T21:10:26.503Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33412026-08-29T21:10:26.503Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33422026-08-29T21:10:26.687Z
33432026-08-29T21:10:26.688Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
33442026-08-29T21:10:27.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-08-29T21:10:27.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-08-29T21:10:27.379Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33472026-08-29T21:10:30.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
33482026-08-29T21:10:30.075Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33492026-08-29T21:10:30.076Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33502026-08-29T21:10:30.249Z
33512026-08-29T21:10:30.249Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
33522026-08-29T21:10:30.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-08-29T21:10:30.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-08-29T21:10:30.949Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33552026-08-29T21:10:33.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
33562026-08-29T21:10:33.646Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33572026-08-29T21:10:33.646Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33582026-08-29T21:10:33.825Z
33592026-08-29T21:10:33.825Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
33602026-08-29T21:10:34.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-29T21:10:34.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-29T21:10:34.530Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33632026-08-29T21:10:38.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
33642026-08-29T21:10:38.023Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33652026-08-29T21:10:38.023Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33662026-08-29T21:10:38.202Z
33672026-08-29T21:10:38.202Zinfo: running `cargo check --bins` on oximeter (136/377)
33682026-08-29T21:10:38.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-08-29T21:10:38.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-08-29T21:10:38.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-08-29T21:10:38.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33722026-08-29T21:10:38.802Z
33732026-08-29T21:10:38.802Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
33742026-08-29T21:10:39.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-08-29T21:10:39.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-08-29T21:10:39.469Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33772026-08-29T21:10:39.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33782026-08-29T21:10:39.855Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33792026-08-29T21:10:39.855Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33802026-08-29T21:10:40.037Z
33812026-08-29T21:10:40.037Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
33822026-08-29T21:10:40.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-29T21:10:40.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-29T21:10:40.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-29T21:10:40.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33862026-08-29T21:10:40.634Z
33872026-08-29T21:10:40.634Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
33882026-08-29T21:10:41.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-29T21:10:41.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-29T21:10:41.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-29T21:10:41.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33922026-08-29T21:10:41.272Z
33932026-08-29T21:10:41.272Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
33942026-08-29T21:10:41.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-29T21:10:41.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-29T21:10:41.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-29T21:10:41.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-08-29T21:10:41.880Z
33992026-08-29T21:10:41.880Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
34002026-08-29T21:10:42.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-29T21:10:42.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-29T21:10:42.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-29T21:10:42.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-08-29T21:10:42.486Z
34052026-08-29T21:10:42.486Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
34062026-08-29T21:10:42.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-29T21:10:43.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-29T21:10:43.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-29T21:10:43.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34102026-08-29T21:10:43.094Z
34112026-08-29T21:10:43.094Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
34122026-08-29T21:10:43.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-29T21:10:43.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-29T21:10:43.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-29T21:10:43.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34162026-08-29T21:10:43.699Z
34172026-08-29T21:10:43.699Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
34182026-08-29T21:10:44.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-29T21:10:44.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-29T21:10:44.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-29T21:10:44.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-08-29T21:10:44.292Z
34232026-08-29T21:10:44.292Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
34242026-08-29T21:10:44.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-29T21:10:44.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-29T21:10:45.149Z Compiling crucible-workspace-hack v0.1.0
34272026-08-29T21:10:45.149Z Compiling regress v0.11.1
34282026-08-29T21:10:45.149Z Checking secrecy v0.10.3
34292026-08-29T21:10:45.152Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34302026-08-29T21:10:45.152Z Checking universal-hash v0.5.1
34312026-08-29T21:10:45.152Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34322026-08-29T21:10:45.152Z Compiling thiserror-impl-no-std v2.0.2
34332026-08-29T21:10:45.152Z Checking opaque-debug v0.3.1
34342026-08-29T21:10:45.375Z Checking chacha20 v0.9.1
34352026-08-29T21:10:45.417Z Checking poly1305 v0.8.0
34362026-08-29T21:10:45.441Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34372026-08-29T21:10:45.568Z Checking password-hash v0.5.0
34382026-08-29T21:10:45.586Z Checking blake2 v0.10.6
34392026-08-29T21:10:45.610Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34402026-08-29T21:10:45.678Z Checking aead v0.5.2
34412026-08-29T21:10:45.721Z Checking indent_write v2.2.0
34422026-08-29T21:10:45.788Z Compiling toml_datetime v0.7.5+spec-1.1.0
34432026-08-29T21:10:45.826Z Checking chacha20poly1305 v0.10.1
34442026-08-29T21:10:45.829Z Checking argon2 v0.5.3
34452026-08-29T21:10:45.856Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34462026-08-29T21:10:45.954Z Compiling toml_edit v0.23.10+spec-1.0.0
34472026-08-29T21:10:46.009Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34482026-08-29T21:10:46.032Z Compiling unsafe-libyaml v0.2.11
34492026-08-29T21:10:46.180Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34502026-08-29T21:10:46.390Z Compiling heapless v0.8.0
34512026-08-29T21:10:46.429Z Checking thiserror-no-std v2.0.2
34522026-08-29T21:10:46.469Z Compiling ingot-macros v0.2.0
34532026-08-29T21:10:46.520Z Checking vsss-rs v3.3.4
34542026-08-29T21:10:46.669Z Compiling serde_yaml v0.9.34+deprecated
34552026-08-29T21:10:46.771Z Compiling proc-macro-crate v3.4.0
34562026-08-29T21:10:46.984Z Compiling typify-impl v0.6.2
34572026-08-29T21:10:47.295Z Compiling num_enum_derive v0.7.6
34582026-08-29T21:10:47.618Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34592026-08-29T21:10:47.668Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34602026-08-29T21:10:47.948Z Checking hash32 v0.3.1
34612026-08-29T21:10:48.081Z Compiling smoltcp v0.11.0
34622026-08-29T21:10:48.097Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34632026-08-29T21:10:48.328Z Checking tabwriter v1.4.1
34642026-08-29T21:10:48.342Z Checking num_enum v0.7.6
34652026-08-29T21:10:48.436Z Checking cobs v0.3.0
34662026-08-29T21:10:48.456Z Checking swrite v0.1.0
34672026-08-29T21:10:48.471Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
34682026-08-29T21:10:48.488Z Compiling proc-macro-crate v1.3.1
34692026-08-29T21:10:48.548Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34702026-08-29T21:10:48.579Z Checking postcard v1.1.3
34712026-08-29T21:10:48.670Z Compiling foreign-types-macros v0.2.3
34722026-08-29T21:10:48.746Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34732026-08-29T21:10:48.763Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34742026-08-29T21:10:48.894Z Checking colored v3.1.1
34752026-08-29T21:10:48.910Z Checking foreign-types-shared v0.3.1
34762026-08-29T21:10:49.001Z Compiling num_enum_derive v0.5.11
34772026-08-29T21:10:49.133Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34782026-08-29T21:10:49.211Z Checking cstr-argument v0.1.2
34792026-08-29T21:10:49.280Z Checking foreign-types v0.5.0
34802026-08-29T21:10:49.296Z Checking ingot-types v0.2.0
34812026-08-29T21:10:49.338Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34822026-08-29T21:10:49.362Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
34832026-08-29T21:10:49.569Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34842026-08-29T21:10:49.589Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34852026-08-29T21:10:49.664Z Checking ingot v0.2.1
34862026-08-29T21:10:49.680Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
34872026-08-29T21:10:49.745Z Checking rand v0.10.1
34882026-08-29T21:10:49.760Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
34892026-08-29T21:10:49.791Z Compiling zone_cfg_derive v0.3.1
34902026-08-29T21:10:49.845Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34912026-08-29T21:10:49.966Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34922026-08-29T21:10:50.052Z Checking num_enum v0.5.11
34932026-08-29T21:10:50.081Z Checking itertools v0.12.1
34942026-08-29T21:10:50.171Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
34952026-08-29T21:10:50.352Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34962026-08-29T21:10:50.447Z Compiling num-derive v0.4.2
34972026-08-29T21:10:50.526Z Compiling semver v0.1.20
34982026-08-29T21:10:50.820Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34992026-08-29T21:10:51.028Z Compiling rustc_version v0.1.7
35002026-08-29T21:10:51.065Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35012026-08-29T21:10:51.096Z Checking zone v0.3.1
35022026-08-29T21:10:51.254Z Checking smf v0.2.3
35032026-08-29T21:10:51.284Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35042026-08-29T21:10:51.353Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35052026-08-29T21:10:51.379Z Checking csv-core v0.1.13
35062026-08-29T21:10:51.465Z Checking nom v8.0.0
35072026-08-29T21:10:51.492Z Checking whoami v1.6.1
35082026-08-29T21:10:51.509Z Compiling newtype_derive v0.1.6
35092026-08-29T21:10:51.525Z Compiling typify-macro v0.6.2
35102026-08-29T21:10:51.550Z Checking csv v1.4.0
35112026-08-29T21:10:51.569Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
35122026-08-29T21:10:51.662Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35132026-08-29T21:10:51.689Z Compiling cancel-safe-futures v0.1.5
35142026-08-29T21:10:51.757Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35152026-08-29T21:10:51.832Z Compiling libefi-sys v0.1.0
35162026-08-29T21:10:51.908Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35172026-08-29T21:10:52.073Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35182026-08-29T21:10:52.110Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
35192026-08-29T21:10:52.169Z Checking oxide-update-engine-types v0.1.2
35202026-08-29T21:10:52.309Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35212026-08-29T21:10:52.327Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35222026-08-29T21:10:52.372Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35232026-08-29T21:10:52.500Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35242026-08-29T21:10:52.518Z Compiling bitfield-struct v0.6.2
35252026-08-29T21:10:52.676Z Checking linear-map v1.2.0
35262026-08-29T21:10:52.851Z Checking steno v0.4.1
35272026-08-29T21:10:53.074Z Checking oxide-update-engine v0.1.2
35282026-08-29T21:10:53.161Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35292026-08-29T21:10:53.176Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35302026-08-29T21:10:53.254Z Compiling typify v0.6.2
35312026-08-29T21:10:53.369Z Compiling progenitor-impl v0.14.0
35322026-08-29T21:10:53.399Z Checking sha1 v0.10.6
35332026-08-29T21:10:53.415Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35342026-08-29T21:10:53.418Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35352026-08-29T21:10:53.495Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35362026-08-29T21:10:53.566Z Checking utf-8 v0.7.6
35372026-08-29T21:10:53.582Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35382026-08-29T21:10:53.627Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35392026-08-29T21:10:53.704Z Checking tungstenite v0.21.0
35402026-08-29T21:10:53.781Z Checking ignore v0.4.25
35412026-08-29T21:10:53.818Z Checking anstyle-parse v0.2.7
35422026-08-29T21:10:53.911Z Compiling xshell-macros v0.2.7
35432026-08-29T21:10:54.030Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35442026-08-29T21:10:54.166Z Checking tokio-tungstenite v0.21.0
35452026-08-29T21:10:54.245Z Checking anstream v0.6.21
35462026-08-29T21:10:54.260Z Checking globwalk v0.9.1
35472026-08-29T21:10:54.294Z Checking xshell v0.2.7
35482026-08-29T21:10:54.398Z Checking predicates-tree v1.0.13
35492026-08-29T21:10:54.438Z Checking filetime v0.2.27
35502026-08-29T21:10:54.454Z Checking tagptr v0.2.0
35512026-08-29T21:10:54.454Z Checking xattr v1.6.1
35522026-08-29T21:10:54.487Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35532026-08-29T21:10:54.509Z Checking camino-tempfile-ext v0.3.3
35542026-08-29T21:10:54.575Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35552026-08-29T21:10:54.596Z Checking tar v0.4.46
35562026-08-29T21:10:54.599Z Checking moka v0.12.13
35572026-08-29T21:10:54.666Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
35582026-08-29T21:10:54.705Z Checking rand_seeder v0.4.0
35592026-08-29T21:10:54.722Z Checking half v1.8.3
35602026-08-29T21:10:54.814Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
35612026-08-29T21:10:54.854Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35622026-08-29T21:10:54.921Z Checking serde_cbor v0.11.2
35632026-08-29T21:10:54.985Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35642026-08-29T21:10:55.165Z Checking sha2 v0.11.0
35652026-08-29T21:10:55.242Z Checking digest-io v0.1.0
35662026-08-29T21:10:55.273Z Checking hickory-resolver v0.25.2
35672026-08-29T21:10:55.311Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
35682026-08-29T21:10:55.377Z Compiling petname v2.0.2
35692026-08-29T21:10:55.829Z Checking rawzip v0.4.4
35702026-08-29T21:10:55.854Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35712026-08-29T21:10:55.975Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35722026-08-29T21:10:56.002Z Compiling progenitor-macro v0.14.0
35732026-08-29T21:10:56.259Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35742026-08-29T21:10:56.273Z Checking sapling-renderdag v0.1.0
35752026-08-29T21:10:56.433Z Checking subprocess v0.2.15
35762026-08-29T21:10:56.449Z Checking sync-ptr v0.1.4
35772026-08-29T21:10:56.509Z Checking colored v2.2.0
35782026-08-29T21:10:56.564Z Checking assert_matches v1.5.0
35792026-08-29T21:10:56.706Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35802026-08-29T21:10:56.732Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35812026-08-29T21:10:57.289Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35822026-08-29T21:10:57.326Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35832026-08-29T21:10:57.471Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35842026-08-29T21:10:57.936Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35852026-08-29T21:10:57.936Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35862026-08-29T21:10:58.694Z Checking progenitor v0.14.0
35872026-08-29T21:10:58.850Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35882026-08-29T21:10:58.853Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35892026-08-29T21:10:58.853Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35902026-08-29T21:10:58.853Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35912026-08-29T21:10:58.853Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35922026-08-29T21:10:58.853Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35932026-08-29T21:10:59.230Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35942026-08-29T21:10:59.394Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35952026-08-29T21:10:59.516Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35962026-08-29T21:10:59.642Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35972026-08-29T21:10:59.807Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35982026-08-29T21:10:59.945Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35992026-08-29T21:11:00.619Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36002026-08-29T21:11:00.714Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36012026-08-29T21:11:01.379Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36022026-08-29T21:11:01.869Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36032026-08-29T21:11:10.436Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36042026-08-29T21:11:17.661Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36052026-08-29T21:11:17.664Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36062026-08-29T21:11:17.664Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36072026-08-29T21:11:19.141Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36082026-08-29T21:11:20.430Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36092026-08-29T21:11:22.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.37s
36102026-08-29T21:11:22.679Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
36112026-08-29T21:11:22.679Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36122026-08-29T21:11:22.887Z
36132026-08-29T21:11:22.887Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
36142026-08-29T21:11:23.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-08-29T21:11:23.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-08-29T21:11:23.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-08-29T21:11:23.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36182026-08-29T21:11:23.519Z
36192026-08-29T21:11:23.519Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
36202026-08-29T21:11:24.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-08-29T21:11:24.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-08-29T21:11:24.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-08-29T21:11:24.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36242026-08-29T21:11:24.120Z
36252026-08-29T21:11:24.120Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
36262026-08-29T21:11:24.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-29T21:11:24.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-29T21:11:24.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-08-29T21:11:24.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36302026-08-29T21:11:24.722Z
36312026-08-29T21:11:24.722Zinfo: running `cargo check --bins` on dns-service-client (149/377)
36322026-08-29T21:11:25.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-29T21:11:25.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-29T21:11:25.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-29T21:11:25.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36362026-08-29T21:11:25.312Z
36372026-08-29T21:11:25.312Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
36382026-08-29T21:11:25.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-29T21:11:25.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-29T21:11:25.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-29T21:11:25.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36422026-08-29T21:11:25.902Z
36432026-08-29T21:11:25.902Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
36442026-08-29T21:11:26.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-29T21:11:26.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-29T21:11:26.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-29T21:11:26.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36482026-08-29T21:11:26.488Z
36492026-08-29T21:11:26.488Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
36502026-08-29T21:11:26.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-29T21:11:26.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-29T21:11:26.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-29T21:11:26.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36542026-08-29T21:11:27.077Z
36552026-08-29T21:11:27.077Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
36562026-08-29T21:11:27.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-29T21:11:27.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-29T21:11:27.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-29T21:11:27.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36602026-08-29T21:11:27.662Z
36612026-08-29T21:11:27.662Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
36622026-08-29T21:11:28.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-29T21:11:28.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-29T21:11:28.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-29T21:11:28.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36662026-08-29T21:11:28.266Z
36672026-08-29T21:11:28.266Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
36682026-08-29T21:11:28.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-29T21:11:28.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-29T21:11:28.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-29T21:11:28.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36722026-08-29T21:11:28.877Z
36732026-08-29T21:11:28.877Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
36742026-08-29T21:11:29.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-29T21:11:29.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-29T21:11:29.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-29T21:11:29.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36782026-08-29T21:11:29.483Z
36792026-08-29T21:11:29.483Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
36802026-08-29T21:11:29.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-29T21:11:29.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-29T21:11:29.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-29T21:11:30.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36842026-08-29T21:11:30.090Z
36852026-08-29T21:11:30.090Zinfo: running `cargo check --bins` on key-manager (158/377)
36862026-08-29T21:11:30.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-29T21:11:30.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-29T21:11:30.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-29T21:11:30.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36902026-08-29T21:11:30.690Z
36912026-08-29T21:11:30.690Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
36922026-08-29T21:11:31.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-29T21:11:31.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-29T21:11:31.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-29T21:11:31.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36962026-08-29T21:11:31.301Z
36972026-08-29T21:11:31.302Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
36982026-08-29T21:11:31.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-29T21:11:31.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-29T21:11:31.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-29T21:11:31.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37022026-08-29T21:11:31.913Z
37032026-08-29T21:11:31.913Zinfo: running `cargo check --bins` on typed-rng (161/377)
37042026-08-29T21:11:32.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-29T21:11:32.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-29T21:11:32.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-29T21:11:32.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37082026-08-29T21:11:32.497Z
37092026-08-29T21:11:32.497Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
37102026-08-29T21:11:33.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-29T21:11:33.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-29T21:11:33.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-29T21:11:33.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37142026-08-29T21:11:33.143Z
37152026-08-29T21:11:33.143Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
37162026-08-29T21:11:33.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-29T21:11:33.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-29T21:11:33.911Z Checking void v1.0.2
37192026-08-29T21:11:33.912Z Checking tungstenite v0.23.0
37202026-08-29T21:11:33.912Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
37212026-08-29T21:11:33.915Z Checking nix v0.27.1
37222026-08-29T21:11:33.915Z Checking dropshot-api-manager-types v0.8.0
37232026-08-29T21:11:33.915Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
37242026-08-29T21:11:33.915Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37252026-08-29T21:11:33.915Z Checking kstat-rs v0.2.5
37262026-08-29T21:11:34.173Z Checking fxhash v0.2.1
37272026-08-29T21:11:34.186Z Checking lzss v0.8.2
37282026-08-29T21:11:34.201Z Checking serde_bytes v0.11.19
37292026-08-29T21:11:34.207Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37302026-08-29T21:11:34.284Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37312026-08-29T21:11:34.322Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37322026-08-29T21:11:34.366Z Checking signal-hook-tokio v0.3.1
37332026-08-29T21:11:34.423Z Checking tokio-tungstenite v0.23.1
37342026-08-29T21:11:34.532Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37352026-08-29T21:11:35.580Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37362026-08-29T21:11:36.126Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37372026-08-29T21:11:38.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
37382026-08-29T21:11:38.268Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
37392026-08-29T21:11:38.268Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37402026-08-29T21:11:38.450Z
37412026-08-29T21:11:38.450Zinfo: running `cargo check --bins` on gateway-api (164/377)
37422026-08-29T21:11:38.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-29T21:11:38.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-29T21:11:38.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-29T21:11:38.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37462026-08-29T21:11:39.043Z
37472026-08-29T21:11:39.043Zinfo: running `cargo check --bins` on ipcc (165/377)
37482026-08-29T21:11:39.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-29T21:11:39.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-29T21:11:39.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-29T21:11:39.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37522026-08-29T21:11:39.626Z
37532026-08-29T21:11:39.626Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
37542026-08-29T21:11:40.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-29T21:11:40.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-29T21:11:40.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-29T21:11:40.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37582026-08-29T21:11:40.220Z
37592026-08-29T21:11:40.220Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
37602026-08-29T21:11:40.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-29T21:11:40.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-29T21:11:40.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-29T21:11:40.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37642026-08-29T21:11:40.839Z
37652026-08-29T21:11:40.839Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
37662026-08-29T21:11:41.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-29T21:11:41.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-29T21:11:41.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-29T21:11:41.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37702026-08-29T21:11:41.438Z
37712026-08-29T21:11:41.439Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
37722026-08-29T21:11:41.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-29T21:11:41.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-29T21:11:41.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-29T21:11:41.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37762026-08-29T21:11:42.037Z
37772026-08-29T21:11:42.038Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
37782026-08-29T21:11:42.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-29T21:11:42.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-29T21:11:42.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-29T21:11:42.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37822026-08-29T21:11:42.635Z
37832026-08-29T21:11:42.636Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
37842026-08-29T21:11:43.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-29T21:11:43.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-29T21:11:43.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-29T21:11:43.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-08-29T21:11:43.247Z
37892026-08-29T21:11:43.247Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
37902026-08-29T21:11:43.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-29T21:11:43.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-29T21:11:43.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-29T21:11:43.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-08-29T21:11:43.844Z
37952026-08-29T21:11:43.844Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
37962026-08-29T21:11:44.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-29T21:11:44.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-29T21:11:44.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-29T21:11:44.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-08-29T21:11:44.443Z
38012026-08-29T21:11:44.443Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
38022026-08-29T21:11:44.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-29T21:11:44.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-29T21:11:44.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-29T21:11:44.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-08-29T21:11:45.048Z
38072026-08-29T21:11:45.049Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
38082026-08-29T21:11:45.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-29T21:11:45.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-29T21:11:45.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-29T21:11:45.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38122026-08-29T21:11:45.650Z
38132026-08-29T21:11:45.650Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
38142026-08-29T21:11:46.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-29T21:11:46.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-29T21:11:46.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-08-29T21:11:46.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38182026-08-29T21:11:46.249Z
38192026-08-29T21:11:46.249Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
38202026-08-29T21:11:46.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-08-29T21:11:46.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-08-29T21:11:46.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-08-29T21:11:46.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38242026-08-29T21:11:46.852Z
38252026-08-29T21:11:46.852Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
38262026-08-29T21:11:47.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-08-29T21:11:47.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-08-29T21:11:47.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-08-29T21:11:47.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38302026-08-29T21:11:47.452Z
38312026-08-29T21:11:47.452Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
38322026-08-29T21:11:47.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-08-29T21:11:47.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-08-29T21:11:47.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-08-29T21:11:47.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38362026-08-29T21:11:48.049Z
38372026-08-29T21:11:48.049Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
38382026-08-29T21:11:48.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-08-29T21:11:48.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-08-29T21:11:48.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-08-29T21:11:48.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38422026-08-29T21:11:48.648Z
38432026-08-29T21:11:48.648Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
38442026-08-29T21:11:49.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-08-29T21:11:49.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-08-29T21:11:49.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-08-29T21:11:49.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38482026-08-29T21:11:49.246Z
38492026-08-29T21:11:49.246Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
38502026-08-29T21:11:49.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-08-29T21:11:49.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-08-29T21:11:49.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-08-29T21:11:49.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38542026-08-29T21:11:49.846Z
38552026-08-29T21:11:49.846Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
38562026-08-29T21:11:50.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-08-29T21:11:50.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-08-29T21:11:50.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-08-29T21:11:50.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38602026-08-29T21:11:50.448Z
38612026-08-29T21:11:50.448Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
38622026-08-29T21:11:50.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-08-29T21:11:50.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-08-29T21:11:50.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-08-29T21:11:50.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38662026-08-29T21:11:51.045Z
38672026-08-29T21:11:51.045Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
38682026-08-29T21:11:51.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-08-29T21:11:51.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-08-29T21:11:51.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-08-29T21:11:51.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38722026-08-29T21:11:51.646Z
38732026-08-29T21:11:51.646Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
38742026-08-29T21:11:52.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-08-29T21:11:52.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-08-29T21:11:52.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-08-29T21:11:52.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38782026-08-29T21:11:52.263Z
38792026-08-29T21:11:52.263Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
38802026-08-29T21:11:52.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-08-29T21:11:52.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-08-29T21:11:52.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-08-29T21:11:52.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38842026-08-29T21:11:52.886Z
38852026-08-29T21:11:52.886Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
38862026-08-29T21:11:53.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-08-29T21:11:53.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-08-29T21:11:53.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-08-29T21:11:53.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38902026-08-29T21:11:53.500Z
38912026-08-29T21:11:53.500Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
38922026-08-29T21:11:54.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-29T21:11:54.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-29T21:11:54.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-08-29T21:11:54.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38962026-08-29T21:11:54.113Z
38972026-08-29T21:11:54.113Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
38982026-08-29T21:11:54.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-29T21:11:54.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-29T21:11:54.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-08-29T21:11:54.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39022026-08-29T21:11:54.722Z
39032026-08-29T21:11:54.722Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
39042026-08-29T21:11:55.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-29T21:11:55.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-29T21:11:55.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-08-29T21:11:55.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39082026-08-29T21:11:55.328Z
39092026-08-29T21:11:55.328Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
39102026-08-29T21:11:55.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-29T21:11:55.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-29T21:11:55.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-08-29T21:11:55.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39142026-08-29T21:11:55.940Z
39152026-08-29T21:11:55.940Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
39162026-08-29T21:11:56.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-29T21:11:56.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-29T21:11:56.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-08-29T21:11:56.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39202026-08-29T21:11:56.548Z
39212026-08-29T21:11:56.548Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
39222026-08-29T21:11:57.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-08-29T21:11:57.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-08-29T21:11:57.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-08-29T21:11:57.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39262026-08-29T21:11:57.151Z
39272026-08-29T21:11:57.151Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
39282026-08-29T21:11:57.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-08-29T21:11:57.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-08-29T21:11:57.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-08-29T21:11:57.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39322026-08-29T21:11:57.759Z
39332026-08-29T21:11:57.759Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
39342026-08-29T21:11:58.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-29T21:11:58.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-29T21:11:58.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-29T21:11:58.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39382026-08-29T21:11:58.371Z
39392026-08-29T21:11:58.371Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
39402026-08-29T21:11:58.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-29T21:11:58.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-29T21:11:58.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-29T21:11:58.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39442026-08-29T21:11:58.984Z
39452026-08-29T21:11:58.984Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
39462026-08-29T21:11:59.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-29T21:11:59.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-29T21:11:59.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-29T21:11:59.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39502026-08-29T21:11:59.600Z
39512026-08-29T21:11:59.600Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
39522026-08-29T21:12:00.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-29T21:12:00.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-29T21:12:00.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-29T21:12:00.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39562026-08-29T21:12:00.216Z
39572026-08-29T21:12:00.216Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
39582026-08-29T21:12:00.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-29T21:12:00.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-29T21:12:00.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-29T21:12:00.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39622026-08-29T21:12:00.825Z
39632026-08-29T21:12:00.825Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
39642026-08-29T21:12:01.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-29T21:12:01.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-29T21:12:01.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-29T21:12:01.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39682026-08-29T21:12:01.437Z
39692026-08-29T21:12:01.437Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
39702026-08-29T21:12:01.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-29T21:12:01.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-29T21:12:01.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-29T21:12:01.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39742026-08-29T21:12:02.044Z
39752026-08-29T21:12:02.044Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
39762026-08-29T21:12:02.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-29T21:12:02.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-29T21:12:02.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-29T21:12:02.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39802026-08-29T21:12:02.658Z
39812026-08-29T21:12:02.658Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
39822026-08-29T21:12:03.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-29T21:12:03.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-29T21:12:03.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-29T21:12:03.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39862026-08-29T21:12:03.254Z
39872026-08-29T21:12:03.254Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
39882026-08-29T21:12:03.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-29T21:12:03.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-29T21:12:03.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-29T21:12:03.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39922026-08-29T21:12:03.852Z
39932026-08-29T21:12:03.852Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
39942026-08-29T21:12:04.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-29T21:12:04.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-29T21:12:04.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-29T21:12:04.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39982026-08-29T21:12:04.440Z
39992026-08-29T21:12:04.440Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
40002026-08-29T21:12:04.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-29T21:12:04.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-29T21:12:04.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-29T21:12:04.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40042026-08-29T21:12:05.032Z
40052026-08-29T21:12:05.032Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
40062026-08-29T21:12:05.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-29T21:12:05.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-29T21:12:05.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-29T21:12:05.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40102026-08-29T21:12:05.623Z
40112026-08-29T21:12:05.624Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
40122026-08-29T21:12:06.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-29T21:12:06.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-29T21:12:06.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-29T21:12:06.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40162026-08-29T21:12:06.224Z
40172026-08-29T21:12:06.224Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
40182026-08-29T21:12:06.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-29T21:12:06.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-29T21:12:06.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-29T21:12:06.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40222026-08-29T21:12:06.821Z
40232026-08-29T21:12:06.821Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
40242026-08-29T21:12:07.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-29T21:12:07.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-29T21:12:07.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-29T21:12:07.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40282026-08-29T21:12:07.415Z
40292026-08-29T21:12:07.415Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
40302026-08-29T21:12:07.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-29T21:12:07.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-29T21:12:07.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-29T21:12:07.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40342026-08-29T21:12:08.013Z
40352026-08-29T21:12:08.013Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
40362026-08-29T21:12:08.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-29T21:12:08.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-29T21:12:08.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-29T21:12:08.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40402026-08-29T21:12:08.607Z
40412026-08-29T21:12:08.607Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
40422026-08-29T21:12:09.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-29T21:12:09.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-29T21:12:09.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-29T21:12:09.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40462026-08-29T21:12:09.205Z
40472026-08-29T21:12:09.205Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
40482026-08-29T21:12:09.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-29T21:12:09.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-29T21:12:09.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-29T21:12:09.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40522026-08-29T21:12:09.802Z
40532026-08-29T21:12:09.802Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
40542026-08-29T21:12:10.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-29T21:12:10.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-29T21:12:10.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-29T21:12:10.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40582026-08-29T21:12:10.397Z
40592026-08-29T21:12:10.397Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
40602026-08-29T21:12:10.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-29T21:12:10.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-29T21:12:10.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-29T21:12:10.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40642026-08-29T21:12:10.994Z
40652026-08-29T21:12:10.994Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
40662026-08-29T21:12:11.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-29T21:12:11.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-29T21:12:11.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-29T21:12:11.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40702026-08-29T21:12:11.588Z
40712026-08-29T21:12:11.588Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
40722026-08-29T21:12:12.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-29T21:12:12.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-29T21:12:12.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-29T21:12:12.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40762026-08-29T21:12:12.183Z
40772026-08-29T21:12:12.183Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
40782026-08-29T21:12:12.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-29T21:12:12.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-29T21:12:12.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-29T21:12:12.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40822026-08-29T21:12:12.794Z
40832026-08-29T21:12:12.794Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
40842026-08-29T21:12:13.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-29T21:12:13.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-29T21:12:13.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-29T21:12:13.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40882026-08-29T21:12:13.409Z
40892026-08-29T21:12:13.409Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
40902026-08-29T21:12:13.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-29T21:12:13.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-29T21:12:13.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-29T21:12:13.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40942026-08-29T21:12:14.023Z
40952026-08-29T21:12:14.023Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
40962026-08-29T21:12:14.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-29T21:12:14.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-29T21:12:14.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-29T21:12:14.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41002026-08-29T21:12:14.634Z
41012026-08-29T21:12:14.634Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
41022026-08-29T21:12:15.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-29T21:12:15.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-29T21:12:15.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-29T21:12:15.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41062026-08-29T21:12:15.246Z
41072026-08-29T21:12:15.246Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
41082026-08-29T21:12:15.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-29T21:12:15.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-29T21:12:15.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-08-29T21:12:15.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41122026-08-29T21:12:15.856Z
41132026-08-29T21:12:15.856Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
41142026-08-29T21:12:16.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-08-29T21:12:16.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-08-29T21:12:16.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-08-29T21:12:16.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41182026-08-29T21:12:16.470Z
41192026-08-29T21:12:16.470Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
41202026-08-29T21:12:16.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-08-29T21:12:16.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-08-29T21:12:16.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-08-29T21:12:16.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41242026-08-29T21:12:17.084Z
41252026-08-29T21:12:17.084Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
41262026-08-29T21:12:17.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-08-29T21:12:17.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-08-29T21:12:17.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-08-29T21:12:17.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41302026-08-29T21:12:17.693Z
41312026-08-29T21:12:17.693Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
41322026-08-29T21:12:18.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-08-29T21:12:18.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-08-29T21:12:18.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-08-29T21:12:18.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41362026-08-29T21:12:18.301Z
41372026-08-29T21:12:18.301Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
41382026-08-29T21:12:18.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-08-29T21:12:18.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-08-29T21:12:18.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-08-29T21:12:18.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41422026-08-29T21:12:18.913Z
41432026-08-29T21:12:18.913Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
41442026-08-29T21:12:19.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-08-29T21:12:19.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-08-29T21:12:19.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-08-29T21:12:19.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41482026-08-29T21:12:19.523Z
41492026-08-29T21:12:19.523Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
41502026-08-29T21:12:20.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-08-29T21:12:20.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-08-29T21:12:20.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-08-29T21:12:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41542026-08-29T21:12:20.137Z
41552026-08-29T21:12:20.137Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
41562026-08-29T21:12:20.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-08-29T21:12:20.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-08-29T21:12:20.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-08-29T21:12:20.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41602026-08-29T21:12:20.748Z
41612026-08-29T21:12:20.748Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
41622026-08-29T21:12:21.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-08-29T21:12:21.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-08-29T21:12:21.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41652026-08-29T21:12:21.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41662026-08-29T21:12:21.356Z
41672026-08-29T21:12:21.356Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
41682026-08-29T21:12:21.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-08-29T21:12:21.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-08-29T21:12:21.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41712026-08-29T21:12:21.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41722026-08-29T21:12:21.982Z
41732026-08-29T21:12:21.982Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
41742026-08-29T21:12:22.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41752026-08-29T21:12:22.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41762026-08-29T21:12:22.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41772026-08-29T21:12:22.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41782026-08-29T21:12:22.580Z
41792026-08-29T21:12:22.580Zinfo: running `cargo check --bins` on dns-server (237/377)
41802026-08-29T21:12:23.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-08-29T21:12:23.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-08-29T21:12:23.261Z Compiling parking_lot_core v0.8.6
41832026-08-29T21:12:23.372Z Compiling git-stub v1.0.0
41842026-08-29T21:12:23.380Z Checking prefix-trie v0.7.0
41852026-08-29T21:12:23.387Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
41862026-08-29T21:12:23.495Z Compiling git-stub-vcs v0.1.0
41872026-08-29T21:12:23.654Z Checking hickory-server v0.25.2
41882026-08-29T21:12:23.754Z Checking parking_lot v0.11.2
41892026-08-29T21:12:23.798Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41902026-08-29T21:12:23.923Z Checking sled v0.34.7
41912026-08-29T21:12:25.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
41922026-08-29T21:12:25.870Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41932026-08-29T21:12:25.870Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41942026-08-29T21:12:26.045Z
41952026-08-29T21:12:26.045Zinfo: running `cargo check --bins` on dns-server-api (238/377)
41962026-08-29T21:12:26.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-08-29T21:12:26.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-08-29T21:12:26.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-08-29T21:12:26.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42002026-08-29T21:12:26.642Z
42012026-08-29T21:12:26.643Zinfo: running `cargo check --bins` on nexus-client (239/377)
42022026-08-29T21:12:27.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-08-29T21:12:27.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-08-29T21:12:27.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-08-29T21:12:27.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42062026-08-29T21:12:27.273Z
42072026-08-29T21:12:27.273Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
42082026-08-29T21:12:27.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-08-29T21:12:27.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-08-29T21:12:27.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-08-29T21:12:27.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42122026-08-29T21:12:27.880Z
42132026-08-29T21:12:27.880Zinfo: running `cargo check --bins` on sp-sim (241/377)
42142026-08-29T21:12:28.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-08-29T21:12:28.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-08-29T21:12:28.620Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42172026-08-29T21:12:29.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
42182026-08-29T21:12:29.146Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42192026-08-29T21:12:29.147Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42202026-08-29T21:12:29.351Z
42212026-08-29T21:12:29.351Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
42222026-08-29T21:12:29.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-29T21:12:29.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-29T21:12:30.211Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42252026-08-29T21:12:30.346Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42262026-08-29T21:12:30.349Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
42272026-08-29T21:12:30.362Z Compiling dashu-int v0.5.1
42282026-08-29T21:12:30.372Z Checking libscf-sys v1.2.0
42292026-08-29T21:12:30.376Z Checking ssh-encoding v0.2.0
42302026-08-29T21:12:30.376Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42312026-08-29T21:12:30.411Z Compiling rlimit v0.10.2
42322026-08-29T21:12:30.486Z Checking num-modular v0.6.5
42332026-08-29T21:12:30.506Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42342026-08-29T21:12:30.547Z Checking dashu-base v0.5.1
42352026-08-29T21:12:30.576Z Checking tungstenite v0.28.0
42362026-08-29T21:12:30.583Z Checking ssh-cipher v0.2.0
42372026-08-29T21:12:30.628Z Checking papergrid v0.18.0
42382026-08-29T21:12:30.709Z Checking p256 v0.13.2
42392026-08-29T21:12:30.744Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42402026-08-29T21:12:30.780Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42412026-08-29T21:12:30.804Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42422026-08-29T21:12:30.952Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
42432026-08-29T21:12:30.981Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42442026-08-29T21:12:31.025Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
42452026-08-29T21:12:31.168Z Checking num-primitive v0.2.1
42462026-08-29T21:12:31.200Z Compiling unicase v2.9.0
42472026-08-29T21:12:31.390Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42482026-08-29T21:12:31.405Z Compiling mime_guess v2.0.5
42492026-08-29T21:12:31.408Z Checking tabled v0.21.0
42502026-08-29T21:12:31.539Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42512026-08-29T21:12:31.554Z Checking tokio-tungstenite v0.28.0
42522026-08-29T21:12:31.569Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42532026-08-29T21:12:31.712Z Checking dsi-bitstream v0.10.1
42542026-08-29T21:12:31.818Z Checking ssh-key v0.6.7
42552026-08-29T21:12:31.956Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
42562026-08-29T21:12:32.057Z Checking bytesize v2.7.0
42572026-08-29T21:12:32.157Z Checking http-range-header v0.4.2
42582026-08-29T21:12:32.221Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42592026-08-29T21:12:32.292Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42602026-08-29T21:12:32.357Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42612026-08-29T21:12:32.425Z Checking http-range v0.1.5
42622026-08-29T21:12:32.539Z Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
42632026-08-29T21:12:32.555Z Checking crc8 v0.1.1
42642026-08-29T21:12:32.669Z Compiling seq-macro v0.3.6
42652026-08-29T21:12:32.713Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42662026-08-29T21:12:32.892Z Checking scuffle v0.1.0
42672026-08-29T21:12:33.126Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42682026-08-29T21:12:33.151Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42692026-08-29T21:12:33.151Z Checking pwd v1.4.0
42702026-08-29T21:12:33.301Z Checking lru v0.18.3
42712026-08-29T21:12:33.422Z Checking sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
42722026-08-29T21:12:33.449Z Checking nanorand v0.7.0
42732026-08-29T21:12:33.469Z Checking hyper-staticfile v0.10.1
42742026-08-29T21:12:33.517Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42752026-08-29T21:12:33.536Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42762026-08-29T21:12:33.645Z Checking flume v0.11.1
42772026-08-29T21:12:33.750Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
42782026-08-29T21:12:33.888Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
42792026-08-29T21:12:33.925Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42802026-08-29T21:12:33.940Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42812026-08-29T21:12:33.966Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42822026-08-29T21:12:34.184Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42832026-08-29T21:12:34.247Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42842026-08-29T21:12:34.330Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42852026-08-29T21:12:34.493Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42862026-08-29T21:12:34.563Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
42872026-08-29T21:12:35.096Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
42882026-08-29T21:12:35.514Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
42892026-08-29T21:12:35.552Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42902026-08-29T21:12:36.627Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
42912026-08-29T21:12:37.224Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
42922026-08-29T21:12:38.497Z Checking sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
42932026-08-29T21:12:38.765Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
42942026-08-29T21:12:39.314Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
42952026-08-29T21:12:50.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.43s
42962026-08-29T21:12:50.798Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42972026-08-29T21:12:50.798Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42982026-08-29T21:12:51.017Z
42992026-08-29T21:12:51.017Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
43002026-08-29T21:12:51.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-08-29T21:12:51.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-08-29T21:12:51.828Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43032026-08-29T21:13:02.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
43042026-08-29T21:13:02.217Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43052026-08-29T21:13:02.217Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43062026-08-29T21:13:02.424Z
43072026-08-29T21:13:02.424Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
43082026-08-29T21:13:02.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-08-29T21:13:02.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-08-29T21:13:03.225Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43112026-08-29T21:13:13.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
43122026-08-29T21:13:13.619Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43132026-08-29T21:13:13.619Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43142026-08-29T21:13:13.822Z
43152026-08-29T21:13:13.822Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
43162026-08-29T21:13:14.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-08-29T21:13:14.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-08-29T21:13:14.618Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43192026-08-29T21:13:24.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
43202026-08-29T21:13:25.002Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43212026-08-29T21:13:25.002Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43222026-08-29T21:13:25.209Z
43232026-08-29T21:13:25.209Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
43242026-08-29T21:13:25.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-08-29T21:13:25.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-08-29T21:13:26.025Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43272026-08-29T21:13:36.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
43282026-08-29T21:13:36.441Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43292026-08-29T21:13:36.441Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43302026-08-29T21:13:36.647Z
43312026-08-29T21:13:36.647Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
43322026-08-29T21:13:37.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-29T21:13:37.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-29T21:13:37.459Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43352026-08-29T21:13:47.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
43362026-08-29T21:13:47.823Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43372026-08-29T21:13:47.823Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43382026-08-29T21:13:48.029Z
43392026-08-29T21:13:48.029Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
43402026-08-29T21:13:48.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-08-29T21:13:48.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-08-29T21:13:48.841Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43432026-08-29T21:13:59.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
43442026-08-29T21:13:59.298Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43452026-08-29T21:13:59.299Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43462026-08-29T21:13:59.501Z
43472026-08-29T21:13:59.501Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
43482026-08-29T21:14:00.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-08-29T21:14:00.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-08-29T21:14:00.316Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43512026-08-29T21:14:10.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
43522026-08-29T21:14:10.719Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43532026-08-29T21:14:10.719Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43542026-08-29T21:14:10.925Z
43552026-08-29T21:14:10.925Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
43562026-08-29T21:14:11.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-08-29T21:14:11.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-08-29T21:14:11.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43592026-08-29T21:14:11.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43602026-08-29T21:14:11.534Z
43612026-08-29T21:14:11.534Zinfo: running `cargo check --bins` on installinator-common (251/377)
43622026-08-29T21:14:12.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-08-29T21:14:12.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-08-29T21:14:12.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43652026-08-29T21:14:12.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43662026-08-29T21:14:12.144Z
43672026-08-29T21:14:12.145Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
43682026-08-29T21:14:12.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-08-29T21:14:12.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-08-29T21:14:12.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43712026-08-29T21:14:12.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43722026-08-29T21:14:12.736Z
43732026-08-29T21:14:12.736Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
43742026-08-29T21:14:13.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-08-29T21:14:13.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-08-29T21:14:13.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43772026-08-29T21:14:13.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43782026-08-29T21:14:13.366Z
43792026-08-29T21:14:13.366Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
43802026-08-29T21:14:13.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-08-29T21:14:13.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-08-29T21:14:13.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-08-29T21:14:13.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43842026-08-29T21:14:13.971Z
43852026-08-29T21:14:13.971Zinfo: running `cargo check --bins` on range-requests (255/377)
43862026-08-29T21:14:14.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-08-29T21:14:14.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-08-29T21:14:14.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-08-29T21:14:14.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43902026-08-29T21:14:14.567Z
43912026-08-29T21:14:14.567Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
43922026-08-29T21:14:15.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-08-29T21:14:15.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-08-29T21:14:15.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-08-29T21:14:15.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43962026-08-29T21:14:15.175Z
43972026-08-29T21:14:15.175Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
43982026-08-29T21:14:15.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-08-29T21:14:15.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-08-29T21:14:15.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-08-29T21:14:15.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44022026-08-29T21:14:15.762Z
44032026-08-29T21:14:15.762Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
44042026-08-29T21:14:16.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-08-29T21:14:16.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-08-29T21:14:16.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-08-29T21:14:16.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44082026-08-29T21:14:16.383Z
44092026-08-29T21:14:16.383Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
44102026-08-29T21:14:16.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-08-29T21:14:16.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-08-29T21:14:16.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-08-29T21:14:16.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44142026-08-29T21:14:17.004Z
44152026-08-29T21:14:17.004Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
44162026-08-29T21:14:17.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-08-29T21:14:17.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-08-29T21:14:17.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-08-29T21:14:17.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44202026-08-29T21:14:17.627Z
44212026-08-29T21:14:17.627Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
44222026-08-29T21:14:18.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-08-29T21:14:18.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-08-29T21:14:18.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-08-29T21:14:18.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44262026-08-29T21:14:18.254Z
44272026-08-29T21:14:18.254Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
44282026-08-29T21:14:18.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-29T21:14:18.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-29T21:14:18.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-08-29T21:14:18.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44322026-08-29T21:14:18.881Z
44332026-08-29T21:14:18.881Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
44342026-08-29T21:14:19.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-29T21:14:19.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-29T21:14:19.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-29T21:14:19.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44382026-08-29T21:14:19.508Z
44392026-08-29T21:14:19.509Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
44402026-08-29T21:14:20.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-29T21:14:20.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-29T21:14:20.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-08-29T21:14:20.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44442026-08-29T21:14:20.139Z
44452026-08-29T21:14:20.139Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
44462026-08-29T21:14:20.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-29T21:14:20.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-29T21:14:20.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-08-29T21:14:20.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44502026-08-29T21:14:20.760Z
44512026-08-29T21:14:20.760Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
44522026-08-29T21:14:21.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-08-29T21:14:21.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-08-29T21:14:21.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-08-29T21:14:21.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44562026-08-29T21:14:21.389Z
44572026-08-29T21:14:21.389Zinfo: running `cargo check --bins` on trust-quorum (267/377)
44582026-08-29T21:14:21.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-08-29T21:14:21.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-08-29T21:14:21.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-08-29T21:14:21.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44622026-08-29T21:14:22.019Z
44632026-08-29T21:14:22.019Zinfo: running `cargo check --bins` on sled-agent-health-monitor (268/377)
44642026-08-29T21:14:22.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-08-29T21:14:22.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-08-29T21:14:22.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-08-29T21:14:22.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44682026-08-29T21:14:22.643Z
44692026-08-29T21:14:22.644Zinfo: running `cargo check --bins` on sled-agent-multirack-join (269/377)
44702026-08-29T21:14:23.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-08-29T21:14:23.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-08-29T21:14:23.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-08-29T21:14:23.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44742026-08-29T21:14:23.269Z
44752026-08-29T21:14:23.269Zinfo: running `cargo check --bins` on sled-agent-rack-setup (270/377)
44762026-08-29T21:14:23.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-08-29T21:14:23.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-08-29T21:14:23.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-08-29T21:14:23.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44802026-08-29T21:14:23.912Z
44812026-08-29T21:14:23.912Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (271/377)
44822026-08-29T21:14:24.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-08-29T21:14:24.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-08-29T21:14:24.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-08-29T21:14:24.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44862026-08-29T21:14:24.550Z
44872026-08-29T21:14:24.550Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (272/377)
44882026-08-29T21:14:25.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-08-29T21:14:25.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-08-29T21:14:25.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-08-29T21:14:25.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44922026-08-29T21:14:25.202Z
44932026-08-29T21:14:25.202Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (273/377)
44942026-08-29T21:14:25.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-08-29T21:14:25.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-08-29T21:14:25.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-08-29T21:14:25.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44982026-08-29T21:14:25.850Z
44992026-08-29T21:14:25.851Zinfo: running `cargo check --bins` on omicron-deployment-graph (274/377)
45002026-08-29T21:14:26.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-08-29T21:14:26.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-08-29T21:14:26.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-08-29T21:14:26.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45042026-08-29T21:14:26.442Z
45052026-08-29T21:14:26.442Zinfo: running `cargo check --bins` on transient-dns-server (275/377)
45062026-08-29T21:14:26.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-08-29T21:14:26.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-08-29T21:14:26.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-08-29T21:14:26.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45102026-08-29T21:14:27.059Z
45112026-08-29T21:14:27.059Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/377)
45122026-08-29T21:14:27.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-08-29T21:14:27.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-08-29T21:14:27.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45152026-08-29T21:14:27.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45162026-08-29T21:14:27.677Z
45172026-08-29T21:14:27.677Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/377)
45182026-08-29T21:14:28.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-08-29T21:14:28.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-08-29T21:14:28.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-08-29T21:14:28.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45222026-08-29T21:14:28.299Z
45232026-08-29T21:14:28.299Zinfo: running `cargo check --bins` on omicron-rpaths (278/377)
45242026-08-29T21:14:28.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-08-29T21:14:28.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-08-29T21:14:28.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-08-29T21:14:28.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45282026-08-29T21:14:28.887Z
45292026-08-29T21:14:28.887Zinfo: running `cargo check --bins` on omicron-repl-utils (279/377)
45302026-08-29T21:14:29.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-08-29T21:14:29.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-08-29T21:14:29.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-08-29T21:14:29.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45342026-08-29T21:14:29.483Z
45352026-08-29T21:14:29.483Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (280/377)
45362026-08-29T21:14:30.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-08-29T21:14:30.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-08-29T21:14:30.226Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45392026-08-29T21:14:30.639Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
45402026-08-29T21:14:31.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s
45412026-08-29T21:14:31.834Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45422026-08-29T21:14:31.834Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45432026-08-29T21:14:32.019Z
45442026-08-29T21:14:32.019Zinfo: running `cargo check --bins` on clickhouse-admin-api (281/377)
45452026-08-29T21:14:32.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-08-29T21:14:32.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-08-29T21:14:32.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-08-29T21:14:32.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45492026-08-29T21:14:32.630Z
45502026-08-29T21:14:32.630Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (282/377)
45512026-08-29T21:14:33.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-08-29T21:14:33.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-08-29T21:14:33.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45542026-08-29T21:14:33.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45552026-08-29T21:14:33.230Z
45562026-08-29T21:14:33.230Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/377)
45572026-08-29T21:14:33.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-08-29T21:14:33.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-08-29T21:14:33.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-08-29T21:14:33.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45612026-08-29T21:14:33.838Z
45622026-08-29T21:14:33.838Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (284/377)
45632026-08-29T21:14:34.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-08-29T21:14:34.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-08-29T21:14:34.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45662026-08-29T21:14:34.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45672026-08-29T21:14:34.453Z
45682026-08-29T21:14:34.453Zinfo: running `cargo check --bins` on installinator-client (285/377)
45692026-08-29T21:14:34.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-08-29T21:14:34.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-08-29T21:14:34.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45722026-08-29T21:14:34.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45732026-08-29T21:14:35.051Z
45742026-08-29T21:14:35.051Zinfo: running `cargo check --bins` on oxide-client (286/377)
45752026-08-29T21:14:35.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-08-29T21:14:35.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-08-29T21:14:35.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-08-29T21:14:35.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45792026-08-29T21:14:35.653Z
45802026-08-29T21:14:35.653Zinfo: running `cargo check --bins` on oximeter-client (287/377)
45812026-08-29T21:14:36.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-08-29T21:14:36.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-08-29T21:14:36.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45842026-08-29T21:14:36.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45852026-08-29T21:14:36.269Z
45862026-08-29T21:14:36.269Zinfo: running `cargo check --bins` on wicketd-client (288/377)
45872026-08-29T21:14:36.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-08-29T21:14:36.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-08-29T21:14:36.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45902026-08-29T21:14:36.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45912026-08-29T21:14:36.902Z
45922026-08-29T21:14:36.902Zinfo: running `cargo check --bins` on wicket-common (289/377)
45932026-08-29T21:14:37.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-08-29T21:14:37.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-08-29T21:14:37.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45962026-08-29T21:14:37.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45972026-08-29T21:14:37.521Z
45982026-08-29T21:14:37.521Zinfo: running `cargo check --bins` on wicketd-commission-client (290/377)
45992026-08-29T21:14:38.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-08-29T21:14:38.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-08-29T21:14:38.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46022026-08-29T21:14:38.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46032026-08-29T21:14:38.136Z
46042026-08-29T21:14:38.136Zinfo: running `cargo check --bins` on omicron-cockroach-admin (291/377)
46052026-08-29T21:14:38.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-08-29T21:14:38.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-08-29T21:14:38.851Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46082026-08-29T21:14:38.962Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46092026-08-29T21:14:40.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
46102026-08-29T21:14:40.038Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46112026-08-29T21:14:40.038Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46122026-08-29T21:14:40.223Z
46132026-08-29T21:14:40.223Zinfo: running `cargo check --bins` on cockroach-admin-api (292/377)
46142026-08-29T21:14:40.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-08-29T21:14:40.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-08-29T21:14:40.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-08-29T21:14:40.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46182026-08-29T21:14:40.825Z
46192026-08-29T21:14:40.825Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (293/377)
46202026-08-29T21:14:41.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-08-29T21:14:41.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-08-29T21:14:41.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46232026-08-29T21:14:41.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
46242026-08-29T21:14:41.513Z
46252026-08-29T21:14:41.513Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/377)
46262026-08-29T21:14:42.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-08-29T21:14:42.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-08-29T21:14:42.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46292026-08-29T21:14:42.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46302026-08-29T21:14:42.180Z
46312026-08-29T21:14:42.180Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (295/377)
46322026-08-29T21:14:42.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-08-29T21:14:42.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-08-29T21:14:42.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46352026-08-29T21:14:42.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
46362026-08-29T21:14:42.821Z
46372026-08-29T21:14:42.821Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/377)
46382026-08-29T21:14:43.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-08-29T21:14:43.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-08-29T21:14:43.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-08-29T21:14:43.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
46422026-08-29T21:14:43.460Z
46432026-08-29T21:14:43.460Zinfo: running `cargo check --bins` on db-macros (297/377)
46442026-08-29T21:14:43.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-08-29T21:14:43.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-08-29T21:14:43.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46472026-08-29T21:14:43.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46482026-08-29T21:14:44.044Z
46492026-08-29T21:14:44.045Zinfo: running `cargo check --bins` on nexus-macros-common (298/377)
46502026-08-29T21:14:44.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46512026-08-29T21:14:44.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46522026-08-29T21:14:44.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46532026-08-29T21:14:44.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46542026-08-29T21:14:44.624Z
46552026-08-29T21:14:44.624Zinfo: running `cargo check --bins` on nexus-auth (299/377)
46562026-08-29T21:14:45.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-08-29T21:14:45.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-08-29T21:14:45.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46592026-08-29T21:14:45.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
46602026-08-29T21:14:45.270Z
46612026-08-29T21:14:45.270Zinfo: running `cargo check --bins` on authz-macros (300/377)
46622026-08-29T21:14:45.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-08-29T21:14:45.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-08-29T21:14:45.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46652026-08-29T21:14:45.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46662026-08-29T21:14:45.859Z
46672026-08-29T21:14:45.859Zinfo: running `cargo check --bins` on nexus-db-fixed-data (301/377)
46682026-08-29T21:14:46.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-08-29T21:14:46.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-08-29T21:14:46.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46712026-08-29T21:14:46.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46722026-08-29T21:14:46.493Z
46732026-08-29T21:14:46.493Zinfo: running `cargo check --bins` on nexus-db-model (302/377)
46742026-08-29T21:14:47.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-08-29T21:14:47.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-08-29T21:14:47.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46772026-08-29T21:14:47.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46782026-08-29T21:14:47.127Z
46792026-08-29T21:14:47.127Zinfo: running `cargo check --bins` on nexus-db-schema (303/377)
46802026-08-29T21:14:47.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-29T21:14:47.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-29T21:14:47.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-08-29T21:14:47.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46842026-08-29T21:14:47.712Z
46852026-08-29T21:14:47.713Zinfo: running `cargo check --bins` on nexus-defaults (304/377)
46862026-08-29T21:14:48.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-29T21:14:48.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-29T21:14:48.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-08-29T21:14:48.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46902026-08-29T21:14:48.316Z
46912026-08-29T21:14:48.317Zinfo: running `cargo check --bins` on omicron-git-version (305/377)
46922026-08-29T21:14:48.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-29T21:14:48.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-29T21:14:48.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46952026-08-29T21:14:48.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46962026-08-29T21:14:48.903Z
46972026-08-29T21:14:48.903Zinfo: running `cargo check --bins` on nexus-db-errors (306/377)
46982026-08-29T21:14:49.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-08-29T21:14:49.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-08-29T21:14:49.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47012026-08-29T21:14:49.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47022026-08-29T21:14:49.540Z
47032026-08-29T21:14:49.541Zinfo: running `cargo check --bins` on nexus-db-lookup (307/377)
47042026-08-29T21:14:50.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-08-29T21:14:50.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-08-29T21:14:50.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47072026-08-29T21:14:50.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47082026-08-29T21:14:50.180Z
47092026-08-29T21:14:50.180Zinfo: running `cargo check --bins` on nexus-test-interface (308/377)
47102026-08-29T21:14:50.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47112026-08-29T21:14:50.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47122026-08-29T21:14:50.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47132026-08-29T21:14:50.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47142026-08-29T21:14:50.823Z
47152026-08-29T21:14:50.823Zinfo: running `cargo check --bins` on oximeter-collector (309/377)
47162026-08-29T21:14:51.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47172026-08-29T21:14:51.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47182026-08-29T21:14:51.562Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47192026-08-29T21:14:51.562Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47202026-08-29T21:14:52.228Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47212026-08-29T21:14:53.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
47222026-08-29T21:14:53.934Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47232026-08-29T21:14:53.934Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47242026-08-29T21:14:54.130Z
47252026-08-29T21:14:54.130Zinfo: running `cargo check --bins` on oximeter-api (310/377)
47262026-08-29T21:14:54.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-08-29T21:14:54.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-08-29T21:14:54.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47292026-08-29T21:14:54.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47302026-08-29T21:14:54.724Z
47312026-08-29T21:14:54.724Zinfo: running `cargo check --bins` on cert-dev (311/377)
47322026-08-29T21:14:55.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-08-29T21:14:55.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-08-29T21:14:55.371Z Checking yasna v0.5.2
47352026-08-29T21:14:55.769Z Checking rcgen v0.12.1
47362026-08-29T21:14:56.018Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
47372026-08-29T21:14:56.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
47382026-08-29T21:14:56.206Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47392026-08-29T21:14:56.206Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47402026-08-29T21:14:56.368Z
47412026-08-29T21:14:56.368Zinfo: running `cargo check --bins` on clickana (312/377)
47422026-08-29T21:14:56.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-29T21:14:56.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-29T21:14:57.040Z Compiling instability v0.3.11
47452026-08-29T21:14:57.043Z Checking castaway v0.2.4
47462026-08-29T21:14:57.043Z Compiling indoc v2.0.7
47472026-08-29T21:14:57.161Z Checking unicode-truncate v1.1.0
47482026-08-29T21:14:57.164Z Checking lru v0.12.5
47492026-08-29T21:14:57.175Z Checking cassowary v0.3.0
47502026-08-29T21:14:57.238Z Checking compact_str v0.8.1
47512026-08-29T21:14:58.020Z Checking ratatui v0.29.0
47522026-08-29T21:14:59.068Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
47532026-08-29T21:14:59.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
47542026-08-29T21:14:59.792Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47552026-08-29T21:14:59.792Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47562026-08-29T21:14:59.971Z
47572026-08-29T21:14:59.971Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (313/377)
47582026-08-29T21:15:00.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-08-29T21:15:00.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-08-29T21:15:00.708Z Checking headers-core v0.3.0
47612026-08-29T21:15:00.711Z Checking port-file v0.1.0
47622026-08-29T21:15:00.711Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47632026-08-29T21:15:00.903Z Checking headers v0.4.1
47642026-08-29T21:15:01.267Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47652026-08-29T21:15:02.252Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47662026-08-29T21:15:02.769Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
47672026-08-29T21:15:03.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
47682026-08-29T21:15:03.214Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47692026-08-29T21:15:03.214Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47702026-08-29T21:15:03.403Z
47712026-08-29T21:15:03.404Zinfo: running `cargo check --bins` on ch-dev (314/377)
47722026-08-29T21:15:03.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-29T21:15:03.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-29T21:15:04.149Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47752026-08-29T21:15:04.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
47762026-08-29T21:15:04.914Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47772026-08-29T21:15:04.914Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47782026-08-29T21:15:05.109Z
47792026-08-29T21:15:05.109Zinfo: running `cargo check --bins` on dev-tools-common (315/377)
47802026-08-29T21:15:05.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-08-29T21:15:05.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-08-29T21:15:05.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47832026-08-29T21:15:05.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
47842026-08-29T21:15:05.531Z
47852026-08-29T21:15:05.531Zinfo: running `cargo check --bins` on corpus-adjust (316/377)
47862026-08-29T21:15:06.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-08-29T21:15:06.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-08-29T21:15:06.185Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
47892026-08-29T21:15:06.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
47902026-08-29T21:15:06.568Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47912026-08-29T21:15:06.568Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47922026-08-29T21:15:06.734Z
47932026-08-29T21:15:06.734Zinfo: running `cargo check --bins` on crdb-seed (317/377)
47942026-08-29T21:15:07.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-29T21:15:07.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-29T21:15:07.471Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47972026-08-29T21:15:08.577Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47982026-08-29T21:15:08.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
47992026-08-29T21:15:08.939Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48002026-08-29T21:15:08.939Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48012026-08-29T21:15:09.133Z
48022026-08-29T21:15:09.133Zinfo: running `cargo check --bins` on db-dev (318/377)
48032026-08-29T21:15:09.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-08-29T21:15:09.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-08-29T21:15:09.873Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48062026-08-29T21:15:10.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
48072026-08-29T21:15:10.639Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48082026-08-29T21:15:10.639Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48092026-08-29T21:15:10.830Z
48102026-08-29T21:15:10.830Zinfo: running `cargo check --bins` on omicron-dev-lib (319/377)
48112026-08-29T21:15:11.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48122026-08-29T21:15:11.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48132026-08-29T21:15:11.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48142026-08-29T21:15:11.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
48152026-08-29T21:15:11.466Z
48162026-08-29T21:15:11.466Zinfo: running `cargo check --bins` on xtask-downloader (320/377)
48172026-08-29T21:15:11.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48182026-08-29T21:15:11.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48192026-08-29T21:15:12.118Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48202026-08-29T21:15:12.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
48212026-08-29T21:15:12.808Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48222026-08-29T21:15:12.808Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48232026-08-29T21:15:12.979Z
48242026-08-29T21:15:12.979Zinfo: running `cargo check --bins` on omicron-dropshot-apis (321/377)
48252026-08-29T21:15:13.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48262026-08-29T21:15:13.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48272026-08-29T21:15:13.749Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48282026-08-29T21:15:13.749Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48292026-08-29T21:15:13.752Z Checking git-stub v1.0.0
48302026-08-29T21:15:13.752Z Compiling trait-variant v0.1.2
48312026-08-29T21:15:13.752Z Checking maplit v1.0.2
48322026-08-29T21:15:13.906Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48332026-08-29T21:15:13.910Z Checking drift v0.2.0
48342026-08-29T21:15:13.910Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48352026-08-29T21:15:13.944Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48362026-08-29T21:15:14.043Z Checking git-stub-vcs v0.1.0
48372026-08-29T21:15:14.076Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48382026-08-29T21:15:14.102Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48392026-08-29T21:15:14.233Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
48402026-08-29T21:15:14.252Z Checking dropshot-api-manager v0.8.0
48412026-08-29T21:15:14.268Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48422026-08-29T21:15:14.400Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
48432026-08-29T21:15:14.598Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48442026-08-29T21:15:15.102Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48452026-08-29T21:15:16.029Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48462026-08-29T21:15:17.032Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48472026-08-29T21:15:17.857Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
48482026-08-29T21:15:18.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
48492026-08-29T21:15:18.315Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48502026-08-29T21:15:18.315Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48512026-08-29T21:15:18.507Z
48522026-08-29T21:15:18.507Zinfo: running `cargo check --bins` on installinator-api (322/377)
48532026-08-29T21:15:19.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48542026-08-29T21:15:19.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48552026-08-29T21:15:19.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48562026-08-29T21:15:19.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48572026-08-29T21:15:19.102Z
48582026-08-29T21:15:19.102Zinfo: running `cargo check --bins` on nexus-external-api (323/377)
48592026-08-29T21:15:19.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48602026-08-29T21:15:19.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48612026-08-29T21:15:19.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48622026-08-29T21:15:19.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
48632026-08-29T21:15:19.723Z
48642026-08-29T21:15:19.723Zinfo: running `cargo check --bins` on nexus-internal-api (324/377)
48652026-08-29T21:15:20.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48662026-08-29T21:15:20.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48672026-08-29T21:15:20.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48682026-08-29T21:15:20.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
48692026-08-29T21:15:20.350Z
48702026-08-29T21:15:20.350Zinfo: running `cargo check --bins` on nexus-lockstep-api (325/377)
48712026-08-29T21:15:20.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48722026-08-29T21:15:20.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48732026-08-29T21:15:20.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48742026-08-29T21:15:20.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
48752026-08-29T21:15:20.973Z
48762026-08-29T21:15:20.973Zinfo: running `cargo check --bins` on ntp-admin-api (326/377)
48772026-08-29T21:15:21.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48782026-08-29T21:15:21.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48792026-08-29T21:15:21.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48802026-08-29T21:15:21.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48812026-08-29T21:15:21.565Z
48822026-08-29T21:15:21.566Zinfo: running `cargo check --bins` on ntp-admin-types-versions (327/377)
48832026-08-29T21:15:22.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48842026-08-29T21:15:22.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48852026-08-29T21:15:22.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48862026-08-29T21:15:22.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48872026-08-29T21:15:22.147Z
48882026-08-29T21:15:22.147Zinfo: running `cargo check --bins` on wicketd-api (328/377)
48892026-08-29T21:15:22.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48902026-08-29T21:15:22.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48912026-08-29T21:15:22.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48922026-08-29T21:15:22.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
48932026-08-29T21:15:22.755Z
48942026-08-29T21:15:22.755Zinfo: running `cargo check --bins` on wicketd-commission-api (329/377)
48952026-08-29T21:15:23.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48962026-08-29T21:15:23.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48972026-08-29T21:15:23.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48982026-08-29T21:15:23.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48992026-08-29T21:15:23.355Z
49002026-08-29T21:15:23.355Zinfo: running `cargo check --bins` on omicron-ls-apis (330/377)
49012026-08-29T21:15:23.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49022026-08-29T21:15:23.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49032026-08-29T21:15:24.009Z Checking cargo-platform v0.3.2
49042026-08-29T21:15:24.009Z Checking topological-sort v0.2.2
49052026-08-29T21:15:24.012Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
49062026-08-29T21:15:24.219Z Checking omicron-zone-package v0.12.3
49072026-08-29T21:15:24.251Z Checking cargo_metadata v0.23.1
49082026-08-29T21:15:24.962Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
49092026-08-29T21:15:25.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
49102026-08-29T21:15:25.790Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49112026-08-29T21:15:25.790Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49122026-08-29T21:15:25.968Z
49132026-08-29T21:15:25.969Zinfo: running `cargo check --bins` on mgs-dev (331/377)
49142026-08-29T21:15:26.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49152026-08-29T21:15:26.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49162026-08-29T21:15:26.714Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49172026-08-29T21:15:27.352Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49182026-08-29T21:15:27.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
49192026-08-29T21:15:27.864Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49202026-08-29T21:15:27.864Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49212026-08-29T21:15:28.061Z
49222026-08-29T21:15:28.061Zinfo: running `cargo check --bins` on omicron-omdb (332/377)
49232026-08-29T21:15:28.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49242026-08-29T21:15:28.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49252026-08-29T21:15:29.082Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
49262026-08-29T21:15:29.082Z Compiling darling_core v0.21.3
49272026-08-29T21:15:29.082Z Compiling vergen-lib v0.1.6
49282026-08-29T21:15:29.086Z Compiling diesel_derives v2.3.7
49292026-08-29T21:15:29.086Z Checking scheduled-thread-pool v0.2.7
49302026-08-29T21:15:29.086Z Compiling vergen-gitcl v1.0.8
49312026-08-29T21:15:29.086Z Compiling diesel_table_macro_syntax v0.3.0
49322026-08-29T21:15:29.086Z Compiling dirs-sys-next v0.1.2
49332026-08-29T21:15:29.370Z Compiling crunchy v0.2.4
49342026-08-29T21:15:29.409Z Compiling glob v0.3.3
49352026-08-29T21:15:29.442Z Checking r2d2 v0.8.10
49362026-08-29T21:15:29.491Z Compiling dirs-next v2.0.0
49372026-08-29T21:15:29.507Z Compiling tiny-keccak v2.0.2
49382026-08-29T21:15:29.608Z Checking downcast-rs v2.0.2
49392026-08-29T21:15:29.639Z Compiling term v0.7.0
49402026-08-29T21:15:29.730Z Compiling bit-vec v0.6.3
49412026-08-29T21:15:29.782Z Compiling clang-sys v1.8.1
49422026-08-29T21:15:29.877Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49432026-08-29T21:15:29.952Z Compiling bit-set v0.5.3
49442026-08-29T21:15:30.067Z Compiling ascii-canvas v3.0.0
49452026-08-29T21:15:30.115Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49462026-08-29T21:15:30.157Z Compiling itertools v0.10.5
49472026-08-29T21:15:30.174Z Compiling ena v0.14.4
49482026-08-29T21:15:30.190Z Compiling libloading v0.8.9
49492026-08-29T21:15:30.262Z Compiling diff v0.1.13
49502026-08-29T21:15:30.279Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
49512026-08-29T21:15:30.303Z Compiling bindgen v0.71.1
49522026-08-29T21:15:30.382Z Compiling regex-syntax v0.6.29
49532026-08-29T21:15:30.539Z Compiling cexpr v0.6.0
49542026-08-29T21:15:30.695Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49552026-08-29T21:15:30.881Z Compiling rustc-hash v2.1.1
49562026-08-29T21:15:31.016Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49572026-08-29T21:15:31.090Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
49582026-08-29T21:15:31.212Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49592026-08-29T21:15:31.215Z Compiling libxml v0.3.3
49602026-08-29T21:15:31.368Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
49612026-08-29T21:15:31.478Z Compiling strum_macros v0.24.3
49622026-08-29T21:15:31.501Z Compiling indoc v1.0.9
49632026-08-29T21:15:31.790Z Compiling darling_macro v0.21.3
49642026-08-29T21:15:31.933Z Compiling lalrpop v0.19.12
49652026-08-29T21:15:32.299Z Compiling darling v0.21.3
49662026-08-29T21:15:32.349Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
49672026-08-29T21:15:32.390Z Compiling dsl_auto_type v0.2.0
49682026-08-29T21:15:32.424Z Checking derive_builder v0.20.2
49692026-08-29T21:15:32.531Z Compiling oso-derive v0.27.3
49702026-08-29T21:15:32.549Z Checking quick-xml v0.37.5
49712026-08-29T21:15:32.804Z Compiling impl-trait-for-tuples v0.2.3
49722026-08-29T21:15:33.037Z Checking openssl-probe v0.1.6
49732026-08-29T21:15:33.177Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
49742026-08-29T21:15:33.428Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
49752026-08-29T21:15:33.621Z Checking bb8 v0.8.6
49762026-08-29T21:15:33.954Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
49772026-08-29T21:15:33.989Z Checking nonempty v0.12.0
49782026-08-29T21:15:34.011Z Compiling libz-sys v1.1.24
49792026-08-29T21:15:34.162Z Compiling strsim v0.10.0
49802026-08-29T21:15:34.183Z Compiling libgit2-sys v0.18.3+1.9.2
49812026-08-29T21:15:34.341Z Compiling darling_core v0.13.4
49822026-08-29T21:15:34.495Z Compiling progenitor-impl v0.13.0
49832026-08-29T21:15:34.578Z Compiling vergen-git2 v9.1.0
49842026-08-29T21:15:35.696Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49852026-08-29T21:15:35.884Z Checking progenitor-client v0.13.0
49862026-08-29T21:15:36.163Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49872026-08-29T21:15:36.213Z Compiling darling_macro v0.13.4
49882026-08-29T21:15:36.693Z Compiling darling v0.13.4
49892026-08-29T21:15:36.789Z Compiling serde_with_macros v1.5.2
49902026-08-29T21:15:37.083Z Compiling progenitor-macro v0.13.0
49912026-08-29T21:15:37.125Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49922026-08-29T21:15:37.341Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49932026-08-29T21:15:37.533Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49942026-08-29T21:15:37.622Z Compiling serde_with v1.14.0
49952026-08-29T21:15:37.722Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49962026-08-29T21:15:37.909Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49972026-08-29T21:15:38.097Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49982026-08-29T21:15:38.248Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49992026-08-29T21:15:38.266Z Checking diesel v2.3.7
50002026-08-29T21:15:38.283Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50012026-08-29T21:15:38.740Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
50022026-08-29T21:15:40.029Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50032026-08-29T21:15:40.126Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50042026-08-29T21:15:40.321Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50052026-08-29T21:15:40.508Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50062026-08-29T21:15:40.696Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
50072026-08-29T21:15:40.940Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50082026-08-29T21:15:40.957Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50092026-08-29T21:15:41.622Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50102026-08-29T21:15:41.769Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
50112026-08-29T21:15:42.124Z Checking progenitor v0.13.0
50122026-08-29T21:15:42.193Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50132026-08-29T21:15:42.263Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
50142026-08-29T21:15:42.281Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
50152026-08-29T21:15:42.300Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50162026-08-29T21:15:42.482Z Checking twox-hash v2.1.2
50172026-08-29T21:15:42.560Z Checking libsw-core v0.3.2
50182026-08-29T21:15:42.715Z Checking atty v0.2.14
50192026-08-29T21:15:42.777Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50202026-08-29T21:15:42.815Z Checking libsw v3.5.0
50212026-08-29T21:15:42.833Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
50222026-08-29T21:15:42.994Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50232026-08-29T21:15:44.662Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
50242026-08-29T21:15:44.926Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
50252026-08-29T21:15:45.385Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
50262026-08-29T21:15:45.649Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50272026-08-29T21:15:46.615Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
50282026-08-29T21:15:46.805Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
50292026-08-29T21:15:46.951Z Checking fatfs v0.3.6
50302026-08-29T21:15:47.412Z Checking console v0.16.2
50312026-08-29T21:15:47.728Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
50322026-08-29T21:15:48.641Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50332026-08-29T21:15:48.661Z Checking unit-prefix v0.5.2
50342026-08-29T21:15:48.792Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50352026-08-29T21:15:48.811Z Checking indicatif v0.18.4
50362026-08-29T21:15:49.091Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50372026-08-29T21:15:49.197Z Checking oxide-update-engine-display v0.1.2
50382026-08-29T21:15:49.500Z Checking support-bundle-viewer v0.1.2
50392026-08-29T21:15:49.741Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
50402026-08-29T21:15:49.759Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
50412026-08-29T21:15:50.074Z Checking multimap v0.10.1
50422026-08-29T21:15:54.108Z Checking diesel-dtrace v0.5.0
50432026-08-29T21:15:54.364Z Checking async-bb8-diesel v0.2.1
50442026-08-29T21:15:59.455Z Compiling samael v0.0.19
50452026-08-29T21:16:02.345Z Compiling git2 v0.20.4
50462026-08-29T21:16:03.633Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
50472026-08-29T21:16:04.971Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50482026-08-29T21:16:05.354Z Compiling polar-core v0.27.3
50492026-08-29T21:16:09.969Z Checking oso v0.27.3
50502026-08-29T21:16:40.973Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50512026-08-29T21:17:56.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
50522026-08-29T21:17:56.347Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50532026-08-29T21:17:56.347Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50542026-08-29T21:17:56.572Z
50552026-08-29T21:17:56.572Zinfo: running `cargo check --bins` on nexus-networking (333/377)
50562026-08-29T21:17:57.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50572026-08-29T21:17:57.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50582026-08-29T21:17:57.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50592026-08-29T21:17:57.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
50602026-08-29T21:17:57.270Z
50612026-08-29T21:17:57.271Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (334/377)
50622026-08-29T21:17:57.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50632026-08-29T21:17:57.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50642026-08-29T21:17:57.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50652026-08-29T21:17:57.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
50662026-08-29T21:17:57.922Z
50672026-08-29T21:17:57.922Zinfo: running `cargo check --bins` on nexus-saga-recovery (335/377)
50682026-08-29T21:17:58.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50692026-08-29T21:17:58.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50702026-08-29T21:17:58.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50712026-08-29T21:17:58.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50722026-08-29T21:17:58.559Z
50732026-08-29T21:17:58.559Zinfo: running `cargo check --bins` on nexus-test-utils-macros (336/377)
50742026-08-29T21:17:59.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50752026-08-29T21:17:59.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50762026-08-29T21:17:59.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50772026-08-29T21:17:59.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
50782026-08-29T21:17:59.147Z
50792026-08-29T21:17:59.147Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (337/377)
50802026-08-29T21:17:59.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50812026-08-29T21:17:59.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50822026-08-29T21:18:00.011Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50832026-08-29T21:18:00.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
50842026-08-29T21:18:00.810Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50852026-08-29T21:18:00.810Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50862026-08-29T21:18:01.024Z
50872026-08-29T21:18:01.024Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (338/377)
50882026-08-29T21:18:01.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50892026-08-29T21:18:01.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50902026-08-29T21:18:01.880Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50912026-08-29T21:18:40.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.95s
50922026-08-29T21:18:40.985Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50932026-08-29T21:18:40.985Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50942026-08-29T21:18:41.202Z
50952026-08-29T21:18:41.202Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (339/377)
50962026-08-29T21:18:41.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50972026-08-29T21:18:41.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50982026-08-29T21:18:41.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50992026-08-29T21:18:41.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
51002026-08-29T21:18:41.798Z
51012026-08-29T21:18:41.798Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (340/377)
51022026-08-29T21:18:42.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51032026-08-29T21:18:42.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51042026-08-29T21:18:42.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51052026-08-29T21:18:42.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
51062026-08-29T21:18:42.398Z
51072026-08-29T21:18:42.398Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (341/377)
51082026-08-29T21:18:42.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-29T21:18:42.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-29T21:18:42.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51112026-08-29T21:18:42.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
51122026-08-29T21:18:43.044Z
51132026-08-29T21:18:43.044Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (342/377)
51142026-08-29T21:18:43.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51152026-08-29T21:18:43.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51162026-08-29T21:18:43.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51172026-08-29T21:18:43.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
51182026-08-29T21:18:43.697Z
51192026-08-29T21:18:43.697Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (343/377)
51202026-08-29T21:18:44.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51212026-08-29T21:18:44.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51222026-08-29T21:18:44.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51232026-08-29T21:18:44.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
51242026-08-29T21:18:44.356Z
51252026-08-29T21:18:44.356Zinfo: running `cargo check --bins` on nexus-mgs-updates (344/377)
51262026-08-29T21:18:44.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51272026-08-29T21:18:44.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51282026-08-29T21:18:44.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51292026-08-29T21:18:44.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
51302026-08-29T21:18:44.999Z
51312026-08-29T21:18:44.999Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (345/377)
51322026-08-29T21:18:45.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51332026-08-29T21:18:45.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51342026-08-29T21:18:45.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51352026-08-29T21:18:45.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
51362026-08-29T21:18:45.650Z
51372026-08-29T21:18:45.650Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (346/377)
51382026-08-29T21:18:46.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51392026-08-29T21:18:46.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51402026-08-29T21:18:46.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51412026-08-29T21:18:46.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
51422026-08-29T21:18:46.298Z
51432026-08-29T21:18:46.298Zinfo: running `cargo check --bins` on nexus-switch-config (347/377)
51442026-08-29T21:18:46.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51452026-08-29T21:18:46.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51462026-08-29T21:18:46.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51472026-08-29T21:18:46.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
51482026-08-29T21:18:46.938Z
51492026-08-29T21:18:46.938Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (348/377)
51502026-08-29T21:18:47.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51512026-08-29T21:18:47.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51522026-08-29T21:18:47.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51532026-08-29T21:18:47.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
51542026-08-29T21:18:47.587Z
51552026-08-29T21:18:47.588Zinfo: running `cargo check --bins` on support-bundle-collection (349/377)
51562026-08-29T21:18:48.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51572026-08-29T21:18:48.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51582026-08-29T21:18:48.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51592026-08-29T21:18:48.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
51602026-08-29T21:18:48.232Z
51612026-08-29T21:18:48.232Zinfo: running `cargo check --bins` on omicron-dev (350/377)
51622026-08-29T21:18:48.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51632026-08-29T21:18:48.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51642026-08-29T21:18:49.170Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51652026-08-29T21:18:49.174Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51662026-08-29T21:18:49.366Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
51672026-08-29T21:18:49.395Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
51682026-08-29T21:18:49.412Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
51692026-08-29T21:18:49.427Z Checking yansi v1.0.1
51702026-08-29T21:18:49.430Z Checking diff v0.1.13
51712026-08-29T21:18:49.430Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
51722026-08-29T21:18:49.495Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
51732026-08-29T21:18:49.690Z Checking pretty_assertions v1.4.1
51742026-08-29T21:18:50.453Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
51752026-08-29T21:18:50.485Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51762026-08-29T21:19:15.613Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51772026-08-29T21:19:15.616Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
51782026-08-29T21:19:15.616Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
51792026-08-29T21:19:15.616Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
51802026-08-29T21:19:15.616Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
51812026-08-29T21:19:15.616Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
51822026-08-29T21:19:15.616Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
51832026-08-29T21:19:16.497Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
51842026-08-29T21:19:16.497Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
51852026-08-29T21:19:17.790Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51862026-08-29T21:19:56.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
51872026-08-29T21:19:56.582Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51882026-08-29T21:19:56.582Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51892026-08-29T21:19:56.796Z
51902026-08-29T21:19:56.796Zinfo: running `cargo check --bins` on oximeter-load-test (351/377)
51912026-08-29T21:19:57.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51922026-08-29T21:19:57.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51932026-08-29T21:19:57.548Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
51942026-08-29T21:19:58.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
51952026-08-29T21:19:58.195Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51962026-08-29T21:19:58.195Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51972026-08-29T21:19:58.384Z
51982026-08-29T21:19:58.384Zinfo: running `cargo check --bins` on omicron-pins (352/377)
51992026-08-29T21:19:58.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52002026-08-29T21:19:58.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52012026-08-29T21:19:58.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52022026-08-29T21:19:58.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
52032026-08-29T21:19:58.975Z
52042026-08-29T21:19:58.975Zinfo: running `cargo check --bins` on rack-init-config (353/377)
52052026-08-29T21:19:59.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52062026-08-29T21:19:59.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52072026-08-29T21:19:59.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52082026-08-29T21:19:59.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
52092026-08-29T21:19:59.586Z
52102026-08-29T21:19:59.586Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (354/377)
52112026-08-29T21:20:00.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52122026-08-29T21:20:00.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52132026-08-29T21:20:00.395Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
52142026-08-29T21:20:00.519Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52152026-08-29T21:20:00.526Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
52162026-08-29T21:20:27.699Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
52172026-08-29T21:20:28.107Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
52182026-08-29T21:20:29.883Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
52192026-08-29T21:20:30.368Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
52202026-08-29T21:20:33.527Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
52212026-08-29T21:20:57.579Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
52222026-08-29T21:20:58.338Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52232026-08-29T21:21:00.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
52242026-08-29T21:21:00.095Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52252026-08-29T21:21:00.095Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52262026-08-29T21:21:00.293Z
52272026-08-29T21:21:00.294Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (355/377)
52282026-08-29T21:21:00.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52292026-08-29T21:21:00.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52302026-08-29T21:21:01.032Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52312026-08-29T21:21:01.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
52322026-08-29T21:21:01.746Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52332026-08-29T21:21:01.746Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52342026-08-29T21:21:01.932Z
52352026-08-29T21:21:01.933Zinfo: running `cargo check --bins` on omicron-releng (356/377)
52362026-08-29T21:21:02.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52372026-08-29T21:21:02.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52382026-08-29T21:21:02.590Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
52392026-08-29T21:21:02.593Z Compiling fs-err v2.11.0
52402026-08-29T21:21:02.710Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
52412026-08-29T21:21:02.720Z Checking parse-size v1.1.0
52422026-08-29T21:21:02.728Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
52432026-08-29T21:21:02.730Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
52442026-08-29T21:21:02.731Z Checking shell-words v1.1.1
52452026-08-29T21:21:02.821Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
52462026-08-29T21:21:03.149Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
52472026-08-29T21:21:03.329Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
52482026-08-29T21:21:04.007Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
52492026-08-29T21:21:04.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
52502026-08-29T21:21:04.974Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52512026-08-29T21:21:04.974Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52522026-08-29T21:21:05.143Z
52532026-08-29T21:21:05.143Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (357/377)
52542026-08-29T21:21:05.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52552026-08-29T21:21:05.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52562026-08-29T21:21:05.812Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52572026-08-29T21:21:06.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
52582026-08-29T21:21:06.323Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52592026-08-29T21:21:06.323Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52602026-08-29T21:21:06.493Z
52612026-08-29T21:21:06.493Zinfo: running `cargo check --bins` on schema (358/377)
52622026-08-29T21:21:07.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52632026-08-29T21:21:07.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52642026-08-29T21:21:07.249Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
52652026-08-29T21:21:07.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
52662026-08-29T21:21:07.965Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52672026-08-29T21:21:07.965Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52682026-08-29T21:21:08.161Z
52692026-08-29T21:21:08.161Zinfo: running `cargo check --bins` on xtask (359/377)
52702026-08-29T21:21:08.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52712026-08-29T21:21:08.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52722026-08-29T21:21:08.574Z Checking serde_core v1.0.228
52732026-08-29T21:21:08.574Z Checking libc v0.2.185
52742026-08-29T21:21:08.653Z Checking bitflags v2.11.0
52752026-08-29T21:21:08.659Z Checking scroll v0.12.0
52762026-08-29T21:21:08.662Z Checking thiserror v1.0.69
52772026-08-29T21:21:08.672Z Checking hashbrown v0.17.0
52782026-08-29T21:21:08.675Z Checking log v0.4.33
52792026-08-29T21:21:08.686Z Checking zerocopy v0.7.35
52802026-08-29T21:21:08.756Z Checking syn v2.0.117
52812026-08-29T21:21:08.796Z Checking dtrace-parser v0.2.0
52822026-08-29T21:21:08.821Z Checking once_cell v1.21.3
52832026-08-29T21:21:08.873Z Checking goblin v0.8.2
52842026-08-29T21:21:08.932Z Checking errno v0.3.14
52852026-08-29T21:21:08.996Z Checking thread-id v4.2.2
52862026-08-29T21:21:09.025Z Checking getrandom v0.4.3
52872026-08-29T21:21:09.048Z Checking rustix v1.1.4
52882026-08-29T21:21:09.075Z Checking memmap v0.7.0
52892026-08-29T21:21:09.128Z Checking indexmap v2.14.0
52902026-08-29T21:21:09.155Z Checking thiserror v2.0.18
52912026-08-29T21:21:09.175Z Checking fs-err v3.3.0
52922026-08-29T21:21:09.201Z Checking anyhow v1.0.104
52932026-08-29T21:21:09.252Z Checking tabled v0.15.0
52942026-08-29T21:21:09.829Z Checking terminal_size v0.4.3
52952026-08-29T21:21:09.829Z Checking tempfile v3.27.0
52962026-08-29T21:21:09.942Z Checking clap_builder v4.6.0
52972026-08-29T21:21:09.945Z Checking textwrap v0.16.2
52982026-08-29T21:21:10.101Z Checking serde v1.0.228
52992026-08-29T21:21:10.104Z Checking serde_json v1.0.151
53002026-08-29T21:21:10.104Z Checking camino v1.2.5
53012026-08-29T21:21:10.153Z Checking semver v1.0.28
53022026-08-29T21:21:10.343Z Checking cargo-platform v0.3.2
53032026-08-29T21:21:10.363Z Checking camino-tempfile v1.4.1
53042026-08-29T21:21:10.507Z Checking toml_datetime v0.6.11
53052026-08-29T21:21:10.507Z Checking serde_spanned v0.6.9
53062026-08-29T21:21:10.526Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
53072026-08-29T21:21:10.537Z Checking macaddr v1.0.1
53082026-08-29T21:21:10.678Z Checking toml_edit v0.22.27
53092026-08-29T21:21:10.707Z Checking cargo_metadata v0.23.1
53102026-08-29T21:21:10.718Z Checking dof v0.3.0
53112026-08-29T21:21:10.976Z Checking usdt-impl v0.5.0
53122026-08-29T21:21:11.118Z Checking clap v4.6.1
53132026-08-29T21:21:11.236Z Checking usdt v0.5.0
53142026-08-29T21:21:11.646Z Checking toml v0.8.23
53152026-08-29T21:21:11.908Z Checking cargo_toml v0.21.0
53162026-08-29T21:21:12.560Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
53172026-08-29T21:21:12.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
53182026-08-29T21:21:13.056Z
53192026-08-29T21:21:13.056Zinfo: running `cargo check --bins` on dnsadm (360/377)
53202026-08-29T21:21:13.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53212026-08-29T21:21:13.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53222026-08-29T21:21:13.728Z Checking arc-swap v1.8.2
53232026-08-29T21:21:14.011Z Checking slog-scope v4.4.1
53242026-08-29T21:21:14.125Z Checking slog-stdlog v4.1.1
53252026-08-29T21:21:14.225Z Checking slog-envlogger v2.2.0
53262026-08-29T21:21:14.346Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
53272026-08-29T21:21:14.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
53282026-08-29T21:21:14.800Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
53292026-08-29T21:21:14.800Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
53302026-08-29T21:21:14.963Z
53312026-08-29T21:21:14.963Zinfo: running `cargo check --bins` on end-to-end-tests (361/377)
53322026-08-29T21:21:15.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53332026-08-29T21:21:15.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53342026-08-29T21:21:15.806Z Checking cpubits v0.1.1
53352026-08-29T21:21:15.810Z Checking pem-rfc7468 v1.0.0
53362026-08-29T21:21:15.946Z Checking hmac v0.13.0
53372026-08-29T21:21:15.949Z Checking universal-hash v0.6.1
53382026-08-29T21:21:15.968Z Checking ctr v0.10.1
53392026-08-29T21:21:15.968Z Checking aead v0.6.1
53402026-08-29T21:21:15.996Z Checking crypto-bigint v0.7.5
53412026-08-29T21:21:15.996Z Checking aes v0.9.1
53422026-08-29T21:21:16.025Z Checking salsa20 v0.11.0
53432026-08-29T21:21:16.086Z Checking polyval v0.7.1
53442026-08-29T21:21:16.089Z Checking der v0.8.0
53452026-08-29T21:21:16.114Z Checking pbkdf2 v0.13.0
53462026-08-29T21:21:16.131Z Checking cbc v0.2.1
53472026-08-29T21:21:16.153Z Checking ff v0.14.0
53482026-08-29T21:21:16.210Z Checking signature v3.0.0
53492026-08-29T21:21:16.230Z Checking scrypt v0.12.0
53502026-08-29T21:21:16.254Z Checking ghash v0.6.0
53512026-08-29T21:21:16.269Z Checking base16ct v1.0.0
53522026-08-29T21:21:16.284Z Checking group v0.14.0
53532026-08-29T21:21:16.362Z Checking hkdf v0.13.0
53542026-08-29T21:21:16.382Z Compiling curve25519-dalek v5.0.0
53552026-08-29T21:21:16.398Z Checking aes-gcm v0.11.0
53562026-08-29T21:21:16.415Z Checking keccak v0.2.0
53572026-08-29T21:21:16.430Z Checking wnaf v0.14.0
53582026-08-29T21:21:16.445Z Checking poly1305 v0.9.0
53592026-08-29T21:21:16.498Z Checking blowfish v0.10.0
53602026-08-29T21:21:16.560Z Checking blake2 v0.11.0-rc.6
53612026-08-29T21:21:16.577Z Checking sha3 v0.11.0
53622026-08-29T21:21:16.601Z Checking kem v0.3.0
53632026-08-29T21:21:16.652Z Checking bcrypt-pbkdf v0.11.0
53642026-08-29T21:21:16.711Z Checking module-lattice v0.2.3
53652026-08-29T21:21:16.726Z Checking sponge-cursor v0.1.0
53662026-08-29T21:21:16.812Z Checking argon2 v0.6.0-rc.8
53672026-08-29T21:21:16.830Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53682026-08-29T21:21:16.860Z Checking sha3 v0.12.0
53692026-08-29T21:21:16.886Z Checking spki v0.8.0
53702026-08-29T21:21:16.913Z Checking sec1 v0.8.1
53712026-08-29T21:21:16.929Z Checking ml-kem v0.3.2
53722026-08-29T21:21:17.017Z Checking internal-russh-num-bigint v0.5.0
53732026-08-29T21:21:17.060Z Checking num-bigint v0.4.6
53742026-08-29T21:21:17.078Z Checking pkcs5 v0.8.1
53752026-08-29T21:21:17.128Z Checking pkcs1 v0.8.0-rc.4
53762026-08-29T21:21:17.131Z Checking russh-util v0.52.0
53772026-08-29T21:21:17.270Z Checking generic-array v1.4.3
53782026-08-29T21:21:17.348Z Compiling enum_dispatch v0.3.13
53792026-08-29T21:21:17.377Z Checking pkcs8 v0.11.0
53802026-08-29T21:21:17.581Z Checking ed25519 v3.0.0
53812026-08-29T21:21:17.667Z Compiling delegate v0.13.5
53822026-08-29T21:21:17.696Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53832026-08-29T21:21:17.712Z Checking md5 v0.8.0
53842026-08-29T21:21:17.786Z Checking ed25519-dalek v3.0.0
53852026-08-29T21:21:17.871Z Checking hex-literal v1.1.0
53862026-08-29T21:21:17.908Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
53872026-08-29T21:21:17.974Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
53882026-08-29T21:21:17.989Z Checking socket2 v0.5.10
53892026-08-29T21:21:18.014Z Checking internet-checksum v0.2.1
53902026-08-29T21:21:18.104Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53912026-08-29T21:21:18.204Z Checking elliptic-curve v0.14.1
53922026-08-29T21:21:18.207Z Checking primefield v0.14.0
53932026-08-29T21:21:18.219Z Checking rfc6979 v0.6.0
53942026-08-29T21:21:18.249Z Checking ssh-encoding v0.3.0
53952026-08-29T21:21:18.294Z Checking crypto-primes v0.7.2
53962026-08-29T21:21:18.468Z Checking ssh-cipher v0.3.0
53972026-08-29T21:21:18.471Z Checking russh-cryptovec v0.62.0
53982026-08-29T21:21:18.596Z Checking primeorder v0.14.0
53992026-08-29T21:21:18.600Z Checking ecdsa v0.17.0
54002026-08-29T21:21:18.971Z Checking p256 v0.14.0
54012026-08-29T21:21:18.974Z Checking p521 v0.14.0
54022026-08-29T21:21:18.974Z Checking p384 v0.14.0
54032026-08-29T21:21:19.226Z Checking rsa v0.10.0-rc.18
54042026-08-29T21:21:21.790Z Checking ssh-key v0.7.0-rc.11
54052026-08-29T21:21:22.554Z Checking russh v0.62.4
54062026-08-29T21:21:36.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.38s
54072026-08-29T21:21:36.355Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
54082026-08-29T21:21:36.355Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
54092026-08-29T21:21:36.561Z
54102026-08-29T21:21:36.561Zinfo: running `cargo check --bins` on gateway-cli (362/377)
54112026-08-29T21:21:37.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54122026-08-29T21:21:37.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54132026-08-29T21:21:37.234Z Checking termios v0.3.3
54142026-08-29T21:21:37.435Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
54152026-08-29T21:21:38.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
54162026-08-29T21:21:38.041Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
54172026-08-29T21:21:38.041Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
54182026-08-29T21:21:38.217Z
54192026-08-29T21:21:38.217Zinfo: running `cargo check --bins --no-default-features` on installinator (363/377)
54202026-08-29T21:21:38.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54212026-08-29T21:21:38.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54222026-08-29T21:21:38.933Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
54232026-08-29T21:21:39.626Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
54242026-08-29T21:21:41.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
54252026-08-29T21:21:41.234Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
54262026-08-29T21:21:41.234Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
54272026-08-29T21:21:41.427Z
54282026-08-29T21:21:41.427Zinfo: running `cargo check --bins` on internal-dns-cli (364/377)
54292026-08-29T21:21:41.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54302026-08-29T21:21:41.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54312026-08-29T21:21:42.100Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
54322026-08-29T21:21:42.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
54332026-08-29T21:21:42.543Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
54342026-08-29T21:21:42.543Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
54352026-08-29T21:21:42.720Z
54362026-08-29T21:21:42.720Zinfo: running `cargo check --bins` on omicron-live-tests (365/377)
54372026-08-29T21:21:43.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54382026-08-29T21:21:43.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54392026-08-29T21:21:43.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
54402026-08-29T21:21:43.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
54412026-08-29T21:21:43.312Z
54422026-08-29T21:21:43.312Zinfo: running `cargo check --bins` on live-tests-macros (366/377)
54432026-08-29T21:21:43.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54442026-08-29T21:21:43.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54452026-08-29T21:21:43.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
54462026-08-29T21:21:43.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
54472026-08-29T21:21:43.902Z
54482026-08-29T21:21:43.902Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (367/377)
54492026-08-29T21:21:44.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54502026-08-29T21:21:44.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54512026-08-29T21:21:44.675Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
54522026-08-29T21:21:45.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
54532026-08-29T21:21:45.274Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
54542026-08-29T21:21:45.274Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
54552026-08-29T21:21:45.477Z
54562026-08-29T21:21:45.477Zinfo: running `cargo check --bins` on omicron-ntp-admin (368/377)
54572026-08-29T21:21:45.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54582026-08-29T21:21:45.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54592026-08-29T21:21:46.159Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
54602026-08-29T21:21:46.269Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
54612026-08-29T21:21:47.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
54622026-08-29T21:21:47.116Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
54632026-08-29T21:21:47.116Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
54642026-08-29T21:21:47.296Z
54652026-08-29T21:21:47.296Zinfo: running `cargo check --bins` on ntp-admin-types (369/377)
54662026-08-29T21:21:47.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54672026-08-29T21:21:47.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54682026-08-29T21:21:47.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
54692026-08-29T21:21:47.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
54702026-08-29T21:21:47.892Z
54712026-08-29T21:21:47.892Zinfo: running `cargo check --bins` on omicron-package (370/377)
54722026-08-29T21:21:48.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54732026-08-29T21:21:48.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54742026-08-29T21:21:48.605Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
54752026-08-29T21:21:49.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
54762026-08-29T21:21:49.718Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
54772026-08-29T21:21:49.718Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
54782026-08-29T21:21:49.899Z
54792026-08-29T21:21:49.899Zinfo: running `cargo check --bins` on sush-proxy (371/377)
54802026-08-29T21:21:50.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54812026-08-29T21:21:50.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54822026-08-29T21:21:50.591Z Checking sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
54832026-08-29T21:21:51.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
54842026-08-29T21:21:51.495Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
54852026-08-29T21:21:51.495Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
54862026-08-29T21:21:51.681Z
54872026-08-29T21:21:51.681Zinfo: running `cargo check --bins` on tqdb (372/377)
54882026-08-29T21:21:52.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54892026-08-29T21:21:52.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54902026-08-29T21:21:52.493Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
54912026-08-29T21:21:52.856Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
54922026-08-29T21:21:53.363Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
54932026-08-29T21:21:53.363Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
54942026-08-29T21:22:00.341Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
54952026-08-29T21:22:00.341Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
54962026-08-29T21:22:00.344Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
54972026-08-29T21:22:00.969Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
54982026-08-29T21:22:00.974Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
54992026-08-29T21:22:00.974Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
55002026-08-29T21:22:00.974Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
55012026-08-29T21:22:01.753Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
55022026-08-29T21:22:02.355Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
55032026-08-29T21:22:02.593Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
55042026-08-29T21:22:02.819Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
55052026-08-29T21:22:03.692Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
55062026-08-29T21:22:04.350Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
55072026-08-29T21:22:09.224Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
55082026-08-29T21:22:16.519Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
55092026-08-29T21:22:16.522Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
55102026-08-29T21:22:16.522Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
55112026-08-29T21:22:16.522Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
55122026-08-29T21:22:18.044Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
55132026-08-29T21:22:19.328Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
55142026-08-29T21:22:20.016Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
55152026-08-29T21:22:21.298Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
55162026-08-29T21:22:21.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.17s
55172026-08-29T21:22:21.862Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
55182026-08-29T21:22:21.862Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
55192026-08-29T21:22:22.065Z
55202026-08-29T21:22:22.065Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
55212026-08-29T21:22:22.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
55222026-08-29T21:22:22.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
55232026-08-29T21:22:22.817Z Checking rtoolbox v0.0.3
55242026-08-29T21:22:22.820Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
55252026-08-29T21:22:22.820Z Checking tui-tree-widget v0.23.1
55262026-08-29T21:22:22.940Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
55272026-08-29T21:22:23.038Z Checking rpassword v7.5.4
55282026-08-29T21:22:25.878Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
55292026-08-29T21:22:27.746Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
55302026-08-29T21:22:28.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
55312026-08-29T21:22:28.698Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
55322026-08-29T21:22:28.698Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
55332026-08-29T21:22:28.890Z
55342026-08-29T21:22:28.890Zinfo: running `cargo check --bins` on wicket (374/377)
55352026-08-29T21:22:29.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
55362026-08-29T21:22:29.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
55372026-08-29T21:22:29.614Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
55382026-08-29T21:22:29.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
55392026-08-29T21:22:29.993Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
55402026-08-29T21:22:29.993Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
55412026-08-29T21:22:30.180Z
55422026-08-29T21:22:30.181Zinfo: running `cargo check --bins` on wicketd (375/377)
55432026-08-29T21:22:30.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
55442026-08-29T21:22:30.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
55452026-08-29T21:22:30.914Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
55462026-08-29T21:22:34.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
55472026-08-29T21:22:34.461Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
55482026-08-29T21:22:34.461Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
55492026-08-29T21:22:34.652Z
55502026-08-29T21:22:34.652Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
55512026-08-29T21:22:35.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
55522026-08-29T21:22:35.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
55532026-08-29T21:22:35.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
55542026-08-29T21:22:35.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
55552026-08-29T21:22:35.243Z
55562026-08-29T21:22:35.243Zinfo: running `cargo check --bins` on zone-setup (377/377)
55572026-08-29T21:22:35.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
55582026-08-29T21:22:35.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
55592026-08-29T21:22:35.943Z Checking uzers v0.12.2
55602026-08-29T21:22:36.216Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
55612026-08-29T21:22:37.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
55622026-08-29T21:22:37.013Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
55632026-08-29T21:22:37.013Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
55642026-08-29T21:22:37.225Z
55652026-08-29T21:22:37.225Zreal 14:31.688462737
55662026-08-29T21:22:37.225Zuser 21:37.018266777
55672026-08-29T21:22:37.225Zsys 4:30.764649124
55682026-08-29T21:22:37.225Ztrap 0.328560112
55692026-08-29T21:22:37.225Ztflt 0.552691973
55702026-08-29T21:22:37.225Zdflt 0.899995751
55712026-08-29T21:22:37.225Zkflt 0.004978182
55722026-08-29T21:22:37.225Zlock 1:29:34.879281876
55732026-08-29T21:22:37.228Zslp 1:42:47.842351517
55742026-08-29T21:22:37.228Zlat 1:03.284115919
55752026-08-29T21:22:37.228Zstop 4:23.748361154
55762026-08-29T21:22:37.228Zprocess exited: duration 1018356 ms, exit code 0
 
55772026-08-29T21:22:37.234Zfound 0 output files