01M023CX9TZJC99097CJ87VRCH: 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: 01M023D93MWYFSWNPY2JKJ5GSC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-15T06:59:01.996Zjob assigned to worker 01M023DQ4ZV7XW07R2T0FF9F08 [factory aws, i-005838d8046d5f92e] (queued for 56 s)
 
22026-08-15T06:59:08.415Zstarting task 0: "setup"
32026-08-15T06:59:08.421Z++ uname -s
42026-08-15T06:59:08.424Z+ kern=SunOS
52026-08-15T06:59:08.424Z+ build_user=build
62026-08-15T06:59:08.424Z+ build_uid=12345
72026-08-15T06:59:08.424Z+ work_dir=/work
82026-08-15T06:59:08.424Z+ input_dir=/input
92026-08-15T06:59:08.424Z+ [[ 0 == 12345 ]]
102026-08-15T06:59:08.425Z+ case "$kern" in
112026-08-15T06:59:08.425Z+ groupadd -g 12345 build
122026-08-15T06:59:08.425Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-15T06:59:10.430Z+ zfs create -o mountpoint=/work rpool/work
142026-08-15T06:59:10.492Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-15T06:59:10.496Z+ home_fs=zfs
162026-08-15T06:59:10.496Z+ [[ zfs == autofs ]]
172026-08-15T06:59:10.496Z+ mkdir -p /home/build
182026-08-15T06:59:10.496Z+ chown build:build /home/build /work
192026-08-15T06:59:12.497Z+ chmod 0700 /home/build /work
202026-08-15T06:59:12.499Zprocess exited: duration 4082 ms, exit code 0
 
212026-08-15T06:59:12.505Zstarting task 1: "rust-toolchain"
222026-08-15T06:59:12.509Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-15T06:59:12.509Z * rust toolchain channel = "1.97.1"
242026-08-15T06:59:12.509Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-15T06:59:12.509Z * rust toolchain profile = "default"
262026-08-15T06:59:12.512Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-15T06:59:12.512Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-15T06:59:12.512Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-15T06:59:12.512Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-15T06:59:12.600Zinfo: downloading installer
312026-08-15T06:59:13.961Zwarn: It looks like you have an existing rustup settings file at:
322026-08-15T06:59:13.961Zwarn: /home/build/.rustup/settings.toml
332026-08-15T06:59:13.961Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-15T06:59:13.961Zwarn: instead of the one inferred from the default host triple.
352026-08-15T06:59:13.973Zinfo: profile set to default
362026-08-15T06:59:13.973Zinfo: default host triple is x86_64-unknown-illumos
372026-08-15T06:59:13.976Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-15T06:59:14.138Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-15T06:59:14.141Zinfo: downloading 6 components
402026-08-15T06:59:28.479Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-15T06:59:28.479Z
422026-08-15T06:59:28.508Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-15T06:59:28.510Z
442026-08-15T06:59:28.510Z
452026-08-15T06:59:28.510ZRust is installed now. Great!
462026-08-15T06:59:28.510Z
472026-08-15T06:59:28.510ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-15T06:59:28.510Zenvironment variable. This has not been done automatically.
492026-08-15T06:59:28.510Z
502026-08-15T06:59:28.510ZTo configure your current shell, you need to source
512026-08-15T06:59:28.510Zthe corresponding env file under $HOME/.cargo.
522026-08-15T06:59:28.510Z
532026-08-15T06:59:28.510ZThis is usually done by running one of the following (note the leading DOT):
542026-08-15T06:59:28.514Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-15T06:59:28.514Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-15T06:59:28.514Zsource "~/.cargo/env.nu" # For nushell
572026-08-15T06:59:28.514Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-15T06:59:28.514Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-15T06:59:28.515Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-15T06:59:28.515Zwarn: no default linker (`cc`) was found in your PATH
612026-08-15T06:59:28.515Zwarn: many Rust crates require a system C toolchain to build
622026-08-15T06:59:28.598Z+ rustup --version
632026-08-15T06:59:28.607Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-15T06:59:28.611Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-15T06:59:28.630Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-15T06:59:28.633Z+ cargo --version
672026-08-15T06:59:28.646Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-15T06:59:28.649Z+ rustc --version
692026-08-15T06:59:28.667Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-15T06:59:28.671Zprocess exited: duration 16163 ms, exit code 0
 
712026-08-15T06:59:28.678Zstarting task 2: "authentication"
722026-08-15T06:59:28.694Zprocess exited: duration 16 ms, exit code 0
 
732026-08-15T06:59:28.701Zstarting task 3: "clone repository"
742026-08-15T06:59:28.704Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-15T06:59:28.708Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-15T06:59:28.739ZCloning into '/work/oxidecomputer/omicron'...
772026-08-15T06:59:41.016Z+ cd /work/oxidecomputer/omicron
782026-08-15T06:59:41.016Z+ git fetch origin c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
792026-08-15T06:59:41.395ZFrom https://github.com/oxidecomputer/omicron
802026-08-15T06:59:41.395Z * branch c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 -> FETCH_HEAD
812026-08-15T06:59:41.410Z+ [[ -n sush-integration ]]
822026-08-15T06:59:41.419Z++ git branch --show-current
832026-08-15T06:59:41.419Z+ current=main
842026-08-15T06:59:41.420Z+ [[ main != sush-integration ]]
852026-08-15T06:59:41.420Z+ git branch -f sush-integration c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
862026-08-15T06:59:41.420Z+ git checkout -f sush-integration
872026-08-15T06:59:41.666ZSwitched to branch 'sush-integration'
882026-08-15T06:59:41.669Z+ git reset --hard c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
892026-08-15T06:59:41.688ZHEAD is now at c47b10a3e Faster, steadier sush routing
902026-08-15T06:59:41.691Zprocess exited: duration 12986 ms, exit code 0
 
912026-08-15T06:59:41.697Zstarting task 4: "build"
922026-08-15T06:59:41.700Z+ source .github/buildomat/ci-env.sh
932026-08-15T06:59:41.703Z++ export CARGO_TERM_COLOR=always
942026-08-15T06:59:41.703Z++ CARGO_TERM_COLOR=always
952026-08-15T06:59:41.703Z+++ uname -s
962026-08-15T06:59:41.703Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-15T06:59:41.703Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-15T06:59:41.706Z+ cargo --version
992026-08-15T06:59:41.713Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-15T06:59:41.716Z+ rustc --version
1012026-08-15T06:59:41.735Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-15T06:59:41.738Z+ source ./env.sh
1032026-08-15T06:59:41.738Z++ OLD_SHELL_OPTS=ehxB
1042026-08-15T06:59:41.738Z++ set -o xtrace
1052026-08-15T06:59:41.741Z++++ dirname ./env.sh
1062026-08-15T06:59:41.741Z+++ readlink -f .
1072026-08-15T06:59:41.744Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-15T06:59:41.744Z++ 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-15T06:59:41.744Z++ 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-15T06:59:41.744Z++ 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-15T06:59:41.744Z++ 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-15T06:59:41.745Z++ 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-15T06:59:41.745Z++ 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-15T06:59:41.745Z++ 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-15T06:59:41.745Z++ 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-15T06:59:41.745Z++ 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-15T06:59:41.745Z++ 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-15T06:59:41.745Z++ case $OLD_SHELL_OPTS in
1192026-08-15T06:59:41.745Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-15T06:59:41.745Z+ 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-15T06:59:41.746Z+ 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-15T06:59:41.746Z+ banner prerequisites
1232026-08-15T06:59:41.749Z
1242026-08-15T06:59:41.749Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-15T06:59:41.749Z # # # # # # # # # # # # # # #
1262026-08-15T06:59:41.749Z # # # # ##### # # ##### # # # # # #### #
1272026-08-15T06:59:41.749Z ##### ##### # ##### # # # # # # # # #
1282026-08-15T06:59:41.749Z # # # # # # # # # # # # # # #
1292026-08-15T06:59:41.749Z # # # ###### # # ###### ### # #### # #### #
1302026-08-15T06:59:41.749Z
1312026-08-15T06:59:41.749Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-15T06:59:43.569Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-15T06:59:43.877Z Startup: Caching catalogs ... Done
1342026-08-15T06:59:45.595ZPlanning: Solver setup ... Done (1.616s)
1352026-08-15T06:59:45.648ZPlanning: Running solver ... Done (0.052s)
1362026-08-15T06:59:45.686ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-15T06:59:45.697ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-15T06:59:45.712ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-15T06:59:45.727ZPlanning: Package planning ... Done (0.013s)
1402026-08-15T06:59:45.734ZPlanning: Merging actions ... Done (0.001s)
1412026-08-15T06:59:45.886ZPlanning: Checking for conflicting actions ... Done (0.159s)
1422026-08-15T06:59:45.889ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-15T06:59:46.656ZPlanning: Evaluating mediators ... Done (0.769s)
1442026-08-15T06:59:46.659ZPlanning: Planning completed in 2.75 seconds
1452026-08-15T06:59:46.665Z Packages to install: 2
1462026-08-15T06:59:46.665Z Estimated space available: 156.02 GB
1472026-08-15T06:59:46.669ZEstimated space to be consumed: 67.96 MB
1482026-08-15T06:59:46.669Z Create boot environment: No
1492026-08-15T06:59:46.669ZCreate backup boot environment: No
1502026-08-15T06:59:46.669Z Rebuild boot archive: No
1512026-08-15T06:59:46.669Z
1522026-08-15T06:59:46.669ZChanged packages:
1532026-08-15T06:59:46.669Zhelios
1542026-08-15T06:59:46.669Z developer/build-essential
1552026-08-15T06:59:46.669Z None -> 11-3.0
1562026-08-15T06:59:46.669Z library/libxmlsec1
1572026-08-15T06:59:46.669Z None -> 1.2.35-3.0
1582026-08-15T06:59:46.689Z
1592026-08-15T06:59:46.689ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-15T06:59:46.757ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1612026-08-15T06:59:46.831Z Actions: 1/268 actions (Installing new actions)
1622026-08-15T06:59:46.868Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-15T06:59:46.898ZFinalize: Updating package state database ... Done (0.030s)
1642026-08-15T06:59:46.901ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-15T06:59:46.973ZFinalize: Updating image state ... Done (0.075s)
1662026-08-15T06:59:49.397ZFinalize: Creating fast lookup database ... Done (2.379s)
1672026-08-15T06:59:49.460ZFinalize: Reading search index ... Done (0.011s)
1682026-08-15T06:59:49.463ZFinalize: Updating search index ... Done (0.000s)
1692026-08-15T06:59:49.548ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-15T06:59:49.900ZPlanning: Evaluating mediator changes ... Done
1712026-08-15T06:59:50.005ZPlanning: Checking for conflicting actions ... Done
1722026-08-15T06:59:50.008ZPlanning: Consolidating action changes ... Done
1732026-08-15T06:59:50.161ZPlanning: Evaluating mediators ... Done
1742026-08-15T06:59:50.166ZPlanning: Planning completed in 0.26 seconds
1752026-08-15T06:59:50.184Z Mediators to change: 2
1762026-08-15T06:59:50.184Z Create boot environment: No
1772026-08-15T06:59:50.187ZCreate backup boot environment: No
1782026-08-15T06:59:50.248ZFinalize: Updating package state database ... Done
1792026-08-15T06:59:50.248ZFinalize: Updating package cache ... Done
1802026-08-15T06:59:50.290ZFinalize: Updating image state ... Done
1812026-08-15T06:59:52.232ZFinalize: Creating fast lookup database ... Done
1822026-08-15T06:59:52.296ZFinalize: Reading search index ... Done
1832026-08-15T06:59:52.299ZFinalize: Updating search index ... Done
1842026-08-15T06:59:52.396ZFinalize: Updating package cache ... Done
1852026-08-15T06:59:52.684ZPlanning: Evaluating mediator changes ... Done
1862026-08-15T06:59:52.790ZPlanning: Checking for conflicting actions ... Done
1872026-08-15T06:59:52.795ZPlanning: Consolidating action changes ... Done
1882026-08-15T06:59:52.946ZPlanning: Evaluating mediators ... Done
1892026-08-15T06:59:52.948ZPlanning: Planning completed in 0.26 seconds
1902026-08-15T06:59:52.969Z Mediators to change: 1
1912026-08-15T06:59:52.969Z Create boot environment: No
1922026-08-15T06:59:52.971ZCreate backup boot environment: No
1932026-08-15T06:59:53.026ZFinalize: Updating package state database ... Done
1942026-08-15T06:59:53.029ZFinalize: Updating package cache ... Done
1952026-08-15T06:59:53.070ZFinalize: Updating image state ... Done
1962026-08-15T06:59:55.019ZFinalize: Creating fast lookup database ... Done
1972026-08-15T06:59:55.078ZFinalize: Reading search index ... Done
1982026-08-15T06:59:55.082ZFinalize: Updating search index ... Done
1992026-08-15T06:59:55.167ZFinalize: Updating package cache ... Done
2002026-08-15T06:59:55.480ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-15T06:59:55.480Zapache system 2.4 system
2022026-08-15T06:59:55.480Zclang system 15 system
2032026-08-15T06:59:55.480Zcsh system system illumos
2042026-08-15T06:59:55.481Zctags system system illumos
2052026-08-15T06:59:55.481Zfile vendor vendor darwinsys
2062026-08-15T06:59:55.481Zfile system system illumos
2072026-08-15T06:59:55.481Zgcc vendor 14 vendor
2082026-08-15T06:59:55.482Zgcc system 13 system
2092026-08-15T06:59:55.482Zgcc system 10 system
2102026-08-15T06:59:55.482Zgo system 1.25 system
2112026-08-15T06:59:55.482Zllvm system 15 system
2122026-08-15T06:59:55.482Zmariadb system 11.4 system
2132026-08-15T06:59:55.482Zmta vendor vendor dma
2142026-08-15T06:59:55.482Zopenjdk system 17 system
2152026-08-15T06:59:55.482Zopenjdk system 11 system
2162026-08-15T06:59:55.483Zopenssl vendor 3 vendor
2172026-08-15T06:59:55.483Zperl system 5.40 system
2182026-08-15T06:59:55.483Zpostgresql system 18 system
2192026-08-15T06:59:55.483Zpostgresql system 17 system
2202026-08-15T06:59:55.483Zpython vendor 3 vendor
2212026-08-15T06:59:55.483Zpython system 2 system
2222026-08-15T06:59:55.483Zpython3 vendor 3.13 vendor
2232026-08-15T06:59:55.483Zruby system 3.4 system
2242026-08-15T06:59:55.483Zruby system 3.0 system
2252026-08-15T06:59:55.483Zwords vendor vendor american-english
2262026-08-15T06:59:55.483Zwords system system australian-english
2272026-08-15T06:59:55.483Zwords system system british-english
2282026-08-15T06:59:55.483Zwords system system canadian-english
2292026-08-15T06:59:55.483Zwords system system french
2302026-08-15T06:59:55.483Zwords system system italian
2312026-08-15T06:59:55.483Zwords system system ngerman
2322026-08-15T06:59:55.483Zwords system system ogerman
2332026-08-15T06:59:55.483Zwords system system spanish
2342026-08-15T06:59:55.735ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-15T06:59:55.735Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-15T06:59:56.194ZFMRI IFO
2372026-08-15T06:59:56.194Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-15T06:59:56.194Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-15T06:59:56.195Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-15T06:59:56.195Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-15T06:59:56.195Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-15T06:59:56.195Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-15T06:59:56.195Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-15T06:59:56.195Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-15T06:59:56.195Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-15T06:59:56.503Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-15T06:59:56.840Z Updating crates.io index
2482026-08-15T06:59:56.842Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-15T06:59:57.102Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-15T06:59:57.448Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-15T06:59:58.434Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-15T06:59:59.134Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-15T07:00:00.724Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-15T07:00:01.572Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-15T07:00:01.871Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-15T07:00:02.261Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-15T07:00:03.558Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-15T07:00:03.860Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-15T07:00:04.253Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-15T07:00:04.555Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-15T07:00:04.834Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-15T07:00:05.101Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-15T07:00:05.380Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-15T07:00:05.648Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-15T07:00:05.941Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-15T07:00:06.278Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-15T07:00:06.856Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-15T07:00:07.213Z Updating git repository `https://github.com/oxidecomputer/sush`
2692026-08-15T07:00:07.721Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2702026-08-15T07:00:08.157Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-08-15T07:00:08.430Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-08-15T07:00:08.986Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2732026-08-15T07:00:09.350Z Updating git repository `https://github.com/oxidecomputer/erebor`
2742026-08-15T07:00:09.640Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2752026-08-15T07:00:10.111Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2762026-08-15T07:00:10.423Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2772026-08-15T07:00:10.741Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2782026-08-15T07:00:11.105Z Updating git repository `https://github.com/oxidecomputer/ispf`
2792026-08-15T07:00:11.416Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-08-15T07:00:11.735Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-08-15T07:00:12.128Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-08-15T07:00:12.548Z Updating git repository `https://github.com/oxidecomputer/tough`
2832026-08-15T07:00:13.294Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842026-08-15T07:00:13.568Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2852026-08-15T07:00:13.862Z Updating git repository `https://github.com/oxidecomputer/rumors`
2862026-08-15T07:00:18.388Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2872026-08-15T07:00:18.788Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2882026-08-15T07:00:19.104Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-08-15T07:00:19.370Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-15T07:00:19.664Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2912026-08-15T07:00:19.954Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2922026-08-15T07:00:20.292Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2932026-08-15T07:00:20.572Z Updating git repository `https://github.com/illumos/smf-rs`
2942026-08-15T07:00:23.112Z Downloading crates ...
2952026-08-15T07:00:23.153Z Downloaded dtrace-parser v0.2.0
2962026-08-15T07:00:23.161Z Downloaded once_cell v1.21.3
2972026-08-15T07:00:23.164Z Downloaded anstream v1.0.0
2982026-08-15T07:00:23.164Z Downloaded proc-macro-error-attr v1.0.4
2992026-08-15T07:00:23.167Z Downloaded anyhow v1.0.104
3002026-08-15T07:00:23.172Z Downloaded utf8parse v0.2.2
3012026-08-15T07:00:23.175Z Downloaded memmap v0.7.0
3022026-08-15T07:00:23.175Z Downloaded anstyle v1.0.14
3032026-08-15T07:00:23.175Z Downloaded camino-tempfile v1.4.1
3042026-08-15T07:00:23.179Z Downloaded camino v1.2.5
3052026-08-15T07:00:23.182Z Downloaded anstyle-query v1.1.5
3062026-08-15T07:00:23.182Z Downloaded colorchoice v1.0.4
3072026-08-15T07:00:23.184Z Downloaded fnv v1.0.7
3082026-08-15T07:00:23.187Z Downloaded zmij v1.0.21
3092026-08-15T07:00:23.190Z Downloaded macaddr v1.0.1
3102026-08-15T07:00:23.190Z Downloaded generic-array v0.14.7
3112026-08-15T07:00:23.192Z Downloaded zerocopy v0.7.35
3122026-08-15T07:00:23.200Z Downloaded clap_derive v4.6.1
3132026-08-15T07:00:23.203Z Downloaded cargo_toml v0.21.0
3142026-08-15T07:00:23.203Z Downloaded byteorder v1.5.0
3152026-08-15T07:00:23.203Z Downloaded clap_lex v1.0.0
3162026-08-15T07:00:23.206Z Downloaded is_terminal_polyfill v1.70.2
3172026-08-15T07:00:23.208Z Downloaded toml_datetime v0.6.11
3182026-08-15T07:00:23.208Z Downloaded cpufeatures v0.2.17
3192026-08-15T07:00:23.208Z Downloaded crypto-common v0.1.7
3202026-08-15T07:00:23.214Z Downloaded ucd-trie v0.1.7
3212026-08-15T07:00:23.217Z Downloaded cargo-platform v0.3.2
3222026-08-15T07:00:23.219Z Downloaded itoa v1.0.17
3232026-08-15T07:00:23.225Z Downloaded strsim v0.11.1
3242026-08-15T07:00:23.234Z Downloaded serde_spanned v0.6.9
3252026-08-15T07:00:23.236Z Downloaded dof v0.3.0
3262026-08-15T07:00:23.239Z Downloaded cfg-if v1.0.4
3272026-08-15T07:00:23.239Z Downloaded pretty-hex v0.4.1
3282026-08-15T07:00:23.242Z Downloaded tabled_derive v0.7.0
3292026-08-15T07:00:23.242Z Downloaded plain v0.2.3
3302026-08-15T07:00:23.242Z Downloaded swrite v0.1.0
3312026-08-15T07:00:23.245Z Downloaded thread-id v4.2.2
3322026-08-15T07:00:23.245Z Downloaded usdt-attr-macro v0.5.0
3332026-08-15T07:00:23.245Z Downloaded usdt-macro v0.5.0
3342026-08-15T07:00:23.245Z Downloaded scroll_derive v0.12.1
3352026-08-15T07:00:23.245Z Downloaded terminal_size v0.4.3
3362026-08-15T07:00:23.248Z Downloaded block-buffer v0.10.4
3372026-08-15T07:00:23.251Z Downloaded equivalent v1.0.2
3382026-08-15T07:00:23.254Z Downloaded usdt v0.5.0
3392026-08-15T07:00:23.254Z Downloaded smawk v0.3.2
3402026-08-15T07:00:23.258Z Downloaded bitflags v2.11.0
3412026-08-15T07:00:23.261Z Downloaded fastrand v2.3.0
3422026-08-15T07:00:23.266Z Downloaded digest v0.10.7
3432026-08-15T07:00:23.271Z Downloaded pest_generator v2.8.6
3442026-08-15T07:00:23.271Z Downloaded heck v0.5.0
3452026-08-15T07:00:23.271Z Downloaded errno v0.3.14
3462026-08-15T07:00:23.273Z Downloaded version_check v0.9.5
3472026-08-15T07:00:23.276Z Downloaded heck v0.4.1
3482026-08-15T07:00:23.279Z Downloaded toml_write v0.1.2
3492026-08-15T07:00:23.285Z Downloaded autocfg v1.5.0
3502026-08-15T07:00:23.290Z Downloaded thiserror v2.0.18
3512026-08-15T07:00:23.293Z Downloaded anstyle-parse v1.0.0
3522026-08-15T07:00:23.293Z Downloaded sha2 v0.10.9
3532026-08-15T07:00:23.294Z Downloaded thiserror-impl v1.0.69
3542026-08-15T07:00:23.294Z Downloaded scroll v0.12.0
3552026-08-15T07:00:23.297Z Downloaded thiserror-impl v2.0.18
3562026-08-15T07:00:23.297Z Downloaded thiserror v1.0.69
3572026-08-15T07:00:23.302Z Downloaded serde_tokenstream v0.2.3
3582026-08-15T07:00:23.310Z Downloaded clap v4.6.1
3592026-08-15T07:00:23.310Z Downloaded log v0.4.33
3602026-08-15T07:00:23.310Z Downloaded getrandom v0.3.4
3612026-08-15T07:00:23.313Z Downloaded unicode-linebreak v0.1.5
3622026-08-15T07:00:23.314Z Downloaded proc-macro-error v1.0.4
3632026-08-15T07:00:23.318Z Downloaded usdt-impl v0.5.0
3642026-08-15T07:00:23.322Z Downloaded cargo_metadata v0.23.1
3652026-08-15T07:00:23.325Z Downloaded semver v1.0.28
3662026-08-15T07:00:23.325Z Downloaded bytecount v0.6.9
3672026-08-15T07:00:23.328Z Downloaded toml v0.8.23
3682026-08-15T07:00:23.331Z Downloaded quote v1.0.45
3692026-08-15T07:00:23.331Z Downloaded fs-err v3.3.0
3702026-08-15T07:00:23.337Z Downloaded pest_derive v2.8.6
3712026-08-15T07:00:23.344Z Downloaded tempfile v3.27.0
3722026-08-15T07:00:23.354Z Downloaded serde_derive v1.0.228
3732026-08-15T07:00:23.356Z Downloaded zerocopy-derive v0.7.35
3742026-08-15T07:00:23.360Z Downloaded papergrid v0.11.0
3752026-08-15T07:00:23.368Z Downloaded unicode-ident v1.0.24
3762026-08-15T07:00:23.371Z Downloaded textwrap v0.16.2
3772026-08-15T07:00:23.374Z Downloaded proc-macro2 v1.0.106
3782026-08-15T07:00:23.377Z Downloaded serde_core v1.0.228
3792026-08-15T07:00:23.382Z Downloaded pest_meta v2.8.6
3802026-08-15T07:00:23.384Z Downloaded indexmap v2.14.0
3812026-08-15T07:00:23.390Z Downloaded memchr v2.8.0
3822026-08-15T07:00:23.393Z Downloaded toml_edit v0.22.27
3832026-08-15T07:00:23.409Z Downloaded serde v1.0.228
3842026-08-15T07:00:23.420Z Downloaded typenum v1.20.1
3852026-08-15T07:00:23.437Z Downloaded pest v2.8.6
3862026-08-15T07:00:23.443Z Downloaded clap_builder v4.6.0
3872026-08-15T07:00:23.450Z Downloaded hashbrown v0.17.0
3882026-08-15T07:00:23.453Z Downloaded serde_json v1.0.151
3892026-08-15T07:00:23.472Z Downloaded winnow v0.7.14
3902026-08-15T07:00:23.483Z Downloaded goblin v0.8.2
3912026-08-15T07:00:23.486Z Downloaded tabled v0.15.0
3922026-08-15T07:00:23.507Z Downloaded syn v1.0.109
3932026-08-15T07:00:23.516Z Downloaded syn v2.0.117
3942026-08-15T07:00:23.522Z Downloaded unicode-width v0.1.14
3952026-08-15T07:00:23.525Z Downloaded unicode-width v0.2.0
3962026-08-15T07:00:23.529Z Downloaded rustix v1.1.4
3972026-08-15T07:00:23.560Z Downloaded libc v0.2.185
3982026-08-15T07:00:23.621Z Compiling proc-macro2 v1.0.106
3992026-08-15T07:00:23.621Z Compiling unicode-ident v1.0.24
4002026-08-15T07:00:23.624Z Compiling quote v1.0.45
4012026-08-15T07:00:23.627Z Compiling serde_core v1.0.228
4022026-08-15T07:00:23.627Z Compiling libc v0.2.185
4032026-08-15T07:00:23.627Z Compiling version_check v0.9.5
4042026-08-15T07:00:23.627Z Compiling memchr v2.8.0
4052026-08-15T07:00:23.627Z Compiling serde v1.0.228
4062026-08-15T07:00:23.939Z Compiling zmij v1.0.21
4072026-08-15T07:00:24.107Z Compiling thiserror v1.0.69
4082026-08-15T07:00:24.213Z Compiling ucd-trie v0.1.7
4092026-08-15T07:00:24.375Z Compiling itoa v1.0.17
4102026-08-15T07:00:24.486Z Compiling pest v2.8.6
4112026-08-15T07:00:24.568Z Compiling rustix v1.1.4
4122026-08-15T07:00:24.631Z Compiling byteorder v1.5.0
4132026-08-15T07:00:24.647Z Compiling errno v0.3.14
4142026-08-15T07:00:24.805Z Compiling serde_json v1.0.151
4152026-08-15T07:00:24.915Z Compiling bitflags v2.11.0
4162026-08-15T07:00:25.151Z Compiling syn v2.0.117
4172026-08-15T07:00:25.237Z Compiling thread-id v4.2.2
4182026-08-15T07:00:25.322Z Compiling usdt-impl v0.5.0
4192026-08-15T07:00:25.440Z Compiling proc-macro-error-attr v1.0.4
4202026-08-15T07:00:25.441Z Compiling syn v1.0.109
4212026-08-15T07:00:25.517Z Compiling camino v1.2.5
4222026-08-15T07:00:25.609Z Compiling pest_meta v2.8.6
4232026-08-15T07:00:25.654Z Compiling proc-macro-error v1.0.4
4242026-08-15T07:00:25.748Z Compiling hashbrown v0.17.0
4252026-08-15T07:00:25.777Z Compiling log v0.4.33
4262026-08-15T07:00:25.846Z Compiling plain v0.2.3
4272026-08-15T07:00:25.956Z Compiling equivalent v1.0.2
4282026-08-15T07:00:25.973Z Compiling utf8parse v0.2.2
4292026-08-15T07:00:26.091Z Compiling getrandom v0.3.4
4302026-08-15T07:00:26.182Z Compiling anstyle-parse v1.0.0
4312026-08-15T07:00:26.312Z Compiling indexmap v2.14.0
4322026-08-15T07:00:26.382Z Compiling terminal_size v0.4.3
4332026-08-15T07:00:26.976Z Compiling is_terminal_polyfill v1.70.2
4342026-08-15T07:00:27.081Z Compiling cfg-if v1.0.4
4352026-08-15T07:00:27.122Z Compiling toml_write v0.1.2
4362026-08-15T07:00:27.155Z Compiling anstyle v1.0.14
4372026-08-15T07:00:27.173Z Compiling autocfg v1.5.0
4382026-08-15T07:00:27.259Z Compiling anstyle-query v1.1.5
4392026-08-15T07:00:27.293Z Compiling winnow v0.7.14
4402026-08-15T07:00:27.320Z Compiling pretty-hex v0.4.1
4412026-08-15T07:00:27.371Z Compiling thiserror v2.0.18
4422026-08-15T07:00:27.387Z Compiling colorchoice v1.0.4
4432026-08-15T07:00:27.420Z Compiling pest_generator v2.8.6
4442026-08-15T07:00:27.514Z Compiling anstream v1.0.0
4452026-08-15T07:00:27.595Z Compiling fs-err v3.3.0
4462026-08-15T07:00:27.776Z Compiling clap_lex v1.0.0
4472026-08-15T07:00:27.793Z Compiling unicode-width v0.1.14
4482026-08-15T07:00:27.904Z Compiling heck v0.4.1
4492026-08-15T07:00:28.005Z Compiling heck v0.5.0
4502026-08-15T07:00:28.065Z Compiling strsim v0.11.1
4512026-08-15T07:00:28.101Z Compiling once_cell v1.21.3
4522026-08-15T07:00:28.130Z Compiling fastrand v2.3.0
4532026-08-15T07:00:28.146Z Compiling anyhow v1.0.104
4542026-08-15T07:00:28.239Z Compiling bytecount v0.6.9
4552026-08-15T07:00:28.325Z Compiling fnv v1.0.7
4562026-08-15T07:00:28.385Z Compiling tempfile v3.27.0
4572026-08-15T07:00:28.405Z Compiling clap_builder v4.6.0
4582026-08-15T07:00:28.438Z Compiling papergrid v0.11.0
4592026-08-15T07:00:28.545Z Compiling semver v1.0.28
4602026-08-15T07:00:28.688Z Compiling cargo-platform v0.3.2
4612026-08-15T07:00:28.725Z Compiling tabled_derive v0.7.0
4622026-08-15T07:00:28.759Z Compiling memmap v0.7.0
4632026-08-15T07:00:28.763Z Compiling unicode-linebreak v0.1.5
4642026-08-15T07:00:28.855Z Compiling unicode-width v0.2.0
4652026-08-15T07:00:28.948Z Compiling smawk v0.3.2
4662026-08-15T07:00:29.017Z Compiling camino-tempfile v1.4.1
4672026-08-15T07:00:29.086Z Compiling textwrap v0.16.2
4682026-08-15T07:00:29.111Z Compiling serde_derive v1.0.228
4692026-08-15T07:00:29.134Z Compiling thiserror-impl v1.0.69
4702026-08-15T07:00:29.238Z Compiling zerocopy-derive v0.7.35
4712026-08-15T07:00:29.300Z Compiling pest_derive v2.8.6
4722026-08-15T07:00:29.532Z Compiling scroll_derive v0.12.1
4732026-08-15T07:00:29.615Z Compiling thiserror-impl v2.0.18
4742026-08-15T07:00:29.750Z Compiling clap_derive v4.6.1
4752026-08-15T07:00:29.824Z Compiling tabled v0.15.0
4762026-08-15T07:00:30.135Z Compiling zerocopy v0.7.35
4772026-08-15T07:00:30.229Z Compiling scroll v0.12.0
4782026-08-15T07:00:30.493Z Compiling dtrace-parser v0.2.0
4792026-08-15T07:00:30.512Z Compiling goblin v0.8.2
4802026-08-15T07:00:31.040Z Compiling swrite v0.1.0
4812026-08-15T07:00:31.517Z Compiling clap v4.6.1
4822026-08-15T07:00:32.109Z Compiling toml_datetime v0.6.11
4832026-08-15T07:00:32.109Z Compiling serde_spanned v0.6.9
4842026-08-15T07:00:32.112Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4852026-08-15T07:00:32.112Z Compiling cargo_metadata v0.23.1
4862026-08-15T07:00:32.112Z Compiling macaddr v1.0.1
4872026-08-15T07:00:32.187Z Compiling dof v0.3.0
4882026-08-15T07:00:32.206Z Compiling serde_tokenstream v0.2.3
4892026-08-15T07:00:32.272Z Compiling toml_edit v0.22.27
4902026-08-15T07:00:32.925Z Compiling usdt-macro v0.5.0
4912026-08-15T07:00:32.925Z Compiling usdt-attr-macro v0.5.0
4922026-08-15T07:00:33.555Z Compiling usdt v0.5.0
4932026-08-15T07:00:33.605Z Compiling toml v0.8.23
4942026-08-15T07:00:33.948Z Compiling cargo_toml v0.21.0
4952026-08-15T07:00:35.194Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4962026-08-15T07:00:37.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.92s
4972026-08-15T07:00:37.465Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4982026-08-15T07:00:37.992Z Downloading crates ...
4992026-08-15T07:00:38.043Z Downloaded bitfield-struct v0.6.2
5002026-08-15T07:00:38.048Z Downloaded bcs v0.1.6
5012026-08-15T07:00:38.048Z Downloaded base64ct v1.8.3
5022026-08-15T07:00:38.052Z Downloaded ciborium-ll v0.2.2
5032026-08-15T07:00:38.052Z Downloaded arrayref v0.3.9
5042026-08-15T07:00:38.057Z Downloaded array-init v0.0.4
5052026-08-15T07:00:38.060Z Downloaded assert_matches v1.5.0
5062026-08-15T07:00:38.064Z Downloaded atomic-waker v1.1.2
5072026-08-15T07:00:38.067Z Downloaded async-stream v0.3.6
5082026-08-15T07:00:38.071Z Downloaded foreign-types-macros v0.2.3
5092026-08-15T07:00:38.071Z Downloaded embedded-io v0.6.1
5102026-08-15T07:00:38.075Z Downloaded atty v0.2.14
5112026-08-15T07:00:38.075Z Downloaded bitflags v1.3.2
5122026-08-15T07:00:38.080Z Downloaded cbc v0.2.1
5132026-08-15T07:00:38.080Z Downloaded arrayvec v0.7.6
5142026-08-15T07:00:38.080Z Downloaded enum-as-inner v0.6.1
5152026-08-15T07:00:38.080Z Downloaded float-ord v0.3.2
5162026-08-15T07:00:38.080Z Downloaded foreign-types v0.3.2
5172026-08-15T07:00:38.084Z Downloaded backtrace v0.3.76
5182026-08-15T07:00:38.084Z Downloaded either v1.15.0
5192026-08-15T07:00:38.088Z Downloaded base16ct v1.0.0
5202026-08-15T07:00:38.088Z Downloaded atomicwrites v0.4.4
5212026-08-15T07:00:38.089Z Downloaded bitfield-macros v0.19.4
5222026-08-15T07:00:38.089Z Downloaded ff v0.14.0
5232026-08-15T07:00:38.089Z Downloaded flagset v0.4.7
5242026-08-15T07:00:38.089Z Downloaded ascii-canvas v3.0.0
5252026-08-15T07:00:38.093Z Downloaded fixedbitset v0.4.2
5262026-08-15T07:00:38.093Z Downloaded block-buffer v0.12.1
5272026-08-15T07:00:38.094Z Downloaded aead v0.6.1
5282026-08-15T07:00:38.094Z Downloaded anstream v0.6.21
5292026-08-15T07:00:38.098Z Downloaded anstyle-parse v0.2.7
5302026-08-15T07:00:38.098Z Downloaded hash32 v0.3.1
5312026-08-15T07:00:38.098Z Downloaded futures-core v0.3.32
5322026-08-15T07:00:38.098Z Downloaded futures-macro v0.3.32
5332026-08-15T07:00:38.098Z Downloaded backtrace-ext v0.2.1
5342026-08-15T07:00:38.098Z Downloaded bb8 v0.8.6
5352026-08-15T07:00:38.101Z Downloaded addr2line v0.25.1
5362026-08-15T07:00:38.101Z Downloaded fd-lock v4.0.4
5372026-08-15T07:00:38.101Z Downloaded float-cmp v0.10.0
5382026-08-15T07:00:38.101Z Downloaded foreign-types-shared v0.3.1
5392026-08-15T07:00:38.105Z Downloaded adler2 v2.0.1
5402026-08-15T07:00:38.105Z Downloaded async-recursion v1.1.1
5412026-08-15T07:00:38.108Z Downloaded find-msvc-tools v0.1.9
5422026-08-15T07:00:38.108Z Downloaded fixedbitset v0.5.7
5432026-08-15T07:00:38.108Z Downloaded console v0.15.11
5442026-08-15T07:00:38.112Z Downloaded embedded-io v0.4.0
5452026-08-15T07:00:38.112Z Downloaded ena v0.14.4
5462026-08-15T07:00:38.112Z Downloaded enum_dispatch v0.3.13
5472026-08-15T07:00:38.115Z Downloaded form_urlencoded v1.2.2
5482026-08-15T07:00:38.115Z Downloaded bitfield v0.19.4
5492026-08-15T07:00:38.116Z Downloaded aead v0.5.2
5502026-08-15T07:00:38.116Z Downloaded bit-set v0.8.0
5512026-08-15T07:00:38.116Z Downloaded cobs v0.3.0
5522026-08-15T07:00:38.116Z Downloaded base16ct v0.2.0
5532026-08-15T07:00:38.116Z Downloaded endian-type v0.1.2
5542026-08-15T07:00:38.119Z Downloaded foreign-types-shared v0.1.1
5552026-08-15T07:00:38.119Z Downloaded ed25519 v3.0.0
5562026-08-15T07:00:38.119Z Downloaded erased-serde v0.3.31
5572026-08-15T07:00:38.119Z Downloaded ff v0.13.1
5582026-08-15T07:00:38.119Z Downloaded env_logger v0.11.11
5592026-08-15T07:00:38.122Z Downloaded ed25519-dalek v2.2.0
5602026-08-15T07:00:38.125Z Downloaded funty v2.0.0
5612026-08-15T07:00:38.126Z Downloaded hostname v0.3.1
5622026-08-15T07:00:38.126Z Downloaded env_filter v2.0.0
5632026-08-15T07:00:38.131Z Downloaded async-stream-impl v0.3.6
5642026-08-15T07:00:38.134Z Downloaded castaway v0.2.4
5652026-08-15T07:00:38.134Z Downloaded ciborium-io v0.2.2
5662026-08-15T07:00:38.134Z Downloaded headers-core v0.3.0
5672026-08-15T07:00:38.135Z Downloaded futures-sink v0.3.32
5682026-08-15T07:00:38.135Z Downloaded hex v0.4.3
5692026-08-15T07:00:38.135Z Downloaded http-body v1.0.1
5702026-08-15T07:00:38.135Z Downloaded cfg_aliases v0.1.1
5712026-08-15T07:00:38.138Z Downloaded compression-core v0.4.31
5722026-08-15T07:00:38.138Z Downloaded cfg_aliases v0.2.1
5732026-08-15T07:00:38.138Z Downloaded hash32 v0.2.1
5742026-08-15T07:00:38.142Z Downloaded gethostname v0.5.0
5752026-08-15T07:00:38.145Z Downloaded argon2 v0.6.0-rc.8
5762026-08-15T07:00:38.145Z Downloaded backoff v0.4.0
5772026-08-15T07:00:38.150Z Downloaded bit-vec v0.8.0
5782026-08-15T07:00:38.150Z Downloaded foreign-types v0.5.0
5792026-08-15T07:00:38.150Z Downloaded futures-io v0.3.32
5802026-08-15T07:00:38.150Z Downloaded hostname v0.4.2
5812026-08-15T07:00:38.150Z Downloaded num_enum_derive v0.5.11
5822026-08-15T07:00:38.153Z Downloaded fxhash v0.2.1
5832026-08-15T07:00:38.153Z Downloaded globwalk v0.9.1
5842026-08-15T07:00:38.154Z Downloaded bit-set v0.5.3
5852026-08-15T07:00:38.154Z Downloaded bcrypt-pbkdf v0.11.0
5862026-08-15T07:00:38.154Z Downloaded multimap v0.10.1
5872026-08-15T07:00:38.154Z Downloaded newline-converter v0.3.0
5882026-08-15T07:00:38.154Z Downloaded futures-task v0.3.32
5892026-08-15T07:00:38.161Z Downloaded git-stub v1.0.0
5902026-08-15T07:00:38.164Z Downloaded nibble_vec v0.1.0
5912026-08-15T07:00:38.164Z Downloaded bit-vec v0.6.3
5922026-08-15T07:00:38.164Z Downloaded cipher v0.4.4
5932026-08-15T07:00:38.166Z Downloaded foldhash v0.1.5
5942026-08-15T07:00:38.171Z Downloaded foldhash v0.2.0
5952026-08-15T07:00:38.171Z Downloaded futures-executor v0.3.32
5962026-08-15T07:00:38.171Z Downloaded async-bb8-diesel v0.2.1
5972026-08-15T07:00:38.171Z Downloaded fallible-iterator v0.2.0
5982026-08-15T07:00:38.171Z Downloaded elliptic-curve v0.13.8
5992026-08-15T07:00:38.171Z Downloaded ghash v0.6.0
6002026-08-15T07:00:38.171Z Downloaded hex-literal v1.1.0
6012026-08-15T07:00:38.171Z Downloaded normalize-line-endings v0.3.0
6022026-08-15T07:00:38.175Z Downloaded allocator-api2 v0.2.21
6032026-08-15T07:00:38.175Z Downloaded openssl-probe v0.2.1
6042026-08-15T07:00:38.179Z Downloaded fs-err v2.11.0
6052026-08-15T07:00:38.183Z Downloaded ed25519 v2.2.3
6062026-08-15T07:00:38.183Z Downloaded potential_utf v0.1.4
6072026-08-15T07:00:38.186Z Downloaded pwd v1.4.0
6082026-08-15T07:00:38.186Z Downloaded proc-macro-error-attr2 v2.0.0
6092026-08-15T07:00:38.189Z Downloaded blowfish v0.10.0
6102026-08-15T07:00:38.189Z Downloaded powerfmt v0.2.0
6112026-08-15T07:00:38.190Z Downloaded quick-error v1.2.3
6122026-08-15T07:00:38.190Z Downloaded compression-codecs v0.4.37
6132026-08-15T07:00:38.198Z Downloaded bs58 v0.5.1
6142026-08-15T07:00:38.198Z Downloaded cipher v0.5.2
6152026-08-15T07:00:38.198Z Downloaded async-trait v0.1.89
6162026-08-15T07:00:38.198Z Downloaded argon2 v0.5.3
6172026-08-15T07:00:38.202Z Downloaded scroll_derive v0.13.1
6182026-08-15T07:00:38.205Z Downloaded byte-wrapper v0.1.0
6192026-08-15T07:00:38.205Z Downloaded cmake v0.1.57
6202026-08-15T07:00:38.205Z Downloaded git-stub-vcs v0.1.0
6212026-08-15T07:00:38.205Z Downloaded group v0.13.0
6222026-08-15T07:00:38.206Z Downloaded block-padding v0.4.2
6232026-08-15T07:00:38.206Z Downloaded camino-tempfile-ext v0.3.3
6242026-08-15T07:00:38.209Z Downloaded cassowary v0.3.0
6252026-08-15T07:00:38.213Z Downloaded rand_pcg v0.10.2
6262026-08-15T07:00:38.213Z Downloaded home v0.5.12
6272026-08-15T07:00:38.216Z Downloaded filetime v0.2.27
6282026-08-15T07:00:38.216Z Downloaded highway v1.3.0
6292026-08-15T07:00:38.223Z Downloaded serde_spanned v1.1.1
6302026-08-15T07:00:38.227Z Downloaded secrecy v0.10.3
6312026-08-15T07:00:38.228Z Downloaded fatfs v0.3.6
6322026-08-15T07:00:38.228Z Downloaded chacha20 v0.9.1
6332026-08-15T07:00:38.231Z Downloaded futures-channel v0.3.32
6342026-08-15T07:00:38.231Z Downloaded globset v0.4.18
6352026-08-15T07:00:38.231Z Downloaded cmov v0.5.4
6362026-08-15T07:00:38.236Z Downloaded bytesize v2.7.0
6372026-08-15T07:00:38.236Z Downloaded cexpr v0.6.0
6382026-08-15T07:00:38.236Z Downloaded elliptic-curve v0.14.1
6392026-08-15T07:00:38.239Z Downloaded sha1 v0.11.0
6402026-08-15T07:00:38.239Z Downloaded glob v0.3.3
6412026-08-15T07:00:38.242Z Downloaded nu-ansi-term v0.50.3
6422026-08-15T07:00:38.242Z Downloaded owo-colors v4.3.0
6432026-08-15T07:00:38.242Z Downloaded parse-display-derive v0.10.0
6442026-08-15T07:00:38.247Z Downloaded pem-rfc7468 v1.0.0
6452026-08-15T07:00:38.247Z Downloaded supports-hyperlinks v3.2.0
6462026-08-15T07:00:38.250Z Downloaded oxide-update-engine-display v0.1.2
6472026-08-15T07:00:38.250Z Downloaded peg-macros v0.8.5
6482026-08-15T07:00:38.250Z Downloaded fs_extra v1.3.0
6492026-08-15T07:00:38.250Z Downloaded signal-hook-mio v0.2.5
6502026-08-15T07:00:38.250Z Downloaded signature v3.0.0
6512026-08-15T07:00:38.254Z Downloaded sponge-cursor v0.1.0
6522026-08-15T07:00:38.254Z Downloaded sqlparser_derive v0.5.0
6532026-08-15T07:00:38.258Z Downloaded group v0.14.0
6542026-08-15T07:00:38.258Z Downloaded paste v1.0.15
6552026-08-15T07:00:38.258Z Downloaded oxnet v0.1.6
6562026-08-15T07:00:38.261Z Downloaded phf v0.12.1
6572026-08-15T07:00:38.261Z Downloaded port-file v0.1.0
6582026-08-15T07:00:38.261Z Downloaded ciborium v0.2.2
6592026-08-15T07:00:38.262Z Downloaded pin-project-internal v1.1.11
6602026-08-15T07:00:38.262Z Downloaded blake2 v0.11.0-rc.6
6612026-08-15T07:00:38.265Z Downloaded ahash v0.8.12
6622026-08-15T07:00:38.265Z Downloaded blake2 v0.10.6
6632026-08-15T07:00:38.265Z Downloaded sync-ptr v0.1.4
6642026-08-15T07:00:38.269Z Downloaded chacha20 v0.10.0
6652026-08-15T07:00:38.269Z Downloaded colored v2.2.0
6662026-08-15T07:00:38.272Z Downloaded bzip2 v0.6.1
6672026-08-15T07:00:38.272Z Downloaded clang-sys v1.8.1
6682026-08-15T07:00:38.272Z Downloaded supports-color v3.0.2
6692026-08-15T07:00:38.272Z Downloaded buf-list v1.1.2
6702026-08-15T07:00:38.275Z Downloaded trait-variant v0.1.2
6712026-08-15T07:00:38.276Z Downloaded try-lock v0.2.5
6722026-08-15T07:00:38.276Z Downloaded untrusted v0.7.1
6732026-08-15T07:00:38.276Z Downloaded postgres-protocol v0.6.10
6742026-08-15T07:00:38.277Z Downloaded strip-ansi-escapes v0.2.1
6752026-08-15T07:00:38.277Z Downloaded structmeta v0.3.0
6762026-08-15T07:00:38.280Z Downloaded strsim v0.10.0
6772026-08-15T07:00:38.281Z Downloaded tinyvec_macros v0.1.1
6782026-08-15T07:00:38.281Z Downloaded hmac v0.13.0
6792026-08-15T07:00:38.281Z Downloaded arc-swap v1.8.2
6802026-08-15T07:00:38.283Z Downloaded half v1.8.3
6812026-08-15T07:00:38.283Z Downloaded rand_core v0.10.0
6822026-08-15T07:00:38.287Z Downloaded backon v1.6.0
6832026-08-15T07:00:38.292Z Downloaded rustc-demangle v0.1.27
6842026-08-15T07:00:38.296Z Downloaded untrusted v0.9.0
6852026-08-15T07:00:38.301Z Downloaded ml-kem v0.3.2
6862026-08-15T07:00:38.304Z Downloaded chumsky v0.9.3
6872026-08-15T07:00:38.304Z Downloaded rustls-native-certs v0.8.3
6882026-08-15T07:00:38.309Z Downloaded wait-timeout v0.2.1
6892026-08-15T07:00:38.309Z Downloaded utf8_iter v1.0.4
6902026-08-15T07:00:38.309Z Downloaded zerofrom v0.1.6
6912026-08-15T07:00:38.309Z Downloaded zerofrom-derive v0.1.6
6922026-08-15T07:00:38.309Z Downloaded cpubits v0.1.1
6932026-08-15T07:00:38.312Z Downloaded num-integer v0.1.46
6942026-08-15T07:00:38.312Z Downloaded rustls-pemfile v2.2.0
6952026-08-15T07:00:38.312Z Downloaded pem-rfc7468 v0.7.0
6962026-08-15T07:00:38.363Z Downloaded serde_path_to_error v0.1.20
6972026-08-15T07:00:38.363Z Downloaded slog-json v2.6.1
6982026-08-15T07:00:38.363Z Downloaded slog-stdlog v4.1.1
6992026-08-15T07:00:38.375Z Downloaded slog-async v2.8.0
7002026-08-15T07:00:38.376Z Downloaded slog-scope v4.4.1
7012026-08-15T07:00:38.376Z Downloaded static_assertions v1.1.0
7022026-08-15T07:00:38.376Z Downloaded supports-unicode v3.0.0
7032026-08-15T07:00:38.376Z Downloaded siphasher v1.0.2
7042026-08-15T07:00:38.377Z Downloaded zone_cfg_derive v0.3.1
7052026-08-15T07:00:38.377Z Downloaded darling_macro v0.23.0
7062026-08-15T07:00:38.378Z Downloaded hmac v0.12.1
7072026-08-15T07:00:38.378Z Downloaded crc8 v0.1.1
7082026-08-15T07:00:38.378Z Downloaded progenitor-client v0.13.0
7092026-08-15T07:00:38.379Z Downloaded semver v0.1.20
7102026-08-15T07:00:38.379Z Downloaded bzip2 v0.4.4
7112026-08-15T07:00:38.379Z Downloaded cancel-safe-futures v0.1.5
7122026-08-15T07:00:38.379Z Downloaded colored v3.1.1
7132026-08-15T07:00:38.379Z Downloaded postgres-types v0.2.12
7142026-08-15T07:00:38.379Z Downloaded tokio-macros v2.7.0
7152026-08-15T07:00:38.379Z Downloaded time-macros v0.2.27
7162026-08-15T07:00:38.379Z Downloaded tokio-dtrace v0.1.1
7172026-08-15T07:00:38.379Z Downloaded tokio-tungstenite v0.23.1
7182026-08-15T07:00:38.379Z Downloaded defmt-parser v1.0.0
7192026-08-15T07:00:38.379Z Downloaded diesel_table_macro_syntax v0.3.0
7202026-08-15T07:00:38.379Z Downloaded http-range-header v0.4.2
7212026-08-15T07:00:38.379Z Downloaded borsh-derive v1.8.0
7222026-08-15T07:00:38.379Z Downloaded document-features v0.2.12
7232026-08-15T07:00:38.379Z Downloaded dof v0.4.0
7242026-08-15T07:00:38.379Z Downloaded tui-tree-widget v0.23.1
7252026-08-15T07:00:38.380Z Downloaded vergen-lib v9.1.0
7262026-08-15T07:00:38.380Z Downloaded getrandom v0.2.17
7272026-08-15T07:00:38.380Z Downloaded hyper-tls v0.6.0
7282026-08-15T07:00:38.381Z Downloaded futures v0.3.32
7292026-08-15T07:00:38.381Z Downloaded getrandom v0.4.3
7302026-08-15T07:00:38.381Z Downloaded hubpack_derive v0.1.1
7312026-08-15T07:00:38.392Z Downloaded inout v0.1.4
7322026-08-15T07:00:38.392Z Downloaded inout v0.2.2
7332026-08-15T07:00:38.392Z Downloaded lru v0.12.5
7342026-08-15T07:00:38.392Z Downloaded num-rational v0.4.2
7352026-08-15T07:00:38.392Z Downloaded pkcs5 v0.8.1
7362026-08-15T07:00:38.392Z Downloaded whoami v1.6.1
7372026-08-15T07:00:38.393Z Downloaded hashbrown v0.13.2
7382026-08-15T07:00:38.393Z Downloaded const_format_proc_macros v0.2.34
7392026-08-15T07:00:38.393Z Downloaded ctr v0.10.1
7402026-08-15T07:00:38.399Z Downloaded csv-core v0.1.13
7412026-08-15T07:00:38.399Z Downloaded serde_with_macros v3.21.0
7422026-08-15T07:00:38.399Z Downloaded managed v0.8.0
7432026-08-15T07:00:38.399Z Downloaded lzss v0.8.2
7442026-08-15T07:00:38.399Z Downloaded lazy_static v1.5.0
7452026-08-15T07:00:38.403Z Downloaded linked-hash-map v0.5.6
7462026-08-15T07:00:38.403Z Downloaded memoffset v0.9.1
7472026-08-15T07:00:38.403Z Downloaded num-iter v0.1.45
7482026-08-15T07:00:38.403Z Downloaded num-derive v0.4.2
7492026-08-15T07:00:38.403Z Downloaded opaque-debug v0.3.1
7502026-08-15T07:00:38.403Z Downloaded p256 v0.13.2
7512026-08-15T07:00:38.407Z Downloaded chacha20poly1305 v0.10.1
7522026-08-15T07:00:38.407Z Downloaded generic-array v1.4.3
7532026-08-15T07:00:38.410Z Downloaded term v0.7.0
7542026-08-15T07:00:38.410Z Downloaded term v1.2.1
7552026-08-15T07:00:38.413Z Downloaded oxide-update-engine-types v0.1.2
7562026-08-15T07:00:38.413Z Downloaded password-hash v0.6.1
7572026-08-15T07:00:38.413Z Downloaded progenitor-impl v0.13.0
7582026-08-15T07:00:38.414Z Downloaded ar_archive_writer v0.5.1
7592026-08-15T07:00:38.417Z Downloaded dashu-base v0.5.1
7602026-08-15T07:00:38.422Z Downloaded diesel-dtrace v0.5.0
7612026-08-15T07:00:38.422Z Downloaded der_derive v0.7.3
7622026-08-15T07:00:38.422Z Downloaded peg-runtime v0.8.5
7632026-08-15T07:00:38.422Z Downloaded phf_shared v0.11.3
7642026-08-15T07:00:38.427Z Downloaded compact_str v0.8.1
7652026-08-15T07:00:38.430Z Downloaded half v2.7.1
7662026-08-15T07:00:38.430Z Downloaded flume v0.11.1
7672026-08-15T07:00:38.433Z Downloaded async-compression v0.4.41
7682026-08-15T07:00:38.437Z Downloaded hyper-staticfile v0.10.1
7692026-08-15T07:00:38.437Z Downloaded illumos-nvpair v0.3.0
7702026-08-15T07:00:38.440Z Downloaded libloading v0.8.9
7712026-08-15T07:00:38.440Z Downloaded precomputed-hash v0.1.1
7722026-08-15T07:00:38.440Z Downloaded predicates-tree v1.0.13
7732026-08-15T07:00:38.444Z Downloaded headers v0.4.1
7742026-08-15T07:00:38.449Z Downloaded progenitor-macro v0.13.0
7752026-08-15T07:00:38.454Z Downloaded recursive v0.1.1
7762026-08-15T07:00:38.454Z Downloaded recursive-proc-macro-impl v0.1.1
7772026-08-15T07:00:38.457Z Downloaded sapling-renderdag v0.1.0
7782026-08-15T07:00:38.457Z Downloaded scopeguard v1.2.0
7792026-08-15T07:00:38.460Z Downloaded indoc v2.0.7
7802026-08-15T07:00:38.461Z Downloaded jobserver v0.1.34
7812026-08-15T07:00:38.464Z Downloaded console v0.16.2
7822026-08-15T07:00:38.464Z Downloaded crc32fast v1.5.0
7832026-08-15T07:00:38.464Z Downloaded crossbeam-utils v0.8.21
7842026-08-15T07:00:38.467Z Downloaded multer v3.1.0
7852026-08-15T07:00:38.467Z Downloaded nanorand v0.7.0
7862026-08-15T07:00:38.471Z Downloaded base64 v0.21.7
7872026-08-15T07:00:38.475Z Downloaded borsh v1.8.0
7882026-08-15T07:00:38.478Z Downloaded knus-derive v3.4.0
7892026-08-15T07:00:38.478Z Downloaded bytes v1.11.1
7902026-08-15T07:00:38.478Z Downloaded darling v0.23.0
7912026-08-15T07:00:38.482Z Downloaded sigpipe v0.1.3
7922026-08-15T07:00:38.482Z Downloaded rayon-core v1.13.0
7932026-08-15T07:00:38.485Z Downloaded slog-bunyan v2.5.0
7942026-08-15T07:00:38.485Z Downloaded tabwriter v1.4.1
7952026-08-15T07:00:38.485Z Downloaded toml v1.1.2+spec-1.1.0
7962026-08-15T07:00:38.486Z Downloaded derive_builder v0.20.2
7972026-08-15T07:00:38.489Z Downloaded ssh-encoding v0.2.0
7982026-08-15T07:00:38.492Z Downloaded thread-id v5.1.0
7992026-08-15T07:00:38.497Z Downloaded base64 v0.22.1
8002026-08-15T07:00:38.497Z Downloaded pin-project-lite v0.2.17
8012026-08-15T07:00:38.500Z Downloaded polyval v0.7.1
8022026-08-15T07:00:38.500Z Downloaded primeorder v0.13.6
8032026-08-15T07:00:38.500Z Downloaded testing_table v0.3.0
8042026-08-15T07:00:38.504Z Downloaded heapless v0.7.17
8052026-08-15T07:00:38.509Z Downloaded hickory-resolver v0.24.4
8062026-08-15T07:00:38.512Z Downloaded hyper-rustls v0.27.7
8072026-08-15T07:00:38.512Z Downloaded proc-macro-error2 v2.0.1
8082026-08-15T07:00:38.516Z Downloaded rand_seeder v0.4.0
8092026-08-15T07:00:38.516Z Downloaded sec1 v0.7.3
8102026-08-15T07:00:38.519Z Downloaded typify-macro v0.6.2
8112026-08-15T07:00:38.519Z Downloaded hickory-resolver v0.25.2
8122026-08-15T07:00:38.523Z Downloaded void v1.0.2
8132026-08-15T07:00:38.526Z Downloaded ed25519-dalek v3.0.0
8142026-08-15T07:00:38.535Z Downloaded progenitor-extras v0.2.0
8152026-08-15T07:00:38.538Z Downloaded rfc6979 v0.6.0
8162026-08-15T07:00:38.543Z Downloaded schemars v0.8.22
8172026-08-15T07:00:38.546Z Downloaded mime_guess v2.0.5
8182026-08-15T07:00:38.546Z Downloaded snafu v0.8.9
8192026-08-15T07:00:38.549Z Downloaded usdt-macro v0.6.0
8202026-08-15T07:00:38.549Z Downloaded zerocopy v0.6.6
8212026-08-15T07:00:38.553Z Downloaded zone v0.3.1
8222026-08-15T07:00:38.553Z Downloaded cookie v0.18.1
8232026-08-15T07:00:38.553Z Downloaded cpufeatures v0.3.0
8242026-08-15T07:00:38.553Z Downloaded crypto-common v0.2.2
8252026-08-15T07:00:38.559Z Downloaded rlimit v0.10.2
8262026-08-15T07:00:38.559Z Downloaded serde-big-array v0.5.1
8272026-08-15T07:00:38.559Z Downloaded serde-hex v0.1.0
8282026-08-15T07:00:38.559Z Downloaded signal-hook-registry v1.4.8
8292026-08-15T07:00:38.563Z Downloaded bumpalo v3.20.2
8302026-08-15T07:00:38.563Z Downloaded stacker v0.1.23
8312026-08-15T07:00:38.564Z Downloaded num-modular v0.6.4
8322026-08-15T07:00:38.564Z Downloaded flate2 v1.1.9
8332026-08-15T07:00:38.564Z Downloaded spki v0.8.0
8342026-08-15T07:00:38.567Z Downloaded toml_edit v0.23.10+spec-1.0.0
8352026-08-15T07:00:38.567Z Downloaded cc v1.2.56
8362026-08-15T07:00:38.573Z Downloaded parking_lot_core v0.9.12
8372026-08-15T07:00:38.573Z Downloaded string_cache v0.8.9
8382026-08-15T07:00:38.573Z Downloaded support-bundle-viewer v0.1.2
8392026-08-15T07:00:38.573Z Downloaded thread_local v1.1.9
8402026-08-15T07:00:38.573Z Downloaded dtrace-parser v0.3.0
8412026-08-15T07:00:38.576Z Downloaded digest-io v0.1.0
8422026-08-15T07:00:38.576Z Downloaded http-range v0.1.5
8432026-08-15T07:00:38.576Z Downloaded illumos-nvpair-sys v0.2.0
8442026-08-15T07:00:38.580Z Downloaded ignore v0.4.25
8452026-08-15T07:00:38.583Z Downloaded hickory-server v0.25.2
8462026-08-15T07:00:38.586Z Downloaded serde_with_macros v1.5.2
8472026-08-15T07:00:38.590Z Downloaded dropshot_endpoint v0.17.1
8482026-08-15T07:00:38.593Z Downloaded pkcs8 v0.11.0
8492026-08-15T07:00:38.597Z Downloaded kstat-rs v0.2.5
8502026-08-15T07:00:38.597Z Downloaded lru-cache v0.1.2
8512026-08-15T07:00:38.597Z Downloaded lru-slab v0.1.2
8522026-08-15T07:00:38.597Z Downloaded is-terminal v0.4.17
8532026-08-15T07:00:38.597Z Downloaded new_debug_unreachable v1.0.6
8542026-08-15T07:00:38.600Z Downloaded num-conv v0.2.0
8552026-08-15T07:00:38.603Z Downloaded schemars v0.9.0
8562026-08-15T07:00:38.607Z Downloaded yansi v1.0.1
8572026-08-15T07:00:38.611Z Downloaded samael v0.0.19
8582026-08-15T07:00:38.614Z Downloaded walkdir v2.5.0
8592026-08-15T07:00:38.614Z Downloaded wyz v0.5.1
8602026-08-15T07:00:38.614Z Downloaded nonempty v0.12.0
8612026-08-15T07:00:38.614Z Downloaded heapless v0.8.0
8622026-08-15T07:00:38.618Z Downloaded olpc-cjson v0.1.4
8632026-08-15T07:00:38.618Z Downloaded darling_core v0.23.0
8642026-08-15T07:00:38.621Z Downloaded oso v0.27.3
8652026-08-15T07:00:38.626Z Downloaded papergrid v0.18.0
8662026-08-15T07:00:38.629Z Downloaded corncobs v0.1.4
8672026-08-15T07:00:38.629Z Downloaded defmt v1.0.1
8682026-08-15T07:00:38.629Z Downloaded digest v0.11.3
8692026-08-15T07:00:38.629Z Downloaded path-slash v0.1.5
8702026-08-15T07:00:38.630Z Downloaded percent-encoding v2.3.2
8712026-08-15T07:00:38.634Z Downloaded expectorate v1.2.0
8722026-08-15T07:00:38.634Z Downloaded qorb v0.4.1
8732026-08-15T07:00:38.634Z Downloaded derive_builder_core v0.20.2
8742026-08-15T07:00:38.638Z Downloaded tokio-stream v0.1.18
8752026-08-15T07:00:38.641Z Downloaded idna_adapter v1.2.1
8762026-08-15T07:00:38.641Z Downloaded rand_chacha v0.3.1
8772026-08-15T07:00:38.644Z Downloaded http-body-util v0.1.3
8782026-08-15T07:00:38.645Z Downloaded ref-cast v1.0.25
8792026-08-15T07:00:38.648Z Downloaded proc-macro-crate v3.4.0
8802026-08-15T07:00:38.648Z Downloaded proc-macro-crate v1.3.1
8812026-08-15T07:00:38.648Z Downloaded rfc6979 v0.4.0
8822026-08-15T07:00:38.648Z Downloaded rand_xorshift v0.4.0
8832026-08-15T07:00:38.652Z Downloaded hashbrown v0.12.3
8842026-08-15T07:00:38.661Z Downloaded tracing-attributes v0.1.31
8852026-08-15T07:00:38.665Z Downloaded unicode-properties v0.1.4
8862026-08-15T07:00:38.668Z Downloaded progenitor-impl v0.14.0
8872026-08-15T07:00:38.672Z Downloaded rcgen v0.12.1
8882026-08-15T07:00:38.672Z Downloaded ron v0.8.1
8892026-08-15T07:00:38.675Z Downloaded libsw-core v0.3.2
8902026-08-15T07:00:38.675Z Downloaded xattr v1.6.1
8912026-08-15T07:00:38.675Z Downloaded rustc_version v0.4.1
8922026-08-15T07:00:38.676Z Downloaded libefi-sys v0.1.0
8932026-08-15T07:00:38.680Z Downloaded vergen v9.1.0
8942026-08-15T07:00:38.680Z Downloaded serde_urlencoded v0.7.1
8952026-08-15T07:00:38.680Z Downloaded num_enum v0.7.6
8962026-08-15T07:00:38.683Z Downloaded const-oid v0.9.6
8972026-08-15T07:00:38.690Z Downloaded thiserror-impl-no-std v2.0.2
8982026-08-15T07:00:38.701Z Downloaded tower-layer v0.3.3
8992026-08-15T07:00:38.702Z Downloaded tower-service v0.3.3
9002026-08-15T07:00:38.705Z Downloaded universal-hash v0.5.1
9012026-08-15T07:00:38.705Z Downloaded packed_struct v0.10.1
9022026-08-15T07:00:38.705Z Downloaded socket2 v0.6.3
9032026-08-15T07:00:38.710Z Downloaded des v0.9.0
9042026-08-15T07:00:38.710Z Downloaded phf v0.13.1
9052026-08-15T07:00:38.710Z Downloaded r2d2 v0.8.10
9062026-08-15T07:00:38.710Z Downloaded topological-sort v0.2.2
9072026-08-15T07:00:38.710Z Downloaded parking_lot_core v0.8.6
9082026-08-15T07:00:38.713Z Downloaded aes v0.9.1
9092026-08-15T07:00:38.716Z Downloaded unicode-segmentation v1.12.0
9102026-08-15T07:00:38.719Z Downloaded derive_more v2.1.1
9112026-08-15T07:00:38.723Z Downloaded tokio-tungstenite v0.28.0
9122026-08-15T07:00:38.728Z Downloaded ecdsa v0.17.0
9132026-08-15T07:00:38.728Z Downloaded usdt-attr-macro v0.6.0
9142026-08-15T07:00:38.731Z Downloaded xshell-macros v0.2.7
9152026-08-15T07:00:38.731Z Downloaded ingot-macros v0.2.0
9162026-08-15T07:00:38.732Z Downloaded ingot-types v0.2.0
9172026-08-15T07:00:38.734Z Downloaded rpassword v7.5.4
9182026-08-15T07:00:38.735Z Downloaded zeroize_derive v1.5.0
9192026-08-15T07:00:38.741Z Downloaded ryu v1.0.23
9202026-08-15T07:00:38.744Z Downloaded cstr-argument v0.1.2
9212026-08-15T07:00:38.744Z Downloaded shlex v1.3.0
9222026-08-15T07:00:38.747Z Downloaded darling_macro v0.20.11
9232026-08-15T07:00:38.748Z Downloaded darling_macro v0.21.3
9242026-08-15T07:00:38.751Z Downloaded rustversion v1.0.22
9252026-08-15T07:00:38.754Z Downloaded simd-adler32 v0.3.8
9262026-08-15T07:00:38.754Z Downloaded strum_macros v0.27.2
9272026-08-15T07:00:38.754Z Downloaded x509-cert v0.2.5
9282026-08-15T07:00:38.757Z Downloaded crossbeam-epoch v0.9.18
9292026-08-15T07:00:38.761Z Downloaded dropshot-api-manager-types v0.7.2
9302026-08-15T07:00:38.764Z Downloaded strum v0.26.3
9312026-08-15T07:00:38.764Z Downloaded tls_codec_derive v0.4.2
9322026-08-15T07:00:38.764Z Downloaded tokio-native-tls v0.3.1
9332026-08-15T07:00:38.764Z Downloaded http v1.4.2
9342026-08-15T07:00:38.772Z Downloaded is_ci v1.2.0
9352026-08-15T07:00:38.772Z Downloaded jiff-static v0.2.34
9362026-08-15T07:00:38.772Z Downloaded darling v0.20.11
9372026-08-15T07:00:38.776Z Downloaded poly1305 v0.9.0
9382026-08-15T07:00:38.776Z Downloaded poly1305 v0.8.0
9392026-08-15T07:00:38.776Z Downloaded indoc v1.0.9
9402026-08-15T07:00:38.776Z Downloaded openssl-sys v0.9.117
9412026-08-15T07:00:38.779Z Downloaded maplit v1.0.2
9422026-08-15T07:00:38.779Z Downloaded openssl-macros v0.1.1
9432026-08-15T07:00:38.779Z Downloaded unicode_categories v0.1.1
9442026-08-15T07:00:38.782Z Downloaded tar v0.4.46
9452026-08-15T07:00:38.782Z Downloaded slog v2.8.2
9462026-08-15T07:00:38.782Z Downloaded hashbrown v0.16.1
9472026-08-15T07:00:38.786Z Downloaded snafu-derive v0.8.9
9482026-08-15T07:00:38.786Z Downloaded tungstenite v0.28.0
9492026-08-15T07:00:38.789Z Downloaded synstructure v0.13.2
9502026-08-15T07:00:38.789Z Downloaded tiny-keccak v2.0.2
9512026-08-15T07:00:38.793Z Downloaded mime v0.3.17
9522026-08-15T07:00:38.794Z Downloaded vergen-git2 v9.1.0
9532026-08-15T07:00:38.797Z Downloaded openssl-probe v0.1.6
9542026-08-15T07:00:38.797Z Downloaded convert_case v0.10.0
9552026-08-15T07:00:38.800Z Downloaded parse-display v0.10.0
9562026-08-15T07:00:38.800Z Downloaded pkcs1 v0.7.5
9572026-08-15T07:00:38.804Z Downloaded whoami v2.1.0
9582026-08-15T07:00:38.807Z Downloaded xshell v0.2.7
9592026-08-15T07:00:38.810Z Downloaded deranged v0.5.8
9602026-08-15T07:00:38.815Z Downloaded tower v0.5.3
9612026-08-15T07:00:38.818Z Downloaded displaydoc v0.2.5
9622026-08-15T07:00:38.818Z Downloaded psl-types v2.0.11
9632026-08-15T07:00:38.821Z Downloaded omicron-zone-package v0.12.3
9642026-08-15T07:00:38.824Z Downloaded ssh-key v0.6.7
9652026-08-15T07:00:38.829Z Downloaded russh-cryptovec v0.62.0
9662026-08-15T07:00:38.831Z Downloaded rusty-fork v0.3.1
9672026-08-15T07:00:38.831Z Downloaded rtoolbox v0.0.3
9682026-08-15T07:00:38.836Z Downloaded sha2 v0.11.0
9692026-08-15T07:00:38.839Z Downloaded uzers v0.12.2
9702026-08-15T07:00:38.843Z Downloaded minimal-lexical v0.2.1
9712026-08-15T07:00:38.843Z Downloaded num-bigint v0.4.6
9722026-08-15T07:00:38.846Z Downloaded zip v4.6.1
9732026-08-15T07:00:38.850Z Downloaded hashbrown v0.14.5
9742026-08-15T07:00:38.853Z Downloaded num_enum v0.5.11
9752026-08-15T07:00:38.853Z Downloaded ecdsa v0.16.9
9762026-08-15T07:00:38.856Z Downloaded humantime v2.3.0
9772026-08-15T07:00:38.856Z Downloaded signature v2.2.0
9782026-08-15T07:00:38.856Z Downloaded icu_locale_core v2.1.1
9792026-08-15T07:00:38.860Z Downloaded phc v0.6.1
9802026-08-15T07:00:38.860Z Downloaded cookie_store v0.22.1
9812026-08-15T07:00:38.863Z Downloaded diesel_derives v2.3.7
9822026-08-15T07:00:38.866Z Downloaded linear-map v1.2.0
9832026-08-15T07:00:38.866Z Downloaded smallvec v1.15.1
9842026-08-15T07:00:38.866Z Downloaded steno v0.4.1
9852026-08-15T07:00:38.871Z Downloaded lru v0.18.2
9862026-08-15T07:00:38.871Z Downloaded stable_deref_trait v1.2.1
9872026-08-15T07:00:38.874Z Downloaded darling_core v0.21.3
9882026-08-15T07:00:38.874Z Downloaded salsa20 v0.11.0
9892026-08-15T07:00:38.874Z Downloaded aes-gcm v0.11.0
9902026-08-15T07:00:38.877Z Downloaded ctutils v0.4.2
9912026-08-15T07:00:38.877Z Downloaded similar v2.7.0
9922026-08-15T07:00:38.880Z Downloaded progenitor v0.13.0
9932026-08-15T07:00:38.880Z Downloaded darling v0.21.3
9942026-08-15T07:00:38.884Z Downloaded usdt v0.6.0
9952026-08-15T07:00:38.884Z Downloaded p256 v0.14.0
9962026-08-15T07:00:38.887Z Downloaded crucible-workspace-hack v0.1.0
9972026-08-15T07:00:38.887Z Downloaded psm v0.1.30
9982026-08-15T07:00:38.887Z Downloaded peg v0.8.5
9992026-08-15T07:00:38.890Z Downloaded unicode-xid v0.2.6
10002026-08-15T07:00:38.893Z Downloaded nom v7.1.3
10012026-08-15T07:00:38.898Z Downloaded rustls-webpki v0.103.13
10022026-08-15T07:00:38.901Z Downloaded defmt v0.3.100
10032026-08-15T07:00:38.901Z Downloaded rand v0.10.1
10042026-08-15T07:00:38.904Z Downloaded schemars_derive v0.8.22
10052026-08-15T07:00:38.904Z Downloaded url v2.5.8
10062026-08-15T07:00:38.907Z Downloaded native-tls v0.2.18
10072026-08-15T07:00:38.910Z Downloaded display-error-chain v0.2.2
10082026-08-15T07:00:38.915Z Downloaded dunce v1.0.5
10092026-08-15T07:00:38.915Z Downloaded dyn-clone v1.0.20
10102026-08-15T07:00:38.915Z Downloaded instant v0.1.13
10112026-08-15T07:00:38.918Z Downloaded strum_macros v0.24.3
10122026-08-15T07:00:38.922Z Downloaded hashbrown v0.15.5
10132026-08-15T07:00:38.926Z Downloaded hkdf v0.13.0
10142026-08-15T07:00:38.926Z Downloaded h2 v0.4.15
10152026-08-15T07:00:38.929Z Downloaded hybrid-array v0.4.13
10162026-08-15T07:00:38.929Z Downloaded strum_macros v0.26.4
10172026-08-15T07:00:38.929Z Downloaded libscf-sys v1.2.0
10182026-08-15T07:00:38.934Z Downloaded maybe-uninit v2.0.0
10192026-08-15T07:00:38.934Z Downloaded termtree v0.5.1
10202026-08-15T07:00:38.934Z Downloaded tokio-tungstenite v0.21.0
10212026-08-15T07:00:38.937Z Downloaded newtype-uuid-macros v0.1.0
10222026-08-15T07:00:38.937Z Downloaded slog-dtrace v0.3.0
10232026-08-15T07:00:38.940Z Downloaded sqlformat v0.3.5
10242026-08-15T07:00:38.943Z Downloaded phf_shared v0.13.1
10252026-08-15T07:00:38.943Z Downloaded postcard v1.1.3
10262026-08-15T07:00:38.946Z Downloaded unicode-bidi v0.3.18
10272026-08-15T07:00:38.946Z Downloaded hkdf v0.12.4
10282026-08-15T07:00:38.949Z Downloaded aho-corasick v1.1.4
10292026-08-15T07:00:38.956Z Downloaded writeable v0.6.2
10302026-08-15T07:00:38.956Z Downloaded pretty_assertions v1.4.1
10312026-08-15T07:00:38.956Z Downloaded progenitor-client v0.14.0
10322026-08-15T07:00:38.956Z Downloaded radium v0.7.0
10332026-08-15T07:00:38.956Z Downloaded tls_codec v0.4.2
10342026-08-15T07:00:38.963Z Downloaded vsss-rs v3.3.4
10352026-08-15T07:00:38.963Z Downloaded crossterm v0.28.1
10362026-08-15T07:00:38.968Z Downloaded ref-cast-impl v1.0.25
10372026-08-15T07:00:38.968Z Downloaded scheduled-thread-pool v0.2.7
10382026-08-15T07:00:38.968Z Downloaded icu_properties v2.1.2
10392026-08-15T07:00:38.968Z Downloaded sha1 v0.10.6
10402026-08-15T07:00:38.968Z Downloaded const-oid v0.10.2
10412026-08-15T07:00:38.969Z Downloaded pkcs1 v0.8.0-rc.4
10422026-08-15T07:00:38.969Z Downloaded toml_edit v0.19.15
10432026-08-15T07:00:38.977Z Downloaded crossbeam-deque v0.8.6
10442026-08-15T07:00:38.982Z Downloaded zeroize v1.9.0
10452026-08-15T07:00:38.982Z Downloaded tough v0.22.0
10462026-08-15T07:00:38.982Z Downloaded rustls-platform-verifier v0.6.2
10472026-08-15T07:00:38.989Z Downloaded derive-ex v0.1.8
10482026-08-15T07:00:38.989Z Downloaded dsl_auto_type v0.2.0
10492026-08-15T07:00:38.989Z Downloaded keccak v0.2.0
10502026-08-15T07:00:38.989Z Downloaded subtle v2.6.1
10512026-08-15T07:00:38.989Z Downloaded unarray v0.1.4
10522026-08-15T07:00:39.004Z Downloaded tap v1.0.1
10532026-08-15T07:00:39.004Z Downloaded yoke-derive v0.8.1
10542026-08-15T07:00:39.004Z Downloaded crc-catalog v2.4.0
10552026-08-15T07:00:39.005Z Downloaded difflib v0.4.0
10562026-08-15T07:00:39.005Z Downloaded derive_more v0.99.20
10572026-08-15T07:00:39.005Z Downloaded miette-derive v7.6.0
10582026-08-15T07:00:39.009Z Downloaded want v0.3.1
10592026-08-15T07:00:39.010Z Downloaded newtype-uuid v1.3.2
10602026-08-15T07:00:39.010Z Downloaded num-primitive v0.2.1
10612026-08-15T07:00:39.010Z Downloaded pem v3.0.6
10622026-08-15T07:00:39.010Z Downloaded dirs-next v2.0.0
10632026-08-15T07:00:39.010Z Downloaded crypto-bigint v0.5.5
10642026-08-15T07:00:39.010Z Downloaded serde_cbor v0.11.2
10652026-08-15T07:00:39.013Z Downloaded zerocopy-derive v0.8.56
10662026-08-15T07:00:39.019Z Downloaded oso-derive v0.27.3
10672026-08-15T07:00:39.022Z Downloaded hubpack v0.1.2
10682026-08-15T07:00:39.022Z Downloaded instability v0.3.11
10692026-08-15T07:00:39.022Z Downloaded rand_core v0.6.4
10702026-08-15T07:00:39.025Z Downloaded publicsuffix v2.3.0
10712026-08-15T07:00:39.032Z Downloaded prefix-trie v0.7.0
10722026-08-15T07:00:39.039Z Downloaded scroll v0.13.0
10732026-08-15T07:00:39.042Z Downloaded md-5 v0.10.6
10742026-08-15T07:00:39.046Z Downloaded iri-string v0.7.10
10752026-08-15T07:00:39.050Z Downloaded itertools v0.12.1
10762026-08-15T07:00:39.053Z Downloaded quick-xml v0.37.5
10772026-08-15T07:00:39.056Z Downloaded spki v0.7.3
10782026-08-15T07:00:39.057Z Downloaded unicase v2.9.0
10792026-08-15T07:00:39.057Z Downloaded russh-util v0.52.0
10802026-08-15T07:00:39.057Z Downloaded rustc-hash v2.1.1
10812026-08-15T07:00:39.057Z Downloaded signal-hook-tokio v0.3.1
10822026-08-15T07:00:39.063Z Downloaded slog-term v2.9.2
10832026-08-15T07:00:39.063Z Downloaded mio v1.2.0
10842026-08-15T07:00:39.066Z Downloaded serde_with v1.14.0
10852026-08-15T07:00:39.066Z Downloaded critical-section v1.2.0
10862026-08-15T07:00:39.066Z Downloaded predicates-core v1.0.10
10872026-08-15T07:00:39.066Z Downloaded rustc_version v0.1.7
10882026-08-15T07:00:39.066Z Downloaded slog-envlogger v2.2.0
10892026-08-15T07:00:39.069Z Downloaded futures-util v0.3.32
10902026-08-15T07:00:39.073Z Downloaded daft-derive v0.1.7
10912026-08-15T07:00:39.076Z Downloaded subprocess v0.2.15
10922026-08-15T07:00:39.079Z Downloaded toml v0.7.8
10932026-08-15T07:00:39.079Z Downloaded yoke v0.8.1
10942026-08-15T07:00:39.082Z Downloaded serde_plain v1.0.2
10952026-08-15T07:00:39.082Z Downloaded serde_repr v0.1.20
10962026-08-15T07:00:39.082Z Downloaded take_mut v0.2.2
10972026-08-15T07:00:39.082Z Downloaded tokio-test v0.4.5
10982026-08-15T07:00:39.082Z Downloaded unicode-truncate v1.1.0
10992026-08-15T07:00:39.085Z Downloaded tungstenite v0.21.0
11002026-08-15T07:00:39.088Z Downloaded knus v3.4.0
11012026-08-15T07:00:39.088Z Downloaded usdt-impl v0.6.0
11022026-08-15T07:00:39.091Z Downloaded miette v7.6.0
11032026-08-15T07:00:39.094Z Downloaded crunchy v0.2.4
11042026-08-15T07:00:39.094Z Downloaded waitgroup v0.1.2
11052026-08-15T07:00:39.094Z Downloaded wnaf v0.14.0
11062026-08-15T07:00:39.099Z Downloaded md5 v0.8.0
11072026-08-15T07:00:39.099Z Downloaded darling_macro v0.13.4
11082026-08-15T07:00:39.099Z Downloaded der v0.8.0
11092026-08-15T07:00:39.102Z Downloaded packed_struct_codegen v0.10.1
11102026-08-15T07:00:39.108Z Downloaded num_enum_derive v0.7.6
11112026-08-15T07:00:39.112Z Downloaded nodrop v0.1.14
11122026-08-15T07:00:39.115Z Downloaded num_threads v0.1.7
11132026-08-15T07:00:39.118Z Downloaded oxide-update-engine v0.1.2
11142026-08-15T07:00:39.118Z Downloaded pkcs8 v0.10.2
11152026-08-15T07:00:39.121Z Downloaded primefield v0.14.0
11162026-08-15T07:00:39.121Z Downloaded module-lattice v0.2.3
11172026-08-15T07:00:39.122Z Downloaded blake3 v1.8.5
11182026-08-15T07:00:39.127Z Downloaded same-file v1.0.6
11192026-08-15T07:00:39.127Z Downloaded unicode-normalization v0.1.25
11202026-08-15T07:00:39.130Z Downloaded icu_provider v2.1.1
11212026-08-15T07:00:39.130Z Downloaded spin v0.9.8
11222026-08-15T07:00:39.134Z Downloaded tokio-rustls v0.26.4
11232026-08-15T07:00:39.134Z Downloaded ssh-cipher v0.2.0
11242026-08-15T07:00:39.134Z Downloaded ssh-cipher v0.3.0
11252026-08-15T07:00:39.138Z Downloaded strum v0.27.2
11262026-08-15T07:00:39.138Z Downloaded diff v0.1.13
11272026-08-15T07:00:39.138Z Downloaded indexmap v1.9.3
11282026-08-15T07:00:39.141Z Downloaded libbz2-rs-sys v0.2.2
11292026-08-15T07:00:39.141Z Downloaded time-core v0.1.8
11302026-08-15T07:00:39.141Z Downloaded universal-hash v0.6.1
11312026-08-15T07:00:39.178Z Downloaded zerovec v0.11.5
11322026-08-15T07:00:39.178Z Downloaded scuffle v0.1.0
11332026-08-15T07:00:39.178Z Downloaded vergen-gitcl v1.0.8
11342026-08-15T07:00:39.178Z Downloaded termios v0.3.3
11352026-08-15T07:00:39.178Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-08-15T07:00:39.178Z Downloaded debug-ignore v1.0.5
11372026-08-15T07:00:39.178Z Downloaded rustyline v14.0.0
11382026-08-15T07:00:39.178Z Downloaded proptest v1.11.0
11392026-08-15T07:00:39.178Z Downloaded tungstenite v0.23.0
11402026-08-15T07:00:39.178Z Downloaded p521 v0.13.3
11412026-08-15T07:00:39.179Z Downloaded serde_yaml v0.9.34+deprecated
11422026-08-15T07:00:39.179Z Downloaded quinn v0.11.11
11432026-08-15T07:00:39.179Z Downloaded zerotrie v0.2.3
11442026-08-15T07:00:39.179Z Downloaded ident_case v1.0.1
11452026-08-15T07:00:39.179Z Downloaded kem v0.3.0
11462026-08-15T07:00:39.179Z Downloaded parse-size v1.1.0
11472026-08-15T07:00:39.179Z Downloaded darling_core v0.20.11
11482026-08-15T07:00:39.179Z Downloaded pkg-config v0.3.32
11492026-08-15T07:00:39.179Z Downloaded delegate v0.13.5
11502026-08-15T07:00:39.182Z Downloaded ipnetwork v0.21.1
11512026-08-15T07:00:39.182Z Downloaded litemap v0.8.1
11522026-08-15T07:00:39.182Z Downloaded ipnet v2.12.1
11532026-08-15T07:00:39.182Z Downloaded progenitor-macro v0.14.0
11542026-08-15T07:00:39.186Z Downloaded phf_shared v0.12.1
11552026-08-15T07:00:39.186Z Downloaded progenitor v0.14.0
11562026-08-15T07:00:39.186Z Downloaded secrecy v0.8.0
11572026-08-15T07:00:39.190Z Downloaded seq-macro v0.3.6
11582026-08-15T07:00:39.193Z Downloaded tower-http v0.6.8
11592026-08-15T07:00:39.196Z Downloaded libxml v0.3.3
11602026-08-15T07:00:39.201Z Downloaded curve25519-dalek-derive v0.1.1
11612026-08-15T07:00:39.201Z Downloaded internet-checksum v0.2.1
11622026-08-15T07:00:39.201Z Downloaded tinyvec v1.12.0
11632026-08-15T07:00:39.204Z Downloaded derive_more-impl v2.1.1
11642026-08-15T07:00:39.204Z Downloaded slab v0.4.12
11652026-08-15T07:00:39.205Z Downloaded libm v0.2.16
11662026-08-15T07:00:39.209Z Downloaded winnow v1.0.3
11672026-08-15T07:00:39.215Z Downloaded darling_core v0.13.4
11682026-08-15T07:00:39.219Z Downloaded thiserror-no-std v2.0.2
11692026-08-15T07:00:39.219Z Downloaded tinystr v0.8.2
11702026-08-15T07:00:39.219Z Downloaded num v0.4.3
11712026-08-15T07:00:39.223Z Downloaded internal-russh-num-bigint v0.5.0
11722026-08-15T07:00:39.223Z Downloaded sync_wrapper v1.0.2
11732026-08-15T07:00:39.223Z Downloaded rayon v1.11.0
11742026-08-15T07:00:39.226Z Downloaded p384 v0.14.0
11752026-08-15T07:00:39.232Z Downloaded data-encoding v2.10.0
11762026-08-15T07:00:39.232Z Downloaded ingot v0.2.1
11772026-08-15T07:00:39.232Z Downloaded dirs-sys-next v0.1.2
11782026-08-15T07:00:39.235Z Downloaded iana-time-zone v0.1.65
11792026-08-15T07:00:39.235Z Downloaded winnow v0.6.26
11802026-08-15T07:00:39.239Z Downloaded primeorder v0.14.0
11812026-08-15T07:00:39.243Z Downloaded rand_chacha v0.9.0
11822026-08-15T07:00:39.243Z Downloaded lock_api v0.4.14
11832026-08-15T07:00:39.243Z Downloaded aws-lc-rs v1.16.3
11842026-08-15T07:00:39.246Z Downloaded sha3 v0.12.0
11852026-08-15T07:00:39.249Z Downloaded resolv-conf v0.7.6
11862026-08-15T07:00:39.250Z Downloaded smallvec v0.6.14
11872026-08-15T07:00:39.253Z Downloaded structmeta-derive v0.3.0
11882026-08-15T07:00:39.254Z Downloaded git2 v0.20.4
11892026-08-15T07:00:39.257Z Downloaded iddqd v0.4.2
11902026-08-15T07:00:39.260Z Downloaded litrs v1.0.0
11912026-08-15T07:00:39.265Z Downloaded serde_bytes v0.11.19
11922026-08-15T07:00:39.265Z Downloaded crossbeam-channel v0.5.15
11932026-08-15T07:00:39.269Z Downloaded httpdate v1.0.3
11942026-08-15T07:00:39.269Z Downloaded parking_lot v0.11.2
11952026-08-15T07:00:39.269Z Downloaded parking_lot v0.12.5
11962026-08-15T07:00:39.269Z Downloaded serdect v0.4.3
11972026-08-15T07:00:39.269Z Downloaded utf-8 v0.7.6
11982026-08-15T07:00:39.269Z Downloaded derive_builder_macro v0.20.2
11992026-08-15T07:00:39.272Z Downloaded match_cfg v0.1.0
12002026-08-15T07:00:39.275Z Downloaded zstd-safe v7.2.4
12012026-08-15T07:00:39.278Z Downloaded const_format v0.2.35
12022026-08-15T07:00:39.281Z Downloaded newtype_derive v0.1.6
12032026-08-15T07:00:39.281Z Downloaded rand_core v0.9.5
12042026-08-15T07:00:39.284Z Downloaded indent_write v2.2.0
12052026-08-15T07:00:39.284Z Downloaded daft v0.1.7
12062026-08-15T07:00:39.286Z Downloaded darling v0.13.4
12072026-08-15T07:00:39.289Z Downloaded icu_normalizer v2.1.1
12082026-08-15T07:00:39.293Z Downloaded shell-words v1.1.1
12092026-08-15T07:00:39.295Z Downloaded crc-any v2.5.0
12102026-08-15T07:00:39.296Z Downloaded derive-where v1.6.0
12112026-08-15T07:00:39.298Z Downloaded convert_case v0.4.0
12122026-08-15T07:00:39.298Z Downloaded russh v0.62.4
12132026-08-15T07:00:39.302Z Downloaded smf v0.2.3
12142026-08-15T07:00:39.305Z Downloaded predicates v3.1.4
12152026-08-15T07:00:39.305Z Downloaded tagptr v0.2.0
12162026-08-15T07:00:39.305Z Downloaded bindgen v0.71.1
12172026-08-15T07:00:39.309Z Downloaded bitvec v1.0.1
12182026-08-15T07:00:39.316Z Downloaded zerovec-derive v0.11.2
12192026-08-15T07:00:39.319Z Downloaded scrypt v0.12.0
12202026-08-15T07:00:39.319Z Downloaded crc v3.4.0
12212026-08-15T07:00:39.319Z Downloaded itertools v0.15.0
12222026-08-15T07:00:39.322Z Downloaded prettyplease v0.2.37
12232026-08-15T07:00:39.325Z Downloaded chrono v0.4.45
12242026-08-15T07:00:39.328Z Downloaded unsafe-libyaml v0.2.11
12252026-08-15T07:00:39.331Z Downloaded pbkdf2 v0.13.0
12262026-08-15T07:00:39.331Z Downloaded toml_datetime v1.1.1+spec-1.1.0
12272026-08-15T07:00:39.334Z Downloaded lalrpop-util v0.19.12
12282026-08-15T07:00:39.334Z Downloaded downcast-rs v2.0.2
12292026-08-15T07:00:39.334Z Downloaded ssh-encoding v0.3.0
12302026-08-15T07:00:39.334Z Downloaded unit-prefix v0.5.2
12312026-08-15T07:00:39.338Z Downloaded ssh-key v0.7.0-rc.11
12322026-08-15T07:00:39.341Z Downloaded schemars v1.2.1
12332026-08-15T07:00:39.346Z Downloaded rsa v0.9.10
12342026-08-15T07:00:39.349Z Downloaded zstd v0.13.3
12352026-08-15T07:00:39.351Z Downloaded itertools v0.14.0
12362026-08-15T07:00:39.354Z Downloaded impl-trait-for-tuples v0.2.3
12372026-08-15T07:00:39.357Z Downloaded ppv-lite86 v0.2.21
12382026-08-15T07:00:39.357Z Downloaded tokio-postgres v0.7.16
12392026-08-15T07:00:39.360Z Downloaded zopfli v0.8.3
12402026-08-15T07:00:39.360Z Downloaded defmt-macros v1.0.1
12412026-08-15T07:00:39.362Z Downloaded socket2 v0.5.10
12422026-08-15T07:00:39.362Z Downloaded toml_writer v1.1.1+spec-1.1.0
12432026-08-15T07:00:39.365Z Downloaded num-traits v0.2.19
12442026-08-15T07:00:39.368Z Downloaded tokio-util v0.7.18
12452026-08-15T07:00:39.371Z Downloaded icu_properties_data v2.1.2
12462026-08-15T07:00:39.374Z Downloaded stringprep v0.1.5
12472026-08-15T07:00:39.377Z Downloaded oxide-tokio-rt v0.1.4
12482026-08-15T07:00:39.377Z Downloaded constant_time_eq v0.4.2
12492026-08-15T07:00:39.377Z Downloaded icu_normalizer_data v2.1.1
12502026-08-15T07:00:39.380Z Downloaded httparse v1.10.1
12512026-08-15T07:00:39.380Z Downloaded num-bigint-dig v0.8.6
12522026-08-15T07:00:39.383Z Downloaded toml_parser v1.1.2+spec-1.1.0
12532026-08-15T07:00:39.386Z Downloaded vergen-lib v0.1.6
12542026-08-15T07:00:39.387Z Downloaded keccak v0.1.6
12552026-08-15T07:00:39.387Z Downloaded sec1 v0.8.1
12562026-08-15T07:00:39.387Z Downloaded num-complex v0.4.6
12572026-08-15T07:00:39.390Z Downloaded crossterm v0.29.0
12582026-08-15T07:00:39.390Z Downloaded password-hash v0.5.0
12592026-08-15T07:00:39.395Z Downloaded itertools v0.10.5
12602026-08-15T07:00:39.398Z Downloaded libsw v3.5.0
12612026-08-15T07:00:39.400Z Downloaded vte v0.14.1
12622026-08-15T07:00:39.403Z Downloaded twox-hash v2.1.2
12632026-08-15T07:00:39.406Z Downloaded dashu-int v0.5.1
12642026-08-15T07:00:39.410Z Downloaded yasna v0.5.2
12652026-08-15T07:00:39.413Z Downloaded icu_collections v2.1.1
12662026-08-15T07:00:39.415Z Downloaded goblin v0.10.5
12672026-08-15T07:00:39.418Z Downloaded rustls-pki-types v1.14.0
12682026-08-15T07:00:39.421Z Downloaded quinn-udp v0.5.14
12692026-08-15T07:00:39.421Z Downloaded reqwest v0.12.28
12702026-08-15T07:00:39.424Z Downloaded memmap2 v0.9.10
12712026-08-15T07:00:39.427Z Downloaded uuid v1.23.4
12722026-08-15T07:00:39.430Z Downloaded idna v1.1.0
12732026-08-15T07:00:39.433Z Downloaded vcpkg v0.2.15
12742026-08-15T07:00:39.456Z Downloaded pin-project v1.1.11
12752026-08-15T07:00:39.462Z Downloaded rsa v0.10.0-rc.18
12762026-08-15T07:00:39.465Z Downloaded tracing-core v0.1.36
12772026-08-15T07:00:39.468Z Downloaded test-strategy v0.4.5
12782026-08-15T07:00:39.471Z Downloaded object v0.30.4
12792026-08-15T07:00:39.475Z Downloaded typify v0.6.2
12802026-08-15T07:00:39.477Z Downloaded drift v0.2.0
12812026-08-15T07:00:39.481Z Downloaded miniz_oxide v0.8.9
12822026-08-15T07:00:39.483Z Downloaded rand v0.9.2
12832026-08-15T07:00:39.486Z Downloaded p521 v0.14.0
12842026-08-15T07:00:39.486Z Downloaded indicatif v0.18.4
12852026-08-15T07:00:39.489Z Downloaded gimli v0.32.3
12862026-08-15T07:00:39.492Z Downloaded serde_derive_internals v0.29.1
12872026-08-15T07:00:39.495Z Downloaded signal-hook v0.3.18
12882026-08-15T07:00:39.495Z Downloaded serde_with v3.21.0
12892026-08-15T07:00:39.501Z Downloaded polar-core v0.27.3
12902026-08-15T07:00:39.506Z Downloaded der v0.7.10
12912026-08-15T07:00:39.509Z Downloaded zip v0.6.6
12922026-08-15T07:00:39.514Z Downloaded rawzip v0.4.4
12932026-08-15T07:00:39.532Z Downloaded bstr v1.12.1
12942026-08-15T07:00:39.537Z Downloaded itertools v0.13.0
12952026-08-15T07:00:39.540Z Downloaded radix_trie v0.2.1
12962026-08-15T07:00:39.543Z Downloaded hyper-util v0.1.20
12972026-08-15T07:00:39.546Z Downloaded rand v0.8.6
12982026-08-15T07:00:39.549Z Downloaded nom v8.0.0
12992026-08-15T07:00:39.557Z Downloaded typed-path v0.9.3
13002026-08-15T07:00:39.560Z Downloaded reedline v0.40.0
13012026-08-15T07:00:39.586Z Downloaded zlib-rs v0.6.2
13022026-08-15T07:00:39.589Z Downloaded regex-syntax v0.6.29
13032026-08-15T07:00:39.595Z Downloaded winnow v0.5.40
13042026-08-15T07:00:39.600Z Downloaded dropshot-api-manager v0.7.2
13052026-08-15T07:00:39.602Z Downloaded tabled v0.21.0
13062026-08-15T07:00:39.612Z Downloaded portable-atomic v1.13.1
13072026-08-15T07:00:39.616Z Downloaded regex v1.12.3
13082026-08-15T07:00:39.619Z Downloaded regress v0.10.5
13092026-08-15T07:00:39.624Z Downloaded smoltcp v0.9.1
13102026-08-15T07:00:39.629Z Downloaded jiff-core v0.1.0
13112026-08-15T07:00:39.632Z Downloaded crypto-bigint v0.7.5
13122026-08-15T07:00:39.640Z Downloaded nix v0.27.1
13132026-08-15T07:00:39.645Z Downloaded nix v0.31.2
13142026-08-15T07:00:39.652Z Downloaded reqwest v0.13.2
13152026-08-15T07:00:39.656Z Downloaded salty v0.3.0
13162026-08-15T07:00:39.659Z Downloaded hyper v1.10.1
13172026-08-15T07:00:39.665Z Downloaded regress v0.11.1
13182026-08-15T07:00:39.670Z Downloaded openapiv3 v2.2.0
13192026-08-15T07:00:39.676Z Downloaded hickory-proto v0.24.4
13202026-08-15T07:00:39.684Z Downloaded rustls v0.23.41
13212026-08-15T07:00:39.691Z Downloaded crypto-primes v0.7.2
13222026-08-15T07:00:39.694Z Downloaded time v0.3.47
13232026-08-15T07:00:39.703Z Downloaded lalrpop v0.19.12
13242026-08-15T07:00:39.709Z Downloaded regex-syntax v0.8.10
13252026-08-15T07:00:39.713Z Downloaded p384 v0.13.1
13262026-08-15T07:00:39.719Z Downloaded moka v0.12.13
13272026-08-15T07:00:39.736Z Downloaded hickory-proto v0.25.2
13282026-08-15T07:00:39.755Z Downloaded nix v0.28.0
13292026-08-15T07:00:39.761Z Downloaded smoltcp v0.11.0
13302026-08-15T07:00:39.767Z Downloaded petname v2.0.2
13312026-08-15T07:00:39.770Z Downloaded zerocopy v0.8.56
13322026-08-15T07:00:39.781Z Downloaded dropshot v0.17.1
13332026-08-15T07:00:39.792Z Downloaded openssl v0.10.80
13342026-08-15T07:00:39.798Z Downloaded quinn-proto v0.11.16
13352026-08-15T07:00:39.801Z Downloaded typify-impl v0.6.2
13362026-08-15T07:00:39.809Z Downloaded curve25519-dalek v4.1.3
13372026-08-15T07:00:39.831Z Downloaded rustix v0.38.44
13382026-08-15T07:00:39.843Z Downloaded curve25519-dalek v5.0.0
13392026-08-15T07:00:39.848Z Downloaded sqlparser v0.61.0
13402026-08-15T07:00:39.866Z Downloaded object v0.37.3
13412026-08-15T07:00:39.882Z Downloaded bzip2-sys v0.1.13+1.0.8
13422026-08-15T07:00:39.906Z Downloaded diesel v2.3.7
13432026-08-15T07:00:39.934Z Downloaded zerocopy-derive v0.6.6
13442026-08-15T07:00:39.939Z Downloaded tracing v0.1.44
13452026-08-15T07:00:39.951Z Downloaded sled v0.34.7
13462026-08-15T07:00:39.957Z Downloaded chrono-tz v0.10.4
13472026-08-15T07:00:39.967Z Downloaded petgraph v0.6.5
13482026-08-15T07:00:39.978Z Downloaded jiff v0.2.34
13492026-08-15T07:00:39.987Z Downloaded ratatui v0.29.0
13502026-08-15T07:00:39.998Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13512026-08-15T07:00:40.008Z Downloaded sha3 v0.11.0
13522026-08-15T07:00:40.011Z Downloaded regex-automata v0.4.14
13532026-08-15T07:00:40.019Z Downloaded csv v1.4.0
13542026-08-15T07:00:40.030Z Downloaded tokio v1.52.1
13552026-08-15T07:00:40.051Z Downloaded libz-sys v1.1.24
13562026-08-15T07:00:40.073Z Downloaded petgraph v0.8.3
13572026-08-15T07:00:40.096Z Downloaded sha3 v0.10.8
13582026-08-15T07:00:40.195Z Downloaded encoding_rs v0.8.35
13592026-08-15T07:00:40.224Z Downloaded ring v0.17.14
13602026-08-15T07:00:40.271Z Downloaded libgit2-sys v0.18.3+1.9.2
13612026-08-15T07:00:40.563Z Downloaded aws-lc-sys v0.40.0
13622026-08-15T07:00:40.696Z Downloaded dsi-bitstream v0.10.1
13632026-08-15T07:00:40.897Z Compiling libc v0.2.185
13642026-08-15T07:00:40.897Z Compiling serde_core v1.0.228
13652026-08-15T07:00:40.897Z Compiling serde v1.0.228
13662026-08-15T07:00:40.900Z Compiling portable-atomic v1.13.1
13672026-08-15T07:00:40.900Z Compiling smallvec v1.15.1
13682026-08-15T07:00:41.063Z Compiling log v0.4.33
13692026-08-15T07:00:41.072Z Compiling critical-section v1.2.0
13702026-08-15T07:00:41.082Z Compiling syn v2.0.117
13712026-08-15T07:00:41.183Z Compiling subtle v2.6.1
13722026-08-15T07:00:41.258Z Compiling allocator-api2 v0.2.21
13732026-08-15T07:00:41.299Z Compiling zerocopy v0.8.56
13742026-08-15T07:00:41.357Z Compiling typenum v1.20.1
13752026-08-15T07:00:41.386Z Compiling scopeguard v1.2.0
13762026-08-15T07:00:41.492Z Compiling foldhash v0.2.0
13772026-08-15T07:00:41.595Z Compiling lock_api v0.4.14
13782026-08-15T07:00:41.718Z Compiling shlex v1.3.0
13792026-08-15T07:00:41.740Z Compiling find-msvc-tools v0.1.9
13802026-08-15T07:00:41.829Z Compiling hashbrown v0.17.0
13812026-08-15T07:00:41.913Z Compiling errno v0.3.14
13822026-08-15T07:00:41.955Z Compiling getrandom v0.2.17
13832026-08-15T07:00:42.034Z Compiling once_cell v1.21.3
13842026-08-15T07:00:42.069Z Compiling jobserver v0.1.34
13852026-08-15T07:00:42.085Z Compiling stable_deref_trait v1.2.1
13862026-08-15T07:00:42.160Z Compiling rand_core v0.6.4
13872026-08-15T07:00:42.182Z Compiling generic-array v0.14.7
13882026-08-15T07:00:42.197Z Compiling serde_json v1.0.151
13892026-08-15T07:00:42.243Z Compiling const-oid v0.9.6
13902026-08-15T07:00:42.376Z Compiling cc v1.2.56
13912026-08-15T07:00:42.453Z Compiling libm v0.2.16
13922026-08-15T07:00:42.456Z Compiling num-traits v0.2.19
13932026-08-15T07:00:42.456Z Compiling getrandom v0.3.4
13942026-08-15T07:00:42.491Z Compiling pin-project-lite v0.2.17
13952026-08-15T07:00:42.591Z Compiling litemap v0.8.1
13962026-08-15T07:00:42.788Z Compiling writeable v0.6.2
13972026-08-15T07:00:42.813Z Compiling parking_lot_core v0.9.12
13982026-08-15T07:00:42.987Z Compiling percent-encoding v2.3.2
13992026-08-15T07:00:43.008Z Compiling icu_properties_data v2.1.2
14002026-08-15T07:00:43.068Z Compiling icu_normalizer_data v2.1.1
14012026-08-15T07:00:43.133Z Compiling bitflags v2.11.0
14022026-08-15T07:00:43.178Z Compiling indexmap v2.14.0
14032026-08-15T07:00:43.270Z Compiling semver v1.0.28
14042026-08-15T07:00:43.517Z Compiling signal-hook-registry v1.4.8
14052026-08-15T07:00:43.709Z Compiling rustix v1.1.4
14062026-08-15T07:00:43.798Z Compiling parking_lot v0.12.5
14072026-08-15T07:00:43.955Z Compiling synstructure v0.13.2
14082026-08-15T07:00:43.969Z Compiling mio v1.2.0
14092026-08-15T07:00:43.983Z Compiling futures-core v0.3.32
14102026-08-15T07:00:44.138Z Compiling pkg-config v0.3.32
14112026-08-15T07:00:44.169Z Compiling socket2 v0.6.3
14122026-08-15T07:00:44.242Z Compiling base64ct v1.8.3
14132026-08-15T07:00:44.342Z Compiling utf8_iter v1.0.4
14142026-08-15T07:00:44.429Z Compiling form_urlencoded v1.2.2
14152026-08-15T07:00:44.490Z Compiling pem-rfc7468 v0.7.0
14162026-08-15T07:00:44.525Z Compiling getrandom v0.4.3
14172026-08-15T07:00:44.542Z Compiling flagset v0.4.7
14182026-08-15T07:00:44.564Z Compiling cfg_aliases v0.2.1
14192026-08-15T07:00:44.603Z Compiling rand_core v0.10.0
14202026-08-15T07:00:44.637Z Compiling winnow v1.0.3
14212026-08-15T07:00:44.666Z Compiling toml_datetime v0.7.5+spec-1.1.0
14222026-08-15T07:00:44.681Z Compiling futures-sink v0.3.32
14232026-08-15T07:00:44.765Z Compiling futures-channel v0.3.32
14242026-08-15T07:00:44.781Z Compiling futures-task v0.3.32
14252026-08-15T07:00:44.797Z Compiling futures-io v0.3.32
14262026-08-15T07:00:44.905Z Compiling rustversion v1.0.22
14272026-08-15T07:00:44.943Z Compiling slab v0.4.12
14282026-08-15T07:00:44.944Z Compiling borsh v1.8.0
14292026-08-15T07:00:44.991Z Compiling iana-time-zone v0.1.65
14302026-08-15T07:00:45.115Z Compiling base64 v0.22.1
14312026-08-15T07:00:45.182Z Compiling ident_case v1.0.1
14322026-08-15T07:00:45.218Z Compiling cpufeatures v0.2.17
14332026-08-15T07:00:45.288Z Compiling simd-adler32 v0.3.8
14342026-08-15T07:00:45.303Z Compiling rustc_version v0.4.1
14352026-08-15T07:00:45.319Z Compiling adler2 v2.0.1
14362026-08-15T07:00:45.462Z Compiling terminal_size v0.4.3
14372026-08-15T07:00:45.477Z Compiling syn v1.0.109
14382026-08-15T07:00:45.534Z Compiling miniz_oxide v0.8.9
14392026-08-15T07:00:45.600Z Compiling serde_derive_internals v0.29.1
14402026-08-15T07:00:45.619Z Compiling toml_parser v1.1.2+spec-1.1.0
14412026-08-15T07:00:45.641Z Compiling serde_derive v1.0.228
14422026-08-15T07:00:45.698Z Compiling zeroize_derive v1.5.0
14432026-08-15T07:00:45.779Z Compiling zerocopy-derive v0.8.56
14442026-08-15T07:00:45.782Z Compiling zerofrom-derive v0.1.6
14452026-08-15T07:00:45.952Z Compiling yoke-derive v0.8.1
14462026-08-15T07:00:46.155Z Compiling zerovec-derive v0.11.2
14472026-08-15T07:00:46.234Z Compiling displaydoc v0.2.5
14482026-08-15T07:00:46.340Z Compiling zeroize v1.9.0
14492026-08-15T07:00:46.558Z Compiling thiserror-impl v2.0.18
14502026-08-15T07:00:47.002Z Compiling tokio-macros v2.7.0
14512026-08-15T07:00:47.082Z Compiling crypto-common v0.1.7
14522026-08-15T07:00:47.146Z Compiling block-buffer v0.10.4
14532026-08-15T07:00:47.197Z Compiling zerofrom v0.1.6
14542026-08-15T07:00:47.229Z Compiling der_derive v0.7.3
14552026-08-15T07:00:47.291Z Compiling digest v0.10.7
14562026-08-15T07:00:47.318Z Compiling toml_edit v0.23.10+spec-1.0.0
14572026-08-15T07:00:47.329Z Compiling yoke v0.8.1
14582026-08-15T07:00:47.507Z Compiling zerovec v0.11.5
14592026-08-15T07:00:47.531Z Compiling zerotrie v0.2.3
14602026-08-15T07:00:47.732Z Compiling futures-macro v0.3.32
14612026-08-15T07:00:47.828Z Compiling thiserror-impl v1.0.69
14622026-08-15T07:00:47.884Z Compiling thiserror v2.0.18
14632026-08-15T07:00:47.995Z Compiling tinystr v0.8.2
14642026-08-15T07:00:48.016Z Compiling potential_utf v0.1.4
14652026-08-15T07:00:48.177Z Compiling icu_locale_core v2.1.1
14662026-08-15T07:00:48.180Z Compiling icu_collections v2.1.1
14672026-08-15T07:00:48.208Z Compiling der v0.7.10
14682026-08-15T07:00:48.346Z Compiling proc-macro-crate v3.4.0
14692026-08-15T07:00:48.540Z Compiling futures-util v0.3.32
14702026-08-15T07:00:48.653Z Compiling hmac v0.12.1
14712026-08-15T07:00:48.812Z Compiling icu_provider v2.1.1
14722026-08-15T07:00:48.889Z Compiling borsh-derive v1.8.0
14732026-08-15T07:00:49.047Z Compiling icu_normalizer v2.1.1
14742026-08-15T07:00:49.080Z Compiling bytes v1.11.1
14752026-08-15T07:00:49.104Z Compiling icu_properties v2.1.2
14762026-08-15T07:00:49.138Z Compiling spki v0.7.3
14772026-08-15T07:00:49.343Z Compiling pkcs8 v0.10.2
14782026-08-15T07:00:49.385Z Compiling chrono v0.4.45
14792026-08-15T07:00:49.563Z Compiling tokio v1.52.1
14802026-08-15T07:00:49.597Z Compiling thiserror v1.0.69
14812026-08-15T07:00:49.680Z Compiling ipnet v2.12.1
14822026-08-15T07:00:49.702Z Compiling sha2 v0.10.9
14832026-08-15T07:00:50.217Z Compiling ppv-lite86 v0.2.21
14842026-08-15T07:00:50.243Z Compiling idna_adapter v1.2.1
14852026-08-15T07:00:50.383Z Compiling idna v1.1.0
14862026-08-15T07:00:50.446Z Compiling cmake v0.1.57
14872026-08-15T07:00:50.540Z Compiling rand_chacha v0.3.1
14882026-08-15T07:00:50.692Z Compiling url v2.5.8
14892026-08-15T07:00:50.779Z Compiling uuid v1.23.4
14902026-08-15T07:00:50.843Z Compiling spin v0.9.8
14912026-08-15T07:00:50.888Z Compiling ahash v0.8.12
14922026-08-15T07:00:51.027Z Compiling dunce v1.0.5
14932026-08-15T07:00:51.042Z Compiling schemars v0.8.22
14942026-08-15T07:00:51.058Z Compiling fs_extra v1.3.0
14952026-08-15T07:00:51.098Z Compiling dyn-clone v1.0.20
14962026-08-15T07:00:51.171Z Compiling rand v0.8.6
14972026-08-15T07:00:51.270Z Compiling hex v0.4.3
14982026-08-15T07:00:51.326Z Compiling signature v2.2.0
14992026-08-15T07:00:51.348Z Compiling aws-lc-sys v0.40.0
15002026-08-15T07:00:51.498Z Compiling schemars_derive v0.8.22
15012026-08-15T07:00:51.515Z Compiling tracing-attributes v0.1.31
15022026-08-15T07:00:51.520Z Compiling rand_core v0.9.5
15032026-08-15T07:00:51.544Z Compiling tracing-core v0.1.36
15042026-08-15T07:00:51.804Z Compiling regex-syntax v0.8.10
15052026-08-15T07:00:51.994Z Compiling clap_builder v4.6.0
15062026-08-15T07:00:52.082Z Compiling pest_generator v2.8.6
15072026-08-15T07:00:52.810Z Compiling tracing v0.1.44
15082026-08-15T07:00:52.993Z Compiling clap_derive v4.6.1
15092026-08-15T07:00:53.076Z Compiling tinyvec_macros v0.1.1
15102026-08-15T07:00:53.152Z Compiling tinyvec v1.12.0
15112026-08-15T07:00:53.494Z Compiling tokio-util v0.7.18
15122026-08-15T07:00:54.025Z Compiling pest_derive v2.8.6
15132026-08-15T07:00:54.069Z Compiling rand_chacha v0.9.0
15142026-08-15T07:00:54.474Z Compiling http v1.4.2
15152026-08-15T07:00:54.542Z Compiling num-integer v0.1.46
15162026-08-15T07:00:54.736Z Compiling clap v4.6.1
15172026-08-15T07:00:54.773Z Compiling aws-lc-rs v1.16.3
15182026-08-15T07:00:54.819Z Compiling num-bigint-dig v0.8.6
15192026-08-15T07:00:54.854Z Compiling vcpkg v0.2.15
15202026-08-15T07:00:54.981Z Compiling object v0.37.3
15212026-08-15T07:00:55.002Z Compiling anyhow v1.0.104
15222026-08-15T07:00:55.053Z Compiling tempfile v3.27.0
15232026-08-15T07:00:55.088Z Compiling num-iter v0.1.45
15242026-08-15T07:00:55.252Z Compiling rand v0.9.2
15252026-08-15T07:00:55.329Z Compiling lazy_static v1.5.0
15262026-08-15T07:00:55.378Z Compiling rustls-pki-types v1.14.0
15272026-08-15T07:00:55.393Z Compiling ff v0.13.1
15282026-08-15T07:00:55.422Z Compiling gimli v0.32.3
15292026-08-15T07:00:55.490Z Compiling base16ct v0.2.0
15302026-08-15T07:00:55.528Z Compiling group v0.13.0
15312026-08-15T07:00:55.566Z Compiling openssl-sys v0.9.117
15322026-08-15T07:00:55.665Z Compiling sec1 v0.7.3
15332026-08-15T07:00:55.921Z Compiling http-body v1.0.1
15342026-08-15T07:00:55.942Z Compiling pkcs1 v0.7.5
15352026-08-15T07:00:56.034Z Compiling x509-cert v0.2.5
15362026-08-15T07:00:56.072Z Compiling hkdf v0.12.4
15372026-08-15T07:00:56.239Z Compiling crypto-bigint v0.5.5
15382026-08-15T07:00:56.325Z Compiling owo-colors v4.3.0
15392026-08-15T07:00:56.338Z Compiling rustc-demangle v0.1.27
15402026-08-15T07:00:56.635Z Compiling cmov v0.5.4
15412026-08-15T07:00:56.727Z Compiling openssl-probe v0.2.1
15422026-08-15T07:00:56.847Z Compiling crc32fast v1.5.0
15432026-08-15T07:00:56.905Z Compiling untrusted v0.7.1
15442026-08-15T07:00:57.033Z Compiling httparse v1.10.1
15452026-08-15T07:00:57.112Z Compiling addr2line v0.25.1
15462026-08-15T07:00:57.361Z Compiling elliptic-curve v0.13.8
15472026-08-15T07:00:57.447Z Compiling ctutils v0.4.2
15482026-08-15T07:00:57.472Z Compiling rsa v0.9.10
15492026-08-15T07:00:57.673Z Compiling camino v1.2.5
15502026-08-15T07:00:57.688Z Compiling scroll_derive v0.12.1
15512026-08-15T07:00:57.756Z Compiling async-trait v0.1.89
15522026-08-15T07:00:58.045Z Compiling curve25519-dalek v4.1.3
15532026-08-15T07:00:58.338Z Compiling backtrace v0.3.76
15542026-08-15T07:00:58.353Z Compiling darling_core v0.23.0
15552026-08-15T07:00:58.387Z Compiling proc-macro-error-attr2 v2.0.0
15562026-08-15T07:00:58.582Z Compiling aho-corasick v1.1.4
15572026-08-15T07:00:58.753Z Compiling try-lock v0.2.5
15582026-08-15T07:00:58.773Z Compiling tower-service v0.3.3
15592026-08-15T07:00:58.863Z Compiling untrusted v0.9.0
15602026-08-15T07:00:58.878Z Compiling rustls v0.23.41
15612026-08-15T07:00:58.986Z Compiling atomic-waker v1.1.2
15622026-08-15T07:00:59.046Z Compiling tower-layer v0.3.3
15632026-08-15T07:00:59.113Z Compiling radium v0.7.0
15642026-08-15T07:00:59.207Z Compiling is_ci v1.2.0
15652026-08-15T07:00:59.347Z Compiling supports-color v3.0.2
15662026-08-15T07:00:59.380Z Compiling regex-automata v0.4.14
15672026-08-15T07:00:59.481Z Compiling h2 v0.4.15
15682026-08-15T07:00:59.512Z Compiling textwrap v0.16.2
15692026-08-15T07:00:59.958Z Compiling want v0.3.1
15702026-08-15T07:01:00.130Z Compiling proc-macro-error2 v2.0.1
15712026-08-15T07:01:00.278Z Compiling backtrace-ext v0.2.1
15722026-08-15T07:01:00.475Z Compiling scroll v0.12.0
15732026-08-15T07:01:00.522Z Compiling hybrid-array v0.4.13
15742026-08-15T07:01:00.824Z Compiling darling_macro v0.23.0
15752026-08-15T07:01:00.954Z Compiling hashbrown v0.14.5
15762026-08-15T07:01:01.196Z Compiling toml_datetime v0.6.11
15772026-08-15T07:01:01.219Z Compiling serde_spanned v0.6.9
15782026-08-15T07:01:01.292Z Compiling serde_tokenstream v0.2.3
15792026-08-15T07:01:01.308Z Compiling rfc6979 v0.4.0
15802026-08-15T07:01:01.358Z Compiling slog v2.8.2
15812026-08-15T07:01:01.426Z Compiling miette-derive v7.6.0
15822026-08-15T07:01:01.451Z Compiling curve25519-dalek-derive v0.1.1
15832026-08-15T07:01:01.505Z Compiling zerocopy-derive v0.7.35
15842026-08-15T07:01:01.539Z Compiling scroll_derive v0.13.1
15852026-08-15T07:01:01.596Z Compiling darling_core v0.20.11
15862026-08-15T07:01:02.073Z Compiling num-conv v0.2.0
15872026-08-15T07:01:02.206Z Compiling keccak v0.1.6
15882026-08-15T07:01:02.330Z Compiling time-core v0.1.8
15892026-08-15T07:01:02.353Z Compiling tap v1.0.1
15902026-08-15T07:01:02.465Z Compiling powerfmt v0.2.0
15912026-08-15T07:01:02.479Z Compiling httpdate v1.0.3
15922026-08-15T07:01:02.533Z Compiling foreign-types-shared v0.1.1
15932026-08-15T07:01:02.621Z Compiling supports-hyperlinks v3.2.0
15942026-08-15T07:01:02.661Z Compiling openssl v0.10.80
15952026-08-15T07:01:02.696Z Compiling supports-unicode v3.0.0
15962026-08-15T07:01:02.768Z Compiling maybe-uninit v2.0.0
15972026-08-15T07:01:02.839Z Compiling miette v7.6.0
15982026-08-15T07:01:02.902Z Compiling hyper v1.10.1
15992026-08-15T07:01:02.928Z Compiling deranged v0.5.8
16002026-08-15T07:01:03.071Z Compiling foreign-types v0.3.2
16012026-08-15T07:01:03.145Z Compiling time-macros v0.2.27
16022026-08-15T07:01:03.478Z Compiling wyz v0.5.1
16032026-08-15T07:01:03.559Z Compiling zerocopy v0.7.35
16042026-08-15T07:01:03.668Z Compiling sha3 v0.10.8
16052026-08-15T07:01:03.814Z Compiling darling_macro v0.20.11
16062026-08-15T07:01:03.893Z Compiling scroll v0.13.0
16072026-08-15T07:01:04.116Z Compiling chumsky v0.9.3
16082026-08-15T07:01:04.133Z Compiling ecdsa v0.16.9
16092026-08-15T07:01:04.154Z Compiling darling v0.23.0
16102026-08-15T07:01:04.186Z Compiling goblin v0.8.2
16112026-08-15T07:01:04.238Z Compiling knus-derive v3.4.0
16122026-08-15T07:01:04.477Z Compiling primeorder v0.13.6
16132026-08-15T07:01:04.517Z Compiling hubpack_derive v0.1.1
16142026-08-15T07:01:04.731Z Compiling unicode-normalization v0.1.25
16152026-08-15T07:01:04.901Z Compiling ed25519 v2.2.3
16162026-08-15T07:01:04.970Z Compiling half v2.7.1
16172026-08-15T07:01:05.241Z Compiling erased-serde v0.3.31
16182026-08-15T07:01:05.306Z Compiling openssl-macros v0.1.1
16192026-08-15T07:01:05.342Z Compiling bzip2-sys v0.1.13+1.0.8
16202026-08-15T07:01:05.627Z Compiling zstd-sys v2.0.16+zstd.1.5.7
16212026-08-15T07:01:05.713Z Compiling wait-timeout v0.2.1
16222026-08-15T07:01:05.728Z Compiling socket2 v0.5.10
16232026-08-15T07:01:05.742Z Compiling env_filter v2.0.0
16242026-08-15T07:01:05.857Z Compiling quick-error v1.2.3
16252026-08-15T07:01:05.968Z Compiling ciborium-io v0.2.2
16262026-08-15T07:01:05.982Z Compiling native-tls v0.2.18
16272026-08-15T07:01:06.019Z Compiling num_threads v0.1.7
16282026-08-15T07:01:06.033Z Compiling funty v2.0.0
16292026-08-15T07:01:06.062Z Compiling packed_struct v0.10.1
16302026-08-15T07:01:06.117Z Compiling crossbeam-utils v0.8.21
16312026-08-15T07:01:06.131Z Compiling bit-vec v0.8.0
16322026-08-15T07:01:06.199Z Compiling time v0.3.47
16332026-08-15T07:01:06.327Z Compiling bit-set v0.8.0
16342026-08-15T07:01:06.368Z Compiling bitvec v1.0.1
16352026-08-15T07:01:06.421Z Compiling ciborium-ll v0.2.2
16362026-08-15T07:01:06.491Z Compiling dof v0.3.0
16372026-08-15T07:01:06.635Z Compiling hyper-util v0.1.20
16382026-08-15T07:01:06.981Z Compiling rusty-fork v0.3.1
16392026-08-15T07:01:07.191Z Compiling env_logger v0.11.11
16402026-08-15T07:01:07.290Z Compiling knus v3.4.0
16412026-08-15T07:01:08.010Z Compiling ed25519-dalek v2.2.0
16422026-08-15T07:01:08.098Z Compiling hubpack v0.1.2
16432026-08-15T07:01:08.142Z Compiling p384 v0.13.1
16442026-08-15T07:01:08.305Z Compiling darling v0.20.11
16452026-08-15T07:01:08.309Z Compiling serde_with_macros v3.21.0
16462026-08-15T07:01:08.387Z Compiling goblin v0.10.5
16472026-08-15T07:01:08.546Z Compiling packed_struct_codegen v0.10.1
16482026-08-15T07:01:08.576Z Compiling dtrace-parser v0.2.0
16492026-08-15T07:01:08.663Z Compiling rand_xorshift v0.4.0
16502026-08-15T07:01:08.831Z Compiling sha1 v0.10.6
16512026-08-15T07:01:09.051Z Compiling strum_macros v0.26.4
16522026-08-15T07:01:09.290Z Compiling zerocopy-derive v0.6.6
16532026-08-15T07:01:09.411Z Compiling bitfield-macros v0.19.4
16542026-08-15T07:01:09.566Z Compiling sync_wrapper v1.0.2
16552026-08-15T07:01:09.678Z Compiling thread-id v4.2.2
16562026-08-15T07:01:09.764Z Compiling indexmap v1.9.3
16572026-08-15T07:01:09.952Z Compiling unicode-segmentation v1.12.0
16582026-08-15T07:01:10.135Z Compiling zlib-rs v0.6.2
16592026-08-15T07:01:10.169Z Compiling unarray v0.1.4
16602026-08-15T07:01:10.283Z Compiling crc-catalog v2.4.0
16612026-08-15T07:01:10.380Z Compiling usdt-impl v0.6.0
16622026-08-15T07:01:10.395Z Compiling nodrop v0.1.14
16632026-08-15T07:01:10.461Z Compiling salty v0.3.0
16642026-08-15T07:01:10.487Z Compiling paste v1.0.15
16652026-08-15T07:01:10.584Z Compiling siphasher v1.0.2
16662026-08-15T07:01:10.726Z Compiling array-init v0.0.4
16672026-08-15T07:01:10.775Z Compiling crc v3.4.0
16682026-08-15T07:01:10.798Z Compiling proptest v1.11.0
16692026-08-15T07:01:10.814Z Compiling strum v0.26.3
16702026-08-15T07:01:10.940Z Compiling zerocopy v0.6.6
16712026-08-15T07:01:10.966Z Compiling bitfield v0.19.4
16722026-08-15T07:01:11.084Z Compiling usdt-impl v0.5.0
16732026-08-15T07:01:11.260Z Compiling dof v0.4.0
16742026-08-15T07:01:11.583Z Compiling tower v0.5.3
16752026-08-15T07:01:12.043Z Compiling serde_with v3.21.0
16762026-08-15T07:01:12.427Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
16772026-08-15T07:01:12.593Z Compiling smallvec v0.6.14
16782026-08-15T07:01:12.898Z Compiling derive_builder_core v0.20.2
16792026-08-15T07:01:12.913Z Compiling ciborium v0.2.2
16802026-08-15T07:01:13.115Z Compiling flate2 v1.1.9
16812026-08-15T07:01:13.470Z Compiling http-body-util v0.1.3
16822026-08-15T07:01:13.511Z Compiling dtrace-parser v0.3.0
16832026-08-15T07:01:13.711Z Compiling ipnetwork v0.21.1
16842026-08-15T07:01:13.734Z Compiling structmeta-derive v0.3.0
16852026-08-15T07:01:13.793Z Compiling enum-as-inner v0.6.1
16862026-08-15T07:01:13.835Z Compiling heapless v0.7.17
16872026-08-15T07:01:14.072Z Compiling thread-id v5.1.0
16882026-08-15T07:01:14.089Z Compiling cookie v0.18.1
16892026-08-15T07:01:14.159Z Compiling iri-string v0.7.10
16902026-08-15T07:01:14.240Z Compiling unicode-properties v0.1.4
16912026-08-15T07:01:14.274Z Compiling winnow v0.5.40
16922026-08-15T07:01:14.289Z Compiling base64 v0.21.7
16932026-08-15T07:01:14.450Z Compiling signal-hook v0.3.18
16942026-08-15T07:01:14.601Z Compiling data-encoding v2.10.0
16952026-08-15T07:01:14.621Z Compiling zstd-safe v7.2.4
16962026-08-15T07:01:14.795Z Compiling hashbrown v0.12.3
16972026-08-15T07:01:14.816Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
16982026-08-15T07:01:15.006Z Compiling static_assertions v1.1.0
16992026-08-15T07:01:15.084Z Compiling ryu v1.0.23
17002026-08-15T07:01:15.308Z Compiling unicode-bidi v0.3.18
17012026-08-15T07:01:15.339Z Compiling tower-http v0.6.8
17022026-08-15T07:01:15.698Z Compiling stringprep v0.1.5
17032026-08-15T07:01:15.713Z Compiling toml_edit v0.19.15
17042026-08-15T07:01:15.716Z Compiling serde_urlencoded v0.7.1
17052026-08-15T07:01:15.781Z Compiling structmeta v0.3.0
17062026-08-15T07:01:15.855Z Compiling ron v0.8.1
17072026-08-15T07:01:16.058Z Compiling oxnet v0.1.6
17082026-08-15T07:01:16.138Z Compiling derive_builder_macro v0.20.2
17092026-08-15T07:01:16.494Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17102026-08-15T07:01:16.618Z Compiling newtype-uuid v1.3.2
17112026-08-15T07:01:16.714Z Compiling bzip2 v0.4.4
17122026-08-15T07:01:16.789Z Compiling serde-hex v0.1.0
17132026-08-15T07:01:16.919Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17142026-08-15T07:01:16.947Z Compiling tokio-native-tls v0.3.1
17152026-08-15T07:01:17.053Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17162026-08-15T07:01:17.115Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17172026-08-15T07:01:17.993Z Compiling heck v0.4.1
17182026-08-15T07:01:18.209Z Compiling bstr v1.12.1
17192026-08-15T07:01:18.225Z Compiling block-padding v0.4.2
17202026-08-15T07:01:18.239Z Compiling crypto-common v0.2.2
17212026-08-15T07:01:18.347Z Compiling block-buffer v0.12.1
17222026-08-15T07:01:18.388Z Compiling rustls-native-certs v0.8.3
17232026-08-15T07:01:18.497Z Compiling hashbrown v0.13.2
17242026-08-15T07:01:18.540Z Compiling futures-executor v0.3.32
17252026-08-15T07:01:18.673Z Compiling serde-big-array v0.5.1
17262026-08-15T07:01:18.804Z Compiling md-5 v0.10.6
17272026-08-15T07:01:18.819Z Compiling vergen-lib v9.1.0
17282026-08-15T07:01:18.903Z Compiling daft-derive v0.1.7
17292026-08-15T07:01:18.968Z Compiling pin-project-internal v1.1.11
17302026-08-15T07:01:18.968Z Compiling hash32 v0.2.1
17312026-08-15T07:01:18.997Z Compiling memoffset v0.9.1
17322026-08-15T07:01:19.175Z Compiling encoding_rs v0.8.35
17332026-08-15T07:01:19.190Z Compiling thread_local v1.1.9
17342026-08-15T07:01:19.456Z Compiling rustix v0.38.44
17352026-08-15T07:01:19.573Z Compiling mime v0.3.17
17362026-08-15T07:01:19.803Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17372026-08-15T07:01:19.838Z Compiling litrs v1.0.0
17382026-08-15T07:01:19.942Z Compiling linked-hash-map v0.5.6
17392026-08-15T07:01:19.987Z Compiling fallible-iterator v0.2.0
17402026-08-15T07:01:20.094Z Compiling psl-types v2.0.11
17412026-08-15T07:01:20.191Z Compiling crc-any v2.5.0
17422026-08-15T07:01:20.249Z Compiling smoltcp v0.9.1
17432026-08-15T07:01:20.334Z Compiling ref-cast v1.0.25
17442026-08-15T07:01:20.380Z Compiling slog-async v2.8.0
17452026-08-15T07:01:20.425Z Compiling toml_edit v0.22.27
17462026-08-15T07:01:20.607Z Compiling document-features v0.2.12
17472026-08-15T07:01:20.682Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17482026-08-15T07:01:20.701Z Compiling postgres-protocol v0.6.10
17492026-08-15T07:01:20.750Z Compiling publicsuffix v2.3.0
17502026-08-15T07:01:20.926Z Compiling pin-project v1.1.11
17512026-08-15T07:01:21.033Z Compiling lru-cache v0.1.2
17522026-08-15T07:01:21.202Z Compiling daft v0.1.7
17532026-08-15T07:01:21.370Z Compiling object v0.30.4
17542026-08-15T07:01:21.493Z Compiling futures v0.3.32
17552026-08-15T07:01:21.547Z Compiling inout v0.2.2
17562026-08-15T07:01:21.576Z Compiling snafu-derive v0.8.9
17572026-08-15T07:01:21.725Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17582026-08-15T07:01:21.754Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17592026-08-15T07:01:21.858Z Compiling hyper-tls v0.6.0
17602026-08-15T07:01:22.033Z Compiling toml v0.7.8
17612026-08-15T07:01:22.089Z Compiling zip v0.6.6
17622026-08-15T07:01:22.435Z Compiling derive_builder v0.20.2
17632026-08-15T07:01:22.619Z Compiling derive-ex v0.1.8
17642026-08-15T07:01:23.086Z Compiling hickory-proto v0.24.4
17652026-08-15T07:01:23.146Z Compiling crossbeam-channel v0.5.15
17662026-08-15T07:01:23.149Z Compiling usdt-attr-macro v0.5.0
17672026-08-15T07:01:23.458Z Compiling usdt-macro v0.5.0
17682026-08-15T07:01:23.603Z Compiling phf_shared v0.13.1
17692026-08-15T07:01:23.845Z Compiling regex v1.12.3
17702026-08-15T07:01:23.938Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
17712026-08-15T07:01:24.142Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17722026-08-15T07:01:24.182Z Compiling vergen v9.1.0
17732026-08-15T07:01:24.202Z Compiling ref-cast-impl v1.0.25
17742026-08-15T07:01:24.262Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17752026-08-15T07:01:24.277Z Compiling strum_macros v0.27.2
17762026-08-15T07:01:24.366Z Compiling nix v0.31.2
17772026-08-15T07:01:24.453Z Compiling cargo-platform v0.3.2
17782026-08-15T07:01:24.666Z Compiling memmap v0.7.0
17792026-08-15T07:01:24.727Z Compiling is-terminal v0.4.17
17802026-08-15T07:01:24.742Z Compiling fs-err v3.3.0
17812026-08-15T07:01:24.755Z Compiling foldhash v0.1.5
17822026-08-15T07:01:24.828Z Compiling jiff-core v0.1.0
17832026-08-15T07:01:24.845Z Compiling path-slash v0.1.5
17842026-08-15T07:01:24.925Z Compiling bumpalo v3.20.2
17852026-08-15T07:01:24.940Z Compiling take_mut v0.2.2
17862026-08-15T07:01:24.976Z Compiling corncobs v0.1.4
17872026-08-15T07:01:25.050Z Compiling same-file v1.0.6
17882026-08-15T07:01:25.196Z Compiling libbz2-rs-sys v0.2.2
17892026-08-15T07:01:25.211Z Compiling managed v0.8.0
17902026-08-15T07:01:25.268Z Compiling term v1.2.1
17912026-08-15T07:01:25.435Z Compiling resolv-conf v0.7.6
17922026-08-15T07:01:25.781Z Compiling bitflags v1.3.2
17932026-08-15T07:01:25.868Z Compiling bzip2 v0.6.1
17942026-08-15T07:01:25.893Z Compiling jiff v0.2.34
17952026-08-15T07:01:25.973Z Compiling hickory-resolver v0.24.4
17962026-08-15T07:01:26.076Z Compiling slog-term v2.9.2
17972026-08-15T07:01:26.329Z Compiling strum v0.27.2
17982026-08-15T07:01:26.332Z Compiling walkdir v2.5.0
17992026-08-15T07:01:26.456Z Compiling zopfli v0.8.3
18002026-08-15T07:01:26.642Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18012026-08-15T07:01:26.673Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18022026-08-15T07:01:27.112Z Compiling hashbrown v0.15.5
18032026-08-15T07:01:27.131Z Compiling usdt v0.5.0
18042026-08-15T07:01:27.275Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18052026-08-15T07:01:27.390Z Compiling cargo_metadata v0.23.1
18062026-08-15T07:01:27.430Z Compiling test-strategy v0.4.5
18072026-08-15T07:01:27.689Z Compiling phf v0.13.1
18082026-08-15T07:01:27.858Z Compiling snafu v0.8.9
18092026-08-15T07:01:28.162Z Compiling signal-hook-mio v0.2.5
18102026-08-15T07:01:28.217Z Compiling cookie_store v0.22.1
18112026-08-15T07:01:28.650Z Compiling zstd v0.13.3
18122026-08-15T07:01:28.735Z Compiling reqwest v0.12.28
18132026-08-15T07:01:28.874Z Compiling toml v0.8.23
18142026-08-15T07:01:28.892Z Compiling cipher v0.5.2
18152026-08-15T07:01:29.337Z Compiling postgres-types v0.2.12
18162026-08-15T07:01:29.401Z Compiling globset v0.4.18
18172026-08-15T07:01:29.441Z Compiling usdt-macro v0.6.0
18182026-08-15T07:01:29.487Z Compiling usdt-attr-macro v0.6.0
18192026-08-15T07:01:29.721Z Compiling phf_shared v0.11.3
18202026-08-15T07:01:29.878Z Compiling olpc-cjson v0.1.4
18212026-08-15T07:01:29.908Z Compiling tokio-stream v0.1.18
18222026-08-15T07:01:30.042Z Compiling byte-wrapper v0.1.0
18232026-08-15T07:01:30.062Z Compiling serde_plain v1.0.2
18242026-08-15T07:01:30.085Z Compiling inout v0.1.4
18252026-08-15T07:01:30.223Z Compiling secrecy v0.8.0
18262026-08-15T07:01:30.273Z Compiling serde_repr v0.1.20
18272026-08-15T07:01:30.288Z Compiling derive-where v1.6.0
18282026-08-15T07:01:30.303Z Compiling async-recursion v1.1.1
18292026-08-15T07:01:30.367Z Compiling pem v3.0.6
18302026-08-15T07:01:30.393Z Compiling float-cmp v0.10.0
18312026-08-15T07:01:30.414Z Compiling memmap2 v0.9.10
18322026-08-15T07:01:30.548Z Compiling hashbrown v0.16.1
18332026-08-15T07:01:30.637Z Compiling debug-ignore v1.0.5
18342026-08-15T07:01:30.695Z Compiling new_debug_unreachable v1.0.6
18352026-08-15T07:01:30.748Z Compiling either v1.15.0
18362026-08-15T07:01:30.774Z Compiling precomputed-hash v0.1.1
18372026-08-15T07:01:30.809Z Compiling typed-path v0.9.3
18382026-08-15T07:01:30.869Z Compiling fixedbitset v0.5.7
18392026-08-15T07:01:30.951Z Compiling fixedbitset v0.4.2
18402026-08-15T07:01:30.966Z Compiling cpufeatures v0.3.0
18412026-08-15T07:01:31.048Z Compiling predicates-core v1.0.10
18422026-08-15T07:01:31.152Z Compiling difflib v0.4.0
18432026-08-15T07:01:31.176Z Compiling normalize-line-endings v0.3.0
18442026-08-15T07:01:31.192Z Compiling const-oid v0.10.2
18452026-08-15T07:01:31.229Z Compiling whoami v2.1.0
18462026-08-15T07:01:31.279Z Compiling petgraph v0.6.5
18472026-08-15T07:01:31.396Z Compiling predicates v3.1.4
18482026-08-15T07:01:31.605Z Compiling tokio-postgres v0.7.16
18492026-08-15T07:01:31.608Z Compiling qorb v0.4.1
18502026-08-15T07:01:31.696Z Compiling digest v0.11.3
18512026-08-15T07:01:31.926Z Compiling iddqd v0.4.2
18522026-08-15T07:01:32.043Z Compiling petgraph v0.8.3
18532026-08-15T07:01:32.059Z Compiling chacha20 v0.10.0
18542026-08-15T07:01:32.436Z Compiling itertools v0.13.0
18552026-08-15T07:01:32.531Z Compiling string_cache v0.8.9
18562026-08-15T07:01:32.759Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18572026-08-15T07:01:32.778Z Compiling usdt v0.6.0
18582026-08-15T07:01:33.048Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18592026-08-15T07:01:33.215Z Compiling cipher v0.4.4
18602026-08-15T07:01:33.476Z Compiling crossterm v0.28.1
18612026-08-15T07:01:33.674Z Compiling zip v4.6.1
18622026-08-15T07:01:34.259Z Compiling similar v2.7.0
18632026-08-15T07:01:34.407Z Compiling hickory-proto v0.25.2
18642026-08-15T07:01:34.553Z Compiling crossbeam-epoch v0.9.18
18652026-08-15T07:01:34.602Z Compiling buf-list v1.1.2
18662026-08-15T07:01:34.755Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18672026-08-15T07:01:34.873Z Compiling openapiv3 v2.2.0
18682026-08-15T07:01:34.873Z Compiling peg-runtime v0.8.5
18692026-08-15T07:01:35.066Z Compiling lalrpop-util v0.19.12
18702026-08-15T07:01:35.105Z Compiling filetime v0.2.27
18712026-08-15T07:01:35.220Z Compiling xattr v1.6.1
18722026-08-15T07:01:35.286Z Compiling camino-tempfile v1.4.1
18732026-08-15T07:01:35.388Z Compiling tar v0.4.46
18742026-08-15T07:01:42.412Z Compiling rustls-webpki v0.103.13
18752026-08-15T07:01:45.103Z Compiling tokio-rustls v0.26.4
18762026-08-15T07:01:45.103Z Compiling rustls-platform-verifier v0.6.2
18772026-08-15T07:01:45.103Z Compiling tough v0.22.0
18782026-08-15T07:01:45.320Z Compiling hyper-rustls v0.27.7
18792026-08-15T07:01:45.530Z Compiling reqwest v0.13.2
18802026-08-15T07:01:47.808Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18812026-08-15T07:01:48.030Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18822026-08-15T07:01:51.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
18832026-08-15T07:01:51.021Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
18842026-08-15T07:01:51.021Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
18852026-08-15T07:01:51.160Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18862026-08-15T07:01:51.217ZAug 15 07:01:49.900 INFO Starting download, target: Cockroach
18872026-08-15T07:01:51.217ZAug 15 07:01:49.900 INFO Starting download, target: Clickhouse
18882026-08-15T07:01:51.217ZAug 15 07:01:49.900 INFO Starting download, target: MaghemiteMgd
18892026-08-15T07:01:51.220ZAug 15 07:01:49.900 INFO Starting download, target: Console
18902026-08-15T07:01:51.220ZAug 15 07:01:49.900 INFO Starting download, target: MaghemiteDdmd
18912026-08-15T07:01:51.220ZAug 15 07:01:49.900 INFO Starting download, target: DendriteStub
18922026-08-15T07:01:51.220ZAug 15 07:01:49.901 INFO Starting download, target: TransceiverControl
18932026-08-15T07:01:51.220ZAug 15 07:01:49.901 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18942026-08-15T07:01:51.220ZAug 15 07:01:49.901 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18952026-08-15T07:01:51.220ZAug 15 07:01:49.901 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18962026-08-15T07:01:51.220ZAug 15 07:01:49.901 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18972026-08-15T07:01:51.220ZAug 15 07:01:49.901 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18982026-08-15T07:01:51.220ZAug 15 07:01:49.901 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18992026-08-15T07:01:51.221ZAug 15 07:01:49.901 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19002026-08-15T07:01:51.626ZAug 15 07:01:50.296 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19012026-08-15T07:01:51.844ZAug 15 07:01:50.522 INFO Download complete, target: TransceiverControl
19022026-08-15T07:01:53.270ZAug 15 07:01:51.949 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19032026-08-15T07:01:53.491ZAug 15 07:01:52.169 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19042026-08-15T07:01:53.517ZAug 15 07:01:52.195 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19052026-08-15T07:01:53.543ZAug 15 07:01:52.225 INFO Download complete, target: Console
19062026-08-15T07:01:53.689ZAug 15 07:01:52.371 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19072026-08-15T07:01:53.804ZAug 15 07:01:52.484 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19082026-08-15T07:01:54.117ZAug 15 07:01:52.800 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19092026-08-15T07:01:54.117ZAug 15 07:01:52.800 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19102026-08-15T07:01:55.348ZAug 15 07:01:54.031 INFO Download complete, target: MaghemiteDdmd
19112026-08-15T07:01:56.202ZAug 15 07:01:54.885 INFO Download complete, target: DendriteStub
19122026-08-15T07:01:56.425ZAug 15 07:01:55.108 INFO Download complete, target: MaghemiteMgd
19132026-08-15T07:01:58.780ZAug 15 07:01:57.462 INFO Checking that binary works, target: Cockroach
19142026-08-15T07:01:58.893ZAug 15 07:01:57.576 INFO Download complete, target: Cockroach
19152026-08-15T07:02:00.228ZAug 15 07:01:58.910 INFO Checking that binary works, target: Clickhouse
19162026-08-15T07:02:00.362ZAug 15 07:01:59.045 INFO Download complete, target: Clickhouse
19172026-08-15T07:02:00.378ZAll builder prerequisites installed successfully, and PATH looks valid
19182026-08-15T07:02:00.380Z
19192026-08-15T07:02:00.380Zreal 2:18.630738691
19202026-08-15T07:02:00.380Zuser 7:48.585115283
19212026-08-15T07:02:00.381Zsys 1:35.285545737
19222026-08-15T07:02:00.381Ztrap 0.263408919
19232026-08-15T07:02:00.381Ztflt 0.484458632
19242026-08-15T07:02:00.382Zdflt 1.060515403
19252026-08-15T07:02:00.382Zkflt 0.028706818
19262026-08-15T07:02:00.382Zlock 29:06.838781394
19272026-08-15T07:02:00.382Zslp 23:26.318505432
19282026-08-15T07:02:00.382Zlat 55.372179921
19292026-08-15T07:02:00.382Zstop 3:00.435336439
19302026-08-15T07:02:00.382Z+ banner hack-check
19312026-08-15T07:02:00.382Z
19322026-08-15T07:02:00.382Z # # ## #### # # #### # # ###### #### # #
19332026-08-15T07:02:00.382Z # # # # # # # # # # # # # # # # #
19342026-08-15T07:02:00.382Z ###### # # # #### ##### # ###### ##### # ####
19352026-08-15T07:02:00.382Z # # ###### # # # # # # # # # #
19362026-08-15T07:02:00.382Z # # # # # # # # # # # # # # # # #
19372026-08-15T07:02:00.382Z # # # # #### # # #### # # ###### #### # #
19382026-08-15T07:02:00.382Z
19392026-08-15T07:02:00.382Z+ export CARGO_INCREMENTAL=0
19402026-08-15T07:02:00.382Z+ CARGO_INCREMENTAL=0
19412026-08-15T07:02:00.382Z+ ptime -m timeout 2h cargo xtask check-features --ci
19422026-08-15T07:02:00.886Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
19432026-08-15T07:02:01.175Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
19442026-08-15T07:02:02.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
19452026-08-15T07:02:03.061Z Running `target/debug/xtask check-features --ci`
19462026-08-15T07:02:03.088Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
19472026-08-15T07:02:03.088Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
19482026-08-15T07:02:03.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19492026-08-15T07:02:03.580Z Running `target/debug/xtask download cargo-hack`
19502026-08-15T07:02:04.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19512026-08-15T07:02:04.717Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19522026-08-15T07:02:07.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.74s
19532026-08-15T07:02:07.345Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19542026-08-15T07:02:07.345Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19552026-08-15T07:02:07.513Z Running `target/debug/xtask-downloader cargo-hack`
19562026-08-15T07:02:07.560ZAug 15 07:02:06.242 INFO Starting download, target: CargoHack
19572026-08-15T07:02:07.563ZAug 15 07:02:06.243 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
19582026-08-15T07:02:07.977ZAug 15 07:02:06.659 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
19592026-08-15T07:02:08.025ZAug 15 07:02:06.707 INFO Download complete, target: CargoHack
19602026-08-15T07:02:08.028Zrunning: "/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"
19612026-08-15T07:02:08.040Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
19622026-08-15T07:02:08.200Zinfo: running `cargo check --bins` on api_identity (1/336)
19632026-08-15T07:02:08.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-08-15T07:02:08.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-08-15T07:02:08.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-08-15T07:02:08.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19672026-08-15T07:02:08.785Z
19682026-08-15T07:02:08.785Zinfo: running `cargo check --bins` on bootstore (2/336)
19692026-08-15T07:02:09.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-08-15T07:02:09.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-08-15T07:02:09.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-08-15T07:02:09.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19732026-08-15T07:02:09.372Z
19742026-08-15T07:02:09.372Zinfo: running `cargo check --bins` on omicron-ledger (3/336)
19752026-08-15T07:02:09.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-08-15T07:02:09.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-08-15T07:02:09.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-08-15T07:02:09.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19792026-08-15T07:02:09.954Z
19802026-08-15T07:02:09.955Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/336)
19812026-08-15T07:02:10.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-08-15T07:02:10.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-08-15T07:02:10.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-08-15T07:02:10.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19852026-08-15T07:02:10.541Z
19862026-08-15T07:02:10.541Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/336)
19872026-08-15T07:02:11.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-08-15T07:02:11.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-08-15T07:02:11.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-08-15T07:02:11.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19912026-08-15T07:02:11.133Z
19922026-08-15T07:02:11.133Zinfo: running `cargo check --bins` on omicron-certificates (6/336)
19932026-08-15T07:02:11.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-08-15T07:02:11.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-08-15T07:02:11.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-08-15T07:02:11.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19972026-08-15T07:02:11.722Z
19982026-08-15T07:02:11.722Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/336)
19992026-08-15T07:02:12.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-08-15T07:02:12.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-08-15T07:02:12.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-08-15T07:02:12.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20032026-08-15T07:02:12.303Z
20042026-08-15T07:02:12.303Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/336)
20052026-08-15T07:02:12.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-08-15T07:02:12.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-08-15T07:02:12.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-08-15T07:02:12.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20092026-08-15T07:02:12.888Z
20102026-08-15T07:02:12.889Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/336)
20112026-08-15T07:02:13.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-08-15T07:02:13.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-08-15T07:02:13.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-08-15T07:02:13.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20152026-08-15T07:02:13.319Z
20162026-08-15T07:02:13.320Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/336)
20172026-08-15T07:02:13.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-08-15T07:02:13.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-08-15T07:02:13.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-08-15T07:02:13.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20212026-08-15T07:02:13.763Z
20222026-08-15T07:02:13.763Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/336)
20232026-08-15T07:02:14.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-08-15T07:02:14.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-08-15T07:02:14.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-08-15T07:02:14.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20272026-08-15T07:02:14.182Z
20282026-08-15T07:02:14.182Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/336)
20292026-08-15T07:02:14.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-08-15T07:02:14.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-08-15T07:02:14.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-08-15T07:02:14.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20332026-08-15T07:02:14.612Z
20342026-08-15T07:02:14.612Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/336)
20352026-08-15T07:02:14.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-08-15T07:02:14.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-08-15T07:02:14.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-08-15T07:02:14.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20392026-08-15T07:02:15.042Z
20402026-08-15T07:02:15.042Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/336)
20412026-08-15T07:02:15.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-08-15T07:02:15.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-08-15T07:02:15.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-08-15T07:02:15.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20452026-08-15T07:02:15.474Z
20462026-08-15T07:02:15.475Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/336)
20472026-08-15T07:02:15.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-08-15T07:02:15.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-08-15T07:02:15.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-08-15T07:02:15.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20512026-08-15T07:02:15.904Z
20522026-08-15T07:02:15.904Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/336)
20532026-08-15T07:02:16.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-08-15T07:02:16.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-08-15T07:02:16.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-08-15T07:02:16.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20572026-08-15T07:02:16.336Z
20582026-08-15T07:02:16.336Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/336)
20592026-08-15T07:02:16.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-08-15T07:02:16.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-08-15T07:02:16.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-08-15T07:02:16.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20632026-08-15T07:02:16.765Z
20642026-08-15T07:02:16.765Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/336)
20652026-08-15T07:02:17.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-08-15T07:02:17.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-08-15T07:02:17.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-08-15T07:02:17.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20692026-08-15T07:02:17.194Z
20702026-08-15T07:02:17.194Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/336)
20712026-08-15T07:02:17.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-08-15T07:02:17.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-08-15T07:02:17.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-08-15T07:02:17.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20752026-08-15T07:02:17.625Z
20762026-08-15T07:02:17.625Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/336)
20772026-08-15T07:02:18.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-08-15T07:02:18.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-08-15T07:02:18.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-08-15T07:02:18.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20812026-08-15T07:02:18.057Z
20822026-08-15T07:02:18.057Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/336)
20832026-08-15T07:02:18.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-08-15T07:02:18.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-08-15T07:02:18.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-08-15T07:02:18.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20872026-08-15T07:02:18.494Z
20882026-08-15T07:02:18.494Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/336)
20892026-08-15T07:02:18.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-08-15T07:02:18.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-08-15T07:02:18.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-08-15T07:02:18.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20932026-08-15T07:02:18.927Z
20942026-08-15T07:02:18.927Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/336)
20952026-08-15T07:02:19.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-08-15T07:02:19.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-08-15T07:02:19.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-08-15T07:02:19.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20992026-08-15T07:02:19.360Z
21002026-08-15T07:02:19.360Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/336)
21012026-08-15T07:02:19.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-08-15T07:02:19.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-08-15T07:02:19.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-08-15T07:02:19.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21052026-08-15T07:02:19.793Z
21062026-08-15T07:02:19.793Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/336)
21072026-08-15T07:02:20.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-08-15T07:02:20.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-08-15T07:02:20.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-08-15T07:02:20.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21112026-08-15T07:02:20.226Z
21122026-08-15T07:02:20.226Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/336)
21132026-08-15T07:02:20.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-08-15T07:02:20.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-08-15T07:02:20.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-08-15T07:02:20.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21172026-08-15T07:02:20.657Z
21182026-08-15T07:02:20.658Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/336)
21192026-08-15T07:02:21.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-08-15T07:02:21.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-08-15T07:02:21.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-08-15T07:02:21.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21232026-08-15T07:02:21.088Z
21242026-08-15T07:02:21.088Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/336)
21252026-08-15T07:02:21.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-08-15T07:02:21.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-08-15T07:02:21.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-08-15T07:02:21.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21292026-08-15T07:02:21.520Z
21302026-08-15T07:02:21.520Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/336)
21312026-08-15T07:02:21.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-08-15T07:02:21.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-08-15T07:02:21.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-08-15T07:02:21.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21352026-08-15T07:02:21.951Z
21362026-08-15T07:02:21.951Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/336)
21372026-08-15T07:02:22.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-08-15T07:02:22.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-08-15T07:02:22.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-08-15T07:02:22.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21412026-08-15T07:02:22.381Z
21422026-08-15T07:02:22.381Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/336)
21432026-08-15T07:02:22.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-08-15T07:02:22.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-08-15T07:02:22.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-08-15T07:02:22.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21472026-08-15T07:02:22.814Z
21482026-08-15T07:02:22.814Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/336)
21492026-08-15T07:02:23.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-08-15T07:02:23.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-08-15T07:02:23.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-08-15T07:02:23.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21532026-08-15T07:02:23.246Z
21542026-08-15T07:02:23.246Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/336)
21552026-08-15T07:02:23.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-08-15T07:02:23.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-08-15T07:02:23.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-08-15T07:02:23.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21592026-08-15T07:02:23.674Z
21602026-08-15T07:02:23.674Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/336)
21612026-08-15T07:02:24.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-08-15T07:02:24.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-08-15T07:02:24.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-08-15T07:02:24.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21652026-08-15T07:02:24.105Z
21662026-08-15T07:02:24.105Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/336)
21672026-08-15T07:02:24.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-08-15T07:02:24.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-08-15T07:02:24.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-08-15T07:02:24.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21712026-08-15T07:02:24.534Z
21722026-08-15T07:02:24.534Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/336)
21732026-08-15T07:02:24.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-08-15T07:02:24.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-08-15T07:02:24.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-08-15T07:02:24.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21772026-08-15T07:02:24.968Z
21782026-08-15T07:02:24.968Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/336)
21792026-08-15T07:02:25.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-08-15T07:02:25.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-08-15T07:02:25.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-08-15T07:02:25.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21832026-08-15T07:02:25.398Z
21842026-08-15T07:02:25.398Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/336)
21852026-08-15T07:02:25.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-08-15T07:02:25.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-08-15T07:02:25.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-08-15T07:02:25.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21892026-08-15T07:02:25.827Z
21902026-08-15T07:02:25.827Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/336)
21912026-08-15T07:02:26.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-08-15T07:02:26.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-08-15T07:02:26.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-08-15T07:02:26.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21952026-08-15T07:02:26.259Z
21962026-08-15T07:02:26.259Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/336)
21972026-08-15T07:02:26.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-08-15T07:02:26.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-08-15T07:02:26.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-08-15T07:02:26.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22012026-08-15T07:02:26.737Z
22022026-08-15T07:02:26.737Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/336)
22032026-08-15T07:02:27.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-08-15T07:02:27.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-08-15T07:02:27.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-08-15T07:02:27.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22072026-08-15T07:02:27.126Z
22082026-08-15T07:02:27.126Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/336)
22092026-08-15T07:02:27.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-08-15T07:02:27.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-08-15T07:02:27.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-08-15T07:02:27.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22132026-08-15T07:02:27.559Z
22142026-08-15T07:02:27.559Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/336)
22152026-08-15T07:02:27.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-08-15T07:02:27.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-08-15T07:02:27.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-08-15T07:02:27.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22192026-08-15T07:02:27.995Z
22202026-08-15T07:02:27.995Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/336)
22212026-08-15T07:02:28.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-08-15T07:02:28.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-08-15T07:02:28.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-08-15T07:02:28.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22252026-08-15T07:02:28.430Z
22262026-08-15T07:02:28.430Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/336)
22272026-08-15T07:02:28.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-08-15T07:02:28.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-08-15T07:02:28.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-08-15T07:02:28.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22312026-08-15T07:02:28.866Z
22322026-08-15T07:02:28.867Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/336)
22332026-08-15T07:02:29.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-08-15T07:02:29.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-08-15T07:02:29.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-08-15T07:02:29.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22372026-08-15T07:02:29.300Z
22382026-08-15T07:02:29.300Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/336)
22392026-08-15T07:02:29.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-08-15T07:02:29.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-08-15T07:02:29.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-08-15T07:02:29.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22432026-08-15T07:02:29.734Z
22442026-08-15T07:02:29.734Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/336)
22452026-08-15T07:02:30.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-08-15T07:02:30.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-08-15T07:02:30.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-08-15T07:02:30.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22492026-08-15T07:02:30.171Z
22502026-08-15T07:02:30.171Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/336)
22512026-08-15T07:02:30.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-08-15T07:02:30.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-08-15T07:02:30.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-08-15T07:02:30.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22552026-08-15T07:02:30.789Z
22562026-08-15T07:02:30.789Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/336)
22572026-08-15T07:02:31.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-08-15T07:02:31.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-08-15T07:02:31.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-08-15T07:02:31.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22612026-08-15T07:02:31.412Z
22622026-08-15T07:02:31.412Zinfo: running `cargo check --bins` on nexus-config (51/336)
22632026-08-15T07:02:31.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-08-15T07:02:31.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-08-15T07:02:31.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-08-15T07:02:31.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22672026-08-15T07:02:32.035Z
22682026-08-15T07:02:32.035Zinfo: running `cargo check --bins` on nexus-types (52/336)
22692026-08-15T07:02:32.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-08-15T07:02:32.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-08-15T07:02:32.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-08-15T07:02:32.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22732026-08-15T07:02:32.660Z
22742026-08-15T07:02:32.660Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/336)
22752026-08-15T07:02:33.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-08-15T07:02:33.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-08-15T07:02:33.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782026-08-15T07:02:33.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22792026-08-15T07:02:33.258Z
22802026-08-15T07:02:33.258Zinfo: running `cargo check --bins` on omicron-passwords (54/336)
22812026-08-15T07:02:33.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822026-08-15T07:02:33.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832026-08-15T07:02:33.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842026-08-15T07:02:33.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22852026-08-15T07:02:33.842Z
22862026-08-15T07:02:33.842Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/336)
22872026-08-15T07:02:34.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882026-08-15T07:02:34.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892026-08-15T07:02:34.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902026-08-15T07:02:34.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22912026-08-15T07:02:34.440Z
22922026-08-15T07:02:34.440Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/336)
22932026-08-15T07:02:34.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942026-08-15T07:02:34.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952026-08-15T07:02:34.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962026-08-15T07:02:34.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22972026-08-15T07:02:35.039Z
22982026-08-15T07:02:35.039Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/336)
22992026-08-15T07:02:35.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002026-08-15T07:02:35.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012026-08-15T07:02:35.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022026-08-15T07:02:35.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23032026-08-15T07:02:35.639Z
23042026-08-15T07:02:35.639Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/336)
23052026-08-15T07:02:36.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062026-08-15T07:02:36.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072026-08-15T07:02:36.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082026-08-15T07:02:36.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23092026-08-15T07:02:36.238Z
23102026-08-15T07:02:36.239Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/336)
23112026-08-15T07:02:36.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122026-08-15T07:02:36.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132026-08-15T07:02:36.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142026-08-15T07:02:36.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23152026-08-15T07:02:36.825Z
23162026-08-15T07:02:36.825Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/336)
23172026-08-15T07:02:37.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182026-08-15T07:02:37.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192026-08-15T07:02:37.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202026-08-15T07:02:37.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23212026-08-15T07:02:37.408Z
23222026-08-15T07:02:37.409Zinfo: running `cargo check --bins --no-default-features` on gfss (61/336)
23232026-08-15T07:02:37.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242026-08-15T07:02:37.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252026-08-15T07:02:37.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262026-08-15T07:02:37.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23272026-08-15T07:02:37.991Z
23282026-08-15T07:02:37.991Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/336)
23292026-08-15T07:02:38.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302026-08-15T07:02:38.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312026-08-15T07:02:38.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322026-08-15T07:02:38.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23332026-08-15T07:02:38.578Z
23342026-08-15T07:02:38.578Zinfo: running `cargo check --bins` on wicketd-commission-types (63/336)
23352026-08-15T07:02:39.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362026-08-15T07:02:39.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372026-08-15T07:02:39.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382026-08-15T07:02:39.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23392026-08-15T07:02:39.173Z
23402026-08-15T07:02:39.173Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/336)
23412026-08-15T07:02:39.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422026-08-15T07:02:39.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432026-08-15T07:02:39.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442026-08-15T07:02:39.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23452026-08-15T07:02:39.777Z
23462026-08-15T07:02:39.777Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/336)
23472026-08-15T07:02:40.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482026-08-15T07:02:40.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492026-08-15T07:02:40.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502026-08-15T07:02:40.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23512026-08-15T07:02:40.366Z
23522026-08-15T07:02:40.367Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/336)
23532026-08-15T07:02:40.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542026-08-15T07:02:40.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552026-08-15T07:02:40.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562026-08-15T07:02:40.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23572026-08-15T07:02:40.954Z
23582026-08-15T07:02:40.954Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/336)
23592026-08-15T07:02:41.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602026-08-15T07:02:41.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612026-08-15T07:02:41.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622026-08-15T07:02:41.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23632026-08-15T07:02:41.553Z
23642026-08-15T07:02:41.553Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/336)
23652026-08-15T07:02:42.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662026-08-15T07:02:42.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672026-08-15T07:02:42.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682026-08-15T07:02:42.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23692026-08-15T07:02:42.156Z
23702026-08-15T07:02:42.156Zinfo: running `cargo check --bins` on cockroach-admin-types (69/336)
23712026-08-15T07:02:42.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722026-08-15T07:02:42.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732026-08-15T07:02:42.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742026-08-15T07:02:42.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23752026-08-15T07:02:42.745Z
23762026-08-15T07:02:42.746Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/336)
23772026-08-15T07:02:43.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782026-08-15T07:02:43.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792026-08-15T07:02:43.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802026-08-15T07:02:43.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23812026-08-15T07:02:43.334Z
23822026-08-15T07:02:43.334Zinfo: running `cargo check --bins` on ereport-types (71/336)
23832026-08-15T07:02:43.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842026-08-15T07:02:43.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852026-08-15T07:02:43.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862026-08-15T07:02:43.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23872026-08-15T07:02:43.924Z
23882026-08-15T07:02:43.924Zinfo: running `cargo check --bins` on gateway-client (72/336)
23892026-08-15T07:02:44.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902026-08-15T07:02:44.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912026-08-15T07:02:44.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922026-08-15T07:02:44.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23932026-08-15T07:02:44.514Z
23942026-08-15T07:02:44.514Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/336)
23952026-08-15T07:02:45.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962026-08-15T07:02:45.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972026-08-15T07:02:45.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982026-08-15T07:02:45.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23992026-08-15T07:02:45.099Z
24002026-08-15T07:02:45.099Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/336)
24012026-08-15T07:02:45.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022026-08-15T07:02:45.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032026-08-15T07:02:45.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042026-08-15T07:02:45.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24052026-08-15T07:02:45.689Z
24062026-08-15T07:02:45.689Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/336)
24072026-08-15T07:02:46.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082026-08-15T07:02:46.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092026-08-15T07:02:46.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102026-08-15T07:02:46.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24112026-08-15T07:02:46.296Z
24122026-08-15T07:02:46.296Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/336)
24132026-08-15T07:02:46.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142026-08-15T07:02:46.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152026-08-15T07:02:46.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162026-08-15T07:02:46.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24172026-08-15T07:02:46.902Z
24182026-08-15T07:02:46.902Zinfo: running `cargo check --bins` on key-manager-types (77/336)
24192026-08-15T07:02:47.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202026-08-15T07:02:47.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212026-08-15T07:02:47.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222026-08-15T07:02:47.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24232026-08-15T07:02:47.485Z
24242026-08-15T07:02:47.486Zinfo: running `cargo check --bins` on oxlog (78/336)
24252026-08-15T07:02:47.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262026-08-15T07:02:47.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272026-08-15T07:02:48.129Z Checking cfg-if v1.0.4
24282026-08-15T07:02:48.240Z Checking libc v0.2.185
24292026-08-15T07:02:48.243Z Checking serde_core v1.0.228
24302026-08-15T07:02:48.254Z Checking zeroize v1.9.0
24312026-08-15T07:02:48.257Z Checking memchr v2.8.0
24322026-08-15T07:02:48.275Z Checking smallvec v1.15.1
24332026-08-15T07:02:48.286Z Checking log v0.4.33
24342026-08-15T07:02:48.299Z Checking subtle v2.6.1
24352026-08-15T07:02:48.312Z Checking itoa v1.0.17
24362026-08-15T07:02:48.407Z Checking typenum v1.20.1
24372026-08-15T07:02:48.444Z Checking scopeguard v1.2.0
24382026-08-15T07:02:48.444Z Checking stable_deref_trait v1.2.1
24392026-08-15T07:02:48.469Z Checking zerocopy v0.8.56
24402026-08-15T07:02:48.480Z Checking zerofrom v0.1.6
24412026-08-15T07:02:48.529Z Checking const-oid v0.9.6
24422026-08-15T07:02:48.544Z Checking lock_api v0.4.14
24432026-08-15T07:02:48.589Z Checking yoke v0.8.1
24442026-08-15T07:02:48.634Z Checking portable-atomic v1.13.1
24452026-08-15T07:02:48.647Z Checking errno v0.3.14
24462026-08-15T07:02:48.741Z Checking getrandom v0.2.17
24472026-08-15T07:02:48.753Z Checking zerovec v0.11.5
24482026-08-15T07:02:48.765Z Checking critical-section v1.2.0
24492026-08-15T07:02:48.861Z Checking zmij v1.0.21
24502026-08-15T07:02:48.884Z Checking rand_core v0.6.4
24512026-08-15T07:02:49.039Z Checking once_cell v1.21.3
24522026-08-15T07:02:49.062Z Checking percent-encoding v2.3.2
24532026-08-15T07:02:49.074Z Checking pin-project-lite v0.2.17
24542026-08-15T07:02:49.150Z Checking generic-array v0.14.7
24552026-08-15T07:02:49.164Z Checking litemap v0.8.1
24562026-08-15T07:02:49.181Z Checking tinystr v0.8.2
24572026-08-15T07:02:49.197Z Checking writeable v0.6.2
24582026-08-15T07:02:49.210Z Checking potential_utf v0.1.4
24592026-08-15T07:02:49.221Z Checking zerotrie v0.2.3
24602026-08-15T07:02:49.331Z Checking libm v0.2.16
24612026-08-15T07:02:49.345Z Checking icu_collections v2.1.1
24622026-08-15T07:02:49.357Z Checking icu_locale_core v2.1.1
24632026-08-15T07:02:49.360Z Checking signal-hook-registry v1.4.8
24642026-08-15T07:02:49.459Z Checking parking_lot_core v0.9.12
24652026-08-15T07:02:49.532Z Checking mio v1.2.0
24662026-08-15T07:02:49.591Z Checking crypto-common v0.1.7
24672026-08-15T07:02:49.638Z Checking icu_normalizer_data v2.1.1
24682026-08-15T07:02:49.651Z Checking parking_lot v0.12.5
24692026-08-15T07:02:49.709Z Checking icu_properties_data v2.1.2
24702026-08-15T07:02:49.724Z Checking block-buffer v0.10.4
24712026-08-15T07:02:49.736Z Checking serde v1.0.228
24722026-08-15T07:02:49.808Z Checking bitflags v2.11.0
24732026-08-15T07:02:49.831Z Checking serde_json v1.0.151
24742026-08-15T07:02:49.846Z Checking futures-core v0.3.32
24752026-08-15T07:02:49.858Z Checking digest v0.10.7
24762026-08-15T07:02:49.898Z Checking icu_provider v2.1.1
24772026-08-15T07:02:49.964Z Checking socket2 v0.6.3
24782026-08-15T07:02:49.980Z Checking allocator-api2 v0.2.21
24792026-08-15T07:02:50.024Z Checking num-traits v0.2.19
24802026-08-15T07:02:50.046Z Checking equivalent v1.0.2
24812026-08-15T07:02:50.130Z Checking utf8_iter v1.0.4
24822026-08-15T07:02:50.143Z Checking bytes v1.11.1
24832026-08-15T07:02:50.156Z Checking icu_normalizer v2.1.1
24842026-08-15T07:02:50.205Z Checking icu_properties v2.1.2
24852026-08-15T07:02:50.251Z Checking form_urlencoded v1.2.2
24862026-08-15T07:02:50.263Z Checking getrandom v0.3.4
24872026-08-15T07:02:50.377Z Checking foldhash v0.2.0
24882026-08-15T07:02:50.405Z Checking rand_core v0.10.0
24892026-08-15T07:02:50.453Z Checking byteorder v1.5.0
24902026-08-15T07:02:50.494Z Checking base64ct v1.8.3
24912026-08-15T07:02:50.540Z Checking futures-sink v0.3.32
24922026-08-15T07:02:50.554Z Checking getrandom v0.4.3
24932026-08-15T07:02:50.567Z Checking hashbrown v0.17.0
24942026-08-15T07:02:50.590Z Checking tokio v1.52.1
24952026-08-15T07:02:50.639Z Checking futures-channel v0.3.32
24962026-08-15T07:02:50.663Z Checking futures-io v0.3.32
24972026-08-15T07:02:50.700Z Checking futures-task v0.3.32
24982026-08-15T07:02:50.736Z Checking pem-rfc7468 v0.7.0
24992026-08-15T07:02:50.776Z Checking slab v0.4.12
25002026-08-15T07:02:50.833Z Checking flagset v0.4.7
25012026-08-15T07:02:50.847Z Checking rustix v1.1.4
25022026-08-15T07:02:50.894Z Checking iana-time-zone v0.1.65
25032026-08-15T07:02:50.931Z Checking futures-util v0.3.32
25042026-08-15T07:02:50.953Z Checking der v0.7.10
25052026-08-15T07:02:51.001Z Checking chrono v0.4.45
25062026-08-15T07:02:51.044Z Checking idna_adapter v1.2.1
25072026-08-15T07:02:51.081Z Checking indexmap v2.14.0
25082026-08-15T07:02:51.162Z Checking idna v1.1.0
25092026-08-15T07:02:51.263Z Checking ppv-lite86 v0.2.21
25102026-08-15T07:02:51.405Z Checking url v2.5.8
25112026-08-15T07:02:51.553Z Checking borsh v1.8.0
25122026-08-15T07:02:51.645Z Checking thiserror v2.0.18
25132026-08-15T07:02:51.678Z Checking spki v0.7.3
25142026-08-15T07:02:51.751Z Checking fnv v1.0.7
25152026-08-15T07:02:51.825Z Checking dyn-clone v1.0.20
25162026-08-15T07:02:51.839Z Checking pkcs8 v0.10.2
25172026-08-15T07:02:51.855Z Checking rand_core v0.9.5
25182026-08-15T07:02:51.858Z Checking semver v1.0.28
25192026-08-15T07:02:51.858Z Checking tracing-core v0.1.36
25202026-08-15T07:02:51.900Z Checking uuid v1.23.4
25212026-08-15T07:02:51.922Z Checking thiserror v1.0.69
25222026-08-15T07:02:51.988Z Checking utf8parse v0.2.2
25232026-08-15T07:02:52.018Z Checking anstyle v1.0.14
25242026-08-15T07:02:52.031Z Checking cpufeatures v0.2.17
25252026-08-15T07:02:52.083Z Checking regex-syntax v0.8.10
25262026-08-15T07:02:52.097Z Checking anstyle-parse v1.0.0
25272026-08-15T07:02:52.097Z Checking colorchoice v1.0.4
25282026-08-15T07:02:52.172Z Checking tracing v0.1.44
25292026-08-15T07:02:52.194Z Checking tinyvec_macros v0.1.1
25302026-08-15T07:02:52.197Z Checking is_terminal_polyfill v1.70.2
25312026-08-15T07:02:52.253Z Checking schemars v0.8.22
25322026-08-15T07:02:52.256Z Checking base64 v0.22.1
25332026-08-15T07:02:52.278Z Checking anstyle-query v1.1.5
25342026-08-15T07:02:52.295Z Checking tinyvec v1.12.0
25352026-08-15T07:02:52.367Z Checking anstream v1.0.0
25362026-08-15T07:02:52.383Z Checking sha2 v0.10.9
25372026-08-15T07:02:52.500Z Checking rand_chacha v0.9.0
25382026-08-15T07:02:52.564Z Checking terminal_size v0.4.3
25392026-08-15T07:02:52.596Z Checking http v1.4.2
25402026-08-15T07:02:52.643Z Checking hmac v0.12.1
25412026-08-15T07:02:52.679Z Checking hex v0.4.3
25422026-08-15T07:02:52.702Z Checking rand v0.9.2
25432026-08-15T07:02:52.778Z Checking ipnet v2.12.1
25442026-08-15T07:02:52.851Z Checking signature v2.2.0
25452026-08-15T07:02:52.900Z Checking rustls-pki-types v1.14.0
25462026-08-15T07:02:52.915Z Checking clap_lex v1.0.0
25472026-08-15T07:02:52.979Z Checking strsim v0.11.1
25482026-08-15T07:02:53.033Z Checking fastrand v2.3.0
25492026-08-15T07:02:53.067Z Checking rand_chacha v0.3.1
25502026-08-15T07:02:53.139Z Checking clap_builder v4.6.0
25512026-08-15T07:02:53.164Z Checking http-body v1.0.1
25522026-08-15T07:02:53.178Z Checking aws-lc-sys v0.40.0
25532026-08-15T07:02:53.190Z Checking spin v0.9.8
25542026-08-15T07:02:53.210Z Checking tempfile v3.27.0
25552026-08-15T07:02:53.274Z Checking untrusted v0.7.1
25562026-08-15T07:02:53.299Z Checking plain v0.2.3
25572026-08-15T07:02:53.368Z Checking cmov v0.5.4
25582026-08-15T07:02:53.372Z Checking openssl-probe v0.2.1
25592026-08-15T07:02:53.395Z Checking rand v0.8.6
25602026-08-15T07:02:53.411Z Checking tower-layer v0.3.3
25612026-08-15T07:02:53.414Z Checking atomic-waker v1.1.2
25622026-08-15T07:02:53.481Z Checking unicode-ident v1.0.24
25632026-08-15T07:02:53.518Z Checking try-lock v0.2.5
25642026-08-15T07:02:53.555Z Checking ctutils v0.4.2
25652026-08-15T07:02:53.568Z Checking tower-service v0.3.3
25662026-08-15T07:02:53.586Z Checking untrusted v0.9.0
25672026-08-15T07:02:53.614Z Checking ucd-trie v0.1.7
25682026-08-15T07:02:53.654Z Checking want v0.3.1
25692026-08-15T07:02:53.668Z Checking aws-lc-rs v1.16.3
25702026-08-15T07:02:53.692Z Checking proc-macro2 v1.0.106
25712026-08-15T07:02:53.744Z Checking pest v2.8.6
25722026-08-15T07:02:53.763Z Checking hybrid-array v0.4.13
25732026-08-15T07:02:53.779Z Checking crossbeam-utils v0.8.21
25742026-08-15T07:02:53.811Z Checking tokio-util v0.7.18
25752026-08-15T07:02:53.917Z Checking httparse v1.10.1
25762026-08-15T07:02:53.997Z Checking crc32fast v1.5.0
25772026-08-15T07:02:54.115Z Checking toml_datetime v0.6.11
25782026-08-15T07:02:54.128Z Checking serde_spanned v0.6.9
25792026-08-15T07:02:54.139Z Checking ff v0.13.1
25802026-08-15T07:02:54.251Z Checking aho-corasick v1.1.4
25812026-08-15T07:02:54.267Z Checking foreign-types-shared v0.1.1
25822026-08-15T07:02:54.294Z Checking powerfmt v0.2.0
25832026-08-15T07:02:54.350Z Checking httpdate v1.0.3
25842026-08-15T07:02:54.374Z Checking clap v4.6.1
25852026-08-15T07:02:54.421Z Checking h2 v0.4.15
25862026-08-15T07:02:54.444Z Checking tap v1.0.1
25872026-08-15T07:02:54.458Z Checking simd-adler32 v0.3.8
25882026-08-15T07:02:54.491Z Checking base16ct v0.2.0
25892026-08-15T07:02:54.504Z Checking pretty-hex v0.4.1
25902026-08-15T07:02:54.507Z Checking rustls-webpki v0.103.13
25912026-08-15T07:02:54.542Z Checking wyz v0.5.1
25922026-08-15T07:02:54.611Z Checking sec1 v0.7.3
25932026-08-15T07:02:54.623Z Checking deranged v0.5.8
25942026-08-15T07:02:54.637Z Checking foreign-types v0.3.2
25952026-08-15T07:02:54.703Z Checking group v0.13.0
25962026-08-15T07:02:54.718Z Checking quote v1.0.45
25972026-08-15T07:02:54.803Z Checking hkdf v0.12.4
25982026-08-15T07:02:54.815Z Checking unicode-normalization v0.1.25
25992026-08-15T07:02:54.848Z Checking x509-cert v0.2.5
26002026-08-15T07:02:54.882Z Checking radium v0.7.0
26012026-08-15T07:02:54.907Z Checking rustls v0.23.41
26022026-08-15T07:02:54.925Z Checking regex-automata v0.4.14
26032026-08-15T07:02:54.938Z Checking half v2.7.1
26042026-08-15T07:02:55.051Z Checking openssl-sys v0.9.117
26052026-08-15T07:02:55.192Z Checking num-integer v0.1.46
26062026-08-15T07:02:55.211Z Checking erased-serde v0.3.31
26072026-08-15T07:02:55.415Z Checking crypto-bigint v0.5.5
26082026-08-15T07:02:55.418Z Checking socket2 v0.5.10
26092026-08-15T07:02:55.507Z Checking wait-timeout v0.2.1
26102026-08-15T07:02:55.563Z Checking env_filter v2.0.0
26112026-08-15T07:02:55.603Z Checking num-conv v0.2.0
26122026-08-15T07:02:55.646Z Checking num_threads v0.1.7
26132026-08-15T07:02:55.688Z Checking bit-vec v0.8.0
26142026-08-15T07:02:55.708Z Checking time-core v0.1.8
26152026-08-15T07:02:55.723Z Checking adler2 v2.0.1
26162026-08-15T07:02:55.735Z Checking ciborium-io v0.2.2
26172026-08-15T07:02:55.823Z Checking funty v2.0.0
26182026-08-15T07:02:55.837Z Checking quick-error v1.2.3
26192026-08-15T07:02:55.849Z Checking time v0.3.47
26202026-08-15T07:02:55.880Z Checking bit-set v0.8.0
26212026-08-15T07:02:55.934Z Checking rusty-fork v0.3.1
26222026-08-15T07:02:56.027Z Checking miniz_oxide v0.8.9
26232026-08-15T07:02:56.106Z Checking ciborium-ll v0.2.2
26242026-08-15T07:02:56.136Z Checking bitvec v1.0.1
26252026-08-15T07:02:56.279Z Checking env_logger v0.11.11
26262026-08-15T07:02:56.350Z Checking elliptic-curve v0.13.8
26272026-08-15T07:02:56.374Z Checking slog v2.8.2
26282026-08-15T07:02:56.467Z Checking openssl v0.10.80
26292026-08-15T07:02:56.638Z Checking num-iter v0.1.45
26302026-08-15T07:02:56.660Z Checking syn v2.0.117
26312026-08-15T07:02:56.751Z Checking lazy_static v1.5.0
26322026-08-15T07:02:56.783Z Checking rand_xorshift v0.4.0
26332026-08-15T07:02:56.839Z Checking hubpack v0.1.2
26342026-08-15T07:02:56.904Z Checking maybe-uninit v2.0.0
26352026-08-15T07:02:56.954Z Checking scroll v0.12.0
26362026-08-15T07:02:56.971Z Checking sync_wrapper v1.0.2
26372026-08-15T07:02:57.008Z Checking nodrop v0.1.14
26382026-08-15T07:02:57.074Z Checking unarray v0.1.4
26392026-08-15T07:02:57.097Z Checking siphasher v1.0.2
26402026-08-15T07:02:57.163Z Checking zlib-rs v0.6.2
26412026-08-15T07:02:57.176Z Checking crc-catalog v2.4.0
26422026-08-15T07:02:57.191Z Checking goblin v0.8.2
26432026-08-15T07:02:57.250Z Checking proptest v1.11.0
26442026-08-15T07:02:57.263Z Checking crc v3.4.0
26452026-08-15T07:02:57.266Z Checking hyper v1.10.1
26462026-08-15T07:02:57.434Z Checking array-init v0.0.4
26472026-08-15T07:02:57.664Z Checking packed_struct v0.10.1
26482026-08-15T07:02:57.726Z Checking tower v0.5.3
26492026-08-15T07:02:58.021Z Checking flate2 v1.1.9
26502026-08-15T07:02:58.113Z Checking smallvec v0.6.14
26512026-08-15T07:02:58.198Z Checking hyper-util v0.1.20
26522026-08-15T07:02:58.304Z Checking num-bigint-dig v0.8.6
26532026-08-15T07:02:58.319Z Checking ciborium v0.2.2
26542026-08-15T07:02:58.450Z Checking native-tls v0.2.18
26552026-08-15T07:02:58.635Z Checking http-body-util v0.1.3
26562026-08-15T07:02:58.686Z Checking serde_with v3.21.0
26572026-08-15T07:02:58.737Z Checking ipnetwork v0.21.1
26582026-08-15T07:02:58.854Z Checking rfc6979 v0.4.0
26592026-08-15T07:02:58.913Z Checking bitfield v0.19.4
26602026-08-15T07:02:58.964Z Checking zerocopy v0.6.6
26612026-08-15T07:02:58.977Z Checking strum v0.26.3
26622026-08-15T07:02:59.005Z Checking bzip2-sys v0.1.13+1.0.8
26632026-08-15T07:02:59.082Z Checking pkcs1 v0.7.5
26642026-08-15T07:02:59.095Z Checking scroll v0.13.0
26652026-08-15T07:02:59.099Z Checking zerocopy v0.7.35
26662026-08-15T07:02:59.119Z Checking ahash v0.8.12
26672026-08-15T07:02:59.181Z Checking winnow v0.5.40
26682026-08-15T07:02:59.251Z Checking ryu v1.0.23
26692026-08-15T07:02:59.285Z Checking data-encoding v2.10.0
26702026-08-15T07:02:59.308Z Checking keccak v0.1.6
26712026-08-15T07:02:59.321Z Checking static_assertions v1.1.0
26722026-08-15T07:02:59.385Z Checking unicode-bidi v0.3.18
26732026-08-15T07:02:59.398Z Checking unicode-properties v0.1.4
26742026-08-15T07:02:59.468Z Checking iri-string v0.7.10
26752026-08-15T07:02:59.482Z Checking hashbrown v0.12.3
26762026-08-15T07:02:59.551Z Checking base64 v0.21.7
26772026-08-15T07:02:59.585Z Checking sha3 v0.10.8
26782026-08-15T07:02:59.597Z Checking dof v0.3.0
26792026-08-15T07:02:59.677Z Checking stringprep v0.1.5
26802026-08-15T07:02:59.780Z Checking ron v0.8.1
26812026-08-15T07:02:59.783Z Checking serde_urlencoded v0.7.1
26822026-08-15T07:02:59.828Z Checking goblin v0.10.5
26832026-08-15T07:02:59.878Z Checking hashbrown v0.13.2
26842026-08-15T07:02:59.890Z Checking indexmap v1.9.3
26852026-08-15T07:02:59.993Z Checking rsa v0.9.10
26862026-08-15T07:03:00.184Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26872026-08-15T07:03:00.213Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26882026-08-15T07:03:00.292Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26892026-08-15T07:03:00.304Z Checking bzip2 v0.4.4
26902026-08-15T07:03:00.331Z Checking toml_edit v0.19.15
26912026-08-15T07:03:00.395Z Checking newtype-uuid v1.3.2
26922026-08-15T07:03:00.464Z Checking ecdsa v0.16.9
26932026-08-15T07:03:00.467Z Checking oxnet v0.1.6
26942026-08-15T07:03:00.494Z Checking tower-http v0.6.8
26952026-08-15T07:03:00.622Z Checking tokio-native-tls v0.3.1
26962026-08-15T07:03:00.749Z Checking serde-hex v0.1.0
26972026-08-15T07:03:00.769Z Checking tokio-rustls v0.26.4
26982026-08-15T07:03:00.786Z Checking bstr v1.12.1
26992026-08-15T07:03:00.820Z Checking primeorder v0.13.6
27002026-08-15T07:03:00.833Z Checking dtrace-parser v0.2.0
27012026-08-15T07:03:01.000Z Checking block-buffer v0.12.1
27022026-08-15T07:03:01.062Z Checking crypto-common v0.2.2
27032026-08-15T07:03:01.075Z Checking block-padding v0.4.2
27042026-08-15T07:03:01.160Z Checking crossbeam-epoch v0.9.18
27052026-08-15T07:03:01.179Z Checking rustls-native-certs v0.8.3
27062026-08-15T07:03:01.208Z Checking ed25519 v2.2.3
27072026-08-15T07:03:01.311Z Checking futures-executor v0.3.32
27082026-08-15T07:03:01.372Z Checking salty v0.3.0
27092026-08-15T07:03:01.385Z Checking zstd-sys v2.0.16+zstd.1.5.7
27102026-08-15T07:03:01.398Z Checking curve25519-dalek v4.1.3
27112026-08-15T07:03:01.459Z Checking hash32 v0.2.1
27122026-08-15T07:03:01.491Z Checking serde-big-array v0.5.1
27132026-08-15T07:03:01.616Z Checking md-5 v0.10.6
27142026-08-15T07:03:01.630Z Checking thread-id v4.2.2
27152026-08-15T07:03:01.641Z Checking thread_local v1.1.9
27162026-08-15T07:03:01.657Z Checking encoding_rs v0.8.35
27172026-08-15T07:03:01.705Z Checking winnow v0.7.14
27182026-08-15T07:03:01.751Z Checking crc-any v2.5.0
27192026-08-15T07:03:01.803Z Checking fallible-iterator v0.2.0
27202026-08-15T07:03:01.925Z Checking toml_write v0.1.2
27212026-08-15T07:03:02.076Z Checking psl-types v2.0.11
27222026-08-15T07:03:02.094Z Checking linked-hash-map v0.5.6
27232026-08-15T07:03:02.158Z Checking mime v0.3.17
27242026-08-15T07:03:02.188Z Checking dof v0.4.0
27252026-08-15T07:03:02.202Z Checking publicsuffix v2.3.0
27262026-08-15T07:03:02.250Z Checking ed25519-dalek v2.2.0
27272026-08-15T07:03:02.264Z Checking lru-cache v0.1.2
27282026-08-15T07:03:02.330Z Checking postgres-protocol v0.6.10
27292026-08-15T07:03:02.356Z Checking usdt-impl v0.5.0
27302026-08-15T07:03:02.380Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27312026-08-15T07:03:02.481Z Checking heapless v0.7.17
27322026-08-15T07:03:02.597Z Checking zstd-safe v7.2.4
27332026-08-15T07:03:02.635Z Checking futures v0.3.32
27342026-08-15T07:03:02.648Z Checking toml v0.7.8
27352026-08-15T07:03:02.713Z Checking inout v0.2.2
27362026-08-15T07:03:02.762Z Checking p384 v0.13.1
27372026-08-15T07:03:02.778Z Checking hyper-tls v0.6.0
27382026-08-15T07:03:02.824Z Checking daft v0.1.7
27392026-08-15T07:03:02.860Z Checking zip v0.6.6
27402026-08-15T07:03:02.889Z Checking toml_edit v0.22.27
27412026-08-15T07:03:02.893Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27422026-08-15T07:03:02.950Z Checking object v0.30.4
27432026-08-15T07:03:03.028Z Checking hickory-proto v0.24.4
27442026-08-15T07:03:03.062Z Checking phf_shared v0.13.1
27452026-08-15T07:03:03.077Z Checking cookie v0.18.1
27462026-08-15T07:03:03.188Z Checking dtrace-parser v0.3.0
27472026-08-15T07:03:03.188Z Checking crossbeam-channel v0.5.15
27482026-08-15T07:03:03.261Z Checking pin-project v1.1.11
27492026-08-15T07:03:03.308Z Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27502026-08-15T07:03:03.349Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27512026-08-15T07:03:03.362Z Checking signal-hook v0.3.18
27522026-08-15T07:03:03.423Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27532026-08-15T07:03:03.437Z Checking memmap v0.7.0
27542026-08-15T07:03:03.534Z Checking thread-id v5.1.0
27552026-08-15T07:03:03.548Z Checking is-terminal v0.4.17
27562026-08-15T07:03:03.564Z Checking resolv-conf v0.7.6
27572026-08-15T07:03:03.607Z Checking foldhash v0.1.5
27582026-08-15T07:03:03.618Z Checking take_mut v0.2.2
27592026-08-15T07:03:03.635Z Checking term v1.2.1
27602026-08-15T07:03:03.717Z Checking corncobs v0.1.4
27612026-08-15T07:03:03.740Z Checking managed v0.8.0
27622026-08-15T07:03:03.743Z Checking either v1.15.0
27632026-08-15T07:03:03.839Z Checking jiff-core v0.1.0
27642026-08-15T07:03:03.853Z Checking path-slash v0.1.5
27652026-08-15T07:03:03.923Z Checking same-file v1.0.6
27662026-08-15T07:03:03.936Z Checking libbz2-rs-sys v0.2.2
27672026-08-15T07:03:03.955Z Checking bumpalo v3.20.2
27682026-08-15T07:03:04.024Z Compiling rayon-core v1.13.0
27692026-08-15T07:03:04.042Z Checking bitflags v1.3.2
27702026-08-15T07:03:04.113Z Checking smoltcp v0.9.1
27712026-08-15T07:03:04.143Z Checking zopfli v0.8.3
27722026-08-15T07:03:04.218Z Checking walkdir v2.5.0
27732026-08-15T07:03:04.317Z Checking toml v0.8.23
27742026-08-15T07:03:04.320Z Checking bzip2 v0.6.1
27752026-08-15T07:03:04.382Z Checking slog-term v2.9.2
27762026-08-15T07:03:04.470Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27772026-08-15T07:03:04.494Z Checking hashbrown v0.15.5
27782026-08-15T07:03:04.513Z Checking jiff v0.2.34
27792026-08-15T07:03:04.641Z Checking slog-async v2.8.0
27802026-08-15T07:03:04.641Z Checking usdt-impl v0.6.0
27812026-08-15T07:03:04.696Z Checking usdt v0.5.0
27822026-08-15T07:03:04.714Z Checking signal-hook-mio v0.2.5
27832026-08-15T07:03:04.742Z Checking hickory-resolver v0.24.4
27842026-08-15T07:03:04.815Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27852026-08-15T07:03:04.829Z Checking snafu v0.8.9
27862026-08-15T07:03:04.861Z Checking cookie_store v0.22.1
27872026-08-15T07:03:04.932Z Checking phf v0.13.1
27882026-08-15T07:03:04.955Z Checking reqwest v0.12.28
27892026-08-15T07:03:05.050Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27902026-08-15T07:03:05.063Z Checking cipher v0.5.2
27912026-08-15T07:03:05.079Z Checking zstd v0.13.3
27922026-08-15T07:03:05.188Z Checking postgres-types v0.2.12
27932026-08-15T07:03:05.269Z Checking crossbeam-deque v0.8.6
27942026-08-15T07:03:05.282Z Checking rustls-platform-verifier v0.6.2
27952026-08-15T07:03:05.311Z Checking hyper-rustls v0.27.7
27962026-08-15T07:03:05.380Z Checking globset v0.4.18
27972026-08-15T07:03:05.417Z Checking phf_shared v0.11.3
27982026-08-15T07:03:05.446Z Checking regex v1.12.3
27992026-08-15T07:03:05.473Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28002026-08-15T07:03:05.501Z Checking ref-cast v1.0.25
28012026-08-15T07:03:05.504Z Checking strum v0.27.2
28022026-08-15T07:03:05.568Z Checking olpc-cjson v0.1.4
28032026-08-15T07:03:05.591Z Checking memoffset v0.9.1
28042026-08-15T07:03:05.608Z Checking rustix v0.38.44
28052026-08-15T07:03:05.621Z Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
28062026-08-15T07:03:05.647Z Checking tokio-stream v0.1.18
28072026-08-15T07:03:05.667Z Checking byte-wrapper v0.1.0
28082026-08-15T07:03:05.704Z Checking pem v3.0.6
28092026-08-15T07:03:05.718Z Checking camino v1.2.5
28102026-08-15T07:03:05.738Z Checking anyhow v1.0.104
28112026-08-15T07:03:05.751Z Checking float-cmp v0.10.0
28122026-08-15T07:03:05.862Z Checking hashbrown v0.16.1
28132026-08-15T07:03:05.875Z Checking serde_plain v1.0.2
28142026-08-15T07:03:05.878Z Checking inout v0.1.4
28152026-08-15T07:03:05.941Z Checking memmap2 v0.9.10
28162026-08-15T07:03:05.967Z Checking secrecy v0.8.0
28172026-08-15T07:03:06.015Z Checking precomputed-hash v0.1.1
28182026-08-15T07:03:06.018Z Checking predicates-core v1.0.10
28192026-08-15T07:03:06.041Z Checking unicode-linebreak v0.1.5
28202026-08-15T07:03:06.082Z Checking fixedbitset v0.4.2
28212026-08-15T07:03:06.097Z Checking fixedbitset v0.5.7
28222026-08-15T07:03:06.097Z Checking const-oid v0.10.2
28232026-08-15T07:03:06.151Z Checking unicode-segmentation v1.12.0
28242026-08-15T07:03:06.232Z Checking debug-ignore v1.0.5
28252026-08-15T07:03:06.247Z Checking cpufeatures v0.3.0
28262026-08-15T07:03:06.260Z Checking normalize-line-endings v0.3.0
28272026-08-15T07:03:06.301Z Checking winnow v1.0.3
28282026-08-15T07:03:06.320Z Checking smawk v0.3.2
28292026-08-15T07:03:06.332Z Checking whoami v2.1.0
28302026-08-15T07:03:06.348Z Checking typed-path v0.9.3
28312026-08-15T07:03:06.361Z Checking difflib v0.4.0
28322026-08-15T07:03:06.415Z Checking new_debug_unreachable v1.0.6
28332026-08-15T07:03:06.428Z Checking unicode-width v0.2.0
28342026-08-15T07:03:06.442Z Checking zip v4.6.1
28352026-08-15T07:03:06.466Z Checking similar v2.7.0
28362026-08-15T07:03:06.484Z Checking string_cache v0.8.9
28372026-08-15T07:03:06.522Z Checking tokio-postgres v0.7.16
28382026-08-15T07:03:06.536Z Checking predicates v3.1.4
28392026-08-15T07:03:06.645Z Checking crossterm v0.28.1
28402026-08-15T07:03:06.669Z Checking textwrap v0.16.2
28412026-08-15T07:03:06.826Z Checking iddqd v0.4.2
28422026-08-15T07:03:06.842Z Checking qorb v0.4.1
28432026-08-15T07:03:06.878Z Checking chacha20 v0.10.0
28442026-08-15T07:03:07.007Z Checking petgraph v0.8.3
28452026-08-15T07:03:07.112Z Checking tough v0.22.0
28462026-08-15T07:03:07.131Z Checking digest v0.11.3
28472026-08-15T07:03:07.144Z Checking toml_parser v1.1.2+spec-1.1.0
28482026-08-15T07:03:07.312Z Checking petgraph v0.6.5
28492026-08-15T07:03:07.352Z Checking usdt v0.6.0
28502026-08-15T07:03:07.479Z Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
28512026-08-15T07:03:07.584Z Checking cipher v0.4.4
28522026-08-15T07:03:07.727Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28532026-08-15T07:03:07.746Z Checking nix v0.31.2
28542026-08-15T07:03:07.799Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28552026-08-15T07:03:08.043Z Checking reqwest v0.13.2
28562026-08-15T07:03:08.324Z Checking itertools v0.13.0
28572026-08-15T07:03:08.386Z Checking hickory-proto v0.25.2
28582026-08-15T07:03:08.550Z Checking fs-err v3.3.0
28592026-08-15T07:03:08.565Z Checking buf-list v1.1.2
28602026-08-15T07:03:08.750Z Checking object v0.37.3
28612026-08-15T07:03:08.850Z Checking openapiv3 v2.2.0
28622026-08-15T07:03:08.885Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28632026-08-15T07:03:08.945Z Checking lalrpop-util v0.19.12
28642026-08-15T07:03:09.111Z Checking peg-runtime v0.8.5
28652026-08-15T07:03:09.124Z Checking rayon v1.11.0
28662026-08-15T07:03:09.154Z Checking sigpipe v0.1.3
28672026-08-15T07:03:09.234Z Checking glob v0.3.3
28682026-08-15T07:03:10.986Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28692026-08-15T07:03:11.055Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28702026-08-15T07:03:11.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.86s
28712026-08-15T07:03:11.360Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
28722026-08-15T07:03:11.360Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
28732026-08-15T07:03:11.527Z
28742026-08-15T07:03:11.527Zinfo: running `cargo check --bins` on internal-dns-types (79/336)
28752026-08-15T07:03:12.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-08-15T07:03:12.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-08-15T07:03:12.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-08-15T07:03:12.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28792026-08-15T07:03:12.145Z
28802026-08-15T07:03:12.145Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/336)
28812026-08-15T07:03:12.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-08-15T07:03:12.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-08-15T07:03:12.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-08-15T07:03:12.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-08-15T07:03:12.738Z
28862026-08-15T07:03:12.739Zinfo: running `cargo check --bins` on nexus-types-versions (81/336)
28872026-08-15T07:03:13.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-08-15T07:03:13.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-08-15T07:03:13.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-08-15T07:03:13.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28912026-08-15T07:03:13.345Z
28922026-08-15T07:03:13.345Zinfo: running `cargo check --bins` on oxql-types (82/336)
28932026-08-15T07:03:13.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-08-15T07:03:13.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-08-15T07:03:13.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-08-15T07:03:13.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-08-15T07:03:13.937Z
28982026-08-15T07:03:13.937Zinfo: running `cargo check --bins` on oximeter-types (83/336)
28992026-08-15T07:03:14.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-08-15T07:03:14.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-08-15T07:03:14.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-08-15T07:03:14.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-08-15T07:03:14.530Z
29042026-08-15T07:03:14.530Zinfo: running `cargo check --bins` on oximeter-types-versions (84/336)
29052026-08-15T07:03:15.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-08-15T07:03:15.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-08-15T07:03:15.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-08-15T07:03:15.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-08-15T07:03:15.214Z
29102026-08-15T07:03:15.215Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/336)
29112026-08-15T07:03:15.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-08-15T07:03:15.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-08-15T07:03:15.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-08-15T07:03:15.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-08-15T07:03:15.707Z
29162026-08-15T07:03:15.707Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/336)
29172026-08-15T07:03:16.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-15T07:03:16.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-15T07:03:16.421Z Compiling multer v3.1.0
29202026-08-15T07:03:16.539Z Compiling async-stream-impl v0.3.6
29212026-08-15T07:03:16.550Z Compiling dropshot v0.17.1
29222026-08-15T07:03:16.561Z Compiling parse-display-derive v0.10.0
29232026-08-15T07:03:16.570Z Compiling dropshot_endpoint v0.17.1
29242026-08-15T07:03:16.574Z Compiling newtype-uuid-macros v0.1.0
29252026-08-15T07:03:16.598Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29262026-08-15T07:03:16.625Z Checking compression-core v0.4.31
29272026-08-15T07:03:16.762Z Checking match_cfg v0.1.0
29282026-08-15T07:03:16.768Z Checking compression-codecs v0.4.37
29292026-08-15T07:03:16.774Z Checking atomicwrites v0.4.4
29302026-08-15T07:03:16.852Z Checking hostname v0.3.1
29312026-08-15T07:03:16.919Z Checking slog-json v2.6.1
29322026-08-15T07:03:16.950Z Checking toml_datetime v1.1.1+spec-1.1.0
29332026-08-15T07:03:16.977Z Checking serde_spanned v1.1.1
29342026-08-15T07:03:16.996Z Checking toml_writer v1.1.1+spec-1.1.0
29352026-08-15T07:03:17.073Z Checking slog-bunyan v2.5.0
29362026-08-15T07:03:17.105Z Checking async-compression v0.4.41
29372026-08-15T07:03:17.117Z Checking async-stream v0.3.6
29382026-08-15T07:03:17.173Z Checking toml v1.1.2+spec-1.1.0
29392026-08-15T07:03:17.189Z Checking progenitor-client v0.14.0
29402026-08-15T07:03:17.240Z Checking sha1 v0.11.0
29412026-08-15T07:03:17.316Z Checking waitgroup v0.1.2
29422026-08-15T07:03:17.353Z Checking rustls-pemfile v2.2.0
29432026-08-15T07:03:17.366Z Checking backon v1.6.0
29442026-08-15T07:03:17.415Z Checking serde_path_to_error v0.1.20
29452026-08-15T07:03:17.429Z Checking hostname v0.4.2
29462026-08-15T07:03:17.432Z Checking instant v0.1.13
29472026-08-15T07:03:17.522Z Checking progenitor-extras v0.2.0
29482026-08-15T07:03:17.522Z Checking backoff v0.4.0
29492026-08-15T07:03:17.693Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29502026-08-15T07:03:17.706Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29512026-08-15T07:03:17.717Z Checking itertools v0.14.0
29522026-08-15T07:03:17.750Z Checking regress v0.10.5
29532026-08-15T07:03:17.911Z Checking macaddr v1.0.1
29542026-08-15T07:03:18.051Z Checking humantime v2.3.0
29552026-08-15T07:03:18.221Z Checking parse-display v0.10.0
29562026-08-15T07:03:18.890Z Compiling prettyplease v0.2.37
29572026-08-15T07:03:19.147Z Checking num-rational v0.4.2
29582026-08-15T07:03:19.420Z Checking num-complex v0.4.6
29592026-08-15T07:03:19.891Z Compiling num v0.4.3
29602026-08-15T07:03:19.983Z Checking float-ord v0.3.2
29612026-08-15T07:03:20.023Z Compiling convert_case v0.4.0
29622026-08-15T07:03:20.085Z Checking console v0.15.11
29632026-08-15T07:03:20.110Z Checking newline-converter v0.3.0
29642026-08-15T07:03:20.222Z Compiling minimal-lexical v0.2.1
29652026-08-15T07:03:20.287Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29662026-08-15T07:03:20.360Z Checking expectorate v1.2.0
29672026-08-15T07:03:20.385Z Compiling derive_more v0.99.20
29682026-08-15T07:03:20.417Z Compiling nom v7.1.3
29692026-08-15T07:03:20.487Z Checking camino-tempfile v1.4.1
29702026-08-15T07:03:20.651Z Checking phf_shared v0.12.1
29712026-08-15T07:03:20.796Z Compiling slog-dtrace v0.3.0
29722026-08-15T07:03:20.993Z Checking heck v0.5.0
29732026-08-15T07:03:21.040Z Compiling chrono-tz v0.10.4
29742026-08-15T07:03:21.126Z Compiling unicode-xid v0.2.6
29752026-08-15T07:03:21.283Z Checking phf v0.12.1
29762026-08-15T07:03:21.288Z Compiling const_format_proc_macros v0.2.34
29772026-08-15T07:03:21.288Z Checking tokio-dtrace v0.1.1
29782026-08-15T07:03:21.391Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29792026-08-15T07:03:21.464Z Checking highway v1.3.0
29802026-08-15T07:03:21.829Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29812026-08-15T07:03:21.919Z Checking oxide-tokio-rt v0.1.4
29822026-08-15T07:03:22.096Z Checking const_format v0.2.35
29832026-08-15T07:03:22.341Z Checking gethostname v0.5.0
29842026-08-15T07:03:22.433Z Checking bcs v0.1.6
29852026-08-15T07:03:22.552Z Checking termtree v0.5.1
29862026-08-15T07:03:22.978Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29872026-08-15T07:03:23.290Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29882026-08-15T07:03:23.294Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29892026-08-15T07:03:24.688Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29902026-08-15T07:03:24.747Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29912026-08-15T07:03:25.008Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29922026-08-15T07:03:25.008Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29932026-08-15T07:03:27.792Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29942026-08-15T07:03:30.925Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29952026-08-15T07:03:33.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.48s
29962026-08-15T07:03:33.196Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29972026-08-15T07:03:33.196Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29982026-08-15T07:03:33.370Z
29992026-08-15T07:03:33.371Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/336)
30002026-08-15T07:03:33.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-08-15T07:03:33.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-08-15T07:03:34.070Z Compiling ar_archive_writer v0.5.1
30032026-08-15T07:03:34.185Z Compiling stacker v0.1.23
30042026-08-15T07:03:34.192Z Compiling cfg_aliases v0.1.1
30052026-08-15T07:03:34.198Z Compiling convert_case v0.10.0
30062026-08-15T07:03:34.203Z Checking unicode-width v0.1.14
30072026-08-15T07:03:34.213Z Compiling proc-macro-error v1.0.4
30082026-08-15T07:03:34.224Z Checking fd-lock v4.0.4
30092026-08-15T07:03:34.226Z Checking nibble_vec v0.1.0
30102026-08-15T07:03:34.248Z Compiling nix v0.28.0
30112026-08-15T07:03:34.337Z Checking vte v0.14.1
30122026-08-15T07:03:34.353Z Compiling recursive-proc-macro-impl v0.1.1
30132026-08-15T07:03:34.440Z Checking endian-type v0.1.2
30142026-08-15T07:03:34.454Z Checking bytecount v0.6.9
30152026-08-15T07:03:34.481Z Compiling derive_more-impl v2.1.1
30162026-08-15T07:03:34.494Z Checking strip-ansi-escapes v0.2.1
30172026-08-15T07:03:34.506Z Compiling tabled_derive v0.7.0
30182026-08-15T07:03:34.551Z Checking papergrid v0.11.0
30192026-08-15T07:03:34.563Z Checking radix_trie v0.2.1
30202026-08-15T07:03:34.590Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30212026-08-15T07:03:34.768Z Compiling peg-macros v0.8.5
30222026-08-15T07:03:34.781Z Checking winnow v0.6.26
30232026-08-15T07:03:34.996Z Compiling psm v0.1.30
30242026-08-15T07:03:35.059Z Compiling sqlparser_derive v0.5.0
30252026-08-15T07:03:35.163Z Checking home v0.5.12
30262026-08-15T07:03:35.271Z Checking unicode_categories v0.1.1
30272026-08-15T07:03:35.288Z Checking derive_more v2.1.1
30282026-08-15T07:03:35.367Z Checking nu-ansi-term v0.50.3
30292026-08-15T07:03:35.428Z Checking crossterm v0.29.0
30302026-08-15T07:03:35.455Z Checking tabled v0.15.0
30312026-08-15T07:03:35.574Z Checking rustyline v14.0.0
30322026-08-15T07:03:35.587Z Checking reedline v0.40.0
30332026-08-15T07:03:35.791Z Checking recursive v0.1.1
30342026-08-15T07:03:35.883Z Checking display-error-chain v0.2.2
30352026-08-15T07:03:35.898Z Checking sqlparser v0.61.0
30362026-08-15T07:03:35.948Z Checking sqlformat v0.3.5
30372026-08-15T07:03:36.145Z Checking peg v0.8.5
30382026-08-15T07:03:47.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
30392026-08-15T07:03:47.216Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30402026-08-15T07:03:47.216Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30412026-08-15T07:03:47.386Z
30422026-08-15T07:03:47.387Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/336)
30432026-08-15T07:03:47.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-15T07:03:47.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-15T07:03:48.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-08-15T07:03:51.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
30472026-08-15T07:03:51.636Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30482026-08-15T07:03:51.636Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30492026-08-15T07:03:51.813Z
30502026-08-15T07:03:51.813Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/336)
30512026-08-15T07:03:52.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-08-15T07:03:52.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-08-15T07:03:52.520Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30542026-08-15T07:03:55.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
30552026-08-15T07:03:55.111Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30562026-08-15T07:03:55.111Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30572026-08-15T07:03:55.282Z
30582026-08-15T07:03:55.282Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/336)
30592026-08-15T07:03:55.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-08-15T07:03:55.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-08-15T07:03:55.982Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30622026-08-15T07:03:59.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
30632026-08-15T07:03:59.361Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30642026-08-15T07:03:59.361Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30652026-08-15T07:03:59.539Z
30662026-08-15T07:03:59.539Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/336)
30672026-08-15T07:04:00.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-08-15T07:04:00.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-08-15T07:04:00.244Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30702026-08-15T07:04:03.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
30712026-08-15T07:04:03.626Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30722026-08-15T07:04:03.626Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30732026-08-15T07:04:03.806Z
30742026-08-15T07:04:03.806Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/336)
30752026-08-15T07:04:04.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-08-15T07:04:04.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-08-15T07:04:04.516Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30782026-08-15T07:04:07.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
30792026-08-15T07:04:07.213Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30802026-08-15T07:04:07.213Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30812026-08-15T07:04:07.396Z
30822026-08-15T07:04:07.396Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/336)
30832026-08-15T07:04:07.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-08-15T07:04:07.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-08-15T07:04:08.105Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30862026-08-15T07:04:10.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
30872026-08-15T07:04:10.893Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30882026-08-15T07:04:10.893Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30892026-08-15T07:04:11.062Z
30902026-08-15T07:04:11.062Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/336)
30912026-08-15T07:04:11.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-08-15T07:04:11.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-08-15T07:04:11.766Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30942026-08-15T07:04:15.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
30952026-08-15T07:04:15.294Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30962026-08-15T07:04:15.294Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30972026-08-15T07:04:15.474Z
30982026-08-15T07:04:15.474Zinfo: running `cargo check --bins` on oximeter (95/336)
30992026-08-15T07:04:15.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-08-15T07:04:15.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-08-15T07:04:15.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-08-15T07:04:15.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31032026-08-15T07:04:16.077Z
31042026-08-15T07:04:16.077Zinfo: running `cargo check --bins` on oximeter-schema (96/336)
31052026-08-15T07:04:16.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-08-15T07:04:16.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-08-15T07:04:16.740Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31082026-08-15T07:04:17.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31092026-08-15T07:04:17.131Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31102026-08-15T07:04:17.131Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31112026-08-15T07:04:17.302Z
31122026-08-15T07:04:17.303Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/336)
31132026-08-15T07:04:17.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-08-15T07:04:17.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-08-15T07:04:17.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-08-15T07:04:17.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31172026-08-15T07:04:17.904Z
31182026-08-15T07:04:17.904Zinfo: running `cargo check --bins` on oximeter-test-utils (98/336)
31192026-08-15T07:04:18.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-08-15T07:04:18.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-08-15T07:04:18.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-08-15T07:04:18.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31232026-08-15T07:04:18.540Z
31242026-08-15T07:04:18.541Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/336)
31252026-08-15T07:04:19.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-08-15T07:04:19.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-08-15T07:04:19.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-08-15T07:04:19.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-08-15T07:04:19.143Z
31302026-08-15T07:04:19.143Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/336)
31312026-08-15T07:04:19.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-08-15T07:04:19.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-08-15T07:04:19.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-08-15T07:04:19.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-08-15T07:04:19.750Z
31362026-08-15T07:04:19.750Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/336)
31372026-08-15T07:04:20.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-08-15T07:04:20.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-08-15T07:04:20.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-08-15T07:04:20.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-08-15T07:04:20.355Z
31422026-08-15T07:04:20.355Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/336)
31432026-08-15T07:04:20.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-08-15T07:04:20.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-08-15T07:04:20.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-08-15T07:04:20.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31472026-08-15T07:04:20.962Z
31482026-08-15T07:04:20.962Zinfo: running `cargo check --bins` on trust-quorum-types (103/336)
31492026-08-15T07:04:21.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-08-15T07:04:21.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-08-15T07:04:21.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-08-15T07:04:21.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31532026-08-15T07:04:21.552Z
31542026-08-15T07:04:21.552Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/336)
31552026-08-15T07:04:22.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-08-15T07:04:22.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-08-15T07:04:22.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-08-15T07:04:22.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31592026-08-15T07:04:22.161Z
31602026-08-15T07:04:22.161Zinfo: running `cargo check --bins` on reconfigurator-cli (105/336)
31612026-08-15T07:04:22.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-08-15T07:04:22.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-08-15T07:04:23.018Z Compiling regress v0.11.1
31642026-08-15T07:04:23.018Z Checking secrecy v0.10.3
31652026-08-15T07:04:23.018Z Compiling crucible-workspace-hack v0.1.0
31662026-08-15T07:04:23.021Z Compiling proc-macro-crate v1.3.1
31672026-08-15T07:04:23.021Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-08-15T07:04:23.167Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31692026-08-15T07:04:23.173Z Checking universal-hash v0.5.1
31702026-08-15T07:04:23.253Z Compiling thiserror-impl-no-std v2.0.2
31712026-08-15T07:04:23.312Z Checking opaque-debug v0.3.1
31722026-08-15T07:04:23.395Z Checking poly1305 v0.8.0
31732026-08-15T07:04:23.414Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31742026-08-15T07:04:23.414Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-08-15T07:04:23.416Z Checking chacha20 v0.9.1
31762026-08-15T07:04:23.615Z Checking password-hash v0.5.0
31772026-08-15T07:04:23.639Z Checking blake2 v0.10.6
31782026-08-15T07:04:23.660Z Checking aead v0.5.2
31792026-08-15T07:04:23.703Z Compiling unsafe-libyaml v0.2.11
31802026-08-15T07:04:23.804Z Checking indent_write v2.2.0
31812026-08-15T07:04:23.829Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31822026-08-15T07:04:23.844Z Checking chacha20poly1305 v0.10.1
31832026-08-15T07:04:23.876Z Checking argon2 v0.5.3
31842026-08-15T07:04:23.936Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31852026-08-15T07:04:23.969Z Compiling num_enum_derive v0.7.6
31862026-08-15T07:04:24.219Z Compiling serde_yaml v0.9.34+deprecated
31872026-08-15T07:04:24.434Z Checking thiserror-no-std v2.0.2
31882026-08-15T07:04:24.448Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31892026-08-15T07:04:24.525Z Checking vsss-rs v3.3.4
31902026-08-15T07:04:24.559Z Compiling itertools v0.15.0
31912026-08-15T07:04:24.626Z Checking typify-impl v0.6.2
31922026-08-15T07:04:24.660Z Compiling heapless v0.8.0
31932026-08-15T07:04:25.085Z Checking num_enum v0.7.6
31942026-08-15T07:04:25.390Z Checking hash32 v0.3.1
31952026-08-15T07:04:25.497Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31962026-08-15T07:04:25.525Z Compiling smoltcp v0.11.0
31972026-08-15T07:04:25.619Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31982026-08-15T07:04:25.651Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31992026-08-15T07:04:25.809Z Checking tabwriter v1.4.1
32002026-08-15T07:04:25.853Z Checking cobs v0.3.0
32012026-08-15T07:04:25.903Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32022026-08-15T07:04:25.919Z Compiling ingot-macros v0.2.0
32032026-08-15T07:04:25.964Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32042026-08-15T07:04:26.004Z Checking postcard v1.1.3
32052026-08-15T07:04:26.108Z Compiling foreign-types-macros v0.2.3
32062026-08-15T07:04:26.176Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32072026-08-15T07:04:26.310Z Checking colored v3.1.1
32082026-08-15T07:04:26.377Z Checking foreign-types-shared v0.3.1
32092026-08-15T07:04:26.438Z Checking swrite v0.1.0
32102026-08-15T07:04:26.540Z Compiling num_enum_derive v0.5.11
32112026-08-15T07:04:26.620Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32122026-08-15T07:04:26.640Z Checking cstr-argument v0.1.2
32132026-08-15T07:04:26.708Z Checking foreign-types v0.5.0
32142026-08-15T07:04:26.765Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32152026-08-15T07:04:26.786Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32162026-08-15T07:04:26.803Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32172026-08-15T07:04:27.010Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32182026-08-15T07:04:27.055Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-15T07:04:27.169Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32202026-08-15T07:04:27.186Z Checking rand v0.10.1
32212026-08-15T07:04:27.217Z Checking itertools v0.12.1
32222026-08-15T07:04:27.239Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32232026-08-15T07:04:27.320Z Compiling zone_cfg_derive v0.3.1
32242026-08-15T07:04:27.569Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32252026-08-15T07:04:27.584Z Checking num_enum v0.5.11
32262026-08-15T07:04:27.695Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-08-15T07:04:27.709Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32282026-08-15T07:04:27.892Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32292026-08-15T07:04:27.973Z Compiling num-derive v0.4.2
32302026-08-15T07:04:28.073Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32312026-08-15T07:04:28.231Z Compiling semver v0.1.20
32322026-08-15T07:04:28.286Z Checking zone v0.3.1
32332026-08-15T07:04:28.505Z Compiling rustc_version v0.1.7
32342026-08-15T07:04:28.532Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32352026-08-15T07:04:28.692Z Checking smf v0.2.3
32362026-08-15T07:04:28.736Z Checking nom v8.0.0
32372026-08-15T07:04:28.751Z Checking ingot-types v0.2.0
32382026-08-15T07:04:28.816Z Checking csv-core v0.1.13
32392026-08-15T07:04:28.927Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32402026-08-15T07:04:28.927Z Checking whoami v1.6.1
32412026-08-15T07:04:28.999Z Checking csv v1.4.0
32422026-08-15T07:04:29.111Z Compiling newtype_derive v0.1.6
32432026-08-15T07:04:29.122Z Checking ingot v0.2.1
32442026-08-15T07:04:29.170Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-08-15T07:04:29.251Z Compiling cancel-safe-futures v0.1.5
32462026-08-15T07:04:29.352Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32472026-08-15T07:04:29.368Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-08-15T07:04:29.478Z Compiling typify-macro v0.6.2
32492026-08-15T07:04:29.494Z Compiling libefi-sys v0.1.0
32502026-08-15T07:04:29.510Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32512026-08-15T07:04:29.748Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-08-15T07:04:29.781Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-08-15T07:04:29.798Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-08-15T07:04:29.827Z Checking oxide-update-engine-types v0.1.2
32552026-08-15T07:04:29.977Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32562026-08-15T07:04:29.994Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32572026-08-15T07:04:30.186Z Compiling bitfield-struct v0.6.2
32582026-08-15T07:04:30.333Z Checking linear-map v1.2.0
32592026-08-15T07:04:30.472Z Checking steno v0.4.1
32602026-08-15T07:04:30.743Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32612026-08-15T07:04:30.758Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32622026-08-15T07:04:30.773Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32632026-08-15T07:04:30.803Z Checking oxide-update-engine v0.1.2
32642026-08-15T07:04:30.890Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32652026-08-15T07:04:30.925Z Checking sha1 v0.10.6
32662026-08-15T07:04:31.102Z Checking owo-colors v4.3.0
32672026-08-15T07:04:31.140Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32682026-08-15T07:04:31.223Z Checking utf-8 v0.7.6
32692026-08-15T07:04:31.244Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32702026-08-15T07:04:31.260Z Compiling typify v0.6.2
32712026-08-15T07:04:31.365Z Compiling progenitor-impl v0.14.0
32722026-08-15T07:04:31.483Z Checking tungstenite v0.21.0
32732026-08-15T07:04:31.541Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32742026-08-15T07:04:31.674Z Checking ignore v0.4.25
32752026-08-15T07:04:31.705Z Checking anstyle-parse v0.2.7
32762026-08-15T07:04:31.867Z Compiling xshell-macros v0.2.7
32772026-08-15T07:04:31.909Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32782026-08-15T07:04:31.912Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32792026-08-15T07:04:32.093Z Checking globwalk v0.9.1
32802026-08-15T07:04:32.133Z Checking tokio-tungstenite v0.21.0
32812026-08-15T07:04:32.255Z Checking xshell v0.2.7
32822026-08-15T07:04:32.294Z Checking anstream v0.6.21
32832026-08-15T07:04:32.396Z Checking predicates-tree v1.0.13
32842026-08-15T07:04:32.417Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32852026-08-15T07:04:32.451Z Checking filetime v0.2.27
32862026-08-15T07:04:32.501Z Checking xattr v1.6.1
32872026-08-15T07:04:32.515Z Checking tagptr v0.2.0
32882026-08-15T07:04:32.588Z Checking camino-tempfile-ext v0.3.3
32892026-08-15T07:04:32.635Z Checking tar v0.4.46
32902026-08-15T07:04:32.660Z Checking moka v0.12.13
32912026-08-15T07:04:32.786Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32922026-08-15T07:04:32.803Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32932026-08-15T07:04:32.939Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
32942026-08-15T07:04:32.955Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32952026-08-15T07:04:32.975Z Checking rand_seeder v0.4.0
32962026-08-15T07:04:33.021Z Checking half v1.8.3
32972026-08-15T07:04:33.082Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
32982026-08-15T07:04:33.126Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32992026-08-15T07:04:33.181Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
33002026-08-15T07:04:33.221Z Checking serde_cbor v0.11.2
33012026-08-15T07:04:33.307Z Checking hickory-resolver v0.25.2
33022026-08-15T07:04:33.436Z Checking sha2 v0.11.0
33032026-08-15T07:04:33.452Z Checking digest-io v0.1.0
33042026-08-15T07:04:33.583Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
33052026-08-15T07:04:33.607Z Compiling petname v2.0.2
33062026-08-15T07:04:33.959Z Compiling progenitor-macro v0.14.0
33072026-08-15T07:04:34.034Z Checking rawzip v0.4.4
33082026-08-15T07:04:34.089Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33092026-08-15T07:04:34.216Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33102026-08-15T07:04:34.330Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33112026-08-15T07:04:34.453Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33122026-08-15T07:04:34.521Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33132026-08-15T07:04:34.633Z Checking sapling-renderdag v0.1.0
33142026-08-15T07:04:34.681Z Checking subprocess v0.2.15
33152026-08-15T07:04:34.705Z Checking sync-ptr v0.1.4
33162026-08-15T07:04:34.728Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33172026-08-15T07:04:34.862Z Checking colored v2.2.0
33182026-08-15T07:04:34.879Z Checking assert_matches v1.5.0
33192026-08-15T07:04:34.967Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33202026-08-15T07:04:35.034Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
33212026-08-15T07:04:35.065Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33222026-08-15T07:04:36.455Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33232026-08-15T07:04:36.686Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33242026-08-15T07:04:36.918Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33252026-08-15T07:04:37.067Z Checking progenitor v0.14.0
33262026-08-15T07:04:37.205Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33272026-08-15T07:04:37.205Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33282026-08-15T07:04:37.208Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33292026-08-15T07:04:37.209Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33302026-08-15T07:04:37.209Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33312026-08-15T07:04:37.209Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33322026-08-15T07:04:37.734Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33332026-08-15T07:04:37.768Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33342026-08-15T07:04:37.810Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33352026-08-15T07:04:37.837Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33362026-08-15T07:04:38.523Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33372026-08-15T07:04:38.891Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33382026-08-15T07:04:40.162Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33392026-08-15T07:04:48.778Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33402026-08-15T07:04:55.999Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33412026-08-15T07:04:56.003Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33422026-08-15T07:04:56.004Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33432026-08-15T07:04:57.507Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33442026-08-15T07:04:58.806Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33452026-08-15T07:05:01.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.90s
33462026-08-15T07:05:01.074Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33472026-08-15T07:05:01.074Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33482026-08-15T07:05:01.282Z
33492026-08-15T07:05:01.282Zinfo: running `cargo check --bins` on nexus-inventory (106/336)
33502026-08-15T07:05:01.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-08-15T07:05:01.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-08-15T07:05:01.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-08-15T07:05:01.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33542026-08-15T07:05:01.924Z
33552026-08-15T07:05:01.924Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/336)
33562026-08-15T07:05:02.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-08-15T07:05:02.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-08-15T07:05:02.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-08-15T07:05:02.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33602026-08-15T07:05:02.534Z
33612026-08-15T07:05:02.534Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/336)
33622026-08-15T07:05:03.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-08-15T07:05:03.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-08-15T07:05:03.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-08-15T07:05:03.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33662026-08-15T07:05:03.140Z
33672026-08-15T07:05:03.140Zinfo: running `cargo check --bins` on dns-service-client (109/336)
33682026-08-15T07:05:03.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-08-15T07:05:03.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-08-15T07:05:03.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-08-15T07:05:03.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33722026-08-15T07:05:03.743Z
33732026-08-15T07:05:03.743Zinfo: running `cargo check --bins` on ntp-admin-client (110/336)
33742026-08-15T07:05:04.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-08-15T07:05:04.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-08-15T07:05:04.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-08-15T07:05:04.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33782026-08-15T07:05:04.332Z
33792026-08-15T07:05:04.332Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/336)
33802026-08-15T07:05:04.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-08-15T07:05:04.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-08-15T07:05:04.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-08-15T07:05:04.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33842026-08-15T07:05:04.930Z
33852026-08-15T07:05:04.931Zinfo: running `cargo check --bins` on cockroach-admin-client (112/336)
33862026-08-15T07:05:05.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-08-15T07:05:05.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-08-15T07:05:05.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-08-15T07:05:05.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33902026-08-15T07:05:05.523Z
33912026-08-15T07:05:05.523Zinfo: running `cargo check --bins` on parallel-task-set (113/336)
33922026-08-15T07:05:06.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-08-15T07:05:06.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-08-15T07:05:06.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-08-15T07:05:06.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33962026-08-15T07:05:06.108Z
33972026-08-15T07:05:06.108Zinfo: running `cargo check --bins` on sled-agent-client (114/336)
33982026-08-15T07:05:06.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-08-15T07:05:06.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-08-15T07:05:06.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-08-15T07:05:06.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34022026-08-15T07:05:06.722Z
34032026-08-15T07:05:06.724Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/336)
34042026-08-15T07:05:07.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-08-15T07:05:07.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-08-15T07:05:07.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-08-15T07:05:07.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34082026-08-15T07:05:07.348Z
34092026-08-15T07:05:07.348Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/336)
34102026-08-15T07:05:07.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-08-15T07:05:07.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-08-15T07:05:07.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-08-15T07:05:07.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34142026-08-15T07:05:07.970Z
34152026-08-15T07:05:07.970Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/336)
34162026-08-15T07:05:08.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-08-15T07:05:08.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-08-15T07:05:08.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-08-15T07:05:08.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34202026-08-15T07:05:08.594Z
34212026-08-15T07:05:08.594Zinfo: running `cargo check --bins` on key-manager (118/336)
34222026-08-15T07:05:09.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-08-15T07:05:09.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-08-15T07:05:09.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-08-15T07:05:09.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34262026-08-15T07:05:09.191Z
34272026-08-15T07:05:09.191Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/336)
34282026-08-15T07:05:09.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-08-15T07:05:09.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-08-15T07:05:09.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-08-15T07:05:09.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34322026-08-15T07:05:09.806Z
34332026-08-15T07:05:09.806Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/336)
34342026-08-15T07:05:10.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-08-15T07:05:10.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-08-15T07:05:10.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-08-15T07:05:10.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34382026-08-15T07:05:10.420Z
34392026-08-15T07:05:10.420Zinfo: running `cargo check --bins` on typed-rng (121/336)
34402026-08-15T07:05:10.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-08-15T07:05:10.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-08-15T07:05:10.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-08-15T07:05:10.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34442026-08-15T07:05:11.008Z
34452026-08-15T07:05:11.008Zinfo: running `cargo check --bins` on gateway-test-utils (122/336)
34462026-08-15T07:05:11.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-08-15T07:05:11.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-08-15T07:05:11.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-08-15T07:05:11.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34502026-08-15T07:05:11.650Z
34512026-08-15T07:05:11.650Zinfo: running `cargo check --bins` on omicron-gateway (123/336)
34522026-08-15T07:05:12.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-08-15T07:05:12.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-08-15T07:05:12.421Z Checking void v1.0.2
34552026-08-15T07:05:12.421Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34562026-08-15T07:05:12.421Z Checking nix v0.27.1
34572026-08-15T07:05:12.424Z Checking dropshot-api-manager-types v0.7.2
34582026-08-15T07:05:12.424Z Checking tungstenite v0.23.0
34592026-08-15T07:05:12.424Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-08-15T07:05:12.425Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34612026-08-15T07:05:12.425Z Checking kstat-rs v0.2.5
34622026-08-15T07:05:12.623Z Checking lzss v0.8.2
34632026-08-15T07:05:12.704Z Checking fxhash v0.2.1
34642026-08-15T07:05:12.717Z Checking serde_bytes v0.11.19
34652026-08-15T07:05:12.730Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34662026-08-15T07:05:12.800Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34672026-08-15T07:05:12.818Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34682026-08-15T07:05:12.848Z Checking signal-hook-tokio v0.3.1
34692026-08-15T07:05:12.957Z Checking tokio-tungstenite v0.23.1
34702026-08-15T07:05:13.067Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34712026-08-15T07:05:14.103Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34722026-08-15T07:05:14.652Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34732026-08-15T07:05:16.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
34742026-08-15T07:05:16.802Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34752026-08-15T07:05:16.802Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34762026-08-15T07:05:16.992Z
34772026-08-15T07:05:16.993Zinfo: running `cargo check --bins` on gateway-api (124/336)
34782026-08-15T07:05:17.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-15T07:05:17.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-15T07:05:17.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-15T07:05:17.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-08-15T07:05:17.586Z
34832026-08-15T07:05:17.586Zinfo: running `cargo check --bins` on ipcc (125/336)
34842026-08-15T07:05:18.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-15T07:05:18.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-15T07:05:18.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-15T07:05:18.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34882026-08-15T07:05:18.186Z
34892026-08-15T07:05:18.186Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/336)
34902026-08-15T07:05:18.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-15T07:05:18.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-15T07:05:18.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-15T07:05:18.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34942026-08-15T07:05:18.773Z
34952026-08-15T07:05:18.773Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/336)
34962026-08-15T07:05:19.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-15T07:05:19.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-15T07:05:19.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-15T07:05:19.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35002026-08-15T07:05:19.388Z
35012026-08-15T07:05:19.388Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/336)
35022026-08-15T07:05:19.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-15T07:05:19.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-15T07:05:19.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-15T07:05:19.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35062026-08-15T07:05:19.992Z
35072026-08-15T07:05:19.992Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/336)
35082026-08-15T07:05:20.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-15T07:05:20.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-15T07:05:20.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-15T07:05:20.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35122026-08-15T07:05:20.595Z
35132026-08-15T07:05:20.595Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/336)
35142026-08-15T07:05:21.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-15T07:05:21.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-15T07:05:21.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-15T07:05:21.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35182026-08-15T07:05:21.206Z
35192026-08-15T07:05:21.206Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/336)
35202026-08-15T07:05:21.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-15T07:05:21.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-15T07:05:21.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-15T07:05:21.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35242026-08-15T07:05:21.827Z
35252026-08-15T07:05:21.827Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/336)
35262026-08-15T07:05:22.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-15T07:05:22.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-15T07:05:22.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-15T07:05:22.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35302026-08-15T07:05:22.428Z
35312026-08-15T07:05:22.429Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/336)
35322026-08-15T07:05:22.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-15T07:05:22.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-15T07:05:22.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-15T07:05:22.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35362026-08-15T07:05:23.034Z
35372026-08-15T07:05:23.034Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/336)
35382026-08-15T07:05:23.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-15T07:05:23.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-15T07:05:23.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-15T07:05:23.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35422026-08-15T07:05:23.638Z
35432026-08-15T07:05:23.639Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/336)
35442026-08-15T07:05:24.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-15T07:05:24.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-15T07:05:24.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-15T07:05:24.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-08-15T07:05:24.236Z
35492026-08-15T07:05:24.236Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/336)
35502026-08-15T07:05:24.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-15T07:05:24.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-15T07:05:24.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-15T07:05:24.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35542026-08-15T07:05:24.835Z
35552026-08-15T07:05:24.836Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/336)
35562026-08-15T07:05:25.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-15T07:05:25.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-15T07:05:25.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-15T07:05:25.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35602026-08-15T07:05:25.440Z
35612026-08-15T07:05:25.440Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/336)
35622026-08-15T07:05:25.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-15T07:05:25.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-15T07:05:25.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-15T07:05:25.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35662026-08-15T07:05:26.042Z
35672026-08-15T07:05:26.042Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/336)
35682026-08-15T07:05:26.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-15T07:05:26.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-15T07:05:26.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-15T07:05:26.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35722026-08-15T07:05:26.650Z
35732026-08-15T07:05:26.650Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/336)
35742026-08-15T07:05:27.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-15T07:05:27.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-15T07:05:27.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-15T07:05:27.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-08-15T07:05:27.258Z
35792026-08-15T07:05:27.258Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/336)
35802026-08-15T07:05:27.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-15T07:05:27.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-15T07:05:27.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-15T07:05:27.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35842026-08-15T07:05:27.861Z
35852026-08-15T07:05:27.861Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/336)
35862026-08-15T07:05:28.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-15T07:05:28.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-15T07:05:28.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-15T07:05:28.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-08-15T07:05:28.468Z
35912026-08-15T07:05:28.468Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/336)
35922026-08-15T07:05:28.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-15T07:05:28.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-15T07:05:28.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-15T07:05:28.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35962026-08-15T07:05:29.065Z
35972026-08-15T07:05:29.065Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/336)
35982026-08-15T07:05:29.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-15T07:05:29.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-15T07:05:29.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-15T07:05:29.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36022026-08-15T07:05:29.663Z
36032026-08-15T07:05:29.663Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/336)
36042026-08-15T07:05:30.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-15T07:05:30.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-15T07:05:30.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-15T07:05:30.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36082026-08-15T07:05:30.265Z
36092026-08-15T07:05:30.265Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/336)
36102026-08-15T07:05:30.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-15T07:05:30.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-15T07:05:30.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-15T07:05:30.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-08-15T07:05:30.878Z
36152026-08-15T07:05:30.878Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/336)
36162026-08-15T07:05:31.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-15T07:05:31.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-15T07:05:31.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-15T07:05:31.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-08-15T07:05:31.494Z
36212026-08-15T07:05:31.494Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/336)
36222026-08-15T07:05:32.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-15T07:05:32.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-15T07:05:32.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-15T07:05:32.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36262026-08-15T07:05:32.110Z
36272026-08-15T07:05:32.110Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/336)
36282026-08-15T07:05:32.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-15T07:05:32.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-15T07:05:32.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-15T07:05:32.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36322026-08-15T07:05:32.728Z
36332026-08-15T07:05:32.728Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/336)
36342026-08-15T07:05:33.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-15T07:05:33.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-15T07:05:33.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-15T07:05:33.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36382026-08-15T07:05:33.347Z
36392026-08-15T07:05:33.347Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/336)
36402026-08-15T07:05:33.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-15T07:05:33.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-15T07:05:33.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-15T07:05:33.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36442026-08-15T07:05:33.955Z
36452026-08-15T07:05:33.955Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/336)
36462026-08-15T07:05:34.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-15T07:05:34.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-15T07:05:34.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-15T07:05:34.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36502026-08-15T07:05:34.562Z
36512026-08-15T07:05:34.562Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/336)
36522026-08-15T07:05:35.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-15T07:05:35.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-15T07:05:35.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-15T07:05:35.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36562026-08-15T07:05:35.179Z
36572026-08-15T07:05:35.179Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/336)
36582026-08-15T07:05:35.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-15T07:05:35.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-15T07:05:35.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-15T07:05:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36622026-08-15T07:05:35.797Z
36632026-08-15T07:05:35.797Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/336)
36642026-08-15T07:05:36.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-15T07:05:36.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-15T07:05:36.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-15T07:05:36.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36682026-08-15T07:05:36.413Z
36692026-08-15T07:05:36.413Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/336)
36702026-08-15T07:05:36.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-15T07:05:36.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-15T07:05:36.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-15T07:05:36.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36742026-08-15T07:05:37.029Z
36752026-08-15T07:05:37.029Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/336)
36762026-08-15T07:05:37.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-15T07:05:37.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-15T07:05:37.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-15T07:05:37.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36802026-08-15T07:05:37.642Z
36812026-08-15T07:05:37.643Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/336)
36822026-08-15T07:05:38.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-15T07:05:38.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-15T07:05:38.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-15T07:05:38.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36862026-08-15T07:05:38.255Z
36872026-08-15T07:05:38.255Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/336)
36882026-08-15T07:05:38.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-15T07:05:38.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-15T07:05:38.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-15T07:05:38.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36922026-08-15T07:05:38.869Z
36932026-08-15T07:05:38.869Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/336)
36942026-08-15T07:05:39.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-15T07:05:39.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-15T07:05:39.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-15T07:05:39.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-08-15T07:05:39.482Z
36992026-08-15T07:05:39.482Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/336)
37002026-08-15T07:05:39.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-15T07:05:40.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-15T07:05:40.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-15T07:05:40.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-08-15T07:05:40.093Z
37052026-08-15T07:05:40.093Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/336)
37062026-08-15T07:05:40.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-15T07:05:40.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-15T07:05:40.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-15T07:05:40.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-08-15T07:05:40.713Z
37112026-08-15T07:05:40.713Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/336)
37122026-08-15T07:05:41.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-15T07:05:41.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-15T07:05:41.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-15T07:05:41.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37162026-08-15T07:05:41.335Z
37172026-08-15T07:05:41.335Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/336)
37182026-08-15T07:05:41.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-15T07:05:41.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-15T07:05:41.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-15T07:05:41.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37222026-08-15T07:05:41.940Z
37232026-08-15T07:05:41.940Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/336)
37242026-08-15T07:05:42.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-15T07:05:42.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-15T07:05:42.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-15T07:05:42.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37282026-08-15T07:05:42.551Z
37292026-08-15T07:05:42.552Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/336)
37302026-08-15T07:05:43.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-15T07:05:43.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-15T07:05:43.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-15T07:05:43.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37342026-08-15T07:05:43.154Z
37352026-08-15T07:05:43.154Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/336)
37362026-08-15T07:05:43.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-15T07:05:43.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-15T07:05:43.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-15T07:05:43.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37402026-08-15T07:05:43.762Z
37412026-08-15T07:05:43.762Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/336)
37422026-08-15T07:05:44.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-15T07:05:44.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-15T07:05:44.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-15T07:05:44.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37462026-08-15T07:05:44.369Z
37472026-08-15T07:05:44.369Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/336)
37482026-08-15T07:05:44.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-15T07:05:44.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-15T07:05:44.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-15T07:05:44.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37522026-08-15T07:05:44.979Z
37532026-08-15T07:05:44.979Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/336)
37542026-08-15T07:05:45.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-15T07:05:45.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-15T07:05:45.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-15T07:05:45.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37582026-08-15T07:05:45.587Z
37592026-08-15T07:05:45.587Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/336)
37602026-08-15T07:05:46.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-15T07:05:46.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-15T07:05:46.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-15T07:05:46.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37642026-08-15T07:05:46.192Z
37652026-08-15T07:05:46.192Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/336)
37662026-08-15T07:05:46.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-15T07:05:46.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-15T07:05:46.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-15T07:05:46.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37702026-08-15T07:05:46.799Z
37712026-08-15T07:05:46.799Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/336)
37722026-08-15T07:05:47.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-15T07:05:47.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-15T07:05:47.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-15T07:05:47.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37762026-08-15T07:05:47.406Z
37772026-08-15T07:05:47.406Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/336)
37782026-08-15T07:05:47.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-15T07:05:47.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-15T07:05:47.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-15T07:05:47.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37822026-08-15T07:05:48.010Z
37832026-08-15T07:05:48.010Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/336)
37842026-08-15T07:05:48.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-15T07:05:48.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-15T07:05:48.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-15T07:05:48.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-08-15T07:05:48.617Z
37892026-08-15T07:05:48.617Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/336)
37902026-08-15T07:05:49.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-15T07:05:49.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-15T07:05:49.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-15T07:05:49.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-08-15T07:05:49.207Z
37952026-08-15T07:05:49.207Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/336)
37962026-08-15T07:05:49.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-15T07:05:49.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-15T07:05:49.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-15T07:05:49.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-08-15T07:05:49.808Z
38012026-08-15T07:05:49.808Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/336)
38022026-08-15T07:05:50.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-15T07:05:50.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-15T07:05:50.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-15T07:05:50.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-08-15T07:05:50.413Z
38072026-08-15T07:05:50.413Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/336)
38082026-08-15T07:05:50.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-15T07:05:50.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-15T07:05:50.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-15T07:05:50.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38122026-08-15T07:05:51.019Z
38132026-08-15T07:05:51.019Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/336)
38142026-08-15T07:05:51.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-15T07:05:51.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-15T07:05:51.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-08-15T07:05:51.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-08-15T07:05:51.642Z
38192026-08-15T07:05:51.642Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/336)
38202026-08-15T07:05:52.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-08-15T07:05:52.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-08-15T07:05:52.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-08-15T07:05:52.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38242026-08-15T07:05:52.266Z
38252026-08-15T07:05:52.266Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/336)
38262026-08-15T07:05:52.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-08-15T07:05:52.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-08-15T07:05:52.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-08-15T07:05:52.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-08-15T07:05:52.890Z
38312026-08-15T07:05:52.890Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/336)
38322026-08-15T07:05:53.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-08-15T07:05:53.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-08-15T07:05:53.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-08-15T07:05:53.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-08-15T07:05:53.514Z
38372026-08-15T07:05:53.514Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/336)
38382026-08-15T07:05:54.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-08-15T07:05:54.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-08-15T07:05:54.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-08-15T07:05:54.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38422026-08-15T07:05:54.120Z
38432026-08-15T07:05:54.120Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/336)
38442026-08-15T07:05:54.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-08-15T07:05:54.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-08-15T07:05:54.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-08-15T07:05:54.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-08-15T07:05:54.735Z
38492026-08-15T07:05:54.735Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/336)
38502026-08-15T07:05:55.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-08-15T07:05:55.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-08-15T07:05:55.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-08-15T07:05:55.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-08-15T07:05:55.354Z
38552026-08-15T07:05:55.354Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/336)
38562026-08-15T07:05:55.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-08-15T07:05:55.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-08-15T07:05:55.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-08-15T07:05:55.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-08-15T07:05:55.975Z
38612026-08-15T07:05:55.975Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/336)
38622026-08-15T07:05:56.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-08-15T07:05:56.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-08-15T07:05:56.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-08-15T07:05:56.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38662026-08-15T07:05:56.592Z
38672026-08-15T07:05:56.592Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/336)
38682026-08-15T07:05:57.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-08-15T07:05:57.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-08-15T07:05:57.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-08-15T07:05:57.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38722026-08-15T07:05:57.205Z
38732026-08-15T07:05:57.206Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/336)
38742026-08-15T07:05:57.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-08-15T07:05:57.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-08-15T07:05:57.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-08-15T07:05:57.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38782026-08-15T07:05:57.824Z
38792026-08-15T07:05:57.824Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/336)
38802026-08-15T07:05:58.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-08-15T07:05:58.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-08-15T07:05:58.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-08-15T07:05:58.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38842026-08-15T07:05:58.446Z
38852026-08-15T07:05:58.446Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/336)
38862026-08-15T07:05:58.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-08-15T07:05:58.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-08-15T07:05:58.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-08-15T07:05:58.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38902026-08-15T07:05:59.057Z
38912026-08-15T07:05:59.057Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/336)
38922026-08-15T07:05:59.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-15T07:05:59.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-15T07:05:59.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-08-15T07:05:59.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38962026-08-15T07:05:59.672Z
38972026-08-15T07:05:59.672Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/336)
38982026-08-15T07:06:00.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-15T07:06:00.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-15T07:06:00.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-08-15T07:06:00.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39022026-08-15T07:06:00.283Z
39032026-08-15T07:06:00.283Zinfo: running `cargo check --bins` on oximeter-producer (195/336)
39042026-08-15T07:06:00.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-15T07:06:00.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-15T07:06:00.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-08-15T07:06:00.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39082026-08-15T07:06:00.915Z
39092026-08-15T07:06:00.915Zinfo: running `cargo check --bins` on internal-dns-resolver (196/336)
39102026-08-15T07:06:01.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-15T07:06:01.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-15T07:06:01.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-08-15T07:06:01.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39142026-08-15T07:06:01.515Z
39152026-08-15T07:06:01.515Zinfo: running `cargo check --bins` on dns-server (197/336)
39162026-08-15T07:06:02.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-15T07:06:02.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-15T07:06:02.193Z Compiling parking_lot_core v0.8.6
39192026-08-15T07:06:02.196Z Compiling git-stub v1.0.0
39202026-08-15T07:06:02.196Z Checking prefix-trie v0.7.0
39212026-08-15T07:06:02.317Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
39222026-08-15T07:06:02.429Z Compiling git-stub-vcs v0.1.0
39232026-08-15T07:06:02.596Z Checking hickory-server v0.25.2
39242026-08-15T07:06:02.701Z Checking parking_lot v0.11.2
39252026-08-15T07:06:02.732Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39262026-08-15T07:06:02.870Z Checking sled v0.34.7
39272026-08-15T07:06:04.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
39282026-08-15T07:06:04.842Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39292026-08-15T07:06:04.842Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39302026-08-15T07:06:05.016Z
39312026-08-15T07:06:05.016Zinfo: running `cargo check --bins` on dns-server-api (198/336)
39322026-08-15T07:06:05.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-08-15T07:06:05.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-08-15T07:06:05.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-08-15T07:06:05.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39362026-08-15T07:06:05.622Z
39372026-08-15T07:06:05.623Zinfo: running `cargo check --bins` on nexus-client (199/336)
39382026-08-15T07:06:06.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-08-15T07:06:06.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-08-15T07:06:06.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-08-15T07:06:06.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39422026-08-15T07:06:06.250Z
39432026-08-15T07:06:06.250Zinfo: running `cargo check --bins` on oximeter-producer-api (200/336)
39442026-08-15T07:06:06.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-08-15T07:06:06.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-08-15T07:06:06.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-08-15T07:06:06.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39482026-08-15T07:06:06.847Z
39492026-08-15T07:06:06.847Zinfo: running `cargo check --bins` on sp-sim (201/336)
39502026-08-15T07:06:07.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-08-15T07:06:07.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-08-15T07:06:07.585Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
39532026-08-15T07:06:08.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
39542026-08-15T07:06:08.122Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39552026-08-15T07:06:08.122Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39562026-08-15T07:06:08.312Z
39572026-08-15T07:06:08.312Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/336)
39582026-08-15T07:06:08.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-15T07:06:08.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-15T07:06:09.172Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
39612026-08-15T07:06:09.307Z Checking libscf-sys v1.2.0
39622026-08-15T07:06:09.316Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39632026-08-15T07:06:09.319Z Compiling blake3 v1.8.5
39642026-08-15T07:06:09.319Z Compiling dashu-int v0.5.1
39652026-08-15T07:06:09.349Z Checking papergrid v0.18.0
39662026-08-15T07:06:09.352Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
39672026-08-15T07:06:09.352Z Checking ssh-encoding v0.2.0
39682026-08-15T07:06:09.415Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
39692026-08-15T07:06:09.472Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39702026-08-15T07:06:09.531Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
39712026-08-15T07:06:09.558Z Checking dashu-base v0.5.1
39722026-08-15T07:06:09.612Z Checking num-modular v0.6.4
39732026-08-15T07:06:09.720Z Compiling rlimit v0.10.2
39742026-08-15T07:06:09.771Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
39752026-08-15T07:06:09.791Z Checking constant_time_eq v0.4.2
39762026-08-15T07:06:09.921Z Checking arrayref v0.3.9
39772026-08-15T07:06:09.925Z Checking arrayvec v0.7.6
39782026-08-15T07:06:10.068Z Checking ssh-cipher v0.2.0
39792026-08-15T07:06:10.108Z Checking tabled v0.21.0
39802026-08-15T07:06:10.123Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
39812026-08-15T07:06:10.149Z Checking tungstenite v0.28.0
39822026-08-15T07:06:10.179Z Checking p256 v0.13.2
39832026-08-15T07:06:10.194Z Checking itertools v0.15.0
39842026-08-15T07:06:10.428Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
39852026-08-15T07:06:10.443Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
39862026-08-15T07:06:10.505Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
39872026-08-15T07:06:10.580Z Compiling unicase v2.9.0
39882026-08-15T07:06:10.728Z Checking num-primitive v0.2.1
39892026-08-15T07:06:10.782Z Compiling illumos-nvpair-sys v0.2.0
39902026-08-15T07:06:10.811Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
39912026-08-15T07:06:10.988Z Compiling mime_guess v2.0.5
39922026-08-15T07:06:11.051Z Checking tokio-tungstenite v0.28.0
39932026-08-15T07:06:11.097Z Checking ssh-key v0.6.7
39942026-08-15T07:06:11.265Z Checking dsi-bitstream v0.10.1
39952026-08-15T07:06:11.321Z Compiling progenitor-impl v0.13.0
39962026-08-15T07:06:11.335Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
39972026-08-15T07:06:11.446Z Checking bytesize v2.7.0
39982026-08-15T07:06:11.509Z Checking crc8 v0.1.1
39992026-08-15T07:06:11.605Z Checking http-range-header v0.4.2
40002026-08-15T07:06:11.646Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
40012026-08-15T07:06:11.677Z Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
40022026-08-15T07:06:11.845Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
40032026-08-15T07:06:12.236Z Checking progenitor-client v0.13.0
40042026-08-15T07:06:12.239Z Checking http-range v0.1.5
40052026-08-15T07:06:12.478Z Compiling seq-macro v0.3.6
40062026-08-15T07:06:12.736Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40072026-08-15T07:06:12.769Z Checking sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
40082026-08-15T07:06:12.785Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
40092026-08-15T07:06:12.867Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40102026-08-15T07:06:12.922Z Checking illumos-nvpair v0.3.0
40112026-08-15T07:06:12.972Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
40122026-08-15T07:06:13.081Z Checking scuffle v0.1.0
40132026-08-15T07:06:13.274Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40142026-08-15T07:06:13.315Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
40152026-08-15T07:06:13.498Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
40162026-08-15T07:06:13.651Z Checking pwd v1.4.0
40172026-08-15T07:06:13.700Z Checking lru v0.18.2
40182026-08-15T07:06:13.789Z Checking nanorand v0.7.0
40192026-08-15T07:06:13.876Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
40202026-08-15T07:06:13.892Z Compiling progenitor-macro v0.13.0
40212026-08-15T07:06:13.917Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
40222026-08-15T07:06:13.989Z Checking flume v0.11.1
40232026-08-15T07:06:14.020Z Checking before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
40242026-08-15T07:06:14.057Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
40252026-08-15T07:06:14.094Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
40262026-08-15T07:06:14.228Z Checking hyper-staticfile v0.10.1
40272026-08-15T07:06:14.244Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40282026-08-15T07:06:14.462Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
40292026-08-15T07:06:14.506Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
40302026-08-15T07:06:14.523Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40312026-08-15T07:06:14.537Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
40322026-08-15T07:06:14.863Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
40332026-08-15T07:06:14.932Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40342026-08-15T07:06:15.043Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
40352026-08-15T07:06:15.175Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40362026-08-15T07:06:15.252Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
40372026-08-15T07:06:17.540Z Checking progenitor v0.13.0
40382026-08-15T07:06:17.689Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
40392026-08-15T07:06:18.085Z Checking sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
40402026-08-15T07:06:18.901Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
40412026-08-15T07:06:19.064Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
40422026-08-15T07:06:33.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.34s
40432026-08-15T07:06:33.659Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40442026-08-15T07:06:33.659Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40452026-08-15T07:06:33.880Z
40462026-08-15T07:06:33.880Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/336)
40472026-08-15T07:06:34.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-15T07:06:34.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-15T07:06:34.688Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40502026-08-15T07:06:45.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
40512026-08-15T07:06:45.443Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40522026-08-15T07:06:45.443Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40532026-08-15T07:06:45.648Z
40542026-08-15T07:06:45.649Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/336)
40552026-08-15T07:06:46.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-15T07:06:46.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-15T07:06:46.452Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40582026-08-15T07:06:57.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
40592026-08-15T07:06:57.299Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40602026-08-15T07:06:57.299Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40612026-08-15T07:06:57.505Z
40622026-08-15T07:06:57.505Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/336)
40632026-08-15T07:06:58.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-08-15T07:06:58.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-08-15T07:06:58.305Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40662026-08-15T07:07:09.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
40672026-08-15T07:07:09.072Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40682026-08-15T07:07:09.072Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40692026-08-15T07:07:09.282Z
40702026-08-15T07:07:09.282Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/336)
40712026-08-15T07:07:09.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-15T07:07:09.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-15T07:07:10.086Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40742026-08-15T07:07:20.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
40752026-08-15T07:07:20.861Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40762026-08-15T07:07:20.861Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40772026-08-15T07:07:21.067Z
40782026-08-15T07:07:21.067Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/336)
40792026-08-15T07:07:21.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-08-15T07:07:21.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-08-15T07:07:21.869Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40822026-08-15T07:07:32.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
40832026-08-15T07:07:32.668Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40842026-08-15T07:07:32.668Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40852026-08-15T07:07:32.870Z
40862026-08-15T07:07:32.870Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/336)
40872026-08-15T07:07:33.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-15T07:07:33.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-15T07:07:33.673Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40902026-08-15T07:07:44.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
40912026-08-15T07:07:44.553Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40922026-08-15T07:07:44.553Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40932026-08-15T07:07:44.758Z
40942026-08-15T07:07:44.758Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/336)
40952026-08-15T07:07:45.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-15T07:07:45.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-15T07:07:45.563Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40982026-08-15T07:07:56.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
40992026-08-15T07:07:56.463Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41002026-08-15T07:07:56.463Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41012026-08-15T07:07:56.668Z
41022026-08-15T07:07:56.668Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/336)
41032026-08-15T07:07:57.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-08-15T07:07:57.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-08-15T07:07:57.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-08-15T07:07:57.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41072026-08-15T07:07:57.271Z
41082026-08-15T07:07:57.271Zinfo: running `cargo check --bins` on installinator-common (211/336)
41092026-08-15T07:07:57.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-08-15T07:07:57.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-08-15T07:07:57.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-08-15T07:07:57.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41132026-08-15T07:07:57.887Z
41142026-08-15T07:07:57.887Zinfo: running `cargo check --bins` on installinator-common-versions (212/336)
41152026-08-15T07:07:58.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-15T07:07:58.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-15T07:07:58.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-08-15T07:07:58.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41192026-08-15T07:07:58.477Z
41202026-08-15T07:07:58.477Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/336)
41212026-08-15T07:07:59.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-08-15T07:07:59.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-08-15T07:07:59.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-08-15T07:07:59.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41252026-08-15T07:07:59.110Z
41262026-08-15T07:07:59.110Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/336)
41272026-08-15T07:07:59.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-15T07:07:59.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-15T07:07:59.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-15T07:07:59.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41312026-08-15T07:07:59.714Z
41322026-08-15T07:07:59.714Zinfo: running `cargo check --bins` on range-requests (215/336)
41332026-08-15T07:08:00.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-15T07:08:00.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-15T07:08:00.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-08-15T07:08:00.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41372026-08-15T07:08:00.312Z
41382026-08-15T07:08:00.312Zinfo: running `cargo check --bins` on repo-depot-api (216/336)
41392026-08-15T07:08:00.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-08-15T07:08:00.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-08-15T07:08:00.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-08-15T07:08:00.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41432026-08-15T07:08:00.915Z
41442026-08-15T07:08:00.915Zinfo: running `cargo check --bins` on repo-depot-client (217/336)
41452026-08-15T07:08:01.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-08-15T07:08:01.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-08-15T07:08:01.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-08-15T07:08:01.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41492026-08-15T07:08:01.500Z
41502026-08-15T07:08:01.500Zinfo: running `cargo check --bins` on sled-agent-api (218/336)
41512026-08-15T07:08:02.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-15T07:08:02.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-15T07:08:02.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-15T07:08:02.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41552026-08-15T07:08:02.117Z
41562026-08-15T07:08:02.117Zinfo: running `cargo check --bins` on sled-diagnostics (219/336)
41572026-08-15T07:08:02.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-15T07:08:02.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-15T07:08:02.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-15T07:08:02.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41612026-08-15T07:08:02.731Z
41622026-08-15T07:08:02.731Zinfo: running `cargo check --bins` on zfs-test-harness (220/336)
41632026-08-15T07:08:03.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-15T07:08:03.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-15T07:08:03.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-15T07:08:03.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41672026-08-15T07:08:03.349Z
41682026-08-15T07:08:03.349Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/336)
41692026-08-15T07:08:03.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-15T07:08:03.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-15T07:08:03.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-08-15T07:08:03.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41732026-08-15T07:08:03.971Z
41742026-08-15T07:08:03.971Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/336)
41752026-08-15T07:08:04.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-15T07:08:04.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-15T07:08:04.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41782026-08-15T07:08:04.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41792026-08-15T07:08:04.593Z
41802026-08-15T07:08:04.593Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/336)
41812026-08-15T07:08:05.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41822026-08-15T07:08:05.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41832026-08-15T07:08:05.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41842026-08-15T07:08:05.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41852026-08-15T07:08:05.205Z
41862026-08-15T07:08:05.205Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/336)
41872026-08-15T07:08:05.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-08-15T07:08:05.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-08-15T07:08:05.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-08-15T07:08:05.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41912026-08-15T07:08:05.823Z
41922026-08-15T07:08:05.823Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/336)
41932026-08-15T07:08:06.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-08-15T07:08:06.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-08-15T07:08:06.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-08-15T07:08:06.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41972026-08-15T07:08:06.446Z
41982026-08-15T07:08:06.446Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/336)
41992026-08-15T07:08:06.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-15T07:08:06.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-15T07:08:06.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-08-15T07:08:06.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42032026-08-15T07:08:07.069Z
42042026-08-15T07:08:07.069Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/336)
42052026-08-15T07:08:07.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-08-15T07:08:07.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-08-15T07:08:07.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-08-15T07:08:07.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42092026-08-15T07:08:07.693Z
42102026-08-15T07:08:07.693Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/336)
42112026-08-15T07:08:08.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-08-15T07:08:08.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-08-15T07:08:08.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-08-15T07:08:08.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42152026-08-15T07:08:08.333Z
42162026-08-15T07:08:08.334Zinfo: running `cargo check --bins` on trust-quorum (229/336)
42172026-08-15T07:08:08.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-08-15T07:08:08.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-08-15T07:08:08.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-08-15T07:08:08.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42212026-08-15T07:08:08.955Z
42222026-08-15T07:08:08.956Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/336)
42232026-08-15T07:08:09.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-15T07:08:09.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-15T07:08:09.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-08-15T07:08:09.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42272026-08-15T07:08:09.589Z
42282026-08-15T07:08:09.589Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/336)
42292026-08-15T07:08:10.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-08-15T07:08:10.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-08-15T07:08:10.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-08-15T07:08:10.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42332026-08-15T07:08:10.233Z
42342026-08-15T07:08:10.233Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/336)
42352026-08-15T07:08:10.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-08-15T07:08:10.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-08-15T07:08:10.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-08-15T07:08:10.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42392026-08-15T07:08:10.885Z
42402026-08-15T07:08:10.886Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/336)
42412026-08-15T07:08:11.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-08-15T07:08:11.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-08-15T07:08:11.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-08-15T07:08:11.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42452026-08-15T07:08:11.469Z
42462026-08-15T07:08:11.469Zinfo: running `cargo check --bins` on transient-dns-server (234/336)
42472026-08-15T07:08:11.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-08-15T07:08:11.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-08-15T07:08:11.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-08-15T07:08:11.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42512026-08-15T07:08:12.073Z
42522026-08-15T07:08:12.073Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/336)
42532026-08-15T07:08:12.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-15T07:08:12.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-15T07:08:12.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-15T07:08:12.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42572026-08-15T07:08:12.686Z
42582026-08-15T07:08:12.686Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/336)
42592026-08-15T07:08:13.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-15T07:08:13.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-15T07:08:13.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-15T07:08:13.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42632026-08-15T07:08:13.297Z
42642026-08-15T07:08:13.297Zinfo: running `cargo check --bins` on omicron-rpaths (237/336)
42652026-08-15T07:08:13.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-15T07:08:13.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-15T07:08:13.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-15T07:08:13.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42692026-08-15T07:08:13.884Z
42702026-08-15T07:08:13.884Zinfo: running `cargo check --bins` on omicron-repl-utils (238/336)
42712026-08-15T07:08:14.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-15T07:08:14.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-15T07:08:14.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-15T07:08:14.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42752026-08-15T07:08:14.476Z
42762026-08-15T07:08:14.476Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/336)
42772026-08-15T07:08:14.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-15T07:08:15.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-15T07:08:15.200Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
42802026-08-15T07:08:15.622Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42812026-08-15T07:08:16.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s
42822026-08-15T07:08:16.837Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42832026-08-15T07:08:16.837Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42842026-08-15T07:08:17.019Z
42852026-08-15T07:08:17.019Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/336)
42862026-08-15T07:08:17.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-08-15T07:08:17.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-08-15T07:08:17.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-08-15T07:08:17.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42902026-08-15T07:08:17.616Z
42912026-08-15T07:08:17.616Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/336)
42922026-08-15T07:08:18.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-15T07:08:18.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-15T07:08:18.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-15T07:08:18.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42962026-08-15T07:08:18.216Z
42972026-08-15T07:08:18.216Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/336)
42982026-08-15T07:08:18.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-15T07:08:18.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-15T07:08:18.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-08-15T07:08:18.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43022026-08-15T07:08:18.826Z
43032026-08-15T07:08:18.826Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/336)
43042026-08-15T07:08:19.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-08-15T07:08:19.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-08-15T07:08:19.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-08-15T07:08:19.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43082026-08-15T07:08:19.435Z
43092026-08-15T07:08:19.435Zinfo: running `cargo check --bins` on installinator-client (244/336)
43102026-08-15T07:08:19.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-08-15T07:08:19.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-08-15T07:08:19.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-08-15T07:08:19.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43142026-08-15T07:08:20.043Z
43152026-08-15T07:08:20.043Zinfo: running `cargo check --bins` on oxide-client (245/336)
43162026-08-15T07:08:20.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-08-15T07:08:20.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-08-15T07:08:20.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-08-15T07:08:20.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43202026-08-15T07:08:20.638Z
43212026-08-15T07:08:20.638Zinfo: running `cargo check --bins` on oximeter-client (246/336)
43222026-08-15T07:08:21.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-08-15T07:08:21.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-08-15T07:08:21.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-08-15T07:08:21.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43262026-08-15T07:08:21.245Z
43272026-08-15T07:08:21.245Zinfo: running `cargo check --bins` on wicketd-client (247/336)
43282026-08-15T07:08:21.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-15T07:08:21.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-15T07:08:21.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-08-15T07:08:21.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43322026-08-15T07:08:21.876Z
43332026-08-15T07:08:21.877Zinfo: running `cargo check --bins` on wicket-common (248/336)
43342026-08-15T07:08:22.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-08-15T07:08:22.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-08-15T07:08:22.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-08-15T07:08:22.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43382026-08-15T07:08:22.496Z
43392026-08-15T07:08:22.496Zinfo: running `cargo check --bins` on wicketd-commission-client (249/336)
43402026-08-15T07:08:23.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-08-15T07:08:23.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-08-15T07:08:23.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-08-15T07:08:23.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43442026-08-15T07:08:23.109Z
43452026-08-15T07:08:23.109Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/336)
43462026-08-15T07:08:23.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-08-15T07:08:23.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-08-15T07:08:23.819Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43492026-08-15T07:08:23.933Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
43502026-08-15T07:08:25.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
43512026-08-15T07:08:25.035Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43522026-08-15T07:08:25.035Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43532026-08-15T07:08:25.218Z
43542026-08-15T07:08:25.218Zinfo: running `cargo check --bins` on cockroach-admin-api (251/336)
43552026-08-15T07:08:25.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-15T07:08:25.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-15T07:08:25.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43582026-08-15T07:08:25.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43592026-08-15T07:08:25.828Z
43602026-08-15T07:08:25.828Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/336)
43612026-08-15T07:08:26.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-08-15T07:08:26.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-08-15T07:08:26.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43642026-08-15T07:08:26.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43652026-08-15T07:08:26.511Z
43662026-08-15T07:08:26.511Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/336)
43672026-08-15T07:08:27.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-08-15T07:08:27.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-08-15T07:08:27.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-08-15T07:08:27.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43712026-08-15T07:08:27.197Z
43722026-08-15T07:08:27.197Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/336)
43732026-08-15T07:08:27.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-08-15T07:08:27.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-08-15T07:08:27.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43762026-08-15T07:08:27.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43772026-08-15T07:08:27.846Z
43782026-08-15T07:08:27.846Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/336)
43792026-08-15T07:08:28.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-08-15T07:08:28.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-08-15T07:08:28.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-08-15T07:08:28.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43832026-08-15T07:08:28.497Z
43842026-08-15T07:08:28.497Zinfo: running `cargo check --bins` on db-macros (256/336)
43852026-08-15T07:08:28.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-15T07:08:28.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-15T07:08:28.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-08-15T07:08:29.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43892026-08-15T07:08:29.089Z
43902026-08-15T07:08:29.089Zinfo: running `cargo check --bins` on nexus-macros-common (257/336)
43912026-08-15T07:08:29.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-15T07:08:29.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-15T07:08:29.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-08-15T07:08:29.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43952026-08-15T07:08:29.680Z
43962026-08-15T07:08:29.680Zinfo: running `cargo check --bins` on nexus-auth (258/336)
43972026-08-15T07:08:30.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-15T07:08:30.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-15T07:08:30.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-08-15T07:08:30.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44012026-08-15T07:08:30.332Z
44022026-08-15T07:08:30.332Zinfo: running `cargo check --bins` on authz-macros (259/336)
44032026-08-15T07:08:30.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-15T07:08:30.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-15T07:08:30.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-15T07:08:30.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44072026-08-15T07:08:30.925Z
44082026-08-15T07:08:30.925Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/336)
44092026-08-15T07:08:31.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-15T07:08:31.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-15T07:08:31.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-15T07:08:31.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44132026-08-15T07:08:31.565Z
44142026-08-15T07:08:31.565Zinfo: running `cargo check --bins` on nexus-db-model (261/336)
44152026-08-15T07:08:32.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-15T07:08:32.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-15T07:08:32.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-15T07:08:32.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44192026-08-15T07:08:32.202Z
44202026-08-15T07:08:32.202Zinfo: running `cargo check --bins` on nexus-db-schema (262/336)
44212026-08-15T07:08:32.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-15T07:08:32.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-15T07:08:32.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-15T07:08:32.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44252026-08-15T07:08:32.798Z
44262026-08-15T07:08:32.799Zinfo: running `cargo check --bins` on nexus-defaults (263/336)
44272026-08-15T07:08:33.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-15T07:08:33.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-15T07:08:33.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-15T07:08:33.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44312026-08-15T07:08:33.405Z
44322026-08-15T07:08:33.405Zinfo: running `cargo check --bins` on omicron-git-version (264/336)
44332026-08-15T07:08:33.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-15T07:08:33.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-15T07:08:33.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-15T07:08:33.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44372026-08-15T07:08:33.995Z
44382026-08-15T07:08:33.995Zinfo: running `cargo check --bins` on nexus-db-errors (265/336)
44392026-08-15T07:08:34.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-15T07:08:34.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-15T07:08:34.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-15T07:08:34.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44432026-08-15T07:08:34.647Z
44442026-08-15T07:08:34.647Zinfo: running `cargo check --bins` on nexus-db-lookup (266/336)
44452026-08-15T07:08:35.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-15T07:08:35.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-15T07:08:35.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-15T07:08:35.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44492026-08-15T07:08:35.295Z
44502026-08-15T07:08:35.295Zinfo: running `cargo check --bins` on nexus-test-interface (267/336)
44512026-08-15T07:08:35.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-15T07:08:35.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-15T07:08:35.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-08-15T07:08:35.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44552026-08-15T07:08:35.949Z
44562026-08-15T07:08:35.949Zinfo: running `cargo check --bins` on oximeter-collector (268/336)
44572026-08-15T07:08:36.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-08-15T07:08:36.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-08-15T07:08:36.704Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
44602026-08-15T07:08:36.704Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
44612026-08-15T07:08:37.390Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44622026-08-15T07:08:39.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
44632026-08-15T07:08:39.116Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44642026-08-15T07:08:39.116Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44652026-08-15T07:08:39.305Z
44662026-08-15T07:08:39.305Zinfo: running `cargo check --bins` on oximeter-api (269/336)
44672026-08-15T07:08:39.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-08-15T07:08:39.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-08-15T07:08:39.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-08-15T07:08:39.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44712026-08-15T07:08:39.902Z
44722026-08-15T07:08:39.902Zinfo: running `cargo check --bins` on cert-dev (270/336)
44732026-08-15T07:08:40.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-15T07:08:40.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-15T07:08:40.553Z Checking yasna v0.5.2
44762026-08-15T07:08:40.970Z Checking rcgen v0.12.1
44772026-08-15T07:08:41.221Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
44782026-08-15T07:08:41.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44792026-08-15T07:08:41.417Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44802026-08-15T07:08:41.417Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44812026-08-15T07:08:41.583Z
44822026-08-15T07:08:41.583Zinfo: running `cargo check --bins` on clickana (271/336)
44832026-08-15T07:08:42.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-08-15T07:08:42.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-08-15T07:08:42.268Z Compiling instability v0.3.11
44862026-08-15T07:08:42.271Z Checking castaway v0.2.4
44872026-08-15T07:08:42.271Z Compiling indoc v2.0.7
44882026-08-15T07:08:42.271Z Checking lru v0.12.5
44892026-08-15T07:08:42.271Z Checking unicode-truncate v1.1.0
44902026-08-15T07:08:42.409Z Checking cassowary v0.3.0
44912026-08-15T07:08:42.470Z Checking compact_str v0.8.1
44922026-08-15T07:08:43.290Z Checking ratatui v0.29.0
44932026-08-15T07:08:44.350Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
44942026-08-15T07:08:45.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
44952026-08-15T07:08:45.127Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44962026-08-15T07:08:45.127Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44972026-08-15T07:08:45.291Z
44982026-08-15T07:08:45.291Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/336)
44992026-08-15T07:08:45.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-08-15T07:08:45.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-08-15T07:08:46.041Z Checking headers-core v0.3.0
45022026-08-15T07:08:46.044Z Checking port-file v0.1.0
45032026-08-15T07:08:46.045Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
45042026-08-15T07:08:46.242Z Checking headers v0.4.1
45052026-08-15T07:08:46.622Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45062026-08-15T07:08:47.582Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45072026-08-15T07:08:48.113Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45082026-08-15T07:08:48.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
45092026-08-15T07:08:48.561Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45102026-08-15T07:08:48.561Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45112026-08-15T07:08:48.750Z
45122026-08-15T07:08:48.750Zinfo: running `cargo check --bins` on ch-dev (273/336)
45132026-08-15T07:08:49.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-08-15T07:08:49.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-08-15T07:08:49.497Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
45162026-08-15T07:08:50.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
45172026-08-15T07:08:50.272Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45182026-08-15T07:08:50.272Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45192026-08-15T07:08:50.462Z
45202026-08-15T07:08:50.462Zinfo: running `cargo check --bins` on dev-tools-common (274/336)
45212026-08-15T07:08:50.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-08-15T07:08:50.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-08-15T07:08:50.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-08-15T07:08:50.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
45252026-08-15T07:08:50.895Z
45262026-08-15T07:08:50.895Zinfo: running `cargo check --bins` on corpus-adjust (275/336)
45272026-08-15T07:08:51.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-08-15T07:08:51.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-08-15T07:08:51.559Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
45302026-08-15T07:08:51.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
45312026-08-15T07:08:51.949Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45322026-08-15T07:08:51.950Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45332026-08-15T07:08:52.124Z
45342026-08-15T07:08:52.124Zinfo: running `cargo check --bins` on crdb-seed (276/336)
45352026-08-15T07:08:52.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-15T07:08:52.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-15T07:08:52.869Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45382026-08-15T07:08:53.968Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45392026-08-15T07:08:54.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45402026-08-15T07:08:54.334Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45412026-08-15T07:08:54.334Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45422026-08-15T07:08:54.523Z
45432026-08-15T07:08:54.523Zinfo: running `cargo check --bins` on db-dev (277/336)
45442026-08-15T07:08:55.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-08-15T07:08:55.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-08-15T07:08:55.268Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
45472026-08-15T07:08:56.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
45482026-08-15T07:08:56.051Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45492026-08-15T07:08:56.051Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45502026-08-15T07:08:56.243Z
45512026-08-15T07:08:56.243Zinfo: running `cargo check --bins` on omicron-dev-lib (278/336)
45522026-08-15T07:08:56.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-08-15T07:08:56.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-08-15T07:08:56.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45552026-08-15T07:08:56.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45562026-08-15T07:08:56.881Z
45572026-08-15T07:08:56.881Zinfo: running `cargo check --bins` on xtask-downloader (279/336)
45582026-08-15T07:08:57.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-08-15T07:08:57.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-08-15T07:08:57.536Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
45612026-08-15T07:08:58.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45622026-08-15T07:08:58.240Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45632026-08-15T07:08:58.240Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45642026-08-15T07:08:58.407Z
45652026-08-15T07:08:58.407Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/336)
45662026-08-15T07:08:58.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-08-15T07:08:58.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-08-15T07:08:59.188Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
45692026-08-15T07:08:59.188Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
45702026-08-15T07:08:59.191Z Checking git-stub v1.0.0
45712026-08-15T07:08:59.191Z Compiling trait-variant v0.1.2
45722026-08-15T07:08:59.191Z Checking maplit v1.0.2
45732026-08-15T07:08:59.310Z Checking is_ci v1.2.0
45742026-08-15T07:08:59.353Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45752026-08-15T07:08:59.357Z Checking drift v0.2.0
45762026-08-15T07:08:59.404Z Checking supports-color v3.0.2
45772026-08-15T07:08:59.408Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45782026-08-15T07:08:59.446Z Checking git-stub-vcs v0.1.0
45792026-08-15T07:08:59.535Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45802026-08-15T07:08:59.556Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45812026-08-15T07:08:59.571Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45822026-08-15T07:08:59.643Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
45832026-08-15T07:08:59.709Z Checking dropshot-api-manager v0.7.2
45842026-08-15T07:08:59.767Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
45852026-08-15T07:08:59.841Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45862026-08-15T07:09:00.056Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
45872026-08-15T07:09:00.580Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45882026-08-15T07:09:01.533Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45892026-08-15T07:09:02.540Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45902026-08-15T07:09:03.296Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
45912026-08-15T07:09:03.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
45922026-08-15T07:09:03.760Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45932026-08-15T07:09:03.760Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45942026-08-15T07:09:03.956Z
45952026-08-15T07:09:03.957Zinfo: running `cargo check --bins` on installinator-api (281/336)
45962026-08-15T07:09:04.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-08-15T07:09:04.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-08-15T07:09:04.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45992026-08-15T07:09:04.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46002026-08-15T07:09:04.566Z
46012026-08-15T07:09:04.566Zinfo: running `cargo check --bins` on nexus-external-api (282/336)
46022026-08-15T07:09:05.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-08-15T07:09:05.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-08-15T07:09:05.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46052026-08-15T07:09:05.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
46062026-08-15T07:09:05.209Z
46072026-08-15T07:09:05.209Zinfo: running `cargo check --bins` on nexus-internal-api (283/336)
46082026-08-15T07:09:05.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-08-15T07:09:05.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-08-15T07:09:05.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46112026-08-15T07:09:05.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
46122026-08-15T07:09:05.844Z
46132026-08-15T07:09:05.844Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/336)
46142026-08-15T07:09:06.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-08-15T07:09:06.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-08-15T07:09:06.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-08-15T07:09:06.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46182026-08-15T07:09:06.484Z
46192026-08-15T07:09:06.484Zinfo: running `cargo check --bins` on ntp-admin-api (285/336)
46202026-08-15T07:09:06.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-08-15T07:09:06.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-08-15T07:09:06.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46232026-08-15T07:09:07.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46242026-08-15T07:09:07.091Z
46252026-08-15T07:09:07.091Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/336)
46262026-08-15T07:09:07.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-08-15T07:09:07.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-08-15T07:09:07.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46292026-08-15T07:09:07.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46302026-08-15T07:09:07.696Z
46312026-08-15T07:09:07.696Zinfo: running `cargo check --bins` on wicketd-api (287/336)
46322026-08-15T07:09:08.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-08-15T07:09:08.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-08-15T07:09:08.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46352026-08-15T07:09:08.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46362026-08-15T07:09:08.319Z
46372026-08-15T07:09:08.319Zinfo: running `cargo check --bins` on wicketd-commission-api (288/336)
46382026-08-15T07:09:08.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-08-15T07:09:08.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-08-15T07:09:08.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-08-15T07:09:08.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46422026-08-15T07:09:08.942Z
46432026-08-15T07:09:08.942Zinfo: running `cargo check --bins` on omicron-ls-apis (289/336)
46442026-08-15T07:09:09.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-08-15T07:09:09.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-08-15T07:09:09.617Z Checking cargo-platform v0.3.2
46472026-08-15T07:09:09.617Z Checking topological-sort v0.2.2
46482026-08-15T07:09:09.620Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
46492026-08-15T07:09:09.829Z Checking omicron-zone-package v0.12.3
46502026-08-15T07:09:09.870Z Checking cargo_metadata v0.23.1
46512026-08-15T07:09:10.571Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
46522026-08-15T07:09:11.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
46532026-08-15T07:09:11.431Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46542026-08-15T07:09:11.431Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46552026-08-15T07:09:11.599Z
46562026-08-15T07:09:11.599Zinfo: running `cargo check --bins` on mgs-dev (290/336)
46572026-08-15T07:09:12.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-08-15T07:09:12.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-08-15T07:09:12.352Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46602026-08-15T07:09:12.990Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
46612026-08-15T07:09:13.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
46622026-08-15T07:09:13.512Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46632026-08-15T07:09:13.512Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46642026-08-15T07:09:13.707Z
46652026-08-15T07:09:13.707Zinfo: running `cargo check --bins` on omicron-omdb (291/336)
46662026-08-15T07:09:14.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-08-15T07:09:14.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-08-15T07:09:14.745Z Compiling darling_core v0.21.3
46692026-08-15T07:09:14.745Z Compiling vergen-lib v0.1.6
46702026-08-15T07:09:14.745Z Compiling diesel_derives v2.3.7
46712026-08-15T07:09:14.745Z Checking scheduled-thread-pool v0.2.7
46722026-08-15T07:09:14.749Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46732026-08-15T07:09:14.749Z Compiling vergen-gitcl v1.0.8
46742026-08-15T07:09:14.749Z Compiling diesel_table_macro_syntax v0.3.0
46752026-08-15T07:09:14.922Z Compiling dirs-sys-next v0.1.2
46762026-08-15T07:09:15.077Z Compiling glob v0.3.3
46772026-08-15T07:09:15.093Z Compiling crunchy v0.2.4
46782026-08-15T07:09:15.096Z Checking r2d2 v0.8.10
46792026-08-15T07:09:15.130Z Compiling dirs-next v2.0.0
46802026-08-15T07:09:15.260Z Checking downcast-rs v2.0.2
46812026-08-15T07:09:15.280Z Compiling tiny-keccak v2.0.2
46822026-08-15T07:09:15.297Z Compiling term v0.7.0
46832026-08-15T07:09:15.359Z Compiling bit-vec v0.6.3
46842026-08-15T07:09:15.453Z Compiling clang-sys v1.8.1
46852026-08-15T07:09:15.555Z Compiling bit-set v0.5.3
46862026-08-15T07:09:15.588Z Compiling ascii-canvas v3.0.0
46872026-08-15T07:09:15.719Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46882026-08-15T07:09:15.835Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46892026-08-15T07:09:15.851Z Compiling itertools v0.10.5
46902026-08-15T07:09:15.869Z Compiling ena v0.14.4
46912026-08-15T07:09:15.909Z Compiling libloading v0.8.9
46922026-08-15T07:09:15.943Z Compiling diff v0.1.13
46932026-08-15T07:09:15.989Z Compiling regex-syntax v0.6.29
46942026-08-15T07:09:16.072Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
46952026-08-15T07:09:16.089Z Compiling bindgen v0.71.1
46962026-08-15T07:09:16.232Z Compiling cexpr v0.6.0
46972026-08-15T07:09:16.488Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46982026-08-15T07:09:16.680Z Compiling rustc-hash v2.1.1
46992026-08-15T07:09:16.819Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47002026-08-15T07:09:16.894Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
47012026-08-15T07:09:16.910Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
47022026-08-15T07:09:16.933Z Compiling libxml v0.3.3
47032026-08-15T07:09:17.181Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47042026-08-15T07:09:17.204Z Compiling strum_macros v0.24.3
47052026-08-15T07:09:17.223Z Compiling indoc v1.0.9
47062026-08-15T07:09:17.372Z Compiling lalrpop v0.19.12
47072026-08-15T07:09:17.405Z Compiling darling_macro v0.21.3
47082026-08-15T07:09:17.927Z Compiling darling v0.21.3
47092026-08-15T07:09:18.024Z Compiling dsl_auto_type v0.2.0
47102026-08-15T07:09:18.142Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47112026-08-15T07:09:18.339Z Checking derive_builder v0.20.2
47122026-08-15T07:09:18.462Z Compiling oso-derive v0.27.3
47132026-08-15T07:09:18.534Z Checking quick-xml v0.37.5
47142026-08-15T07:09:18.659Z Compiling impl-trait-for-tuples v0.2.3
47152026-08-15T07:09:18.972Z Checking openssl-probe v0.1.6
47162026-08-15T07:09:19.118Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47172026-08-15T07:09:19.413Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47182026-08-15T07:09:19.609Z Checking bb8 v0.8.6
47192026-08-15T07:09:19.692Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47202026-08-15T07:09:19.849Z Checking nonempty v0.12.0
47212026-08-15T07:09:19.901Z Compiling libz-sys v1.1.24
47222026-08-15T07:09:19.923Z Compiling strsim v0.10.0
47232026-08-15T07:09:20.018Z Compiling libgit2-sys v0.18.3+1.9.2
47242026-08-15T07:09:20.201Z Compiling darling_core v0.13.4
47252026-08-15T07:09:20.255Z Compiling vergen-git2 v9.1.0
47262026-08-15T07:09:20.477Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47272026-08-15T07:09:20.499Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47282026-08-15T07:09:20.746Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47292026-08-15T07:09:20.966Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47302026-08-15T07:09:21.157Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47312026-08-15T07:09:21.349Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47322026-08-15T07:09:21.540Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47332026-08-15T07:09:21.557Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47342026-08-15T07:09:21.729Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47352026-08-15T07:09:21.920Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47362026-08-15T07:09:22.078Z Compiling darling_macro v0.13.4
47372026-08-15T07:09:22.113Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47382026-08-15T07:09:22.302Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47392026-08-15T07:09:22.566Z Compiling darling v0.13.4
47402026-08-15T07:09:22.672Z Compiling serde_with_macros v1.5.2
47412026-08-15T07:09:22.718Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
47422026-08-15T07:09:23.109Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47432026-08-15T07:09:23.509Z Compiling serde_with v1.14.0
47442026-08-15T07:09:23.696Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47452026-08-15T07:09:23.862Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47462026-08-15T07:09:23.885Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47472026-08-15T07:09:23.943Z Checking diesel v2.3.7
47482026-08-15T07:09:24.644Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
47492026-08-15T07:09:25.568Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47502026-08-15T07:09:25.725Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47512026-08-15T07:09:26.304Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47522026-08-15T07:09:26.451Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
47532026-08-15T07:09:26.967Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47542026-08-15T07:09:26.987Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47552026-08-15T07:09:27.178Z Checking twox-hash v2.1.2
47562026-08-15T07:09:27.491Z Checking libsw-core v0.3.2
47572026-08-15T07:09:27.656Z Checking atty v0.2.14
47582026-08-15T07:09:27.763Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47592026-08-15T07:09:27.805Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47602026-08-15T07:09:28.088Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
47612026-08-15T07:09:28.120Z Checking libsw v3.5.0
47622026-08-15T07:09:28.245Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
47632026-08-15T07:09:28.284Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
47642026-08-15T07:09:29.461Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47652026-08-15T07:09:29.532Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47662026-08-15T07:09:30.260Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47672026-08-15T07:09:30.387Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47682026-08-15T07:09:31.004Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47692026-08-15T07:09:31.196Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47702026-08-15T07:09:31.350Z Checking fatfs v0.3.6
47712026-08-15T07:09:31.380Z Checking console v0.16.2
47722026-08-15T07:09:31.694Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47732026-08-15T07:09:31.813Z Checking unit-prefix v0.5.2
47742026-08-15T07:09:31.952Z Checking indicatif v0.18.4
47752026-08-15T07:09:32.364Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47762026-08-15T07:09:32.635Z Checking oxide-update-engine-display v0.1.2
47772026-08-15T07:09:32.950Z Checking support-bundle-viewer v0.1.2
47782026-08-15T07:09:33.017Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47792026-08-15T07:09:33.037Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47802026-08-15T07:09:33.193Z Checking multimap v0.10.1
47812026-08-15T07:09:39.089Z Checking diesel-dtrace v0.5.0
47822026-08-15T07:09:39.343Z Checking async-bb8-diesel v0.2.1
47832026-08-15T07:09:42.409Z Compiling samael v0.0.19
47842026-08-15T07:09:47.775Z Compiling git2 v0.20.4
47852026-08-15T07:09:48.824Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
47862026-08-15T07:09:49.377Z Compiling polar-core v0.27.3
47872026-08-15T07:09:50.202Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47882026-08-15T07:09:53.918Z Checking oso v0.27.3
47892026-08-15T07:10:26.673Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47902026-08-15T07:11:41.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
47912026-08-15T07:11:41.519Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47922026-08-15T07:11:41.519Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47932026-08-15T07:11:41.734Z
47942026-08-15T07:11:41.734Zinfo: running `cargo check --bins` on nexus-networking (292/336)
47952026-08-15T07:11:42.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-08-15T07:11:42.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-08-15T07:11:42.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47982026-08-15T07:11:42.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
47992026-08-15T07:11:42.432Z
48002026-08-15T07:11:42.432Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/336)
48012026-08-15T07:11:42.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-15T07:11:42.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-15T07:11:42.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48042026-08-15T07:11:42.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48052026-08-15T07:11:43.093Z
48062026-08-15T07:11:43.093Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/336)
48072026-08-15T07:11:43.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-15T07:11:43.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-15T07:11:43.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-15T07:11:43.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48112026-08-15T07:11:43.746Z
48122026-08-15T07:11:43.746Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/336)
48132026-08-15T07:11:44.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-15T07:11:44.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-15T07:11:44.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48162026-08-15T07:11:44.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
48172026-08-15T07:11:44.347Z
48182026-08-15T07:11:44.347Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/336)
48192026-08-15T07:11:44.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-08-15T07:11:44.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-08-15T07:11:45.216Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48222026-08-15T07:11:45.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
48232026-08-15T07:11:45.993Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48242026-08-15T07:11:45.993Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48252026-08-15T07:11:46.207Z
48262026-08-15T07:11:46.207Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/336)
48272026-08-15T07:11:46.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48282026-08-15T07:11:46.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48292026-08-15T07:11:47.065Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48302026-08-15T07:12:25.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.62s
48312026-08-15T07:12:25.834Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48322026-08-15T07:12:25.834Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48332026-08-15T07:12:26.047Z
48342026-08-15T07:12:26.048Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/336)
48352026-08-15T07:12:26.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48362026-08-15T07:12:26.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48372026-08-15T07:12:26.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48382026-08-15T07:12:26.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
48392026-08-15T07:12:26.643Z
48402026-08-15T07:12:26.643Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/336)
48412026-08-15T07:12:27.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48422026-08-15T07:12:27.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48432026-08-15T07:12:27.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48442026-08-15T07:12:27.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48452026-08-15T07:12:27.235Z
48462026-08-15T07:12:27.235Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/336)
48472026-08-15T07:12:27.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48482026-08-15T07:12:27.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48492026-08-15T07:12:27.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48502026-08-15T07:12:27.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
48512026-08-15T07:12:27.881Z
48522026-08-15T07:12:27.881Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/336)
48532026-08-15T07:12:28.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48542026-08-15T07:12:28.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48552026-08-15T07:12:28.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48562026-08-15T07:12:28.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48572026-08-15T07:12:28.539Z
48582026-08-15T07:12:28.539Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/336)
48592026-08-15T07:12:29.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48602026-08-15T07:12:29.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48612026-08-15T07:12:29.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48622026-08-15T07:12:29.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48632026-08-15T07:12:29.198Z
48642026-08-15T07:12:29.198Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/336)
48652026-08-15T07:12:29.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48662026-08-15T07:12:29.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48672026-08-15T07:12:29.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48682026-08-15T07:12:29.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
48692026-08-15T07:12:29.831Z
48702026-08-15T07:12:29.831Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/336)
48712026-08-15T07:12:30.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48722026-08-15T07:12:30.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48732026-08-15T07:12:30.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48742026-08-15T07:12:30.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48752026-08-15T07:12:30.479Z
48762026-08-15T07:12:30.479Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/336)
48772026-08-15T07:12:31.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48782026-08-15T07:12:31.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48792026-08-15T07:12:31.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48802026-08-15T07:12:31.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48812026-08-15T07:12:31.131Z
48822026-08-15T07:12:31.131Zinfo: running `cargo check --bins` on nexus-switch-config (306/336)
48832026-08-15T07:12:31.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48842026-08-15T07:12:31.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48852026-08-15T07:12:31.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48862026-08-15T07:12:31.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
48872026-08-15T07:12:31.770Z
48882026-08-15T07:12:31.770Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/336)
48892026-08-15T07:12:32.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48902026-08-15T07:12:32.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48912026-08-15T07:12:32.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48922026-08-15T07:12:32.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48932026-08-15T07:12:32.425Z
48942026-08-15T07:12:32.425Zinfo: running `cargo check --bins` on support-bundle-collection (308/336)
48952026-08-15T07:12:32.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48962026-08-15T07:12:32.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48972026-08-15T07:12:32.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48982026-08-15T07:12:32.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48992026-08-15T07:12:33.075Z
49002026-08-15T07:12:33.075Zinfo: running `cargo check --bins` on omicron-dev (309/336)
49012026-08-15T07:12:33.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49022026-08-15T07:12:33.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49032026-08-15T07:12:34.007Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
49042026-08-15T07:12:34.010Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
49052026-08-15T07:12:34.209Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
49062026-08-15T07:12:34.241Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
49072026-08-15T07:12:34.257Z Checking diff v0.1.13
49082026-08-15T07:12:34.260Z Checking yansi v1.0.1
49092026-08-15T07:12:34.288Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
49102026-08-15T07:12:34.291Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49112026-08-15T07:12:34.515Z Checking pretty_assertions v1.4.1
49122026-08-15T07:12:35.279Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49132026-08-15T07:12:35.329Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
49142026-08-15T07:13:00.792Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49152026-08-15T07:13:00.796Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49162026-08-15T07:13:00.796Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49172026-08-15T07:13:00.796Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49182026-08-15T07:13:00.796Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49192026-08-15T07:13:00.796Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49202026-08-15T07:13:00.796Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49212026-08-15T07:13:01.711Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49222026-08-15T07:13:01.714Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49232026-08-15T07:13:03.001Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49242026-08-15T07:13:41.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
49252026-08-15T07:13:41.734Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49262026-08-15T07:13:41.734Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49272026-08-15T07:13:41.948Z
49282026-08-15T07:13:41.948Zinfo: running `cargo check --bins` on oximeter-load-test (310/336)
49292026-08-15T07:13:42.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49302026-08-15T07:13:42.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49312026-08-15T07:13:42.689Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
49322026-08-15T07:13:43.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
49332026-08-15T07:13:43.349Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49342026-08-15T07:13:43.350Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49352026-08-15T07:13:43.538Z
49362026-08-15T07:13:43.538Zinfo: running `cargo check --bins` on omicron-pins (311/336)
49372026-08-15T07:13:44.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49382026-08-15T07:13:44.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49392026-08-15T07:13:44.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49402026-08-15T07:13:44.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
49412026-08-15T07:13:44.157Z
49422026-08-15T07:13:44.158Zinfo: running `cargo check --bins` on rack-init-config (312/336)
49432026-08-15T07:13:44.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49442026-08-15T07:13:44.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49452026-08-15T07:13:44.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49462026-08-15T07:13:44.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49472026-08-15T07:13:44.778Z
49482026-08-15T07:13:44.778Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (313/336)
49492026-08-15T07:13:45.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49502026-08-15T07:13:45.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49512026-08-15T07:13:45.573Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49522026-08-15T07:13:45.715Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49532026-08-15T07:13:45.737Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
49542026-08-15T07:14:12.737Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
49552026-08-15T07:14:13.154Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
49562026-08-15T07:14:14.933Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49572026-08-15T07:14:15.419Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
49582026-08-15T07:14:18.548Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
49592026-08-15T07:14:42.511Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49602026-08-15T07:14:43.254Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49612026-08-15T07:14:44.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
49622026-08-15T07:14:44.978Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49632026-08-15T07:14:44.978Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49642026-08-15T07:14:45.180Z
49652026-08-15T07:14:45.180Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (314/336)
49662026-08-15T07:14:45.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49672026-08-15T07:14:45.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49682026-08-15T07:14:45.925Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49692026-08-15T07:14:46.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
49702026-08-15T07:14:46.648Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49712026-08-15T07:14:46.648Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49722026-08-15T07:14:46.836Z
49732026-08-15T07:14:46.836Zinfo: running `cargo check --bins` on omicron-releng (315/336)
49742026-08-15T07:14:47.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-15T07:14:47.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-15T07:14:47.500Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
49772026-08-15T07:14:47.503Z Compiling fs-err v2.11.0
49782026-08-15T07:14:47.623Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
49792026-08-15T07:14:47.633Z Checking parse-size v1.1.0
49802026-08-15T07:14:47.641Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49812026-08-15T07:14:47.650Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49822026-08-15T07:14:47.653Z Checking shell-words v1.1.1
49832026-08-15T07:14:47.732Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49842026-08-15T07:14:48.066Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49852026-08-15T07:14:48.251Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49862026-08-15T07:14:48.927Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49872026-08-15T07:14:49.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
49882026-08-15T07:14:49.917Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49892026-08-15T07:14:49.917Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49902026-08-15T07:14:50.089Z
49912026-08-15T07:14:50.089Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/336)
49922026-08-15T07:14:50.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49932026-08-15T07:14:50.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49942026-08-15T07:14:50.759Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49952026-08-15T07:14:51.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
49962026-08-15T07:14:51.273Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49972026-08-15T07:14:51.274Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49982026-08-15T07:14:51.444Z
49992026-08-15T07:14:51.444Zinfo: running `cargo check --bins` on schema (317/336)
50002026-08-15T07:14:51.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-15T07:14:51.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-15T07:14:52.200Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
50032026-08-15T07:14:52.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
50042026-08-15T07:14:52.926Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50052026-08-15T07:14:52.926Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50062026-08-15T07:14:53.118Z
50072026-08-15T07:14:53.118Zinfo: running `cargo check --bins` on xtask (318/336)
50082026-08-15T07:14:53.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50092026-08-15T07:14:53.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50102026-08-15T07:14:53.539Z Checking serde_core v1.0.228
50112026-08-15T07:14:53.539Z Checking libc v0.2.185
50122026-08-15T07:14:53.621Z Checking bitflags v2.11.0
50132026-08-15T07:14:53.628Z Checking scroll v0.12.0
50142026-08-15T07:14:53.631Z Checking thiserror v1.0.69
50152026-08-15T07:14:53.641Z Checking hashbrown v0.17.0
50162026-08-15T07:14:53.644Z Checking log v0.4.33
50172026-08-15T07:14:53.656Z Checking zerocopy v0.7.35
50182026-08-15T07:14:53.723Z Checking syn v2.0.117
50192026-08-15T07:14:53.763Z Checking dtrace-parser v0.2.0
50202026-08-15T07:14:53.791Z Checking once_cell v1.21.3
50212026-08-15T07:14:53.840Z Checking goblin v0.8.2
50222026-08-15T07:14:53.904Z Checking errno v0.3.14
50232026-08-15T07:14:53.964Z Checking getrandom v0.3.4
50242026-08-15T07:14:53.992Z Checking thread-id v4.2.2
50252026-08-15T07:14:54.022Z Checking rustix v1.1.4
50262026-08-15T07:14:54.075Z Checking memmap v0.7.0
50272026-08-15T07:14:54.094Z Checking thiserror v2.0.18
50282026-08-15T07:14:54.104Z Checking indexmap v2.14.0
50292026-08-15T07:14:54.139Z Checking fs-err v3.3.0
50302026-08-15T07:14:54.194Z Checking tabled v0.15.0
50312026-08-15T07:14:54.204Z Checking anyhow v1.0.104
50322026-08-15T07:14:54.797Z Checking terminal_size v0.4.3
50332026-08-15T07:14:54.797Z Checking tempfile v3.27.0
50342026-08-15T07:14:54.906Z Checking clap_builder v4.6.0
50352026-08-15T07:14:54.909Z Checking textwrap v0.16.2
50362026-08-15T07:14:55.084Z Checking serde v1.0.228
50372026-08-15T07:14:55.084Z Checking serde_json v1.0.151
50382026-08-15T07:14:55.087Z Checking camino v1.2.5
50392026-08-15T07:14:55.114Z Checking semver v1.0.28
50402026-08-15T07:14:55.312Z Checking cargo-platform v0.3.2
50412026-08-15T07:14:55.351Z Checking camino-tempfile v1.4.1
50422026-08-15T07:14:55.480Z Checking serde_spanned v0.6.9
50432026-08-15T07:14:55.480Z Checking toml_datetime v0.6.11
50442026-08-15T07:14:55.501Z Checking macaddr v1.0.1
50452026-08-15T07:14:55.511Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50462026-08-15T07:14:55.656Z Checking toml_edit v0.22.27
50472026-08-15T07:14:55.688Z Checking cargo_metadata v0.23.1
50482026-08-15T07:14:55.698Z Checking dof v0.3.0
50492026-08-15T07:14:55.955Z Checking usdt-impl v0.5.0
50502026-08-15T07:14:56.115Z Checking clap v4.6.1
50512026-08-15T07:14:56.216Z Checking usdt v0.5.0
50522026-08-15T07:14:56.619Z Checking toml v0.8.23
50532026-08-15T07:14:56.877Z Checking cargo_toml v0.21.0
50542026-08-15T07:14:57.510Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
50552026-08-15T07:14:57.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
50562026-08-15T07:14:58.005Z
50572026-08-15T07:14:58.005Zinfo: running `cargo check --bins` on dnsadm (319/336)
50582026-08-15T07:14:58.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50592026-08-15T07:14:58.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50602026-08-15T07:14:58.680Z Checking arc-swap v1.8.2
50612026-08-15T07:14:58.970Z Checking slog-scope v4.4.1
50622026-08-15T07:14:59.088Z Checking slog-stdlog v4.1.1
50632026-08-15T07:14:59.190Z Checking slog-envlogger v2.2.0
50642026-08-15T07:14:59.312Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
50652026-08-15T07:14:59.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
50662026-08-15T07:14:59.774Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50672026-08-15T07:14:59.774Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50682026-08-15T07:14:59.938Z
50692026-08-15T07:14:59.938Zinfo: running `cargo check --bins` on end-to-end-tests (320/336)
50702026-08-15T07:15:00.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50712026-08-15T07:15:00.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50722026-08-15T07:15:00.786Z Checking cpubits v0.1.1
50732026-08-15T07:15:00.919Z Checking pem-rfc7468 v1.0.0
50742026-08-15T07:15:00.930Z Checking hmac v0.13.0
50752026-08-15T07:15:00.930Z Checking universal-hash v0.6.1
50762026-08-15T07:15:00.977Z Checking aes v0.9.1
50772026-08-15T07:15:00.977Z Checking crypto-bigint v0.7.5
50782026-08-15T07:15:00.981Z Checking ctr v0.10.1
50792026-08-15T07:15:00.981Z Checking aead v0.6.1
50802026-08-15T07:15:00.981Z Checking salsa20 v0.11.0
50812026-08-15T07:15:01.051Z Checking polyval v0.7.1
50822026-08-15T07:15:01.080Z Checking der v0.8.0
50832026-08-15T07:15:01.084Z Checking pbkdf2 v0.13.0
50842026-08-15T07:15:01.142Z Checking cbc v0.2.1
50852026-08-15T07:15:01.161Z Checking ff v0.14.0
50862026-08-15T07:15:01.193Z Checking scrypt v0.12.0
50872026-08-15T07:15:01.211Z Checking signature v3.0.0
50882026-08-15T07:15:01.228Z Checking ghash v0.6.0
50892026-08-15T07:15:01.274Z Checking base16ct v1.0.0
50902026-08-15T07:15:01.291Z Checking group v0.14.0
50912026-08-15T07:15:01.347Z Checking hkdf v0.13.0
50922026-08-15T07:15:01.367Z Compiling curve25519-dalek v5.0.0
50932026-08-15T07:15:01.383Z Checking aes-gcm v0.11.0
50942026-08-15T07:15:01.400Z Checking keccak v0.2.0
50952026-08-15T07:15:01.418Z Checking poly1305 v0.9.0
50962026-08-15T07:15:01.434Z Checking wnaf v0.14.0
50972026-08-15T07:15:01.478Z Checking blowfish v0.10.0
50982026-08-15T07:15:01.543Z Checking blake2 v0.11.0-rc.6
50992026-08-15T07:15:01.560Z Checking sha3 v0.11.0
51002026-08-15T07:15:01.598Z Checking kem v0.3.0
51012026-08-15T07:15:01.629Z Checking bcrypt-pbkdf v0.11.0
51022026-08-15T07:15:01.684Z Checking module-lattice v0.2.3
51032026-08-15T07:15:01.715Z Checking sponge-cursor v0.1.0
51042026-08-15T07:15:01.791Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
51052026-08-15T07:15:01.806Z Checking argon2 v0.6.0-rc.8
51062026-08-15T07:15:01.841Z Checking sha3 v0.12.0
51072026-08-15T07:15:01.894Z Checking spki v0.8.0
51082026-08-15T07:15:01.910Z Checking sec1 v0.8.1
51092026-08-15T07:15:01.913Z Checking ml-kem v0.3.2
51102026-08-15T07:15:01.974Z Checking internal-russh-num-bigint v0.5.0
51112026-08-15T07:15:02.038Z Checking num-bigint v0.4.6
51122026-08-15T07:15:02.067Z Checking pkcs5 v0.8.1
51132026-08-15T07:15:02.109Z Checking pkcs1 v0.8.0-rc.4
51142026-08-15T07:15:02.126Z Checking generic-array v1.4.3
51152026-08-15T07:15:02.319Z Checking russh-util v0.52.0
51162026-08-15T07:15:02.363Z Checking pkcs8 v0.11.0
51172026-08-15T07:15:02.444Z Compiling enum_dispatch v0.3.13
51182026-08-15T07:15:02.517Z Compiling delegate v0.13.5
51192026-08-15T07:15:02.560Z Checking ed25519 v3.0.0
51202026-08-15T07:15:02.654Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
51212026-08-15T07:15:02.687Z Checking hex-literal v1.1.0
51222026-08-15T07:15:02.755Z Checking ed25519-dalek v3.0.0
51232026-08-15T07:15:02.789Z Checking md5 v0.8.0
51242026-08-15T07:15:02.844Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
51252026-08-15T07:15:02.959Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
51262026-08-15T07:15:02.975Z Checking internet-checksum v0.2.1
51272026-08-15T07:15:03.060Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
51282026-08-15T07:15:03.274Z Checking elliptic-curve v0.14.1
51292026-08-15T07:15:03.275Z Checking rfc6979 v0.6.0
51302026-08-15T07:15:03.278Z Checking primefield v0.14.0
51312026-08-15T07:15:03.278Z Checking ssh-encoding v0.3.0
51322026-08-15T07:15:03.341Z Checking crypto-primes v0.7.2
51332026-08-15T07:15:03.506Z Checking ssh-cipher v0.3.0
51342026-08-15T07:15:03.506Z Checking russh-cryptovec v0.62.0
51352026-08-15T07:15:03.660Z Checking primeorder v0.14.0
51362026-08-15T07:15:03.663Z Checking ecdsa v0.17.0
51372026-08-15T07:15:04.029Z Checking p256 v0.14.0
51382026-08-15T07:15:04.029Z Checking p384 v0.14.0
51392026-08-15T07:15:04.032Z Checking p521 v0.14.0
51402026-08-15T07:15:04.282Z Checking rsa v0.10.0-rc.18
51412026-08-15T07:15:06.897Z Checking ssh-key v0.7.0-rc.11
51422026-08-15T07:15:07.648Z Checking russh v0.62.4
51432026-08-15T07:15:21.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.31s
51442026-08-15T07:15:21.264Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51452026-08-15T07:15:21.265Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51462026-08-15T07:15:21.471Z
51472026-08-15T07:15:21.471Zinfo: running `cargo check --bins` on gateway-cli (321/336)
51482026-08-15T07:15:21.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51492026-08-15T07:15:21.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51502026-08-15T07:15:22.160Z Checking termios v0.3.3
51512026-08-15T07:15:22.363Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
51522026-08-15T07:15:22.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
51532026-08-15T07:15:22.969Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51542026-08-15T07:15:22.969Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51552026-08-15T07:15:23.145Z
51562026-08-15T07:15:23.145Zinfo: running `cargo check --bins --no-default-features` on installinator (322/336)
51572026-08-15T07:15:23.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51582026-08-15T07:15:23.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51592026-08-15T07:15:23.865Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
51602026-08-15T07:15:24.572Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
51612026-08-15T07:15:26.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
51622026-08-15T07:15:26.185Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51632026-08-15T07:15:26.185Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51642026-08-15T07:15:26.372Z
51652026-08-15T07:15:26.373Zinfo: running `cargo check --bins` on internal-dns-cli (323/336)
51662026-08-15T07:15:26.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51672026-08-15T07:15:26.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51682026-08-15T07:15:27.038Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51692026-08-15T07:15:27.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
51702026-08-15T07:15:27.491Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51712026-08-15T07:15:27.491Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51722026-08-15T07:15:27.659Z
51732026-08-15T07:15:27.659Zinfo: running `cargo check --bins` on omicron-live-tests (324/336)
51742026-08-15T07:15:28.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51752026-08-15T07:15:28.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51762026-08-15T07:15:28.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51772026-08-15T07:15:28.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
51782026-08-15T07:15:28.246Z
51792026-08-15T07:15:28.246Zinfo: running `cargo check --bins` on live-tests-macros (325/336)
51802026-08-15T07:15:28.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51812026-08-15T07:15:28.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51822026-08-15T07:15:28.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51832026-08-15T07:15:28.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
51842026-08-15T07:15:28.835Z
51852026-08-15T07:15:28.835Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/336)
51862026-08-15T07:15:29.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51872026-08-15T07:15:29.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51882026-08-15T07:15:29.607Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
51892026-08-15T07:15:30.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
51902026-08-15T07:15:30.214Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51912026-08-15T07:15:30.214Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51922026-08-15T07:15:30.407Z
51932026-08-15T07:15:30.407Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/336)
51942026-08-15T07:15:30.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51952026-08-15T07:15:30.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51962026-08-15T07:15:31.082Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
51972026-08-15T07:15:31.082Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
51982026-08-15T07:15:32.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
51992026-08-15T07:15:32.043Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52002026-08-15T07:15:32.043Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52012026-08-15T07:15:32.214Z
52022026-08-15T07:15:32.214Zinfo: running `cargo check --bins` on ntp-admin-types (328/336)
52032026-08-15T07:15:32.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52042026-08-15T07:15:32.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52052026-08-15T07:15:32.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52062026-08-15T07:15:32.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
52072026-08-15T07:15:32.804Z
52082026-08-15T07:15:32.804Zinfo: running `cargo check --bins` on omicron-package (329/336)
52092026-08-15T07:15:33.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52102026-08-15T07:15:33.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52112026-08-15T07:15:33.505Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
52122026-08-15T07:15:34.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
52132026-08-15T07:15:34.619Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52142026-08-15T07:15:34.619Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52152026-08-15T07:15:34.801Z
52162026-08-15T07:15:34.801Zinfo: running `cargo check --bins` on sush-proxy (330/336)
52172026-08-15T07:15:35.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52182026-08-15T07:15:35.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52192026-08-15T07:15:35.485Z Checking sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
52202026-08-15T07:15:36.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
52212026-08-15T07:15:36.393Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52222026-08-15T07:15:36.393Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52232026-08-15T07:15:36.571Z
52242026-08-15T07:15:36.571Zinfo: running `cargo check --bins` on tqdb (331/336)
52252026-08-15T07:15:37.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52262026-08-15T07:15:37.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52272026-08-15T07:15:37.382Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
52282026-08-15T07:15:37.743Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
52292026-08-15T07:15:38.264Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
52302026-08-15T07:15:38.264Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
52312026-08-15T07:15:44.491Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
52322026-08-15T07:15:44.491Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
52332026-08-15T07:15:44.495Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
52342026-08-15T07:15:45.112Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
52352026-08-15T07:15:45.113Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
52362026-08-15T07:15:45.116Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
52372026-08-15T07:15:45.902Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
52382026-08-15T07:15:46.356Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
52392026-08-15T07:15:46.595Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
52402026-08-15T07:15:46.995Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
52412026-08-15T07:15:47.870Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
52422026-08-15T07:15:48.521Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
52432026-08-15T07:15:53.334Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52442026-08-15T07:16:00.584Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52452026-08-15T07:16:00.584Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
52462026-08-15T07:16:00.587Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52472026-08-15T07:16:00.587Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52482026-08-15T07:16:02.113Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52492026-08-15T07:16:03.407Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52502026-08-15T07:16:04.094Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52512026-08-15T07:16:05.395Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
52522026-08-15T07:16:05.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.38s
52532026-08-15T07:16:05.961Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52542026-08-15T07:16:05.961Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52552026-08-15T07:16:06.159Z
52562026-08-15T07:16:06.159Zinfo: running `cargo check --bins` on wicket-dbg (332/336)
52572026-08-15T07:16:06.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52582026-08-15T07:16:06.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52592026-08-15T07:16:06.898Z Checking rtoolbox v0.0.3
52602026-08-15T07:16:06.902Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52612026-08-15T07:16:07.026Z Checking tui-tree-widget v0.23.1
52622026-08-15T07:16:07.029Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52632026-08-15T07:16:07.123Z Checking rpassword v7.5.4
52642026-08-15T07:16:10.009Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
52652026-08-15T07:16:11.876Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
52662026-08-15T07:16:12.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s
52672026-08-15T07:16:12.818Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52682026-08-15T07:16:12.818Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52692026-08-15T07:16:13.007Z
52702026-08-15T07:16:13.007Zinfo: running `cargo check --bins` on wicket (333/336)
52712026-08-15T07:16:13.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52722026-08-15T07:16:13.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52732026-08-15T07:16:13.735Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
52742026-08-15T07:16:14.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
52752026-08-15T07:16:14.117Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52762026-08-15T07:16:14.117Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52772026-08-15T07:16:14.319Z
52782026-08-15T07:16:14.319Zinfo: running `cargo check --bins` on wicketd (334/336)
52792026-08-15T07:16:14.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52802026-08-15T07:16:14.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52812026-08-15T07:16:15.043Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
52822026-08-15T07:16:18.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
52832026-08-15T07:16:18.740Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52842026-08-15T07:16:18.740Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52852026-08-15T07:16:18.923Z
52862026-08-15T07:16:18.923Zinfo: running `cargo check --bins` on omicron-workspace-hack (335/336)
52872026-08-15T07:16:19.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52882026-08-15T07:16:19.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52892026-08-15T07:16:19.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52902026-08-15T07:16:19.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
52912026-08-15T07:16:19.523Z
52922026-08-15T07:16:19.523Zinfo: running `cargo check --bins` on zone-setup (336/336)
52932026-08-15T07:16:20.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52942026-08-15T07:16:20.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52952026-08-15T07:16:20.222Z Checking uzers v0.12.2
52962026-08-15T07:16:20.498Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
52972026-08-15T07:16:21.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
52982026-08-15T07:16:21.299Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52992026-08-15T07:16:21.299Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
53002026-08-15T07:16:21.501Z
53012026-08-15T07:16:21.501Zreal 14:21.114234880
53022026-08-15T07:16:21.501Zuser 21:30.610884238
53032026-08-15T07:16:21.501Zsys 4:29.335461894
53042026-08-15T07:16:21.501Ztrap 0.325419320
53052026-08-15T07:16:21.501Ztflt 0.585720221
53062026-08-15T07:16:21.501Zdflt 0.891688153
53072026-08-15T07:16:21.504Zkflt 0.004671312
53082026-08-15T07:16:21.504Zlock 1:29:45.766816789
53092026-08-15T07:16:21.504Zslp 1:42:09.930484433
53102026-08-15T07:16:21.504Zlat 58.577827328
53112026-08-15T07:16:21.504Zstop 4:15.942148146
53122026-08-15T07:16:21.504Zprocess exited: duration 999800 ms, exit code 0
 
53132026-08-15T07:16:21.511Zfound 0 output files