01KZS89E5W9DE5G4S9AP9MMFR5: 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: 01KZS89YBYVP9EZ9AJGC2F52CT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T20:31:15.299Zjob assigned to worker 01KZS8A4NQ1YKHSPQFEAD4025T [factory aws, i-0948a4805f2fb2472] (queued for 46 s)
 
22026-08-11T20:31:21.755Zstarting task 0: "setup"
32026-08-11T20:31:21.762Z++ uname -s
42026-08-11T20:31:21.762Z+ kern=SunOS
52026-08-11T20:31:21.762Z+ build_user=build
62026-08-11T20:31:21.762Z+ build_uid=12345
72026-08-11T20:31:21.762Z+ work_dir=/work
82026-08-11T20:31:21.762Z+ input_dir=/input
92026-08-11T20:31:21.762Z+ [[ 0 == 12345 ]]
102026-08-11T20:31:21.763Z+ case "$kern" in
112026-08-11T20:31:21.763Z+ groupadd -g 12345 build
122026-08-11T20:31:21.779Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T20:31:23.773Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T20:31:23.869Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T20:31:23.877Z+ home_fs=zfs
162026-08-11T20:31:23.877Z+ [[ zfs == autofs ]]
172026-08-11T20:31:23.877Z+ mkdir -p /home/build
182026-08-11T20:31:23.877Z+ chown build:build /home/build /work
192026-08-11T20:31:25.872Z+ chmod 0700 /home/build /work
202026-08-11T20:31:25.878Zprocess exited: duration 4121 ms, exit code 0
 
212026-08-11T20:31:25.886Zstarting task 1: "rust-toolchain"
222026-08-11T20:31:25.889Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T20:31:25.890Z * rust toolchain channel = "1.97.1"
242026-08-11T20:31:25.890Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-11T20:31:25.890Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-11T20:31:25.890Z * rust toolchain profile = "default"
272026-08-11T20:31:25.890Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T20:31:25.893Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T20:31:25.893Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T20:31:25.991Zinfo: downloading installer
312026-08-11T20:31:27.343Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T20:31:27.343Zwarn: /home/build/.rustup/settings.toml
332026-08-11T20:31:27.343Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T20:31:27.343Zwarn: instead of the one inferred from the default host triple.
352026-08-11T20:31:27.355Zinfo: profile set to default
362026-08-11T20:31:27.355Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T20:31:27.359Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T20:31:27.511Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T20:31:27.515Zinfo: downloading 6 components
402026-08-11T20:31:43.014Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T20:31:43.014Z
422026-08-11T20:31:43.041Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T20:31:43.041Z
442026-08-11T20:31:43.041Z
452026-08-11T20:31:43.041ZRust is installed now. Great!
462026-08-11T20:31:43.041Z
472026-08-11T20:31:43.044ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T20:31:43.044Zenvironment variable. This has not been done automatically.
492026-08-11T20:31:43.045Z
502026-08-11T20:31:43.045ZTo configure your current shell, you need to source
512026-08-11T20:31:43.045Zthe corresponding env file under $HOME/.cargo.
522026-08-11T20:31:43.045Z
532026-08-11T20:31:43.045ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T20:31:43.045Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T20:31:43.045Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T20:31:43.045Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T20:31:43.045Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T20:31:43.045Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T20:31:43.045Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T20:31:43.045Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T20:31:43.045Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T20:31:43.130Z+ rustup --version
632026-08-11T20:31:43.139Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T20:31:43.142Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T20:31:43.160Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T20:31:43.163Z+ cargo --version
672026-08-11T20:31:43.177Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T20:31:43.180Z+ rustc --version
692026-08-11T20:31:43.198Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T20:31:43.201Zprocess exited: duration 17314 ms, exit code 0
 
712026-08-11T20:31:43.207Zstarting task 2: "authentication"
722026-08-11T20:31:43.223Zprocess exited: duration 16 ms, exit code 0
 
732026-08-11T20:31:43.231Zstarting task 3: "clone repository"
742026-08-11T20:31:43.234Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T20:31:43.237Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T20:31:43.265ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T20:31:54.644Z+ cd /work/oxidecomputer/omicron
782026-08-11T20:31:54.644Z+ git fetch origin e9029c0146e19998c2433b4cdfc1f1c2c8307564
792026-08-11T20:31:54.954ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T20:31:54.954Z * branch e9029c0146e19998c2433b4cdfc1f1c2c8307564 -> FETCH_HEAD
812026-08-11T20:31:54.964Z+ [[ -n sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup ]]
822026-08-11T20:31:54.967Z++ git branch --show-current
832026-08-11T20:31:54.967Z+ current=main
842026-08-11T20:31:54.967Z+ [[ main != sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup ]]
852026-08-11T20:31:54.967Z+ git branch -f sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup e9029c0146e19998c2433b4cdfc1f1c2c8307564
862026-08-11T20:31:54.970Z+ git checkout -f sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup
872026-08-11T20:31:55.222ZSwitched to branch 'sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup'
882026-08-11T20:31:55.225Z+ git reset --hard e9029c0146e19998c2433b4cdfc1f1c2c8307564
892026-08-11T20:31:55.239ZHEAD is now at e9029c014 [spr] initial version
902026-08-11T20:31:55.242Zprocess exited: duration 12009 ms, exit code 0
 
912026-08-11T20:31:55.250Zstarting task 4: "build"
922026-08-11T20:31:55.253Z+ source .github/buildomat/ci-env.sh
932026-08-11T20:31:55.256Z++ export CARGO_TERM_COLOR=always
942026-08-11T20:31:55.256Z++ CARGO_TERM_COLOR=always
952026-08-11T20:31:55.256Z+++ uname -s
962026-08-11T20:31:55.256Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-11T20:31:55.256Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-11T20:31:55.259Z+ cargo --version
992026-08-11T20:31:55.265Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-11T20:31:55.268Z+ rustc --version
1012026-08-11T20:31:55.287Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-11T20:31:55.291Z+ source ./env.sh
1032026-08-11T20:31:55.291Z++ OLD_SHELL_OPTS=ehxB
1042026-08-11T20:31:55.291Z++ set -o xtrace
1052026-08-11T20:31:55.291Z++++ dirname ./env.sh
1062026-08-11T20:31:55.294Z+++ readlink -f .
1072026-08-11T20:31:55.297Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-11T20:31:55.298Z++ 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-11T20:31:55.298Z++ 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-11T20:31:55.298Z++ 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-11T20:31:55.298Z++ 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-11T20:31:55.298Z++ 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-11T20:31:55.298Z++ 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-11T20:31:55.298Z++ 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-11T20:31:55.298Z++ 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-11T20:31:55.298Z++ 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-11T20:31:55.298Z++ 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-11T20:31:55.298Z++ case $OLD_SHELL_OPTS in
1192026-08-11T20:31:55.298Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-11T20:31:55.298Z+ 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-11T20:31:55.298Z+ 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-11T20:31:55.298Z+ banner prerequisites
1232026-08-11T20:31:55.298Z
1242026-08-11T20:31:55.298Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-11T20:31:55.298Z # # # # # # # # # # # # # # #
1262026-08-11T20:31:55.298Z # # # # ##### # # ##### # # # # # #### #
1272026-08-11T20:31:55.298Z ##### ##### # ##### # # # # # # # # #
1282026-08-11T20:31:55.298Z # # # # # # # # # # # # # # #
1292026-08-11T20:31:55.298Z # # # ###### # # ###### ### # #### # #### #
1302026-08-11T20:31:55.298Z
1312026-08-11T20:31:55.298Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-11T20:31:57.179Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-11T20:31:57.482Z Startup: Caching catalogs ... Done
1342026-08-11T20:31:59.185ZPlanning: Solver setup ... Done (1.601s)
1352026-08-11T20:31:59.238ZPlanning: Running solver ... Done (0.053s)
1362026-08-11T20:31:59.275ZPlanning: Finding local manifests ... Done (0.002s)
1372026-08-11T20:31:59.288ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-11T20:31:59.304ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-11T20:31:59.317ZPlanning: Package planning ... Done (0.013s)
1402026-08-11T20:31:59.320ZPlanning: Merging actions ... Done (0.001s)
1412026-08-11T20:31:59.479ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-11T20:31:59.483ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-11T20:32:00.259ZPlanning: Evaluating mediators ... Done (0.780s)
1442026-08-11T20:32:00.263ZPlanning: Planning completed in 2.75 seconds
1452026-08-11T20:32:00.268Z Packages to install: 2
1462026-08-11T20:32:00.272Z Estimated space available: 156.02 GB
1472026-08-11T20:32:00.272ZEstimated space to be consumed: 67.95 MB
1482026-08-11T20:32:00.272Z Create boot environment: No
1492026-08-11T20:32:00.272ZCreate backup boot environment: No
1502026-08-11T20:32:00.272Z Rebuild boot archive: No
1512026-08-11T20:32:00.272Z
1522026-08-11T20:32:00.272ZChanged packages:
1532026-08-11T20:32:00.272Zhelios
1542026-08-11T20:32:00.272Z developer/build-essential
1552026-08-11T20:32:00.272Z None -> 11-3.0
1562026-08-11T20:32:00.272Z library/libxmlsec1
1572026-08-11T20:32:00.272Z None -> 1.2.35-3.0
1582026-08-11T20:32:00.293Z
1592026-08-11T20:32:00.293ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-11T20:32:01.501ZDownload: Completed 1.28 MB in 1.21 seconds (1.1M/s)
1612026-08-11T20:32:01.550Z Actions: 1/268 actions (Installing new actions)
1622026-08-11T20:32:01.588Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-11T20:32:01.616ZFinalize: Updating package state database ... Done (0.028s)
1642026-08-11T20:32:01.616ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-11T20:32:01.687ZFinalize: Updating image state ... Done (0.071s)
1662026-08-11T20:32:04.124ZFinalize: Creating fast lookup database ... Done (2.388s)
1672026-08-11T20:32:04.189ZFinalize: Reading search index ... Done (0.011s)
1682026-08-11T20:32:04.192ZFinalize: Updating search index ... Done (0.000s)
1692026-08-11T20:32:04.312ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-11T20:32:04.669ZPlanning: Evaluating mediator changes ... Done
1712026-08-11T20:32:04.776ZPlanning: Checking for conflicting actions ... Done
1722026-08-11T20:32:04.779ZPlanning: Consolidating action changes ... Done
1732026-08-11T20:32:04.933ZPlanning: Evaluating mediators ... Done
1742026-08-11T20:32:04.937ZPlanning: Planning completed in 0.27 seconds
1752026-08-11T20:32:04.957Z Mediators to change: 2
1762026-08-11T20:32:04.957Z Create boot environment: No
1772026-08-11T20:32:04.957ZCreate backup boot environment: No
1782026-08-11T20:32:05.002ZFinalize: Updating package state database ... Done
1792026-08-11T20:32:05.002ZFinalize: Updating package cache ... Done
1802026-08-11T20:32:05.047ZFinalize: Updating image state ... Done
1812026-08-11T20:32:06.991ZFinalize: Creating fast lookup database ... Done
1822026-08-11T20:32:07.053ZFinalize: Reading search index ... Done
1832026-08-11T20:32:07.056ZFinalize: Updating search index ... Done
1842026-08-11T20:32:07.131ZFinalize: Updating package cache ... Done
1852026-08-11T20:32:07.414ZPlanning: Evaluating mediator changes ... Done
1862026-08-11T20:32:07.519ZPlanning: Checking for conflicting actions ... Done
1872026-08-11T20:32:07.522ZPlanning: Consolidating action changes ... Done
1882026-08-11T20:32:07.673ZPlanning: Evaluating mediators ... Done
1892026-08-11T20:32:07.677ZPlanning: Planning completed in 0.26 seconds
1902026-08-11T20:32:07.696Z Mediators to change: 1
1912026-08-11T20:32:07.696Z Create boot environment: No
1922026-08-11T20:32:07.696ZCreate backup boot environment: No
1932026-08-11T20:32:07.735ZFinalize: Updating package state database ... Done
1942026-08-11T20:32:07.735ZFinalize: Updating package cache ... Done
1952026-08-11T20:32:07.777ZFinalize: Updating image state ... Done
1962026-08-11T20:32:09.701ZFinalize: Creating fast lookup database ... Done
1972026-08-11T20:32:09.764ZFinalize: Reading search index ... Done
1982026-08-11T20:32:09.769ZFinalize: Updating search index ... Done
1992026-08-11T20:32:09.830ZFinalize: Updating package cache ... Done
2002026-08-11T20:32:10.143ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-11T20:32:10.143Zapache system 2.4 system
2022026-08-11T20:32:10.143Zclang system 15 system
2032026-08-11T20:32:10.143Zcsh system system illumos
2042026-08-11T20:32:10.143Zctags system system illumos
2052026-08-11T20:32:10.143Zfile vendor vendor darwinsys
2062026-08-11T20:32:10.143Zfile system system illumos
2072026-08-11T20:32:10.143Zgcc vendor 14 vendor
2082026-08-11T20:32:10.143Zgcc system 13 system
2092026-08-11T20:32:10.143Zgcc system 10 system
2102026-08-11T20:32:10.143Zgo system 1.25 system
2112026-08-11T20:32:10.143Zllvm system 15 system
2122026-08-11T20:32:10.143Zmariadb system 11.4 system
2132026-08-11T20:32:10.143Zmta vendor vendor dma
2142026-08-11T20:32:10.143Zopenjdk system 17 system
2152026-08-11T20:32:10.143Zopenjdk system 11 system
2162026-08-11T20:32:10.143Zopenssl vendor 3 vendor
2172026-08-11T20:32:10.143Zperl system 5.40 system
2182026-08-11T20:32:10.143Zpostgresql system 18 system
2192026-08-11T20:32:10.143Zpostgresql system 17 system
2202026-08-11T20:32:10.143Zpython vendor 3 vendor
2212026-08-11T20:32:10.143Zpython system 2 system
2222026-08-11T20:32:10.143Zpython3 vendor 3.13 vendor
2232026-08-11T20:32:10.143Zruby system 3.4 system
2242026-08-11T20:32:10.143Zruby system 3.0 system
2252026-08-11T20:32:10.143Zwords vendor vendor american-english
2262026-08-11T20:32:10.143Zwords system system australian-english
2272026-08-11T20:32:10.143Zwords system system british-english
2282026-08-11T20:32:10.143Zwords system system canadian-english
2292026-08-11T20:32:10.143Zwords system system french
2302026-08-11T20:32:10.143Zwords system system italian
2312026-08-11T20:32:10.143Zwords system system ngerman
2322026-08-11T20:32:10.143Zwords system system ogerman
2332026-08-11T20:32:10.143Zwords system system spanish
2342026-08-11T20:32:10.394ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-11T20:32:10.394Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-11T20:32:10.832ZFMRI IFO
2372026-08-11T20:32:10.832Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-11T20:32:10.832Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-11T20:32:10.832Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-11T20:32:10.832Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-11T20:32:10.832Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-11T20:32:10.832Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-11T20:32:10.832Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-11T20:32:10.832Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-11T20:32:10.832Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-11T20:32:11.150Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-11T20:32:11.466Z Updating crates.io index
2482026-08-11T20:32:11.469Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-11T20:32:11.720Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-11T20:32:12.083Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-11T20:32:13.096Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-11T20:32:13.685Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-11T20:32:17.204Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-11T20:32:18.105Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-11T20:32:18.385Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-11T20:32:18.717Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-11T20:32:20.037Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-11T20:32:20.359Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-11T20:32:20.733Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-11T20:32:21.392Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-11T20:32:21.666Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-11T20:32:22.019Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-11T20:32:22.300Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-11T20:32:22.570Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-11T20:32:22.878Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-11T20:32:23.301Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-11T20:32:24.805Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-11T20:32:25.174Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-11T20:32:25.637Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-11T20:32:25.937Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-11T20:32:26.530Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-11T20:32:26.871Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-11T20:32:27.151Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-11T20:32:27.585Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-11T20:32:27.907Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-11T20:32:28.314Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-11T20:32:28.686Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-11T20:32:29.018Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-11T20:32:29.374Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-11T20:32:29.766Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-11T20:32:30.618Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-11T20:32:31.241Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-11T20:32:31.525Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2842026-08-11T20:32:33.031Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-11T20:32:33.362Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-08-11T20:32:34.045Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-08-11T20:32:34.294Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882026-08-11T20:32:34.567Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892026-08-11T20:32:34.863Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902026-08-11T20:32:35.116Z Updating git repository `https://github.com/illumos/smf-rs`
2912026-08-11T20:32:37.901Z Downloading crates ...
2922026-08-11T20:32:37.946Z Downloaded errno v0.3.14
2932026-08-11T20:32:37.949Z Downloaded memmap v0.7.0
2942026-08-11T20:32:37.955Z Downloaded anstream v1.0.0
2952026-08-11T20:32:37.958Z Downloaded bitflags v2.11.0
2962026-08-11T20:32:37.958Z Downloaded block-buffer v0.10.4
2972026-08-11T20:32:37.961Z Downloaded proc-macro-error v1.0.4
2982026-08-11T20:32:37.966Z Downloaded toml_write v0.1.2
2992026-08-11T20:32:37.966Z Downloaded anstyle-parse v1.0.0
3002026-08-11T20:32:37.966Z Downloaded quote v1.0.45
3012026-08-11T20:32:37.970Z Downloaded zmij v1.0.21
3022026-08-11T20:32:37.970Z Downloaded unicode-ident v1.0.24
3032026-08-11T20:32:37.974Z Downloaded indexmap v2.14.0
3042026-08-11T20:32:37.977Z Downloaded is_terminal_polyfill v1.70.2
3052026-08-11T20:32:37.977Z Downloaded cargo_metadata v0.23.1
3062026-08-11T20:32:37.981Z Downloaded zerocopy-derive v0.7.35
3072026-08-11T20:32:37.981Z Downloaded zerocopy v0.7.35
3082026-08-11T20:32:37.988Z Downloaded papergrid v0.11.0
3092026-08-11T20:32:37.991Z Downloaded memchr v2.8.0
3102026-08-11T20:32:37.994Z Downloaded anyhow v1.0.102
3112026-08-11T20:32:37.997Z Downloaded camino-tempfile v1.4.1
3122026-08-11T20:32:37.997Z Downloaded crypto-common v0.1.7
3132026-08-11T20:32:38.001Z Downloaded generic-array v0.14.7
3142026-08-11T20:32:38.001Z Downloaded camino v1.2.2
3152026-08-11T20:32:38.004Z Downloaded bytecount v0.6.9
3162026-08-11T20:32:38.004Z Downloaded byteorder v1.5.0
3172026-08-11T20:32:38.009Z Downloaded cfg-if v1.0.4
3182026-08-11T20:32:38.013Z Downloaded cargo-platform v0.3.2
3192026-08-11T20:32:38.016Z Downloaded thread-id v4.2.2
3202026-08-11T20:32:38.016Z Downloaded clap_lex v1.0.0
3212026-08-11T20:32:38.019Z Downloaded equivalent v1.0.2
3222026-08-11T20:32:38.019Z Downloaded heck v0.4.1
3232026-08-11T20:32:38.019Z Downloaded toml_datetime v0.6.11
3242026-08-11T20:32:38.022Z Downloaded anstyle-query v1.1.5
3252026-08-11T20:32:38.025Z Downloaded fastrand v2.3.0
3262026-08-11T20:32:38.025Z Downloaded fnv v1.0.7
3272026-08-11T20:32:38.025Z Downloaded strsim v0.11.1
3282026-08-11T20:32:38.025Z Downloaded pest v2.8.6
3292026-08-11T20:32:38.029Z Downloaded pretty-hex v0.4.1
3302026-08-11T20:32:38.029Z Downloaded dtrace-parser v0.2.0
3312026-08-11T20:32:38.032Z Downloaded cpufeatures v0.2.17
3322026-08-11T20:32:38.037Z Downloaded usdt v0.5.0
3332026-08-11T20:32:38.043Z Downloaded anstyle v1.0.14
3342026-08-11T20:32:38.046Z Downloaded fs-err v3.3.0
3352026-08-11T20:32:38.050Z Downloaded macaddr v1.0.1
3362026-08-11T20:32:38.053Z Downloaded heck v0.5.0
3372026-08-11T20:32:38.053Z Downloaded itoa v1.0.17
3382026-08-11T20:32:38.058Z Downloaded version_check v0.9.5
3392026-08-11T20:32:38.062Z Downloaded scroll_derive v0.12.1
3402026-08-11T20:32:38.062Z Downloaded proc-macro-error-attr v1.0.4
3412026-08-11T20:32:38.062Z Downloaded unicode-linebreak v0.1.5
3422026-08-11T20:32:38.065Z Downloaded dof v0.3.0
3432026-08-11T20:32:38.068Z Downloaded tabled_derive v0.7.0
3442026-08-11T20:32:38.068Z Downloaded usdt-attr-macro v0.5.0
3452026-08-11T20:32:38.068Z Downloaded swrite v0.1.0
3462026-08-11T20:32:38.071Z Downloaded utf8parse v0.2.2
3472026-08-11T20:32:38.071Z Downloaded terminal_size v0.4.3
3482026-08-11T20:32:38.074Z Downloaded colorchoice v1.0.4
3492026-08-11T20:32:38.077Z Downloaded usdt-macro v0.5.0
3502026-08-11T20:32:38.078Z Downloaded digest v0.10.7
3512026-08-11T20:32:38.080Z Downloaded serde_spanned v0.6.9
3522026-08-11T20:32:38.080Z Downloaded thiserror v1.0.69
3532026-08-11T20:32:38.085Z Downloaded smawk v0.3.2
3542026-08-11T20:32:38.088Z Downloaded autocfg v1.5.0
3552026-08-11T20:32:38.088Z Downloaded tempfile v3.25.0
3562026-08-11T20:32:38.099Z Downloaded thiserror v2.0.18
3572026-08-11T20:32:38.102Z Downloaded thiserror-impl v2.0.18
3582026-08-11T20:32:38.106Z Downloaded thiserror-impl v1.0.69
3592026-08-11T20:32:38.109Z Downloaded plain v0.2.3
3602026-08-11T20:32:38.109Z Downloaded serde_tokenstream v0.2.3
3612026-08-11T20:32:38.109Z Downloaded sha2 v0.10.9
3622026-08-11T20:32:38.115Z Downloaded usdt-impl v0.5.0
3632026-08-11T20:32:38.118Z Downloaded scroll v0.12.0
3642026-08-11T20:32:38.122Z Downloaded ucd-trie v0.1.7
3652026-08-11T20:32:38.125Z Downloaded clap_derive v4.6.1
3662026-08-11T20:32:38.125Z Downloaded pest_derive v2.8.6
3672026-08-11T20:32:38.129Z Downloaded semver v1.0.28
3682026-08-11T20:32:38.129Z Downloaded cargo_toml v0.21.0
3692026-08-11T20:32:38.129Z Downloaded once_cell v1.21.3
3702026-08-11T20:32:38.133Z Downloaded toml v0.8.23
3712026-08-11T20:32:38.137Z Downloaded pest_generator v2.8.6
3722026-08-11T20:32:38.145Z Downloaded getrandom v0.4.1
3732026-08-11T20:32:38.148Z Downloaded proc-macro2 v1.0.106
3742026-08-11T20:32:38.151Z Downloaded log v0.4.29
3752026-08-11T20:32:38.159Z Downloaded textwrap v0.16.2
3762026-08-11T20:32:38.164Z Downloaded serde_derive v1.0.228
3772026-08-11T20:32:38.167Z Downloaded serde_core v1.0.228
3782026-08-11T20:32:38.167Z Downloaded clap v4.6.1
3792026-08-11T20:32:38.171Z Downloaded pest_meta v2.8.6
3802026-08-11T20:32:38.174Z Downloaded toml_edit v0.22.27
3812026-08-11T20:32:38.184Z Downloaded serde v1.0.228
3822026-08-11T20:32:38.212Z Downloaded typenum v1.20.1
3832026-08-11T20:32:38.236Z Downloaded hashbrown v0.17.0
3842026-08-11T20:32:38.254Z Downloaded serde_json v1.0.151
3852026-08-11T20:32:38.262Z Downloaded clap_builder v4.6.0
3862026-08-11T20:32:38.265Z Downloaded goblin v0.8.2
3872026-08-11T20:32:38.271Z Downloaded winnow v0.7.14
3882026-08-11T20:32:38.276Z Downloaded tabled v0.15.0
3892026-08-11T20:32:38.290Z Downloaded syn v1.0.109
3902026-08-11T20:32:38.299Z Downloaded unicode-width v0.1.14
3912026-08-11T20:32:38.302Z Downloaded unicode-width v0.2.0
3922026-08-11T20:32:38.305Z Downloaded syn v2.0.117
3932026-08-11T20:32:38.317Z Downloaded rustix v1.1.3
3942026-08-11T20:32:38.343Z Downloaded libc v0.2.185
3952026-08-11T20:32:38.406Z Compiling proc-macro2 v1.0.106
3962026-08-11T20:32:38.406Z Compiling unicode-ident v1.0.24
3972026-08-11T20:32:38.406Z Compiling quote v1.0.45
3982026-08-11T20:32:38.406Z Compiling serde_core v1.0.228
3992026-08-11T20:32:38.409Z Compiling libc v0.2.185
4002026-08-11T20:32:38.409Z Compiling version_check v0.9.5
4012026-08-11T20:32:38.409Z Compiling memchr v2.8.0
4022026-08-11T20:32:38.409Z Compiling serde v1.0.228
4032026-08-11T20:32:38.768Z Compiling zmij v1.0.21
4042026-08-11T20:32:38.890Z Compiling ucd-trie v0.1.7
4052026-08-11T20:32:38.986Z Compiling itoa v1.0.17
4062026-08-11T20:32:38.986Z Compiling thiserror v1.0.69
4072026-08-11T20:32:39.148Z Compiling pest v2.8.6
4082026-08-11T20:32:39.365Z Compiling byteorder v1.5.0
4092026-08-11T20:32:39.384Z Compiling rustix v1.1.3
4102026-08-11T20:32:39.442Z Compiling errno v0.3.14
4112026-08-11T20:32:39.570Z Compiling serde_json v1.0.151
4122026-08-11T20:32:39.591Z Compiling bitflags v2.11.0
4132026-08-11T20:32:39.865Z Compiling thread-id v4.2.2
4142026-08-11T20:32:39.881Z Compiling usdt-impl v0.5.0
4152026-08-11T20:32:39.929Z Compiling proc-macro-error-attr v1.0.4
4162026-08-11T20:32:39.951Z Compiling syn v2.0.117
4172026-08-11T20:32:40.039Z Compiling camino v1.2.2
4182026-08-11T20:32:40.100Z Compiling syn v1.0.109
4192026-08-11T20:32:40.270Z Compiling pest_meta v2.8.6
4202026-08-11T20:32:40.401Z Compiling proc-macro-error v1.0.4
4212026-08-11T20:32:40.464Z Compiling plain v0.2.3
4222026-08-11T20:32:40.467Z Compiling getrandom v0.4.1
4232026-08-11T20:32:40.578Z Compiling hashbrown v0.17.0
4242026-08-11T20:32:40.595Z Compiling utf8parse v0.2.2
4252026-08-11T20:32:40.718Z Compiling equivalent v1.0.2
4262026-08-11T20:32:40.840Z Compiling log v0.4.29
4272026-08-11T20:32:40.920Z Compiling terminal_size v0.4.3
4282026-08-11T20:32:41.071Z Compiling anstyle-parse v1.0.0
4292026-08-11T20:32:41.094Z Compiling indexmap v2.14.0
4302026-08-11T20:32:41.671Z Compiling winnow v0.7.14
4312026-08-11T20:32:41.731Z Compiling toml_write v0.1.2
4322026-08-11T20:32:41.856Z Compiling autocfg v1.5.0
4332026-08-11T20:32:41.856Z Compiling is_terminal_polyfill v1.70.2
4342026-08-11T20:32:41.882Z Compiling pretty-hex v0.4.1
4352026-08-11T20:32:41.919Z Compiling cfg-if v1.0.4
4362026-08-11T20:32:41.927Z Compiling thiserror v2.0.18
4372026-08-11T20:32:41.982Z Compiling anstyle v1.0.14
4382026-08-11T20:32:42.032Z Compiling colorchoice v1.0.4
4392026-08-11T20:32:42.170Z Compiling anstyle-query v1.1.5
4402026-08-11T20:32:42.234Z Compiling fs-err v3.3.0
4412026-08-11T20:32:42.265Z Compiling pest_generator v2.8.6
4422026-08-11T20:32:42.321Z Compiling anstream v1.0.0
4432026-08-11T20:32:42.486Z Compiling fastrand v2.3.0
4442026-08-11T20:32:42.563Z Compiling anyhow v1.0.102
4452026-08-11T20:32:42.625Z Compiling bytecount v0.6.9
4462026-08-11T20:32:42.737Z Compiling strsim v0.11.1
4472026-08-11T20:32:42.826Z Compiling unicode-width v0.1.14
4482026-08-11T20:32:42.826Z Compiling once_cell v1.21.3
4492026-08-11T20:32:42.839Z Compiling fnv v1.0.7
4502026-08-11T20:32:42.914Z Compiling heck v0.5.0
4512026-08-11T20:32:42.939Z Compiling clap_lex v1.0.0
4522026-08-11T20:32:42.958Z Compiling heck v0.4.1
4532026-08-11T20:32:43.007Z Compiling papergrid v0.11.0
4542026-08-11T20:32:43.045Z Compiling tempfile v3.25.0
4552026-08-11T20:32:43.116Z Compiling clap_builder v4.6.0
4562026-08-11T20:32:43.184Z Compiling cargo-platform v0.3.2
4572026-08-11T20:32:43.264Z Compiling tabled_derive v0.7.0
4582026-08-11T20:32:43.277Z Compiling semver v1.0.28
4592026-08-11T20:32:43.361Z Compiling memmap v0.7.0
4602026-08-11T20:32:43.406Z Compiling unicode-width v0.2.0
4612026-08-11T20:32:43.450Z Compiling unicode-linebreak v0.1.5
4622026-08-11T20:32:43.540Z Compiling smawk v0.3.2
4632026-08-11T20:32:43.680Z Compiling textwrap v0.16.2
4642026-08-11T20:32:43.714Z Compiling camino-tempfile v1.4.1
4652026-08-11T20:32:43.862Z Compiling serde_derive v1.0.228
4662026-08-11T20:32:43.935Z Compiling thiserror-impl v1.0.69
4672026-08-11T20:32:43.954Z Compiling zerocopy-derive v0.7.35
4682026-08-11T20:32:43.971Z Compiling pest_derive v2.8.6
4692026-08-11T20:32:44.130Z Compiling scroll_derive v0.12.1
4702026-08-11T20:32:44.147Z Compiling thiserror-impl v2.0.18
4712026-08-11T20:32:44.400Z Compiling clap_derive v4.6.1
4722026-08-11T20:32:44.418Z Compiling tabled v0.15.0
4732026-08-11T20:32:44.808Z Compiling zerocopy v0.7.35
4742026-08-11T20:32:44.865Z Compiling scroll v0.12.0
4752026-08-11T20:32:45.162Z Compiling goblin v0.8.2
4762026-08-11T20:32:45.313Z Compiling dtrace-parser v0.2.0
4772026-08-11T20:32:45.422Z Compiling swrite v0.1.0
4782026-08-11T20:32:46.128Z Compiling clap v4.6.1
4792026-08-11T20:32:46.791Z Compiling serde_spanned v0.6.9
4802026-08-11T20:32:46.794Z Compiling toml_datetime v0.6.11
4812026-08-11T20:32:46.794Z Compiling cargo_metadata v0.23.1
4822026-08-11T20:32:46.794Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-11T20:32:46.794Z Compiling macaddr v1.0.1
4842026-08-11T20:32:46.870Z Compiling dof v0.3.0
4852026-08-11T20:32:46.875Z Compiling serde_tokenstream v0.2.3
4862026-08-11T20:32:46.984Z Compiling toml_edit v0.22.27
4872026-08-11T20:32:47.579Z Compiling usdt-attr-macro v0.5.0
4882026-08-11T20:32:47.598Z Compiling usdt-macro v0.5.0
4892026-08-11T20:32:48.212Z Compiling usdt v0.5.0
4902026-08-11T20:32:48.300Z Compiling toml v0.8.23
4912026-08-11T20:32:48.628Z Compiling cargo_toml v0.21.0
4922026-08-11T20:32:49.869Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-11T20:32:51.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.92s
4942026-08-11T20:32:52.120Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-11T20:32:52.621Z Downloading crates ...
4962026-08-11T20:32:52.670Z Downloaded adler2 v2.0.1
4972026-08-11T20:32:52.677Z Downloaded anstream v0.6.21
4982026-08-11T20:32:52.680Z Downloaded anstyle-parse v0.2.7
4992026-08-11T20:32:52.693Z Downloaded atomic-waker v1.1.2
5002026-08-11T20:32:52.697Z Downloaded bit-set v0.8.0
5012026-08-11T20:32:52.697Z Downloaded bb8 v0.8.6
5022026-08-11T20:32:52.716Z Downloaded bit-vec v0.6.3
5032026-08-11T20:32:52.716Z Downloaded bitfield-struct v0.6.2
5042026-08-11T20:32:52.722Z Downloaded funty v2.0.0
5052026-08-11T20:32:52.722Z Downloaded fd-lock v4.0.4
5062026-08-11T20:32:52.722Z Downloaded base16ct v0.2.0
5072026-08-11T20:32:52.722Z Downloaded hash32 v0.3.1
5082026-08-11T20:32:52.722Z Downloaded hubpack v0.1.2
5092026-08-11T20:32:52.722Z Downloaded aead v0.5.2
5102026-08-11T20:32:52.722Z Downloaded ff v0.13.1
5112026-08-11T20:32:52.722Z Downloaded arrayref v0.3.9
5122026-08-11T20:32:52.722Z Downloaded ff v0.14.0
5132026-08-11T20:32:52.722Z Downloaded array-init v0.0.4
5142026-08-11T20:32:52.722Z Downloaded fixedbitset v0.4.2
5152026-08-11T20:32:52.722Z Downloaded async-stream-impl v0.3.6
5162026-08-11T20:32:52.722Z Downloaded bitfield v0.19.4
5172026-08-11T20:32:52.722Z Downloaded env_filter v1.0.0
5182026-08-11T20:32:52.723Z Downloaded foreign-types-shared v0.3.1
5192026-08-11T20:32:52.723Z Downloaded futures-sink v0.3.32
5202026-08-11T20:32:52.723Z Downloaded gethostname v0.5.0
5212026-08-11T20:32:52.726Z Downloaded base64ct v1.8.3
5222026-08-11T20:32:52.726Z Downloaded bit-vec v0.8.0
5232026-08-11T20:32:52.726Z Downloaded float-cmp v0.10.0
5242026-08-11T20:32:52.726Z Downloaded enum-as-inner v0.6.1
5252026-08-11T20:32:52.726Z Downloaded bindgen v0.71.1
5262026-08-11T20:32:52.730Z Downloaded ascii-canvas v3.0.0
5272026-08-11T20:32:52.730Z Downloaded futures-io v0.3.32
5282026-08-11T20:32:52.730Z Downloaded futures-macro v0.3.32
5292026-08-11T20:32:52.730Z Downloaded getrandom v0.3.4
5302026-08-11T20:32:52.733Z Downloaded fatfs v0.3.6
5312026-08-11T20:32:52.733Z Downloaded bcs v0.1.6
5322026-08-11T20:32:52.736Z Downloaded ahash v0.8.12
5332026-08-11T20:32:52.736Z Downloaded bitflags v1.3.2
5342026-08-11T20:32:52.740Z Downloaded float-ord v0.3.2
5352026-08-11T20:32:52.740Z Downloaded enum_dispatch v0.3.13
5362026-08-11T20:32:52.744Z Downloaded futures-core v0.3.32
5372026-08-11T20:32:52.747Z Downloaded bitfield-macros v0.19.4
5382026-08-11T20:32:52.747Z Downloaded foreign-types-shared v0.1.1
5392026-08-11T20:32:52.750Z Downloaded ghash v0.6.0
5402026-08-11T20:32:52.750Z Downloaded headers-core v0.3.0
5412026-08-11T20:32:52.750Z Downloaded foreign-types v0.3.2
5422026-08-11T20:32:52.751Z Downloaded bzip2 v0.4.4
5432026-08-11T20:32:52.751Z Downloaded atty v0.2.14
5442026-08-11T20:32:52.754Z Downloaded convert_case v0.4.0
5452026-08-11T20:32:52.754Z Downloaded form_urlencoded v1.2.2
5462026-08-11T20:32:52.754Z Downloaded hubpack_derive v0.1.1
5472026-08-11T20:32:52.754Z Downloaded endian-type v0.1.2
5482026-08-11T20:32:52.754Z Downloaded fixedbitset v0.5.7
5492026-08-11T20:32:52.754Z Downloaded git-stub v1.0.0
5502026-08-11T20:32:52.754Z Downloaded fs_extra v1.3.0
5512026-08-11T20:32:52.760Z Downloaded flagset v0.4.7
5522026-08-11T20:32:52.764Z Downloaded fxhash v0.2.1
5532026-08-11T20:32:52.764Z Downloaded assert_matches v1.5.0
5542026-08-11T20:32:52.764Z Downloaded bit-set v0.5.3
5552026-08-11T20:32:52.764Z Downloaded cobs v0.3.0
5562026-08-11T20:32:52.769Z Downloaded hex v0.4.3
5572026-08-11T20:32:52.769Z Downloaded hostname v0.4.2
5582026-08-11T20:32:52.769Z Downloaded hyper-tls v0.6.0
5592026-08-11T20:32:52.769Z Downloaded base16ct v1.0.0
5602026-08-11T20:32:52.769Z Downloaded futures-task v0.3.32
5612026-08-11T20:32:52.769Z Downloaded httpdate v1.0.3
5622026-08-11T20:32:52.769Z Downloaded http-body v1.0.1
5632026-08-11T20:32:52.774Z Downloaded castaway v0.2.4
5642026-08-11T20:32:52.774Z Downloaded hash32 v0.2.1
5652026-08-11T20:32:52.778Z Downloaded foreign-types-macros v0.2.3
5662026-08-11T20:32:52.778Z Downloaded home v0.5.12
5672026-08-11T20:32:52.785Z Downloaded http-range v0.1.5
5682026-08-11T20:32:52.785Z Downloaded erased-serde v0.3.31
5692026-08-11T20:32:52.790Z Downloaded fallible-iterator v0.2.0
5702026-08-11T20:32:52.790Z Downloaded filetime v0.2.27
5712026-08-11T20:32:52.790Z Downloaded flate2 v1.1.9
5722026-08-11T20:32:52.790Z Downloaded humantime v2.3.0
5732026-08-11T20:32:52.790Z Downloaded compression-core v0.4.31
5742026-08-11T20:32:52.790Z Downloaded hex-literal v1.1.0
5752026-08-11T20:32:52.790Z Downloaded hostname v0.3.1
5762026-08-11T20:32:52.796Z Downloaded blake2 v0.10.6
5772026-08-11T20:32:52.796Z Downloaded block-padding v0.4.2
5782026-08-11T20:32:52.796Z Downloaded argon2 v0.6.0-rc.8
5792026-08-11T20:32:52.796Z Downloaded async-stream v0.3.6
5802026-08-11T20:32:52.796Z Downloaded atomicwrites v0.4.4
5812026-08-11T20:32:52.799Z Downloaded foreign-types v0.5.0
5822026-08-11T20:32:52.799Z Downloaded bcrypt-pbkdf v0.11.0
5832026-08-11T20:32:52.802Z Downloaded env_logger v0.11.9
5842026-08-11T20:32:52.805Z Downloaded futures-executor v0.3.32
5852026-08-11T20:32:52.812Z Downloaded cfg_aliases v0.2.1
5862026-08-11T20:32:52.815Z Downloaded phf_shared v0.13.1
5872026-08-11T20:32:52.820Z Downloaded block-buffer v0.12.1
5882026-08-11T20:32:52.820Z Downloaded ciborium-ll v0.2.2
5892026-08-11T20:32:52.820Z Downloaded powerfmt v0.2.0
5902026-08-11T20:32:52.823Z Downloaded backoff v0.4.0
5912026-08-11T20:32:52.823Z Downloaded foldhash v0.1.5
5922026-08-11T20:32:52.823Z Downloaded foldhash v0.2.0
5932026-08-11T20:32:52.827Z Downloaded cipher v0.4.4
5942026-08-11T20:32:52.827Z Downloaded http-body-util v0.1.3
5952026-08-11T20:32:52.827Z Downloaded async-recursion v1.1.1
5962026-08-11T20:32:52.830Z Downloaded globset v0.4.18
5972026-08-11T20:32:52.838Z Downloaded radium v0.7.0
5982026-08-11T20:32:52.842Z Downloaded cfg_aliases v0.1.1
5992026-08-11T20:32:52.842Z Downloaded ciborium-io v0.2.2
6002026-08-11T20:32:52.842Z Downloaded num v0.4.3
6012026-08-11T20:32:52.842Z Downloaded num_threads v0.1.7
6022026-08-11T20:32:52.842Z Downloaded russh-cryptovec v0.62.0
6032026-08-11T20:32:52.842Z Downloaded russh-util v0.52.0
6042026-08-11T20:32:52.842Z Downloaded serde-big-array v0.5.1
6052026-08-11T20:32:52.843Z Downloaded fs-err v2.11.0
6062026-08-11T20:32:52.843Z Downloaded git-stub-vcs v0.1.0
6072026-08-11T20:32:52.843Z Downloaded httparse v1.10.1
6082026-08-11T20:32:52.846Z Downloaded globwalk v0.9.1
6092026-08-11T20:32:52.851Z Downloaded glob v0.3.3
6102026-08-11T20:32:52.855Z Downloaded progenitor-macro v0.14.0
6112026-08-11T20:32:52.855Z Downloaded cipher v0.5.2
6122026-08-11T20:32:52.855Z Downloaded hyper-staticfile v0.10.1
6132026-08-11T20:32:52.858Z Downloaded futures-channel v0.3.32
6142026-08-11T20:32:52.858Z Downloaded rfc6979 v0.4.0
6152026-08-11T20:32:52.858Z Downloaded seq-macro v0.3.6
6162026-08-11T20:32:52.862Z Downloaded semver v0.1.20
6172026-08-11T20:32:52.866Z Downloaded arrayvec v0.7.6
6182026-08-11T20:32:52.866Z Downloaded bs58 v0.5.1
6192026-08-11T20:32:52.866Z Downloaded cassowary v0.3.0
6202026-08-11T20:32:52.866Z Downloaded compression-codecs v0.4.37
6212026-08-11T20:32:52.870Z Downloaded byte-wrapper v0.1.0
6222026-08-11T20:32:52.870Z Downloaded cexpr v0.6.0
6232026-08-11T20:32:52.870Z Downloaded chacha20 v0.9.1
6242026-08-11T20:32:52.870Z Downloaded cmov v0.5.4
6252026-08-11T20:32:52.873Z Downloaded strsim v0.10.0
6262026-08-11T20:32:52.873Z Downloaded async-trait v0.1.89
6272026-08-11T20:32:52.876Z Downloaded getrandom v0.2.17
6282026-08-11T20:32:52.876Z Downloaded group v0.13.0
6292026-08-11T20:32:52.879Z Downloaded shell-words v1.1.1
6302026-08-11T20:32:52.882Z Downloaded owo-colors v4.3.0
6312026-08-11T20:32:52.882Z Downloaded aead v0.6.1
6322026-08-11T20:32:52.882Z Downloaded camino-tempfile-ext v0.3.3
6332026-08-11T20:32:52.886Z Downloaded highway v1.3.0
6342026-08-11T20:32:52.886Z Downloaded pbkdf2 v0.13.0
6352026-08-11T20:32:52.886Z Downloaded ppv-lite86 v0.2.21
6362026-08-11T20:32:52.889Z Downloaded progenitor v0.13.0
6372026-08-11T20:32:52.889Z Downloaded strip-ansi-escapes v0.2.1
6382026-08-11T20:32:52.889Z Downloaded supports-color v3.0.2
6392026-08-11T20:32:52.892Z Downloaded sync-ptr v0.1.4
6402026-08-11T20:32:52.893Z Downloaded sync_wrapper v1.0.2
6412026-08-11T20:32:52.897Z Downloaded buf-list v1.1.2
6422026-08-11T20:32:52.897Z Downloaded cmake v0.1.57
6432026-08-11T20:32:52.897Z Downloaded hmac v0.12.1
6442026-08-11T20:32:52.900Z Downloaded const_format_proc_macros v0.2.34
6452026-08-11T20:32:52.900Z Downloaded group v0.14.0
6462026-08-11T20:32:52.902Z Downloaded progenitor-extras v0.2.0
6472026-08-11T20:32:52.903Z Downloaded signal-hook-tokio v0.3.1
6482026-08-11T20:32:52.905Z Downloaded async-compression v0.4.41
6492026-08-11T20:32:52.909Z Downloaded blowfish v0.10.0
6502026-08-11T20:32:52.909Z Downloaded rand_core v0.9.5
6512026-08-11T20:32:52.912Z Downloaded rustls-pemfile v2.2.0
6522026-08-11T20:32:52.912Z Downloaded async-bb8-diesel v0.2.1
6532026-08-11T20:32:52.915Z Downloaded hybrid-array v0.4.13
6542026-08-11T20:32:52.918Z Downloaded cbc v0.2.1
6552026-08-11T20:32:52.918Z Downloaded hmac v0.13.0
6562026-08-11T20:32:52.918Z Downloaded num-rational v0.4.2
6572026-08-11T20:32:52.922Z Downloaded constant_time_eq v0.4.2
6582026-08-11T20:32:52.922Z Downloaded find-msvc-tools v0.1.9
6592026-08-11T20:32:52.922Z Downloaded hyper-rustls v0.27.7
6602026-08-11T20:32:52.925Z Downloaded half v1.8.3
6612026-08-11T20:32:52.925Z Downloaded futures v0.3.32
6622026-08-11T20:32:52.928Z Downloaded wait-timeout v0.2.1
6632026-08-11T20:32:52.928Z Downloaded pem v3.0.6
6642026-08-11T20:32:52.932Z Downloaded slab v0.4.12
6652026-08-11T20:32:52.932Z Downloaded tokio-macros v2.7.0
6662026-08-11T20:32:52.935Z Downloaded serdect v0.4.3
6672026-08-11T20:32:52.935Z Downloaded snafu-derive v0.8.9
6682026-08-11T20:32:52.935Z Downloaded spki v0.8.0
6692026-08-11T20:32:52.935Z Downloaded unarray v0.1.4
6702026-08-11T20:32:52.939Z Downloaded pin-project-lite v0.2.17
6712026-08-11T20:32:52.939Z Downloaded primefield v0.14.0
6722026-08-11T20:32:52.942Z Downloaded static_assertions v1.1.0
6732026-08-11T20:32:52.942Z Downloaded xshell-macros v0.2.7
6742026-08-11T20:32:52.942Z Downloaded zone_cfg_derive v0.3.1
6752026-08-11T20:32:52.945Z Downloaded backon v1.6.0
6762026-08-11T20:32:52.945Z Downloaded argon2 v0.5.3
6772026-08-11T20:32:52.945Z Downloaded crunchy v0.2.4
6782026-08-11T20:32:52.949Z Downloaded clang-sys v1.8.1
6792026-08-11T20:32:52.949Z Downloaded colored v2.2.0
6802026-08-11T20:32:52.952Z Downloaded phf v0.12.1
6812026-08-11T20:32:52.952Z Downloaded rand_seeder v0.4.0
6822026-08-11T20:32:52.956Z Downloaded parking_lot v0.11.2
6832026-08-11T20:32:52.956Z Downloaded unicode-xid v0.2.6
6842026-08-11T20:32:52.956Z Downloaded utf-8 v0.7.6
6852026-08-11T20:32:52.959Z Downloaded poly1305 v0.9.0
6862026-08-11T20:32:52.959Z Downloaded polyval v0.7.1
6872026-08-11T20:32:52.959Z Downloaded strum_macros v0.27.2
6882026-08-11T20:32:52.962Z Downloaded support-bundle-viewer v0.1.2
6892026-08-11T20:32:52.962Z Downloaded tiny-keccak v2.0.2
6902026-08-11T20:32:52.962Z Downloaded yoke-derive v0.8.1
6912026-08-11T20:32:52.962Z Downloaded zerofrom v0.1.6
6922026-08-11T20:32:52.963Z Downloaded debug-ignore v1.0.5
6932026-08-11T20:32:52.966Z Downloaded generic-array v1.4.3
6942026-08-11T20:32:52.970Z Downloaded half v2.7.1
6952026-08-11T20:32:52.970Z Downloaded rpassword v7.5.4
6962026-08-11T20:32:52.970Z Downloaded const-oid v0.9.6
6972026-08-11T20:32:52.973Z Downloaded bzip2 v0.6.1
6982026-08-11T20:32:52.976Z Downloaded dtrace-parser v0.3.0
6992026-08-11T20:32:52.980Z Downloaded cancel-safe-futures v0.1.5
7002026-08-11T20:32:52.980Z Downloaded chacha20 v0.10.0
7012026-08-11T20:32:52.983Z Downloaded signal-hook-registry v1.4.8
7022026-08-11T20:32:52.983Z Downloaded ssh-encoding v0.3.0
7032026-08-11T20:32:52.987Z Downloaded ar_archive_writer v0.5.1
7042026-08-11T20:32:52.987Z Downloaded arc-swap v1.8.2
7052026-08-11T20:32:52.990Z Downloaded blake2 v0.11.0-rc.6
7062026-08-11T20:32:52.990Z Downloaded tui-tree-widget v0.23.1
7072026-08-11T20:32:52.993Z Downloaded defmt-parser v1.0.0
7082026-08-11T20:32:52.993Z Downloaded difflib v0.4.0
7092026-08-11T20:32:52.993Z Downloaded internet-checksum v0.2.1
7102026-08-11T20:32:52.993Z Downloaded indent_write v2.2.0
7112026-08-11T20:32:52.997Z Downloaded dirs-sys-next v0.1.2
7122026-08-11T20:32:52.997Z Downloaded display-error-chain v0.2.2
7132026-08-11T20:32:53.004Z Downloaded usdt v0.6.0
7142026-08-11T20:32:53.007Z Downloaded colored v3.1.1
7152026-08-11T20:32:53.007Z Downloaded vergen-gitcl v1.0.8
7162026-08-11T20:32:53.007Z Downloaded parse-display-derive v0.10.0
7172026-08-11T20:32:53.010Z Downloaded console v0.16.2
7182026-08-11T20:32:53.010Z Downloaded wyz v0.5.1
7192026-08-11T20:32:53.010Z Downloaded tokio-tungstenite v0.23.1
7202026-08-11T20:32:53.010Z Downloaded critical-section v1.2.0
7212026-08-11T20:32:53.013Z Downloaded libscf-sys v1.2.0
7222026-08-11T20:32:53.013Z Downloaded thread_local v1.1.9
7232026-08-11T20:32:53.016Z Downloaded toml_writer v1.1.1+spec-1.1.0
7242026-08-11T20:32:53.017Z Downloaded ident_case v1.0.1
7252026-08-11T20:32:53.017Z Downloaded tokio-native-tls v0.3.1
7262026-08-11T20:32:53.017Z Downloaded lru-slab v0.1.2
7272026-08-11T20:32:53.020Z Downloaded match_cfg v0.1.0
7282026-08-11T20:32:53.020Z Downloaded nonempty v0.12.0
7292026-08-11T20:32:53.024Z Downloaded allocator-api2 v0.2.21
7302026-08-11T20:32:53.027Z Downloaded papergrid v0.17.0
7312026-08-11T20:32:53.031Z Downloaded term v1.2.1
7322026-08-11T20:32:53.031Z Downloaded tinystr v0.8.2
7332026-08-11T20:32:53.034Z Downloaded pkcs1 v0.7.5
7342026-08-11T20:32:53.034Z Downloaded ciborium v0.2.2
7352026-08-11T20:32:53.034Z Downloaded olpc-cjson v0.1.4
7362026-08-11T20:32:53.039Z Downloaded memoffset v0.9.1
7372026-08-11T20:32:53.043Z Downloaded num-iter v0.1.45
7382026-08-11T20:32:53.047Z Downloaded oso-derive v0.27.3
7392026-08-11T20:32:53.050Z Downloaded console v0.15.11
7402026-08-11T20:32:53.050Z Downloaded password-hash v0.6.1
7412026-08-11T20:32:53.053Z Downloaded percent-encoding v2.3.2
7422026-08-11T20:32:53.057Z Downloaded quick-error v1.2.3
7432026-08-11T20:32:53.061Z Downloaded flume v0.11.1
7442026-08-11T20:32:53.064Z Downloaded der_derive v0.7.3
7452026-08-11T20:32:53.064Z Downloaded headers v0.4.1
7462026-08-11T20:32:53.068Z Downloaded smallvec v1.15.1
7472026-08-11T20:32:53.071Z Downloaded unicode-properties v0.1.4
7482026-08-11T20:32:53.071Z Downloaded ctutils v0.4.2
7492026-08-11T20:32:53.074Z Downloaded either v1.15.0
7502026-08-11T20:32:53.074Z Downloaded indoc v2.0.7
7512026-08-11T20:32:53.075Z Downloaded displaydoc v0.2.5
7522026-08-11T20:32:53.078Z Downloaded ingot v0.2.1
7532026-08-11T20:32:53.078Z Downloaded ref-cast v1.0.25
7542026-08-11T20:32:53.078Z Downloaded secrecy v0.8.0
7552026-08-11T20:32:53.082Z Downloaded progenitor-client v0.14.0
7562026-08-11T20:32:53.082Z Downloaded schemars v0.8.22
7572026-08-11T20:32:53.087Z Downloaded rand_pcg v0.10.2
7582026-08-11T20:32:53.089Z Downloaded num-traits v0.2.19
7592026-08-11T20:32:53.093Z Downloaded tokio-tungstenite v0.21.0
7602026-08-11T20:32:53.093Z Downloaded tracing-attributes v0.1.31
7612026-08-11T20:32:53.096Z Downloaded zstd v0.13.3
7622026-08-11T20:32:53.099Z Downloaded libefi-sys v0.1.0
7632026-08-11T20:32:53.099Z Downloaded scopeguard v1.2.0
7642026-08-11T20:32:53.103Z Downloaded serde_plain v1.0.2
7652026-08-11T20:32:53.103Z Downloaded signature v3.0.0
7662026-08-11T20:32:53.103Z Downloaded nanorand v0.7.0
7672026-08-11T20:32:53.106Z Downloaded heapless v0.8.0
7682026-08-11T20:32:53.106Z Downloaded oxide-update-engine-types v0.1.2
7692026-08-11T20:32:53.113Z Downloaded structmeta v0.3.0
7702026-08-11T20:32:53.116Z Downloaded const-oid v0.10.2
7712026-08-11T20:32:53.116Z Downloaded tabled_derive v0.11.0
7722026-08-11T20:32:53.119Z Downloaded tinyvec_macros v0.1.1
7732026-08-11T20:32:53.119Z Downloaded tower-layer v0.3.3
7742026-08-11T20:32:53.122Z Downloaded rcgen v0.12.1
7752026-08-11T20:32:53.127Z Downloaded heapless v0.7.17
7762026-08-11T20:32:53.130Z Downloaded newtype-uuid v1.3.2
7772026-08-11T20:32:53.130Z Downloaded num-integer v0.1.46
7782026-08-11T20:32:53.134Z Downloaded oxnet v0.1.6
7792026-08-11T20:32:53.137Z Downloaded primeorder v0.13.6
7802026-08-11T20:32:53.140Z Downloaded tokio-test v0.4.5
7812026-08-11T20:32:53.140Z Downloaded primeorder v0.14.0
7822026-08-11T20:32:53.143Z Downloaded trait-variant v0.1.2
7832026-08-11T20:32:53.143Z Downloaded usdt-attr-macro v0.6.0
7842026-08-11T20:32:53.143Z Downloaded zerofrom-derive v0.1.6
7852026-08-11T20:32:53.147Z Downloaded compact_str v0.8.1
7862026-08-11T20:32:53.150Z Downloaded hickory-resolver v0.24.4
7872026-08-11T20:32:53.160Z Downloaded ryu v1.0.23
7882026-08-11T20:32:53.163Z Downloaded peg-macros v0.8.5
7892026-08-11T20:32:53.166Z Downloaded rustversion v1.0.22
7902026-08-11T20:32:53.166Z Downloaded rusty-fork v0.3.1
7912026-08-11T20:32:53.169Z Downloaded bytes v1.11.1
7922026-08-11T20:32:53.169Z Downloaded ecdsa v0.17.0
7932026-08-11T20:32:53.172Z Downloaded ctr v0.10.1
7942026-08-11T20:32:53.172Z Downloaded delegate v0.13.5
7952026-08-11T20:32:53.172Z Downloaded serde_yaml v0.9.34+deprecated
7962026-08-11T20:32:53.176Z Downloaded pkg-config v0.3.32
7972026-08-11T20:32:53.176Z Downloaded postgres-protocol v0.6.10
7982026-08-11T20:32:53.176Z Downloaded slog v2.8.2
7992026-08-11T20:32:53.183Z Downloaded snafu v0.8.9
8002026-08-11T20:32:53.186Z Downloaded crossbeam-utils v0.8.21
8012026-08-11T20:32:53.190Z Downloaded zopfli v0.8.3
8022026-08-11T20:32:53.190Z Downloaded crc-any v2.5.0
8032026-08-11T20:32:53.193Z Downloaded crc-catalog v2.4.0
8042026-08-11T20:32:53.193Z Downloaded crucible-workspace-hack v0.1.0
8052026-08-11T20:32:53.193Z Downloaded darling_macro v0.23.0
8062026-08-11T20:32:53.193Z Downloaded r2d2 v0.8.10
8072026-08-11T20:32:53.193Z Downloaded p384 v0.14.0
8082026-08-11T20:32:53.196Z Downloaded iana-time-zone v0.1.65
8092026-08-11T20:32:53.196Z Downloaded schemars_derive v0.8.22
8102026-08-11T20:32:53.199Z Downloaded serde_with_macros v1.5.2
8112026-08-11T20:32:53.199Z Downloaded siphasher v1.0.2
8122026-08-11T20:32:53.200Z Downloaded slog-async v2.8.0
8132026-08-11T20:32:53.200Z Downloaded shlex v1.3.0
8142026-08-11T20:32:53.204Z Downloaded slog-term v2.9.2
8152026-08-11T20:32:53.204Z Downloaded downcast-rs v2.0.2
8162026-08-11T20:32:53.204Z Downloaded dunce v1.0.5
8172026-08-11T20:32:53.207Z Downloaded dof v0.4.0
8182026-08-11T20:32:53.207Z Downloaded darling v0.20.11
8192026-08-11T20:32:53.207Z Downloaded prettyplease v0.2.37
8202026-08-11T20:32:53.211Z Downloaded http v1.4.2
8212026-08-11T20:32:53.214Z Downloaded quinn v0.11.11
8222026-08-11T20:32:53.217Z Downloaded vte v0.14.1
8232026-08-11T20:32:53.217Z Downloaded memmap2 v0.9.10
8242026-08-11T20:32:53.221Z Downloaded postgres-types v0.2.12
8252026-08-11T20:32:53.221Z Downloaded vergen-lib v0.1.6
8262026-08-11T20:32:53.221Z Downloaded whoami v2.1.0
8272026-08-11T20:32:53.224Z Downloaded strum_macros v0.24.3
8282026-08-11T20:32:53.224Z Downloaded strum_macros v0.26.4
8292026-08-11T20:32:53.224Z Downloaded testing_table v0.3.0
8302026-08-11T20:32:53.228Z Downloaded tokio-dtrace v0.1.1
8312026-08-11T20:32:53.228Z Downloaded instant v0.1.13
8322026-08-11T20:32:53.228Z Downloaded managed v0.8.0
8332026-08-11T20:32:53.231Z Downloaded rayon-core v1.13.0
8342026-08-11T20:32:53.231Z Downloaded cc v1.2.56
8352026-08-11T20:32:53.235Z Downloaded bumpalo v3.20.2
8362026-08-11T20:32:53.235Z Downloaded tungstenite v0.21.0
8372026-08-11T20:32:53.240Z Downloaded hashbrown v0.13.2
8382026-08-11T20:32:53.240Z Downloaded hickory-resolver v0.25.2
8392026-08-11T20:32:53.258Z Downloaded const_format v0.2.35
8402026-08-11T20:32:53.258Z Downloaded base64 v0.22.1
8412026-08-11T20:32:53.263Z Downloaded chacha20poly1305 v0.10.1
8422026-08-11T20:32:53.263Z Downloaded parking_lot_core v0.9.12
8432026-08-11T20:32:53.264Z Downloaded unicase v2.9.0
8442026-08-11T20:32:53.264Z Downloaded keccak v0.1.6
8452026-08-11T20:32:53.264Z Downloaded pkcs8 v0.11.0
8462026-08-11T20:32:53.264Z Downloaded corncobs v0.1.4
8472026-08-11T20:32:53.264Z Downloaded md-5 v0.10.6
8482026-08-11T20:32:53.264Z Downloaded newline-converter v0.3.0
8492026-08-11T20:32:53.264Z Downloaded usdt-impl v0.6.0
8502026-08-11T20:32:53.264Z Downloaded schemars v0.9.0
8512026-08-11T20:32:53.264Z Downloaded vsss-rs v3.3.4
8522026-08-11T20:32:53.264Z Downloaded writeable v0.6.2
8532026-08-11T20:32:53.264Z Downloaded openssl-macros v0.1.1
8542026-08-11T20:32:53.264Z Downloaded openssl-probe v0.1.6
8552026-08-11T20:32:53.264Z Downloaded phf_shared v0.11.3
8562026-08-11T20:32:53.264Z Downloaded litrs v1.0.0
8572026-08-11T20:32:53.268Z Downloaded darling v0.13.4
8582026-08-11T20:32:53.268Z Downloaded peg-runtime v0.8.5
8592026-08-11T20:32:53.268Z Downloaded predicates-core v1.0.10
8602026-08-11T20:32:53.268Z Downloaded crossbeam-deque v0.8.6
8612026-08-11T20:32:53.268Z Downloaded hickory-server v0.25.2
8622026-08-11T20:32:53.272Z Downloaded sha2 v0.11.0
8632026-08-11T20:32:53.272Z Downloaded darling_core v0.21.3
8642026-08-11T20:32:53.275Z Downloaded digest v0.11.3
8652026-08-11T20:32:53.276Z Downloaded proc-macro-crate v1.3.1
8662026-08-11T20:32:53.276Z Downloaded serde_cbor v0.11.2
8672026-08-11T20:32:53.279Z Downloaded term v0.7.0
8682026-08-11T20:32:53.280Z Downloaded defmt-macros v1.0.1
8692026-08-11T20:32:53.280Z Downloaded diesel-dtrace v0.5.0
8702026-08-11T20:32:53.283Z Downloaded ed25519 v3.0.0
8712026-08-11T20:32:53.283Z Downloaded psl-types v2.0.11
8722026-08-11T20:32:53.283Z Downloaded progenitor-macro v0.13.0
8732026-08-11T20:32:53.283Z Downloaded recursive v0.1.1
8742026-08-11T20:32:53.283Z Downloaded base64 v0.21.7
8752026-08-11T20:32:53.287Z Downloaded omicron-zone-package v0.12.3
8762026-08-11T20:32:53.287Z Downloaded scroll_derive v0.13.1
8772026-08-11T20:32:53.287Z Downloaded expectorate v1.2.0
8782026-08-11T20:32:53.291Z Downloaded darling_core v0.20.11
8792026-08-11T20:32:53.291Z Downloaded xshell v0.2.7
8802026-08-11T20:32:53.291Z Downloaded lock_api v0.4.14
8812026-08-11T20:32:53.295Z Downloaded ingot-types v0.2.0
8822026-08-11T20:32:53.298Z Downloaded thiserror-impl-no-std v2.0.2
8832026-08-11T20:32:53.301Z Downloaded rand_chacha v0.3.1
8842026-08-11T20:32:53.302Z Downloaded ipnet v2.11.0
8852026-08-11T20:32:53.302Z Downloaded ref-cast-impl v1.0.25
8862026-08-11T20:32:53.302Z Downloaded rtoolbox v0.0.3
8872026-08-11T20:32:53.302Z Downloaded libloading v0.8.9
8882026-08-11T20:32:53.305Z Downloaded futures-util v0.3.32
8892026-08-11T20:32:53.309Z Downloaded serde_urlencoded v0.7.1
8902026-08-11T20:32:53.312Z Downloaded sponge-cursor v0.1.0
8912026-08-11T20:32:53.312Z Downloaded icu_normalizer_data v2.1.1
8922026-08-11T20:32:53.313Z Downloaded strum v0.27.2
8932026-08-11T20:32:53.313Z Downloaded aes v0.9.1
8942026-08-11T20:32:53.316Z Downloaded samael v0.0.19
8952026-08-11T20:32:53.320Z Downloaded num_enum_derive v0.7.6
8962026-08-11T20:32:53.320Z Downloaded topological-sort v0.2.2
8972026-08-11T20:32:53.320Z Downloaded lalrpop-util v0.19.12
8982026-08-11T20:32:53.320Z Downloaded schemars v1.2.1
8992026-08-11T20:32:53.327Z Downloaded multer v3.1.0
9002026-08-11T20:32:53.331Z Downloaded slog-envlogger v2.2.0
9012026-08-11T20:32:53.331Z Downloaded stable_deref_trait v1.2.1
9022026-08-11T20:32:53.331Z Downloaded termtree v0.5.1
9032026-08-11T20:32:53.331Z Downloaded num-derive v0.4.2
9042026-08-11T20:32:53.331Z Downloaded universal-hash v0.6.1
9052026-08-11T20:32:53.338Z Downloaded password-hash v0.5.0
9062026-08-11T20:32:53.347Z Downloaded phf v0.13.1
9072026-08-11T20:32:53.353Z Downloaded curve25519-dalek-derive v0.1.1
9082026-08-11T20:32:53.353Z Downloaded embedded-io v0.4.0
9092026-08-11T20:32:53.353Z Downloaded progenitor v0.14.0
9102026-08-11T20:32:53.353Z Downloaded embedded-io v0.6.1
9112026-08-11T20:32:53.353Z Downloaded linked-hash-map v0.5.6
9122026-08-11T20:32:53.353Z Downloaded void v1.0.2
9132026-08-11T20:32:53.358Z Downloaded resolv-conf v0.7.6
9142026-08-11T20:32:53.358Z Downloaded darling_macro v0.20.11
9152026-08-11T20:32:53.365Z Downloaded sec1 v0.7.3
9162026-08-11T20:32:53.368Z Downloaded sec1 v0.8.1
9172026-08-11T20:32:53.369Z Downloaded signal-hook-mio v0.2.5
9182026-08-11T20:32:53.369Z Downloaded indoc v1.0.9
9192026-08-11T20:32:53.373Z Downloaded publicsuffix v2.3.0
9202026-08-11T20:32:53.373Z Downloaded md5 v0.8.0
9212026-08-11T20:32:53.373Z Downloaded mime v0.3.17
9222026-08-11T20:32:53.373Z Downloaded nibble_vec v0.1.0
9232026-08-11T20:32:53.373Z Downloaded hashbrown v0.12.3
9242026-08-11T20:32:53.377Z Downloaded socket2 v0.5.10
9252026-08-11T20:32:53.380Z Downloaded test-strategy v0.4.5
9262026-08-11T20:32:53.381Z Downloaded rustc-hash v2.1.1
9272026-08-11T20:32:53.384Z Downloaded idna_adapter v1.2.1
9282026-08-11T20:32:53.388Z Downloaded jiff-static v0.2.34
9292026-08-11T20:32:53.388Z Downloaded unicode-bidi v0.3.18
9302026-08-11T20:32:53.388Z Downloaded tls_codec v0.4.2
9312026-08-11T20:32:53.391Z Downloaded potential_utf v0.1.4
9322026-08-11T20:32:53.395Z Downloaded slog-stdlog v4.1.1
9332026-08-11T20:32:53.395Z Downloaded packed_struct_codegen v0.10.1
9342026-08-11T20:32:53.395Z Downloaded zerocopy-derive v0.8.40
9352026-08-11T20:32:53.398Z Downloaded ssh-cipher v0.3.0
9362026-08-11T20:32:53.398Z Downloaded serde_with v1.14.0
9372026-08-11T20:32:53.407Z Downloaded parking_lot v0.12.5
9382026-08-11T20:32:53.419Z Downloaded crypto-common v0.2.2
9392026-08-11T20:32:53.419Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9402026-08-11T20:32:53.419Z Downloaded uzers v0.12.2
9412026-08-11T20:32:53.425Z Downloaded rustc_version v0.1.7
9422026-08-11T20:32:53.425Z Downloaded serde_spanned v1.1.1
9432026-08-11T20:32:53.425Z Downloaded serde_repr v0.1.20
9442026-08-11T20:32:53.425Z Downloaded derive_builder v0.20.2
9452026-08-11T20:32:53.426Z Downloaded num-bigint v0.4.6
9462026-08-11T20:32:53.430Z Downloaded slog-bunyan v2.5.0
9472026-08-11T20:32:53.433Z Downloaded postcard v1.1.3
9482026-08-11T20:32:53.433Z Downloaded structmeta-derive v0.3.0
9492026-08-11T20:32:53.437Z Downloaded hkdf v0.13.0
9502026-08-11T20:32:53.437Z Downloaded whoami v1.6.1
9512026-08-11T20:32:53.440Z Downloaded deranged v0.5.8
9522026-08-11T20:32:53.440Z Downloaded defmt v1.0.1
9532026-08-11T20:32:53.454Z Downloaded tabwriter v1.4.1
9542026-08-11T20:32:53.464Z Downloaded typify-macro v0.6.2
9552026-08-11T20:32:53.464Z Downloaded unicode-truncate v1.1.0
9562026-08-11T20:32:53.464Z Downloaded unit-prefix v0.5.2
9572026-08-11T20:32:53.464Z Downloaded cpufeatures v0.3.0
9582026-08-11T20:32:53.464Z Downloaded crc v3.4.0
9592026-08-11T20:32:53.464Z Downloaded want v0.3.1
9602026-08-11T20:32:53.464Z Downloaded unicode_categories v0.1.1
9612026-08-11T20:32:53.464Z Downloaded linear-map v1.2.0
9622026-08-11T20:32:53.464Z Downloaded num-complex v0.4.6
9632026-08-11T20:32:53.474Z Downloaded hashbrown v0.15.5
9642026-08-11T20:32:53.474Z Downloaded socket2 v0.6.3
9652026-08-11T20:32:53.474Z Downloaded rsa v0.9.10
9662026-08-11T20:32:53.474Z Downloaded oxide-update-engine-display v0.1.2
9672026-08-11T20:32:53.474Z Downloaded packed_struct v0.10.1
9682026-08-11T20:32:53.474Z Downloaded oxide-update-engine v0.1.2
9692026-08-11T20:32:53.474Z Downloaded cpubits v0.1.1
9702026-08-11T20:32:53.474Z Downloaded derive_builder_macro v0.20.2
9712026-08-11T20:32:53.478Z Downloaded rand_core v0.6.4
9722026-08-11T20:32:53.478Z Downloaded tokio-rustls v0.26.4
9732026-08-11T20:32:53.481Z Downloaded toml_edit v0.23.10+spec-1.0.0
9742026-08-11T20:32:53.481Z Downloaded native-tls v0.2.18
9752026-08-11T20:32:53.481Z Downloaded darling_core v0.23.0
9762026-08-11T20:32:53.486Z Downloaded rand_core v0.10.0
9772026-08-11T20:32:53.486Z Downloaded lazy_static v1.5.0
9782026-08-11T20:32:53.486Z Downloaded opaque-debug v0.3.1
9792026-08-11T20:32:53.490Z Downloaded defmt v0.3.100
9802026-08-11T20:32:53.490Z Downloaded is-terminal v0.4.17
9812026-08-11T20:32:53.490Z Downloaded inout v0.2.2
9822026-08-11T20:32:53.490Z Downloaded is_ci v1.2.0
9832026-08-11T20:32:53.490Z Downloaded mio v1.2.0
9842026-08-11T20:32:53.500Z Downloaded hashbrown v0.16.1
9852026-08-11T20:32:53.503Z Downloaded twox-hash v2.1.2
9862026-08-11T20:32:53.503Z Downloaded oxide-tokio-rt v0.1.4
9872026-08-11T20:32:53.503Z Downloaded ignore v0.4.25
9882026-08-11T20:32:53.503Z Downloaded psm v0.1.30
9892026-08-11T20:32:53.503Z Downloaded illumos-nvpair v0.3.0
9902026-08-11T20:32:53.503Z Downloaded smallvec v0.6.14
9912026-08-11T20:32:53.503Z Downloaded ed25519 v2.2.3
9922026-08-11T20:32:53.507Z Downloaded nodrop v0.1.14
9932026-08-11T20:32:53.507Z Downloaded predicates-tree v1.0.13
9942026-08-11T20:32:53.511Z Downloaded rand v0.8.6
9952026-08-11T20:32:53.511Z Downloaded serde-hex v0.1.0
9962026-08-11T20:32:53.511Z Downloaded serde_path_to_error v0.1.20
9972026-08-11T20:32:53.511Z Downloaded ingot-macros v0.2.0
9982026-08-11T20:32:53.523Z Downloaded tls_codec_derive v0.4.2
9992026-08-11T20:32:53.526Z Downloaded cookie_store v0.22.1
10002026-08-11T20:32:53.529Z Downloaded rfc6979 v0.6.0
10012026-08-11T20:32:53.529Z Downloaded crossbeam-epoch v0.9.18
10022026-08-11T20:32:53.536Z Downloaded miniz_oxide v0.8.9
10032026-08-11T20:32:53.536Z Downloaded des v0.9.0
10042026-08-11T20:32:53.536Z Downloaded spki v0.7.3
10052026-08-11T20:32:53.536Z Downloaded tap v1.0.1
10062026-08-11T20:32:53.540Z Downloaded hyper v1.10.1
10072026-08-11T20:32:53.544Z Downloaded internal-russh-num-bigint v0.5.0
10082026-08-11T20:32:53.544Z Downloaded quinn-udp v0.5.14
10092026-08-11T20:32:53.544Z Downloaded daft v0.1.7
10102026-08-11T20:32:53.548Z Downloaded path-slash v0.1.5
10112026-08-11T20:32:53.548Z Downloaded rand_xorshift v0.4.0
10122026-08-11T20:32:53.548Z Downloaded crypto-bigint v0.5.5
10132026-08-11T20:32:53.553Z Downloaded document-features v0.2.12
10142026-08-11T20:32:53.553Z Downloaded ed25519-dalek v3.0.0
10152026-08-11T20:32:53.556Z Downloaded indexmap v1.9.3
10162026-08-11T20:32:53.556Z Downloaded zeroize v1.9.0
10172026-08-11T20:32:53.563Z Downloaded scroll v0.13.0
10182026-08-11T20:32:53.563Z Downloaded untrusted v0.7.1
10192026-08-11T20:32:53.563Z Downloaded same-file v1.0.6
10202026-08-11T20:32:53.563Z Downloaded signal-hook v0.3.18
10212026-08-11T20:32:53.566Z Downloaded parking_lot_core v0.8.6
10222026-08-11T20:32:53.566Z Downloaded icu_collections v2.1.1
10232026-08-11T20:32:53.571Z Downloaded diesel_table_macro_syntax v0.3.0
10242026-08-11T20:32:53.575Z Downloaded zeroize_derive v1.5.0
10252026-08-11T20:32:53.580Z Downloaded waitgroup v0.1.2
10262026-08-11T20:32:53.583Z Downloaded der v0.7.10
10272026-08-11T20:32:53.587Z Downloaded subprocess v0.2.15
10282026-08-11T20:32:53.587Z Downloaded peg v0.8.5
10292026-08-11T20:32:53.590Z Downloaded hkdf v0.12.4
10302026-08-11T20:32:53.590Z Downloaded proc-macro-error2 v2.0.1
10312026-08-11T20:32:53.596Z Downloaded num_enum v0.5.11
10322026-08-11T20:32:53.599Z Downloaded cstr-argument v0.1.2
10332026-08-11T20:32:53.599Z Downloaded dyn-clone v1.0.20
10342026-08-11T20:32:53.599Z Downloaded normalize-line-endings v0.3.0
10352026-08-11T20:32:53.605Z Downloaded nom v8.0.0
10362026-08-11T20:32:53.609Z Downloaded digest-io v0.1.0
10372026-08-11T20:32:53.609Z Downloaded progenitor-client v0.13.0
10382026-08-11T20:32:53.609Z Downloaded maybe-uninit v2.0.0
10392026-08-11T20:32:53.609Z Downloaded maplit v1.0.2
10402026-08-11T20:32:53.612Z Downloaded cookie v0.18.1
10412026-08-11T20:32:53.612Z Downloaded drift v0.2.0
10422026-08-11T20:32:53.617Z Downloaded toml_parser v1.1.2+spec-1.1.0
10432026-08-11T20:32:53.621Z Downloaded rsa v0.10.0-rc.18
10442026-08-11T20:32:53.621Z Downloaded port-file v0.1.0
10452026-08-11T20:32:53.625Z Downloaded kem v0.3.0
10462026-08-11T20:32:53.626Z Downloaded newtype_derive v0.1.6
10472026-08-11T20:32:53.626Z Downloaded signature v2.2.0
10482026-08-11T20:32:53.633Z Downloaded p256 v0.14.0
10492026-08-11T20:32:53.638Z Downloaded rustls-native-certs v0.8.3
10502026-08-11T20:32:53.638Z Downloaded slog-scope v4.4.1
10512026-08-11T20:32:53.638Z Downloaded secrecy v0.10.3
10522026-08-11T20:32:53.642Z Downloaded dropshot_endpoint v0.17.1
10532026-08-11T20:32:53.642Z Downloaded sqlparser_derive v0.5.0
10542026-08-11T20:32:53.642Z Downloaded ron v0.8.1
10552026-08-11T20:32:53.645Z Downloaded untrusted v0.9.0
10562026-08-11T20:32:53.648Z Downloaded aes-gcm v0.11.0
10572026-08-11T20:32:53.654Z Downloaded simd-adler32 v0.3.8
10582026-08-11T20:32:53.657Z Downloaded string_cache v0.8.9
10592026-08-11T20:32:53.661Z Downloaded time-macros v0.2.27
10602026-08-11T20:32:53.661Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10612026-08-11T20:32:53.661Z Downloaded data-encoding v2.10.0
10622026-08-11T20:32:53.661Z Downloaded derive-ex v0.1.8
10632026-08-11T20:32:53.666Z Downloaded xattr v1.6.1
10642026-08-11T20:32:53.670Z Downloaded ed25519-dalek v2.2.0
10652026-08-11T20:32:53.674Z Downloaded p521 v0.14.0
10662026-08-11T20:32:53.674Z Downloaded tower-http v0.6.8
10672026-08-11T20:32:53.677Z Downloaded typed-path v0.9.3
10682026-08-11T20:32:53.681Z Downloaded litemap v0.8.1
10692026-08-11T20:32:53.681Z Downloaded ml-kem v0.3.2
10702026-08-11T20:32:53.684Z Downloaded walkdir v2.5.0
10712026-08-11T20:32:53.684Z Downloaded rustls-webpki v0.103.13
10722026-08-11T20:32:53.684Z Downloaded zone v0.3.1
10732026-08-11T20:32:53.688Z Downloaded multimap v0.10.1
10742026-08-11T20:32:53.688Z Downloaded tracing-core v0.1.36
10752026-08-11T20:32:53.688Z Downloaded num-conv v0.2.0
10762026-08-11T20:32:53.688Z Downloaded der v0.8.0
10772026-08-11T20:32:53.692Z Downloaded openssl-probe v0.2.1
10782026-08-11T20:32:53.692Z Downloaded derive_more v2.1.1
10792026-08-11T20:32:53.697Z Downloaded itertools v0.13.0
10802026-08-11T20:32:53.700Z Downloaded predicates v3.1.4
10812026-08-11T20:32:53.712Z Downloaded libsw-core v0.3.2
10822026-08-11T20:32:53.712Z Downloaded zerotrie v0.2.3
10832026-08-11T20:32:53.716Z Downloaded paste v1.0.15
10842026-08-11T20:32:53.716Z Downloaded pem-rfc7468 v0.7.0
10852026-08-11T20:32:53.716Z Downloaded pkcs8 v0.10.2
10862026-08-11T20:32:53.716Z Downloaded slog-json v2.6.1
10872026-08-11T20:32:53.716Z Downloaded darling_core v0.13.4
10882026-08-11T20:32:53.716Z Downloaded sha1 v0.10.6
10892026-08-11T20:32:53.716Z Downloaded itertools v0.12.1
10902026-08-11T20:32:53.719Z Downloaded indicatif v0.18.4
10912026-08-11T20:32:53.724Z Downloaded stacker v0.1.23
10922026-08-11T20:32:53.725Z Downloaded subtle v2.6.1
10932026-08-11T20:32:53.728Z Downloaded nom v7.1.3
10942026-08-11T20:32:53.728Z Downloaded url v2.5.8
10952026-08-11T20:32:53.733Z Downloaded stringprep v0.1.5
10962026-08-11T20:32:53.737Z Downloaded utf8_iter v1.0.4
10972026-08-11T20:32:53.737Z Downloaded tower-service v0.3.3
10982026-08-11T20:32:53.737Z Downloaded usdt-macro v0.6.0
10992026-08-11T20:32:53.737Z Downloaded crc8 v0.1.1
11002026-08-11T20:32:53.737Z Downloaded zerocopy v0.6.6
11012026-08-11T20:32:53.740Z Downloaded darling v0.21.3
11022026-08-11T20:32:53.748Z Downloaded dirs-next v2.0.0
11032026-08-11T20:32:53.751Z Downloaded illumos-nvpair-sys v0.2.0
11042026-08-11T20:32:53.751Z Downloaded lru v0.12.5
11052026-08-11T20:32:53.752Z Downloaded parse-display v0.10.0
11062026-08-11T20:32:53.752Z Downloaded sha1 v0.11.0
11072026-08-11T20:32:53.752Z Downloaded thread-id v5.1.0
11082026-08-11T20:32:53.755Z Downloaded tokio-stream v0.1.18
11092026-08-11T20:32:53.755Z Downloaded h2 v0.4.15
11102026-08-11T20:32:53.763Z Downloaded derive_builder_core v0.20.2
11112026-08-11T20:32:53.767Z Downloaded zip v4.6.1
11122026-08-11T20:32:53.767Z Downloaded zstd-safe v7.2.4
11132026-08-11T20:32:53.767Z Downloaded yansi v1.0.1
11142026-08-11T20:32:53.767Z Downloaded vergen-git2 v9.1.0
11152026-08-11T20:32:53.767Z Downloaded zerovec-derive v0.11.2
11162026-08-11T20:32:53.767Z Downloaded inout v0.1.4
11172026-08-11T20:32:53.767Z Downloaded precomputed-hash v0.1.1
11182026-08-11T20:32:53.772Z Downloaded libsw v3.5.0
11192026-08-11T20:32:53.776Z Downloaded strum v0.26.3
11202026-08-11T20:32:53.776Z Downloaded universal-hash v0.5.1
11212026-08-11T20:32:53.782Z Downloaded dsl_auto_type v0.2.0
11222026-08-11T20:32:53.787Z Downloaded lzss v0.8.2
11232026-08-11T20:32:53.791Z Downloaded pkcs1 v0.8.0-rc.4
11242026-08-11T20:32:53.791Z Downloaded prefix-trie v0.7.0
11252026-08-11T20:32:53.796Z Downloaded proc-macro-error-attr2 v2.0.0
11262026-08-11T20:32:53.800Z Downloaded scheduled-thread-pool v0.2.7
11272026-08-11T20:32:53.800Z Downloaded tagptr v0.2.0
11282026-08-11T20:32:53.809Z Downloaded new_debug_unreachable v1.0.6
11292026-08-11T20:32:53.809Z Downloaded sigpipe v0.1.3
11302026-08-11T20:32:53.818Z Downloaded aho-corasick v1.1.4
11312026-08-11T20:32:53.818Z Downloaded csv-core v0.1.13
11322026-08-11T20:32:53.818Z Downloaded scrypt v0.12.0
11332026-08-11T20:32:53.818Z Downloaded thiserror-no-std v2.0.2
11342026-08-11T20:32:53.818Z Downloaded smf v0.2.3
11352026-08-11T20:32:53.818Z Downloaded termios v0.3.3
11362026-08-11T20:32:53.823Z Downloaded uuid v1.23.4
11372026-08-11T20:32:53.823Z Downloaded zip v0.6.6
11382026-08-11T20:32:53.827Z Downloaded darling v0.23.0
11392026-08-11T20:32:53.830Z Downloaded toml v0.7.8
11402026-08-11T20:32:53.830Z Downloaded impl-trait-for-tuples v0.2.3
11412026-08-11T20:32:53.858Z Downloaded nu-ansi-term v0.50.3
11422026-08-11T20:32:53.858Z Downloaded phc v0.6.1
11432026-08-11T20:32:53.858Z Downloaded lru-cache v0.1.2
11442026-08-11T20:32:53.858Z Downloaded toml v1.1.2+spec-1.1.0
11452026-08-11T20:32:53.858Z Downloaded proc-macro-crate v3.4.0
11462026-08-11T20:32:53.858Z Downloaded module-lattice v0.2.3
11472026-08-11T20:32:53.858Z Downloaded icu_normalizer v2.1.1
11482026-08-11T20:32:53.858Z Downloaded tokio-util v0.7.18
11492026-08-11T20:32:53.858Z Downloaded pin-project-internal v1.1.11
11502026-08-11T20:32:53.858Z Downloaded unicode-normalization v0.1.25
11512026-08-11T20:32:53.862Z Downloaded recursive-proc-macro-impl v0.1.1
11522026-08-11T20:32:53.862Z Downloaded rustc_version v0.4.1
11532026-08-11T20:32:53.862Z Downloaded sapling-renderdag v0.1.0
11542026-08-11T20:32:53.862Z Downloaded take_mut v0.2.2
11552026-08-11T20:32:53.862Z Downloaded icu_provider v2.1.1
11562026-08-11T20:32:53.862Z Downloaded kstat-rs v0.2.5
11572026-08-11T20:32:53.862Z Downloaded itertools v0.14.0
11582026-08-11T20:32:53.867Z Downloaded rand v0.10.1
11592026-08-11T20:32:53.870Z Downloaded salsa20 v0.11.0
11602026-08-11T20:32:53.870Z Downloaded ecdsa v0.16.9
11612026-08-11T20:32:53.871Z Downloaded jobserver v0.1.34
11622026-08-11T20:32:53.871Z Downloaded parse-size v1.1.0
11632026-08-11T20:32:53.871Z Downloaded progenitor-impl v0.14.0
11642026-08-11T20:32:53.874Z Downloaded serde_derive_internals v0.29.1
11652026-08-11T20:32:53.880Z Downloaded tinyvec v1.10.0
11662026-08-11T20:32:53.883Z Downloaded daft-derive v0.1.7
11672026-08-11T20:32:53.883Z Downloaded serde_bytes v0.11.19
11682026-08-11T20:32:53.883Z Downloaded darling_macro v0.21.3
11692026-08-11T20:32:53.887Z Downloaded darling_macro v0.13.4
11702026-08-11T20:32:53.887Z Downloaded progenitor-impl v0.13.0
11712026-08-11T20:32:53.887Z Downloaded newtype-uuid-macros v0.1.0
11722026-08-11T20:32:53.887Z Downloaded time-core v0.1.8
11732026-08-11T20:32:53.891Z Downloaded winnow v0.6.26
11742026-08-11T20:32:53.909Z Downloaded pem-rfc7468 v1.0.0
11752026-08-11T20:32:53.909Z Downloaded ipnetwork v0.21.1
11762026-08-11T20:32:53.913Z Downloaded serde_with_macros v3.21.0
11772026-08-11T20:32:53.913Z Downloaded crypto-primes v0.7.2
11782026-08-11T20:32:53.913Z Downloaded synstructure v0.13.2
11792026-08-11T20:32:53.913Z Downloaded yoke v0.8.1
11802026-08-11T20:32:53.913Z Downloaded dropshot-api-manager-types v0.7.2
11812026-08-11T20:32:53.913Z Downloaded ena v0.14.4
11822026-08-11T20:32:53.913Z Downloaded slog-dtrace v0.3.0
11832026-08-11T20:32:53.913Z Downloaded phf_shared v0.12.1
11842026-08-11T20:32:53.913Z Downloaded rustls-pki-types v1.14.0
11852026-08-11T20:32:53.913Z Downloaded rustyline v14.0.0
11862026-08-11T20:32:53.917Z Downloaded try-lock v0.2.5
11872026-08-11T20:32:53.920Z Downloaded vergen-lib v9.1.0
11882026-08-11T20:32:53.920Z Downloaded wnaf v0.14.0
11892026-08-11T20:32:53.920Z Downloaded qorb v0.4.1
11902026-08-11T20:32:53.925Z Downloaded libbz2-rs-sys v0.2.2
11912026-08-11T20:32:53.926Z Downloaded oso v0.27.3
11922026-08-11T20:32:53.929Z Downloaded unicode-segmentation v1.12.0
11932026-08-11T20:32:53.929Z Downloaded pkcs5 v0.8.1
11942026-08-11T20:32:53.929Z Downloaded scuffle v0.1.0
11952026-08-11T20:32:53.932Z Downloaded num_enum_derive v0.5.11
11962026-08-11T20:32:53.936Z Downloaded keccak v0.2.0
11972026-08-11T20:32:53.948Z Downloaded steno v0.4.1
11982026-08-11T20:32:53.956Z Downloaded yasna v0.5.2
11992026-08-11T20:32:53.961Z Downloaded convert_case v0.10.0
12002026-08-11T20:32:53.968Z Downloaded crossbeam-channel v0.5.15
12012026-08-11T20:32:53.972Z Downloaded rustls-platform-verifier v0.6.2
12022026-08-11T20:32:53.972Z Downloaded unsafe-libyaml v0.2.11
12032026-08-11T20:32:53.972Z Downloaded num_enum v0.7.6
12042026-08-11T20:32:53.972Z Downloaded mime_guess v2.0.5
12052026-08-11T20:32:53.979Z Downloaded sqlformat v0.3.5
12062026-08-11T20:32:53.979Z Downloaded derive_more v0.99.20
12072026-08-11T20:32:53.983Z Downloaded rand_chacha v0.9.0
12082026-08-11T20:32:53.983Z Downloaded tar v0.4.46
12092026-08-11T20:32:53.983Z Downloaded tungstenite v0.23.0
12102026-08-11T20:32:53.983Z Downloaded crc32fast v1.5.0
12112026-08-11T20:32:53.988Z Downloaded minimal-lexical v0.2.1
12122026-08-11T20:32:53.994Z Downloaded diff v0.1.13
12132026-08-11T20:32:53.994Z Downloaded instability v0.3.11
12142026-08-11T20:32:53.997Z Downloaded openssl-sys v0.9.117
12152026-08-11T20:32:54.002Z Downloaded russh v0.62.4
12162026-08-11T20:32:54.006Z Downloaded similar v2.7.0
12172026-08-11T20:32:54.009Z Downloaded rawzip v0.4.4
12182026-08-11T20:32:54.018Z Downloaded spin v0.9.8
12192026-08-11T20:32:54.018Z Downloaded git2 v0.20.4
12202026-08-11T20:32:54.022Z Downloaded elliptic-curve v0.13.8
12212026-08-11T20:32:54.025Z Downloaded derive-where v1.6.0
12222026-08-11T20:32:54.028Z Downloaded libm v0.2.16
12232026-08-11T20:32:54.033Z Downloaded elliptic-curve v0.14.1
12242026-08-11T20:32:54.037Z Downloaded bitvec v1.0.1
12252026-08-11T20:32:54.043Z Downloaded blake3 v1.8.5
12262026-08-11T20:32:54.047Z Downloaded num-bigint-dig v0.8.6
12272026-08-11T20:32:54.052Z Downloaded pin-project v1.1.11
12282026-08-11T20:32:54.056Z Downloaded ssh-key v0.7.0-rc.11
12292026-08-11T20:32:54.063Z Downloaded libxml v0.3.3
12302026-08-11T20:32:54.066Z Downloaded icu_properties v2.1.2
12312026-08-11T20:32:54.066Z Downloaded goblin v0.10.5
12322026-08-11T20:32:54.069Z Downloaded typify v0.6.2
12332026-08-11T20:32:54.074Z Downloaded iddqd v0.4.2
12342026-08-11T20:32:54.077Z Downloaded vergen v9.1.0
12352026-08-11T20:32:54.077Z Downloaded derive_more-impl v2.1.1
12362026-08-11T20:32:54.081Z Downloaded radix_trie v0.2.1
12372026-08-11T20:32:54.084Z Downloaded icu_properties_data v2.1.2
12382026-08-11T20:32:54.087Z Downloaded poly1305 v0.8.0
12392026-08-11T20:32:54.094Z Downloaded jiff-core v0.1.0
12402026-08-11T20:32:54.098Z Downloaded vcpkg v0.2.15
12412026-08-11T20:32:54.120Z Downloaded reqwest v0.12.28
12422026-08-11T20:32:54.123Z Downloaded hyper-util v0.1.20
12432026-08-11T20:32:54.126Z Downloaded tokio-postgres v0.7.16
12442026-08-11T20:32:54.130Z Downloaded winnow v0.5.40
12452026-08-11T20:32:54.134Z Downloaded aws-lc-rs v1.16.3
12462026-08-11T20:32:54.140Z Downloaded icu_locale_core v2.1.1
12472026-08-11T20:32:54.148Z Downloaded dropshot-api-manager v0.7.2
12482026-08-11T20:32:54.156Z Downloaded chrono v0.4.45
12492026-08-11T20:32:54.160Z Downloaded toml_edit v0.19.15
12502026-08-11T20:32:54.170Z Downloaded petname v2.0.2
12512026-08-11T20:32:54.173Z Downloaded x509-cert v0.2.5
12522026-08-11T20:32:54.176Z Downloaded itertools v0.10.5
12532026-08-11T20:32:54.182Z Downloaded p384 v0.13.1
12542026-08-11T20:32:54.185Z Downloaded rand v0.9.2
12552026-08-11T20:32:54.185Z Downloaded reedline v0.40.0
12562026-08-11T20:32:54.188Z Downloaded pretty_assertions v1.4.1
12572026-08-11T20:32:54.188Z Downloaded lalrpop v0.19.12
12582026-08-11T20:32:54.195Z Downloaded proptest v1.11.0
12592026-08-11T20:32:54.202Z Downloaded idna v1.1.0
12602026-08-11T20:32:54.218Z Downloaded tough v0.22.0
12612026-08-11T20:32:54.226Z Downloaded salty v0.3.0
12622026-08-11T20:32:54.229Z Downloaded serde_with v3.21.0
12632026-08-11T20:32:54.236Z Downloaded itertools v0.15.0
12642026-08-11T20:32:54.239Z Downloaded tower v0.5.3
12652026-08-11T20:32:54.247Z Downloaded winnow v1.0.3
12662026-08-11T20:32:54.250Z Downloaded nix v0.27.1
12672026-08-11T20:32:54.255Z Downloaded zlib-rs v0.6.2
12682026-08-11T20:32:54.263Z Downloaded rayon v1.11.0
12692026-08-11T20:32:54.268Z Downloaded diesel_derives v2.3.7
12702026-08-11T20:32:54.272Z Downloaded smoltcp v0.9.1
12712026-08-11T20:32:54.277Z Downloaded crossterm v0.29.0
12722026-08-11T20:32:54.281Z Downloaded crossterm v0.28.1
12732026-08-11T20:32:54.285Z Downloaded reqwest v0.13.2
12742026-08-11T20:32:54.290Z Downloaded zerocopy v0.8.40
12752026-08-11T20:32:54.300Z Downloaded regex v1.12.3
12762026-08-11T20:32:54.304Z Downloaded openssl v0.10.80
12772026-08-11T20:32:54.310Z Downloaded zerovec v0.11.5
12782026-08-11T20:32:54.314Z Downloaded regress v0.10.5
12792026-08-11T20:32:54.318Z Downloaded quick-xml v0.37.5
12802026-08-11T20:32:54.321Z Downloaded iri-string v0.7.10
12812026-08-11T20:32:54.326Z Downloaded polar-core v0.27.3
12822026-08-11T20:32:54.329Z Downloaded hickory-proto v0.24.4
12832026-08-11T20:32:54.350Z Downloaded time v0.3.47
12842026-08-11T20:32:54.364Z Downloaded tabled v0.20.0
12852026-08-11T20:32:54.371Z Downloaded nix v0.28.0
12862026-08-11T20:32:54.377Z Downloaded bstr v1.12.1
12872026-08-11T20:32:54.382Z Downloaded sha3 v0.12.0
12882026-08-11T20:32:54.387Z Downloaded smoltcp v0.11.0
12892026-08-11T20:32:54.390Z Downloaded curve25519-dalek v5.0.0
12902026-08-11T20:32:54.396Z Downloaded curve25519-dalek v4.1.3
12912026-08-11T20:32:54.401Z Downloaded hickory-proto v0.25.2
12922026-08-11T20:32:54.409Z Downloaded portable-atomic v1.13.1
12932026-08-11T20:32:54.413Z Downloaded quinn-proto v0.11.16
12942026-08-11T20:32:54.418Z Downloaded rustix v0.38.44
12952026-08-11T20:32:54.429Z Downloaded moka v0.12.13
12962026-08-11T20:32:54.433Z Downloaded openapiv3 v2.2.0
12972026-08-11T20:32:54.440Z Downloaded regress v0.11.1
12982026-08-11T20:32:54.445Z Downloaded nix v0.31.2
12992026-08-11T20:32:54.452Z Downloaded object v0.37.3
13002026-08-11T20:32:54.457Z Downloaded object v0.30.4
13012026-08-11T20:32:54.480Z Downloaded sled v0.34.7
13022026-08-11T20:32:54.485Z Downloaded regex-syntax v0.8.10
13032026-08-11T20:32:54.493Z Downloaded dropshot v0.17.1
13042026-08-11T20:32:54.502Z Downloaded crypto-bigint v0.7.5
13052026-08-11T20:32:54.517Z Downloaded regex-syntax v0.6.29
13062026-08-11T20:32:54.521Z Downloaded tracing v0.1.44
13072026-08-11T20:32:54.533Z Downloaded sqlparser v0.61.0
13082026-08-11T20:32:54.562Z Downloaded regex-automata v0.4.14
13092026-08-11T20:32:54.575Z Downloaded ratatui v0.29.0
13102026-08-11T20:32:54.586Z Downloaded diesel v2.3.7
13112026-08-11T20:32:54.597Z Downloaded sha3 v0.11.0
13122026-08-11T20:32:54.601Z Downloaded rustls v0.23.41
13132026-08-11T20:32:54.607Z Downloaded typify-impl v0.6.2
13142026-08-11T20:32:54.614Z Downloaded petgraph v0.6.5
13152026-08-11T20:32:54.624Z Downloaded jiff v0.2.34
13162026-08-11T20:32:54.635Z Downloaded zerocopy-derive v0.6.6
13172026-08-11T20:32:54.639Z Downloaded petgraph v0.8.3
13182026-08-11T20:32:54.652Z Downloaded bzip2-sys v0.1.13+1.0.8
13192026-08-11T20:32:54.660Z Downloaded csv v1.4.0
13202026-08-11T20:32:54.682Z Downloaded encoding_rs v0.8.35
13212026-08-11T20:32:54.760Z Downloaded chrono-tz v0.10.4
13222026-08-11T20:32:54.780Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13232026-08-11T20:32:54.824Z Downloaded libz-sys v1.1.24
13242026-08-11T20:32:54.864Z Downloaded sha3 v0.10.8
13252026-08-11T20:32:54.879Z Downloaded tokio v1.52.1
13262026-08-11T20:32:54.993Z Downloaded ring v0.17.14
13272026-08-11T20:32:55.044Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-08-11T20:32:55.628Z Downloaded aws-lc-sys v0.40.0
13292026-08-11T20:32:55.887Z Compiling libc v0.2.185
13302026-08-11T20:32:55.888Z Compiling serde_core v1.0.228
13312026-08-11T20:32:55.888Z Compiling serde v1.0.228
13322026-08-11T20:32:55.892Z Compiling log v0.4.29
13332026-08-11T20:32:55.892Z Compiling smallvec v1.15.1
13342026-08-11T20:32:55.892Z Compiling find-msvc-tools v0.1.9
13352026-08-11T20:32:55.893Z Compiling shlex v1.3.0
13362026-08-11T20:32:55.893Z Compiling syn v2.0.117
13372026-08-11T20:32:56.257Z Compiling subtle v2.6.1
13382026-08-11T20:32:56.275Z Compiling scopeguard v1.2.0
13392026-08-11T20:32:56.275Z Compiling typenum v1.20.1
13402026-08-11T20:32:56.304Z Compiling stable_deref_trait v1.2.1
13412026-08-11T20:32:56.376Z Compiling lock_api v0.4.14
13422026-08-11T20:32:56.376Z Compiling zerocopy v0.8.40
13432026-08-11T20:32:56.380Z Compiling portable-atomic v1.13.1
13442026-08-11T20:32:56.428Z Compiling serde_json v1.0.151
13452026-08-11T20:32:56.606Z Compiling critical-section v1.2.0
13462026-08-11T20:32:56.640Z Compiling libm v0.2.16
13472026-08-11T20:32:56.712Z Compiling num-traits v0.2.19
13482026-08-11T20:32:56.819Z Compiling pkg-config v0.3.32
13492026-08-11T20:32:56.892Z Compiling jobserver v0.1.34
13502026-08-11T20:32:56.908Z Compiling errno v0.3.14
13512026-08-11T20:32:56.950Z Compiling getrandom v0.2.17
13522026-08-11T20:32:57.090Z Compiling cc v1.2.56
13532026-08-11T20:32:57.177Z Compiling rand_core v0.6.4
13542026-08-11T20:32:57.375Z Compiling once_cell v1.21.3
13552026-08-11T20:32:57.433Z Compiling generic-array v0.14.7
13562026-08-11T20:32:57.448Z Compiling const-oid v0.9.6
13572026-08-11T20:32:57.469Z Compiling pin-project-lite v0.2.17
13582026-08-11T20:32:57.567Z Compiling getrandom v0.4.1
13592026-08-11T20:32:57.591Z Compiling parking_lot_core v0.9.12
13602026-08-11T20:32:57.673Z Compiling rand_core v0.10.0
13612026-08-11T20:32:58.146Z Compiling bitflags v2.11.0
13622026-08-11T20:32:58.175Z Compiling signal-hook-registry v1.4.8
13632026-08-11T20:32:58.198Z Compiling futures-core v0.3.32
13642026-08-11T20:32:58.271Z Compiling writeable v0.6.2
13652026-08-11T20:32:58.351Z Compiling litemap v0.8.1
13662026-08-11T20:32:58.380Z Compiling percent-encoding v2.3.2
13672026-08-11T20:32:58.443Z Compiling semver v1.0.28
13682026-08-11T20:32:58.459Z Compiling parking_lot v0.12.5
13692026-08-11T20:32:58.475Z Compiling mio v1.2.0
13702026-08-11T20:32:58.539Z Compiling icu_normalizer_data v2.1.1
13712026-08-11T20:32:58.567Z Compiling icu_properties_data v2.1.2
13722026-08-11T20:32:58.647Z Compiling socket2 v0.6.3
13732026-08-11T20:32:58.751Z Compiling getrandom v0.3.4
13742026-08-11T20:32:58.814Z Compiling futures-sink v0.3.32
13752026-08-11T20:32:58.828Z Compiling indexmap v2.14.0
13762026-08-11T20:32:58.909Z Compiling synstructure v0.13.2
13772026-08-11T20:32:58.924Z Compiling futures-channel v0.3.32
13782026-08-11T20:32:58.928Z Compiling slab v0.4.12
13792026-08-11T20:32:59.033Z Compiling utf8_iter v1.0.4
13802026-08-11T20:32:59.114Z Compiling futures-io v0.3.32
13812026-08-11T20:32:59.142Z Compiling futures-task v0.3.32
13822026-08-11T20:32:59.183Z Compiling rustix v1.1.3
13832026-08-11T20:32:59.254Z Compiling form_urlencoded v1.2.2
13842026-08-11T20:32:59.270Z Compiling rustversion v1.0.22
13852026-08-11T20:32:59.309Z Compiling base64ct v1.8.3
13862026-08-11T20:32:59.426Z Compiling iana-time-zone v0.1.65
13872026-08-11T20:32:59.463Z Compiling cmake v0.1.57
13882026-08-11T20:32:59.477Z Compiling regex-syntax v0.8.10
13892026-08-11T20:32:59.586Z Compiling pem-rfc7468 v0.7.0
13902026-08-11T20:32:59.613Z Compiling fs_extra v1.3.0
13912026-08-11T20:32:59.617Z Compiling flagset v0.4.7
13922026-08-11T20:32:59.753Z Compiling ident_case v1.0.1
13932026-08-11T20:32:59.921Z Compiling dunce v1.0.5
13942026-08-11T20:32:59.924Z Compiling rand_core v0.9.5
13952026-08-11T20:32:59.949Z Compiling uuid v1.23.4
13962026-08-11T20:32:59.952Z Compiling base64 v0.22.1
13972026-08-11T20:33:00.017Z Compiling aws-lc-sys v0.40.0
13982026-08-11T20:33:00.217Z Compiling syn v1.0.109
13992026-08-11T20:33:00.276Z Compiling vcpkg v0.2.15
14002026-08-11T20:33:00.295Z Compiling serde_derive_internals v0.29.1
14012026-08-11T20:33:00.569Z Compiling rustc_version v0.4.1
14022026-08-11T20:33:00.574Z Compiling serde_derive v1.0.228
14032026-08-11T20:33:00.647Z Compiling zeroize_derive v1.5.0
14042026-08-11T20:33:00.892Z Compiling zerofrom-derive v0.1.6
14052026-08-11T20:33:00.908Z Compiling zerocopy-derive v0.8.40
14062026-08-11T20:33:00.990Z Compiling yoke-derive v0.8.1
14072026-08-11T20:33:01.193Z Compiling zerovec-derive v0.11.2
14082026-08-11T20:33:01.300Z Compiling zeroize v1.9.0
14092026-08-11T20:33:01.519Z Compiling displaydoc v0.2.5
14102026-08-11T20:33:02.149Z Compiling tokio-macros v2.7.0
14112026-08-11T20:33:02.260Z Compiling futures-macro v0.3.32
14122026-08-11T20:33:02.284Z Compiling zerofrom v0.1.6
14132026-08-11T20:33:02.302Z Compiling der_derive v0.7.3
14142026-08-11T20:33:02.407Z Compiling yoke v0.8.1
14152026-08-11T20:33:02.421Z Compiling crypto-common v0.1.7
14162026-08-11T20:33:02.568Z Compiling zerovec v0.11.5
14172026-08-11T20:33:02.590Z Compiling zerotrie v0.2.3
14182026-08-11T20:33:02.880Z Compiling block-buffer v0.10.4
14192026-08-11T20:33:02.895Z Compiling thiserror-impl v2.0.18
14202026-08-11T20:33:03.052Z Compiling tinystr v0.8.2
14212026-08-11T20:33:03.070Z Compiling potential_utf v0.1.4
14222026-08-11T20:33:03.084Z Compiling digest v0.10.7
14232026-08-11T20:33:03.239Z Compiling icu_locale_core v2.1.1
14242026-08-11T20:33:03.256Z Compiling icu_collections v2.1.1
14252026-08-11T20:33:03.257Z Compiling futures-util v0.3.32
14262026-08-11T20:33:03.327Z Compiling der v0.7.10
14272026-08-11T20:33:03.734Z Compiling openssl-sys v0.9.117
14282026-08-11T20:33:04.064Z Compiling bytes v1.11.1
14292026-08-11T20:33:04.121Z Compiling icu_provider v2.1.1
14302026-08-11T20:33:04.203Z Compiling chrono v0.4.45
14312026-08-11T20:33:04.245Z Compiling thiserror v2.0.18
14322026-08-11T20:33:04.352Z Compiling icu_properties v2.1.2
14332026-08-11T20:33:04.416Z Compiling icu_normalizer v2.1.1
14342026-08-11T20:33:04.507Z Compiling spki v0.7.3
14352026-08-11T20:33:04.671Z Compiling tokio v1.52.1
14362026-08-11T20:33:04.719Z Compiling http v1.4.2
14372026-08-11T20:33:04.960Z Compiling tracing-attributes v0.1.31
14382026-08-11T20:33:05.372Z Compiling idna_adapter v1.2.1
14392026-08-11T20:33:05.508Z Compiling ppv-lite86 v0.2.21
14402026-08-11T20:33:05.525Z Compiling idna v1.1.0
14412026-08-11T20:33:05.580Z Compiling tracing-core v0.1.36
14422026-08-11T20:33:05.647Z Compiling schemars v0.8.22
14432026-08-11T20:33:05.675Z Compiling cpufeatures v0.2.17
14442026-08-11T20:33:05.755Z Compiling aws-lc-rs v1.16.3
14452026-08-11T20:33:05.829Z Compiling url v2.5.8
14462026-08-11T20:33:05.864Z Compiling rand_chacha v0.9.0
14472026-08-11T20:33:06.034Z Compiling dyn-clone v1.0.20
14482026-08-11T20:33:06.125Z Compiling rand v0.9.2
14492026-08-11T20:33:06.171Z Compiling http-body v1.0.1
14502026-08-11T20:33:06.204Z Compiling pkcs8 v0.10.2
14512026-08-11T20:33:06.273Z Compiling tracing v0.1.44
14522026-08-11T20:33:06.387Z Compiling rustls-pki-types v1.14.0
14532026-08-11T20:33:06.459Z Compiling schemars_derive v0.8.22
14542026-08-11T20:33:06.554Z Compiling spin v0.9.8
14552026-08-11T20:33:06.612Z Compiling httparse v1.10.1
14562026-08-11T20:33:06.753Z Compiling crc32fast v1.5.0
14572026-08-11T20:33:06.827Z Compiling tinyvec_macros v0.1.1
14582026-08-11T20:33:06.863Z Compiling cmov v0.5.4
14592026-08-11T20:33:06.896Z Compiling openssl-probe v0.2.1
14602026-08-11T20:33:06.980Z Compiling tinyvec v1.10.0
14612026-08-11T20:33:07.051Z Compiling ctutils v0.4.2
14622026-08-11T20:33:07.065Z Compiling tempfile v3.25.0
14632026-08-11T20:33:07.069Z Compiling pest_generator v2.8.6
14642026-08-11T20:33:07.280Z Compiling sha2 v0.10.9
14652026-08-11T20:33:07.313Z Compiling aho-corasick v1.1.4
14662026-08-11T20:33:07.439Z Compiling untrusted v0.7.1
14672026-08-11T20:33:07.551Z Compiling tower-layer v0.3.3
14682026-08-11T20:33:07.699Z Compiling tower-service v0.3.3
14692026-08-11T20:33:07.757Z Compiling radium v0.7.0
14702026-08-11T20:33:07.792Z Compiling try-lock v0.2.5
14712026-08-11T20:33:07.907Z Compiling atomic-waker v1.1.2
14722026-08-11T20:33:08.000Z Compiling want v0.3.1
14732026-08-11T20:33:08.024Z Compiling pest_derive v2.8.6
14742026-08-11T20:33:08.161Z Compiling regex-automata v0.4.14
14752026-08-11T20:33:08.454Z Compiling hybrid-array v0.4.13
14762026-08-11T20:33:08.557Z Compiling tokio-util v0.7.18
14772026-08-11T20:33:09.071Z Compiling ipnet v2.11.0
14782026-08-11T20:33:09.206Z Compiling scroll_derive v0.13.1
14792026-08-11T20:33:09.221Z Compiling h2 v0.4.15
14802026-08-11T20:33:09.558Z Compiling darling_core v0.20.11
14812026-08-11T20:33:09.567Z Compiling untrusted v0.9.0
14822026-08-11T20:33:09.689Z Compiling tap v1.0.1
14832026-08-11T20:33:09.812Z Compiling simd-adler32 v0.3.8
14842026-08-11T20:33:10.031Z Compiling maybe-uninit v2.0.0
14852026-08-11T20:33:10.093Z Compiling openssl v0.10.80
14862026-08-11T20:33:10.278Z Compiling httpdate v1.0.3
14872026-08-11T20:33:10.292Z Compiling foreign-types-shared v0.1.1
14882026-08-11T20:33:10.318Z Compiling rustls v0.23.41
14892026-08-11T20:33:10.374Z Compiling foreign-types v0.3.2
14902026-08-11T20:33:10.455Z Compiling scroll v0.13.0
14912026-08-11T20:33:10.472Z Compiling wyz v0.5.1
14922026-08-11T20:33:10.506Z Compiling unicode-normalization v0.1.25
14932026-08-11T20:33:10.684Z Compiling rand_chacha v0.3.1
14942026-08-11T20:33:10.706Z Compiling hex v0.4.3
14952026-08-11T20:33:10.965Z Compiling signature v2.2.0
14962026-08-11T20:33:10.983Z Compiling terminal_size v0.4.3
14972026-08-11T20:33:11.063Z Compiling thiserror-impl v1.0.69
14982026-08-11T20:33:11.113Z Compiling openssl-macros v0.1.1
14992026-08-11T20:33:11.138Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-08-11T20:33:11.409Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-08-11T20:33:11.456Z Compiling num-integer v0.1.46
15022026-08-11T20:33:11.499Z Compiling wait-timeout v0.2.1
15032026-08-11T20:33:11.771Z Compiling ahash v0.8.12
15042026-08-11T20:33:11.771Z Compiling native-tls v0.2.18
15052026-08-11T20:33:11.788Z Compiling adler2 v2.0.1
15062026-08-11T20:33:11.837Z Compiling darling_macro v0.20.11
15072026-08-11T20:33:11.910Z Compiling num-bigint-dig v0.8.6
15082026-08-11T20:33:11.953Z Compiling powerfmt v0.2.0
15092026-08-11T20:33:11.969Z Compiling packed_struct v0.10.1
15102026-08-11T20:33:12.088Z Compiling num-conv v0.2.0
15112026-08-11T20:33:12.148Z Compiling quick-error v1.2.3
15122026-08-11T20:33:12.205Z Compiling bit-vec v0.8.0
15132026-08-11T20:33:12.220Z Compiling time-core v0.1.8
15142026-08-11T20:33:12.223Z Compiling funty v2.0.0
15152026-08-11T20:33:12.251Z Compiling rusty-fork v0.3.1
15162026-08-11T20:33:12.286Z Compiling thiserror v1.0.69
15172026-08-11T20:33:12.308Z Compiling darling v0.20.11
15182026-08-11T20:33:12.358Z Compiling hyper v1.10.1
15192026-08-11T20:33:12.384Z Compiling bit-set v0.8.0
15202026-08-11T20:33:12.399Z Compiling time-macros v0.2.27
15212026-08-11T20:33:12.471Z Compiling deranged v0.5.8
15222026-08-11T20:33:12.544Z Compiling bitvec v1.0.1
15232026-08-11T20:33:12.603Z Compiling clap_builder v4.6.0
15242026-08-11T20:33:12.815Z Compiling miniz_oxide v0.8.9
15252026-08-11T20:33:13.401Z Compiling num-iter v0.1.45
15262026-08-11T20:33:13.431Z Compiling hyper-util v0.1.20
15272026-08-11T20:33:13.904Z Compiling rand v0.8.6
15282026-08-11T20:33:13.950Z Compiling goblin v0.10.5
15292026-08-11T20:33:14.339Z Compiling packed_struct_codegen v0.10.1
15302026-08-11T20:33:14.686Z Compiling lazy_static v1.5.0
15312026-08-11T20:33:14.781Z Compiling toml_datetime v0.6.11
15322026-08-11T20:33:15.071Z Compiling serde_spanned v0.6.9
15332026-08-11T20:33:15.150Z Compiling hmac v0.12.1
15342026-08-11T20:33:15.210Z Compiling zerocopy-derive v0.6.6
15352026-08-11T20:33:15.303Z Compiling clap_derive v4.6.1
15362026-08-11T20:33:15.452Z Compiling bitfield-macros v0.19.4
15372026-08-11T20:33:15.554Z Compiling anstyle-parse v0.2.7
15382026-08-11T20:33:15.737Z Compiling rand_xorshift v0.4.0
15392026-08-11T20:33:15.903Z Compiling sync_wrapper v1.0.2
15402026-08-11T20:33:16.013Z Compiling indexmap v1.9.3
15412026-08-11T20:33:16.035Z Compiling crossbeam-utils v0.8.21
15422026-08-11T20:33:16.154Z Compiling unarray v0.1.4
15432026-08-11T20:33:16.196Z Compiling zlib-rs v0.6.2
15442026-08-11T20:33:16.263Z Compiling crc-catalog v2.4.0
15452026-08-11T20:33:16.316Z Compiling paste v1.0.15
15462026-08-11T20:33:16.355Z Compiling num_threads v0.1.7
15472026-08-11T20:33:16.413Z Compiling usdt-impl v0.6.0
15482026-08-11T20:33:16.451Z Compiling nodrop v0.1.14
15492026-08-11T20:33:16.542Z Compiling siphasher v1.0.2
15502026-08-11T20:33:16.626Z Compiling array-init v0.0.4
15512026-08-11T20:33:16.643Z Compiling dof v0.4.0
15522026-08-11T20:33:16.727Z Compiling time v0.3.47
15532026-08-11T20:33:16.965Z Compiling crc v3.4.0
15542026-08-11T20:33:17.048Z Compiling clap v4.6.1
15552026-08-11T20:33:17.152Z Compiling proptest v1.11.0
15562026-08-11T20:33:17.186Z Compiling bitfield v0.19.4
15572026-08-11T20:33:17.473Z Compiling zerocopy v0.6.6
15582026-08-11T20:33:17.763Z Compiling tower v0.5.3
15592026-08-11T20:33:17.785Z Compiling anstream v0.6.21
15602026-08-11T20:33:18.246Z Compiling smallvec v0.6.14
15612026-08-11T20:33:18.469Z Compiling derive_builder_core v0.20.2
15622026-08-11T20:33:18.663Z Compiling dtrace-parser v0.3.0
15632026-08-11T20:33:19.292Z Compiling flate2 v1.1.9
15642026-08-11T20:33:19.370Z Compiling ipnetwork v0.21.1
15652026-08-11T20:33:19.375Z Compiling pkcs1 v0.7.5
15662026-08-11T20:33:19.402Z Compiling http-body-util v0.1.3
15672026-08-11T20:33:19.647Z Compiling heapless v0.7.17
15682026-08-11T20:33:19.686Z Compiling scroll_derive v0.12.1
15692026-08-11T20:33:19.746Z Compiling structmeta-derive v0.3.0
15702026-08-11T20:33:19.763Z Compiling slog v2.8.2
15712026-08-11T20:33:19.811Z Compiling darling_core v0.23.0
15722026-08-11T20:33:19.911Z Compiling thread-id v5.1.0
15732026-08-11T20:33:19.996Z Compiling cookie v0.18.1
15742026-08-11T20:33:20.011Z Compiling env_filter v1.0.0
15752026-08-11T20:33:20.178Z Compiling anyhow v1.0.102
15762026-08-11T20:33:20.317Z Compiling winnow v0.5.40
15772026-08-11T20:33:20.384Z Compiling hashbrown v0.12.3
15782026-08-11T20:33:20.486Z Compiling unicode-bidi v0.3.18
15792026-08-11T20:33:20.858Z Compiling signal-hook v0.3.18
15802026-08-11T20:33:20.879Z Compiling allocator-api2 v0.2.21
15812026-08-11T20:33:21.026Z Compiling ryu v1.0.23
15822026-08-11T20:33:21.037Z Compiling base64 v0.21.7
15832026-08-11T20:33:21.210Z Compiling unicode-properties v0.1.4
15842026-08-11T20:33:21.226Z Compiling zstd-safe v7.2.4
15852026-08-11T20:33:21.352Z Compiling iri-string v0.7.10
15862026-08-11T20:33:21.402Z Compiling stringprep v0.1.5
15872026-08-11T20:33:21.437Z Compiling ron v0.8.1
15882026-08-11T20:33:21.774Z Compiling toml_edit v0.19.15
15892026-08-11T20:33:21.840Z Compiling serde_urlencoded v0.7.1
15902026-08-11T20:33:22.103Z Compiling structmeta v0.3.0
15912026-08-11T20:33:22.380Z Compiling darling_macro v0.23.0
15922026-08-11T20:33:22.562Z Compiling tower-http v0.6.8
15932026-08-11T20:33:22.688Z Compiling scroll v0.12.0
15942026-08-11T20:33:22.847Z Compiling env_logger v0.11.9
15952026-08-11T20:33:23.003Z Compiling rsa v0.9.10
15962026-08-11T20:33:23.101Z Compiling oxnet v0.1.6
15972026-08-11T20:33:23.209Z Compiling newtype-uuid v1.3.2
15982026-08-11T20:33:23.490Z Compiling derive_builder_macro v0.20.2
15992026-08-11T20:33:23.527Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16002026-08-11T20:33:23.553Z Compiling hashbrown v0.13.2
16012026-08-11T20:33:23.620Z Compiling bzip2 v0.4.4
16022026-08-11T20:33:23.836Z Compiling serde-hex v0.1.0
16032026-08-11T20:33:23.967Z Compiling tokio-native-tls v0.3.1
16042026-08-11T20:33:24.032Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16052026-08-11T20:33:24.145Z Compiling camino v1.2.2
16062026-08-11T20:33:24.513Z Compiling bstr v1.12.1
16072026-08-11T20:33:24.702Z Compiling block-buffer v0.12.1
16082026-08-11T20:33:24.908Z Compiling crypto-common v0.2.2
16092026-08-11T20:33:24.941Z Compiling block-padding v0.4.2
16102026-08-11T20:33:25.108Z Compiling rustls-native-certs v0.8.3
16112026-08-11T20:33:25.153Z Compiling x509-cert v0.2.5
16122026-08-11T20:33:25.396Z Compiling serde_tokenstream v0.2.3
16132026-08-11T20:33:25.608Z Compiling erased-serde v0.3.31
16142026-08-11T20:33:25.716Z Compiling md-5 v0.10.6
16152026-08-11T20:33:25.885Z Compiling curve25519-dalek v4.1.3
16162026-08-11T20:33:26.081Z Compiling daft-derive v0.1.7
16172026-08-11T20:33:26.108Z Compiling async-trait v0.1.89
16182026-08-11T20:33:26.212Z Compiling pin-project-internal v1.1.11
16192026-08-11T20:33:26.624Z Compiling zerocopy-derive v0.7.35
16202026-08-11T20:33:26.767Z Compiling vergen-lib v9.1.0
16212026-08-11T20:33:26.798Z Compiling hash32 v0.2.1
16222026-08-11T20:33:26.929Z Compiling memoffset v0.9.1
16232026-08-11T20:33:26.986Z Compiling encoding_rs v0.8.35
16242026-08-11T20:33:27.112Z Compiling cfg_aliases v0.2.1
16252026-08-11T20:33:27.124Z Compiling psl-types v2.0.11
16262026-08-11T20:33:27.185Z Compiling litrs v1.0.0
16272026-08-11T20:33:27.252Z Compiling mime v0.3.17
16282026-08-11T20:33:27.309Z Compiling crc-any v2.5.0
16292026-08-11T20:33:27.475Z Compiling ref-cast v1.0.25
16302026-08-11T20:33:27.506Z Compiling fallible-iterator v0.2.0
16312026-08-11T20:33:27.542Z Compiling rustix v0.38.44
16322026-08-11T20:33:27.685Z Compiling smoltcp v0.9.1
16332026-08-11T20:33:27.813Z Compiling postgres-protocol v0.6.10
16342026-08-11T20:33:27.826Z Compiling document-features v0.2.12
16352026-08-11T20:33:27.958Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16362026-08-11T20:33:28.030Z Compiling zerocopy v0.7.35
16372026-08-11T20:33:28.069Z Compiling pin-project v1.1.11
16382026-08-11T20:33:28.145Z Compiling publicsuffix v2.3.0
16392026-08-11T20:33:28.155Z Compiling nix v0.31.2
16402026-08-11T20:33:28.406Z Compiling daft v0.1.7
16412026-08-11T20:33:28.500Z Compiling inout v0.2.2
16422026-08-11T20:33:28.521Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-11T20:33:28.561Z Compiling hyper-tls v0.6.0
16442026-08-11T20:33:28.661Z Compiling object v0.30.4
16452026-08-11T20:33:28.676Z Compiling derive_builder v0.20.2
16462026-08-11T20:33:28.777Z Compiling zip v0.6.6
16472026-08-11T20:33:28.798Z Compiling toml v0.7.8
16482026-08-11T20:33:28.838Z Compiling goblin v0.8.2
16492026-08-11T20:33:29.007Z Compiling darling v0.23.0
16502026-08-11T20:33:29.345Z Compiling derive-ex v0.1.8
16512026-08-11T20:33:29.373Z Compiling phf_shared v0.13.1
16522026-08-11T20:33:29.427Z Compiling regex v1.12.3
16532026-08-11T20:33:29.604Z Compiling hubpack_derive v0.1.1
16542026-08-11T20:33:29.647Z Compiling futures-executor v0.3.32
16552026-08-11T20:33:29.901Z Compiling strum_macros v0.27.2
16562026-08-11T20:33:29.932Z Compiling curve25519-dalek-derive v0.1.1
16572026-08-11T20:33:30.107Z Compiling ref-cast-impl v1.0.25
16582026-08-11T20:33:30.585Z Compiling snafu-derive v0.8.9
16592026-08-11T20:33:30.653Z Compiling vergen v9.1.0
16602026-08-11T20:33:30.836Z Compiling cargo-platform v0.3.2
16612026-08-11T20:33:31.032Z Compiling ff v0.13.1
16622026-08-11T20:33:31.101Z Compiling fs-err v3.3.0
16632026-08-11T20:33:31.170Z Compiling bitflags v1.3.2
16642026-08-11T20:33:31.250Z Compiling object v0.37.3
16652026-08-11T20:33:31.297Z Compiling jiff-core v0.1.0
16662026-08-11T20:33:31.512Z Compiling base16ct v0.2.0
16672026-08-11T20:33:31.526Z Compiling foldhash v0.1.5
16682026-08-11T20:33:31.684Z Compiling unicode-segmentation v1.12.0
16692026-08-11T20:33:31.711Z Compiling either v1.15.0
16702026-08-11T20:33:31.847Z Compiling managed v0.8.0
16712026-08-11T20:33:31.905Z Compiling libbz2-rs-sys v0.2.2
16722026-08-11T20:33:32.058Z Compiling bumpalo v3.20.2
16732026-08-11T20:33:32.058Z Compiling foldhash v0.2.0
16742026-08-11T20:33:32.307Z Compiling same-file v1.0.6
16752026-08-11T20:33:32.328Z Compiling path-slash v0.1.5
16762026-08-11T20:33:32.328Z Compiling bzip2 v0.6.1
16772026-08-11T20:33:32.361Z Compiling zopfli v0.8.3
16782026-08-11T20:33:32.414Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16792026-08-11T20:33:32.429Z Compiling walkdir v2.5.0
16802026-08-11T20:33:32.476Z Compiling snafu v0.8.9
16812026-08-11T20:33:32.515Z Compiling hashbrown v0.16.1
16822026-08-11T20:33:32.579Z Compiling jiff v0.2.34
16832026-08-11T20:33:32.837Z Compiling strum v0.27.2
16842026-08-11T20:33:32.964Z Compiling hashbrown v0.15.5
16852026-08-11T20:33:32.991Z Compiling sec1 v0.7.3
16862026-08-11T20:33:33.256Z Compiling group v0.13.0
16872026-08-11T20:33:33.272Z Compiling test-strategy v0.4.5
16882026-08-11T20:33:33.434Z Compiling dof v0.3.0
16892026-08-11T20:33:33.512Z Compiling cargo_metadata v0.23.1
16902026-08-11T20:33:33.809Z Compiling hubpack v0.1.2
16912026-08-11T20:33:34.031Z Compiling futures v0.3.32
16922026-08-11T20:33:34.114Z Compiling phf v0.13.1
16932026-08-11T20:33:34.138Z Compiling signal-hook-mio v0.2.5
16942026-08-11T20:33:34.280Z Compiling cookie_store v0.22.1
16952026-08-11T20:33:34.641Z Compiling serde_with_macros v3.21.0
16962026-08-11T20:33:34.743Z Compiling zstd v0.13.3
16972026-08-11T20:33:34.917Z Compiling reqwest v0.12.28
16982026-08-11T20:33:34.977Z Compiling cipher v0.5.2
16992026-08-11T20:33:35.175Z Compiling postgres-types v0.2.12
17002026-08-11T20:33:35.672Z Compiling usdt-macro v0.6.0
17012026-08-11T20:33:35.787Z Compiling usdt-attr-macro v0.6.0
17022026-08-11T20:33:36.149Z Compiling globset v0.4.18
17032026-08-11T20:33:36.400Z Compiling phf_shared v0.11.3
17042026-08-11T20:33:36.444Z Compiling hkdf v0.12.4
17052026-08-11T20:33:36.583Z Compiling dtrace-parser v0.2.0
17062026-08-11T20:33:36.598Z Compiling ed25519 v2.2.3
17072026-08-11T20:33:36.631Z Compiling byte-wrapper v0.1.0
17082026-08-11T20:33:36.650Z Compiling olpc-cjson v0.1.4
17092026-08-11T20:33:36.824Z Compiling serde_plain v1.0.2
17102026-08-11T20:33:36.868Z Compiling serde-big-array v0.5.1
17112026-08-11T20:33:37.026Z Compiling crypto-bigint v0.5.5
17122026-08-11T20:33:37.037Z Compiling enum-as-inner v0.6.1
17132026-08-11T20:33:37.037Z Compiling async-recursion v1.1.1
17142026-08-11T20:33:37.037Z Compiling serde_repr v0.1.20
17152026-08-11T20:33:37.304Z Compiling strum_macros v0.26.4
17162026-08-11T20:33:37.481Z Compiling pem v3.0.6
17172026-08-11T20:33:37.504Z Compiling float-cmp v0.10.0
17182026-08-11T20:33:37.556Z Compiling thread-id v4.2.2
17192026-08-11T20:33:37.638Z Compiling memmap2 v0.9.10
17202026-08-11T20:33:37.657Z Compiling const-oid v0.10.2
17212026-08-11T20:33:37.657Z Compiling difflib v0.4.0
17222026-08-11T20:33:37.802Z Compiling fixedbitset v0.4.2
17232026-08-11T20:33:37.852Z Compiling keccak v0.1.6
17242026-08-11T20:33:37.858Z Compiling whoami v2.1.0
17252026-08-11T20:33:38.025Z Compiling normalize-line-endings v0.3.0
17262026-08-11T20:33:38.117Z Compiling fixedbitset v0.5.7
17272026-08-11T20:33:38.217Z Compiling data-encoding v2.10.0
17282026-08-11T20:33:38.237Z Compiling typed-path v0.9.3
17292026-08-11T20:33:38.461Z Compiling new_debug_unreachable v1.0.6
17302026-08-11T20:33:38.508Z Compiling static_assertions v1.1.0
17312026-08-11T20:33:38.568Z Compiling cpufeatures v0.3.0
17322026-08-11T20:33:38.591Z Compiling predicates-core v1.0.10
17332026-08-11T20:33:38.645Z Compiling winnow v1.0.3
17342026-08-11T20:33:38.676Z Compiling precomputed-hash v0.1.1
17352026-08-11T20:33:38.754Z Compiling string_cache v0.8.9
17362026-08-11T20:33:38.766Z Compiling predicates v3.1.4
17372026-08-11T20:33:38.903Z Compiling toml_edit v0.22.27
17382026-08-11T20:33:39.000Z Compiling toml_parser v1.1.2+spec-1.1.0
17392026-08-11T20:33:39.019Z Compiling chacha20 v0.10.0
17402026-08-11T20:33:39.042Z Compiling strum v0.26.3
17412026-08-11T20:33:39.042Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17422026-08-11T20:33:39.177Z Compiling hickory-proto v0.25.2
17432026-08-11T20:33:39.373Z Compiling petgraph v0.8.3
17442026-08-11T20:33:39.407Z Compiling tokio-postgres v0.7.16
17452026-08-11T20:33:39.456Z Compiling sha3 v0.10.8
17462026-08-11T20:33:39.613Z Compiling petgraph v0.6.5
17472026-08-11T20:33:39.929Z Compiling elliptic-curve v0.13.8
17482026-08-11T20:33:40.339Z Compiling digest v0.11.3
17492026-08-11T20:33:40.564Z Compiling usdt v0.6.0
17502026-08-11T20:33:40.847Z Compiling usdt-impl v0.5.0
17512026-08-11T20:33:41.165Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-11T20:33:41.368Z Compiling ed25519-dalek v2.2.0
17532026-08-11T20:33:41.423Z Compiling crossterm v0.28.1
17542026-08-11T20:33:41.682Z Compiling serde_with v3.21.0
17552026-08-11T20:33:41.865Z Compiling zip v4.6.1
17562026-08-11T20:33:42.273Z Compiling iddqd v0.4.2
17572026-08-11T20:33:42.794Z Compiling heck v0.4.1
17582026-08-11T20:33:43.024Z Compiling similar v2.7.0
17592026-08-11T20:33:43.071Z Compiling itertools v0.15.0
17602026-08-11T20:33:43.355Z Compiling itertools v0.13.0
17612026-08-11T20:33:43.488Z Compiling crossbeam-epoch v0.9.18
17622026-08-11T20:33:43.542Z Compiling tokio-stream v0.1.18
17632026-08-11T20:33:43.791Z Compiling buf-list v1.1.2
17642026-08-11T20:33:43.855Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-08-11T20:33:43.907Z Compiling openapiv3 v2.2.0
17662026-08-11T20:33:43.987Z Compiling lalrpop-util v0.19.12
17672026-08-11T20:33:44.052Z Compiling peg-runtime v0.8.5
17682026-08-11T20:33:44.147Z Compiling thread_local v1.1.9
17692026-08-11T20:33:44.166Z Compiling slog-async v2.8.0
17702026-08-11T20:33:44.353Z Compiling crossbeam-channel v0.5.15
17712026-08-11T20:33:44.362Z Compiling filetime v0.2.27
17722026-08-11T20:33:44.399Z Compiling is-terminal v0.4.17
17732026-08-11T20:33:44.477Z Compiling take_mut v0.2.2
17742026-08-11T20:33:44.504Z Compiling xattr v1.6.1
17752026-08-11T20:33:44.534Z Compiling term v1.2.1
17762026-08-11T20:33:44.567Z Compiling camino-tempfile v1.4.1
17772026-08-11T20:33:44.658Z Compiling tar v0.4.46
17782026-08-11T20:33:44.822Z Compiling slog-term v2.9.2
17792026-08-11T20:33:50.978Z Compiling rustls-webpki v0.103.13
17802026-08-11T20:33:53.651Z Compiling tokio-rustls v0.26.4
17812026-08-11T20:33:53.651Z Compiling rustls-platform-verifier v0.6.2
17822026-08-11T20:33:53.679Z Compiling tough v0.22.0
17832026-08-11T20:33:53.855Z Compiling hyper-rustls v0.27.7
17842026-08-11T20:33:54.042Z Compiling reqwest v0.13.2
17852026-08-11T20:33:56.313Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-08-11T20:33:56.488Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-08-11T20:34:02.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17882026-08-11T20:34:02.301Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17892026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Starting download, target: Cockroach
17902026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Starting download, target: Clickhouse
17912026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Starting download, target: Console
17922026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Starting download, target: DendriteStub
17932026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Starting download, target: MaghemiteMgd
17942026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Starting download, target: MaghemiteDdmd
17952026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Starting download, target: TransceiverControl
17962026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17972026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17982026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17992026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18002026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18022026-08-11T20:34:02.301ZAug 11 20:33:58.527 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18032026-08-11T20:34:02.301ZAug 11 20:34:00.261 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-08-11T20:34:02.301ZAug 11 20:34:00.318 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-08-11T20:34:02.301ZAug 11 20:34:00.570 INFO Download complete, target: Console
18062026-08-11T20:34:08.212ZAug 11 20:34:07.111 INFO Checking that binary works, target: Clickhouse
18072026-08-11T20:34:08.302ZAug 11 20:34:07.201 INFO Download complete, target: Clickhouse
18082026-08-11T20:34:29.145ZAug 11 20:34:27.763 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18092026-08-11T20:34:29.388ZAug 11 20:34:27.980 INFO Download complete, target: TransceiverControl
18102026-08-11T20:34:32.513ZAug 11 20:34:31.284 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18112026-08-11T20:34:34.411ZAug 11 20:34:33.142 INFO Download complete, target: MaghemiteDdmd
18122026-08-11T20:34:35.208ZAug 11 20:34:33.984 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18132026-08-11T20:34:36.789ZAug 11 20:34:35.652 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18142026-08-11T20:34:37.542ZAug 11 20:34:36.440 INFO Download complete, target: MaghemiteMgd
18152026-08-11T20:34:37.585ZAug 11 20:34:36.482 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18162026-08-11T20:34:37.585ZAug 11 20:34:36.482 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18172026-08-11T20:34:39.177ZAug 11 20:34:38.075 INFO Download complete, target: DendriteStub
18182026-08-11T20:34:42.273ZAug 11 20:34:41.126 INFO Checking that binary works, target: Cockroach
18192026-08-11T20:34:42.342ZAug 11 20:34:41.241 INFO Download complete, target: Cockroach
18202026-08-11T20:34:42.356ZAll builder prerequisites installed successfully, and PATH looks valid
18212026-08-11T20:34:42.360Z
18222026-08-11T20:34:42.360Zreal 2:47.055808712
18232026-08-11T20:34:42.360Zuser 7:09.430391761
18242026-08-11T20:34:42.360Zsys 1:24.780642800
18252026-08-11T20:34:42.360Ztrap 0.221759407
18262026-08-11T20:34:42.360Ztflt 0.565481966
18272026-08-11T20:34:42.360Zdflt 0.882929167
18282026-08-11T20:34:42.360Zkflt 0.024912866
18292026-08-11T20:34:42.360Zlock 34:18.375722852
18302026-08-11T20:34:42.360Zslp 22:48.932072232
18312026-08-11T20:34:42.360Zlat 45.720401061
18322026-08-11T20:34:42.360Zstop 2:38.135223391
18332026-08-11T20:34:42.360Z+ banner hack-check
18342026-08-11T20:34:42.360Z
18352026-08-11T20:34:42.360Z # # ## #### # # #### # # ###### #### # #
18362026-08-11T20:34:42.360Z # # # # # # # # # # # # # # # # #
18372026-08-11T20:34:42.360Z ###### # # # #### ##### # ###### ##### # ####
18382026-08-11T20:34:42.360Z # # ###### # # # # # # # # # #
18392026-08-11T20:34:42.360Z # # # # # # # # # # # # # # # # #
18402026-08-11T20:34:42.360Z # # # # #### # # #### # # ###### #### # #
18412026-08-11T20:34:42.360Z
18422026-08-11T20:34:42.360Z+ export CARGO_INCREMENTAL=0
18432026-08-11T20:34:42.360Z+ CARGO_INCREMENTAL=0
18442026-08-11T20:34:42.360Z+ ptime -m timeout 2h cargo xtask check-features --ci
18452026-08-11T20:34:42.849Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18462026-08-11T20:34:43.139Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18472026-08-11T20:34:44.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18482026-08-11T20:34:44.999Z Running `target/debug/xtask check-features --ci`
18492026-08-11T20:34:45.025Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18502026-08-11T20:34:45.028Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18512026-08-11T20:34:45.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18522026-08-11T20:34:45.474Z Running `target/debug/xtask download cargo-hack`
18532026-08-11T20:34:46.252Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18542026-08-11T20:34:46.556Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18552026-08-11T20:34:49.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
18562026-08-11T20:34:49.316Z Running `target/debug/xtask-downloader cargo-hack`
18572026-08-11T20:34:49.355ZAug 11 20:34:48.254 INFO Starting download, target: CargoHack
18582026-08-11T20:34:49.358ZAug 11 20:34:48.254 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18592026-08-11T20:34:49.995ZAug 11 20:34:48.895 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18602026-08-11T20:34:50.045ZAug 11 20:34:48.945 INFO Download complete, target: CargoHack
18612026-08-11T20:34:50.049Zrunning: "/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"
18622026-08-11T20:34:50.061Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18632026-08-11T20:34:50.219Zinfo: running `cargo check --bins` on api_identity (1/335)
18642026-08-11T20:34:50.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-08-11T20:34:50.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-08-11T20:34:50.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-08-11T20:34:50.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18682026-08-11T20:34:50.762Z
18692026-08-11T20:34:50.762Zinfo: running `cargo check --bins` on bootstore (2/335)
18702026-08-11T20:34:51.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-08-11T20:34:51.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-08-11T20:34:51.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-08-11T20:34:51.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18742026-08-11T20:34:51.307Z
18752026-08-11T20:34:51.308Zinfo: running `cargo check --bins` on omicron-ledger (3/335)
18762026-08-11T20:34:51.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-08-11T20:34:51.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-08-11T20:34:51.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-08-11T20:34:51.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18802026-08-11T20:34:51.852Z
18812026-08-11T20:34:51.852Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335)
18822026-08-11T20:34:52.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-08-11T20:34:52.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-08-11T20:34:52.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-08-11T20:34:52.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18862026-08-11T20:34:52.397Z
18872026-08-11T20:34:52.401Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335)
18882026-08-11T20:34:52.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-08-11T20:34:52.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-08-11T20:34:52.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-08-11T20:34:52.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18922026-08-11T20:34:52.948Z
18932026-08-11T20:34:52.948Zinfo: running `cargo check --bins` on omicron-certificates (6/335)
18942026-08-11T20:34:53.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-08-11T20:34:53.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-08-11T20:34:53.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-08-11T20:34:53.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18982026-08-11T20:34:53.502Z
18992026-08-11T20:34:53.502Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/335)
19002026-08-11T20:34:53.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-08-11T20:34:53.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-08-11T20:34:53.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-08-11T20:34:53.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19042026-08-11T20:34:54.061Z
19052026-08-11T20:34:54.061Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335)
19062026-08-11T20:34:54.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-08-11T20:34:54.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-08-11T20:34:54.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-08-11T20:34:54.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19102026-08-11T20:34:54.618Z
19112026-08-11T20:34:54.618Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335)
19122026-08-11T20:34:54.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-08-11T20:34:54.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-08-11T20:34:54.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-08-11T20:34:54.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19162026-08-11T20:34:55.037Z
19172026-08-11T20:34:55.037Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335)
19182026-08-11T20:34:55.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-08-11T20:34:55.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-08-11T20:34:55.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-08-11T20:34:55.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19222026-08-11T20:34:55.460Z
19232026-08-11T20:34:55.460Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335)
19242026-08-11T20:34:55.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-08-11T20:34:55.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-08-11T20:34:55.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-08-11T20:34:55.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19282026-08-11T20:34:55.879Z
19292026-08-11T20:34:55.880Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335)
19302026-08-11T20:34:56.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-08-11T20:34:56.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-08-11T20:34:56.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-08-11T20:34:56.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19342026-08-11T20:34:56.298Z
19352026-08-11T20:34:56.298Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335)
19362026-08-11T20:34:56.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-08-11T20:34:56.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-08-11T20:34:56.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-08-11T20:34:56.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19402026-08-11T20:34:56.715Z
19412026-08-11T20:34:56.715Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335)
19422026-08-11T20:34:57.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-08-11T20:34:57.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-08-11T20:34:57.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-08-11T20:34:57.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19462026-08-11T20:34:57.126Z
19472026-08-11T20:34:57.127Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335)
19482026-08-11T20:34:57.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-08-11T20:34:57.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-08-11T20:34:57.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-08-11T20:34:57.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-08-11T20:34:57.535Z
19532026-08-11T20:34:57.535Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335)
19542026-08-11T20:34:57.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-08-11T20:34:57.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-08-11T20:34:57.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-08-11T20:34:57.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19582026-08-11T20:34:57.950Z
19592026-08-11T20:34:57.950Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335)
19602026-08-11T20:34:58.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-08-11T20:34:58.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-08-11T20:34:58.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-08-11T20:34:58.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19642026-08-11T20:34:58.363Z
19652026-08-11T20:34:58.364Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335)
19662026-08-11T20:34:58.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-08-11T20:34:58.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-08-11T20:34:58.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-08-11T20:34:58.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19702026-08-11T20:34:58.774Z
19712026-08-11T20:34:58.774Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335)
19722026-08-11T20:34:59.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-08-11T20:34:59.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-08-11T20:34:59.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-08-11T20:34:59.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-08-11T20:34:59.184Z
19772026-08-11T20:34:59.185Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335)
19782026-08-11T20:34:59.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-08-11T20:34:59.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-08-11T20:34:59.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-08-11T20:34:59.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19822026-08-11T20:34:59.599Z
19832026-08-11T20:34:59.599Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335)
19842026-08-11T20:34:59.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-08-11T20:34:59.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-08-11T20:34:59.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-08-11T20:34:59.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19882026-08-11T20:35:00.015Z
19892026-08-11T20:35:00.015Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335)
19902026-08-11T20:35:00.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-08-11T20:35:00.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-08-11T20:35:00.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-08-11T20:35:00.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19942026-08-11T20:35:00.429Z
19952026-08-11T20:35:00.430Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335)
19962026-08-11T20:35:00.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-08-11T20:35:00.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-08-11T20:35:00.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-08-11T20:35:00.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20002026-08-11T20:35:00.844Z
20012026-08-11T20:35:00.844Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335)
20022026-08-11T20:35:01.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-08-11T20:35:01.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-08-11T20:35:01.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-08-11T20:35:01.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20062026-08-11T20:35:01.260Z
20072026-08-11T20:35:01.260Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335)
20082026-08-11T20:35:01.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-08-11T20:35:01.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-08-11T20:35:01.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-08-11T20:35:01.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20122026-08-11T20:35:01.691Z
20132026-08-11T20:35:01.692Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335)
20142026-08-11T20:35:02.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-08-11T20:35:02.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-08-11T20:35:02.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-08-11T20:35:02.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20182026-08-11T20:35:02.084Z
20192026-08-11T20:35:02.084Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335)
20202026-08-11T20:35:02.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-08-11T20:35:02.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-08-11T20:35:02.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-08-11T20:35:02.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20242026-08-11T20:35:02.494Z
20252026-08-11T20:35:02.494Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335)
20262026-08-11T20:35:02.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-08-11T20:35:02.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-08-11T20:35:02.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-08-11T20:35:02.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20302026-08-11T20:35:02.904Z
20312026-08-11T20:35:02.904Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335)
20322026-08-11T20:35:03.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-08-11T20:35:03.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-08-11T20:35:03.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-08-11T20:35:03.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20362026-08-11T20:35:03.320Z
20372026-08-11T20:35:03.320Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335)
20382026-08-11T20:35:03.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-08-11T20:35:03.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-08-11T20:35:03.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-08-11T20:35:03.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20422026-08-11T20:35:03.733Z
20432026-08-11T20:35:03.733Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335)
20442026-08-11T20:35:04.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-08-11T20:35:04.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-08-11T20:35:04.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-08-11T20:35:04.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20482026-08-11T20:35:04.143Z
20492026-08-11T20:35:04.143Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335)
20502026-08-11T20:35:04.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-08-11T20:35:04.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-08-11T20:35:04.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-08-11T20:35:04.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20542026-08-11T20:35:04.555Z
20552026-08-11T20:35:04.555Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335)
20562026-08-11T20:35:04.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-08-11T20:35:04.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-08-11T20:35:04.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-08-11T20:35:04.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20602026-08-11T20:35:04.966Z
20612026-08-11T20:35:04.966Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335)
20622026-08-11T20:35:05.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-08-11T20:35:05.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-08-11T20:35:05.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-08-11T20:35:05.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20662026-08-11T20:35:05.376Z
20672026-08-11T20:35:05.376Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335)
20682026-08-11T20:35:05.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-08-11T20:35:05.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-08-11T20:35:05.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-08-11T20:35:05.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20722026-08-11T20:35:05.787Z
20732026-08-11T20:35:05.787Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335)
20742026-08-11T20:35:06.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-08-11T20:35:06.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-08-11T20:35:06.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-08-11T20:35:06.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-08-11T20:35:06.202Z
20792026-08-11T20:35:06.202Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335)
20802026-08-11T20:35:06.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-08-11T20:35:06.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-08-11T20:35:06.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-08-11T20:35:06.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20842026-08-11T20:35:06.616Z
20852026-08-11T20:35:06.616Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335)
20862026-08-11T20:35:06.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-08-11T20:35:06.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-08-11T20:35:06.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-08-11T20:35:06.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20902026-08-11T20:35:07.031Z
20912026-08-11T20:35:07.032Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335)
20922026-08-11T20:35:07.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-08-11T20:35:07.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-08-11T20:35:07.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-08-11T20:35:07.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20962026-08-11T20:35:07.447Z
20972026-08-11T20:35:07.448Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335)
20982026-08-11T20:35:07.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-08-11T20:35:07.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-08-11T20:35:07.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-08-11T20:35:07.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21022026-08-11T20:35:07.863Z
21032026-08-11T20:35:07.863Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335)
21042026-08-11T20:35:08.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-08-11T20:35:08.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-08-11T20:35:08.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-08-11T20:35:08.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21082026-08-11T20:35:08.280Z
21092026-08-11T20:35:08.280Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335)
21102026-08-11T20:35:08.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-08-11T20:35:08.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-08-11T20:35:08.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-08-11T20:35:08.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21142026-08-11T20:35:08.691Z
21152026-08-11T20:35:08.691Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335)
21162026-08-11T20:35:09.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-08-11T20:35:09.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-08-11T20:35:09.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-08-11T20:35:09.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21202026-08-11T20:35:09.103Z
21212026-08-11T20:35:09.103Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335)
21222026-08-11T20:35:09.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-08-11T20:35:09.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-08-11T20:35:09.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-08-11T20:35:09.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21262026-08-11T20:35:09.519Z
21272026-08-11T20:35:09.519Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335)
21282026-08-11T20:35:09.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-08-11T20:35:09.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-08-11T20:35:09.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-08-11T20:35:09.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21322026-08-11T20:35:09.936Z
21332026-08-11T20:35:09.936Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335)
21342026-08-11T20:35:10.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-08-11T20:35:10.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-08-11T20:35:10.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-08-11T20:35:10.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21382026-08-11T20:35:10.355Z
21392026-08-11T20:35:10.355Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335)
21402026-08-11T20:35:10.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-08-11T20:35:10.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-08-11T20:35:10.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-08-11T20:35:10.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21442026-08-11T20:35:10.775Z
21452026-08-11T20:35:10.776Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335)
21462026-08-11T20:35:11.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-08-11T20:35:11.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-08-11T20:35:11.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-08-11T20:35:11.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21502026-08-11T20:35:11.197Z
21512026-08-11T20:35:11.198Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335)
21522026-08-11T20:35:11.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-08-11T20:35:11.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-08-11T20:35:11.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-08-11T20:35:11.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-08-11T20:35:11.789Z
21572026-08-11T20:35:11.789Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335)
21582026-08-11T20:35:12.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-08-11T20:35:12.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-08-11T20:35:12.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-08-11T20:35:12.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-08-11T20:35:12.386Z
21632026-08-11T20:35:12.386Zinfo: running `cargo check --bins` on nexus-config (51/335)
21642026-08-11T20:35:12.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-08-11T20:35:12.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-08-11T20:35:12.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-08-11T20:35:12.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21682026-08-11T20:35:12.980Z
21692026-08-11T20:35:12.980Zinfo: running `cargo check --bins` on nexus-types (52/335)
21702026-08-11T20:35:13.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-08-11T20:35:13.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-08-11T20:35:13.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-08-11T20:35:13.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21742026-08-11T20:35:13.578Z
21752026-08-11T20:35:13.578Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335)
21762026-08-11T20:35:14.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-08-11T20:35:14.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-08-11T20:35:14.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-08-11T20:35:14.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21802026-08-11T20:35:14.147Z
21812026-08-11T20:35:14.147Zinfo: running `cargo check --bins` on omicron-passwords (54/335)
21822026-08-11T20:35:14.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-08-11T20:35:14.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-08-11T20:35:14.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-08-11T20:35:14.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21862026-08-11T20:35:14.686Z
21872026-08-11T20:35:14.686Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/335)
21882026-08-11T20:35:15.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-08-11T20:35:15.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-08-11T20:35:15.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-08-11T20:35:15.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21922026-08-11T20:35:15.252Z
21932026-08-11T20:35:15.253Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335)
21942026-08-11T20:35:15.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-08-11T20:35:15.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-08-11T20:35:15.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-08-11T20:35:15.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21982026-08-11T20:35:15.813Z
21992026-08-11T20:35:15.813Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335)
22002026-08-11T20:35:16.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-08-11T20:35:16.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-08-11T20:35:16.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-08-11T20:35:16.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22042026-08-11T20:35:16.398Z
22052026-08-11T20:35:16.398Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335)
22062026-08-11T20:35:16.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-08-11T20:35:17.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-08-11T20:35:17.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-08-11T20:35:17.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22102026-08-11T20:35:17.002Z
22112026-08-11T20:35:17.002Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335)
22122026-08-11T20:35:17.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-08-11T20:35:17.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-08-11T20:35:17.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-08-11T20:35:17.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22162026-08-11T20:35:17.514Z
22172026-08-11T20:35:17.514Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335)
22182026-08-11T20:35:17.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-08-11T20:35:17.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-08-11T20:35:17.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-08-11T20:35:17.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22222026-08-11T20:35:18.071Z
22232026-08-11T20:35:18.071Zinfo: running `cargo check --bins --no-default-features` on gfss (61/335)
22242026-08-11T20:35:18.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-08-11T20:35:18.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-08-11T20:35:18.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-08-11T20:35:18.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22282026-08-11T20:35:18.628Z
22292026-08-11T20:35:18.628Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335)
22302026-08-11T20:35:19.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-08-11T20:35:19.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-08-11T20:35:19.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-08-11T20:35:19.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22342026-08-11T20:35:19.165Z
22352026-08-11T20:35:19.165Zinfo: running `cargo check --bins` on wicketd-commission-types (63/335)
22362026-08-11T20:35:19.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-08-11T20:35:19.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-08-11T20:35:19.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-08-11T20:35:19.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22402026-08-11T20:35:19.738Z
22412026-08-11T20:35:19.738Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/335)
22422026-08-11T20:35:20.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-08-11T20:35:20.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-08-11T20:35:20.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-08-11T20:35:20.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22462026-08-11T20:35:20.302Z
22472026-08-11T20:35:20.303Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335)
22482026-08-11T20:35:20.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-08-11T20:35:20.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-08-11T20:35:20.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-08-11T20:35:20.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22522026-08-11T20:35:20.848Z
22532026-08-11T20:35:20.848Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335)
22542026-08-11T20:35:21.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-08-11T20:35:21.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-08-11T20:35:21.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-08-11T20:35:21.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22582026-08-11T20:35:21.397Z
22592026-08-11T20:35:21.398Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/335)
22602026-08-11T20:35:21.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-08-11T20:35:21.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-08-11T20:35:21.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-08-11T20:35:21.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22642026-08-11T20:35:21.961Z
22652026-08-11T20:35:21.961Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/335)
22662026-08-11T20:35:22.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-08-11T20:35:22.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-08-11T20:35:22.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-08-11T20:35:22.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22702026-08-11T20:35:22.520Z
22712026-08-11T20:35:22.520Zinfo: running `cargo check --bins` on cockroach-admin-types (69/335)
22722026-08-11T20:35:22.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-08-11T20:35:22.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-08-11T20:35:22.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-08-11T20:35:22.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22762026-08-11T20:35:23.061Z
22772026-08-11T20:35:23.061Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/335)
22782026-08-11T20:35:23.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-08-11T20:35:23.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-08-11T20:35:23.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812026-08-11T20:35:23.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22822026-08-11T20:35:23.609Z
22832026-08-11T20:35:23.609Zinfo: running `cargo check --bins` on ereport-types (71/335)
22842026-08-11T20:35:24.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852026-08-11T20:35:24.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862026-08-11T20:35:24.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872026-08-11T20:35:24.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22882026-08-11T20:35:24.160Z
22892026-08-11T20:35:24.161Zinfo: running `cargo check --bins` on gateway-client (72/335)
22902026-08-11T20:35:24.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912026-08-11T20:35:24.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922026-08-11T20:35:24.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932026-08-11T20:35:24.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22942026-08-11T20:35:24.714Z
22952026-08-11T20:35:24.714Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/335)
22962026-08-11T20:35:25.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972026-08-11T20:35:25.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982026-08-11T20:35:25.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992026-08-11T20:35:25.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23002026-08-11T20:35:25.261Z
23012026-08-11T20:35:25.261Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335)
23022026-08-11T20:35:25.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032026-08-11T20:35:25.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042026-08-11T20:35:25.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052026-08-11T20:35:25.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23062026-08-11T20:35:25.816Z
23072026-08-11T20:35:25.816Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/335)
23082026-08-11T20:35:26.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092026-08-11T20:35:26.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102026-08-11T20:35:26.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112026-08-11T20:35:26.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23122026-08-11T20:35:26.392Z
23132026-08-11T20:35:26.392Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335)
23142026-08-11T20:35:26.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152026-08-11T20:35:26.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162026-08-11T20:35:26.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172026-08-11T20:35:26.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23182026-08-11T20:35:26.964Z
23192026-08-11T20:35:26.964Zinfo: running `cargo check --bins` on key-manager-types (77/335)
23202026-08-11T20:35:27.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212026-08-11T20:35:27.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222026-08-11T20:35:27.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232026-08-11T20:35:27.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23242026-08-11T20:35:27.512Z
23252026-08-11T20:35:27.512Zinfo: running `cargo check --bins` on oxlog (78/335)
23262026-08-11T20:35:27.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272026-08-11T20:35:27.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282026-08-11T20:35:28.105Z Checking cfg-if v1.0.4
23292026-08-11T20:35:28.110Z Checking libc v0.2.185
23302026-08-11T20:35:28.207Z Checking serde_core v1.0.228
23312026-08-11T20:35:28.224Z Checking memchr v2.8.0
23322026-08-11T20:35:28.229Z Checking zeroize v1.9.0
23332026-08-11T20:35:28.235Z Checking log v0.4.29
23342026-08-11T20:35:28.244Z Checking smallvec v1.15.1
23352026-08-11T20:35:28.258Z Checking subtle v2.6.1
23362026-08-11T20:35:28.266Z Checking itoa v1.0.17
23372026-08-11T20:35:28.372Z Checking scopeguard v1.2.0
23382026-08-11T20:35:28.388Z Checking stable_deref_trait v1.2.1
23392026-08-11T20:35:28.404Z Checking typenum v1.20.1
23402026-08-11T20:35:28.412Z Checking zerofrom v0.1.6
23412026-08-11T20:35:28.424Z Checking zerocopy v0.8.40
23422026-08-11T20:35:28.465Z Checking portable-atomic v1.13.1
23432026-08-11T20:35:28.471Z Checking lock_api v0.4.14
23442026-08-11T20:35:28.523Z Checking yoke v0.8.1
23452026-08-11T20:35:28.578Z Checking critical-section v1.2.0
23462026-08-11T20:35:28.588Z Checking errno v0.3.14
23472026-08-11T20:35:28.658Z Checking getrandom v0.2.17
23482026-08-11T20:35:28.685Z Checking zerovec v0.11.5
23492026-08-11T20:35:28.700Z Checking const-oid v0.9.6
23502026-08-11T20:35:28.742Z Checking pin-project-lite v0.2.17
23512026-08-11T20:35:28.801Z Checking rand_core v0.6.4
23522026-08-11T20:35:28.815Z Checking libm v0.2.16
23532026-08-11T20:35:28.858Z Checking once_cell v1.21.3
23542026-08-11T20:35:28.973Z Checking zmij v1.0.21
23552026-08-11T20:35:29.022Z Checking signal-hook-registry v1.4.8
23562026-08-11T20:35:29.116Z Checking tinystr v0.8.2
23572026-08-11T20:35:29.135Z Checking generic-array v0.14.7
23582026-08-11T20:35:29.174Z Checking parking_lot_core v0.9.12
23592026-08-11T20:35:29.179Z Checking writeable v0.6.2
23602026-08-11T20:35:29.286Z Checking futures-core v0.3.32
23612026-08-11T20:35:29.343Z Checking percent-encoding v2.3.2
23622026-08-11T20:35:29.359Z Checking litemap v0.8.1
23632026-08-11T20:35:29.363Z Checking rand_core v0.10.0
23642026-08-11T20:35:29.407Z Checking parking_lot v0.12.5
23652026-08-11T20:35:29.476Z Checking potential_utf v0.1.4
23662026-08-11T20:35:29.509Z Checking getrandom v0.4.1
23672026-08-11T20:35:29.525Z Checking num-traits v0.2.19
23682026-08-11T20:35:29.537Z Checking icu_locale_core v2.1.1
23692026-08-11T20:35:29.582Z Checking zerotrie v0.2.3
23702026-08-11T20:35:29.593Z Checking mio v1.2.0
23712026-08-11T20:35:29.611Z Checking equivalent v1.0.2
23722026-08-11T20:35:29.654Z Checking icu_collections v2.1.1
23732026-08-11T20:35:29.688Z Checking socket2 v0.6.3
23742026-08-11T20:35:29.703Z Checking serde v1.0.228
23752026-08-11T20:35:29.876Z Checking bitflags v2.11.0
23762026-08-11T20:35:29.884Z Checking serde_json v1.0.151
23772026-08-11T20:35:29.947Z Checking icu_normalizer_data v2.1.1
23782026-08-11T20:35:29.960Z Checking icu_properties_data v2.1.2
23792026-08-11T20:35:29.980Z Checking byteorder v1.5.0
23802026-08-11T20:35:29.997Z Checking crypto-common v0.1.7
23812026-08-11T20:35:30.039Z Checking block-buffer v0.10.4
23822026-08-11T20:35:30.070Z Checking icu_provider v2.1.1
23832026-08-11T20:35:30.082Z Checking futures-sink v0.3.32
23842026-08-11T20:35:30.096Z Checking bytes v1.11.1
23852026-08-11T20:35:30.108Z Checking hashbrown v0.17.0
23862026-08-11T20:35:30.174Z Checking digest v0.10.7
23872026-08-11T20:35:30.183Z Checking futures-channel v0.3.32
23882026-08-11T20:35:30.187Z Checking getrandom v0.3.4
23892026-08-11T20:35:30.294Z Checking icu_normalizer v2.1.1
23902026-08-11T20:35:30.335Z Checking icu_properties v2.1.2
23912026-08-11T20:35:30.359Z Checking futures-io v0.3.32
23922026-08-11T20:35:30.374Z Checking futures-task v0.3.32
23932026-08-11T20:35:30.473Z Checking utf8_iter v1.0.4
23942026-08-11T20:35:30.507Z Checking slab v0.4.12
23952026-08-11T20:35:30.524Z Checking tokio v1.52.1
23962026-08-11T20:35:30.539Z Checking form_urlencoded v1.2.2
23972026-08-11T20:35:30.584Z Checking indexmap v2.14.0
23982026-08-11T20:35:30.595Z Checking rustix v1.1.3
23992026-08-11T20:35:30.617Z Checking fnv v1.0.7
24002026-08-11T20:35:30.660Z Checking base64ct v1.8.3
24012026-08-11T20:35:30.709Z Checking futures-util v0.3.32
24022026-08-11T20:35:30.709Z Checking flagset v0.4.7
24032026-08-11T20:35:30.813Z Checking iana-time-zone v0.1.65
24042026-08-11T20:35:30.887Z Checking pem-rfc7468 v0.7.0
24052026-08-11T20:35:30.916Z Checking chrono v0.4.45
24062026-08-11T20:35:31.044Z Checking der v0.7.10
24072026-08-11T20:35:31.152Z Checking rand_core v0.9.5
24082026-08-11T20:35:31.193Z Checking idna_adapter v1.2.1
24092026-08-11T20:35:31.205Z Checking ppv-lite86 v0.2.21
24102026-08-11T20:35:31.280Z Checking idna v1.1.0
24112026-08-11T20:35:31.327Z Checking uuid v1.23.4
24122026-08-11T20:35:31.434Z Checking base64 v0.22.1
24132026-08-11T20:35:31.504Z Checking regex-syntax v0.8.10
24142026-08-11T20:35:31.524Z Checking url v2.5.8
24152026-08-11T20:35:31.637Z Checking http v1.4.2
24162026-08-11T20:35:31.662Z Checking utf8parse v0.2.2
24172026-08-11T20:35:31.764Z Checking rand_chacha v0.9.0
24182026-08-11T20:35:31.765Z Checking spki v0.7.3
24192026-08-11T20:35:31.790Z Checking tracing-core v0.1.36
24202026-08-11T20:35:31.938Z Checking dyn-clone v1.0.20
24212026-08-11T20:35:31.965Z Checking cpufeatures v0.2.17
24222026-08-11T20:35:31.976Z Checking anstyle v1.0.14
24232026-08-11T20:35:32.031Z Checking rand v0.9.2
24242026-08-11T20:35:32.050Z Checking pkcs8 v0.10.2
24252026-08-11T20:35:32.093Z Checking tracing v0.1.44
24262026-08-11T20:35:32.153Z Checking semver v1.0.28
24272026-08-11T20:35:32.215Z Checking http-body v1.0.1
24282026-08-11T20:35:32.242Z Checking spin v0.9.8
24292026-08-11T20:35:32.293Z Checking rustls-pki-types v1.14.0
24302026-08-11T20:35:32.359Z Checking is_terminal_polyfill v1.70.2
24312026-08-11T20:35:32.363Z Checking openssl-probe v0.2.1
24322026-08-11T20:35:32.384Z Checking cmov v0.5.4
24332026-08-11T20:35:32.426Z Checking anstyle-query v1.1.5
24342026-08-11T20:35:32.469Z Checking colorchoice v1.0.4
24352026-08-11T20:35:32.513Z Checking tinyvec_macros v0.1.1
24362026-08-11T20:35:32.531Z Checking schemars v0.8.22
24372026-08-11T20:35:32.571Z Checking sha2 v0.10.9
24382026-08-11T20:35:32.577Z Checking tinyvec v1.10.0
24392026-08-11T20:35:32.577Z Checking ctutils v0.4.2
24402026-08-11T20:35:32.601Z Checking aws-lc-sys v0.40.0
24412026-08-11T20:35:32.602Z Checking thiserror v2.0.18
24422026-08-11T20:35:32.712Z Checking untrusted v0.7.1
24432026-08-11T20:35:32.831Z Checking tower-layer v0.3.3
24442026-08-11T20:35:32.839Z Checking try-lock v0.2.5
24452026-08-11T20:35:32.840Z Checking tower-service v0.3.3
24462026-08-11T20:35:32.859Z Checking atomic-waker v1.1.2
24472026-08-11T20:35:32.907Z Checking fastrand v2.3.0
24482026-08-11T20:35:32.911Z Checking want v0.3.1
24492026-08-11T20:35:32.925Z Checking hybrid-array v0.4.13
24502026-08-11T20:35:32.949Z Checking anstyle-parse v1.0.0
24512026-08-11T20:35:32.970Z Checking ipnet v2.11.0
24522026-08-11T20:35:33.030Z Checking crc32fast v1.5.0
24532026-08-11T20:35:33.077Z Checking tempfile v3.25.0
24542026-08-11T20:35:33.089Z Checking httparse v1.10.1
24552026-08-11T20:35:33.105Z Checking aws-lc-rs v1.16.3
24562026-08-11T20:35:33.165Z Checking aho-corasick v1.1.4
24572026-08-11T20:35:33.192Z Checking foreign-types-shared v0.1.1
24582026-08-11T20:35:33.212Z Checking untrusted v0.9.0
24592026-08-11T20:35:33.264Z Checking httpdate v1.0.3
24602026-08-11T20:35:33.264Z Checking tap v1.0.1
24612026-08-11T20:35:33.297Z Checking plain v0.2.3
24622026-08-11T20:35:33.314Z Checking simd-adler32 v0.3.8
24632026-08-11T20:35:33.379Z Checking wyz v0.5.1
24642026-08-11T20:35:33.388Z Checking foreign-types v0.3.2
24652026-08-11T20:35:33.405Z Checking anstream v1.0.0
24662026-08-11T20:35:33.459Z Checking unicode-normalization v0.1.25
24672026-08-11T20:35:33.477Z Checking rand_chacha v0.3.1
24682026-08-11T20:35:33.556Z Checking terminal_size v0.4.3
24692026-08-11T20:35:33.597Z Checking radium v0.7.0
24702026-08-11T20:35:33.650Z Checking signature v2.2.0
24712026-08-11T20:35:33.675Z Checking hex v0.4.3
24722026-08-11T20:35:33.687Z Checking num-integer v0.1.46
24732026-08-11T20:35:33.774Z Checking openssl-sys v0.9.117
24742026-08-11T20:35:33.806Z Checking wait-timeout v0.2.1
24752026-08-11T20:35:33.838Z Checking tokio-util v0.7.18
24762026-08-11T20:35:33.858Z Checking regex-automata v0.4.14
24772026-08-11T20:35:33.865Z Checking strsim v0.11.1
24782026-08-11T20:35:33.907Z Checking bit-vec v0.8.0
24792026-08-11T20:35:33.919Z Checking clap_lex v1.0.0
24802026-08-11T20:35:33.920Z Checking ucd-trie v0.1.7
24812026-08-11T20:35:33.929Z Checking rustls-webpki v0.103.13
24822026-08-11T20:35:34.017Z Checking adler2 v2.0.1
24832026-08-11T20:35:34.029Z Checking quick-error v1.2.3
24842026-08-11T20:35:34.039Z Checking unicode-ident v1.0.24
24852026-08-11T20:35:34.064Z Checking funty v2.0.0
24862026-08-11T20:35:34.106Z Checking miniz_oxide v0.8.9
24872026-08-11T20:35:34.127Z Checking rusty-fork v0.3.1
24882026-08-11T20:35:34.139Z Checking openssl v0.10.80
24892026-08-11T20:35:34.151Z Checking proc-macro2 v1.0.106
24902026-08-11T20:35:34.296Z Checking bit-set v0.8.0
24912026-08-11T20:35:34.334Z Checking rustls v0.23.41
24922026-08-11T20:35:34.373Z Checking bitvec v1.0.1
24932026-08-11T20:35:34.404Z Checking h2 v0.4.15
24942026-08-11T20:35:34.432Z Checking clap_builder v4.6.0
24952026-08-11T20:35:34.451Z Checking pest v2.8.6
24962026-08-11T20:35:34.463Z Checking num-iter v0.1.45
24972026-08-11T20:35:34.574Z Checking rand v0.8.6
24982026-08-11T20:35:35.075Z Checking lazy_static v1.5.0
24992026-08-11T20:35:35.164Z Checking anstyle-parse v0.2.7
25002026-08-11T20:35:35.317Z Checking rand_xorshift v0.4.0
25012026-08-11T20:35:35.438Z Checking thiserror v1.0.69
25022026-08-11T20:35:35.495Z Checking maybe-uninit v2.0.0
25032026-08-11T20:35:35.532Z Checking hmac v0.12.1
25042026-08-11T20:35:35.565Z Checking toml_datetime v0.6.11
25052026-08-11T20:35:35.642Z Checking serde_spanned v0.6.9
25062026-08-11T20:35:35.667Z Checking sync_wrapper v1.0.2
25072026-08-11T20:35:35.678Z Checking pretty-hex v0.4.1
25082026-08-11T20:35:35.689Z Checking siphasher v1.0.2
25092026-08-11T20:35:35.745Z Checking unarray v0.1.4
25102026-08-11T20:35:35.767Z Checking nodrop v0.1.14
25112026-08-11T20:35:35.776Z Checking zlib-rs v0.6.2
25122026-08-11T20:35:35.792Z Checking powerfmt v0.2.0
25132026-08-11T20:35:35.835Z Checking crc-catalog v2.4.0
25142026-08-11T20:35:35.846Z Checking proptest v1.11.0
25152026-08-11T20:35:35.855Z Checking array-init v0.0.4
25162026-08-11T20:35:35.913Z Checking crc v3.4.0
25172026-08-11T20:35:35.931Z Checking deranged v0.5.8
25182026-08-11T20:35:36.085Z Checking tower v0.5.3
25192026-08-11T20:35:36.127Z Checking native-tls v0.2.18
25202026-08-11T20:35:36.140Z Checking packed_struct v0.10.1
25212026-08-11T20:35:36.302Z Checking clap v4.6.1
25222026-08-11T20:35:36.382Z Checking smallvec v0.6.14
25232026-08-11T20:35:36.460Z Checking anstream v0.6.21
25242026-08-11T20:35:36.568Z Checking num-bigint-dig v0.8.6
25252026-08-11T20:35:36.581Z Checking quote v1.0.45
25262026-08-11T20:35:36.632Z Checking flate2 v1.1.9
25272026-08-11T20:35:36.656Z Checking ipnetwork v0.21.1
25282026-08-11T20:35:36.743Z Checking http-body-util v0.1.3
25292026-08-11T20:35:36.848Z Checking pkcs1 v0.7.5
25302026-08-11T20:35:36.875Z Checking crossbeam-utils v0.8.21
25312026-08-11T20:35:36.915Z Checking bitfield v0.19.4
25322026-08-11T20:35:36.960Z Checking zerocopy v0.6.6
25332026-08-11T20:35:37.048Z Checking ahash v0.8.12
25342026-08-11T20:35:37.179Z Checking bzip2-sys v0.1.13+1.0.8
25352026-08-11T20:35:37.231Z Checking scroll v0.13.0
25362026-08-11T20:35:37.237Z Checking env_filter v1.0.0
25372026-08-11T20:35:37.237Z Checking hyper v1.10.1
25382026-08-11T20:35:37.254Z Checking time-core v0.1.8
25392026-08-11T20:35:37.263Z Checking num_threads v0.1.7
25402026-08-11T20:35:37.263Z Checking hashbrown v0.12.3
25412026-08-11T20:35:37.358Z Checking num-conv v0.2.0
25422026-08-11T20:35:37.363Z Checking base64 v0.21.7
25432026-08-11T20:35:37.370Z Checking allocator-api2 v0.2.21
25442026-08-11T20:35:37.400Z Checking unicode-properties v0.1.4
25452026-08-11T20:35:37.416Z Checking unicode-bidi v0.3.18
25462026-08-11T20:35:37.471Z Checking iri-string v0.7.10
25472026-08-11T20:35:37.574Z Checking winnow v0.5.40
25482026-08-11T20:35:37.596Z Checking ryu v1.0.23
25492026-08-11T20:35:37.661Z Checking newtype-uuid v1.3.2
25502026-08-11T20:35:37.674Z Checking ron v0.8.1
25512026-08-11T20:35:37.687Z Checking indexmap v1.9.3
25522026-08-11T20:35:37.712Z Checking stringprep v0.1.5
25532026-08-11T20:35:37.732Z Checking serde_urlencoded v0.7.1
25542026-08-11T20:35:37.860Z Checking time v0.3.47
25552026-08-11T20:35:37.873Z Checking goblin v0.10.5
25562026-08-11T20:35:37.939Z Checking rsa v0.9.10
25572026-08-11T20:35:38.009Z Checking env_logger v0.11.9
25582026-08-11T20:35:38.189Z Checking bzip2 v0.4.4
25592026-08-11T20:35:38.204Z Checking hyper-util v0.1.20
25602026-08-11T20:35:38.226Z Checking hashbrown v0.13.2
25612026-08-11T20:35:38.584Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25622026-08-11T20:35:38.600Z Checking crossbeam-epoch v0.9.18
25632026-08-11T20:35:38.600Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25642026-08-11T20:35:38.600Z Checking tower-http v0.6.8
25652026-08-11T20:35:38.637Z Checking oxnet v0.1.6
25662026-08-11T20:35:38.645Z Checking syn v2.0.117
25672026-08-11T20:35:38.735Z Checking toml_edit v0.19.15
25682026-08-11T20:35:38.783Z Checking serde-hex v0.1.0
25692026-08-11T20:35:38.914Z Checking tokio-native-tls v0.3.1
25702026-08-11T20:35:38.984Z Checking bstr v1.12.1
25712026-08-11T20:35:39.040Z Checking block-padding v0.4.2
25722026-08-11T20:35:39.171Z Checking crypto-common v0.2.2
25732026-08-11T20:35:39.361Z Checking block-buffer v0.12.1
25742026-08-11T20:35:39.461Z Checking rustls-native-certs v0.8.3
25752026-08-11T20:35:39.518Z Checking scroll v0.12.0
25762026-08-11T20:35:39.588Z Checking x509-cert v0.2.5
25772026-08-11T20:35:39.942Z Checking zstd-sys v2.0.16+zstd.1.5.7
25782026-08-11T20:35:39.981Z Checking md-5 v0.10.6
25792026-08-11T20:35:39.981Z Checking hash32 v0.2.1
25802026-08-11T20:35:39.981Z Checking encoding_rs v0.8.35
25812026-08-11T20:35:39.981Z Checking psl-types v2.0.11
25822026-08-11T20:35:39.981Z Checking crc-any v2.5.0
25832026-08-11T20:35:40.013Z Checking fallible-iterator v0.2.0
25842026-08-11T20:35:40.102Z Checking either v1.15.0
25852026-08-11T20:35:40.163Z Checking mime v0.3.17
25862026-08-11T20:35:40.227Z Checking dof v0.4.0
25872026-08-11T20:35:40.279Z Checking publicsuffix v2.3.0
25882026-08-11T20:35:40.283Z Checking postgres-protocol v0.6.10
25892026-08-11T20:35:40.295Z Checking heapless v0.7.17
25902026-08-11T20:35:40.337Z Checking zstd-safe v7.2.4
25912026-08-11T20:35:40.419Z Checking toml v0.7.8
25922026-08-11T20:35:40.501Z Checking goblin v0.8.2
25932026-08-11T20:35:40.596Z Checking hyper-tls v0.6.0
25942026-08-11T20:35:40.716Z Checking inout v0.2.2
25952026-08-11T20:35:40.732Z Checking cookie v0.18.1
25962026-08-11T20:35:40.769Z Checking daft v0.1.7
25972026-08-11T20:35:40.785Z Checking object v0.30.4
25982026-08-11T20:35:41.031Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25992026-08-11T20:35:41.036Z Checking zip v0.6.6
26002026-08-11T20:35:41.036Z Checking tokio-rustls v0.26.4
26012026-08-11T20:35:41.036Z Checking phf_shared v0.13.1
26022026-08-11T20:35:41.036Z Checking dtrace-parser v0.3.0
26032026-08-11T20:35:41.036Z Checking pin-project v1.1.11
26042026-08-11T20:35:41.104Z Checking zerocopy v0.7.35
26052026-08-11T20:35:41.228Z Checking futures-executor v0.3.32
26062026-08-11T20:35:41.275Z Checking signal-hook v0.3.18
26072026-08-11T20:35:41.275Z Checking ff v0.13.1
26082026-08-11T20:35:41.310Z Checking thread-id v5.1.0
26092026-08-11T20:35:41.310Z Checking managed v0.8.0
26102026-08-11T20:35:41.347Z Checking foldhash v0.2.0
26112026-08-11T20:35:41.347Z Compiling rayon-core v1.13.0
26122026-08-11T20:35:41.360Z Checking base16ct v0.2.0
26132026-08-11T20:35:41.455Z Checking same-file v1.0.6
26142026-08-11T20:35:41.474Z Checking bumpalo v3.20.2
26152026-08-11T20:35:41.490Z Checking jiff-core v0.1.0
26162026-08-11T20:35:41.490Z Checking bitflags v1.3.2
26172026-08-11T20:35:41.544Z Checking libbz2-rs-sys v0.2.2
26182026-08-11T20:35:41.577Z Checking path-slash v0.1.5
26192026-08-11T20:35:41.601Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-08-11T20:35:41.617Z Checking foldhash v0.1.5
26212026-08-11T20:35:41.649Z Checking walkdir v2.5.0
26222026-08-11T20:35:41.667Z Checking zopfli v0.8.3
26232026-08-11T20:35:41.725Z Checking hashbrown v0.15.5
26242026-08-11T20:35:41.807Z Checking smoltcp v0.9.1
26252026-08-11T20:35:41.926Z Checking bzip2 v0.6.1
26262026-08-11T20:35:42.016Z Checking sec1 v0.7.3
26272026-08-11T20:35:42.087Z Checking hashbrown v0.16.1
26282026-08-11T20:35:42.145Z Checking jiff v0.2.34
26292026-08-11T20:35:42.192Z Checking signal-hook-mio v0.2.5
26302026-08-11T20:35:42.205Z Checking usdt-impl v0.6.0
26312026-08-11T20:35:42.306Z Checking group v0.13.0
26322026-08-11T20:35:42.386Z Checking futures v0.3.32
26332026-08-11T20:35:42.405Z Checking dof v0.3.0
26342026-08-11T20:35:42.448Z Checking phf v0.13.1
26352026-08-11T20:35:42.470Z Checking hyper-rustls v0.27.7
26362026-08-11T20:35:42.508Z Checking snafu v0.8.9
26372026-08-11T20:35:42.546Z Checking cookie_store v0.22.1
26382026-08-11T20:35:42.598Z Checking cipher v0.5.2
26392026-08-11T20:35:42.629Z Checking reqwest v0.12.28
26402026-08-11T20:35:42.671Z Checking postgres-types v0.2.12
26412026-08-11T20:35:42.703Z Checking zstd v0.13.3
26422026-08-11T20:35:42.732Z Checking rustls-platform-verifier v0.6.2
26432026-08-11T20:35:42.825Z Checking globset v0.4.18
26442026-08-11T20:35:42.868Z Checking crossbeam-deque v0.8.6
26452026-08-11T20:35:42.888Z Checking phf_shared v0.11.3
26462026-08-11T20:35:42.929Z Checking regex v1.12.3
26472026-08-11T20:35:42.942Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-08-11T20:35:42.978Z Checking hkdf v0.12.4
26492026-08-11T20:35:43.031Z Checking dtrace-parser v0.2.0
26502026-08-11T20:35:43.043Z Checking byte-wrapper v0.1.0
26512026-08-11T20:35:43.085Z Checking ref-cast v1.0.25
26522026-08-11T20:35:43.111Z Checking curve25519-dalek v4.1.3
26532026-08-11T20:35:43.193Z Checking strum v0.27.2
26542026-08-11T20:35:43.304Z Checking olpc-cjson v0.1.4
26552026-08-11T20:35:43.333Z Checking ed25519 v2.2.3
26562026-08-11T20:35:43.333Z Checking hubpack v0.1.2
26572026-08-11T20:35:43.333Z Checking memoffset v0.9.1
26582026-08-11T20:35:43.333Z Checking rustix v0.38.44
26592026-08-11T20:35:43.333Z Checking pem v3.0.6
26602026-08-11T20:35:43.374Z Checking erased-serde v0.3.31
26612026-08-11T20:35:43.388Z Checking serde-big-array v0.5.1
26622026-08-11T20:35:43.425Z Checking serde_plain v1.0.2
26632026-08-11T20:35:43.456Z Checking float-cmp v0.10.0
26642026-08-11T20:35:43.477Z Checking crypto-bigint v0.5.5
26652026-08-11T20:35:43.494Z Checking memmap2 v0.9.10
26662026-08-11T20:35:43.536Z Checking thread-id v4.2.2
26672026-08-11T20:35:43.554Z Checking typed-path v0.9.3
26682026-08-11T20:35:44.131Z Checking static_assertions v1.1.0
26692026-08-11T20:35:44.230Z Checking whoami v2.1.0
26702026-08-11T20:35:44.230Z Checking precomputed-hash v0.1.1
26712026-08-11T20:35:44.230Z Checking predicates-core v1.0.10
26722026-08-11T20:35:44.230Z Checking data-encoding v2.10.0
26732026-08-11T20:35:44.230Z Checking winnow v0.7.14
26742026-08-11T20:35:44.230Z Checking const-oid v0.10.2
26752026-08-11T20:35:44.230Z Checking fixedbitset v0.5.7
26762026-08-11T20:35:44.230Z Checking keccak v0.1.6
26772026-08-11T20:35:44.230Z Checking winnow v1.0.3
26782026-08-11T20:35:44.230Z Checking fixedbitset v0.4.2
26792026-08-11T20:35:44.230Z Checking new_debug_unreachable v1.0.6
26802026-08-11T20:35:44.230Z Checking cpufeatures v0.3.0
26812026-08-11T20:35:44.230Z Checking toml_write v0.1.2
26822026-08-11T20:35:44.230Z Checking normalize-line-endings v0.3.0
26832026-08-11T20:35:44.230Z Checking difflib v0.4.0
26842026-08-11T20:35:44.308Z Checking unicode-segmentation v1.12.0
26852026-08-11T20:35:44.308Z Checking petgraph v0.6.5
26862026-08-11T20:35:44.357Z Checking sha3 v0.10.8
26872026-08-11T20:35:44.357Z Checking toml_parser v1.1.2+spec-1.1.0
26882026-08-11T20:35:44.357Z Checking predicates v3.1.4
26892026-08-11T20:35:44.363Z Checking tough v0.22.0
26902026-08-11T20:35:44.395Z Checking elliptic-curve v0.13.8
26912026-08-11T20:35:44.502Z Checking chacha20 v0.10.0
26922026-08-11T20:35:44.520Z Checking similar v2.7.0
26932026-08-11T20:35:44.621Z Checking string_cache v0.8.9
26942026-08-11T20:35:44.671Z Checking petgraph v0.8.3
26952026-08-11T20:35:44.695Z Checking crossterm v0.28.1
26962026-08-11T20:35:44.739Z Checking zip v4.6.1
26972026-08-11T20:35:44.783Z Checking hickory-proto v0.25.2
26982026-08-11T20:35:44.876Z Checking digest v0.11.3
26992026-08-11T20:35:45.033Z Checking toml_edit v0.22.27
27002026-08-11T20:35:45.062Z Checking ed25519-dalek v2.2.0
27012026-08-11T20:35:45.276Z Checking tokio-postgres v0.7.16
27022026-08-11T20:35:45.306Z Checking slog v2.8.2
27032026-08-11T20:35:45.348Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27042026-08-11T20:35:45.558Z Checking usdt v0.6.0
27052026-08-11T20:35:45.567Z Checking usdt-impl v0.5.0
27062026-08-11T20:35:45.654Z Checking nix v0.31.2
27072026-08-11T20:35:45.849Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27082026-08-11T20:35:46.119Z Checking iddqd v0.4.2
27092026-08-11T20:35:46.330Z Checking reqwest v0.13.2
27102026-08-11T20:35:46.435Z Checking itertools v0.15.0
27112026-08-11T20:35:46.996Z Checking itertools v0.13.0
27122026-08-11T20:35:47.062Z Checking strum v0.26.3
27132026-08-11T20:35:47.062Z Checking serde_with v3.21.0
27142026-08-11T20:35:47.107Z Checking fs-err v3.3.0
27152026-08-11T20:35:47.107Z Checking object v0.37.3
27162026-08-11T20:35:47.151Z Checking tokio-stream v0.1.18
27172026-08-11T20:35:47.212Z Checking buf-list v1.1.2
27182026-08-11T20:35:47.347Z Checking camino v1.2.2
27192026-08-11T20:35:47.587Z Checking anyhow v1.0.102
27202026-08-11T20:35:47.593Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27212026-08-11T20:35:47.593Z Checking openapiv3 v2.2.0
27222026-08-11T20:35:47.593Z Checking lalrpop-util v0.19.12
27232026-08-11T20:35:47.593Z Checking peg-runtime v0.8.5
27242026-08-11T20:35:47.627Z Checking rayon v1.11.0
27252026-08-11T20:35:47.736Z Checking sigpipe v0.1.3
27262026-08-11T20:35:47.751Z Checking glob v0.3.3
27272026-08-11T20:35:52.008Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27282026-08-11T20:35:52.059Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27292026-08-11T20:35:52.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.98s
27302026-08-11T20:35:52.059Z
27312026-08-11T20:35:52.060Zinfo: running `cargo check --bins` on internal-dns-types (79/335)
27322026-08-11T20:35:52.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332026-08-11T20:35:52.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342026-08-11T20:35:52.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352026-08-11T20:35:52.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27362026-08-11T20:35:52.060Z
27372026-08-11T20:35:52.060Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/335)
27382026-08-11T20:35:52.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392026-08-11T20:35:52.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402026-08-11T20:35:52.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412026-08-11T20:35:52.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27422026-08-11T20:35:52.062Z
27432026-08-11T20:35:52.062Zinfo: running `cargo check --bins` on nexus-types-versions (81/335)
27442026-08-11T20:35:52.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452026-08-11T20:35:52.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462026-08-11T20:35:52.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472026-08-11T20:35:52.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27482026-08-11T20:35:52.062Z
27492026-08-11T20:35:52.062Zinfo: running `cargo check --bins` on oxql-types (82/335)
27502026-08-11T20:35:52.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-08-11T20:35:52.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-08-11T20:35:52.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532026-08-11T20:35:52.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27542026-08-11T20:35:52.101Z
27552026-08-11T20:35:52.101Zinfo: running `cargo check --bins` on oximeter-types (83/335)
27562026-08-11T20:35:52.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-08-11T20:35:52.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-08-11T20:35:52.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592026-08-11T20:35:52.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27602026-08-11T20:35:52.461Z
27612026-08-11T20:35:52.461Zinfo: running `cargo check --bins` on oximeter-types-versions (84/335)
27622026-08-11T20:35:52.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-08-11T20:35:53.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-08-11T20:35:53.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-08-11T20:35:53.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27662026-08-11T20:35:53.053Z
27672026-08-11T20:35:53.053Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/335)
27682026-08-11T20:35:53.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-08-11T20:35:53.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-08-11T20:35:53.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-08-11T20:35:53.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
27722026-08-11T20:35:53.557Z
27732026-08-11T20:35:53.558Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/335)
27742026-08-11T20:35:54.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-11T20:35:54.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-11T20:35:54.227Z Compiling multer v3.1.0
27772026-08-11T20:35:54.340Z Compiling async-stream-impl v0.3.6
27782026-08-11T20:35:54.344Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27792026-08-11T20:35:54.355Z Compiling dropshot v0.17.1
27802026-08-11T20:35:54.368Z Compiling parse-display-derive v0.10.0
27812026-08-11T20:35:54.382Z Compiling newtype-uuid-macros v0.1.0
27822026-08-11T20:35:54.387Z Compiling dropshot_endpoint v0.17.1
27832026-08-11T20:35:54.409Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27842026-08-11T20:35:54.548Z Checking thread_local v1.1.9
27852026-08-11T20:35:54.571Z Checking compression-core v0.4.31
27862026-08-11T20:35:54.694Z Checking match_cfg v0.1.0
27872026-08-11T20:35:54.738Z Checking compression-codecs v0.4.37
27882026-08-11T20:35:54.738Z Checking crossbeam-channel v0.5.15
27892026-08-11T20:35:54.771Z Checking hostname v0.3.1
27902026-08-11T20:35:54.800Z Checking atomicwrites v0.4.4
27912026-08-11T20:35:54.863Z Checking slog-json v2.6.1
27922026-08-11T20:35:54.900Z Checking serde_spanned v1.1.1
27932026-08-11T20:35:54.913Z Checking is-terminal v0.4.17
27942026-08-11T20:35:54.924Z Checking toml_datetime v1.1.1+spec-1.1.0
27952026-08-11T20:35:54.996Z Checking toml_writer v1.1.1+spec-1.1.0
27962026-08-11T20:35:55.010Z Checking debug-ignore v1.0.5
27972026-08-11T20:35:55.024Z Checking take_mut v0.2.2
27982026-08-11T20:35:55.091Z Checking term v1.2.1
27992026-08-11T20:35:55.106Z Checking slog-bunyan v2.5.0
28002026-08-11T20:35:55.118Z Checking async-compression v0.4.41
28012026-08-11T20:35:55.130Z Checking async-stream v0.3.6
28022026-08-11T20:35:55.142Z Checking slog-async v2.8.0
28032026-08-11T20:35:55.168Z Checking toml v1.1.2+spec-1.1.0
28042026-08-11T20:35:55.211Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28052026-08-11T20:35:55.251Z Checking progenitor-client v0.14.0
28062026-08-11T20:35:55.307Z Checking slog-term v2.9.2
28072026-08-11T20:35:55.310Z Checking sha1 v0.11.0
28082026-08-11T20:35:55.352Z Checking waitgroup v0.1.2
28092026-08-11T20:35:55.450Z Checking rustls-pemfile v2.2.0
28102026-08-11T20:35:55.480Z Checking backon v1.6.0
28112026-08-11T20:35:55.498Z Checking serde_path_to_error v0.1.20
28122026-08-11T20:35:55.542Z Checking hostname v0.4.2
28132026-08-11T20:35:55.557Z Checking instant v0.1.13
28142026-08-11T20:35:55.635Z Checking progenitor-extras v0.2.0
28152026-08-11T20:35:55.635Z Checking backoff v0.4.0
28162026-08-11T20:35:55.739Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28172026-08-11T20:35:55.786Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28182026-08-11T20:35:55.799Z Checking regress v0.10.5
28192026-08-11T20:35:55.816Z Checking itertools v0.14.0
28202026-08-11T20:35:55.944Z Checking macaddr v1.0.1
28212026-08-11T20:35:55.993Z Checking parse-display v0.10.0
28222026-08-11T20:35:56.141Z Checking humantime v2.3.0
28232026-08-11T20:35:56.929Z Compiling prettyplease v0.2.37
28242026-08-11T20:35:57.202Z Checking num-rational v0.4.2
28252026-08-11T20:35:57.507Z Checking num-complex v0.4.6
28262026-08-11T20:35:57.930Z Compiling num v0.4.3
28272026-08-11T20:35:58.018Z Compiling usdt-macro v0.5.0
28282026-08-11T20:35:58.031Z Compiling usdt-attr-macro v0.5.0
28292026-08-11T20:35:58.075Z Checking memmap v0.7.0
28302026-08-11T20:35:58.091Z Compiling float-ord v0.3.2
28312026-08-11T20:35:58.163Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28322026-08-11T20:35:58.206Z Compiling convert_case v0.4.0
28332026-08-11T20:35:58.311Z Checking unicode-width v0.2.0
28342026-08-11T20:35:58.553Z Checking console v0.15.11
28352026-08-11T20:35:58.590Z Compiling derive_more v0.99.20
28362026-08-11T20:35:58.750Z Checking newline-converter v0.3.0
28372026-08-11T20:35:58.796Z Checking usdt v0.5.0
28382026-08-11T20:35:58.830Z Compiling toml v0.8.23
28392026-08-11T20:35:58.857Z Compiling minimal-lexical v0.2.1
28402026-08-11T20:35:58.962Z Checking linked-hash-map v0.5.6
28412026-08-11T20:35:59.104Z Compiling nom v7.1.3
28422026-08-11T20:35:59.136Z Checking lru-cache v0.1.2
28432026-08-11T20:35:59.254Z Checking expectorate v1.2.0
28442026-08-11T20:35:59.703Z Checking camino-tempfile v1.4.1
28452026-08-11T20:35:59.774Z Checking hickory-proto v0.24.4
28462026-08-11T20:35:59.859Z Checking phf_shared v0.12.1
28472026-08-11T20:35:59.888Z Compiling slog-dtrace v0.3.0
28482026-08-11T20:35:59.997Z Checking heck v0.5.0
28492026-08-11T20:36:00.118Z Compiling unicode-xid v0.2.6
28502026-08-11T20:36:00.248Z Checking resolv-conf v0.7.6
28512026-08-11T20:36:00.313Z Compiling chrono-tz v0.10.4
28522026-08-11T20:36:00.421Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-08-11T20:36:00.434Z Compiling const_format_proc_macros v0.2.34
28542026-08-11T20:36:00.555Z Checking phf v0.12.1
28552026-08-11T20:36:00.696Z Checking tokio-dtrace v0.1.1
28562026-08-11T20:36:00.885Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28572026-08-11T20:36:00.889Z Compiling derive-where v1.6.0
28582026-08-11T20:36:01.100Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28592026-08-11T20:36:01.144Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28602026-08-11T20:36:01.227Z Checking highway v1.3.0
28612026-08-11T20:36:01.455Z Checking const_format v0.2.35
28622026-08-11T20:36:01.585Z Checking hickory-resolver v0.24.4
28632026-08-11T20:36:01.685Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28642026-08-11T20:36:02.184Z Checking oxide-tokio-rt v0.1.4
28652026-08-11T20:36:02.326Z Checking qorb v0.4.1
28662026-08-11T20:36:02.619Z Checking gethostname v0.5.0
28672026-08-11T20:36:02.673Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28682026-08-11T20:36:02.688Z Checking bcs v0.1.6
28692026-08-11T20:36:02.702Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28702026-08-11T20:36:02.706Z Checking termtree v0.5.1
28712026-08-11T20:36:02.943Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28722026-08-11T20:36:02.943Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28732026-08-11T20:36:06.058Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28742026-08-11T20:36:09.146Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28752026-08-11T20:36:11.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.76s
28762026-08-11T20:36:11.490Z
28772026-08-11T20:36:11.490Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335)
28782026-08-11T20:36:11.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-08-11T20:36:11.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-08-11T20:36:12.148Z Compiling ar_archive_writer v0.5.1
28812026-08-11T20:36:12.259Z Compiling stacker v0.1.23
28822026-08-11T20:36:12.265Z Compiling cfg_aliases v0.1.1
28832026-08-11T20:36:12.271Z Compiling convert_case v0.10.0
28842026-08-11T20:36:12.277Z Checking unicode-width v0.1.14
28852026-08-11T20:36:12.285Z Compiling proc-macro-error v1.0.4
28862026-08-11T20:36:12.296Z Checking fd-lock v4.0.4
28872026-08-11T20:36:12.301Z Checking nibble_vec v0.1.0
28882026-08-11T20:36:12.318Z Compiling nix v0.28.0
28892026-08-11T20:36:12.461Z Checking vte v0.14.1
28902026-08-11T20:36:12.461Z Compiling recursive-proc-macro-impl v0.1.1
28912026-08-11T20:36:12.527Z Checking bytecount v0.6.9
28922026-08-11T20:36:12.543Z Checking endian-type v0.1.2
28932026-08-11T20:36:12.591Z Compiling derive_more-impl v2.1.1
28942026-08-11T20:36:12.615Z Checking strip-ansi-escapes v0.2.1
28952026-08-11T20:36:12.628Z Checking papergrid v0.11.0
28962026-08-11T20:36:12.633Z Compiling tabled_derive v0.7.0
28972026-08-11T20:36:12.666Z Checking radix_trie v0.2.1
28982026-08-11T20:36:12.711Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28992026-08-11T20:36:12.861Z Compiling peg-macros v0.8.5
29002026-08-11T20:36:12.875Z Compiling sqlparser_derive v0.5.0
29012026-08-11T20:36:13.078Z Compiling psm v0.1.30
29022026-08-11T20:36:13.215Z Checking winnow v0.6.26
29032026-08-11T20:36:13.247Z Checking unicode_categories v0.1.1
29042026-08-11T20:36:13.384Z Checking derive_more v2.1.1
29052026-08-11T20:36:13.403Z Checking nu-ansi-term v0.50.3
29062026-08-11T20:36:13.460Z Checking home v0.5.12
29072026-08-11T20:36:13.563Z Checking crossterm v0.29.0
29082026-08-11T20:36:13.588Z Checking tabled v0.15.0
29092026-08-11T20:36:13.606Z Checking reedline v0.40.0
29102026-08-11T20:36:13.636Z Checking rustyline v14.0.0
29112026-08-11T20:36:13.669Z Checking display-error-chain v0.2.2
29122026-08-11T20:36:13.833Z Checking recursive v0.1.1
29132026-08-11T20:36:13.923Z Checking sqlparser v0.61.0
29142026-08-11T20:36:14.123Z Checking peg v0.8.5
29152026-08-11T20:36:14.337Z Checking sqlformat v0.3.5
29162026-08-11T20:36:25.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
29172026-08-11T20:36:25.360Z
29182026-08-11T20:36:25.361Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335)
29192026-08-11T20:36:25.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-11T20:36:25.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-11T20:36:26.020Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29222026-08-11T20:36:29.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29232026-08-11T20:36:29.727Z
29242026-08-11T20:36:29.727Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335)
29252026-08-11T20:36:30.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-08-11T20:36:30.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-08-11T20:36:30.386Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282026-08-11T20:36:32.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
29292026-08-11T20:36:33.105Z
29302026-08-11T20:36:33.105Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335)
29312026-08-11T20:36:33.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-08-11T20:36:33.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-08-11T20:36:33.766Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29342026-08-11T20:36:37.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
29352026-08-11T20:36:37.264Z
29362026-08-11T20:36:37.264Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335)
29372026-08-11T20:36:37.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-08-11T20:36:37.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-08-11T20:36:37.926Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402026-08-11T20:36:41.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
29412026-08-11T20:36:41.441Z
29422026-08-11T20:36:41.442Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335)
29432026-08-11T20:36:41.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-08-11T20:36:41.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-08-11T20:36:42.097Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29462026-08-11T20:36:44.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
29472026-08-11T20:36:44.945Z
29482026-08-11T20:36:44.945Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335)
29492026-08-11T20:36:45.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-08-11T20:36:45.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-08-11T20:36:45.605Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29522026-08-11T20:36:48.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29532026-08-11T20:36:48.503Z
29542026-08-11T20:36:48.503Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335)
29552026-08-11T20:36:48.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-08-11T20:36:48.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-08-11T20:36:49.161Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-08-11T20:36:52.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29592026-08-11T20:36:52.877Z
29602026-08-11T20:36:52.877Zinfo: running `cargo check --bins` on oximeter (95/335)
29612026-08-11T20:36:53.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-08-11T20:36:53.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-08-11T20:36:53.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642026-08-11T20:36:53.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29652026-08-11T20:36:53.437Z
29662026-08-11T20:36:53.437Zinfo: running `cargo check --bins` on oximeter-schema (96/335)
29672026-08-11T20:36:53.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-08-11T20:36:53.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-08-11T20:36:54.053Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29702026-08-11T20:36:54.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29712026-08-11T20:36:54.591Z
29722026-08-11T20:36:54.591Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/335)
29732026-08-11T20:36:55.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742026-08-11T20:36:55.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752026-08-11T20:36:55.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762026-08-11T20:36:55.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29772026-08-11T20:36:55.151Z
29782026-08-11T20:36:55.151Zinfo: running `cargo check --bins` on oximeter-test-utils (98/335)
29792026-08-11T20:36:55.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802026-08-11T20:36:55.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812026-08-11T20:36:55.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822026-08-11T20:36:55.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29832026-08-11T20:36:55.753Z
29842026-08-11T20:36:55.753Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335)
29852026-08-11T20:36:56.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-08-11T20:36:56.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-08-11T20:36:56.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882026-08-11T20:36:56.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29892026-08-11T20:36:56.325Z
29902026-08-11T20:36:56.325Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335)
29912026-08-11T20:36:56.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-08-11T20:36:56.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-08-11T20:36:56.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942026-08-11T20:36:56.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29952026-08-11T20:36:56.900Z
29962026-08-11T20:36:56.900Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335)
29972026-08-11T20:36:57.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-08-11T20:36:57.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-08-11T20:36:57.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002026-08-11T20:36:57.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30012026-08-11T20:36:57.474Z
30022026-08-11T20:36:57.474Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335)
30032026-08-11T20:36:57.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-08-11T20:36:57.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-08-11T20:36:57.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-08-11T20:36:57.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30072026-08-11T20:36:58.048Z
30082026-08-11T20:36:58.048Zinfo: running `cargo check --bins` on trust-quorum-types (103/335)
30092026-08-11T20:36:58.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-08-11T20:36:58.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-08-11T20:36:58.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-08-11T20:36:58.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30132026-08-11T20:36:58.604Z
30142026-08-11T20:36:58.604Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/335)
30152026-08-11T20:36:59.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-08-11T20:36:59.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-08-11T20:36:59.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-08-11T20:36:59.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30192026-08-11T20:36:59.180Z
30202026-08-11T20:36:59.180Zinfo: running `cargo check --bins` on reconfigurator-cli (105/335)
30212026-08-11T20:36:59.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-08-11T20:36:59.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-08-11T20:36:59.992Z Compiling regress v0.11.1
30242026-08-11T20:36:59.993Z Checking secrecy v0.10.3
30252026-08-11T20:36:59.993Z Compiling crucible-workspace-hack v0.1.0
30262026-08-11T20:36:59.997Z Checking half v2.7.1
30272026-08-11T20:36:59.998Z Checking ciborium-io v0.2.2
30282026-08-11T20:36:59.998Z Checking inout v0.1.4
30292026-08-11T20:36:59.998Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30302026-08-11T20:37:00.215Z Checking universal-hash v0.5.1
30312026-08-11T20:37:00.219Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30322026-08-11T20:37:00.270Z Checking cipher v0.4.4
30332026-08-11T20:37:00.332Z Compiling thiserror-impl-no-std v2.0.2
30342026-08-11T20:37:00.386Z Checking opaque-debug v0.3.1
30352026-08-11T20:37:00.420Z Checking ciborium-ll v0.2.2
30362026-08-11T20:37:00.437Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30372026-08-11T20:37:00.451Z Compiling toml_datetime v0.7.5+spec-1.1.0
30382026-08-11T20:37:00.465Z Checking chacha20 v0.9.1
30392026-08-11T20:37:00.468Z Checking poly1305 v0.8.0
30402026-08-11T20:37:00.586Z Checking ciborium v0.2.2
30412026-08-11T20:37:00.649Z Compiling toml_edit v0.23.10+spec-1.0.0
30422026-08-11T20:37:00.679Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30432026-08-11T20:37:00.729Z Checking password-hash v0.5.0
30442026-08-11T20:37:00.832Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30452026-08-11T20:37:00.949Z Checking blake2 v0.10.6
30462026-08-11T20:37:00.965Z Checking aead v0.5.2
30472026-08-11T20:37:00.995Z Checking indent_write v2.2.0
30482026-08-11T20:37:01.109Z Compiling unsafe-libyaml v0.2.11
30492026-08-11T20:37:01.127Z Checking chacha20poly1305 v0.10.1
30502026-08-11T20:37:01.187Z Checking argon2 v0.5.3
30512026-08-11T20:37:01.254Z Compiling proc-macro-crate v3.4.0
30522026-08-11T20:37:01.476Z Checking thiserror-no-std v2.0.2
30532026-08-11T20:37:01.522Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30542026-08-11T20:37:01.563Z Checking vsss-rs v3.3.4
30552026-08-11T20:37:01.578Z Checking typify-impl v0.6.2
30562026-08-11T20:37:01.791Z Compiling serde_yaml v0.9.34+deprecated
30572026-08-11T20:37:01.848Z Compiling num_enum_derive v0.7.6
30582026-08-11T20:37:02.124Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30592026-08-11T20:37:02.330Z Compiling heapless v0.8.0
30602026-08-11T20:37:02.506Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30612026-08-11T20:37:02.609Z Compiling ingot-macros v0.2.0
30622026-08-11T20:37:02.671Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-08-11T20:37:02.724Z Checking hash32 v0.3.1
30642026-08-11T20:37:02.810Z Compiling smoltcp v0.11.0
30652026-08-11T20:37:02.851Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30662026-08-11T20:37:02.886Z Checking num_enum v0.7.6
30672026-08-11T20:37:03.080Z Checking tabwriter v1.4.1
30682026-08-11T20:37:03.164Z Checking cobs v0.3.0
30692026-08-11T20:37:03.225Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30702026-08-11T20:37:03.242Z Compiling proc-macro-crate v1.3.1
30712026-08-11T20:37:03.308Z Checking postcard v1.1.3
30722026-08-11T20:37:03.342Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30732026-08-11T20:37:03.427Z Compiling foreign-types-macros v0.2.3
30742026-08-11T20:37:03.547Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30752026-08-11T20:37:03.601Z Checking swrite v0.1.0
30762026-08-11T20:37:03.654Z Checking colored v3.1.1
30772026-08-11T20:37:03.690Z Checking foreign-types-shared v0.3.1
30782026-08-11T20:37:03.778Z Compiling num_enum_derive v0.5.11
30792026-08-11T20:37:03.810Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30802026-08-11T20:37:03.896Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30812026-08-11T20:37:03.964Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30822026-08-11T20:37:04.017Z Checking foreign-types v0.5.0
30832026-08-11T20:37:04.096Z Checking cstr-argument v0.1.2
30842026-08-11T20:37:04.220Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30852026-08-11T20:37:04.321Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30862026-08-11T20:37:04.416Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30872026-08-11T20:37:04.430Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30882026-08-11T20:37:04.446Z Checking rand v0.10.1
30892026-08-11T20:37:04.582Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30902026-08-11T20:37:04.598Z Compiling zone_cfg_derive v0.3.1
30912026-08-11T20:37:04.601Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30922026-08-11T20:37:04.712Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30932026-08-11T20:37:04.798Z Checking num_enum v0.5.11
30942026-08-11T20:37:04.898Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30952026-08-11T20:37:04.913Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30962026-08-11T20:37:05.071Z Checking itertools v0.12.1
30972026-08-11T20:37:05.087Z Compiling num-derive v0.4.2
30982026-08-11T20:37:05.260Z Compiling semver v0.1.20
30992026-08-11T20:37:05.427Z Checking ingot-types v0.2.0
31002026-08-11T20:37:05.549Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31012026-08-11T20:37:05.754Z Compiling rustc_version v0.1.7
31022026-08-11T20:37:05.789Z Checking ingot v0.2.1
31032026-08-11T20:37:05.923Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31042026-08-11T20:37:05.977Z Checking smf v0.2.3
31052026-08-11T20:37:06.002Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31062026-08-11T20:37:06.079Z Checking nom v8.0.0
31072026-08-11T20:37:06.094Z Checking zone v0.3.1
31082026-08-11T20:37:06.213Z Checking csv-core v0.1.13
31092026-08-11T20:37:06.228Z Checking whoami v1.6.1
31102026-08-11T20:37:06.243Z Compiling typify-macro v0.6.2
31112026-08-11T20:37:06.259Z Compiling newtype_derive v0.1.6
31122026-08-11T20:37:06.386Z Checking csv v1.4.0
31132026-08-11T20:37:06.401Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31142026-08-11T20:37:06.440Z Compiling cancel-safe-futures v0.1.5
31152026-08-11T20:37:06.507Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31162026-08-11T20:37:06.635Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31172026-08-11T20:37:06.671Z Compiling owo-colors v4.3.0
31182026-08-11T20:37:06.709Z Compiling libefi-sys v0.1.0
31192026-08-11T20:37:06.745Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31202026-08-11T20:37:06.962Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31212026-08-11T20:37:07.115Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31222026-08-11T20:37:07.145Z Checking oxide-update-engine-types v0.1.2
31232026-08-11T20:37:07.164Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31242026-08-11T20:37:07.315Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31252026-08-11T20:37:07.337Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31262026-08-11T20:37:07.389Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31272026-08-11T20:37:07.443Z Compiling bitfield-struct v0.6.2
31282026-08-11T20:37:07.683Z Checking unicode-linebreak v0.1.5
31292026-08-11T20:37:07.846Z Checking smawk v0.3.2
31302026-08-11T20:37:07.902Z Checking linear-map v1.2.0
31312026-08-11T20:37:08.028Z Checking textwrap v0.16.2
31322026-08-11T20:37:08.036Z Compiling typify v0.6.2
31332026-08-11T20:37:08.097Z Compiling progenitor-impl v0.14.0
31342026-08-11T20:37:08.112Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31352026-08-11T20:37:08.115Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31362026-08-11T20:37:08.116Z Checking oxide-update-engine v0.1.2
31372026-08-11T20:37:08.197Z Checking steno v0.4.1
31382026-08-11T20:37:08.530Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31392026-08-11T20:37:08.740Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31402026-08-11T20:37:08.907Z Checking sha1 v0.10.6
31412026-08-11T20:37:08.923Z Checking utf-8 v0.7.6
31422026-08-11T20:37:09.058Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31432026-08-11T20:37:09.078Z Checking tungstenite v0.21.0
31442026-08-11T20:37:09.093Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31452026-08-11T20:37:09.134Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31462026-08-11T20:37:09.210Z Checking ignore v0.4.25
31472026-08-11T20:37:09.241Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31482026-08-11T20:37:09.363Z Compiling xshell-macros v0.2.7
31492026-08-11T20:37:09.442Z Checking predicates-tree v1.0.13
31502026-08-11T20:37:09.499Z Checking tokio-tungstenite v0.21.0
31512026-08-11T20:37:09.555Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31522026-08-11T20:37:09.571Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31532026-08-11T20:37:09.604Z Checking globwalk v0.9.1
31542026-08-11T20:37:09.738Z Checking xshell v0.2.7
31552026-08-11T20:37:09.774Z Checking filetime v0.2.27
31562026-08-11T20:37:09.789Z Checking xattr v1.6.1
31572026-08-11T20:37:09.792Z Checking tagptr v0.2.0
31582026-08-11T20:37:09.909Z Checking camino-tempfile-ext v0.3.3
31592026-08-11T20:37:09.924Z Checking tar v0.4.46
31602026-08-11T20:37:09.928Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31612026-08-11T20:37:09.953Z Checking moka v0.12.13
31622026-08-11T20:37:09.957Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31632026-08-11T20:37:10.097Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31642026-08-11T20:37:10.100Z Checking rand_seeder v0.4.0
31652026-08-11T20:37:10.100Z Checking half v1.8.3
31662026-08-11T20:37:10.238Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31672026-08-11T20:37:10.257Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31682026-08-11T20:37:10.316Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31692026-08-11T20:37:10.331Z Checking serde_cbor v0.11.2
31702026-08-11T20:37:10.554Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31712026-08-11T20:37:10.570Z Checking sha2 v0.11.0
31722026-08-11T20:37:10.584Z Checking hickory-resolver v0.25.2
31732026-08-11T20:37:10.688Z Compiling progenitor-macro v0.14.0
31742026-08-11T20:37:10.709Z Checking digest-io v0.1.0
31752026-08-11T20:37:10.834Z Compiling petname v2.0.2
31762026-08-11T20:37:11.186Z Checking rawzip v0.4.4
31772026-08-11T20:37:11.233Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31782026-08-11T20:37:11.281Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31792026-08-11T20:37:11.297Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31802026-08-11T20:37:11.313Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31812026-08-11T20:37:11.636Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31822026-08-11T20:37:11.724Z Checking sapling-renderdag v0.1.0
31832026-08-11T20:37:11.813Z Checking subprocess v0.2.15
31842026-08-11T20:37:11.965Z Checking sync-ptr v0.1.4
31852026-08-11T20:37:12.085Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31862026-08-11T20:37:12.101Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31872026-08-11T20:37:12.134Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31882026-08-11T20:37:12.164Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31892026-08-11T20:37:12.234Z Checking colored v2.2.0
31902026-08-11T20:37:12.252Z Checking assert_matches v1.5.0
31912026-08-11T20:37:13.315Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31922026-08-11T20:37:13.530Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31932026-08-11T20:37:13.889Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31942026-08-11T20:37:14.205Z Checking progenitor v0.14.0
31952026-08-11T20:37:14.330Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31962026-08-11T20:37:14.330Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31972026-08-11T20:37:14.333Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31982026-08-11T20:37:14.333Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31992026-08-11T20:37:14.333Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32002026-08-11T20:37:14.333Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32012026-08-11T20:37:14.333Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32022026-08-11T20:37:14.733Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32032026-08-11T20:37:14.750Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32042026-08-11T20:37:14.985Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32052026-08-11T20:37:15.454Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32062026-08-11T20:37:16.029Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32072026-08-11T20:37:17.190Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32082026-08-11T20:37:25.784Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32092026-08-11T20:37:32.858Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32102026-08-11T20:37:32.858Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32112026-08-11T20:37:32.861Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32122026-08-11T20:37:34.360Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32132026-08-11T20:37:35.620Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32142026-08-11T20:37:37.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.65s
32152026-08-11T20:37:38.050Z
32162026-08-11T20:37:38.050Zinfo: running `cargo check --bins` on nexus-inventory (106/335)
32172026-08-11T20:37:38.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-08-11T20:37:38.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-08-11T20:37:38.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-08-11T20:37:38.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32212026-08-11T20:37:38.662Z
32222026-08-11T20:37:38.662Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335)
32232026-08-11T20:37:39.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-08-11T20:37:39.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-08-11T20:37:39.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-08-11T20:37:39.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32272026-08-11T20:37:39.233Z
32282026-08-11T20:37:39.233Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/335)
32292026-08-11T20:37:39.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-08-11T20:37:39.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-08-11T20:37:39.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-08-11T20:37:39.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32332026-08-11T20:37:39.805Z
32342026-08-11T20:37:39.805Zinfo: running `cargo check --bins` on dns-service-client (109/335)
32352026-08-11T20:37:40.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-08-11T20:37:40.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-08-11T20:37:40.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-08-11T20:37:40.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32392026-08-11T20:37:40.378Z
32402026-08-11T20:37:40.378Zinfo: running `cargo check --bins` on ntp-admin-client (110/335)
32412026-08-11T20:37:40.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-08-11T20:37:40.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-08-11T20:37:40.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-08-11T20:37:40.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32452026-08-11T20:37:40.932Z
32462026-08-11T20:37:40.932Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/335)
32472026-08-11T20:37:41.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-08-11T20:37:41.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-08-11T20:37:41.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-08-11T20:37:41.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32512026-08-11T20:37:41.490Z
32522026-08-11T20:37:41.490Zinfo: running `cargo check --bins` on cockroach-admin-client (112/335)
32532026-08-11T20:37:41.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-08-11T20:37:41.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-08-11T20:37:41.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562026-08-11T20:37:41.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32572026-08-11T20:37:42.045Z
32582026-08-11T20:37:42.045Zinfo: running `cargo check --bins` on parallel-task-set (113/335)
32592026-08-11T20:37:42.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-08-11T20:37:42.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-08-11T20:37:42.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-08-11T20:37:42.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32632026-08-11T20:37:42.594Z
32642026-08-11T20:37:42.594Zinfo: running `cargo check --bins` on sled-agent-client (114/335)
32652026-08-11T20:37:43.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-08-11T20:37:43.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-08-11T20:37:43.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-08-11T20:37:43.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32692026-08-11T20:37:43.168Z
32702026-08-11T20:37:43.168Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335)
32712026-08-11T20:37:43.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-08-11T20:37:43.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-08-11T20:37:43.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-08-11T20:37:43.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32752026-08-11T20:37:43.757Z
32762026-08-11T20:37:43.758Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/335)
32772026-08-11T20:37:44.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-08-11T20:37:44.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-08-11T20:37:44.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-08-11T20:37:44.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32812026-08-11T20:37:44.346Z
32822026-08-11T20:37:44.346Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335)
32832026-08-11T20:37:44.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-08-11T20:37:44.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-08-11T20:37:44.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-08-11T20:37:44.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32872026-08-11T20:37:44.917Z
32882026-08-11T20:37:44.917Zinfo: running `cargo check --bins` on key-manager (118/335)
32892026-08-11T20:37:45.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-08-11T20:37:45.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-08-11T20:37:45.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-08-11T20:37:45.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32932026-08-11T20:37:45.468Z
32942026-08-11T20:37:45.468Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/335)
32952026-08-11T20:37:45.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-08-11T20:37:45.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-08-11T20:37:45.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-08-11T20:37:45.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32992026-08-11T20:37:46.051Z
33002026-08-11T20:37:46.051Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335)
33012026-08-11T20:37:46.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-08-11T20:37:46.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-08-11T20:37:46.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042026-08-11T20:37:46.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33052026-08-11T20:37:46.627Z
33062026-08-11T20:37:46.627Zinfo: running `cargo check --bins` on typed-rng (121/335)
33072026-08-11T20:37:47.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-08-11T20:37:47.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-08-11T20:37:47.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-08-11T20:37:47.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33112026-08-11T20:37:47.181Z
33122026-08-11T20:37:47.181Zinfo: running `cargo check --bins` on gateway-test-utils (122/335)
33132026-08-11T20:37:47.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-08-11T20:37:47.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-08-11T20:37:47.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-08-11T20:37:47.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33172026-08-11T20:37:47.790Z
33182026-08-11T20:37:47.790Zinfo: running `cargo check --bins` on omicron-gateway (123/335)
33192026-08-11T20:37:48.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-08-11T20:37:48.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-08-11T20:37:48.515Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-08-11T20:37:48.519Z Checking void v1.0.2
33232026-08-11T20:37:48.519Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33242026-08-11T20:37:48.519Z Checking dropshot-api-manager-types v0.7.2
33252026-08-11T20:37:48.631Z Checking tungstenite v0.23.0
33262026-08-11T20:37:48.646Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33272026-08-11T20:37:48.651Z Checking nix v0.27.1
33282026-08-11T20:37:48.654Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33292026-08-11T20:37:48.754Z Checking lzss v0.8.2
33302026-08-11T20:37:48.799Z Checking kstat-rs v0.2.5
33312026-08-11T20:37:48.811Z Checking fxhash v0.2.1
33322026-08-11T20:37:48.869Z Checking serde_bytes v0.11.19
33332026-08-11T20:37:48.886Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33342026-08-11T20:37:48.919Z Checking signal-hook-tokio v0.3.1
33352026-08-11T20:37:48.944Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33362026-08-11T20:37:48.973Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33372026-08-11T20:37:49.038Z Checking tokio-tungstenite v0.23.1
33382026-08-11T20:37:49.170Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33392026-08-11T20:37:50.235Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-08-11T20:37:50.775Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-08-11T20:37:52.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
33422026-08-11T20:37:53.070Z
33432026-08-11T20:37:53.070Zinfo: running `cargo check --bins` on gateway-api (124/335)
33442026-08-11T20:37:53.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-08-11T20:37:53.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-08-11T20:37:53.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-08-11T20:37:53.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33482026-08-11T20:37:53.631Z
33492026-08-11T20:37:53.632Zinfo: running `cargo check --bins` on ipcc (125/335)
33502026-08-11T20:37:54.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-08-11T20:37:54.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-08-11T20:37:54.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-08-11T20:37:54.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33542026-08-11T20:37:54.196Z
33552026-08-11T20:37:54.196Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335)
33562026-08-11T20:37:54.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-08-11T20:37:54.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-08-11T20:37:54.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-08-11T20:37:54.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33602026-08-11T20:37:54.746Z
33612026-08-11T20:37:54.746Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335)
33622026-08-11T20:37:55.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-08-11T20:37:55.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-08-11T20:37:55.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-08-11T20:37:55.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33662026-08-11T20:37:55.334Z
33672026-08-11T20:37:55.334Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335)
33682026-08-11T20:37:55.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-08-11T20:37:55.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-08-11T20:37:55.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-08-11T20:37:55.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33722026-08-11T20:37:55.901Z
33732026-08-11T20:37:55.901Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335)
33742026-08-11T20:37:56.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-08-11T20:37:56.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-08-11T20:37:56.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-08-11T20:37:56.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33782026-08-11T20:37:56.474Z
33792026-08-11T20:37:56.474Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335)
33802026-08-11T20:37:56.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-08-11T20:37:56.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-08-11T20:37:56.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-08-11T20:37:56.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33842026-08-11T20:37:57.054Z
33852026-08-11T20:37:57.054Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335)
33862026-08-11T20:37:57.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-08-11T20:37:57.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-08-11T20:37:57.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-08-11T20:37:57.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33902026-08-11T20:37:57.638Z
33912026-08-11T20:37:57.638Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335)
33922026-08-11T20:37:58.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-08-11T20:37:58.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-08-11T20:37:58.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-08-11T20:37:58.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33962026-08-11T20:37:58.206Z
33972026-08-11T20:37:58.206Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335)
33982026-08-11T20:37:58.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-08-11T20:37:58.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-08-11T20:37:58.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-08-11T20:37:58.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34022026-08-11T20:37:58.776Z
34032026-08-11T20:37:58.776Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335)
34042026-08-11T20:37:59.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-08-11T20:37:59.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-08-11T20:37:59.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-08-11T20:37:59.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34082026-08-11T20:37:59.348Z
34092026-08-11T20:37:59.348Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335)
34102026-08-11T20:37:59.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-08-11T20:37:59.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-08-11T20:37:59.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-08-11T20:37:59.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34142026-08-11T20:37:59.919Z
34152026-08-11T20:37:59.919Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335)
34162026-08-11T20:38:00.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-08-11T20:38:00.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-08-11T20:38:00.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-08-11T20:38:00.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34202026-08-11T20:38:00.488Z
34212026-08-11T20:38:00.488Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335)
34222026-08-11T20:38:00.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-08-11T20:38:00.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-08-11T20:38:00.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-08-11T20:38:00.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34262026-08-11T20:38:01.058Z
34272026-08-11T20:38:01.058Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335)
34282026-08-11T20:38:01.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-08-11T20:38:01.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-08-11T20:38:01.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-08-11T20:38:01.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34322026-08-11T20:38:01.629Z
34332026-08-11T20:38:01.629Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335)
34342026-08-11T20:38:02.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-08-11T20:38:02.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-08-11T20:38:02.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-08-11T20:38:02.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34382026-08-11T20:38:02.203Z
34392026-08-11T20:38:02.203Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335)
34402026-08-11T20:38:02.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-08-11T20:38:02.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-08-11T20:38:02.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-08-11T20:38:02.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34442026-08-11T20:38:02.770Z
34452026-08-11T20:38:02.770Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335)
34462026-08-11T20:38:03.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-08-11T20:38:03.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-08-11T20:38:03.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-08-11T20:38:03.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34502026-08-11T20:38:03.340Z
34512026-08-11T20:38:03.340Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335)
34522026-08-11T20:38:03.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-08-11T20:38:03.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-08-11T20:38:03.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-08-11T20:38:03.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34562026-08-11T20:38:03.911Z
34572026-08-11T20:38:03.911Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335)
34582026-08-11T20:38:04.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-08-11T20:38:04.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-08-11T20:38:04.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-08-11T20:38:04.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34622026-08-11T20:38:04.481Z
34632026-08-11T20:38:04.481Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335)
34642026-08-11T20:38:04.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-08-11T20:38:04.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-08-11T20:38:04.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-08-11T20:38:04.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34682026-08-11T20:38:05.051Z
34692026-08-11T20:38:05.051Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335)
34702026-08-11T20:38:05.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-08-11T20:38:05.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-08-11T20:38:05.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-08-11T20:38:05.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34742026-08-11T20:38:05.623Z
34752026-08-11T20:38:05.623Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335)
34762026-08-11T20:38:06.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-08-11T20:38:06.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-08-11T20:38:06.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-08-11T20:38:06.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34802026-08-11T20:38:06.215Z
34812026-08-11T20:38:06.215Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335)
34822026-08-11T20:38:06.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-08-11T20:38:06.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-08-11T20:38:06.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-08-11T20:38:06.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34862026-08-11T20:38:06.799Z
34872026-08-11T20:38:06.799Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335)
34882026-08-11T20:38:07.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-08-11T20:38:07.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-08-11T20:38:07.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-08-11T20:38:07.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34922026-08-11T20:38:07.376Z
34932026-08-11T20:38:07.377Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335)
34942026-08-11T20:38:07.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-08-11T20:38:07.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-08-11T20:38:07.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-08-11T20:38:07.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34982026-08-11T20:38:07.957Z
34992026-08-11T20:38:07.957Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335)
35002026-08-11T20:38:08.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-08-11T20:38:08.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-08-11T20:38:08.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-08-11T20:38:08.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35042026-08-11T20:38:08.535Z
35052026-08-11T20:38:08.535Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335)
35062026-08-11T20:38:09.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-08-11T20:38:09.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-08-11T20:38:09.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-08-11T20:38:09.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35102026-08-11T20:38:09.115Z
35112026-08-11T20:38:09.115Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335)
35122026-08-11T20:38:09.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-08-11T20:38:09.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-08-11T20:38:09.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-08-11T20:38:09.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35162026-08-11T20:38:09.693Z
35172026-08-11T20:38:09.693Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335)
35182026-08-11T20:38:10.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-08-11T20:38:10.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-08-11T20:38:10.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-08-11T20:38:10.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35222026-08-11T20:38:10.271Z
35232026-08-11T20:38:10.271Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335)
35242026-08-11T20:38:10.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-08-11T20:38:10.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-08-11T20:38:10.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-08-11T20:38:10.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35282026-08-11T20:38:10.845Z
35292026-08-11T20:38:10.845Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335)
35302026-08-11T20:38:11.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-08-11T20:38:11.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-08-11T20:38:11.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-08-11T20:38:11.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35342026-08-11T20:38:11.429Z
35352026-08-11T20:38:11.429Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335)
35362026-08-11T20:38:11.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-08-11T20:38:11.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-08-11T20:38:11.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-08-11T20:38:11.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35402026-08-11T20:38:12.003Z
35412026-08-11T20:38:12.003Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335)
35422026-08-11T20:38:12.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-08-11T20:38:12.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-08-11T20:38:12.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-08-11T20:38:12.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35462026-08-11T20:38:12.588Z
35472026-08-11T20:38:12.588Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335)
35482026-08-11T20:38:13.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-08-11T20:38:13.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-08-11T20:38:13.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-08-11T20:38:13.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35522026-08-11T20:38:13.166Z
35532026-08-11T20:38:13.166Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335)
35542026-08-11T20:38:13.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-08-11T20:38:13.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-08-11T20:38:13.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-08-11T20:38:13.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35582026-08-11T20:38:13.750Z
35592026-08-11T20:38:13.750Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335)
35602026-08-11T20:38:14.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-08-11T20:38:14.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-08-11T20:38:14.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-08-11T20:38:14.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35642026-08-11T20:38:14.335Z
35652026-08-11T20:38:14.335Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335)
35662026-08-11T20:38:14.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-08-11T20:38:14.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-08-11T20:38:14.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-08-11T20:38:14.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35702026-08-11T20:38:14.917Z
35712026-08-11T20:38:14.917Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335)
35722026-08-11T20:38:15.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-08-11T20:38:15.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-08-11T20:38:15.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-08-11T20:38:15.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35762026-08-11T20:38:15.501Z
35772026-08-11T20:38:15.501Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335)
35782026-08-11T20:38:15.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-08-11T20:38:15.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-08-11T20:38:15.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-08-11T20:38:15.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35822026-08-11T20:38:16.083Z
35832026-08-11T20:38:16.083Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335)
35842026-08-11T20:38:16.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-08-11T20:38:16.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-08-11T20:38:16.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-08-11T20:38:16.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35882026-08-11T20:38:16.648Z
35892026-08-11T20:38:16.648Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335)
35902026-08-11T20:38:17.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-08-11T20:38:17.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-08-11T20:38:17.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-08-11T20:38:17.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35942026-08-11T20:38:17.210Z
35952026-08-11T20:38:17.210Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335)
35962026-08-11T20:38:17.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-08-11T20:38:17.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-08-11T20:38:17.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-08-11T20:38:17.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36002026-08-11T20:38:17.774Z
36012026-08-11T20:38:17.775Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335)
36022026-08-11T20:38:18.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-08-11T20:38:18.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-08-11T20:38:18.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-08-11T20:38:18.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-08-11T20:38:18.342Z
36072026-08-11T20:38:18.342Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335)
36082026-08-11T20:38:18.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-08-11T20:38:18.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-08-11T20:38:18.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-08-11T20:38:18.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36122026-08-11T20:38:18.908Z
36132026-08-11T20:38:18.908Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335)
36142026-08-11T20:38:19.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-08-11T20:38:19.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-08-11T20:38:19.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-08-11T20:38:19.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36182026-08-11T20:38:19.471Z
36192026-08-11T20:38:19.471Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335)
36202026-08-11T20:38:19.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-08-11T20:38:19.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-08-11T20:38:19.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-08-11T20:38:19.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36242026-08-11T20:38:20.037Z
36252026-08-11T20:38:20.037Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335)
36262026-08-11T20:38:20.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-11T20:38:20.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-11T20:38:20.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-08-11T20:38:20.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36302026-08-11T20:38:20.601Z
36312026-08-11T20:38:20.601Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335)
36322026-08-11T20:38:21.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-11T20:38:21.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-11T20:38:21.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-11T20:38:21.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36362026-08-11T20:38:21.169Z
36372026-08-11T20:38:21.169Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335)
36382026-08-11T20:38:21.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-11T20:38:21.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-11T20:38:21.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-11T20:38:21.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-08-11T20:38:21.730Z
36432026-08-11T20:38:21.730Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335)
36442026-08-11T20:38:22.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-11T20:38:22.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-11T20:38:22.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-11T20:38:22.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36482026-08-11T20:38:22.306Z
36492026-08-11T20:38:22.306Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335)
36502026-08-11T20:38:22.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-11T20:38:22.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-11T20:38:22.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-11T20:38:22.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36542026-08-11T20:38:22.877Z
36552026-08-11T20:38:22.878Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335)
36562026-08-11T20:38:23.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-11T20:38:23.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-11T20:38:23.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-11T20:38:23.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36602026-08-11T20:38:23.452Z
36612026-08-11T20:38:23.452Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335)
36622026-08-11T20:38:23.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-11T20:38:23.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-11T20:38:23.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-11T20:38:23.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36662026-08-11T20:38:24.023Z
36672026-08-11T20:38:24.023Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335)
36682026-08-11T20:38:24.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-11T20:38:24.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-11T20:38:24.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-11T20:38:24.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36722026-08-11T20:38:24.596Z
36732026-08-11T20:38:24.596Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335)
36742026-08-11T20:38:25.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-11T20:38:25.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-11T20:38:25.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-11T20:38:25.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36782026-08-11T20:38:25.172Z
36792026-08-11T20:38:25.173Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335)
36802026-08-11T20:38:25.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-11T20:38:25.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-11T20:38:25.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-11T20:38:25.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36842026-08-11T20:38:25.762Z
36852026-08-11T20:38:25.762Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335)
36862026-08-11T20:38:26.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-11T20:38:26.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-11T20:38:26.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-11T20:38:26.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36902026-08-11T20:38:26.352Z
36912026-08-11T20:38:26.352Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335)
36922026-08-11T20:38:26.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-11T20:38:26.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-11T20:38:26.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-11T20:38:26.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36962026-08-11T20:38:26.943Z
36972026-08-11T20:38:26.943Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335)
36982026-08-11T20:38:27.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-11T20:38:27.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-11T20:38:27.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-11T20:38:27.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37022026-08-11T20:38:27.537Z
37032026-08-11T20:38:27.537Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335)
37042026-08-11T20:38:28.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-11T20:38:28.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-11T20:38:28.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-11T20:38:28.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37082026-08-11T20:38:28.128Z
37092026-08-11T20:38:28.128Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335)
37102026-08-11T20:38:28.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-11T20:38:28.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-11T20:38:28.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-11T20:38:28.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37142026-08-11T20:38:28.718Z
37152026-08-11T20:38:28.718Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335)
37162026-08-11T20:38:29.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-11T20:38:29.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-11T20:38:29.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-08-11T20:38:29.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37202026-08-11T20:38:29.314Z
37212026-08-11T20:38:29.314Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335)
37222026-08-11T20:38:29.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-08-11T20:38:29.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-08-11T20:38:29.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-08-11T20:38:29.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37262026-08-11T20:38:29.905Z
37272026-08-11T20:38:29.905Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335)
37282026-08-11T20:38:30.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-08-11T20:38:30.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-08-11T20:38:30.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-08-11T20:38:30.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37322026-08-11T20:38:30.495Z
37332026-08-11T20:38:30.495Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335)
37342026-08-11T20:38:30.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-08-11T20:38:30.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-08-11T20:38:30.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-08-11T20:38:30.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37382026-08-11T20:38:31.066Z
37392026-08-11T20:38:31.066Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335)
37402026-08-11T20:38:31.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-08-11T20:38:31.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-08-11T20:38:31.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-08-11T20:38:31.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37442026-08-11T20:38:31.649Z
37452026-08-11T20:38:31.649Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335)
37462026-08-11T20:38:32.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-08-11T20:38:32.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-08-11T20:38:32.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-08-11T20:38:32.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37502026-08-11T20:38:32.243Z
37512026-08-11T20:38:32.243Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335)
37522026-08-11T20:38:32.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-08-11T20:38:32.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-08-11T20:38:32.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-08-11T20:38:32.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37562026-08-11T20:38:32.830Z
37572026-08-11T20:38:32.831Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335)
37582026-08-11T20:38:33.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-08-11T20:38:33.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-08-11T20:38:33.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-08-11T20:38:33.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37622026-08-11T20:38:33.423Z
37632026-08-11T20:38:33.423Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335)
37642026-08-11T20:38:33.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-08-11T20:38:33.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-08-11T20:38:33.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-08-11T20:38:33.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37682026-08-11T20:38:34.014Z
37692026-08-11T20:38:34.015Zinfo: running `cargo check --bins` on oximeter-producer (195/335)
37702026-08-11T20:38:34.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-08-11T20:38:34.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-08-11T20:38:34.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-08-11T20:38:34.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37742026-08-11T20:38:34.627Z
37752026-08-11T20:38:34.627Zinfo: running `cargo check --bins` on internal-dns-resolver (196/335)
37762026-08-11T20:38:35.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-08-11T20:38:35.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-08-11T20:38:35.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-08-11T20:38:35.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37802026-08-11T20:38:35.206Z
37812026-08-11T20:38:35.206Zinfo: running `cargo check --bins` on dns-server (197/335)
37822026-08-11T20:38:35.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-08-11T20:38:35.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-08-11T20:38:35.845Z Compiling parking_lot_core v0.8.6
37852026-08-11T20:38:35.850Z Compiling git-stub v1.0.0
37862026-08-11T20:38:35.960Z Checking prefix-trie v0.7.0
37872026-08-11T20:38:35.965Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37882026-08-11T20:38:36.075Z Compiling git-stub-vcs v0.1.0
37892026-08-11T20:38:36.235Z Checking hickory-server v0.25.2
37902026-08-11T20:38:36.337Z Checking parking_lot v0.11.2
37912026-08-11T20:38:36.373Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37922026-08-11T20:38:36.500Z Checking sled v0.34.7
37932026-08-11T20:38:38.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
37942026-08-11T20:38:38.602Z
37952026-08-11T20:38:38.602Zinfo: running `cargo check --bins` on dns-server-api (198/335)
37962026-08-11T20:38:39.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-11T20:38:39.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-11T20:38:39.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-11T20:38:39.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38002026-08-11T20:38:39.171Z
38012026-08-11T20:38:39.171Zinfo: running `cargo check --bins` on nexus-client (199/335)
38022026-08-11T20:38:39.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-11T20:38:39.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-11T20:38:39.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-11T20:38:39.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38062026-08-11T20:38:39.781Z
38072026-08-11T20:38:39.781Zinfo: running `cargo check --bins` on oximeter-producer-api (200/335)
38082026-08-11T20:38:40.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-11T20:38:40.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-11T20:38:40.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-11T20:38:40.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38122026-08-11T20:38:40.353Z
38132026-08-11T20:38:40.353Zinfo: running `cargo check --bins` on sp-sim (201/335)
38142026-08-11T20:38:40.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-11T20:38:40.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-11T20:38:41.053Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38172026-08-11T20:38:41.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
38182026-08-11T20:38:41.740Z
38192026-08-11T20:38:41.741Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335)
38202026-08-11T20:38:42.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-08-11T20:38:42.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-08-11T20:38:42.548Z Compiling salty v0.3.0
38232026-08-11T20:38:42.557Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38242026-08-11T20:38:42.686Z Checking libscf-sys v1.2.0
38252026-08-11T20:38:42.686Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38262026-08-11T20:38:42.692Z Checking rfc6979 v0.4.0
38272026-08-11T20:38:42.692Z Compiling proc-macro-error-attr2 v2.0.0
38282026-08-11T20:38:42.725Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38292026-08-11T20:38:42.725Z Checking primeorder v0.13.6
38302026-08-11T20:38:42.794Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38312026-08-11T20:38:42.811Z Checking ecdsa v0.16.9
38322026-08-11T20:38:42.912Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38332026-08-11T20:38:42.956Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38342026-08-11T20:38:42.991Z Checking papergrid v0.17.0
38352026-08-11T20:38:43.084Z Compiling proc-macro-error2 v2.0.1
38362026-08-11T20:38:43.124Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38372026-08-11T20:38:43.143Z Checking p384 v0.13.1
38382026-08-11T20:38:43.153Z Checking testing_table v0.3.0
38392026-08-11T20:38:43.167Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38402026-08-11T20:38:43.252Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38412026-08-11T20:38:43.285Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38422026-08-11T20:38:43.394Z Compiling tabled_derive v0.11.0
38432026-08-11T20:38:43.538Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38442026-08-11T20:38:43.579Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38452026-08-11T20:38:43.605Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-08-11T20:38:43.650Z Checking corncobs v0.1.4
38472026-08-11T20:38:43.765Z Compiling illumos-nvpair-sys v0.2.0
38482026-08-11T20:38:43.777Z Compiling unicase v2.9.0
38492026-08-11T20:38:43.803Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38502026-08-11T20:38:43.821Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38512026-08-11T20:38:43.848Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38522026-08-11T20:38:43.895Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38532026-08-11T20:38:43.929Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38542026-08-11T20:38:43.965Z Compiling progenitor-impl v0.13.0
38552026-08-11T20:38:43.980Z Compiling mime_guess v2.0.5
38562026-08-11T20:38:44.047Z Checking secrecy v0.8.0
38572026-08-11T20:38:44.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38582026-08-11T20:38:44.167Z Checking crc8 v0.1.1
38592026-08-11T20:38:44.185Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38602026-08-11T20:38:44.466Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38612026-08-11T20:38:44.530Z Checking tabled v0.20.0
38622026-08-11T20:38:44.646Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38632026-08-11T20:38:44.744Z Checking progenitor-client v0.13.0
38642026-08-11T20:38:44.821Z Checking http-range v0.1.5
38652026-08-11T20:38:44.949Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-08-11T20:38:44.983Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38672026-08-11T20:38:45.128Z Checking illumos-nvpair v0.3.0
38682026-08-11T20:38:45.281Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-11T20:38:45.377Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38702026-08-11T20:38:45.398Z Checking scuffle v0.1.0
38712026-08-11T20:38:45.413Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38722026-08-11T20:38:45.430Z Checking nanorand v0.7.0
38732026-08-11T20:38:45.628Z Checking flume v0.11.1
38742026-08-11T20:38:45.673Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38752026-08-11T20:38:45.863Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38762026-08-11T20:38:45.947Z Checking hyper-staticfile v0.10.1
38772026-08-11T20:38:46.013Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38782026-08-11T20:38:46.049Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38792026-08-11T20:38:46.238Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38802026-08-11T20:38:46.312Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38812026-08-11T20:38:46.336Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38822026-08-11T20:38:46.381Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38832026-08-11T20:38:46.547Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38842026-08-11T20:38:46.564Z Compiling progenitor-macro v0.13.0
38852026-08-11T20:38:46.628Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38862026-08-11T20:38:46.672Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38872026-08-11T20:38:46.717Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38882026-08-11T20:38:46.825Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38892026-08-11T20:38:47.357Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38902026-08-11T20:38:47.857Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38912026-08-11T20:38:49.367Z Checking progenitor v0.13.0
38922026-08-11T20:38:49.499Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38932026-08-11T20:38:51.089Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38942026-08-11T20:38:52.196Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38952026-08-11T20:39:05.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.54s
38962026-08-11T20:39:05.315Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38972026-08-11T20:39:05.315Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38982026-08-11T20:39:05.510Z
38992026-08-11T20:39:05.510Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335)
39002026-08-11T20:39:06.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-08-11T20:39:06.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-08-11T20:39:06.291Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39032026-08-11T20:39:16.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39042026-08-11T20:39:16.805Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39052026-08-11T20:39:16.805Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39062026-08-11T20:39:16.993Z
39072026-08-11T20:39:16.993Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335)
39082026-08-11T20:39:17.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-08-11T20:39:17.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-08-11T20:39:17.748Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39112026-08-11T20:39:28.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39122026-08-11T20:39:28.271Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39132026-08-11T20:39:28.272Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39142026-08-11T20:39:28.471Z
39152026-08-11T20:39:28.471Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335)
39162026-08-11T20:39:28.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-11T20:39:28.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-11T20:39:29.237Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-11T20:39:39.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39202026-08-11T20:39:39.837Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39212026-08-11T20:39:39.837Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39222026-08-11T20:39:40.033Z
39232026-08-11T20:39:40.033Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335)
39242026-08-11T20:39:40.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-08-11T20:39:40.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-08-11T20:39:40.799Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39272026-08-11T20:39:51.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
39282026-08-11T20:39:51.284Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39292026-08-11T20:39:51.284Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39302026-08-11T20:39:51.481Z
39312026-08-11T20:39:51.481Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335)
39322026-08-11T20:39:52.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-08-11T20:39:52.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-08-11T20:39:52.241Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39352026-08-11T20:40:02.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39362026-08-11T20:40:02.791Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39372026-08-11T20:40:02.791Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39382026-08-11T20:40:02.992Z
39392026-08-11T20:40:02.992Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335)
39402026-08-11T20:40:03.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-11T20:40:03.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-11T20:40:03.752Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39432026-08-11T20:40:14.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39442026-08-11T20:40:14.315Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39452026-08-11T20:40:14.315Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39462026-08-11T20:40:14.517Z
39472026-08-11T20:40:14.517Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335)
39482026-08-11T20:40:15.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-08-11T20:40:15.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-08-11T20:40:15.313Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39512026-08-11T20:40:25.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
39522026-08-11T20:40:25.816Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39532026-08-11T20:40:25.817Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39542026-08-11T20:40:26.016Z
39552026-08-11T20:40:26.016Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335)
39562026-08-11T20:40:26.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-08-11T20:40:26.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-08-11T20:40:26.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-08-11T20:40:26.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39602026-08-11T20:40:26.584Z
39612026-08-11T20:40:26.585Zinfo: running `cargo check --bins` on installinator-common (211/335)
39622026-08-11T20:40:27.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-11T20:40:27.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-11T20:40:27.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-08-11T20:40:27.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39662026-08-11T20:40:27.155Z
39672026-08-11T20:40:27.155Zinfo: running `cargo check --bins` on installinator-common-versions (212/335)
39682026-08-11T20:40:27.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-08-11T20:40:27.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-08-11T20:40:27.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-08-11T20:40:27.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-08-11T20:40:27.712Z
39732026-08-11T20:40:27.712Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/335)
39742026-08-11T20:40:28.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-08-11T20:40:28.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-08-11T20:40:28.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-08-11T20:40:28.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39782026-08-11T20:40:28.318Z
39792026-08-11T20:40:28.318Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/335)
39802026-08-11T20:40:28.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-08-11T20:40:28.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-08-11T20:40:28.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-08-11T20:40:28.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39842026-08-11T20:40:28.888Z
39852026-08-11T20:40:28.889Zinfo: running `cargo check --bins` on range-requests (215/335)
39862026-08-11T20:40:29.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-11T20:40:29.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-11T20:40:29.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-08-11T20:40:29.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-08-11T20:40:29.456Z
39912026-08-11T20:40:29.456Zinfo: running `cargo check --bins` on repo-depot-api (216/335)
39922026-08-11T20:40:29.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-08-11T20:40:29.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-08-11T20:40:29.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-08-11T20:40:29.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39962026-08-11T20:40:30.026Z
39972026-08-11T20:40:30.026Zinfo: running `cargo check --bins` on repo-depot-client (217/335)
39982026-08-11T20:40:30.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-08-11T20:40:30.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-08-11T20:40:30.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-08-11T20:40:30.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40022026-08-11T20:40:30.586Z
40032026-08-11T20:40:30.586Zinfo: running `cargo check --bins` on sled-agent-api (218/335)
40042026-08-11T20:40:31.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-08-11T20:40:31.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-08-11T20:40:31.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-08-11T20:40:31.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40082026-08-11T20:40:31.173Z
40092026-08-11T20:40:31.173Zinfo: running `cargo check --bins` on sled-diagnostics (219/335)
40102026-08-11T20:40:31.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-08-11T20:40:31.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-08-11T20:40:31.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-08-11T20:40:31.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-08-11T20:40:31.763Z
40152026-08-11T20:40:31.763Zinfo: running `cargo check --bins` on zfs-test-harness (220/335)
40162026-08-11T20:40:32.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-08-11T20:40:32.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-08-11T20:40:32.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-08-11T20:40:32.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40202026-08-11T20:40:32.344Z
40212026-08-11T20:40:32.344Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335)
40222026-08-11T20:40:32.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-08-11T20:40:32.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-08-11T20:40:32.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-08-11T20:40:32.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40262026-08-11T20:40:32.935Z
40272026-08-11T20:40:32.936Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335)
40282026-08-11T20:40:33.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-08-11T20:40:33.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-08-11T20:40:33.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-08-11T20:40:33.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40322026-08-11T20:40:33.556Z
40332026-08-11T20:40:33.556Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/335)
40342026-08-11T20:40:34.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-08-11T20:40:34.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-08-11T20:40:34.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-08-11T20:40:34.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40382026-08-11T20:40:34.117Z
40392026-08-11T20:40:34.117Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/335)
40402026-08-11T20:40:34.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-08-11T20:40:34.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-08-11T20:40:34.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-08-11T20:40:34.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40442026-08-11T20:40:34.704Z
40452026-08-11T20:40:34.704Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335)
40462026-08-11T20:40:35.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-08-11T20:40:35.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-08-11T20:40:35.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-08-11T20:40:35.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40502026-08-11T20:40:35.303Z
40512026-08-11T20:40:35.303Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335)
40522026-08-11T20:40:35.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-08-11T20:40:35.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-08-11T20:40:35.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-08-11T20:40:35.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40562026-08-11T20:40:35.884Z
40572026-08-11T20:40:35.885Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/335)
40582026-08-11T20:40:36.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-08-11T20:40:36.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-08-11T20:40:36.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-08-11T20:40:36.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40622026-08-11T20:40:36.487Z
40632026-08-11T20:40:36.487Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/335)
40642026-08-11T20:40:36.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-08-11T20:40:37.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-08-11T20:40:37.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-08-11T20:40:37.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40682026-08-11T20:40:37.103Z
40692026-08-11T20:40:37.103Zinfo: running `cargo check --bins` on trust-quorum (229/335)
40702026-08-11T20:40:37.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-08-11T20:40:37.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-08-11T20:40:37.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-08-11T20:40:37.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40742026-08-11T20:40:37.694Z
40752026-08-11T20:40:37.695Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335)
40762026-08-11T20:40:38.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-08-11T20:40:38.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-08-11T20:40:38.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-08-11T20:40:38.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-08-11T20:40:38.311Z
40812026-08-11T20:40:38.311Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/335)
40822026-08-11T20:40:38.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-08-11T20:40:38.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-08-11T20:40:38.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-08-11T20:40:38.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40862026-08-11T20:40:38.937Z
40872026-08-11T20:40:38.937Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335)
40882026-08-11T20:40:39.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-08-11T20:40:39.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-08-11T20:40:39.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-08-11T20:40:39.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40922026-08-11T20:40:39.551Z
40932026-08-11T20:40:39.551Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/335)
40942026-08-11T20:40:40.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-08-11T20:40:40.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-08-11T20:40:40.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-08-11T20:40:40.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40982026-08-11T20:40:40.111Z
40992026-08-11T20:40:40.111Zinfo: running `cargo check --bins` on transient-dns-server (234/335)
41002026-08-11T20:40:40.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-08-11T20:40:40.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-08-11T20:40:40.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-08-11T20:40:40.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41042026-08-11T20:40:40.688Z
41052026-08-11T20:40:40.688Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335)
41062026-08-11T20:40:41.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-08-11T20:40:41.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-08-11T20:40:41.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-08-11T20:40:41.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41102026-08-11T20:40:41.274Z
41112026-08-11T20:40:41.274Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335)
41122026-08-11T20:40:41.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-08-11T20:40:41.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-08-11T20:40:41.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-08-11T20:40:41.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41162026-08-11T20:40:41.866Z
41172026-08-11T20:40:41.866Zinfo: running `cargo check --bins` on omicron-rpaths (237/335)
41182026-08-11T20:40:42.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-08-11T20:40:42.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-08-11T20:40:42.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-08-11T20:40:42.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41222026-08-11T20:40:42.449Z
41232026-08-11T20:40:42.449Zinfo: running `cargo check --bins` on omicron-repl-utils (238/335)
41242026-08-11T20:40:42.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-08-11T20:40:42.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-08-11T20:40:42.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-08-11T20:40:42.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41282026-08-11T20:40:43.052Z
41292026-08-11T20:40:43.052Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/335)
41302026-08-11T20:40:43.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-08-11T20:40:43.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-08-11T20:40:43.679Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41332026-08-11T20:40:44.090Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41342026-08-11T20:40:45.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
41352026-08-11T20:40:45.451Z
41362026-08-11T20:40:45.451Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/335)
41372026-08-11T20:40:45.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-11T20:40:45.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-11T20:40:45.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-11T20:40:45.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41412026-08-11T20:40:46.021Z
41422026-08-11T20:40:46.021Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/335)
41432026-08-11T20:40:46.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-11T20:40:46.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-11T20:40:46.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-11T20:40:46.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41472026-08-11T20:40:46.595Z
41482026-08-11T20:40:46.595Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335)
41492026-08-11T20:40:47.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-11T20:40:47.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-11T20:40:47.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-11T20:40:47.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41532026-08-11T20:40:47.172Z
41542026-08-11T20:40:47.172Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/335)
41552026-08-11T20:40:47.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-11T20:40:47.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-11T20:40:47.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-11T20:40:47.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41592026-08-11T20:40:47.776Z
41602026-08-11T20:40:47.776Zinfo: running `cargo check --bins` on installinator-client (244/335)
41612026-08-11T20:40:48.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-11T20:40:48.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-11T20:40:48.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-11T20:40:48.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41652026-08-11T20:40:48.318Z
41662026-08-11T20:40:48.318Zinfo: running `cargo check --bins` on oxide-client (245/335)
41672026-08-11T20:40:48.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-11T20:40:48.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-11T20:40:48.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-11T20:40:48.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41712026-08-11T20:40:48.884Z
41722026-08-11T20:40:48.884Zinfo: running `cargo check --bins` on oximeter-client (246/335)
41732026-08-11T20:40:49.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-11T20:40:49.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-11T20:40:49.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-11T20:40:49.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41772026-08-11T20:40:49.462Z
41782026-08-11T20:40:49.462Zinfo: running `cargo check --bins` on wicketd-client (247/335)
41792026-08-11T20:40:49.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-11T20:40:49.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-11T20:40:49.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41822026-08-11T20:40:49.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41832026-08-11T20:40:50.057Z
41842026-08-11T20:40:50.057Zinfo: running `cargo check --bins` on wicket-common (248/335)
41852026-08-11T20:40:50.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-08-11T20:40:50.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-08-11T20:40:50.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-08-11T20:40:50.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41892026-08-11T20:40:50.643Z
41902026-08-11T20:40:50.643Zinfo: running `cargo check --bins` on wicketd-commission-client (249/335)
41912026-08-11T20:40:51.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-11T20:40:51.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-11T20:40:51.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-08-11T20:40:51.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41952026-08-11T20:40:51.226Z
41962026-08-11T20:40:51.226Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/335)
41972026-08-11T20:40:51.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-11T20:40:51.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-11T20:40:51.900Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42002026-08-11T20:40:52.011Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42012026-08-11T20:40:53.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42022026-08-11T20:40:53.251Z
42032026-08-11T20:40:53.251Zinfo: running `cargo check --bins` on cockroach-admin-api (251/335)
42042026-08-11T20:40:53.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-11T20:40:53.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-11T20:40:53.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-11T20:40:53.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-11T20:40:53.822Z
42092026-08-11T20:40:53.822Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335)
42102026-08-11T20:40:54.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-11T20:40:54.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-11T20:40:54.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-11T20:40:54.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42142026-08-11T20:40:54.476Z
42152026-08-11T20:40:54.476Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335)
42162026-08-11T20:40:55.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-11T20:40:55.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-11T20:40:55.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-11T20:40:55.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42202026-08-11T20:40:55.136Z
42212026-08-11T20:40:55.136Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335)
42222026-08-11T20:40:55.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-11T20:40:55.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-11T20:40:55.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-11T20:40:55.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42262026-08-11T20:40:55.762Z
42272026-08-11T20:40:55.762Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335)
42282026-08-11T20:40:56.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-11T20:40:56.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-11T20:40:56.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-11T20:40:56.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42322026-08-11T20:40:56.396Z
42332026-08-11T20:40:56.396Zinfo: running `cargo check --bins` on db-macros (256/335)
42342026-08-11T20:40:56.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-11T20:40:56.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-11T20:40:56.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-11T20:40:56.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42382026-08-11T20:40:56.955Z
42392026-08-11T20:40:56.955Zinfo: running `cargo check --bins` on nexus-macros-common (257/335)
42402026-08-11T20:40:57.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-11T20:40:57.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-11T20:40:57.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-11T20:40:57.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42442026-08-11T20:40:57.513Z
42452026-08-11T20:40:57.513Zinfo: running `cargo check --bins` on nexus-auth (258/335)
42462026-08-11T20:40:58.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-11T20:40:58.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-11T20:40:58.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-08-11T20:40:58.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42502026-08-11T20:40:58.135Z
42512026-08-11T20:40:58.135Zinfo: running `cargo check --bins` on authz-macros (259/335)
42522026-08-11T20:40:58.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-08-11T20:40:58.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-08-11T20:40:58.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-08-11T20:40:58.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42562026-08-11T20:40:58.692Z
42572026-08-11T20:40:58.692Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/335)
42582026-08-11T20:40:59.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-08-11T20:40:59.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-08-11T20:40:59.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-08-11T20:40:59.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42622026-08-11T20:40:59.313Z
42632026-08-11T20:40:59.313Zinfo: running `cargo check --bins` on nexus-db-model (261/335)
42642026-08-11T20:40:59.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-08-11T20:40:59.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-08-11T20:40:59.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-08-11T20:40:59.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42682026-08-11T20:40:59.930Z
42692026-08-11T20:40:59.931Zinfo: running `cargo check --bins` on nexus-db-schema (262/335)
42702026-08-11T20:41:00.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-08-11T20:41:00.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-08-11T20:41:00.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-08-11T20:41:00.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42742026-08-11T20:41:00.498Z
42752026-08-11T20:41:00.498Zinfo: running `cargo check --bins` on nexus-defaults (263/335)
42762026-08-11T20:41:00.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-08-11T20:41:00.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-08-11T20:41:00.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-08-11T20:41:00.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42802026-08-11T20:41:01.067Z
42812026-08-11T20:41:01.067Zinfo: running `cargo check --bins` on omicron-git-version (264/335)
42822026-08-11T20:41:01.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-08-11T20:41:01.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-08-11T20:41:01.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-08-11T20:41:01.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42862026-08-11T20:41:01.621Z
42872026-08-11T20:41:01.622Zinfo: running `cargo check --bins` on nexus-db-errors (265/335)
42882026-08-11T20:41:02.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-08-11T20:41:02.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-08-11T20:41:02.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-08-11T20:41:02.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42922026-08-11T20:41:02.247Z
42932026-08-11T20:41:02.247Zinfo: running `cargo check --bins` on nexus-db-lookup (266/335)
42942026-08-11T20:41:02.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-08-11T20:41:02.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-08-11T20:41:02.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-08-11T20:41:02.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42982026-08-11T20:41:02.871Z
42992026-08-11T20:41:02.871Zinfo: running `cargo check --bins` on nexus-test-interface (267/335)
43002026-08-11T20:41:03.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-08-11T20:41:03.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-08-11T20:41:03.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-08-11T20:41:03.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43042026-08-11T20:41:03.502Z
43052026-08-11T20:41:03.502Zinfo: running `cargo check --bins` on oximeter-collector (268/335)
43062026-08-11T20:41:04.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-11T20:41:04.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-11T20:41:04.224Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43092026-08-11T20:41:04.227Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43102026-08-11T20:41:04.897Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43112026-08-11T20:41:06.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
43122026-08-11T20:41:06.791Z
43132026-08-11T20:41:06.791Zinfo: running `cargo check --bins` on oximeter-api (269/335)
43142026-08-11T20:41:07.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-08-11T20:41:07.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-08-11T20:41:07.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-08-11T20:41:07.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43182026-08-11T20:41:07.368Z
43192026-08-11T20:41:07.368Zinfo: running `cargo check --bins` on cert-dev (270/335)
43202026-08-11T20:41:07.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-11T20:41:07.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-11T20:41:07.970Z Checking yasna v0.5.2
43232026-08-11T20:41:08.366Z Checking rcgen v0.12.1
43242026-08-11T20:41:08.610Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43252026-08-11T20:41:08.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43262026-08-11T20:41:09.005Z
43272026-08-11T20:41:09.006Zinfo: running `cargo check --bins` on clickana (271/335)
43282026-08-11T20:41:09.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-11T20:41:09.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-11T20:41:09.583Z Compiling instability v0.3.11
43312026-08-11T20:41:09.583Z Checking castaway v0.2.4
43322026-08-11T20:41:09.586Z Compiling indoc v2.0.7
43332026-08-11T20:41:09.586Z Checking unicode-truncate v1.1.0
43342026-08-11T20:41:09.700Z Checking lru v0.12.5
43352026-08-11T20:41:09.705Z Checking cassowary v0.3.0
43362026-08-11T20:41:09.786Z Checking compact_str v0.8.1
43372026-08-11T20:41:10.566Z Checking ratatui v0.29.0
43382026-08-11T20:41:11.611Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43392026-08-11T20:41:12.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
43402026-08-11T20:41:12.501Z
43412026-08-11T20:41:12.501Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/335)
43422026-08-11T20:41:13.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-08-11T20:41:13.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-08-11T20:41:13.218Z Checking headers-core v0.3.0
43452026-08-11T20:41:13.222Z Checking port-file v0.1.0
43462026-08-11T20:41:13.222Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43472026-08-11T20:41:13.411Z Checking headers v0.4.1
43482026-08-11T20:41:13.774Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43492026-08-11T20:41:14.726Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43502026-08-11T20:41:15.247Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43512026-08-11T20:41:15.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
43522026-08-11T20:41:15.874Z
43532026-08-11T20:41:15.874Zinfo: running `cargo check --bins` on ch-dev (273/335)
43542026-08-11T20:41:16.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-08-11T20:41:16.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-08-11T20:41:16.588Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43572026-08-11T20:41:17.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43582026-08-11T20:41:17.537Z
43592026-08-11T20:41:17.537Zinfo: running `cargo check --bins` on dev-tools-common (274/335)
43602026-08-11T20:41:17.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-08-11T20:41:17.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-08-11T20:41:17.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43632026-08-11T20:41:17.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43642026-08-11T20:41:17.955Z
43652026-08-11T20:41:17.955Zinfo: running `cargo check --bins` on corpus-adjust (275/335)
43662026-08-11T20:41:18.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-08-11T20:41:18.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-08-11T20:41:18.572Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43692026-08-11T20:41:18.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
43702026-08-11T20:41:19.112Z
43712026-08-11T20:41:19.112Zinfo: running `cargo check --bins` on crdb-seed (276/335)
43722026-08-11T20:41:19.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-08-11T20:41:19.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-08-11T20:41:19.819Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43752026-08-11T20:41:20.901Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43762026-08-11T20:41:21.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
43772026-08-11T20:41:21.444Z
43782026-08-11T20:41:21.444Zinfo: running `cargo check --bins` on db-dev (277/335)
43792026-08-11T20:41:21.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-08-11T20:41:21.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-08-11T20:41:22.154Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43822026-08-11T20:41:22.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43832026-08-11T20:41:23.100Z
43842026-08-11T20:41:23.100Zinfo: running `cargo check --bins` on omicron-dev-lib (278/335)
43852026-08-11T20:41:23.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-11T20:41:23.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-11T20:41:23.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-08-11T20:41:23.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43892026-08-11T20:41:23.718Z
43902026-08-11T20:41:23.718Zinfo: running `cargo check --bins` on xtask-downloader (279/335)
43912026-08-11T20:41:24.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-11T20:41:24.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-11T20:41:24.327Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43942026-08-11T20:41:25.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
43952026-08-11T20:41:25.179Z
43962026-08-11T20:41:25.179Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/335)
43972026-08-11T20:41:25.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-11T20:41:25.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-11T20:41:25.921Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44002026-08-11T20:41:25.921Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44012026-08-11T20:41:25.924Z Checking git-stub v1.0.0
44022026-08-11T20:41:25.924Z Compiling trait-variant v0.1.2
44032026-08-11T20:41:26.057Z Checking maplit v1.0.2
44042026-08-11T20:41:26.060Z Checking is_ci v1.2.0
44052026-08-11T20:41:26.077Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44062026-08-11T20:41:26.077Z Checking drift v0.2.0
44072026-08-11T20:41:26.125Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44082026-08-11T20:41:26.153Z Checking supports-color v3.0.2
44092026-08-11T20:41:26.172Z Checking git-stub-vcs v0.1.0
44102026-08-11T20:41:26.261Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44112026-08-11T20:41:26.274Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44122026-08-11T20:41:26.290Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44132026-08-11T20:41:26.367Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44142026-08-11T20:41:26.421Z Checking dropshot-api-manager v0.7.2
44152026-08-11T20:41:26.466Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44162026-08-11T20:41:26.551Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44172026-08-11T20:41:26.766Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44182026-08-11T20:41:27.278Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44192026-08-11T20:41:28.208Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44202026-08-11T20:41:29.229Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44212026-08-11T20:41:29.970Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44222026-08-11T20:41:30.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
44232026-08-11T20:41:30.420Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44242026-08-11T20:41:30.420Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44252026-08-11T20:41:30.610Z
44262026-08-11T20:41:30.610Zinfo: running `cargo check --bins` on installinator-api (281/335)
44272026-08-11T20:41:31.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-11T20:41:31.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-11T20:41:31.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-11T20:41:31.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44312026-08-11T20:41:31.181Z
44322026-08-11T20:41:31.181Zinfo: running `cargo check --bins` on nexus-external-api (282/335)
44332026-08-11T20:41:31.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-11T20:41:31.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-11T20:41:31.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-11T20:41:31.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44372026-08-11T20:41:31.790Z
44382026-08-11T20:41:31.790Zinfo: running `cargo check --bins` on nexus-internal-api (283/335)
44392026-08-11T20:41:32.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-11T20:41:32.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-11T20:41:32.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-11T20:41:32.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44432026-08-11T20:41:32.406Z
44442026-08-11T20:41:32.406Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/335)
44452026-08-11T20:41:32.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-11T20:41:32.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-11T20:41:32.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-11T20:41:32.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44492026-08-11T20:41:33.013Z
44502026-08-11T20:41:33.013Zinfo: running `cargo check --bins` on ntp-admin-api (285/335)
44512026-08-11T20:41:33.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-11T20:41:33.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-11T20:41:33.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-08-11T20:41:33.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44552026-08-11T20:41:33.585Z
44562026-08-11T20:41:33.585Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/335)
44572026-08-11T20:41:34.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-08-11T20:41:34.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-08-11T20:41:34.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-08-11T20:41:34.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44612026-08-11T20:41:34.142Z
44622026-08-11T20:41:34.142Zinfo: running `cargo check --bins` on wicketd-api (287/335)
44632026-08-11T20:41:34.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-08-11T20:41:34.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-08-11T20:41:34.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-08-11T20:41:34.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44672026-08-11T20:41:34.723Z
44682026-08-11T20:41:34.723Zinfo: running `cargo check --bins` on wicketd-commission-api (288/335)
44692026-08-11T20:41:35.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-08-11T20:41:35.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-08-11T20:41:35.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-08-11T20:41:35.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44732026-08-11T20:41:35.309Z
44742026-08-11T20:41:35.309Zinfo: running `cargo check --bins` on omicron-ls-apis (289/335)
44752026-08-11T20:41:35.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-08-11T20:41:35.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-08-11T20:41:35.921Z Compiling blake3 v1.8.5
44782026-08-11T20:41:36.031Z Checking arrayref v0.3.9
44792026-08-11T20:41:36.034Z Checking constant_time_eq v0.4.2
44802026-08-11T20:41:36.034Z Checking arrayvec v0.7.6
44812026-08-11T20:41:36.055Z Checking cargo-platform v0.3.2
44822026-08-11T20:41:36.055Z Checking topological-sort v0.2.2
44832026-08-11T20:41:36.058Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44842026-08-11T20:41:36.282Z Checking cargo_metadata v0.23.1
44852026-08-11T20:41:36.892Z Checking omicron-zone-package v0.12.3
44862026-08-11T20:41:37.601Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44872026-08-11T20:41:38.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
44882026-08-11T20:41:38.594Z
44892026-08-11T20:41:38.594Zinfo: running `cargo check --bins` on mgs-dev (290/335)
44902026-08-11T20:41:39.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-11T20:41:39.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-11T20:41:39.315Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44932026-08-11T20:41:39.943Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44942026-08-11T20:41:40.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
44952026-08-11T20:41:40.653Z
44962026-08-11T20:41:40.653Zinfo: running `cargo check --bins` on omicron-omdb (291/335)
44972026-08-11T20:41:41.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-11T20:41:41.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-11T20:41:41.624Z Compiling darling_core v0.21.3
45002026-08-11T20:41:41.624Z Compiling vergen-lib v0.1.6
45012026-08-11T20:41:41.624Z Compiling diesel_derives v2.3.7
45022026-08-11T20:41:41.631Z Checking scheduled-thread-pool v0.2.7
45032026-08-11T20:41:41.631Z Compiling vergen-gitcl v1.0.8
45042026-08-11T20:41:41.631Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45052026-08-11T20:41:41.631Z Compiling diesel_table_macro_syntax v0.3.0
45062026-08-11T20:41:41.631Z Compiling dirs-sys-next v0.1.2
45072026-08-11T20:41:41.944Z Compiling crunchy v0.2.4
45082026-08-11T20:41:41.959Z Compiling glob v0.3.3
45092026-08-11T20:41:41.990Z Checking r2d2 v0.8.10
45102026-08-11T20:41:42.028Z Compiling dirs-next v2.0.0
45112026-08-11T20:41:42.096Z Compiling tiny-keccak v2.0.2
45122026-08-11T20:41:42.145Z Checking downcast-rs v2.0.2
45132026-08-11T20:41:42.241Z Compiling term v0.7.0
45142026-08-11T20:41:42.299Z Compiling bit-vec v0.6.3
45152026-08-11T20:41:42.338Z Compiling clang-sys v1.8.1
45162026-08-11T20:41:42.341Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45172026-08-11T20:41:42.528Z Compiling ascii-canvas v3.0.0
45182026-08-11T20:41:42.567Z Compiling bit-set v0.5.3
45192026-08-11T20:41:42.726Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45202026-08-11T20:41:42.729Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45212026-08-11T20:41:42.760Z Compiling itertools v0.10.5
45222026-08-11T20:41:42.763Z Compiling ena v0.14.4
45232026-08-11T20:41:42.790Z Compiling libloading v0.8.9
45242026-08-11T20:41:42.807Z Compiling bindgen v0.71.1
45252026-08-11T20:41:42.874Z Compiling regex-syntax v0.6.29
45262026-08-11T20:41:42.979Z Compiling diff v0.1.13
45272026-08-11T20:41:43.220Z Compiling cexpr v0.6.0
45282026-08-11T20:41:43.245Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45292026-08-11T20:41:43.342Z Compiling rustc-hash v2.1.1
45302026-08-11T20:41:43.450Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45312026-08-11T20:41:43.632Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45322026-08-11T20:41:43.798Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45332026-08-11T20:41:43.816Z Compiling libxml v0.3.3
45342026-08-11T20:41:43.882Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45352026-08-11T20:41:44.066Z Compiling strum_macros v0.24.3
45362026-08-11T20:41:44.083Z Compiling indoc v1.0.9
45372026-08-11T20:41:44.367Z Compiling darling_macro v0.21.3
45382026-08-11T20:41:44.574Z Compiling lalrpop v0.19.12
45392026-08-11T20:41:44.878Z Compiling darling v0.21.3
45402026-08-11T20:41:44.896Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45412026-08-11T20:41:44.911Z Checking derive_builder v0.20.2
45422026-08-11T20:41:44.968Z Compiling dsl_auto_type v0.2.0
45432026-08-11T20:41:45.025Z Compiling oso-derive v0.27.3
45442026-08-11T20:41:45.074Z Checking quick-xml v0.37.5
45452026-08-11T20:41:45.374Z Compiling impl-trait-for-tuples v0.2.3
45462026-08-11T20:41:45.522Z Checking openssl-probe v0.1.6
45472026-08-11T20:41:45.659Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45482026-08-11T20:41:45.947Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45492026-08-11T20:41:46.138Z Checking bb8 v0.8.6
45502026-08-11T20:41:46.403Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45512026-08-11T20:41:46.428Z Checking nonempty v0.12.0
45522026-08-11T20:41:46.510Z Compiling libz-sys v1.1.24
45532026-08-11T20:41:46.604Z Compiling strsim v0.10.0
45542026-08-11T20:41:46.625Z Compiling libgit2-sys v0.18.3+1.9.2
45552026-08-11T20:41:46.902Z Compiling darling_core v0.13.4
45562026-08-11T20:41:46.923Z Compiling vergen-git2 v9.1.0
45572026-08-11T20:41:47.072Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45582026-08-11T20:41:47.139Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45592026-08-11T20:41:47.282Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45602026-08-11T20:41:47.565Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45612026-08-11T20:41:47.750Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45622026-08-11T20:41:47.934Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45632026-08-11T20:41:48.119Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45642026-08-11T20:41:48.142Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45652026-08-11T20:41:48.307Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45662026-08-11T20:41:48.496Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45672026-08-11T20:41:48.684Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45682026-08-11T20:41:48.827Z Compiling darling_macro v0.13.4
45692026-08-11T20:41:48.871Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45702026-08-11T20:41:49.270Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45712026-08-11T20:41:49.324Z Compiling darling v0.13.4
45722026-08-11T20:41:49.418Z Compiling serde_with_macros v1.5.2
45732026-08-11T20:41:49.647Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45742026-08-11T20:41:50.233Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45752026-08-11T20:41:50.352Z Compiling serde_with v1.14.0
45762026-08-11T20:41:50.419Z Checking twox-hash v2.1.2
45772026-08-11T20:41:50.458Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45782026-08-11T20:41:50.721Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45792026-08-11T20:41:50.893Z Checking diesel v2.3.7
45802026-08-11T20:41:51.404Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45812026-08-11T20:41:52.180Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45822026-08-11T20:41:52.538Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45832026-08-11T20:41:53.023Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45842026-08-11T20:41:53.251Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45852026-08-11T20:41:53.790Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45862026-08-11T20:41:53.842Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45872026-08-11T20:41:54.169Z Checking libsw-core v0.3.2
45882026-08-11T20:41:54.333Z Checking atty v0.2.14
45892026-08-11T20:41:54.440Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45902026-08-11T20:41:54.499Z Checking libsw v3.5.0
45912026-08-11T20:41:54.613Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-08-11T20:41:54.656Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45932026-08-11T20:41:54.672Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45942026-08-11T20:41:54.819Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45952026-08-11T20:41:56.125Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45962026-08-11T20:41:56.208Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45972026-08-11T20:41:56.721Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45982026-08-11T20:41:56.850Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45992026-08-11T20:41:56.923Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46002026-08-11T20:41:57.119Z Checking console v0.16.2
46012026-08-11T20:41:57.412Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46022026-08-11T20:41:57.561Z Checking fatfs v0.3.6
46032026-08-11T20:41:57.817Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46042026-08-11T20:41:58.020Z Checking unit-prefix v0.5.2
46052026-08-11T20:41:58.160Z Compiling seq-macro v0.3.6
46062026-08-11T20:41:58.663Z Checking indicatif v0.18.4
46072026-08-11T20:41:59.062Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46082026-08-11T20:41:59.156Z Checking oxide-update-engine-display v0.1.2
46092026-08-11T20:41:59.479Z Checking support-bundle-viewer v0.1.2
46102026-08-11T20:41:59.719Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46112026-08-11T20:41:59.743Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46122026-08-11T20:41:59.892Z Checking multimap v0.10.1
46132026-08-11T20:42:05.714Z Checking diesel-dtrace v0.5.0
46142026-08-11T20:42:05.961Z Checking async-bb8-diesel v0.2.1
46152026-08-11T20:42:08.993Z Compiling samael v0.0.19
46162026-08-11T20:42:11.706Z Compiling git2 v0.20.4
46172026-08-11T20:42:15.051Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46182026-08-11T20:42:15.449Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46192026-08-11T20:42:16.770Z Compiling polar-core v0.27.3
46202026-08-11T20:42:21.349Z Checking oso v0.27.3
46212026-08-11T20:42:53.236Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46222026-08-11T20:44:07.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
46232026-08-11T20:44:07.660Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46242026-08-11T20:44:07.660Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46252026-08-11T20:44:07.873Z
46262026-08-11T20:44:07.873Zinfo: running `cargo check --bins` on nexus-networking (292/335)
46272026-08-11T20:44:08.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-08-11T20:44:08.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-08-11T20:44:08.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46302026-08-11T20:44:08.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46312026-08-11T20:44:08.537Z
46322026-08-11T20:44:08.537Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335)
46332026-08-11T20:44:09.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-08-11T20:44:09.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-08-11T20:44:09.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46362026-08-11T20:44:09.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46372026-08-11T20:44:09.157Z
46382026-08-11T20:44:09.157Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/335)
46392026-08-11T20:44:09.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-08-11T20:44:09.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-08-11T20:44:09.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46422026-08-11T20:44:09.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46432026-08-11T20:44:09.777Z
46442026-08-11T20:44:09.777Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/335)
46452026-08-11T20:44:10.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-08-11T20:44:10.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-08-11T20:44:10.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-08-11T20:44:10.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46492026-08-11T20:44:10.337Z
46502026-08-11T20:44:10.337Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/335)
46512026-08-11T20:44:10.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-08-11T20:44:10.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-08-11T20:44:11.159Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46542026-08-11T20:44:11.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46552026-08-11T20:44:11.927Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46562026-08-11T20:44:11.927Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46572026-08-11T20:44:12.129Z
46582026-08-11T20:44:12.129Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335)
46592026-08-11T20:44:12.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-08-11T20:44:12.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-08-11T20:44:12.938Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46622026-08-11T20:44:51.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.74s
46632026-08-11T20:44:51.883Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46642026-08-11T20:44:51.883Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46652026-08-11T20:44:52.088Z
46662026-08-11T20:44:52.088Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335)
46672026-08-11T20:44:52.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-11T20:44:52.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-11T20:44:52.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-11T20:44:52.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46712026-08-11T20:44:52.641Z
46722026-08-11T20:44:52.641Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335)
46732026-08-11T20:44:53.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-11T20:44:53.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-11T20:44:53.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-11T20:44:53.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46772026-08-11T20:44:53.198Z
46782026-08-11T20:44:53.198Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/335)
46792026-08-11T20:44:53.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-11T20:44:53.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-11T20:44:53.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-11T20:44:53.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46832026-08-11T20:44:53.816Z
46842026-08-11T20:44:53.816Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335)
46852026-08-11T20:44:54.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-11T20:44:54.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-11T20:44:54.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-11T20:44:54.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46892026-08-11T20:44:54.444Z
46902026-08-11T20:44:54.444Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/335)
46912026-08-11T20:44:54.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-11T20:44:54.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-11T20:44:54.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-11T20:44:54.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46952026-08-11T20:44:55.077Z
46962026-08-11T20:44:55.077Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/335)
46972026-08-11T20:44:55.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-11T20:44:55.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-11T20:44:55.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-11T20:44:55.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47012026-08-11T20:44:55.698Z
47022026-08-11T20:44:55.698Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/335)
47032026-08-11T20:44:56.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-11T20:44:56.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-11T20:44:56.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47062026-08-11T20:44:56.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47072026-08-11T20:44:56.332Z
47082026-08-11T20:44:56.332Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335)
47092026-08-11T20:44:56.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-08-11T20:44:56.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-08-11T20:44:56.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-08-11T20:44:56.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47132026-08-11T20:44:56.966Z
47142026-08-11T20:44:56.966Zinfo: running `cargo check --bins` on nexus-switch-config (306/335)
47152026-08-11T20:44:57.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-08-11T20:44:57.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-08-11T20:44:57.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47182026-08-11T20:44:57.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47192026-08-11T20:44:57.580Z
47202026-08-11T20:44:57.580Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/335)
47212026-08-11T20:44:58.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-08-11T20:44:58.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-08-11T20:44:58.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47242026-08-11T20:44:58.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47252026-08-11T20:44:58.214Z
47262026-08-11T20:44:58.214Zinfo: running `cargo check --bins` on support-bundle-collection (308/335)
47272026-08-11T20:44:58.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-08-11T20:44:58.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-08-11T20:44:58.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-08-11T20:44:58.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47312026-08-11T20:44:58.840Z
47322026-08-11T20:44:58.840Zinfo: running `cargo check --bins` on omicron-dev (309/335)
47332026-08-11T20:44:59.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-08-11T20:44:59.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-08-11T20:44:59.717Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47362026-08-11T20:44:59.717Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47372026-08-11T20:44:59.908Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47382026-08-11T20:44:59.937Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47392026-08-11T20:44:59.949Z Checking diff v0.1.13
47402026-08-11T20:44:59.952Z Checking yansi v1.0.1
47412026-08-11T20:44:59.977Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47422026-08-11T20:44:59.992Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47432026-08-11T20:45:00.202Z Checking pretty_assertions v1.4.1
47442026-08-11T20:45:00.966Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47452026-08-11T20:45:01.018Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47462026-08-11T20:45:26.102Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47472026-08-11T20:45:26.105Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47482026-08-11T20:45:26.105Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47492026-08-11T20:45:26.105Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47502026-08-11T20:45:26.105Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47512026-08-11T20:45:26.105Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47522026-08-11T20:45:26.105Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47532026-08-11T20:45:27.009Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47542026-08-11T20:45:27.012Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47552026-08-11T20:45:28.286Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47562026-08-11T20:46:06.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47572026-08-11T20:46:06.653Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47582026-08-11T20:46:06.654Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47592026-08-11T20:46:06.855Z
47602026-08-11T20:46:06.855Zinfo: running `cargo check --bins` on oximeter-load-test (310/335)
47612026-08-11T20:46:07.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-08-11T20:46:07.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-08-11T20:46:07.566Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47642026-08-11T20:46:08.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47652026-08-11T20:46:08.397Z
47662026-08-11T20:46:08.397Zinfo: running `cargo check --bins` on omicron-pins (311/335)
47672026-08-11T20:46:08.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-08-11T20:46:08.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-08-11T20:46:08.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47702026-08-11T20:46:08.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47712026-08-11T20:46:08.952Z
47722026-08-11T20:46:08.952Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/335)
47732026-08-11T20:46:09.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-11T20:46:09.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-11T20:46:09.724Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47762026-08-11T20:46:09.847Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47772026-08-11T20:46:09.854Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47782026-08-11T20:46:36.613Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47792026-08-11T20:46:37.015Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47802026-08-11T20:46:38.793Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47812026-08-11T20:46:39.245Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47822026-08-11T20:46:42.343Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47832026-08-11T20:47:10.513Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47842026-08-11T20:47:10.583Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47852026-08-11T20:47:10.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47862026-08-11T20:47:10.583Z
47872026-08-11T20:47:10.583Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/335)
47882026-08-11T20:47:10.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-08-11T20:47:10.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-08-11T20:47:10.583Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47912026-08-11T20:47:10.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
47922026-08-11T20:47:13.523Z
47932026-08-11T20:47:13.523Zinfo: running `cargo check --bins` on omicron-releng (314/335)
47942026-08-11T20:47:13.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-11T20:47:13.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-11T20:47:13.557Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47972026-08-11T20:47:13.557Z Compiling fs-err v2.11.0
47982026-08-11T20:47:13.557Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47992026-08-11T20:47:13.557Z Checking parse-size v1.1.0
48002026-08-11T20:47:13.557Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48012026-08-11T20:47:13.557Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48022026-08-11T20:47:13.558Z Checking shell-words v1.1.1
48032026-08-11T20:47:13.558Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48042026-08-11T20:47:13.559Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48052026-08-11T20:47:13.559Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48062026-08-11T20:47:13.559Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
48072026-08-11T20:47:13.559Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48082026-08-11T20:47:14.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
48092026-08-11T20:47:14.822Z
48102026-08-11T20:47:14.822Zinfo: running `cargo check --bins` on update-common (315/335)
48112026-08-11T20:47:16.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48122026-08-11T20:47:16.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48132026-08-11T20:47:16.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48142026-08-11T20:47:16.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48152026-08-11T20:47:16.756Z
48162026-08-11T20:47:16.756Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/335)
48172026-08-11T20:47:16.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48182026-08-11T20:47:16.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48192026-08-11T20:47:16.756Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48202026-08-11T20:47:16.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
48212026-08-11T20:47:16.756Z
48222026-08-11T20:47:16.756Zinfo: running `cargo check --bins` on schema (317/335)
48232026-08-11T20:47:17.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48242026-08-11T20:47:17.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48252026-08-11T20:47:17.232Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48262026-08-11T20:47:17.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48272026-08-11T20:47:18.129Z
48282026-08-11T20:47:18.129Zinfo: running `cargo check --bins` on xtask (318/335)
48292026-08-11T20:47:18.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48302026-08-11T20:47:18.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48312026-08-11T20:47:18.528Z Checking serde_core v1.0.228
48322026-08-11T20:47:18.528Z Checking libc v0.2.185
48332026-08-11T20:47:18.609Z Checking bitflags v2.11.0
48342026-08-11T20:47:18.617Z Checking scroll v0.12.0
48352026-08-11T20:47:18.620Z Checking thiserror v1.0.69
48362026-08-11T20:47:18.629Z Checking log v0.4.29
48372026-08-11T20:47:18.637Z Checking indexmap v2.14.0
48382026-08-11T20:47:18.644Z Checking zerocopy v0.7.35
48392026-08-11T20:47:18.710Z Checking syn v2.0.117
48402026-08-11T20:47:18.748Z Checking dtrace-parser v0.2.0
48412026-08-11T20:47:18.938Z Checking once_cell v1.21.3
48422026-08-11T20:47:18.945Z Checking goblin v0.8.2
48432026-08-11T20:47:18.945Z Checking errno v0.3.14
48442026-08-11T20:47:18.945Z Checking thread-id v4.2.2
48452026-08-11T20:47:18.975Z Checking getrandom v0.4.1
48462026-08-11T20:47:18.999Z Checking rustix v1.1.3
48472026-08-11T20:47:19.018Z Checking memmap v0.7.0
48482026-08-11T20:47:19.107Z Checking thiserror v2.0.18
48492026-08-11T20:47:19.140Z Checking fs-err v3.3.0
48502026-08-11T20:47:19.150Z Checking anyhow v1.0.102
48512026-08-11T20:47:19.161Z Checking tabled v0.15.0
48522026-08-11T20:47:19.781Z Checking terminal_size v0.4.3
48532026-08-11T20:47:19.781Z Checking tempfile v3.25.0
48542026-08-11T20:47:19.916Z Checking clap_builder v4.6.0
48552026-08-11T20:47:19.919Z Checking textwrap v0.16.2
48562026-08-11T20:47:20.057Z Checking serde v1.0.228
48572026-08-11T20:47:20.057Z Checking serde_json v1.0.151
48582026-08-11T20:47:20.060Z Checking camino v1.2.2
48592026-08-11T20:47:20.119Z Checking cargo-platform v0.3.2
48602026-08-11T20:47:20.253Z Checking semver v1.0.28
48612026-08-11T20:47:20.315Z Checking camino-tempfile v1.4.1
48622026-08-11T20:47:20.469Z Checking toml_datetime v0.6.11
48632026-08-11T20:47:20.470Z Checking serde_spanned v0.6.9
48642026-08-11T20:47:20.473Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48652026-08-11T20:47:20.473Z Checking macaddr v1.0.1
48662026-08-11T20:47:20.644Z Checking toml_edit v0.22.27
48672026-08-11T20:47:20.655Z Checking cargo_metadata v0.23.1
48682026-08-11T20:47:20.665Z Checking dof v0.3.0
48692026-08-11T20:47:20.917Z Checking usdt-impl v0.5.0
48702026-08-11T20:47:21.087Z Checking clap v4.6.1
48712026-08-11T20:47:21.173Z Checking usdt v0.5.0
48722026-08-11T20:47:21.608Z Checking toml v0.8.23
48732026-08-11T20:47:21.865Z Checking cargo_toml v0.21.0
48742026-08-11T20:47:22.511Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48752026-08-11T20:47:22.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
48762026-08-11T20:47:23.003Z
48772026-08-11T20:47:23.003Zinfo: running `cargo check --bins` on dnsadm (319/335)
48782026-08-11T20:47:23.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48792026-08-11T20:47:23.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48802026-08-11T20:47:23.719Z Checking arc-swap v1.8.2
48812026-08-11T20:47:26.693Z Checking slog-scope v4.4.1
48822026-08-11T20:47:26.731Z Checking slog-stdlog v4.1.1
48832026-08-11T20:47:26.731Z Checking slog-envlogger v2.2.0
48842026-08-11T20:47:26.731Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48852026-08-11T20:47:26.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48862026-08-11T20:47:26.731Z
48872026-08-11T20:47:26.731Zinfo: running `cargo check --bins` on end-to-end-tests (320/335)
48882026-08-11T20:47:26.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48892026-08-11T20:47:26.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48902026-08-11T20:47:26.731Z Checking cpubits v0.1.1
48912026-08-11T20:47:26.731Z Checking pem-rfc7468 v1.0.0
48922026-08-11T20:47:26.731Z Checking hmac v0.13.0
48932026-08-11T20:47:26.731Z Checking universal-hash v0.6.1
48942026-08-11T20:47:26.731Z Checking ctr v0.10.1
48952026-08-11T20:47:26.731Z Checking aead v0.6.1
48962026-08-11T20:47:26.731Z Checking aes v0.9.1
48972026-08-11T20:47:26.731Z Checking crypto-bigint v0.7.5
48982026-08-11T20:47:26.731Z Checking salsa20 v0.11.0
48992026-08-11T20:47:26.731Z Checking polyval v0.7.1
49002026-08-11T20:47:26.731Z Checking der v0.8.0
49012026-08-11T20:47:26.731Z Checking pbkdf2 v0.13.0
49022026-08-11T20:47:26.731Z Checking cbc v0.2.1
49032026-08-11T20:47:26.731Z Checking ff v0.14.0
49042026-08-11T20:47:26.731Z Checking signature v3.0.0
49052026-08-11T20:47:26.731Z Checking scrypt v0.12.0
49062026-08-11T20:47:26.731Z Checking ghash v0.6.0
49072026-08-11T20:47:26.731Z Checking base16ct v1.0.0
49082026-08-11T20:47:26.732Z Checking group v0.14.0
49092026-08-11T20:47:26.732Z Checking hkdf v0.13.0
49102026-08-11T20:47:26.732Z Compiling curve25519-dalek v5.0.0
49112026-08-11T20:47:26.732Z Checking aes-gcm v0.11.0
49122026-08-11T20:47:26.732Z Checking keccak v0.2.0
49132026-08-11T20:47:26.732Z Checking poly1305 v0.9.0
49142026-08-11T20:47:26.732Z Checking wnaf v0.14.0
49152026-08-11T20:47:26.732Z Checking blowfish v0.10.0
49162026-08-11T20:47:26.732Z Checking blake2 v0.11.0-rc.6
49172026-08-11T20:47:26.732Z Checking sha3 v0.11.0
49182026-08-11T20:47:26.732Z Checking bcrypt-pbkdf v0.11.0
49192026-08-11T20:47:26.732Z Checking kem v0.3.0
49202026-08-11T20:47:26.732Z Checking module-lattice v0.2.3
49212026-08-11T20:47:26.732Z Checking sponge-cursor v0.1.0
49222026-08-11T20:47:26.732Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49232026-08-11T20:47:26.732Z Checking argon2 v0.6.0-rc.8
49242026-08-11T20:47:26.732Z Checking spki v0.8.0
49252026-08-11T20:47:26.767Z Checking sec1 v0.8.1
49262026-08-11T20:47:26.767Z Checking sha3 v0.12.0
49272026-08-11T20:47:26.767Z Checking ml-kem v0.3.2
49282026-08-11T20:47:29.370Z Checking internal-russh-num-bigint v0.5.0
49292026-08-11T20:47:29.447Z Checking pkcs5 v0.8.1
49302026-08-11T20:47:29.447Z Checking pkcs1 v0.8.0-rc.4
49312026-08-11T20:47:29.447Z Checking num-bigint v0.4.6
49322026-08-11T20:47:29.447Z Checking generic-array v1.4.3
49332026-08-11T20:47:29.447Z Compiling enum_dispatch v0.3.13
49342026-08-11T20:47:29.447Z Checking pkcs8 v0.11.0
49352026-08-11T20:47:29.447Z Checking russh-util v0.52.0
49362026-08-11T20:47:29.447Z Checking ed25519 v3.0.0
49372026-08-11T20:47:29.447Z Compiling delegate v0.13.5
49382026-08-11T20:47:29.447Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49392026-08-11T20:47:29.447Z Checking md5 v0.8.0
49402026-08-11T20:47:29.447Z Checking ed25519-dalek v3.0.0
49412026-08-11T20:47:29.447Z Checking hex-literal v1.1.0
49422026-08-11T20:47:29.447Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49432026-08-11T20:47:29.447Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49442026-08-11T20:47:29.447Z Checking socket2 v0.5.10
49452026-08-11T20:47:29.447Z Checking internet-checksum v0.2.1
49462026-08-11T20:47:29.447Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49472026-08-11T20:47:29.448Z Checking elliptic-curve v0.14.1
49482026-08-11T20:47:29.448Z Checking primefield v0.14.0
49492026-08-11T20:47:29.448Z Checking rfc6979 v0.6.0
49502026-08-11T20:47:29.448Z Checking ssh-encoding v0.3.0
49512026-08-11T20:47:29.448Z Checking crypto-primes v0.7.2
49522026-08-11T20:47:29.448Z Checking ssh-cipher v0.3.0
49532026-08-11T20:47:29.448Z Checking russh-cryptovec v0.62.0
49542026-08-11T20:47:29.448Z Checking primeorder v0.14.0
49552026-08-11T20:47:29.448Z Checking ecdsa v0.17.0
49562026-08-11T20:47:29.448Z Checking p256 v0.14.0
49572026-08-11T20:47:29.448Z Checking p521 v0.14.0
49582026-08-11T20:47:29.448Z Checking p384 v0.14.0
49592026-08-11T20:47:29.448Z Checking rsa v0.10.0-rc.18
49602026-08-11T20:47:31.637Z Checking ssh-key v0.7.0-rc.11
49612026-08-11T20:47:32.380Z Checking russh v0.62.4
49622026-08-11T20:47:45.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s
49632026-08-11T20:47:45.755Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49642026-08-11T20:47:45.755Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49652026-08-11T20:47:45.956Z
49662026-08-11T20:47:45.956Zinfo: running `cargo check --bins` on gateway-cli (321/335)
49672026-08-11T20:47:46.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49682026-08-11T20:47:46.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49692026-08-11T20:47:46.584Z Checking termios v0.3.3
49702026-08-11T20:47:46.778Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49712026-08-11T20:47:47.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
49722026-08-11T20:47:47.563Z
49732026-08-11T20:47:47.563Zinfo: running `cargo check --bins --no-default-features` on installinator (322/335)
49742026-08-11T20:47:48.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-11T20:47:48.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-11T20:47:48.232Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49772026-08-11T20:47:48.929Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49782026-08-11T20:47:50.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
49792026-08-11T20:47:50.708Z
49802026-08-11T20:47:50.708Zinfo: running `cargo check --bins` on internal-dns-cli (323/335)
49812026-08-11T20:47:51.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49822026-08-11T20:47:51.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49832026-08-11T20:47:51.329Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49842026-08-11T20:47:51.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
49852026-08-11T20:47:51.943Z
49862026-08-11T20:47:51.943Zinfo: running `cargo check --bins` on omicron-live-tests (324/335)
49872026-08-11T20:47:52.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49882026-08-11T20:47:52.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49892026-08-11T20:47:52.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49902026-08-11T20:47:52.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49912026-08-11T20:47:52.498Z
49922026-08-11T20:47:52.498Zinfo: running `cargo check --bins` on live-tests-macros (325/335)
49932026-08-11T20:47:52.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49942026-08-11T20:47:52.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49952026-08-11T20:47:52.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49962026-08-11T20:47:52.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49972026-08-11T20:47:53.053Z
49982026-08-11T20:47:53.053Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335)
49992026-08-11T20:47:53.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50002026-08-11T20:47:53.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50012026-08-11T20:47:53.787Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50022026-08-11T20:47:54.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
50032026-08-11T20:47:54.566Z
50042026-08-11T20:47:54.566Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/335)
50052026-08-11T20:47:55.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50062026-08-11T20:47:55.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50072026-08-11T20:47:55.204Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50082026-08-11T20:47:55.204Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50092026-08-11T20:47:56.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
50102026-08-11T20:47:56.290Z
50112026-08-11T20:47:56.291Zinfo: running `cargo check --bins` on ntp-admin-types (328/335)
50122026-08-11T20:47:56.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-11T20:47:56.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-11T20:47:56.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-11T20:47:56.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50162026-08-11T20:47:56.839Z
50172026-08-11T20:47:56.839Zinfo: running `cargo check --bins` on omicron-package (329/335)
50182026-08-11T20:47:57.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-11T20:47:57.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-11T20:47:57.510Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50212026-08-11T20:47:58.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
50222026-08-11T20:47:58.777Z
50232026-08-11T20:47:58.777Zinfo: running `cargo check --bins` on tqdb (330/335)
50242026-08-11T20:47:59.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50252026-08-11T20:47:59.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50262026-08-11T20:47:59.538Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50272026-08-11T20:47:59.892Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50282026-08-11T20:48:00.410Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50292026-08-11T20:48:00.410Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50302026-08-11T20:48:06.583Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50312026-08-11T20:48:06.583Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50322026-08-11T20:48:06.586Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50332026-08-11T20:48:07.206Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50342026-08-11T20:48:07.207Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50352026-08-11T20:48:07.243Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50362026-08-11T20:48:07.976Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50372026-08-11T20:48:08.430Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50382026-08-11T20:48:08.664Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50392026-08-11T20:48:09.073Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50402026-08-11T20:48:09.916Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50412026-08-11T20:48:10.562Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50422026-08-11T20:48:15.289Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50432026-08-11T20:48:22.362Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50442026-08-11T20:48:22.365Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50452026-08-11T20:48:22.365Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50462026-08-11T20:48:22.365Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50472026-08-11T20:48:23.890Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50482026-08-11T20:48:25.186Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50492026-08-11T20:48:25.866Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50502026-08-11T20:48:27.145Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50512026-08-11T20:48:27.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.91s
50522026-08-11T20:48:27.898Z
50532026-08-11T20:48:27.898Zinfo: running `cargo check --bins` on wicket-dbg (331/335)
50542026-08-11T20:48:28.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50552026-08-11T20:48:28.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50562026-08-11T20:48:28.594Z Checking rtoolbox v0.0.3
50572026-08-11T20:48:28.597Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50582026-08-11T20:48:28.716Z Checking tui-tree-widget v0.23.1
50592026-08-11T20:48:28.722Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50602026-08-11T20:48:28.812Z Checking rpassword v7.5.4
50612026-08-11T20:48:31.753Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50622026-08-11T20:48:33.591Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50632026-08-11T20:48:34.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
50642026-08-11T20:48:34.519Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50652026-08-11T20:48:34.519Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50662026-08-11T20:48:34.702Z
50672026-08-11T20:48:34.702Zinfo: running `cargo check --bins` on wicket (332/335)
50682026-08-11T20:48:35.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50692026-08-11T20:48:35.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50702026-08-11T20:48:35.382Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50712026-08-11T20:48:35.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
50722026-08-11T20:48:35.752Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50732026-08-11T20:48:35.752Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50742026-08-11T20:48:35.935Z
50752026-08-11T20:48:35.935Zinfo: running `cargo check --bins` on wicketd (333/335)
50762026-08-11T20:48:36.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50772026-08-11T20:48:36.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50782026-08-11T20:48:36.623Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50792026-08-11T20:48:40.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
50802026-08-11T20:48:40.292Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50812026-08-11T20:48:40.292Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50822026-08-11T20:48:40.472Z
50832026-08-11T20:48:40.473Zinfo: running `cargo check --bins` on omicron-workspace-hack (334/335)
50842026-08-11T20:48:40.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50852026-08-11T20:48:40.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50862026-08-11T20:48:40.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50872026-08-11T20:48:40.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50882026-08-11T20:48:41.025Z
50892026-08-11T20:48:41.025Zinfo: running `cargo check --bins` on zone-setup (335/335)
50902026-08-11T20:48:41.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50912026-08-11T20:48:41.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50922026-08-11T20:48:41.682Z Checking uzers v0.12.2
50932026-08-11T20:48:41.949Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50942026-08-11T20:48:42.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
50952026-08-11T20:48:42.924Z
50962026-08-11T20:48:42.924Zreal 14:00.552859992
50972026-08-11T20:48:42.924Zuser 21:06.297550417
50982026-08-11T20:48:42.924Zsys 4:16.574190017
50992026-08-11T20:48:42.924Ztrap 0.329908112
51002026-08-11T20:48:42.924Ztflt 0.551553552
51012026-08-11T20:48:42.924Zdflt 0.903212671
51022026-08-11T20:48:42.924Zkflt 0.005361562
51032026-08-11T20:48:42.924Zlock 1:28:36.052560650
51042026-08-11T20:48:42.924Zslp 1:40:12.010369636
51052026-08-11T20:48:42.924Zlat 59.473996969
51062026-08-11T20:48:42.924Zstop 4:04.506348777
51072026-08-11T20:48:42.927Zprocess exited: duration 1007663 ms, exit code 0
 
51082026-08-11T20:48:42.934Zfound 0 output files