01KY4AR98RSEK8KT4Q2SXYSEHB: 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: 01KY4ARMB9T7VSPZ40TZXXY7M8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T07:14:33.246Zjob assigned to worker 01KY4ARYV2J22XJARWRVPH14J5 [factory aws, i-0b0d37b5760e2351a] (queued for 50 s)
 
22026-07-22T07:14:40.170Zstarting task 0: "setup"
32026-07-22T07:14:40.173Z++ uname -s
42026-07-22T07:14:40.176Z+ kern=SunOS
52026-07-22T07:14:40.177Z+ build_user=build
62026-07-22T07:14:40.177Z+ build_uid=12345
72026-07-22T07:14:40.177Z+ work_dir=/work
82026-07-22T07:14:40.177Z+ input_dir=/input
92026-07-22T07:14:40.177Z+ [[ 0 == 12345 ]]
102026-07-22T07:14:40.177Z+ case "$kern" in
112026-07-22T07:14:40.177Z+ groupadd -g 12345 build
122026-07-22T07:14:40.180Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T07:14:42.183Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T07:14:42.242Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T07:14:42.245Z+ home_fs=zfs
162026-07-22T07:14:42.245Z+ [[ zfs == autofs ]]
172026-07-22T07:14:42.245Z+ mkdir -p /home/build
182026-07-22T07:14:42.245Z+ chown build:build /home/build /work
192026-07-22T07:14:44.246Z+ chmod 0700 /home/build /work
202026-07-22T07:14:44.250Zprocess exited: duration 4079 ms, exit code 0
 
212026-07-22T07:14:44.257Zstarting task 1: "rust-toolchain"
222026-07-22T07:14:44.260Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T07:14:44.261Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-22T07:14:44.261Z * rust toolchain channel = "1.96.1"
252026-07-22T07:14:44.261Z * rust toolchain profile = "default"
262026-07-22T07:14:44.261Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T07:14:44.261Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T07:14:44.264Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T07:14:44.264Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T07:14:44.365Zinfo: downloading installer
312026-07-22T07:14:45.779Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T07:14:45.779Zwarn: /home/build/.rustup/settings.toml
332026-07-22T07:14:45.779Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T07:14:45.779Zwarn: instead of the one inferred from the default host triple.
352026-07-22T07:14:45.792Zinfo: profile set to default
362026-07-22T07:14:45.792Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T07:14:45.795Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T07:14:45.933Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T07:14:45.937Zinfo: downloading 6 components
402026-07-22T07:15:00.446Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T07:15:00.447Z
422026-07-22T07:15:00.479Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T07:15:00.479Z
442026-07-22T07:15:00.479Z
452026-07-22T07:15:00.479ZRust is installed now. Great!
462026-07-22T07:15:00.479Z
472026-07-22T07:15:00.482ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T07:15:00.482Zenvironment variable. This has not been done automatically.
492026-07-22T07:15:00.482Z
502026-07-22T07:15:00.482ZTo configure your current shell, you need to source
512026-07-22T07:15:00.482Zthe corresponding env file under $HOME/.cargo.
522026-07-22T07:15:00.482Z
532026-07-22T07:15:00.482ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T07:15:00.482Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T07:15:00.483Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T07:15:00.483Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T07:15:00.483Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T07:15:00.483Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T07:15:00.483Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T07:15:00.483Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T07:15:00.483Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T07:15:00.577Z+ rustup --version
632026-07-22T07:15:00.586Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T07:15:00.589Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T07:15:00.608Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T07:15:00.611Z+ cargo --version
672026-07-22T07:15:00.625Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T07:15:00.629Z+ rustc --version
692026-07-22T07:15:00.648Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T07:15:00.652Zprocess exited: duration 16393 ms, exit code 0
 
712026-07-22T07:15:00.658Zstarting task 2: "authentication"
722026-07-22T07:15:00.676Zprocess exited: duration 17 ms, exit code 0
 
732026-07-22T07:15:00.682Zstarting task 3: "clone repository"
742026-07-22T07:15:00.686Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T07:15:00.689Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T07:15:00.723ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T07:15:10.971Z+ cd /work/oxidecomputer/omicron
782026-07-22T07:15:10.971Z+ git fetch origin 69761b5e8a1b4e591987c621ff9d67d17695f0c0
792026-07-22T07:15:11.267ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T07:15:11.267Z * branch 69761b5e8a1b4e591987c621ff9d67d17695f0c0 -> FETCH_HEAD
812026-07-22T07:15:11.277Z+ [[ -n multicast-e2e ]]
822026-07-22T07:15:11.280Z++ git branch --show-current
832026-07-22T07:15:11.280Z+ current=main
842026-07-22T07:15:11.280Z+ [[ main != multicast-e2e ]]
852026-07-22T07:15:11.280Z+ git branch -f multicast-e2e 69761b5e8a1b4e591987c621ff9d67d17695f0c0
862026-07-22T07:15:11.283Z+ git checkout -f multicast-e2e
872026-07-22T07:15:11.458ZSwitched to branch 'multicast-e2e'
882026-07-22T07:15:11.462Z+ git reset --hard 69761b5e8a1b4e591987c621ff9d67d17695f0c0
892026-07-22T07:15:11.636ZHEAD is now at 69761b5e8 [merge+deps] merge main, update propolis
902026-07-22T07:15:11.639Zprocess exited: duration 10954 ms, exit code 0
 
912026-07-22T07:15:11.646Zstarting task 4: "build"
922026-07-22T07:15:11.650Z+ source .github/buildomat/ci-env.sh
932026-07-22T07:15:11.650Z++ export CARGO_TERM_COLOR=always
942026-07-22T07:15:11.650Z++ CARGO_TERM_COLOR=always
952026-07-22T07:15:11.653Z+++ uname -s
962026-07-22T07:15:11.653Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-22T07:15:11.653Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-22T07:15:11.656Z+ cargo --version
992026-07-22T07:15:11.663Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-22T07:15:11.666Z+ rustc --version
1012026-07-22T07:15:11.686Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-22T07:15:11.689Z+ source ./env.sh
1032026-07-22T07:15:11.690Z++ OLD_SHELL_OPTS=ehxB
1042026-07-22T07:15:11.690Z++ set -o xtrace
1052026-07-22T07:15:11.694Z++++ dirname ./env.sh
1062026-07-22T07:15:11.694Z+++ readlink -f .
1072026-07-22T07:15:11.697Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-22T07:15:11.697Z++ 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-07-22T07:15:11.697Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-22T07:15:11.697Z++ 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-07-22T07:15:11.697Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-22T07:15:11.697Z++ 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-07-22T07:15:11.697Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-22T07:15:11.697Z++ 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-07-22T07:15:11.697Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-22T07:15:11.697Z++ 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-07-22T07:15:11.697Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-22T07:15:11.697Z++ case $OLD_SHELL_OPTS in
1192026-07-22T07:15:11.697Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-22T07:15:11.697Z+ 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-07-22T07:15:11.697Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-22T07:15:11.697Z+ banner prerequisites
1232026-07-22T07:15:11.697Z
1242026-07-22T07:15:11.697Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-22T07:15:11.697Z # # # # # # # # # # # # # # #
1262026-07-22T07:15:11.697Z # # # # ##### # # ##### # # # # # #### #
1272026-07-22T07:15:11.697Z ##### ##### # ##### # # # # # # # # #
1282026-07-22T07:15:11.698Z # # # # # # # # # # # # # # #
1292026-07-22T07:15:11.698Z # # # ###### # # ###### ### # #### # #### #
1302026-07-22T07:15:11.698Z
1312026-07-22T07:15:11.698Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-22T07:15:13.340Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-22T07:15:13.532Z Startup: Caching catalogs ... Done
1342026-07-22T07:15:14.475ZPlanning: Solver setup ... Done (0.873s)
1352026-07-22T07:15:14.517ZPlanning: Running solver ... Done (0.040s)
1362026-07-22T07:15:14.537ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-22T07:15:14.549ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-22T07:15:14.564ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-22T07:15:14.579ZPlanning: Package planning ... Done (0.014s)
1402026-07-22T07:15:14.582ZPlanning: Merging actions ... Done (0.002s)
1412026-07-22T07:15:14.784ZPlanning: Checking for conflicting actions ... Done (0.205s)
1422026-07-22T07:15:14.787ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-22T07:15:15.569ZPlanning: Evaluating mediators ... Done (0.784s)
1442026-07-22T07:15:15.573ZPlanning: Planning completed in 2.01 seconds
1452026-07-22T07:15:15.578Z Packages to install: 2
1462026-07-22T07:15:15.578Z Estimated space available: 156.06 GB
1472026-07-22T07:15:15.581ZEstimated space to be consumed: 46.64 MB
1482026-07-22T07:15:15.581Z Create boot environment: No
1492026-07-22T07:15:15.581ZCreate backup boot environment: No
1502026-07-22T07:15:15.581Z Rebuild boot archive: No
1512026-07-22T07:15:15.581Z
1522026-07-22T07:15:15.581ZChanged packages:
1532026-07-22T07:15:15.581Zhelios
1542026-07-22T07:15:15.582Z developer/build-essential
1552026-07-22T07:15:15.582Z None -> 11-3.0
1562026-07-22T07:15:15.582Z library/libxmlsec1
1572026-07-22T07:15:15.582Z None -> 1.2.35-3.0
1582026-07-22T07:15:15.603Z
1592026-07-22T07:15:15.603ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-22T07:15:15.674ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1612026-07-22T07:15:15.764Z Actions: 1/268 actions (Installing new actions)
1622026-07-22T07:15:15.804Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-22T07:15:15.823ZFinalize: Updating package state database ... Done (0.019s)
1642026-07-22T07:15:15.827ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-22T07:15:15.873ZFinalize: Updating image state ... Done (0.050s)
1662026-07-22T07:15:18.312ZFinalize: Creating fast lookup database ... Done (2.400s)
1672026-07-22T07:15:18.380ZFinalize: Reading search index ... Done (0.013s)
1682026-07-22T07:15:18.383ZFinalize: Updating search index ... Done (0.000s)
1692026-07-22T07:15:18.486ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-22T07:15:18.829ZPlanning: Evaluating mediator changes ... Done
1712026-07-22T07:15:18.935ZPlanning: Checking for conflicting actions ... Done
1722026-07-22T07:15:18.938ZPlanning: Consolidating action changes ... Done
1732026-07-22T07:15:19.095ZPlanning: Evaluating mediators ... Done
1742026-07-22T07:15:19.098ZPlanning: Planning completed in 0.27 seconds
1752026-07-22T07:15:19.118Z Mediators to change: 2
1762026-07-22T07:15:19.118Z Create boot environment: No
1772026-07-22T07:15:19.118ZCreate backup boot environment: No
1782026-07-22T07:15:19.165ZFinalize: Updating package state database ... Done
1792026-07-22T07:15:19.165ZFinalize: Updating package cache ... Done
1802026-07-22T07:15:19.193ZFinalize: Updating image state ... Done
1812026-07-22T07:15:21.184ZFinalize: Creating fast lookup database ... Done
1822026-07-22T07:15:21.250ZFinalize: Reading search index ... Done
1832026-07-22T07:15:21.254ZFinalize: Updating search index ... Done
1842026-07-22T07:15:21.324ZFinalize: Updating package cache ... Done
1852026-07-22T07:15:21.621ZPlanning: Evaluating mediator changes ... Done
1862026-07-22T07:15:21.728ZPlanning: Checking for conflicting actions ... Done
1872026-07-22T07:15:21.732ZPlanning: Consolidating action changes ... Done
1882026-07-22T07:15:21.888ZPlanning: Evaluating mediators ... Done
1892026-07-22T07:15:21.892ZPlanning: Planning completed in 0.27 seconds
1902026-07-22T07:15:21.911Z Mediators to change: 1
1912026-07-22T07:15:21.911Z Create boot environment: No
1922026-07-22T07:15:21.911ZCreate backup boot environment: No
1932026-07-22T07:15:21.963ZFinalize: Updating package state database ... Done
1942026-07-22T07:15:21.963ZFinalize: Updating package cache ... Done
1952026-07-22T07:15:21.988ZFinalize: Updating image state ... Done
1962026-07-22T07:15:23.966ZFinalize: Creating fast lookup database ... Done
1972026-07-22T07:15:24.030ZFinalize: Reading search index ... Done
1982026-07-22T07:15:24.033ZFinalize: Updating search index ... Done
1992026-07-22T07:15:24.102ZFinalize: Updating package cache ... Done
2002026-07-22T07:15:24.417ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-22T07:15:24.417Zapache system 2.4 system
2022026-07-22T07:15:24.417Zclang system 15 system
2032026-07-22T07:15:24.417Zcsh system system illumos
2042026-07-22T07:15:24.417Zctags system system illumos
2052026-07-22T07:15:24.417Zfile vendor vendor darwinsys
2062026-07-22T07:15:24.417Zfile system system illumos
2072026-07-22T07:15:24.417Zgcc vendor 14 vendor
2082026-07-22T07:15:24.417Zgcc system 13 system
2092026-07-22T07:15:24.417Zgcc system 10 system
2102026-07-22T07:15:24.417Zgo system 1.25 system
2112026-07-22T07:15:24.417Zllvm system 15 system
2122026-07-22T07:15:24.417Zmariadb system 11.4 system
2132026-07-22T07:15:24.418Zmta vendor vendor dma
2142026-07-22T07:15:24.418Zopenjdk system 17 system
2152026-07-22T07:15:24.418Zopenjdk system 11 system
2162026-07-22T07:15:24.418Zopenssl vendor 3 vendor
2172026-07-22T07:15:24.418Zperl system 5.40 system
2182026-07-22T07:15:24.418Zpostgresql system 18 system
2192026-07-22T07:15:24.418Zpostgresql system 17 system
2202026-07-22T07:15:24.418Zpython vendor 3 vendor
2212026-07-22T07:15:24.418Zpython system 2 system
2222026-07-22T07:15:24.418Zpython3 vendor 3.13 vendor
2232026-07-22T07:15:24.418Zruby system 3.4 system
2242026-07-22T07:15:24.418Zruby system 3.0 system
2252026-07-22T07:15:24.418Zwords vendor vendor american-english
2262026-07-22T07:15:24.418Zwords system system australian-english
2272026-07-22T07:15:24.418Zwords system system british-english
2282026-07-22T07:15:24.418Zwords system system canadian-english
2292026-07-22T07:15:24.418Zwords system system french
2302026-07-22T07:15:24.418Zwords system system italian
2312026-07-22T07:15:24.418Zwords system system ngerman
2322026-07-22T07:15:24.418Zwords system system ogerman
2332026-07-22T07:15:24.418Zwords system system spanish
2342026-07-22T07:15:24.674ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-22T07:15:24.674Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-22T07:15:25.044ZFMRI IFO
2372026-07-22T07:15:25.044Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-22T07:15:25.044Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-22T07:15:25.044Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-22T07:15:25.044Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-22T07:15:25.044Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-22T07:15:25.044Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-22T07:15:25.044Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-22T07:15:25.044Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-22T07:15:25.045Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-22T07:15:25.340Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-22T07:15:25.622Z Updating crates.io index
2482026-07-22T07:15:25.626Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-22T07:15:25.841Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-22T07:15:26.134Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-22T07:15:27.012Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-22T07:15:27.521Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-22T07:15:29.065Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-22T07:15:29.810Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-22T07:15:30.071Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-22T07:15:30.356Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-22T07:15:31.526Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-22T07:15:31.789Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-22T07:15:32.094Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-22T07:15:32.319Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-22T07:15:32.775Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-22T07:15:33.233Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-22T07:15:33.474Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-22T07:15:33.717Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-22T07:15:33.986Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-22T07:15:34.292Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-22T07:15:34.508Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-22T07:15:34.712Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-22T07:15:34.925Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-22T07:15:35.322Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-22T07:15:35.672Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-22T07:15:35.923Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-22T07:15:36.291Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-22T07:15:36.546Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-22T07:15:36.928Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-22T07:15:37.409Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-22T07:15:37.640Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-22T07:15:37.870Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-22T07:15:38.172Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-22T07:15:38.531Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-22T07:15:38.944Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-22T07:15:39.228Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-22T07:15:39.462Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-22T07:15:39.708Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-22T07:15:40.020Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-22T07:15:40.265Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-22T07:15:40.513Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-22T07:15:40.776Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-22T07:15:43.748Z Downloading crates ...
2902026-07-22T07:15:43.801Z Downloaded anyhow v1.0.102
2912026-07-22T07:15:43.804Z Downloaded fnv v1.0.7
2922026-07-22T07:15:43.807Z Downloaded colorchoice v1.0.4
2932026-07-22T07:15:43.807Z Downloaded bitflags v2.11.0
2942026-07-22T07:15:43.810Z Downloaded unicode-linebreak v0.1.5
2952026-07-22T07:15:43.810Z Downloaded swrite v0.1.0
2962026-07-22T07:15:43.810Z Downloaded usdt-impl v0.5.0
2972026-07-22T07:15:43.814Z Downloaded terminal_size v0.4.3
2982026-07-22T07:15:43.814Z Downloaded itoa v1.0.17
2992026-07-22T07:15:43.817Z Downloaded anstyle-query v1.1.5
3002026-07-22T07:15:43.821Z Downloaded anstyle v1.0.14
3012026-07-22T07:15:43.824Z Downloaded memmap v0.7.0
3022026-07-22T07:15:43.824Z Downloaded block-buffer v0.10.4
3032026-07-22T07:15:43.827Z Downloaded camino v1.2.2
3042026-07-22T07:15:43.830Z Downloaded zerocopy v0.7.35
3052026-07-22T07:15:43.839Z Downloaded heck v0.4.1
3062026-07-22T07:15:43.842Z Downloaded zmij v1.0.21
3072026-07-22T07:15:43.842Z Downloaded zerocopy-derive v0.7.35
3082026-07-22T07:15:43.842Z Downloaded macaddr v1.0.1
3092026-07-22T07:15:43.842Z Downloaded fastrand v2.3.0
3102026-07-22T07:15:43.845Z Downloaded equivalent v1.0.2
3112026-07-22T07:15:43.849Z Downloaded hashbrown v0.17.0
3122026-07-22T07:15:43.856Z Downloaded crypto-common v0.1.7
3132026-07-22T07:15:43.862Z Downloaded pest_derive v2.8.6
3142026-07-22T07:15:43.866Z Downloaded heck v0.5.0
3152026-07-22T07:15:43.869Z Downloaded dof v0.3.0
3162026-07-22T07:15:43.872Z Downloaded usdt-macro v0.5.0
3172026-07-22T07:15:43.880Z Downloaded generic-array v0.14.7
3182026-07-22T07:15:43.887Z Downloaded cpufeatures v0.2.17
3192026-07-22T07:15:43.890Z Downloaded proc-macro-error-attr v1.0.4
3202026-07-22T07:15:43.894Z Downloaded version_check v0.9.5
3212026-07-22T07:15:43.897Z Downloaded tabled_derive v0.7.0
3222026-07-22T07:15:43.900Z Downloaded cargo-platform v0.3.2
3232026-07-22T07:15:43.904Z Downloaded plain v0.2.3
3242026-07-22T07:15:43.904Z Downloaded once_cell v1.21.3
3252026-07-22T07:15:43.904Z Downloaded log v0.4.29
3262026-07-22T07:15:43.907Z Downloaded clap v4.6.1
3272026-07-22T07:15:43.910Z Downloaded cargo_metadata v0.23.1
3282026-07-22T07:15:43.910Z Downloaded clap_derive v4.6.1
3292026-07-22T07:15:43.916Z Downloaded toml_write v0.1.2
3302026-07-22T07:15:43.919Z Downloaded serde_spanned v0.6.9
3312026-07-22T07:15:43.923Z Downloaded thread-id v4.2.2
3322026-07-22T07:15:43.926Z Downloaded smawk v0.3.2
3332026-07-22T07:15:43.926Z Downloaded cfg-if v1.0.4
3342026-07-22T07:15:43.926Z Downloaded anstream v1.0.0
3352026-07-22T07:15:43.929Z Downloaded sha2 v0.10.9
3362026-07-22T07:15:43.929Z Downloaded anstyle-parse v1.0.0
3372026-07-22T07:15:43.930Z Downloaded cargo_toml v0.21.0
3382026-07-22T07:15:43.933Z Downloaded pretty-hex v0.4.1
3392026-07-22T07:15:43.936Z Downloaded toml_datetime v0.6.11
3402026-07-22T07:15:43.936Z Downloaded dtrace-parser v0.2.0
3412026-07-22T07:15:43.940Z Downloaded usdt-attr-macro v0.5.0
3422026-07-22T07:15:43.944Z Downloaded usdt v0.5.0
3432026-07-22T07:15:43.944Z Downloaded papergrid v0.11.0
3442026-07-22T07:15:43.947Z Downloaded is_terminal_polyfill v1.70.2
3452026-07-22T07:15:43.947Z Downloaded strsim v0.11.1
3462026-07-22T07:15:43.947Z Downloaded scroll_derive v0.12.1
3472026-07-22T07:15:43.950Z Downloaded thiserror-impl v1.0.69
3482026-07-22T07:15:43.950Z Downloaded fs-err v3.3.0
3492026-07-22T07:15:43.950Z Downloaded errno v0.3.14
3502026-07-22T07:15:43.953Z Downloaded bytecount v0.6.9
3512026-07-22T07:15:43.953Z Downloaded serde_tokenstream v0.2.3
3522026-07-22T07:15:43.954Z Downloaded scroll v0.12.0
3532026-07-22T07:15:43.954Z Downloaded digest v0.10.7
3542026-07-22T07:15:43.957Z Downloaded byteorder v1.5.0
3552026-07-22T07:15:43.963Z Downloaded clap_lex v1.0.0
3562026-07-22T07:15:43.966Z Downloaded thiserror-impl v2.0.18
3572026-07-22T07:15:43.970Z Downloaded thiserror v2.0.18
3582026-07-22T07:15:43.973Z Downloaded utf8parse v0.2.2
3592026-07-22T07:15:43.973Z Downloaded thiserror v1.0.69
3602026-07-22T07:15:43.977Z Downloaded getrandom v0.4.1
3612026-07-22T07:15:43.980Z Downloaded proc-macro-error v1.0.4
3622026-07-22T07:15:43.983Z Downloaded toml v0.8.23
3632026-07-22T07:15:43.983Z Downloaded tempfile v3.25.0
3642026-07-22T07:15:43.986Z Downloaded quote v1.0.45
3652026-07-22T07:15:43.986Z Downloaded autocfg v1.5.0
3662026-07-22T07:15:43.991Z Downloaded pest_meta v2.8.6
3672026-07-22T07:15:43.995Z Downloaded ucd-trie v0.1.7
3682026-07-22T07:15:43.998Z Downloaded semver v1.0.28
3692026-07-22T07:15:43.998Z Downloaded pest_generator v2.8.6
3702026-07-22T07:15:44.003Z Downloaded camino-tempfile v1.4.1
3712026-07-22T07:15:44.013Z Downloaded serde_core v1.0.228
3722026-07-22T07:15:44.020Z Downloaded unicode-ident v1.0.24
3732026-07-22T07:15:44.023Z Downloaded textwrap v0.16.2
3742026-07-22T07:15:44.026Z Downloaded proc-macro2 v1.0.106
3752026-07-22T07:15:44.030Z Downloaded toml_edit v0.22.27
3762026-07-22T07:15:44.033Z Downloaded serde_derive v1.0.228
3772026-07-22T07:15:44.036Z Downloaded clap_builder v4.6.0
3782026-07-22T07:15:44.039Z Downloaded serde v1.0.228
3792026-07-22T07:15:44.058Z Downloaded memchr v2.8.0
3802026-07-22T07:15:44.073Z Downloaded indexmap v2.14.0
3812026-07-22T07:15:44.077Z Downloaded typenum v1.20.1
3822026-07-22T07:15:44.080Z Downloaded pest v2.8.6
3832026-07-22T07:15:44.113Z Downloaded serde_json v1.0.150
3842026-07-22T07:15:44.121Z Downloaded goblin v0.8.2
3852026-07-22T07:15:44.125Z Downloaded winnow v0.7.14
3862026-07-22T07:15:44.131Z Downloaded tabled v0.15.0
3872026-07-22T07:15:44.150Z Downloaded syn v1.0.109
3882026-07-22T07:15:44.159Z Downloaded unicode-width v0.2.0
3892026-07-22T07:15:44.162Z Downloaded unicode-width v0.1.14
3902026-07-22T07:15:44.167Z Downloaded syn v2.0.117
3912026-07-22T07:15:44.181Z Downloaded rustix v1.1.3
3922026-07-22T07:15:44.203Z Downloaded libc v0.2.185
3932026-07-22T07:15:44.268Z Compiling proc-macro2 v1.0.106
3942026-07-22T07:15:44.268Z Compiling unicode-ident v1.0.24
3952026-07-22T07:15:44.274Z Compiling quote v1.0.45
3962026-07-22T07:15:44.274Z Compiling serde_core v1.0.228
3972026-07-22T07:15:44.274Z Compiling libc v0.2.185
3982026-07-22T07:15:44.274Z Compiling version_check v0.9.5
3992026-07-22T07:15:44.274Z Compiling memchr v2.8.0
4002026-07-22T07:15:44.274Z Compiling serde v1.0.228
4012026-07-22T07:15:44.594Z Compiling zmij v1.0.21
4022026-07-22T07:15:44.863Z Compiling itoa v1.0.17
4032026-07-22T07:15:44.894Z Compiling thiserror v1.0.69
4042026-07-22T07:15:45.062Z Compiling ucd-trie v0.1.7
4052026-07-22T07:15:45.255Z Compiling pest v2.8.6
4062026-07-22T07:15:45.349Z Compiling rustix v1.1.3
4072026-07-22T07:15:45.367Z Compiling byteorder v1.5.0
4082026-07-22T07:15:45.390Z Compiling errno v0.3.14
4092026-07-22T07:15:45.558Z Compiling bitflags v2.11.0
4102026-07-22T07:15:45.605Z Compiling serde_json v1.0.150
4112026-07-22T07:15:45.720Z Compiling syn v2.0.117
4122026-07-22T07:15:45.817Z Compiling thread-id v4.2.2
4132026-07-22T07:15:45.873Z Compiling proc-macro-error-attr v1.0.4
4142026-07-22T07:15:45.907Z Compiling usdt-impl v0.5.0
4152026-07-22T07:15:46.072Z Compiling camino v1.2.2
4162026-07-22T07:15:46.090Z Compiling syn v1.0.109
4172026-07-22T07:15:46.354Z Compiling pest_meta v2.8.6
4182026-07-22T07:15:46.476Z Compiling proc-macro-error v1.0.4
4192026-07-22T07:15:46.494Z Compiling equivalent v1.0.2
4202026-07-22T07:15:46.548Z Compiling log v0.4.29
4212026-07-22T07:15:46.586Z Compiling hashbrown v0.17.0
4222026-07-22T07:15:46.748Z Compiling plain v0.2.3
4232026-07-22T07:15:46.834Z Compiling utf8parse v0.2.2
4242026-07-22T07:15:46.866Z Compiling getrandom v0.4.1
4252026-07-22T07:15:46.954Z Compiling anstyle-parse v1.0.0
4262026-07-22T07:15:47.150Z Compiling indexmap v2.14.0
4272026-07-22T07:15:47.171Z Compiling terminal_size v0.4.3
4282026-07-22T07:15:47.770Z Compiling is_terminal_polyfill v1.70.2
4292026-07-22T07:15:47.793Z Compiling colorchoice v1.0.4
4302026-07-22T07:15:47.793Z Compiling toml_write v0.1.2
4312026-07-22T07:15:47.894Z Compiling autocfg v1.5.0
4322026-07-22T07:15:47.927Z Compiling thiserror v2.0.18
4332026-07-22T07:15:47.953Z Compiling winnow v0.7.14
4342026-07-22T07:15:48.018Z Compiling cfg-if v1.0.4
4352026-07-22T07:15:48.043Z Compiling anstyle-query v1.1.5
4362026-07-22T07:15:48.102Z Compiling pest_generator v2.8.6
4372026-07-22T07:15:48.168Z Compiling anstyle v1.0.14
4382026-07-22T07:15:48.215Z Compiling pretty-hex v0.4.1
4392026-07-22T07:15:48.353Z Compiling fs-err v3.3.0
4402026-07-22T07:15:48.372Z Compiling anstream v1.0.0
4412026-07-22T07:15:48.601Z Compiling fastrand v2.3.0
4422026-07-22T07:15:48.690Z Compiling unicode-width v0.1.14
4432026-07-22T07:15:48.709Z Compiling fnv v1.0.7
4442026-07-22T07:15:48.823Z Compiling heck v0.4.1
4452026-07-22T07:15:48.857Z Compiling heck v0.5.0
4462026-07-22T07:15:48.875Z Compiling once_cell v1.21.3
4472026-07-22T07:15:48.894Z Compiling bytecount v0.6.9
4482026-07-22T07:15:48.981Z Compiling clap_lex v1.0.0
4492026-07-22T07:15:49.032Z Compiling anyhow v1.0.102
4502026-07-22T07:15:49.083Z Compiling strsim v0.11.1
4512026-07-22T07:15:49.147Z Compiling tempfile v3.25.0
4522026-07-22T07:15:49.166Z Compiling papergrid v0.11.0
4532026-07-22T07:15:49.371Z Compiling clap_builder v4.6.0
4542026-07-22T07:15:49.470Z Compiling tabled_derive v0.7.0
4552026-07-22T07:15:49.508Z Compiling semver v1.0.28
4562026-07-22T07:15:49.560Z Compiling cargo-platform v0.3.2
4572026-07-22T07:15:49.578Z Compiling memmap v0.7.0
4582026-07-22T07:15:49.664Z Compiling unicode-width v0.2.0
4592026-07-22T07:15:49.777Z Compiling unicode-linebreak v0.1.5
4602026-07-22T07:15:49.840Z Compiling serde_derive v1.0.228
4612026-07-22T07:15:49.858Z Compiling thiserror-impl v1.0.69
4622026-07-22T07:15:49.858Z Compiling zerocopy-derive v0.7.35
4632026-07-22T07:15:49.970Z Compiling pest_derive v2.8.6
4642026-07-22T07:15:50.039Z Compiling scroll_derive v0.12.1
4652026-07-22T07:15:50.459Z Compiling thiserror-impl v2.0.18
4662026-07-22T07:15:50.478Z Compiling clap_derive v4.6.1
4672026-07-22T07:15:50.690Z Compiling smawk v0.3.2
4682026-07-22T07:15:50.762Z Compiling scroll v0.12.0
4692026-07-22T07:15:50.822Z Compiling zerocopy v0.7.35
4702026-07-22T07:15:50.843Z Compiling textwrap v0.16.2
4712026-07-22T07:15:51.070Z Compiling goblin v0.8.2
4722026-07-22T07:15:51.356Z Compiling dtrace-parser v0.2.0
4732026-07-22T07:15:51.374Z Compiling tabled v0.15.0
4742026-07-22T07:15:51.815Z Compiling camino-tempfile v1.4.1
4752026-07-22T07:15:52.065Z Compiling swrite v0.1.0
4762026-07-22T07:15:52.350Z Compiling clap v4.6.1
4772026-07-22T07:15:53.187Z Compiling toml_datetime v0.6.11
4782026-07-22T07:15:53.187Z Compiling serde_spanned v0.6.9
4792026-07-22T07:15:53.192Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-22T07:15:53.192Z Compiling cargo_metadata v0.23.1
4812026-07-22T07:15:53.192Z Compiling macaddr v1.0.1
4822026-07-22T07:15:53.279Z Compiling dof v0.3.0
4832026-07-22T07:15:53.292Z Compiling serde_tokenstream v0.2.3
4842026-07-22T07:15:53.433Z Compiling toml_edit v0.22.27
4852026-07-22T07:15:54.080Z Compiling usdt-attr-macro v0.5.0
4862026-07-22T07:15:54.111Z Compiling usdt-macro v0.5.0
4872026-07-22T07:15:54.701Z Compiling usdt v0.5.0
4882026-07-22T07:15:54.888Z Compiling toml v0.8.23
4892026-07-22T07:15:55.239Z Compiling cargo_toml v0.21.0
4902026-07-22T07:15:56.534Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-22T07:15:58.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.41s
4922026-07-22T07:15:58.806Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-22T07:15:59.336Z Downloading crates ...
4942026-07-22T07:15:59.442Z Downloaded argon2 v0.5.3
4952026-07-22T07:15:59.455Z Downloaded arc-swap v1.8.2
4962026-07-22T07:15:59.459Z Downloaded argon2 v0.6.0-rc.8
4972026-07-22T07:15:59.462Z Downloaded blowfish v0.10.0
4982026-07-22T07:15:59.462Z Downloaded ar_archive_writer v0.5.1
4992026-07-22T07:15:59.465Z Downloaded bitfield-macros v0.19.4
5002026-07-22T07:15:59.465Z Downloaded bit-set v0.5.3
5012026-07-22T07:15:59.466Z Downloaded adler2 v2.0.1
5022026-07-22T07:15:59.466Z Downloaded bcs v0.1.6
5032026-07-22T07:15:59.470Z Downloaded ciborium-io v0.2.2
5042026-07-22T07:15:59.470Z Downloaded base16ct v0.2.0
5052026-07-22T07:15:59.475Z Downloaded crc-catalog v2.4.0
5062026-07-22T07:15:59.475Z Downloaded cpubits v0.1.1
5072026-07-22T07:15:59.475Z Downloaded atomicwrites v0.4.4
5082026-07-22T07:15:59.475Z Downloaded bit-set v0.8.0
5092026-07-22T07:15:59.475Z Downloaded crc8 v0.1.1
5102026-07-22T07:15:59.478Z Downloaded convert_case v0.4.0
5112026-07-22T07:15:59.478Z Downloaded atomic-waker v1.1.2
5122026-07-22T07:15:59.478Z Downloaded cpufeatures v0.3.0
5132026-07-22T07:15:59.478Z Downloaded async-recursion v1.1.1
5142026-07-22T07:15:59.482Z Downloaded atty v0.2.14
5152026-07-22T07:15:59.482Z Downloaded cobs v0.3.0
5162026-07-22T07:15:59.482Z Downloaded crc32fast v1.5.0
5172026-07-22T07:15:59.485Z Downloaded dunce v1.0.5
5182026-07-22T07:15:59.485Z Downloaded downcast-rs v2.0.2
5192026-07-22T07:15:59.485Z Downloaded defmt v0.3.100
5202026-07-22T07:15:59.489Z Downloaded anstream v0.6.21
5212026-07-22T07:15:59.489Z Downloaded darling_macro v0.21.3
5222026-07-22T07:15:59.489Z Downloaded darling_macro v0.20.11
5232026-07-22T07:15:59.489Z Downloaded darling_macro v0.23.0
5242026-07-22T07:15:59.492Z Downloaded bitflags v1.3.2
5252026-07-22T07:15:59.492Z Downloaded bit-vec v0.6.3
5262026-07-22T07:15:59.495Z Downloaded aead v0.5.2
5272026-07-22T07:15:59.495Z Downloaded debug-ignore v1.0.5
5282026-07-22T07:15:59.495Z Downloaded bcrypt-pbkdf v0.11.0
5292026-07-22T07:15:59.498Z Downloaded anstyle-parse v0.2.7
5302026-07-22T07:15:59.498Z Downloaded compression-core v0.4.31
5312026-07-22T07:15:59.498Z Downloaded curve25519-dalek-derive v0.1.1
5322026-07-22T07:15:59.502Z Downloaded bitfield v0.19.4
5332026-07-22T07:15:59.505Z Downloaded base64ct v1.8.3
5342026-07-22T07:15:59.508Z Downloaded crc v3.4.0
5352026-07-22T07:15:59.508Z Downloaded darling_macro v0.13.4
5362026-07-22T07:15:59.508Z Downloaded crucible-workspace-hack v0.1.0
5372026-07-22T07:15:59.511Z Downloaded array-init v0.0.4
5382026-07-22T07:15:59.511Z Downloaded cstr-argument v0.1.2
5392026-07-22T07:15:59.514Z Downloaded cookie_store v0.22.1
5402026-07-22T07:15:59.514Z Downloaded defmt v1.0.1
5412026-07-22T07:15:59.517Z Downloaded dirs-sys-next v0.1.2
5422026-07-22T07:15:59.517Z Downloaded cfg_aliases v0.1.1
5432026-07-22T07:15:59.521Z Downloaded castaway v0.2.4
5442026-07-22T07:15:59.521Z Downloaded cfg_aliases v0.2.1
5452026-07-22T07:15:59.521Z Downloaded bitfield-struct v0.6.2
5462026-07-22T07:15:59.525Z Downloaded digest-io v0.1.0
5472026-07-22T07:15:59.525Z Downloaded derive_builder_macro v0.20.2
5482026-07-22T07:15:59.525Z Downloaded ctr v0.10.1
5492026-07-22T07:15:59.528Z Downloaded defmt-parser v1.0.0
5502026-07-22T07:15:59.528Z Downloaded assert_matches v1.5.0
5512026-07-22T07:15:59.528Z Downloaded arrayref v0.3.9
5522026-07-22T07:15:59.528Z Downloaded crunchy v0.2.4
5532026-07-22T07:15:59.528Z Downloaded async-stream v0.3.6
5542026-07-22T07:15:59.531Z Downloaded ascii-canvas v3.0.0
5552026-07-22T07:15:59.531Z Downloaded dsl_auto_type v0.2.0
5562026-07-22T07:15:59.531Z Downloaded block-buffer v0.12.1
5572026-07-22T07:15:59.535Z Downloaded async-stream-impl v0.3.6
5582026-07-22T07:15:59.535Z Downloaded crossbeam-deque v0.8.6
5592026-07-22T07:15:59.535Z Downloaded corncobs v0.1.4
5602026-07-22T07:15:59.538Z Downloaded data-encoding v2.10.0
5612026-07-22T07:15:59.538Z Downloaded darling v0.13.4
5622026-07-22T07:15:59.538Z Downloaded ciborium-ll v0.2.2
5632026-07-22T07:15:59.541Z Downloaded bb8 v0.8.6
5642026-07-22T07:15:59.541Z Downloaded critical-section v1.2.0
5652026-07-22T07:15:59.541Z Downloaded daft v0.1.7
5662026-07-22T07:15:59.544Z Downloaded ctutils v0.4.2
5672026-07-22T07:15:59.544Z Downloaded backon v1.6.0
5682026-07-22T07:15:59.548Z Downloaded arrayvec v0.7.6
5692026-07-22T07:15:59.548Z Downloaded blake2 v0.10.6
5702026-07-22T07:15:59.551Z Downloaded csv-core v0.1.13
5712026-07-22T07:15:59.554Z Downloaded dof v0.4.0
5722026-07-22T07:15:59.554Z Downloaded dyn-clone v1.0.20
5732026-07-22T07:15:59.557Z Downloaded dirs-next v2.0.0
5742026-07-22T07:15:59.557Z Downloaded crypto-common v0.2.2
5752026-07-22T07:15:59.560Z Downloaded endian-type v0.1.2
5762026-07-22T07:15:59.560Z Downloaded embedded-io v0.6.1
5772026-07-22T07:15:59.560Z Downloaded document-features v0.2.12
5782026-07-22T07:15:59.563Z Downloaded display-error-chain v0.2.2
5792026-07-22T07:15:59.563Z Downloaded crc-any v2.5.0
5802026-07-22T07:15:59.563Z Downloaded cookie v0.18.1
5812026-07-22T07:15:59.567Z Downloaded block-padding v0.4.2
5822026-07-22T07:15:59.567Z Downloaded embedded-io v0.4.0
5832026-07-22T07:15:59.570Z Downloaded dropshot-api-manager-types v0.7.2
5842026-07-22T07:15:59.573Z Downloaded dtrace-parser v0.3.0
5852026-07-22T07:15:59.576Z Downloaded fd-lock v4.0.4
5862026-07-22T07:15:59.576Z Downloaded enum-as-inner v0.6.1
5872026-07-22T07:15:59.579Z Downloaded aead v0.6.1
5882026-07-22T07:15:59.579Z Downloaded env_filter v1.0.0
5892026-07-22T07:15:59.579Z Downloaded float-ord v0.3.2
5902026-07-22T07:15:59.583Z Downloaded diesel_table_macro_syntax v0.3.0
5912026-07-22T07:15:59.583Z Downloaded daft-derive v0.1.7
5922026-07-22T07:15:59.586Z Downloaded fixedbitset v0.4.2
5932026-07-22T07:15:59.589Z Downloaded flagset v0.4.7
5942026-07-22T07:15:59.589Z Downloaded foreign-types v0.5.0
5952026-07-22T07:15:59.592Z Downloaded foreign-types-shared v0.3.1
5962026-07-22T07:15:59.592Z Downloaded foreign-types v0.3.2
5972026-07-22T07:15:59.592Z Downloaded float-cmp v0.10.0
5982026-07-22T07:15:59.592Z Downloaded ed25519 v2.2.3
5992026-07-22T07:15:59.595Z Downloaded bit-vec v0.8.0
6002026-07-22T07:15:59.598Z Downloaded base16ct v1.0.0
6012026-07-22T07:15:59.598Z Downloaded either v1.15.0
6022026-07-22T07:15:59.598Z Downloaded cmov v0.5.4
6032026-07-22T07:15:59.601Z Downloaded cassowary v0.3.0
6042026-07-22T07:15:59.602Z Downloaded backoff v0.4.0
6052026-07-22T07:15:59.605Z Downloaded crossbeam-utils v0.8.21
6062026-07-22T07:15:59.605Z Downloaded form_urlencoded v1.2.2
6072026-07-22T07:15:59.608Z Downloaded foreign-types-shared v0.1.1
6082026-07-22T07:15:59.608Z Downloaded foreign-types-macros v0.2.3
6092026-07-22T07:15:59.608Z Downloaded darling v0.23.0
6102026-07-22T07:15:59.611Z Downloaded ecdsa v0.16.9
6112026-07-22T07:15:59.611Z Downloaded compression-codecs v0.4.37
6122026-07-22T07:15:59.615Z Downloaded futures-io v0.3.32
6132026-07-22T07:15:59.615Z Downloaded futures-core v0.3.32
6142026-07-22T07:15:59.618Z Downloaded funty v2.0.0
6152026-07-22T07:15:59.618Z Downloaded futures-macro v0.3.32
6162026-07-22T07:15:59.618Z Downloaded futures-task v0.3.32
6172026-07-22T07:15:59.621Z Downloaded git-stub v1.0.0
6182026-07-22T07:15:59.621Z Downloaded ed25519 v3.0.0
6192026-07-22T07:15:59.621Z Downloaded difflib v0.4.0
6202026-07-22T07:15:59.624Z Downloaded derive-ex v0.1.8
6212026-07-22T07:15:59.624Z Downloaded displaydoc v0.2.5
6222026-07-22T07:15:59.624Z Downloaded der_derive v0.7.3
6232026-07-22T07:15:59.627Z Downloaded derive_builder_core v0.20.2
6242026-07-22T07:15:59.627Z Downloaded colored v2.2.0
6252026-07-22T07:15:59.631Z Downloaded diesel-dtrace v0.5.0
6262026-07-22T07:15:59.631Z Downloaded gethostname v0.5.0
6272026-07-22T07:15:59.634Z Downloaded cexpr v0.6.0
6282026-07-22T07:15:59.634Z Downloaded hash32 v0.2.1
6292026-07-22T07:15:59.634Z Downloaded globwalk v0.9.1
6302026-07-22T07:15:59.637Z Downloaded convert_case v0.10.0
6312026-07-22T07:15:59.637Z Downloaded hash32 v0.3.1
6322026-07-22T07:15:59.637Z Downloaded bs58 v0.5.1
6332026-07-22T07:15:59.642Z Downloaded find-msvc-tools v0.1.9
6342026-07-22T07:15:59.642Z Downloaded clang-sys v1.8.1
6352026-07-22T07:15:59.645Z Downloaded filetime v0.2.27
6362026-07-22T07:15:59.645Z Downloaded darling v0.21.3
6372026-07-22T07:15:59.648Z Downloaded foldhash v0.2.0
6382026-07-22T07:15:59.648Z Downloaded foldhash v0.1.5
6392026-07-22T07:15:59.648Z Downloaded fixedbitset v0.5.7
6402026-07-22T07:15:59.651Z Downloaded ecdsa v0.17.0-rc.18
6412026-07-22T07:15:59.651Z Downloaded headers-core v0.3.0
6422026-07-22T07:15:59.651Z Downloaded erased-serde v0.3.31
6432026-07-22T07:15:59.654Z Downloaded ff v0.14.0
6442026-07-22T07:15:59.654Z Downloaded hex-literal v1.1.0
6452026-07-22T07:15:59.658Z Downloaded darling_core v0.13.4
6462026-07-22T07:15:59.658Z Downloaded derive_builder v0.20.2
6472026-07-22T07:15:59.661Z Downloaded async-bb8-diesel v0.2.1
6482026-07-22T07:15:59.664Z Downloaded ahash v0.8.12
6492026-07-22T07:15:59.664Z Downloaded diff v0.1.13
6502026-07-22T07:15:59.667Z Downloaded cbc v0.2.1
6512026-07-22T07:15:59.667Z Downloaded hostname v0.3.1
6522026-07-22T07:15:59.671Z Downloaded des v0.9.0
6532026-07-22T07:15:59.671Z Downloaded home v0.5.12
6542026-07-22T07:15:59.671Z Downloaded ciborium v0.2.2
6552026-07-22T07:15:59.674Z Downloaded hostname v0.4.2
6562026-07-22T07:15:59.674Z Downloaded console v0.15.11
6572026-07-22T07:15:59.677Z Downloaded fs-err v2.11.0
6582026-07-22T07:15:59.677Z Downloaded hubpack_derive v0.1.1
6592026-07-22T07:15:59.680Z Downloaded futures-sink v0.3.32
6602026-07-22T07:15:59.680Z Downloaded base64 v0.22.1
6612026-07-22T07:15:59.683Z Downloaded hubpack v0.1.2
6622026-07-22T07:15:59.683Z Downloaded crossbeam-channel v0.5.15
6632026-07-22T07:15:59.686Z Downloaded ff v0.13.1
6642026-07-22T07:15:59.686Z Downloaded httpdate v1.0.3
6652026-07-22T07:15:59.689Z Downloaded http-range v0.1.5
6662026-07-22T07:15:59.690Z Downloaded http-body v1.0.1
6672026-07-22T07:15:59.690Z Downloaded git-stub-vcs v0.1.0
6682026-07-22T07:15:59.690Z Downloaded colored v3.1.1
6692026-07-22T07:15:59.693Z Downloaded ena v0.14.4
6702026-07-22T07:15:59.693Z Downloaded hyper-tls v0.6.0
6712026-07-22T07:15:59.696Z Downloaded group v0.14.0
6722026-07-22T07:15:59.696Z Downloaded group v0.13.0
6732026-07-22T07:15:59.696Z Downloaded const-oid v0.9.6
6742026-07-22T07:15:59.699Z Downloaded cipher v0.5.2
6752026-07-22T07:15:59.699Z Downloaded elliptic-curve v0.13.8
6762026-07-22T07:15:59.702Z Downloaded idna_adapter v1.2.1
6772026-07-22T07:15:59.702Z Downloaded futures-channel v0.3.32
6782026-07-22T07:15:59.705Z Downloaded fs_extra v1.3.0
6792026-07-22T07:15:59.705Z Downloaded allocator-api2 v0.2.21
6802026-07-22T07:15:59.709Z Downloaded illumos-nvpair v0.3.0
6812026-07-22T07:15:59.709Z Downloaded ident_case v1.0.1
6822026-07-22T07:15:59.709Z Downloaded chacha20 v0.10.0
6832026-07-22T07:15:59.712Z Downloaded bzip2 v0.4.4
6842026-07-22T07:15:59.715Z Downloaded enum_dispatch v0.3.13
6852026-07-22T07:15:59.715Z Downloaded futures-executor v0.3.32
6862026-07-22T07:15:59.718Z Downloaded hex v0.4.3
6872026-07-22T07:15:59.718Z Downloaded buf-list v1.1.2
6882026-07-22T07:15:59.721Z Downloaded indent_write v2.2.0
6892026-07-22T07:15:59.721Z Downloaded darling_core v0.21.3
6902026-07-22T07:15:59.725Z Downloaded drift v0.2.0
6912026-07-22T07:15:59.729Z Downloaded instability v0.3.11
6922026-07-22T07:15:59.732Z Downloaded inout v0.2.2
6932026-07-22T07:15:59.732Z Downloaded inout v0.1.4
6942026-07-22T07:15:59.732Z Downloaded instant v0.1.13
6952026-07-22T07:15:59.736Z Downloaded indoc v1.0.9
6962026-07-22T07:15:59.736Z Downloaded highway v1.3.0
6972026-07-22T07:15:59.739Z Downloaded kstat-rs v0.2.4
6982026-07-22T07:15:59.739Z Downloaded kem v0.3.0
6992026-07-22T07:15:59.739Z Downloaded keccak v0.1.6
7002026-07-22T07:15:59.742Z Downloaded getrandom v0.2.17
7012026-07-22T07:15:59.742Z Downloaded elliptic-curve v0.14.0-rc.33
7022026-07-22T07:15:59.745Z Downloaded is_ci v1.2.0
7032026-07-22T07:15:59.745Z Downloaded dropshot_endpoint v0.17.1
7042026-07-22T07:15:59.749Z Downloaded linked-hash-map v0.5.6
7052026-07-22T07:15:59.749Z Downloaded internet-checksum v0.2.1
7062026-07-22T07:15:59.749Z Downloaded glob v0.3.3
7072026-07-22T07:15:59.752Z Downloaded humantime v2.3.0
7082026-07-22T07:15:59.752Z Downloaded derive_more v0.99.20
7092026-07-22T07:15:59.755Z Downloaded is-terminal v0.4.17
7102026-07-22T07:15:59.755Z Downloaded bzip2 v0.6.1
7112026-07-22T07:15:59.755Z Downloaded half v1.8.3
7122026-07-22T07:15:59.758Z Downloaded lalrpop-util v0.19.12
7132026-07-22T07:15:59.758Z Downloaded blake2 v0.11.0-rc.6
7142026-07-22T07:15:59.761Z Downloaded console v0.16.2
7152026-07-22T07:15:59.762Z Downloaded ghash v0.6.0
7162026-07-22T07:15:59.762Z Downloaded delegate v0.13.5
7172026-07-22T07:15:59.765Z Downloaded crossbeam-epoch v0.9.18
7182026-07-22T07:15:59.765Z Downloaded lazy_static v1.5.0
7192026-07-22T07:15:59.765Z Downloaded fallible-iterator v0.2.0
7202026-07-22T07:15:59.768Z Downloaded env_logger v0.11.9
7212026-07-22T07:15:59.768Z Downloaded defmt-macros v1.0.1
7222026-07-22T07:15:59.772Z Downloaded maybe-uninit v2.0.0
7232026-07-22T07:15:59.772Z Downloaded managed v0.8.0
7242026-07-22T07:15:59.775Z Downloaded md-5 v0.10.6
7252026-07-22T07:15:59.775Z Downloaded lzss v0.8.2
7262026-07-22T07:15:59.775Z Downloaded impl-trait-for-tuples v0.2.3
7272026-07-22T07:15:59.778Z Downloaded lru-cache v0.1.2
7282026-07-22T07:15:59.778Z Downloaded md5 v0.8.0
7292026-07-22T07:15:59.778Z Downloaded match_cfg v0.1.0
7302026-07-22T07:15:59.778Z Downloaded maplit v1.0.2
7312026-07-22T07:15:59.781Z Downloaded lru v0.12.5
7322026-07-22T07:15:59.781Z Downloaded globset v0.4.18
7332026-07-22T07:15:59.781Z Downloaded hyper-staticfile v0.10.1
7342026-07-22T07:15:59.785Z Downloaded ingot-types v0.1.2
7352026-07-22T07:15:59.785Z Downloaded darling_core v0.23.0
7362026-07-22T07:15:59.788Z Downloaded illumos-nvpair-sys v0.2.0
7372026-07-22T07:15:59.788Z Downloaded darling_core v0.20.11
7382026-07-22T07:15:59.791Z Downloaded crypto-bigint v0.5.5
7392026-07-22T07:15:59.794Z Downloaded http-body-util v0.1.3
7402026-07-22T07:15:59.798Z Downloaded new_debug_unreachable v1.0.6
7412026-07-22T07:15:59.798Z Downloaded memoffset v0.9.1
7422026-07-22T07:15:59.798Z Downloaded ipnetwork v0.21.1
7432026-07-22T07:15:59.801Z Downloaded multimap v0.10.1
7442026-07-22T07:15:59.801Z Downloaded hmac v0.13.0
7452026-07-22T07:15:59.804Z Downloaded nodrop v0.1.14
7462026-07-22T07:15:59.804Z Downloaded hmac v0.12.1
7472026-07-22T07:15:59.804Z Downloaded ipnet v2.11.0
7482026-07-22T07:15:59.807Z Downloaded compact_str v0.8.1
7492026-07-22T07:15:59.807Z Downloaded generic-array v1.4.3
7502026-07-22T07:15:59.810Z Downloaded derive-where v1.6.0
7512026-07-22T07:15:59.813Z Downloaded newtype_derive v0.1.6
7522026-07-22T07:15:59.813Z Downloaded hyper-rustls v0.27.7
7532026-07-22T07:15:59.817Z Downloaded nibble_vec v0.1.0
7542026-07-22T07:15:59.817Z Downloaded keccak v0.2.0
7552026-07-22T07:15:59.817Z Downloaded libsw v3.5.0
7562026-07-22T07:15:59.820Z Downloaded libloading v0.8.9
7572026-07-22T07:15:59.820Z Downloaded nonempty v0.12.0
7582026-07-22T07:15:59.823Z Downloaded cc v1.2.56
7592026-07-22T07:15:59.823Z Downloaded num v0.4.3
7602026-07-22T07:15:59.826Z Downloaded httparse v1.10.1
7612026-07-22T07:15:59.826Z Downloaded linear-map v1.2.0
7622026-07-22T07:15:59.826Z Downloaded flume v0.11.1
7632026-07-22T07:15:59.829Z Downloaded num-iter v0.1.45
7642026-07-22T07:15:59.834Z Downloaded num-derive v0.4.2
7652026-07-22T07:15:59.834Z Downloaded lock_api v0.4.14
7662026-07-22T07:15:59.834Z Downloaded libsw-core v0.3.2
7672026-07-22T07:15:59.837Z Downloaded libscf-sys v1.1.0
7682026-07-22T07:15:59.837Z Downloaded indoc v2.0.7
7692026-07-22T07:15:59.837Z Downloaded num_threads v0.1.7
7702026-07-22T07:15:59.837Z Downloaded libefi-sys v0.1.0
7712026-07-22T07:15:59.840Z Downloaded chacha20poly1305 v0.10.1
7722026-07-22T07:15:59.840Z Downloaded hybrid-array v0.4.13
7732026-07-22T07:15:59.840Z Downloaded getrandom v0.3.4
7742026-07-22T07:15:59.843Z Downloaded mime v0.3.17
7752026-07-22T07:15:59.843Z Downloaded num-conv v0.2.0
7762026-07-22T07:15:59.846Z Downloaded normalize-line-endings v0.3.0
7772026-07-22T07:15:59.846Z Downloaded openssl-probe v0.1.6
7782026-07-22T07:15:59.846Z Downloaded futures v0.3.32
7792026-07-22T07:15:59.849Z Downloaded num_enum_derive v0.5.11
7802026-07-22T07:15:59.852Z Downloaded lru-slab v0.1.2
7812026-07-22T07:15:59.852Z Downloaded newtype-uuid-macros v0.1.0
7822026-07-22T07:15:59.853Z Downloaded openssl-probe v0.2.1
7832026-07-22T07:15:59.853Z Downloaded native-tls v0.2.18
7842026-07-22T07:15:59.856Z Downloaded module-lattice v0.2.3
7852026-07-22T07:15:59.856Z Downloaded newline-converter v0.3.0
7862026-07-22T07:15:59.856Z Downloaded mime_guess v2.0.5
7872026-07-22T07:15:59.859Z Downloaded constant_time_eq v0.4.2
7882026-07-22T07:15:59.859Z Downloaded openssl-macros v0.1.1
7892026-07-22T07:15:59.859Z Downloaded opaque-debug v0.3.1
7902026-07-22T07:15:59.862Z Downloaded const_format_proc_macros v0.2.34
7912026-07-22T07:15:59.862Z Downloaded half v2.7.1
7922026-07-22T07:15:59.866Z Downloaded cipher v0.4.4
7932026-07-22T07:15:59.866Z Downloaded chacha20 v0.9.1
7942026-07-22T07:15:59.866Z Downloaded darling v0.20.11
7952026-07-22T07:15:59.883Z Downloaded nu-ansi-term v0.50.3
7962026-07-22T07:15:59.887Z Downloaded newtype-uuid v1.3.2
7972026-07-22T07:15:59.887Z Downloaded nanorand v0.7.0
7982026-07-22T07:15:59.887Z Downloaded multer v3.1.0
7992026-07-22T07:15:59.891Z Downloaded jobserver v0.1.34
8002026-07-22T07:15:59.891Z Downloaded num_enum v0.7.6
8012026-07-22T07:15:59.894Z Downloaded num_enum v0.5.11
8022026-07-22T07:15:59.894Z Downloaded num-integer v0.1.46
8032026-07-22T07:15:59.898Z Downloaded packed_struct_codegen v0.10.1
8042026-07-22T07:15:59.898Z Downloaded bumpalo v3.20.2
8052026-07-22T07:15:59.901Z Downloaded heapless v0.7.17
8062026-07-22T07:15:59.901Z Downloaded der v0.7.10
8072026-07-22T07:15:59.904Z Downloaded num_enum_derive v0.7.6
8082026-07-22T07:15:59.907Z Downloaded num-rational v0.4.2
8092026-07-22T07:15:59.907Z Downloaded iana-time-zone v0.1.65
8102026-07-22T07:15:59.910Z Downloaded derive_more-impl v2.1.1
8112026-07-22T07:15:59.914Z Downloaded peg-runtime v0.8.5
8122026-07-22T07:15:59.914Z Downloaded path-slash v0.1.5
8132026-07-22T07:15:59.914Z Downloaded parse-size v1.1.0
8142026-07-22T07:15:59.914Z Downloaded parse-display v0.10.0
8152026-07-22T07:15:59.917Z Downloaded litemap v0.8.1
8162026-07-22T07:15:59.917Z Downloaded owo-colors v4.3.0
8172026-07-22T07:15:59.917Z Downloaded oso-derive v0.27.3
8182026-07-22T07:15:59.921Z Downloaded ml-kem v0.3.2
8192026-07-22T07:15:59.921Z Downloaded litrs v1.0.0
8202026-07-22T07:15:59.926Z Downloaded const-oid v0.10.2
8212026-07-22T07:15:59.926Z Downloaded percent-encoding v2.3.2
8222026-07-22T07:15:59.926Z Downloaded oxide-tokio-rt v0.1.4
8232026-07-22T07:15:59.929Z Downloaded phf_shared v0.11.3
8242026-07-22T07:15:59.929Z Downloaded olpc-cjson v0.1.4
8252026-07-22T07:15:59.929Z Downloaded phf_shared v0.12.1
8262026-07-22T07:15:59.929Z Downloaded icu_properties v2.1.2
8272026-07-22T07:15:59.933Z Downloaded phf_shared v0.13.1
8282026-07-22T07:15:59.934Z Downloaded oxide-update-engine-display v0.1.2
8292026-07-22T07:15:59.934Z Downloaded diesel_derives v2.3.7
8302026-07-22T07:15:59.937Z Downloaded ignore v0.4.25
8312026-07-22T07:15:59.937Z Downloaded num-complex v0.4.6
8322026-07-22T07:15:59.941Z Downloaded icu_provider v2.1.1
8332026-07-22T07:15:59.941Z Downloaded oxide-update-engine v0.1.2
8342026-07-22T07:15:59.941Z Downloaded indexmap v1.9.3
8352026-07-22T07:15:59.944Z Downloaded potential_utf v0.1.4
8362026-07-22T07:15:59.944Z Downloaded heapless v0.8.0
8372026-07-22T07:15:59.947Z Downloaded ed25519-dalek v3.0.0-rc.0
8382026-07-22T07:15:59.950Z Downloaded powerfmt v0.2.0
8392026-07-22T07:15:59.950Z Downloaded base64 v0.21.7
8402026-07-22T07:15:59.954Z Downloaded password-hash v0.6.1
8412026-07-22T07:15:59.954Z Downloaded predicates-tree v1.0.13
8422026-07-22T07:15:59.954Z Downloaded predicates-core v1.0.10
8432026-07-22T07:15:59.957Z Downloaded headers v0.4.1
8442026-07-22T07:15:59.960Z Downloaded hickory-resolver v0.25.2
8452026-07-22T07:15:59.960Z Downloaded oxnet v0.1.6
8462026-07-22T07:15:59.963Z Downloaded flate2 v1.1.9
8472026-07-22T07:15:59.967Z Downloaded precomputed-hash v0.1.1
8482026-07-22T07:15:59.967Z Downloaded paste v1.0.15
8492026-07-22T07:15:59.970Z Downloaded password-hash v0.5.0
8502026-07-22T07:15:59.970Z Downloaded parse-display-derive v0.10.0
8512026-07-22T07:15:59.970Z Downloaded num-derive v0.3.3
8522026-07-22T07:15:59.974Z Downloaded ed25519-dalek v2.2.0
8532026-07-22T07:15:59.974Z Downloaded pbkdf2 v0.13.0
8542026-07-22T07:15:59.974Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-07-22T07:15:59.978Z Downloaded proc-macro-crate v1.3.1
8562026-07-22T07:15:59.978Z Downloaded memmap2 v0.9.10
8572026-07-22T07:15:59.978Z Downloaded hickory-resolver v0.24.4
8582026-07-22T07:15:59.981Z Downloaded progenitor-client v0.14.0
8592026-07-22T07:15:59.981Z Downloaded phc v0.6.1
8602026-07-22T07:15:59.985Z Downloaded progenitor-macro v0.13.0
8612026-07-22T07:15:59.985Z Downloaded pem v3.0.6
8622026-07-22T07:15:59.985Z Downloaded icu_normalizer v2.1.1
8632026-07-22T07:15:59.988Z Downloaded pem-rfc7468 v1.0.0
8642026-07-22T07:15:59.988Z Downloaded libbz2-rs-sys v0.2.2
8652026-07-22T07:15:59.988Z Downloaded pem-rfc7468 v0.7.0
8662026-07-22T07:15:59.992Z Downloaded peg-macros v0.8.5
8672026-07-22T07:15:59.992Z Downloaded peg v0.8.5
8682026-07-22T07:15:59.995Z Downloaded pkcs8 v0.10.2
8692026-07-22T07:15:59.995Z Downloaded proc-macro-crate v3.4.0
8702026-07-22T07:15:59.998Z Downloaded pin-project-internal v1.1.11
8712026-07-22T07:15:59.998Z Downloaded phf v0.12.1
8722026-07-22T07:15:59.998Z Downloaded packed_struct v0.10.1
8732026-07-22T07:16:00.002Z Downloaded psl-types v2.0.11
8742026-07-22T07:16:00.002Z Downloaded num-traits v0.2.19
8752026-07-22T07:16:00.002Z Downloaded icu_normalizer_data v2.1.1
8762026-07-22T07:16:00.007Z Downloaded progenitor-macro v0.14.0
8772026-07-22T07:16:00.007Z Downloaded hashbrown v0.12.3
8782026-07-22T07:16:00.010Z Downloaded port-file v0.1.0
8792026-07-22T07:16:00.010Z Downloaded indicatif v0.18.4
8802026-07-22T07:16:00.010Z Downloaded polyval v0.7.1
8812026-07-22T07:16:00.013Z Downloaded quick-error v1.2.3
8822026-07-22T07:16:00.013Z Downloaded rand_chacha v0.3.1
8832026-07-22T07:16:00.017Z Downloaded radium v0.7.0
8842026-07-22T07:16:00.017Z Downloaded poly1305 v0.8.0
8852026-07-22T07:16:00.017Z Downloaded pkg-config v0.3.32
8862026-07-22T07:16:00.020Z Downloaded pin-project-lite v0.2.17
8872026-07-22T07:16:00.023Z Downloaded parking_lot_core v0.9.12
8882026-07-22T07:16:00.023Z Downloaded parking_lot_core v0.8.6
8892026-07-22T07:16:00.023Z Downloaded predicates v3.1.4
8902026-07-22T07:16:00.027Z Downloaded postgres-protocol v0.6.10
8912026-07-22T07:16:00.027Z Downloaded parking_lot v0.12.5
8922026-07-22T07:16:00.031Z Downloaded parking_lot v0.11.2
8932026-07-22T07:16:00.031Z Downloaded expectorate v1.2.0
8942026-07-22T07:16:00.036Z Downloaded der v0.8.0
8952026-07-22T07:16:00.036Z Downloaded rand_xorshift v0.4.0
8962026-07-22T07:16:00.043Z Downloaded primeorder v0.13.6
8972026-07-22T07:16:00.043Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-07-22T07:16:00.043Z Downloaded async-compression v0.4.41
8992026-07-22T07:16:00.049Z Downloaded recursive v0.1.1
9002026-07-22T07:16:00.049Z Downloaded ingot-macros v0.1.1
9012026-07-22T07:16:00.049Z Downloaded ingot v0.1.1
9022026-07-22T07:16:00.049Z Downloaded fatfs v0.3.6
9032026-07-22T07:16:00.049Z Downloaded primefield v0.14.0
9042026-07-22T07:16:00.052Z Downloaded ref-cast-impl v1.0.25
9052026-07-22T07:16:00.052Z Downloaded pkcs8 v0.11.0
9062026-07-22T07:16:00.052Z Downloaded ref-cast v1.0.25
9072026-07-22T07:16:00.052Z Downloaded rfc6979 v0.4.0
9082026-07-22T07:16:00.055Z Downloaded progenitor-client v0.13.0
9092026-07-22T07:16:00.055Z Downloaded jiff-static v0.2.21
9102026-07-22T07:16:00.058Z Downloaded psm v0.1.30
9112026-07-22T07:16:00.058Z Downloaded icu_locale_core v2.1.1
9122026-07-22T07:16:00.062Z Downloaded crossterm v0.29.0
9132026-07-22T07:16:00.066Z Downloaded rfc6979 v0.5.0
9142026-07-22T07:16:00.070Z Downloaded progenitor-extras v0.2.0
9152026-07-22T07:16:00.070Z Downloaded progenitor v0.14.0
9162026-07-22T07:16:00.070Z Downloaded russh-util v0.52.0
9172026-07-22T07:16:00.070Z Downloaded russh-cryptovec v0.61.0
9182026-07-22T07:16:00.073Z Downloaded rtoolbox v0.0.3
9192026-07-22T07:16:00.073Z Downloaded progenitor v0.13.0
9202026-07-22T07:16:00.073Z Downloaded rustc-hash v2.1.1
9212026-07-22T07:16:00.077Z Downloaded rand_core v0.9.5
9222026-07-22T07:16:00.078Z Downloaded rand_core v0.6.4
9232026-07-22T07:16:00.078Z Downloaded pkcs1 v0.8.0-rc.4
9242026-07-22T07:16:00.078Z Downloaded pkcs1 v0.7.5
9252026-07-22T07:16:00.083Z Downloaded omicron-zone-package v0.12.3
9262026-07-22T07:16:00.083Z Downloaded rand_chacha v0.9.0
9272026-07-22T07:16:00.088Z Downloaded rustc_version v0.4.1
9282026-07-22T07:16:00.088Z Downloaded rustc_version v0.1.7
9292026-07-22T07:16:00.088Z Downloaded poly1305 v0.9.0
9302026-07-22T07:16:00.088Z Downloaded oso v0.27.3
9312026-07-22T07:16:00.092Z Downloaded ppv-lite86 v0.2.21
9322026-07-22T07:16:00.092Z Downloaded miniz_oxide v0.8.9
9332026-07-22T07:16:00.092Z Downloaded crossterm v0.28.1
9342026-07-22T07:16:00.097Z Downloaded proc-macro-error2 v2.0.1
9352026-07-22T07:16:00.101Z Downloaded primeorder v0.14.0-rc.10
9362026-07-22T07:16:00.101Z Downloaded rand_seeder v0.4.0
9372026-07-22T07:16:00.101Z Downloaded hickory-server v0.25.2
9382026-07-22T07:16:00.104Z Downloaded sapling-renderdag v0.1.0
9392026-07-22T07:16:00.104Z Downloaded scopeguard v1.2.0
9402026-07-22T07:16:00.104Z Downloaded scheduled-thread-pool v0.2.7
9412026-07-22T07:16:00.108Z Downloaded oxide-update-engine-types v0.1.2
9422026-07-22T07:16:00.108Z Downloaded postcard v1.1.3
9432026-07-22T07:16:00.108Z Downloaded phf v0.13.1
9442026-07-22T07:16:00.112Z Downloaded same-file v1.0.6
9452026-07-22T07:16:00.112Z Downloaded pin-project v1.1.11
9462026-07-22T07:16:00.115Z Downloaded pkcs5 v0.8.1
9472026-07-22T07:16:00.118Z Downloaded secrecy v0.10.3
9482026-07-22T07:16:00.122Z Downloaded dropshot-api-manager v0.7.2
9492026-07-22T07:16:00.125Z Downloaded serde_bytes v0.11.19
9502026-07-22T07:16:00.125Z Downloaded hashbrown v0.13.2
9512026-07-22T07:16:00.130Z Downloaded scroll_derive v0.13.1
9522026-07-22T07:16:00.130Z Downloaded p384 v0.14.0-rc.10
9532026-07-22T07:16:00.134Z Downloaded icu_collections v2.1.1
9542026-07-22T07:16:00.134Z Downloaded derive_more v2.1.1
9552026-07-22T07:16:00.140Z Downloaded serde_plain v1.0.2
9562026-07-22T07:16:00.160Z Downloaded serde-big-array v0.5.1
9572026-07-22T07:16:00.160Z Downloaded secrecy v0.8.0
9582026-07-22T07:16:00.160Z Downloaded resolv-conf v0.7.6
9592026-07-22T07:16:00.160Z Downloaded rpassword v7.5.4
9602026-07-22T07:16:00.160Z Downloaded r2d2 v0.8.10
9612026-07-22T07:16:00.160Z Downloaded serde_repr v0.1.20
9622026-07-22T07:16:00.160Z Downloaded quinn-udp v0.5.14
9632026-07-22T07:16:00.161Z Downloaded rusty-fork v0.3.1
9642026-07-22T07:16:00.161Z Downloaded internal-russh-num-bigint v0.5.0
9652026-07-22T07:16:00.161Z Downloaded minimal-lexical v0.2.1
9662026-07-22T07:16:00.161Z Downloaded openssl-sys v0.9.115
9672026-07-22T07:16:00.161Z Downloaded rustls-pemfile v2.2.0
9682026-07-22T07:16:00.164Z Downloaded rand_core v0.10.0
9692026-07-22T07:16:00.164Z Downloaded rustls-native-certs v0.8.3
9702026-07-22T07:16:00.164Z Downloaded sha1 v0.11.0
9712026-07-22T07:16:00.164Z Downloaded const_format v0.2.35
9722026-07-22T07:16:00.168Z Downloaded shell-words v1.1.1
9732026-07-22T07:16:00.168Z Downloaded sha1 v0.10.6
9742026-07-22T07:16:00.179Z Downloaded serde_urlencoded v0.7.1
9752026-07-22T07:16:00.179Z Downloaded postgres-types v0.2.12
9762026-07-22T07:16:00.182Z Downloaded aes v0.9.1
9772026-07-22T07:16:00.182Z Downloaded schemars_derive v0.8.22
9782026-07-22T07:16:00.182Z Downloaded serde_spanned v1.1.1
9792026-07-22T07:16:00.182Z Downloaded rustversion v1.0.22
9802026-07-22T07:16:00.182Z Downloaded http v1.4.2
9812026-07-22T07:16:00.182Z Downloaded bytes v1.11.1
9822026-07-22T07:16:00.185Z Downloaded seq-macro v0.3.6
9832026-07-22T07:16:00.185Z Downloaded signature v2.2.0
9842026-07-22T07:16:00.190Z Downloaded signal-hook-mio v0.2.5
9852026-07-22T07:16:00.190Z Downloaded scroll v0.13.0
9862026-07-22T07:16:00.190Z Downloaded progenitor-impl v0.14.0
9872026-07-22T07:16:00.194Z Downloaded signal-hook-tokio v0.3.1
9882026-07-22T07:16:00.194Z Downloaded siphasher v1.0.2
9892026-07-22T07:16:00.194Z Downloaded sigpipe v0.1.3
9902026-07-22T07:16:00.194Z Downloaded progenitor-impl v0.13.0
9912026-07-22T07:16:00.197Z Downloaded digest v0.11.3
9922026-07-22T07:16:00.197Z Downloaded async-trait v0.1.89
9932026-07-22T07:16:00.197Z Downloaded fxhash v0.2.1
9942026-07-22T07:16:00.202Z Downloaded sec1 v0.7.3
9952026-07-22T07:16:00.202Z Downloaded scrypt v0.12.0
9962026-07-22T07:16:00.206Z Downloaded prefix-trie v0.7.0
9972026-07-22T07:16:00.206Z Downloaded papergrid v0.17.0
9982026-07-22T07:16:00.206Z Downloaded slog-bunyan v2.5.0
9992026-07-22T07:16:00.212Z Downloaded serde_path_to_error v0.1.20
10002026-07-22T07:16:00.212Z Downloaded serde_derive_internals v0.29.1
10012026-07-22T07:16:00.212Z Downloaded serde-hex v0.1.0
10022026-07-22T07:16:00.215Z Downloaded semver v0.1.20
10032026-07-22T07:16:00.215Z Downloaded pretty_assertions v1.4.1
10042026-07-22T07:16:00.215Z Downloaded sec1 v0.8.1
10052026-07-22T07:16:00.215Z Downloaded cmake v0.1.57
10062026-07-22T07:16:00.215Z Downloaded cancel-safe-futures v0.1.5
10072026-07-22T07:16:00.218Z Downloaded deranged v0.5.8
10082026-07-22T07:16:00.218Z Downloaded camino-tempfile-ext v0.3.3
10092026-07-22T07:16:00.218Z Downloaded byte-wrapper v0.1.0
10102026-07-22T07:16:00.225Z Downloaded salsa20 v0.11.0
10112026-07-22T07:16:00.228Z Downloaded nom v7.1.3
10122026-07-22T07:16:00.231Z Downloaded mio v1.2.0
10132026-07-22T07:16:00.234Z Downloaded sqlparser_derive v0.5.0
10142026-07-22T07:16:00.237Z Downloaded serdect v0.4.3
10152026-07-22T07:16:00.241Z Downloaded stable_deref_trait v1.2.1
10162026-07-22T07:16:00.241Z Downloaded structmeta v0.3.0
10172026-07-22T07:16:00.241Z Downloaded structmeta-derive v0.3.0
10182026-07-22T07:16:00.245Z Downloaded strsim v0.10.0
10192026-07-22T07:16:00.245Z Downloaded strip-ansi-escapes v0.2.1
10202026-07-22T07:16:00.245Z Downloaded rcgen v0.12.1
10212026-07-22T07:16:00.248Z Downloaded rustls-pki-types v1.14.0
10222026-07-22T07:16:00.248Z Downloaded hyper-util v0.1.20
10232026-07-22T07:16:00.252Z Downloaded slog-envlogger v2.2.0
10242026-07-22T07:16:00.255Z Downloaded slog-async v2.8.0
10252026-07-22T07:16:00.255Z Downloaded p256 v0.14.0-rc.10
10262026-07-22T07:16:00.258Z Downloaded crypto-primes v0.7.2
10272026-07-22T07:16:00.262Z Downloaded slog-dtrace v0.3.0
10282026-07-22T07:16:00.262Z Downloaded slog-stdlog v4.1.1
10292026-07-22T07:16:00.265Z Downloaded slog-scope v4.4.1
10302026-07-22T07:16:00.265Z Downloaded strum v0.27.2
10312026-07-22T07:16:00.265Z Downloaded strum v0.26.3
10322026-07-22T07:16:00.265Z Downloaded slog-json v2.6.1
10332026-07-22T07:16:00.268Z Downloaded sync_wrapper v1.0.2
10342026-07-22T07:16:00.268Z Downloaded itertools v0.10.5
10352026-07-22T07:16:00.271Z Downloaded signature v3.0.0
10362026-07-22T07:16:00.274Z Downloaded prettyplease v0.2.37
10372026-07-22T07:16:00.274Z Downloaded subtle v2.6.1
10382026-07-22T07:16:00.277Z Downloaded signal-hook-registry v1.4.8
10392026-07-22T07:16:00.277Z Downloaded tabled_derive v0.11.0
10402026-07-22T07:16:00.277Z Downloaded ron v0.8.1
10412026-07-22T07:16:00.281Z Downloaded spki v0.7.3
10422026-07-22T07:16:00.284Z Downloaded tabwriter v1.4.1
10432026-07-22T07:16:00.284Z Downloaded sync-ptr v0.1.4
10442026-07-22T07:16:00.284Z Downloaded smallvec v0.6.14
10452026-07-22T07:16:00.287Z Downloaded slog-term v2.9.2
10462026-07-22T07:16:00.287Z Downloaded slab v0.4.12
10472026-07-22T07:16:00.289Z Downloaded simd-adler32 v0.3.8
10482026-07-22T07:16:00.290Z Downloaded shlex v1.3.0
10492026-07-22T07:16:00.290Z Downloaded rustls-platform-verifier v0.6.2
10502026-07-22T07:16:00.292Z Downloaded ssh-cipher v0.3.0-rc.9
10512026-07-22T07:16:00.296Z Downloaded smf v0.2.3
10522026-07-22T07:16:00.296Z Downloaded spki v0.8.0
10532026-07-22T07:16:00.296Z Downloaded snafu-derive v0.8.9
10542026-07-22T07:16:00.299Z Downloaded testing_table v0.3.0
10552026-07-22T07:16:00.299Z Downloaded termtree v0.5.1
10562026-07-22T07:16:00.299Z Downloaded futures-util v0.3.32
10572026-07-22T07:16:00.305Z Downloaded num-bigint-dig v0.8.6
10582026-07-22T07:16:00.311Z Downloaded aes-gcm v0.11.0
10592026-07-22T07:16:00.315Z Downloaded thread-id v5.1.0
10602026-07-22T07:16:00.315Z Downloaded tap v1.0.1
10612026-07-22T07:16:00.315Z Downloaded stacker v0.1.23
10622026-07-22T07:16:00.315Z Downloaded sha2 v0.11.0
10632026-07-22T07:16:00.320Z Downloaded thiserror-impl-no-std v2.0.2
10642026-07-22T07:16:00.320Z Downloaded serde_with_macros v1.5.2
10652026-07-22T07:16:00.323Z Downloaded ryu v1.0.23
10662026-07-22T07:16:00.323Z Downloaded time-core v0.1.8
10672026-07-22T07:16:00.323Z Downloaded aho-corasick v1.1.4
10682026-07-22T07:16:00.326Z Downloaded supports-color v3.0.2
10692026-07-22T07:16:00.326Z Downloaded tinyvec_macros v0.1.1
10702026-07-22T07:16:00.329Z Downloaded strum_macros v0.27.2
10712026-07-22T07:16:00.329Z Downloaded strum_macros v0.24.3
10722026-07-22T07:16:00.333Z Downloaded rayon-core v1.13.0
10732026-07-22T07:16:00.333Z Downloaded stringprep v0.1.5
10742026-07-22T07:16:00.336Z Downloaded synstructure v0.13.2
10752026-07-22T07:16:00.336Z Downloaded support-bundle-viewer v0.1.2
10762026-07-22T07:16:00.336Z Downloaded schemars v0.8.22
10772026-07-22T07:16:00.342Z Downloaded strum_macros v0.26.4
10782026-07-22T07:16:00.345Z Downloaded string_cache v0.8.9
10792026-07-22T07:16:00.345Z Downloaded static_assertions v1.1.0
10802026-07-22T07:16:00.348Z Downloaded icu_properties_data v2.1.2
10812026-07-22T07:16:00.352Z Downloaded tokio-test v0.4.5
10822026-07-22T07:16:00.354Z Downloaded tokio-macros v2.7.0
10832026-07-22T07:16:00.354Z Downloaded tagptr v0.2.0
10842026-07-22T07:16:00.358Z Downloaded ssh-encoding v0.3.0-rc.9
10852026-07-22T07:16:00.358Z Downloaded serde_with_macros v3.21.0
10862026-07-22T07:16:00.361Z Downloaded serde_cbor v0.11.2
10872026-07-22T07:16:00.361Z Downloaded num-bigint v0.4.6
10882026-07-22T07:16:00.364Z Downloaded schemars v0.9.0
10892026-07-22T07:16:00.370Z Downloaded thread_local v1.1.9
10902026-07-22T07:16:00.373Z Downloaded topological-sort v0.2.2
10912026-07-22T07:16:00.373Z Downloaded similar v2.7.0
10922026-07-22T07:16:00.376Z Downloaded tower-service v0.3.3
10932026-07-22T07:16:00.376Z Downloaded tinystr v0.8.2
10942026-07-22T07:16:00.379Z Downloaded hashbrown v0.16.1
10952026-07-22T07:16:00.382Z Downloaded try-lock v0.2.5
10962026-07-22T07:16:00.383Z Downloaded rand v0.9.2
10972026-07-22T07:16:00.386Z Downloaded hashbrown v0.15.5
10982026-07-22T07:16:00.389Z Downloaded trait-variant v0.1.2
10992026-07-22T07:16:00.391Z Downloaded hkdf v0.13.0
11002026-07-22T07:16:00.392Z Downloaded tower-layer v0.3.3
11012026-07-22T07:16:00.392Z Downloaded tiny-keccak v2.0.2
11022026-07-22T07:16:00.394Z Downloaded time-macros v0.2.27
11032026-07-22T07:16:00.394Z Downloaded thiserror-no-std v2.0.2
11042026-07-22T07:16:00.397Z Downloaded tokio-dtrace v0.1.1
11052026-07-22T07:16:00.400Z Downloaded iri-string v0.7.10
11062026-07-22T07:16:00.403Z Downloaded typify-macro v0.6.2
11072026-07-22T07:16:00.406Z Downloaded spin v0.9.8
11082026-07-22T07:16:00.406Z Downloaded slog v2.8.2
11092026-07-22T07:16:00.409Z Downloaded signal-hook v0.3.18
11102026-07-22T07:16:00.409Z Downloaded universal-hash v0.6.1
11112026-07-22T07:16:00.412Z Downloaded tokio-native-tls v0.3.1
11122026-07-22T07:16:00.412Z Downloaded term v0.7.0
11132026-07-22T07:16:00.417Z Downloaded unicode-truncate v1.1.0
11142026-07-22T07:16:00.417Z Downloaded itertools v0.13.0
11152026-07-22T07:16:00.421Z Downloaded universal-hash v0.5.1
11162026-07-22T07:16:00.421Z Downloaded unit-prefix v0.5.2
11172026-07-22T07:16:00.421Z Downloaded unicode-xid v0.2.6
11182026-07-22T07:16:00.424Z Downloaded unarray v0.1.4
11192026-07-22T07:16:00.424Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11202026-07-22T07:16:00.424Z Downloaded libm v0.2.16
11212026-07-22T07:16:00.428Z Downloaded usdt-attr-macro v0.6.0
11222026-07-22T07:16:00.433Z Downloaded utf-8 v0.7.6
11232026-07-22T07:16:00.434Z Downloaded utf8_iter v1.0.4
11242026-07-22T07:16:00.434Z Downloaded untrusted v0.9.0
11252026-07-22T07:16:00.437Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-07-22T07:16:00.437Z Downloaded bitvec v1.0.1
11272026-07-22T07:16:00.442Z Downloaded usdt-macro v0.6.0
11282026-07-22T07:16:00.445Z Downloaded term v1.2.1
11292026-07-22T07:16:00.445Z Downloaded rsa v0.9.10
11302026-07-22T07:16:00.449Z Downloaded termios v0.3.3
11312026-07-22T07:16:00.452Z Downloaded publicsuffix v2.3.0
11322026-07-22T07:16:00.452Z Downloaded void v1.0.2
11332026-07-22T07:16:00.452Z Downloaded toml_writer v1.1.1+spec-1.1.0
11342026-07-22T07:16:00.452Z Downloaded socket2 v0.6.3
11352026-07-22T07:16:00.456Z Downloaded h2 v0.4.15
11362026-07-22T07:16:00.459Z Downloaded tui-tree-widget v0.23.1
11372026-07-22T07:16:00.459Z Downloaded want v0.3.1
11382026-07-22T07:16:00.459Z Downloaded waitgroup v0.1.2
11392026-07-22T07:16:00.462Z Downloaded wait-timeout v0.2.1
11402026-07-22T07:16:00.462Z Downloaded snafu v0.8.9
11412026-07-22T07:16:00.465Z Downloaded serde_yaml v0.9.34+deprecated
11422026-07-22T07:16:00.468Z Downloaded samael v0.0.19
11432026-07-22T07:16:00.471Z Downloaded hkdf v0.12.4
11442026-07-22T07:16:00.475Z Downloaded quinn v0.11.9
11452026-07-22T07:16:00.475Z Downloaded qorb v0.4.1
11462026-07-22T07:16:00.478Z Downloaded unicase v2.9.0
11472026-07-22T07:16:00.478Z Downloaded tokio-stream v0.1.18
11482026-07-22T07:16:00.481Z Downloaded yoke-derive v0.8.1
11492026-07-22T07:16:00.481Z Downloaded xattr v1.6.1
11502026-07-22T07:16:00.484Z Downloaded test-strategy v0.4.5
11512026-07-22T07:16:00.484Z Downloaded nom v8.0.0
11522026-07-22T07:16:00.487Z Downloaded tokio-tungstenite v0.21.0
11532026-07-22T07:16:00.490Z Downloaded subprocess v0.2.15
11542026-07-22T07:16:00.493Z Downloaded vergen-git2 v9.1.0
11552026-07-22T07:16:00.493Z Downloaded untrusted v0.7.1
11562026-07-22T07:16:00.493Z Downloaded toml_parser v1.1.2+spec-1.1.0
11572026-07-22T07:16:00.497Z Downloaded itertools v0.14.0
11582026-07-22T07:16:00.500Z Downloaded zerofrom v0.1.6
11592026-07-22T07:16:00.500Z Downloaded xshell-macros v0.2.7
11602026-07-22T07:16:00.500Z Downloaded vergen-lib v0.1.6
11612026-07-22T07:16:00.503Z Downloaded tinyvec v1.10.0
11622026-07-22T07:16:00.503Z Downloaded usdt-impl v0.6.0
11632026-07-22T07:16:00.503Z Downloaded tracing-attributes v0.1.31
11642026-07-22T07:16:00.507Z Downloaded idna v1.1.0
11652026-07-22T07:16:00.509Z Downloaded zeroize_derive v1.4.3
11662026-07-22T07:16:00.509Z Downloaded zerofrom-derive v0.1.6
11672026-07-22T07:16:00.509Z Downloaded vsss-rs v3.3.4
11682026-07-22T07:16:00.512Z Downloaded vergen-gitcl v1.0.8
11692026-07-22T07:16:00.512Z Downloaded vergen-lib v9.1.0
11702026-07-22T07:16:00.512Z Downloaded hyper v1.10.1
11712026-07-22T07:16:00.516Z Downloaded rand v0.10.1
11722026-07-22T07:16:00.519Z Downloaded twox-hash v2.1.2
11732026-07-22T07:16:00.522Z Downloaded schemars v1.2.1
11742026-07-22T07:16:00.528Z Downloaded zone_cfg_derive v0.3.1
11752026-07-22T07:16:00.531Z Downloaded whoami v1.6.1
11762026-07-22T07:16:00.531Z Downloaded rustls-webpki v0.103.13
11772026-07-22T07:16:00.534Z Downloaded whoami v2.1.0
11782026-07-22T07:16:00.534Z Downloaded walkdir v2.5.0
11792026-07-22T07:16:00.537Z Downloaded rustyline v14.0.0
11802026-07-22T07:16:00.537Z Downloaded tokio-rustls v0.26.4
11812026-07-22T07:16:00.540Z Downloaded wyz v0.5.1
11822026-07-22T07:16:00.541Z Downloaded usdt v0.6.0
11832026-07-22T07:16:00.541Z Downloaded tar v0.4.46
11842026-07-22T07:16:00.545Z Downloaded writeable v0.6.2
11852026-07-22T07:16:00.546Z Downloaded tokio-tungstenite v0.23.1
11862026-07-22T07:16:00.549Z Downloaded git2 v0.20.4
11872026-07-22T07:16:00.552Z Downloaded toml v1.1.2+spec-1.1.0
11882026-07-22T07:16:00.552Z Downloaded uzers v0.12.2
11892026-07-22T07:16:00.555Z Downloaded xshell v0.2.7
11902026-07-22T07:16:00.555Z Downloaded toml v0.7.8
11912026-07-22T07:16:00.558Z Downloaded smallvec v1.15.1
11922026-07-22T07:16:00.558Z Downloaded itertools v0.12.1
11932026-07-22T07:16:00.561Z Downloaded vergen v9.1.0
11942026-07-22T07:16:00.564Z Downloaded steno v0.4.1
11952026-07-22T07:16:00.567Z Downloaded rsa v0.10.0-rc.18
11962026-07-22T07:16:00.570Z Downloaded zerovec-derive v0.11.2
11972026-07-22T07:16:00.570Z Downloaded zeroize v1.8.2
11982026-07-22T07:16:00.570Z Downloaded iddqd v0.4.2
11992026-07-22T07:16:00.577Z Downloaded zone v0.3.1
12002026-07-22T07:16:00.581Z Downloaded tungstenite v0.23.0
12012026-07-22T07:16:00.581Z Downloaded tungstenite v0.21.0
12022026-07-22T07:16:00.581Z Downloaded bindgen v0.71.1
12032026-07-22T07:16:00.584Z Downloaded reedline v0.40.0
12042026-07-22T07:16:00.588Z Downloaded tls_codec_derive v0.4.2
12052026-07-22T07:16:00.592Z Downloaded tls_codec v0.4.2
12062026-07-22T07:16:00.592Z Downloaded zstd v0.13.3
12072026-07-22T07:16:00.595Z Downloaded unsafe-libyaml v0.2.11
12082026-07-22T07:16:00.595Z Downloaded serde_with v1.14.0
12092026-07-22T07:16:00.598Z Downloaded unicode-properties v0.1.4
12102026-07-22T07:16:00.601Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-07-22T07:16:00.601Z Downloaded unicode-bidi v0.3.18
12122026-07-22T07:16:00.604Z Downloaded socket2 v0.5.10
12132026-07-22T07:16:00.604Z Downloaded rand v0.8.6
12142026-07-22T07:16:00.608Z Downloaded yoke v0.8.1
12152026-07-22T07:16:00.608Z Downloaded yasna v0.5.2
12162026-07-22T07:16:00.611Z Downloaded p521 v0.14.0-rc.10
12172026-07-22T07:16:00.611Z Downloaded libxml v0.3.3
12182026-07-22T07:16:00.615Z Downloaded tracing-core v0.1.36
12192026-07-22T07:16:00.620Z Downloaded blake3 v1.8.5
12202026-07-22T07:16:00.624Z Downloaded take_mut v0.2.2
12212026-07-22T07:16:00.624Z Downloaded sqlformat v0.3.5
12222026-07-22T07:16:00.624Z Downloaded typify v0.6.2
12232026-07-22T07:16:00.630Z Downloaded regex v1.12.3
12242026-07-22T07:16:00.636Z Downloaded zstd-safe v7.2.4
12252026-07-22T07:16:00.639Z Downloaded lalrpop v0.19.12
12262026-07-22T07:16:00.645Z Downloaded uuid v1.23.4
12272026-07-22T07:16:00.656Z Downloaded tokio-postgres v0.7.16
12282026-07-22T07:16:00.658Z Downloaded curve25519-dalek v4.1.3
12292026-07-22T07:16:00.662Z Downloaded chrono v0.4.45
12302026-07-22T07:16:00.679Z Downloaded vte v0.14.1
12312026-07-22T07:16:00.682Z Downloaded reqwest v0.13.2
12322026-07-22T07:16:00.685Z Downloaded zopfli v0.8.3
12332026-07-22T07:16:00.685Z Downloaded yansi v1.0.1
12342026-07-22T07:16:00.688Z Downloaded quick-xml v0.37.5
12352026-07-22T07:16:00.692Z Downloaded zerotrie v0.2.3
12362026-07-22T07:16:00.694Z Downloaded unicode_categories v0.1.1
12372026-07-22T07:16:00.699Z Downloaded url v2.5.8
12382026-07-22T07:16:00.702Z Downloaded zerocopy v0.6.6
12392026-07-22T07:16:00.715Z Downloaded goblin v0.10.5
12402026-07-22T07:16:00.721Z Downloaded toml_edit v0.19.15
12412026-07-22T07:16:00.725Z Downloaded zip v0.6.6
12422026-07-22T07:16:00.725Z Downloaded crypto-bigint v0.7.5
12432026-07-22T07:16:00.732Z Downloaded tower v0.5.3
12442026-07-22T07:16:00.738Z Downloaded unicode-segmentation v1.12.0
12452026-07-22T07:16:00.741Z Downloaded typed-path v0.9.3
12462026-07-22T07:16:00.744Z Downloaded rayon v1.11.0
12472026-07-22T07:16:00.747Z Downloaded zerocopy-derive v0.8.40
12482026-07-22T07:16:00.753Z Downloaded reqwest v0.12.28
12492026-07-22T07:16:00.756Z Downloaded proptest v1.10.0
12502026-07-22T07:16:00.761Z Downloaded ssh-key v0.7.0-rc.10
12512026-07-22T07:16:00.767Z Downloaded salty v0.3.0
12522026-07-22T07:16:00.770Z Downloaded x509-cert v0.2.5
12532026-07-22T07:16:00.773Z Downloaded p384 v0.13.1
12542026-07-22T07:16:00.778Z Downloaded tough v0.22.0
12552026-07-22T07:16:00.781Z Downloaded curve25519-dalek v5.0.0-rc.0
12562026-07-22T07:16:00.787Z Downloaded object v0.30.4
12572026-07-22T07:16:00.793Z Downloaded moka v0.12.13
12582026-07-22T07:16:00.797Z Downloaded unicode-normalization v0.1.25
12592026-07-22T07:16:00.800Z Downloaded rawzip v0.4.4
12602026-07-22T07:16:00.803Z Downloaded zerovec v0.11.5
12612026-07-22T07:16:00.806Z Downloaded petname v2.0.2
12622026-07-22T07:16:00.810Z Downloaded tokio-util v0.7.18
12632026-07-22T07:16:00.814Z Downloaded tower-http v0.6.8
12642026-07-22T07:16:00.818Z Downloaded russh v0.61.2
12652026-07-22T07:16:00.825Z Downloaded serde_with v3.21.0
12662026-07-22T07:16:00.831Z Downloaded winnow v0.5.40
12672026-07-22T07:16:00.835Z Downloaded dropshot v0.17.1
12682026-07-22T07:16:00.849Z Downloaded zip v4.6.1
12692026-07-22T07:16:00.852Z Downloaded portable-atomic v1.13.1
12702026-07-22T07:16:00.855Z Downloaded openssl v0.10.79
12712026-07-22T07:16:00.861Z Downloaded aws-lc-rs v1.16.3
12722026-07-22T07:16:00.867Z Downloaded quinn-proto v0.11.13
12732026-07-22T07:16:00.871Z Downloaded winnow v0.6.26
12742026-07-22T07:16:00.875Z Downloaded nix v0.27.1
12752026-07-22T07:16:00.883Z Downloaded radix_trie v0.2.1
12762026-07-22T07:16:00.895Z Downloaded object v0.37.3
12772026-07-22T07:16:00.903Z Downloaded polar-core v0.27.3
12782026-07-22T07:16:00.907Z Downloaded winnow v1.0.3
12792026-07-22T07:16:00.914Z Downloaded vcpkg v0.2.15
12802026-07-22T07:16:00.939Z Downloaded tabled v0.20.0
12812026-07-22T07:16:00.948Z Downloaded regress v0.10.5
12822026-07-22T07:16:00.951Z Downloaded zlib-rs v0.6.2
12832026-07-22T07:16:00.956Z Downloaded hickory-proto v0.25.2
12842026-07-22T07:16:00.963Z Downloaded time v0.3.47
12852026-07-22T07:16:00.970Z Downloaded smoltcp v0.11.0
12862026-07-22T07:16:00.978Z Downloaded zerocopy v0.8.40
12872026-07-22T07:16:00.983Z Downloaded rustls v0.23.41
12882026-07-22T07:16:00.990Z Downloaded rustix v0.38.44
12892026-07-22T07:16:01.005Z Downloaded nix v0.31.2
12902026-07-22T07:16:01.009Z Downloaded hickory-proto v0.24.4
12912026-07-22T07:16:01.021Z Downloaded regex-syntax v0.8.10
12922026-07-22T07:16:01.025Z Downloaded regress v0.11.1
12932026-07-22T07:16:01.030Z Downloaded smoltcp v0.9.1
12942026-07-22T07:16:01.035Z Downloaded bstr v1.12.1
12952026-07-22T07:16:01.039Z Downloaded sqlparser v0.61.0
12962026-07-22T07:16:01.046Z Downloaded regex-syntax v0.6.29
12972026-07-22T07:16:01.050Z Downloaded openapiv3 v2.2.0
12982026-07-22T07:16:01.057Z Downloaded nix v0.28.0
12992026-07-22T07:16:01.066Z Downloaded diesel v2.3.7
13002026-07-22T07:16:01.078Z Downloaded typify-impl v0.6.2
13012026-07-22T07:16:01.087Z Downloaded tracing v0.1.44
13022026-07-22T07:16:01.098Z Downloaded ratatui v0.29.0
13032026-07-22T07:16:01.113Z Downloaded zerocopy-derive v0.6.6
13042026-07-22T07:16:01.143Z Downloaded csv v1.4.0
13052026-07-22T07:16:01.154Z Downloaded petgraph v0.8.3
13062026-07-22T07:16:01.168Z Downloaded sled v0.34.7
13072026-07-22T07:16:01.173Z Downloaded sha3 v0.11.0
13082026-07-22T07:16:01.177Z Downloaded fiat-crypto v0.3.0
13092026-07-22T07:16:01.184Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-07-22T07:16:01.195Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-07-22T07:16:01.207Z Downloaded tokio v1.52.1
13122026-07-22T07:16:01.254Z Downloaded regex-automata v0.4.14
13132026-07-22T07:16:01.260Z Downloaded chrono-tz v0.10.4
13142026-07-22T07:16:01.271Z Downloaded petgraph v0.6.5
13152026-07-22T07:16:01.283Z Downloaded jiff v0.2.21
13162026-07-22T07:16:01.328Z Downloaded libz-sys v1.1.24
13172026-07-22T07:16:01.352Z Downloaded sha3 v0.10.8
13182026-07-22T07:16:01.458Z Downloaded encoding_rs v0.8.35
13192026-07-22T07:16:01.488Z Downloaded ring v0.17.14
13202026-07-22T07:16:01.538Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-07-22T07:16:02.040Z Downloaded aws-lc-sys v0.40.0
13222026-07-22T07:16:02.296Z Compiling libc v0.2.185
13232026-07-22T07:16:02.296Z Compiling serde_core v1.0.228
13242026-07-22T07:16:02.296Z Compiling serde v1.0.228
13252026-07-22T07:16:02.299Z Compiling log v0.4.29
13262026-07-22T07:16:02.299Z Compiling smallvec v1.15.1
13272026-07-22T07:16:02.299Z Compiling shlex v1.3.0
13282026-07-22T07:16:02.299Z Compiling find-msvc-tools v0.1.9
13292026-07-22T07:16:02.450Z Compiling syn v2.0.117
13302026-07-22T07:16:02.651Z Compiling subtle v2.6.1
13312026-07-22T07:16:02.674Z Compiling stable_deref_trait v1.2.1
13322026-07-22T07:16:02.689Z Compiling scopeguard v1.2.0
13332026-07-22T07:16:02.750Z Compiling typenum v1.20.1
13342026-07-22T07:16:02.754Z Compiling serde_json v1.0.150
13352026-07-22T07:16:02.790Z Compiling lock_api v0.4.14
13362026-07-22T07:16:02.804Z Compiling portable-atomic v1.13.1
13372026-07-22T07:16:02.846Z Compiling zerocopy v0.8.40
13382026-07-22T07:16:02.981Z Compiling pin-project-lite v0.2.17
13392026-07-22T07:16:03.024Z Compiling parking_lot_core v0.9.12
13402026-07-22T07:16:03.079Z Compiling pkg-config v0.3.32
13412026-07-22T07:16:03.297Z Compiling jobserver v0.1.34
13422026-07-22T07:16:03.313Z Compiling errno v0.3.14
13432026-07-22T07:16:03.359Z Compiling getrandom v0.2.17
13442026-07-22T07:16:03.456Z Compiling libm v0.2.16
13452026-07-22T07:16:03.565Z Compiling cc v1.2.56
13462026-07-22T07:16:03.586Z Compiling getrandom v0.4.1
13472026-07-22T07:16:03.636Z Compiling critical-section v1.2.0
13482026-07-22T07:16:03.661Z Compiling rand_core v0.6.4
13492026-07-22T07:16:03.745Z Compiling signal-hook-registry v1.4.8
13502026-07-22T07:16:03.797Z Compiling once_cell v1.21.3
13512026-07-22T07:16:03.935Z Compiling num-traits v0.2.19
13522026-07-22T07:16:03.971Z Compiling futures-core v0.3.32
13532026-07-22T07:16:04.013Z Compiling rand_core v0.10.0
13542026-07-22T07:16:04.259Z Compiling parking_lot v0.12.5
13552026-07-22T07:16:04.331Z Compiling mio v1.2.0
13562026-07-22T07:16:04.393Z Compiling generic-array v0.14.7
13572026-07-22T07:16:04.541Z Compiling litemap v0.8.1
13582026-07-22T07:16:04.618Z Compiling writeable v0.6.2
13592026-07-22T07:16:04.642Z Compiling const-oid v0.9.6
13602026-07-22T07:16:04.825Z Compiling bitflags v2.11.0
13612026-07-22T07:16:04.848Z Compiling percent-encoding v2.3.2
13622026-07-22T07:16:04.863Z Compiling semver v1.0.28
13632026-07-22T07:16:05.120Z Compiling icu_properties_data v2.1.2
13642026-07-22T07:16:05.196Z Compiling icu_normalizer_data v2.1.1
13652026-07-22T07:16:05.210Z Compiling socket2 v0.6.3
13662026-07-22T07:16:05.287Z Compiling futures-sink v0.3.32
13672026-07-22T07:16:05.399Z Compiling synstructure v0.13.2
13682026-07-22T07:16:05.447Z Compiling futures-channel v0.3.32
13692026-07-22T07:16:05.496Z Compiling futures-task v0.3.32
13702026-07-22T07:16:05.513Z Compiling slab v0.4.12
13712026-07-22T07:16:05.639Z Compiling futures-io v0.3.32
13722026-07-22T07:16:05.683Z Compiling utf8_iter v1.0.4
13732026-07-22T07:16:05.698Z Compiling indexmap v2.14.0
13742026-07-22T07:16:05.713Z Compiling form_urlencoded v1.2.2
13752026-07-22T07:16:05.728Z Compiling rustversion v1.0.22
13762026-07-22T07:16:05.800Z Compiling getrandom v0.3.4
13772026-07-22T07:16:05.842Z Compiling cmake v0.1.57
13782026-07-22T07:16:05.897Z Compiling dunce v1.0.5
13792026-07-22T07:16:05.945Z Compiling ident_case v1.0.1
13802026-07-22T07:16:06.011Z Compiling rustix v1.1.3
13812026-07-22T07:16:06.041Z Compiling iana-time-zone v0.1.65
13822026-07-22T07:16:06.080Z Compiling fs_extra v1.3.0
13832026-07-22T07:16:06.252Z Compiling regex-syntax v0.8.10
13842026-07-22T07:16:06.267Z Compiling uuid v1.23.4
13852026-07-22T07:16:06.360Z Compiling aws-lc-sys v0.40.0
13862026-07-22T07:16:06.405Z Compiling vcpkg v0.2.15
13872026-07-22T07:16:06.794Z Compiling rand_core v0.9.5
13882026-07-22T07:16:06.807Z Compiling base64ct v1.8.3
13892026-07-22T07:16:07.014Z Compiling base64 v0.22.1
13902026-07-22T07:16:07.093Z Compiling pem-rfc7468 v0.7.0
13912026-07-22T07:16:07.129Z Compiling rustc_version v0.4.1
13922026-07-22T07:16:07.170Z Compiling openssl-sys v0.9.115
13932026-07-22T07:16:07.208Z Compiling serde_derive v1.0.228
13942026-07-22T07:16:07.361Z Compiling zeroize_derive v1.4.3
13952026-07-22T07:16:07.414Z Compiling zerofrom-derive v0.1.6
13962026-07-22T07:16:07.465Z Compiling yoke-derive v0.8.1
13972026-07-22T07:16:07.769Z Compiling zerovec-derive v0.11.2
13982026-07-22T07:16:07.813Z Compiling displaydoc v0.2.5
13992026-07-22T07:16:08.065Z Compiling zeroize v1.8.2
14002026-07-22T07:16:08.291Z Compiling zerocopy-derive v0.8.40
14012026-07-22T07:16:08.742Z Compiling tokio-macros v2.7.0
14022026-07-22T07:16:08.771Z Compiling futures-macro v0.3.32
14032026-07-22T07:16:08.943Z Compiling zerofrom v0.1.6
14042026-07-22T07:16:08.993Z Compiling tracing-attributes v0.1.31
14052026-07-22T07:16:09.122Z Compiling yoke v0.8.1
14062026-07-22T07:16:09.316Z Compiling zerovec v0.11.5
14072026-07-22T07:16:09.331Z Compiling zerotrie v0.2.3
14082026-07-22T07:16:09.559Z Compiling block-buffer v0.10.4
14092026-07-22T07:16:09.647Z Compiling crypto-common v0.1.7
14102026-07-22T07:16:09.663Z Compiling futures-util v0.3.32
14112026-07-22T07:16:09.734Z Compiling thiserror-impl v2.0.18
14122026-07-22T07:16:09.802Z Compiling tinystr v0.8.2
14132026-07-22T07:16:09.852Z Compiling potential_utf v0.1.4
14142026-07-22T07:16:10.014Z Compiling icu_locale_core v2.1.1
14152026-07-22T07:16:10.029Z Compiling icu_collections v2.1.1
14162026-07-22T07:16:10.434Z Compiling digest v0.10.7
14172026-07-22T07:16:10.561Z Compiling der_derive v0.7.3
14182026-07-22T07:16:10.698Z Compiling icu_provider v2.1.1
14192026-07-22T07:16:10.954Z Compiling bytes v1.11.1
14202026-07-22T07:16:10.996Z Compiling icu_properties v2.1.2
14212026-07-22T07:16:11.010Z Compiling icu_normalizer v2.1.1
14222026-07-22T07:16:11.174Z Compiling chrono v0.4.45
14232026-07-22T07:16:11.565Z Compiling tokio v1.52.1
14242026-07-22T07:16:11.581Z Compiling http v1.4.2
14252026-07-22T07:16:11.593Z Compiling tracing-core v0.1.36
14262026-07-22T07:16:12.114Z Compiling idna_adapter v1.2.1
14272026-07-22T07:16:12.137Z Compiling flagset v0.4.7
14282026-07-22T07:16:12.162Z Compiling aws-lc-rs v1.16.3
14292026-07-22T07:16:12.260Z Compiling idna v1.1.0
14302026-07-22T07:16:12.275Z Compiling der v0.7.10
14312026-07-22T07:16:12.473Z Compiling http-body v1.0.1
14322026-07-22T07:16:12.527Z Compiling tracing v0.1.44
14332026-07-22T07:16:12.601Z Compiling url v2.5.8
14342026-07-22T07:16:12.630Z Compiling thiserror v2.0.18
14352026-07-22T07:16:12.737Z Compiling rustls-pki-types v1.14.0
14362026-07-22T07:16:12.860Z Compiling serde_derive_internals v0.29.1
14372026-07-22T07:16:12.925Z Compiling ppv-lite86 v0.2.21
14382026-07-22T07:16:13.051Z Compiling dyn-clone v1.0.20
14392026-07-22T07:16:13.194Z Compiling schemars v0.8.22
14402026-07-22T07:16:13.212Z Compiling httparse v1.10.1
14412026-07-22T07:16:13.261Z Compiling rand_chacha v0.9.0
14422026-07-22T07:16:13.413Z Compiling cmov v0.5.4
14432026-07-22T07:16:13.428Z Compiling tinyvec_macros v0.1.1
14442026-07-22T07:16:13.497Z Compiling openssl-probe v0.2.1
14452026-07-22T07:16:13.513Z Compiling tinyvec v1.10.0
14462026-07-22T07:16:13.612Z Compiling ctutils v0.4.2
14472026-07-22T07:16:13.628Z Compiling rand v0.9.2
14482026-07-22T07:16:13.695Z Compiling spki v0.7.3
14492026-07-22T07:16:13.767Z Compiling schemars_derive v0.8.22
14502026-07-22T07:16:13.849Z Compiling pest_generator v2.8.6
14512026-07-22T07:16:13.865Z Compiling aho-corasick v1.1.4
14522026-07-22T07:16:13.901Z Compiling tower-service v0.3.3
14532026-07-22T07:16:13.961Z Compiling untrusted v0.7.1
14542026-07-22T07:16:13.995Z Compiling tower-layer v0.3.3
14552026-07-22T07:16:14.145Z Compiling try-lock v0.2.5
14562026-07-22T07:16:14.205Z Compiling atomic-waker v1.1.2
14572026-07-22T07:16:14.257Z Compiling want v0.3.1
14582026-07-22T07:16:14.334Z Compiling tempfile v3.25.0
14592026-07-22T07:16:14.430Z Compiling hybrid-array v0.4.13
14602026-07-22T07:16:14.560Z Compiling pest_derive v2.8.6
14612026-07-22T07:16:14.722Z Compiling ipnet v2.11.0
14622026-07-22T07:16:14.801Z Compiling regex-automata v0.4.14
14632026-07-22T07:16:15.028Z Compiling scroll_derive v0.13.1
14642026-07-22T07:16:15.245Z Compiling darling_core v0.20.11
14652026-07-22T07:16:15.260Z Compiling cpufeatures v0.2.17
14662026-07-22T07:16:15.339Z Compiling openssl v0.10.79
14672026-07-22T07:16:15.593Z Compiling tokio-util v0.7.18
14682026-07-22T07:16:15.660Z Compiling httpdate v1.0.3
14692026-07-22T07:16:15.900Z Compiling rustls v0.23.41
14702026-07-22T07:16:15.915Z Compiling foreign-types-shared v0.1.1
14712026-07-22T07:16:16.003Z Compiling untrusted v0.9.0
14722026-07-22T07:16:16.093Z Compiling foreign-types v0.3.2
14732026-07-22T07:16:16.128Z Compiling scroll v0.13.0
14742026-07-22T07:16:16.188Z Compiling pkcs8 v0.10.2
14752026-07-22T07:16:16.398Z Compiling h2 v0.4.15
14762026-07-22T07:16:16.444Z Compiling unicode-normalization v0.1.25
14772026-07-22T07:16:16.633Z Compiling openssl-macros v0.1.1
14782026-07-22T07:16:16.860Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-07-22T07:16:16.909Z Compiling socket2 v0.5.10
14802026-07-22T07:16:17.040Z Compiling spin v0.9.8
14812026-07-22T07:16:17.257Z Compiling native-tls v0.2.18
14822026-07-22T07:16:17.274Z Compiling powerfmt v0.2.0
14832026-07-22T07:16:17.320Z Compiling num-conv v0.2.0
14842026-07-22T07:16:17.372Z Compiling time-core v0.1.8
14852026-07-22T07:16:17.453Z Compiling crc32fast v1.5.0
14862026-07-22T07:16:17.475Z Compiling deranged v0.5.8
14872026-07-22T07:16:17.522Z Compiling time-macros v0.2.27
14882026-07-22T07:16:17.536Z Compiling darling_macro v0.20.11
14892026-07-22T07:16:18.028Z Compiling darling v0.20.11
14902026-07-22T07:16:18.113Z Compiling goblin v0.10.5
14912026-07-22T07:16:18.494Z Compiling sha2 v0.10.9
14922026-07-22T07:16:18.594Z Compiling hmac v0.12.1
14932026-07-22T07:16:18.753Z Compiling sync_wrapper v1.0.2
14942026-07-22T07:16:18.865Z Compiling wait-timeout v0.2.1
14952026-07-22T07:16:18.932Z Compiling simd-adler32 v0.3.8
14962026-07-22T07:16:19.146Z Compiling crossbeam-utils v0.8.21
14972026-07-22T07:16:19.235Z Compiling usdt-impl v0.6.0
14982026-07-22T07:16:19.456Z Compiling unicode-segmentation v1.12.0
14992026-07-22T07:16:19.459Z Compiling num_threads v0.1.7
15002026-07-22T07:16:19.571Z Compiling hyper v1.10.1
15012026-07-22T07:16:19.853Z Compiling quick-error v1.2.3
15022026-07-22T07:16:19.940Z Compiling bit-vec v0.8.0
15032026-07-22T07:16:19.964Z Compiling siphasher v1.0.2
15042026-07-22T07:16:20.160Z Compiling syn v1.0.109
15052026-07-22T07:16:20.180Z Compiling bit-set v0.8.0
15062026-07-22T07:16:20.539Z Compiling rusty-fork v0.3.1
15072026-07-22T07:16:20.622Z Compiling time v0.3.47
15082026-07-22T07:16:20.695Z Compiling hyper-util v0.1.20
15092026-07-22T07:16:20.866Z Compiling tower v0.5.3
15102026-07-22T07:16:20.882Z Compiling derive_builder_core v0.20.2
15112026-07-22T07:16:21.213Z Compiling dof v0.4.0
15122026-07-22T07:16:21.546Z Compiling dtrace-parser v0.3.0
15132026-07-22T07:16:21.758Z Compiling http-body-util v0.1.3
15142026-07-22T07:16:22.011Z Compiling heapless v0.7.17
15152026-07-22T07:16:22.217Z Compiling scroll_derive v0.12.1
15162026-07-22T07:16:22.274Z Compiling thiserror-impl v1.0.69
15172026-07-22T07:16:22.289Z Compiling rand_xorshift v0.4.0
15182026-07-22T07:16:22.394Z Compiling slog v2.8.2
15192026-07-22T07:16:22.450Z Compiling darling_core v0.23.0
15202026-07-22T07:16:22.454Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-07-22T07:16:22.480Z Compiling thread-id v5.1.0
15222026-07-22T07:16:22.562Z Compiling cookie v0.18.1
15232026-07-22T07:16:22.597Z Compiling anyhow v1.0.102
15242026-07-22T07:16:22.766Z Compiling ryu v1.0.23
15252026-07-22T07:16:22.769Z Compiling unicode-bidi v0.3.18
15262026-07-22T07:16:22.906Z Compiling zstd-safe v7.2.4
15272026-07-22T07:16:22.930Z Compiling unarray v0.1.4
15282026-07-22T07:16:22.950Z Compiling allocator-api2 v0.2.21
15292026-07-22T07:16:23.041Z Compiling unicode-properties v0.1.4
15302026-07-22T07:16:23.126Z Compiling adler2 v2.0.1
15312026-07-22T07:16:23.255Z Compiling signal-hook v0.3.18
15322026-07-22T07:16:23.270Z Compiling iri-string v0.7.10
15332026-07-22T07:16:23.286Z Compiling paste v1.0.15
15342026-07-22T07:16:23.314Z Compiling miniz_oxide v0.8.9
15352026-07-22T07:16:23.464Z Compiling stringprep v0.1.5
15362026-07-22T07:16:23.591Z Compiling thiserror v1.0.69
15372026-07-22T07:16:23.618Z Compiling proptest v1.10.0
15382026-07-22T07:16:23.906Z Compiling scroll v0.12.0
15392026-07-22T07:16:23.920Z Compiling serde_urlencoded v0.7.1
15402026-07-22T07:16:24.228Z Compiling derive_builder_macro v0.20.2
15412026-07-22T07:16:24.714Z Compiling tower-http v0.6.8
15422026-07-22T07:16:24.731Z Compiling tokio-native-tls v0.3.1
15432026-07-22T07:16:24.751Z Compiling camino v1.2.2
15442026-07-22T07:16:24.840Z Compiling heck v0.4.1
15452026-07-22T07:16:24.902Z Compiling bstr v1.12.1
15462026-07-22T07:16:25.081Z Compiling ipnetwork v0.21.1
15472026-07-22T07:16:25.100Z Compiling darling_macro v0.23.0
15482026-07-22T07:16:25.141Z Compiling block-buffer v0.12.1
15492026-07-22T07:16:25.150Z Compiling crypto-common v0.2.2
15502026-07-22T07:16:25.342Z Compiling block-padding v0.4.2
15512026-07-22T07:16:25.488Z Compiling rustls-native-certs v0.8.3
15522026-07-22T07:16:25.510Z Compiling rand_chacha v0.3.1
15532026-07-22T07:16:25.583Z Compiling erased-serde v0.3.31
15542026-07-22T07:16:25.617Z Compiling hex v0.4.3
15552026-07-22T07:16:25.788Z Compiling serde_spanned v0.6.9
15562026-07-22T07:16:25.885Z Compiling toml_datetime v0.6.11
15572026-07-22T07:16:25.938Z Compiling serde_tokenstream v0.2.3
15582026-07-22T07:16:26.091Z Compiling md-5 v0.10.6
15592026-07-22T07:16:26.154Z Compiling signature v2.2.0
15602026-07-22T07:16:26.254Z Compiling curve25519-dalek v4.1.3
15612026-07-22T07:16:26.274Z Compiling zerocopy-derive v0.7.35
15622026-07-22T07:16:26.316Z Compiling pin-project-internal v1.1.11
15632026-07-22T07:16:26.340Z Compiling async-trait v0.1.89
15642026-07-22T07:16:26.609Z Compiling vergen-lib v9.1.0
15652026-07-22T07:16:26.812Z Compiling hash32 v0.2.1
15662026-07-22T07:16:26.912Z Compiling num-integer v0.1.46
15672026-07-22T07:16:27.012Z Compiling memoffset v0.9.1
15682026-07-22T07:16:27.166Z Compiling encoding_rs v0.8.35
15692026-07-22T07:16:27.230Z Compiling zlib-rs v0.6.2
15702026-07-22T07:16:27.243Z Compiling litrs v1.0.0
15712026-07-22T07:16:27.383Z Compiling psl-types v2.0.11
15722026-07-22T07:16:27.469Z Compiling smoltcp v0.9.1
15732026-07-22T07:16:27.508Z Compiling cfg_aliases v0.2.1
15742026-07-22T07:16:27.589Z Compiling mime v0.3.17
15752026-07-22T07:16:27.775Z Compiling fallible-iterator v0.2.0
15762026-07-22T07:16:27.836Z Compiling ref-cast v1.0.25
15772026-07-22T07:16:27.863Z Compiling num-bigint-dig v0.8.6
15782026-07-22T07:16:28.080Z Compiling rustix v0.38.44
15792026-07-22T07:16:28.122Z Compiling postgres-protocol v0.6.10
15802026-07-22T07:16:28.244Z Compiling document-features v0.2.12
15812026-07-22T07:16:28.548Z Compiling nix v0.31.2
15822026-07-22T07:16:28.680Z Compiling publicsuffix v2.3.0
15832026-07-22T07:16:28.708Z Compiling pin-project v1.1.11
15842026-07-22T07:16:28.744Z Compiling hubpack_derive v0.1.1
15852026-07-22T07:16:28.851Z Compiling zerocopy v0.7.35
15862026-07-22T07:16:28.866Z Compiling num-iter v0.1.45
15872026-07-22T07:16:28.980Z Compiling newtype-uuid v1.3.2
15882026-07-22T07:16:29.254Z Compiling rand v0.8.6
15892026-07-22T07:16:29.381Z Compiling darling v0.23.0
15902026-07-22T07:16:29.421Z Compiling inout v0.2.2
15912026-07-22T07:16:29.436Z Compiling oxnet v0.1.6
15922026-07-22T07:16:29.468Z Compiling snafu-derive v0.8.9
15932026-07-22T07:16:29.495Z Compiling hyper-tls v0.6.0
15942026-07-22T07:16:29.716Z Compiling derive_builder v0.20.2
15952026-07-22T07:16:29.732Z Compiling goblin v0.8.2
15962026-07-22T07:16:30.433Z Compiling flate2 v1.1.9
15972026-07-22T07:16:30.660Z Compiling phf_shared v0.13.1
15982026-07-22T07:16:30.689Z Compiling lazy_static v1.5.0
15992026-07-22T07:16:30.751Z Compiling regex v1.12.3
16002026-07-22T07:16:30.790Z Compiling anstyle-parse v0.2.7
16012026-07-22T07:16:30.847Z Compiling strum_macros v0.27.2
16022026-07-22T07:16:30.910Z Compiling futures-executor v0.3.32
16032026-07-22T07:16:30.974Z Compiling terminal_size v0.4.3
16042026-07-22T07:16:31.117Z Compiling daft-derive v0.1.7
16052026-07-22T07:16:31.175Z Compiling ref-cast-impl v1.0.25
16062026-07-22T07:16:31.191Z Compiling curve25519-dalek-derive v0.1.1
16072026-07-22T07:16:31.458Z Compiling vergen v9.1.0
16082026-07-22T07:16:31.667Z Compiling cargo-platform v0.3.2
16092026-07-22T07:16:31.741Z Compiling ff v0.13.1
16102026-07-22T07:16:31.866Z Compiling fs-err v3.3.0
16112026-07-22T07:16:31.869Z Compiling ahash v0.8.12
16122026-07-22T07:16:31.897Z Compiling bitflags v1.3.2
16132026-07-22T07:16:31.941Z Compiling managed v0.8.0
16142026-07-22T07:16:31.970Z Compiling foldhash v0.2.0
16152026-07-22T07:16:32.077Z Compiling bumpalo v3.20.2
16162026-07-22T07:16:32.116Z Compiling base16ct v0.2.0
16172026-07-22T07:16:32.158Z Compiling libbz2-rs-sys v0.2.2
16182026-07-22T07:16:32.196Z Compiling winnow v0.5.40
16192026-07-22T07:16:32.291Z Compiling same-file v1.0.6
16202026-07-22T07:16:32.337Z Compiling foldhash v0.1.5
16212026-07-22T07:16:32.461Z Compiling object v0.37.3
16222026-07-22T07:16:32.516Z Compiling hashbrown v0.15.5
16232026-07-22T07:16:32.802Z Compiling bzip2 v0.6.1
16242026-07-22T07:16:32.851Z Compiling walkdir v2.5.0
16252026-07-22T07:16:32.854Z Compiling strum v0.27.2
16262026-07-22T07:16:32.984Z Compiling zopfli v0.8.3
16272026-07-22T07:16:33.007Z Compiling sec1 v0.7.3
16282026-07-22T07:16:33.085Z Compiling hashbrown v0.16.1
16292026-07-22T07:16:33.289Z Compiling clap_builder v4.6.0
16302026-07-22T07:16:33.456Z Compiling dof v0.3.0
16312026-07-22T07:16:33.655Z Compiling toml_edit v0.19.15
16322026-07-22T07:16:33.672Z Compiling daft v0.1.7
16332026-07-22T07:16:33.964Z Compiling group v0.13.0
16342026-07-22T07:16:34.007Z Compiling cargo_metadata v0.23.1
16352026-07-22T07:16:34.243Z Compiling snafu v0.8.9
16362026-07-22T07:16:34.302Z Compiling futures v0.3.32
16372026-07-22T07:16:34.395Z Compiling anstream v0.6.21
16382026-07-22T07:16:34.612Z Compiling phf v0.13.1
16392026-07-22T07:16:34.781Z Compiling signal-hook-mio v0.2.5
16402026-07-22T07:16:34.922Z Compiling cookie_store v0.22.1
16412026-07-22T07:16:35.286Z Compiling zstd v0.13.3
16422026-07-22T07:16:35.455Z Compiling bzip2 v0.4.4
16432026-07-22T07:16:35.554Z Compiling reqwest v0.12.28
16442026-07-22T07:16:35.596Z Compiling cipher v0.5.2
16452026-07-22T07:16:35.678Z Compiling serde_with_macros v3.21.0
16462026-07-22T07:16:35.909Z Compiling hubpack v0.1.2
16472026-07-22T07:16:36.422Z Compiling postgres-types v0.2.12
16482026-07-22T07:16:36.432Z Compiling ed25519 v2.2.3
16492026-07-22T07:16:36.838Z Compiling usdt-attr-macro v0.6.0
16502026-07-22T07:16:36.856Z Compiling usdt-macro v0.6.0
16512026-07-22T07:16:36.985Z Compiling globset v0.4.18
16522026-07-22T07:16:37.361Z Compiling dtrace-parser v0.2.0
16532026-07-22T07:16:37.381Z Compiling phf_shared v0.11.3
16542026-07-22T07:16:37.577Z Compiling hkdf v0.12.4
16552026-07-22T07:16:37.628Z Compiling olpc-cjson v0.1.4
16562026-07-22T07:16:37.666Z Compiling pkcs1 v0.7.5
16572026-07-22T07:16:37.690Z Compiling clap_derive v4.6.1
16582026-07-22T07:16:37.743Z Compiling strum_macros v0.26.4
16592026-07-22T07:16:37.791Z Compiling enum-as-inner v0.6.1
16602026-07-22T07:16:38.071Z Compiling serde_plain v1.0.2
16612026-07-22T07:16:38.124Z Compiling serde-big-array v0.5.1
16622026-07-22T07:16:38.268Z Compiling crypto-bigint v0.5.5
16632026-07-22T07:16:38.272Z Compiling pem v3.0.6
16642026-07-22T07:16:38.327Z Compiling serde_repr v0.1.20
16652026-07-22T07:16:38.622Z Compiling async-recursion v1.1.1
16662026-07-22T07:16:38.888Z Compiling float-cmp v0.10.0
16672026-07-22T07:16:39.042Z Compiling memmap2 v0.9.10
16682026-07-22T07:16:39.305Z Compiling thread-id v4.2.2
16692026-07-22T07:16:39.336Z Compiling env_filter v1.0.0
16702026-07-22T07:16:39.391Z Compiling data-encoding v2.10.0
16712026-07-22T07:16:39.409Z Compiling fixedbitset v0.5.7
16722026-07-22T07:16:39.559Z Compiling precomputed-hash v0.1.1
16732026-07-22T07:16:39.573Z Compiling const-oid v0.10.2
16742026-07-22T07:16:39.651Z Compiling fixedbitset v0.4.2
16752026-07-22T07:16:39.668Z Compiling whoami v2.1.0
16762026-07-22T07:16:39.737Z Compiling new_debug_unreachable v1.0.6
16772026-07-22T07:16:39.787Z Compiling normalize-line-endings v0.3.0
16782026-07-22T07:16:39.812Z Compiling difflib v0.4.0
16792026-07-22T07:16:39.876Z Compiling jiff v0.2.21
16802026-07-22T07:16:39.889Z Compiling keccak v0.1.6
16812026-07-22T07:16:40.057Z Compiling either v1.15.0
16822026-07-22T07:16:40.126Z Compiling cpufeatures v0.3.0
16832026-07-22T07:16:40.200Z Compiling predicates-core v1.0.10
16842026-07-22T07:16:40.274Z Compiling winnow v1.0.3
16852026-07-22T07:16:40.381Z Compiling typed-path v0.9.3
16862026-07-22T07:16:40.396Z Compiling static_assertions v1.1.0
16872026-07-22T07:16:40.471Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-07-22T07:16:40.505Z Compiling toml_edit v0.22.27
16892026-07-22T07:16:40.561Z Compiling toml_parser v1.1.2+spec-1.1.0
16902026-07-22T07:16:40.618Z Compiling predicates v3.1.4
16912026-07-22T07:16:40.646Z Compiling itertools v0.13.0
16922026-07-22T07:16:41.203Z Compiling chacha20 v0.10.0
16932026-07-22T07:16:41.275Z Compiling sha3 v0.10.8
16942026-07-22T07:16:41.579Z Compiling tokio-postgres v0.7.16
16952026-07-22T07:16:41.610Z Compiling string_cache v0.8.9
16962026-07-22T07:16:41.737Z Compiling petgraph v0.6.5
16972026-07-22T07:16:41.842Z Compiling digest v0.11.3
16982026-07-22T07:16:41.901Z Compiling hickory-proto v0.25.2
16992026-07-22T07:16:42.072Z Compiling petgraph v0.8.3
17002026-07-22T07:16:43.273Z Compiling zip v4.6.1
17012026-07-22T07:16:43.293Z Compiling strum v0.26.3
17022026-07-22T07:16:43.369Z Compiling clap v4.6.1
17032026-07-22T07:16:43.435Z Compiling env_logger v0.11.9
17042026-07-22T07:16:43.460Z Compiling usdt-impl v0.5.0
17052026-07-22T07:16:43.784Z Compiling elliptic-curve v0.13.8
17062026-07-22T07:16:43.899Z Compiling usdt v0.6.0
17072026-07-22T07:16:44.066Z Compiling rsa v0.9.10
17082026-07-22T07:16:44.147Z Compiling crossterm v0.28.1
17092026-07-22T07:16:44.202Z Compiling serde_with v3.21.0
17102026-07-22T07:16:44.216Z Compiling ed25519-dalek v2.2.0
17112026-07-22T07:16:44.305Z Compiling zip v0.6.6
17122026-07-22T07:16:44.918Z Compiling toml v0.7.8
17132026-07-22T07:16:45.316Z Compiling iddqd v0.4.2
17142026-07-22T07:16:45.920Z Compiling byte-wrapper v0.1.0
17152026-07-22T07:16:45.997Z Compiling similar v2.7.0
17162026-07-22T07:16:46.091Z Compiling crossbeam-epoch v0.9.18
17172026-07-22T07:16:46.274Z Compiling tokio-stream v0.1.18
17182026-07-22T07:16:46.416Z Compiling buf-list v1.1.2
17192026-07-22T07:16:46.655Z Compiling x509-cert v0.2.5
17202026-07-22T07:16:46.701Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17212026-07-22T07:16:46.757Z Compiling openapiv3 v2.2.0
17222026-07-22T07:16:46.820Z Compiling lalrpop-util v0.19.12
17232026-07-22T07:16:46.889Z Compiling peg-runtime v0.8.5
17242026-07-22T07:16:47.017Z Compiling thread_local v1.1.9
17252026-07-22T07:16:47.024Z Compiling slog-async v2.8.0
17262026-07-22T07:16:47.178Z Compiling crossbeam-channel v0.5.15
17272026-07-22T07:16:47.261Z Compiling is-terminal v0.4.17
17282026-07-22T07:16:47.362Z Compiling filetime v0.2.27
17292026-07-22T07:16:47.365Z Compiling term v1.2.1
17302026-07-22T07:16:47.468Z Compiling xattr v1.6.1
17312026-07-22T07:16:47.539Z Compiling take_mut v0.2.2
17322026-07-22T07:16:47.659Z Compiling tar v0.4.46
17332026-07-22T07:16:47.694Z Compiling slog-term v2.9.2
17342026-07-22T07:16:47.991Z Compiling camino-tempfile v1.4.1
17352026-07-22T07:16:58.990Z Compiling rustls-webpki v0.103.13
17362026-07-22T07:17:01.769Z Compiling tokio-rustls v0.26.4
17372026-07-22T07:17:01.769Z Compiling rustls-platform-verifier v0.6.2
17382026-07-22T07:17:01.769Z Compiling tough v0.22.0
17392026-07-22T07:17:01.969Z Compiling hyper-rustls v0.27.7
17402026-07-22T07:17:02.186Z Compiling reqwest v0.13.2
17412026-07-22T07:17:04.456Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-07-22T07:17:04.691Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-07-22T07:17:07.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17442026-07-22T07:17:07.759Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17452026-07-22T07:17:07.819ZJul 22 07:17:06.025 INFO Starting download, target: DendriteStub
17462026-07-22T07:17:07.842ZJul 22 07:17:06.025 INFO Starting download, target: Cockroach
17472026-07-22T07:17:07.843ZJul 22 07:17:06.025 INFO Starting download, target: Console
17482026-07-22T07:17:07.843ZJul 22 07:17:06.025 INFO Starting download, target: Clickhouse
17492026-07-22T07:17:07.843ZJul 22 07:17:06.025 INFO Starting download, target: MaghemiteMgd
17502026-07-22T07:17:07.843ZJul 22 07:17:06.026 INFO Starting download, target: MaghemiteDdmd
17512026-07-22T07:17:07.843ZJul 22 07:17:06.026 INFO Starting download, target: TransceiverControl
17522026-07-22T07:17:07.843ZJul 22 07:17:06.026 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17532026-07-22T07:17:07.843ZJul 22 07:17:06.026 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-07-22T07:17:07.843ZJul 22 07:17:06.026 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552026-07-22T07:17:07.843ZJul 22 07:17:06.026 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-07-22T07:17:07.843ZJul 22 07:17:06.026 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-07-22T07:17:07.843ZJul 22 07:17:06.026 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-07-22T07:17:07.843ZJul 22 07:17:06.026 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17592026-07-22T07:17:09.328ZJul 22 07:17:07.507 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-07-22T07:17:09.577ZJul 22 07:17:07.719 INFO Download complete, target: TransceiverControl
17612026-07-22T07:17:09.680ZJul 22 07:17:07.783 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17622026-07-22T07:17:09.680ZJul 22 07:17:07.805 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-07-22T07:17:09.924ZJul 22 07:17:08.057 INFO Download complete, target: Console
17642026-07-22T07:17:11.717ZJul 22 07:17:09.904 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17652026-07-22T07:17:12.264ZJul 22 07:17:10.478 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-07-22T07:17:12.934ZJul 22 07:17:11.145 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-07-22T07:17:13.221ZJul 22 07:17:11.445 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-07-22T07:17:13.221ZJul 22 07:17:11.445 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-07-22T07:17:13.672ZJul 22 07:17:11.896 INFO Download complete, target: MaghemiteDdmd
17702026-07-22T07:17:14.981ZJul 22 07:17:13.205 INFO Download complete, target: DendriteStub
17712026-07-22T07:17:15.681ZJul 22 07:17:13.905 INFO Download complete, target: MaghemiteMgd
17722026-07-22T07:17:16.673ZJul 22 07:17:14.897 INFO Checking that binary works, target: Clickhouse
17732026-07-22T07:17:16.817ZJul 22 07:17:15.041 INFO Download complete, target: Clickhouse
17742026-07-22T07:17:18.044ZJul 22 07:17:16.268 INFO Checking that binary works, target: Cockroach
17752026-07-22T07:17:18.168ZJul 22 07:17:16.392 INFO Download complete, target: Cockroach
17762026-07-22T07:17:18.186ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-07-22T07:17:18.189Z
17782026-07-22T07:17:18.189Zreal 2:06.485934766
17792026-07-22T07:17:18.189Zuser 6:54.194749668
17802026-07-22T07:17:18.189Zsys 1:24.991190158
17812026-07-22T07:17:18.189Ztrap 0.239314985
17822026-07-22T07:17:18.189Ztflt 0.594003495
17832026-07-22T07:17:18.189Zdflt 0.886771664
17842026-07-22T07:17:18.189Zkflt 0.026695547
17852026-07-22T07:17:18.189Zlock 23:28.656073702
17862026-07-22T07:17:18.189Zslp 20:59.224199984
17872026-07-22T07:17:18.189Zlat 45.372680651
17882026-07-22T07:17:18.189Zstop 2:02.420198426
17892026-07-22T07:17:18.189Z+ banner hack-check
17902026-07-22T07:17:18.189Z
17912026-07-22T07:17:18.189Z # # ## #### # # #### # # ###### #### # #
17922026-07-22T07:17:18.189Z # # # # # # # # # # # # # # # # #
17932026-07-22T07:17:18.190Z ###### # # # #### ##### # ###### ##### # ####
17942026-07-22T07:17:18.190Z # # ###### # # # # # # # # # #
17952026-07-22T07:17:18.190Z # # # # # # # # # # # # # # # # #
17962026-07-22T07:17:18.190Z # # # # #### # # #### # # ###### #### # #
17972026-07-22T07:17:18.190Z
17982026-07-22T07:17:18.190Z+ export CARGO_INCREMENTAL=0
17992026-07-22T07:17:18.190Z+ CARGO_INCREMENTAL=0
18002026-07-22T07:17:18.190Z+ ptime -m timeout 2h cargo xtask check-features --ci
18012026-07-22T07:17:18.681Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-07-22T07:17:18.974Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-07-22T07:17:20.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18042026-07-22T07:17:20.847Z Running `target/debug/xtask check-features --ci`
18052026-07-22T07:17:20.873Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18062026-07-22T07:17:20.876Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18072026-07-22T07:17:21.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18082026-07-22T07:17:21.328Z Running `target/debug/xtask download cargo-hack`
18092026-07-22T07:17:22.095Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18102026-07-22T07:17:22.432Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18112026-07-22T07:17:25.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
18122026-07-22T07:17:25.222Z Running `target/debug/xtask-downloader cargo-hack`
18132026-07-22T07:17:25.268ZJul 22 07:17:23.492 INFO Starting download, target: CargoHack
18142026-07-22T07:17:25.273ZJul 22 07:17:23.493 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18152026-07-22T07:17:25.689ZJul 22 07:17:23.912 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18162026-07-22T07:17:25.739ZJul 22 07:17:23.964 INFO Download complete, target: CargoHack
18172026-07-22T07:17:25.743Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18182026-07-22T07:17:25.756Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18192026-07-22T07:17:25.917Zinfo: running `cargo check --bins` on api_identity (1/303)
18202026-07-22T07:17:26.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-07-22T07:17:26.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-07-22T07:17:26.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-07-22T07:17:26.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18242026-07-22T07:17:26.463Z
18252026-07-22T07:17:26.463Zinfo: running `cargo check --bins` on bootstore (2/303)
18262026-07-22T07:17:26.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-07-22T07:17:26.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-07-22T07:17:26.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-07-22T07:17:26.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18302026-07-22T07:17:27.008Z
18312026-07-22T07:17:27.008Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18322026-07-22T07:17:27.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-07-22T07:17:27.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-07-22T07:17:27.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-07-22T07:17:27.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18362026-07-22T07:17:27.558Z
18372026-07-22T07:17:27.558Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18382026-07-22T07:17:28.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-07-22T07:17:28.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-07-22T07:17:28.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-07-22T07:17:28.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18422026-07-22T07:17:28.106Z
18432026-07-22T07:17:28.106Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18442026-07-22T07:17:28.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-07-22T07:17:28.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-07-22T07:17:28.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-07-22T07:17:28.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18482026-07-22T07:17:28.658Z
18492026-07-22T07:17:28.658Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18502026-07-22T07:17:29.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-07-22T07:17:29.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-07-22T07:17:29.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-07-22T07:17:29.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18542026-07-22T07:17:29.217Z
18552026-07-22T07:17:29.217Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18562026-07-22T07:17:29.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-07-22T07:17:29.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-07-22T07:17:29.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-07-22T07:17:29.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18602026-07-22T07:17:29.762Z
18612026-07-22T07:17:29.762Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
18622026-07-22T07:17:30.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-07-22T07:17:30.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-07-22T07:17:30.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-07-22T07:17:30.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18662026-07-22T07:17:30.314Z
18672026-07-22T07:17:30.314Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
18682026-07-22T07:17:30.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-07-22T07:17:30.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-07-22T07:17:30.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-07-22T07:17:30.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18722026-07-22T07:17:30.733Z
18732026-07-22T07:17:30.733Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
18742026-07-22T07:17:31.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-07-22T07:17:31.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-07-22T07:17:31.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-07-22T07:17:31.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18782026-07-22T07:17:31.155Z
18792026-07-22T07:17:31.155Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
18802026-07-22T07:17:31.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-07-22T07:17:31.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-07-22T07:17:31.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-07-22T07:17:31.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18842026-07-22T07:17:31.575Z
18852026-07-22T07:17:31.575Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
18862026-07-22T07:17:31.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-07-22T07:17:31.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-07-22T07:17:31.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-07-22T07:17:31.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18902026-07-22T07:17:31.995Z
18912026-07-22T07:17:31.995Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
18922026-07-22T07:17:32.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-07-22T07:17:32.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-07-22T07:17:32.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-07-22T07:17:32.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18962026-07-22T07:17:32.413Z
18972026-07-22T07:17:32.414Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
18982026-07-22T07:17:32.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-07-22T07:17:32.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-07-22T07:17:32.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-07-22T07:17:32.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19022026-07-22T07:17:32.837Z
19032026-07-22T07:17:32.837Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19042026-07-22T07:17:33.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-07-22T07:17:33.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-07-22T07:17:33.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-07-22T07:17:33.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19082026-07-22T07:17:33.259Z
19092026-07-22T07:17:33.259Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19102026-07-22T07:17:33.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-07-22T07:17:33.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-07-22T07:17:33.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-07-22T07:17:33.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19142026-07-22T07:17:33.676Z
19152026-07-22T07:17:33.676Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19162026-07-22T07:17:34.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-07-22T07:17:34.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-07-22T07:17:34.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-07-22T07:17:34.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19202026-07-22T07:17:34.093Z
19212026-07-22T07:17:34.093Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19222026-07-22T07:17:34.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-07-22T07:17:34.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-07-22T07:17:34.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-07-22T07:17:34.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19262026-07-22T07:17:34.512Z
19272026-07-22T07:17:34.513Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19282026-07-22T07:17:34.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-07-22T07:17:34.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-07-22T07:17:34.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-07-22T07:17:34.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19322026-07-22T07:17:34.938Z
19332026-07-22T07:17:34.939Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19342026-07-22T07:17:35.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-07-22T07:17:35.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-07-22T07:17:35.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-07-22T07:17:35.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-07-22T07:17:35.354Z
19392026-07-22T07:17:35.354Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19402026-07-22T07:17:35.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-07-22T07:17:35.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-07-22T07:17:35.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-07-22T07:17:35.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-07-22T07:17:35.770Z
19452026-07-22T07:17:35.770Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19462026-07-22T07:17:36.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-07-22T07:17:36.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-07-22T07:17:36.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-07-22T07:17:36.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-07-22T07:17:36.188Z
19512026-07-22T07:17:36.188Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19522026-07-22T07:17:36.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-07-22T07:17:36.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-07-22T07:17:36.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-07-22T07:17:36.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-07-22T07:17:36.608Z
19572026-07-22T07:17:36.608Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
19582026-07-22T07:17:36.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-07-22T07:17:36.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-07-22T07:17:36.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-07-22T07:17:36.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-07-22T07:17:37.031Z
19632026-07-22T07:17:37.031Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
19642026-07-22T07:17:37.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-07-22T07:17:37.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-07-22T07:17:37.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-07-22T07:17:37.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19682026-07-22T07:17:37.456Z
19692026-07-22T07:17:37.456Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
19702026-07-22T07:17:37.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-07-22T07:17:37.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-07-22T07:17:37.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-07-22T07:17:37.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-07-22T07:17:37.880Z
19752026-07-22T07:17:37.880Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
19762026-07-22T07:17:38.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-07-22T07:17:38.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-07-22T07:17:38.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-07-22T07:17:38.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-07-22T07:17:38.303Z
19812026-07-22T07:17:38.303Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
19822026-07-22T07:17:38.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-07-22T07:17:38.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-07-22T07:17:38.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-07-22T07:17:38.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19862026-07-22T07:17:38.728Z
19872026-07-22T07:17:38.728Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
19882026-07-22T07:17:39.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-07-22T07:17:39.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-07-22T07:17:39.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-07-22T07:17:39.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-07-22T07:17:39.151Z
19932026-07-22T07:17:39.151Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
19942026-07-22T07:17:39.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-07-22T07:17:39.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-07-22T07:17:39.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-07-22T07:17:39.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19982026-07-22T07:17:39.580Z
19992026-07-22T07:17:39.580Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20002026-07-22T07:17:39.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-07-22T07:17:39.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-07-22T07:17:39.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-07-22T07:17:39.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-07-22T07:17:39.995Z
20052026-07-22T07:17:39.995Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20062026-07-22T07:17:40.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-07-22T07:17:40.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-07-22T07:17:40.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-07-22T07:17:40.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20102026-07-22T07:17:40.406Z
20112026-07-22T07:17:40.406Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20122026-07-22T07:17:40.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-07-22T07:17:40.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-07-22T07:17:40.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-07-22T07:17:40.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-07-22T07:17:40.823Z
20172026-07-22T07:17:40.823Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20182026-07-22T07:17:41.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-07-22T07:17:41.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-07-22T07:17:41.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-07-22T07:17:41.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-07-22T07:17:41.237Z
20232026-07-22T07:17:41.237Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20242026-07-22T07:17:41.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-07-22T07:17:41.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-07-22T07:17:41.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-07-22T07:17:41.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-07-22T07:17:41.651Z
20292026-07-22T07:17:41.651Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20302026-07-22T07:17:42.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-07-22T07:17:42.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-07-22T07:17:42.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-07-22T07:17:42.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-07-22T07:17:42.069Z
20352026-07-22T07:17:42.069Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20362026-07-22T07:17:42.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-07-22T07:17:42.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-07-22T07:17:42.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-07-22T07:17:42.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-07-22T07:17:42.489Z
20412026-07-22T07:17:42.489Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20422026-07-22T07:17:42.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-07-22T07:17:42.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-07-22T07:17:42.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-07-22T07:17:42.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-07-22T07:17:42.904Z
20472026-07-22T07:17:42.904Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20482026-07-22T07:17:43.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-07-22T07:17:43.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-07-22T07:17:43.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-07-22T07:17:43.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-07-22T07:17:43.321Z
20532026-07-22T07:17:43.321Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20542026-07-22T07:17:43.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-07-22T07:17:43.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-07-22T07:17:43.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-07-22T07:17:43.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-07-22T07:17:43.742Z
20592026-07-22T07:17:43.742Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
20602026-07-22T07:17:44.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-07-22T07:17:44.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-07-22T07:17:44.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-07-22T07:17:44.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-07-22T07:17:44.158Z
20652026-07-22T07:17:44.158Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
20662026-07-22T07:17:44.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-07-22T07:17:44.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-07-22T07:17:44.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-07-22T07:17:44.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-07-22T07:17:44.578Z
20712026-07-22T07:17:44.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
20722026-07-22T07:17:44.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-07-22T07:17:44.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-07-22T07:17:44.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-07-22T07:17:44.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20762026-07-22T07:17:45.006Z
20772026-07-22T07:17:45.006Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
20782026-07-22T07:17:45.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-07-22T07:17:45.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-07-22T07:17:45.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-07-22T07:17:45.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20822026-07-22T07:17:45.440Z
20832026-07-22T07:17:45.440Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
20842026-07-22T07:17:45.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-07-22T07:17:45.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-07-22T07:17:45.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-07-22T07:17:45.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20882026-07-22T07:17:45.867Z
20892026-07-22T07:17:45.867Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
20902026-07-22T07:17:46.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-07-22T07:17:46.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-07-22T07:17:46.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-07-22T07:17:46.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20942026-07-22T07:17:46.294Z
20952026-07-22T07:17:46.294Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
20962026-07-22T07:17:46.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-07-22T07:17:46.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-07-22T07:17:46.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-07-22T07:17:46.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21002026-07-22T07:17:46.721Z
21012026-07-22T07:17:46.721Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21022026-07-22T07:17:47.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-07-22T07:17:47.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-07-22T07:17:47.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-07-22T07:17:47.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21062026-07-22T07:17:47.147Z
21072026-07-22T07:17:47.147Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21082026-07-22T07:17:47.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-07-22T07:17:47.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-07-22T07:17:47.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-07-22T07:17:47.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-07-22T07:17:47.747Z
21132026-07-22T07:17:47.747Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21142026-07-22T07:17:48.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-07-22T07:17:48.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-07-22T07:17:48.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-07-22T07:17:48.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21182026-07-22T07:17:48.346Z
21192026-07-22T07:17:48.346Zinfo: running `cargo check --bins` on nexus-config (51/303)
21202026-07-22T07:17:48.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-07-22T07:17:48.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-07-22T07:17:48.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-07-22T07:17:48.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-07-22T07:17:48.949Z
21252026-07-22T07:17:48.949Zinfo: running `cargo check --bins` on nexus-types (52/303)
21262026-07-22T07:17:49.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-07-22T07:17:49.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-07-22T07:17:49.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-07-22T07:17:49.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-07-22T07:17:49.553Z
21312026-07-22T07:17:49.553Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21322026-07-22T07:17:50.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-07-22T07:17:50.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-07-22T07:17:50.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-07-22T07:17:50.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21362026-07-22T07:17:50.126Z
21372026-07-22T07:17:50.126Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21382026-07-22T07:17:50.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-07-22T07:17:50.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-07-22T07:17:50.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-07-22T07:17:50.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21422026-07-22T07:17:50.662Z
21432026-07-22T07:17:50.662Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21442026-07-22T07:17:51.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-07-22T07:17:51.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-07-22T07:17:51.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-07-22T07:17:51.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21482026-07-22T07:17:51.228Z
21492026-07-22T07:17:51.228Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21502026-07-22T07:17:51.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-07-22T07:17:51.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-07-22T07:17:51.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-07-22T07:17:51.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21542026-07-22T07:17:51.794Z
21552026-07-22T07:17:51.794Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21562026-07-22T07:17:52.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-07-22T07:17:52.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-07-22T07:17:52.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-07-22T07:17:52.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21602026-07-22T07:17:52.351Z
21612026-07-22T07:17:52.351Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
21622026-07-22T07:17:52.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-07-22T07:17:52.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-07-22T07:17:52.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-07-22T07:17:52.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21662026-07-22T07:17:52.914Z
21672026-07-22T07:17:52.914Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
21682026-07-22T07:17:53.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-07-22T07:17:53.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-07-22T07:17:53.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-07-22T07:17:53.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21722026-07-22T07:17:53.466Z
21732026-07-22T07:17:53.466Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
21742026-07-22T07:17:53.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-07-22T07:17:53.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-07-22T07:17:53.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-07-22T07:17:53.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21782026-07-22T07:17:54.009Z
21792026-07-22T07:17:54.009Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
21802026-07-22T07:17:54.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-07-22T07:17:54.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-07-22T07:17:54.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-07-22T07:17:54.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21842026-07-22T07:17:54.549Z
21852026-07-22T07:17:54.549Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
21862026-07-22T07:17:55.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-07-22T07:17:55.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-07-22T07:17:55.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-07-22T07:17:55.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21902026-07-22T07:17:55.094Z
21912026-07-22T07:17:55.094Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/303)
21922026-07-22T07:17:55.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-07-22T07:17:55.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-07-22T07:17:55.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-07-22T07:17:55.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21962026-07-22T07:17:55.657Z
21972026-07-22T07:17:55.657Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/303)
21982026-07-22T07:17:56.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-07-22T07:17:56.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-07-22T07:17:56.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-07-22T07:17:56.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22022026-07-22T07:17:56.221Z
22032026-07-22T07:17:56.222Zinfo: running `cargo check --bins` on cockroach-admin-types (65/303)
22042026-07-22T07:17:56.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-07-22T07:17:56.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-07-22T07:17:56.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-07-22T07:17:56.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22082026-07-22T07:17:56.766Z
22092026-07-22T07:17:56.766Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/303)
22102026-07-22T07:17:57.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-07-22T07:17:57.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-07-22T07:17:57.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-07-22T07:17:57.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22142026-07-22T07:17:57.313Z
22152026-07-22T07:17:57.314Zinfo: running `cargo check --bins` on ereport-types (67/303)
22162026-07-22T07:17:57.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-07-22T07:17:57.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-07-22T07:17:57.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-07-22T07:17:57.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22202026-07-22T07:17:57.866Z
22212026-07-22T07:17:57.866Zinfo: running `cargo check --bins` on gateway-client (68/303)
22222026-07-22T07:17:58.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-07-22T07:17:58.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-07-22T07:17:58.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-07-22T07:17:58.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-07-22T07:17:58.412Z
22272026-07-22T07:17:58.412Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/303)
22282026-07-22T07:17:58.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-07-22T07:17:58.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-07-22T07:17:58.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-07-22T07:17:58.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22322026-07-22T07:17:58.960Z
22332026-07-22T07:17:58.961Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/303)
22342026-07-22T07:17:59.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-07-22T07:17:59.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-07-22T07:17:59.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-07-22T07:17:59.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22382026-07-22T07:17:59.505Z
22392026-07-22T07:17:59.505Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/303)
22402026-07-22T07:17:59.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-07-22T07:17:59.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-07-22T07:17:59.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-07-22T07:17:59.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22442026-07-22T07:18:00.055Z
22452026-07-22T07:18:00.055Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/303)
22462026-07-22T07:18:00.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-07-22T07:18:00.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-07-22T07:18:00.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-07-22T07:18:00.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-07-22T07:18:00.610Z
22512026-07-22T07:18:00.610Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/303)
22522026-07-22T07:18:01.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-07-22T07:18:01.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-07-22T07:18:01.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-07-22T07:18:01.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22562026-07-22T07:18:01.187Z
22572026-07-22T07:18:01.187Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/303)
22582026-07-22T07:18:01.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-07-22T07:18:01.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-07-22T07:18:01.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-07-22T07:18:01.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22622026-07-22T07:18:01.760Z
22632026-07-22T07:18:01.760Zinfo: running `cargo check --bins` on key-manager-types (75/303)
22642026-07-22T07:18:02.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-07-22T07:18:02.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-07-22T07:18:02.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-07-22T07:18:02.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22682026-07-22T07:18:02.306Z
22692026-07-22T07:18:02.306Zinfo: running `cargo check --bins` on oxlog (76/303)
22702026-07-22T07:18:02.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-07-22T07:18:02.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-07-22T07:18:02.894Z Checking cfg-if v1.0.4
22732026-07-22T07:18:02.903Z Checking libc v0.2.185
22742026-07-22T07:18:02.903Z Checking serde_core v1.0.228
22752026-07-22T07:18:02.995Z Checking memchr v2.8.0
22762026-07-22T07:18:03.007Z Checking zeroize v1.8.2
22772026-07-22T07:18:03.010Z Checking smallvec v1.15.1
22782026-07-22T07:18:03.010Z Checking log v0.4.29
22792026-07-22T07:18:03.031Z Checking itoa v1.0.17
22802026-07-22T07:18:03.034Z Checking subtle v2.6.1
22812026-07-22T07:18:03.146Z Checking scopeguard v1.2.0
22822026-07-22T07:18:03.173Z Checking stable_deref_trait v1.2.1
22832026-07-22T07:18:03.186Z Checking typenum v1.20.1
22842026-07-22T07:18:03.187Z Checking zerofrom v0.1.6
22852026-07-22T07:18:03.212Z Checking pin-project-lite v0.2.17
22862026-07-22T07:18:03.245Z Checking lock_api v0.4.14
22872026-07-22T07:18:03.259Z Checking portable-atomic v1.13.1
22882026-07-22T07:18:03.305Z Checking zmij v1.0.21
22892026-07-22T07:18:03.317Z Checking yoke v0.8.1
22902026-07-22T07:18:03.389Z Checking errno v0.3.14
22912026-07-22T07:18:03.392Z Checking getrandom v0.2.17
22922026-07-22T07:18:03.450Z Checking parking_lot_core v0.9.12
22932026-07-22T07:18:03.485Z Checking zerovec v0.11.5
22942026-07-22T07:18:03.515Z Checking critical-section v1.2.0
22952026-07-22T07:18:03.534Z Checking signal-hook-registry v1.4.8
22962026-07-22T07:18:03.574Z Checking rand_core v0.6.4
22972026-07-22T07:18:03.613Z Checking futures-core v0.3.32
22982026-07-22T07:18:03.637Z Checking parking_lot v0.12.5
22992026-07-22T07:18:03.674Z Checking once_cell v1.21.3
23002026-07-22T07:18:03.698Z Checking mio v1.2.0
23012026-07-22T07:18:03.735Z Checking zerocopy v0.8.40
23022026-07-22T07:18:03.753Z Checking rand_core v0.10.0
23032026-07-22T07:18:03.826Z Checking writeable v0.6.2
23042026-07-22T07:18:03.848Z Checking percent-encoding v2.3.2
23052026-07-22T07:18:03.890Z Checking litemap v0.8.1
23062026-07-22T07:18:03.932Z Checking tinystr v0.8.2
23072026-07-22T07:18:03.965Z Checking const-oid v0.9.6
23082026-07-22T07:18:03.984Z Checking potential_utf v0.1.4
23092026-07-22T07:18:03.984Z Checking getrandom v0.4.1
23102026-07-22T07:18:04.008Z Checking zerotrie v0.2.3
23112026-07-22T07:18:04.064Z Checking libm v0.2.16
23122026-07-22T07:18:04.105Z Checking icu_locale_core v2.1.1
23132026-07-22T07:18:04.118Z Checking icu_collections v2.1.1
23142026-07-22T07:18:04.140Z Checking generic-array v0.14.7
23152026-07-22T07:18:04.260Z Checking socket2 v0.6.3
23162026-07-22T07:18:04.435Z Checking equivalent v1.0.2
23172026-07-22T07:18:04.506Z Checking icu_normalizer_data v2.1.1
23182026-07-22T07:18:04.519Z Checking icu_properties_data v2.1.2
23192026-07-22T07:18:04.522Z Checking serde v1.0.228
23202026-07-22T07:18:04.578Z Checking bitflags v2.11.0
23212026-07-22T07:18:04.611Z Checking serde_json v1.0.150
23222026-07-22T07:18:04.648Z Checking futures-sink v0.3.32
23232026-07-22T07:18:04.665Z Checking icu_provider v2.1.1
23242026-07-22T07:18:04.680Z Checking futures-task v0.3.32
23252026-07-22T07:18:04.746Z Checking slab v0.4.12
23262026-07-22T07:18:04.756Z Checking futures-channel v0.3.32
23272026-07-22T07:18:04.782Z Checking num-traits v0.2.19
23282026-07-22T07:18:04.818Z Checking futures-io v0.3.32
23292026-07-22T07:18:04.902Z Checking icu_properties v2.1.2
23302026-07-22T07:18:04.902Z Checking icu_normalizer v2.1.1
23312026-07-22T07:18:04.932Z Checking utf8_iter v1.0.4
23322026-07-22T07:18:04.945Z Checking futures-util v0.3.32
23332026-07-22T07:18:04.949Z Checking bytes v1.11.1
23342026-07-22T07:18:05.051Z Checking hashbrown v0.17.0
23352026-07-22T07:18:05.219Z Checking crypto-common v0.1.7
23362026-07-22T07:18:05.296Z Checking block-buffer v0.10.4
23372026-07-22T07:18:05.309Z Checking form_urlencoded v1.2.2
23382026-07-22T07:18:05.343Z Checking getrandom v0.3.4
23392026-07-22T07:18:05.409Z Checking tokio v1.52.1
23402026-07-22T07:18:05.435Z Checking digest v0.10.7
23412026-07-22T07:18:05.447Z Checking byteorder v1.5.0
23422026-07-22T07:18:05.487Z Checking fnv v1.0.7
23432026-07-22T07:18:05.531Z Checking indexmap v2.14.0
23442026-07-22T07:18:05.584Z Checking iana-time-zone v0.1.65
23452026-07-22T07:18:05.632Z Checking rand_core v0.9.5
23462026-07-22T07:18:05.645Z Checking http v1.4.2
23472026-07-22T07:18:05.694Z Checking chrono v0.4.45
23482026-07-22T07:18:05.736Z Checking idna_adapter v1.2.1
23492026-07-22T07:18:05.808Z Checking uuid v1.23.4
23502026-07-22T07:18:05.858Z Checking idna v1.1.0
23512026-07-22T07:18:06.104Z Checking url v2.5.8
23522026-07-22T07:18:06.118Z Checking regex-syntax v0.8.10
23532026-07-22T07:18:06.132Z Checking base64 v0.22.1
23542026-07-22T07:18:06.210Z Checking base64ct v1.8.3
23552026-07-22T07:18:06.372Z Checking rustix v1.1.3
23562026-07-22T07:18:06.455Z Checking pem-rfc7468 v0.7.0
23572026-07-22T07:18:06.551Z Checking tracing-core v0.1.36
23582026-07-22T07:18:06.565Z Checking flagset v0.4.7
23592026-07-22T07:18:06.596Z Checking ppv-lite86 v0.2.21
23602026-07-22T07:18:06.613Z Checking http-body v1.0.1
23612026-07-22T07:18:06.686Z Checking der v0.7.10
23622026-07-22T07:18:06.749Z Checking rustls-pki-types v1.14.0
23632026-07-22T07:18:06.869Z Checking tracing v0.1.44
23642026-07-22T07:18:06.894Z Checking rand_chacha v0.9.0
23652026-07-22T07:18:06.917Z Checking openssl-probe v0.2.1
23662026-07-22T07:18:07.028Z Checking tinyvec_macros v0.1.1
23672026-07-22T07:18:07.051Z Checking dyn-clone v1.0.20
23682026-07-22T07:18:07.075Z Checking cmov v0.5.4
23692026-07-22T07:18:07.094Z Checking rand v0.9.2
23702026-07-22T07:18:07.107Z Checking tinyvec v1.10.0
23712026-07-22T07:18:07.152Z Checking semver v1.0.28
23722026-07-22T07:18:07.240Z Checking aws-lc-sys v0.40.0
23732026-07-22T07:18:07.268Z Checking ctutils v0.4.2
23742026-07-22T07:18:07.365Z Checking tower-layer v0.3.3
23752026-07-22T07:18:07.418Z Checking atomic-waker v1.1.2
23762026-07-22T07:18:07.449Z Checking spki v0.7.3
23772026-07-22T07:18:07.483Z Checking tower-service v0.3.3
23782026-07-22T07:18:07.488Z Checking try-lock v0.2.5
23792026-07-22T07:18:07.512Z Checking untrusted v0.7.1
23802026-07-22T07:18:07.515Z Checking hybrid-array v0.4.13
23812026-07-22T07:18:07.568Z Checking schemars v0.8.22
23822026-07-22T07:18:07.583Z Checking ipnet v2.11.0
23832026-07-22T07:18:07.595Z Checking want v0.3.1
23842026-07-22T07:18:07.614Z Checking httparse v1.10.1
23852026-07-22T07:18:07.628Z Checking aho-corasick v1.1.4
23862026-07-22T07:18:07.717Z Checking httpdate v1.0.3
23872026-07-22T07:18:07.754Z Checking aws-lc-rs v1.16.3
23882026-07-22T07:18:07.826Z Checking fastrand v2.3.0
23892026-07-22T07:18:07.843Z Checking plain v0.2.3
23902026-07-22T07:18:07.865Z Checking foreign-types-shared v0.1.1
23912026-07-22T07:18:07.945Z Checking utf8parse v0.2.2
23922026-07-22T07:18:07.945Z Checking untrusted v0.9.0
23932026-07-22T07:18:08.007Z Checking cpufeatures v0.2.17
23942026-07-22T07:18:08.054Z Checking tempfile v3.25.0
23952026-07-22T07:18:08.057Z Checking foreign-types v0.3.2
23962026-07-22T07:18:08.080Z Checking pkcs8 v0.10.2
23972026-07-22T07:18:08.142Z Checking unicode-normalization v0.1.25
23982026-07-22T07:18:08.229Z Checking openssl-sys v0.9.115
23992026-07-22T07:18:08.244Z Checking spin v0.9.8
24002026-07-22T07:18:08.263Z Checking socket2 v0.5.10
24012026-07-22T07:18:08.326Z Checking regex-automata v0.4.14
24022026-07-22T07:18:08.340Z Checking ucd-trie v0.1.7
24032026-07-22T07:18:08.435Z Checking unicode-ident v1.0.24
24042026-07-22T07:18:08.482Z Checking anstyle v1.0.14
24052026-07-22T07:18:08.522Z Checking pest v2.8.6
24062026-07-22T07:18:08.549Z Checking proc-macro2 v1.0.106
24072026-07-22T07:18:08.580Z Checking sha2 v0.10.9
24082026-07-22T07:18:08.620Z Checking rustls-webpki v0.103.13
24092026-07-22T07:18:08.632Z Checking openssl v0.10.79
24102026-07-22T07:18:08.675Z Checking hmac v0.12.1
24112026-07-22T07:18:08.801Z Checking tokio-util v0.7.18
24122026-07-22T07:18:08.815Z Checking thiserror v2.0.18
24132026-07-22T07:18:08.872Z Checking sync_wrapper v1.0.2
24142026-07-22T07:18:08.885Z Checking wait-timeout v0.2.1
24152026-07-22T07:18:08.916Z Checking is_terminal_polyfill v1.70.2
24162026-07-22T07:18:08.977Z Checking pretty-hex v0.4.1
24172026-07-22T07:18:09.007Z Checking simd-adler32 v0.3.8
24182026-07-22T07:18:09.020Z Checking anstyle-query v1.1.5
24192026-07-22T07:18:09.062Z Checking rustls v0.23.41
24202026-07-22T07:18:09.098Z Checking quick-error v1.2.3
24212026-07-22T07:18:09.111Z Checking powerfmt v0.2.0
24222026-07-22T07:18:09.183Z Checking siphasher v1.0.2
24232026-07-22T07:18:09.201Z Checking colorchoice v1.0.4
24242026-07-22T07:18:09.265Z Checking bit-vec v0.8.0
24252026-07-22T07:18:09.302Z Checking deranged v0.5.8
24262026-07-22T07:18:09.343Z Checking rusty-fork v0.3.1
24272026-07-22T07:18:09.435Z Checking h2 v0.4.15
24282026-07-22T07:18:09.463Z Checking bit-set v0.8.0
24292026-07-22T07:18:09.520Z Checking tower v0.5.3
24302026-07-22T07:18:09.611Z Checking quote v1.0.45
24312026-07-22T07:18:09.640Z Checking http-body-util v0.1.3
24322026-07-22T07:18:09.786Z Checking crossbeam-utils v0.8.21
24332026-07-22T07:18:09.865Z Checking rand_xorshift v0.4.0
24342026-07-22T07:18:09.916Z Checking crc32fast v1.5.0
24352026-07-22T07:18:09.986Z Checking scroll v0.13.0
24362026-07-22T07:18:10.065Z Checking unicode-bidi v0.3.18
24372026-07-22T07:18:10.140Z Checking num-conv v0.2.0
24382026-07-22T07:18:10.224Z Checking ryu v1.0.23
24392026-07-22T07:18:10.257Z Checking time-core v0.1.8
24402026-07-22T07:18:10.270Z Checking unarray v0.1.4
24412026-07-22T07:18:10.273Z Checking unicode-properties v0.1.4
24422026-07-22T07:18:10.358Z Checking allocator-api2 v0.2.21
24432026-07-22T07:18:10.362Z Checking iri-string v0.7.10
24442026-07-22T07:18:10.384Z Checking num_threads v0.1.7
24452026-07-22T07:18:10.397Z Checking adler2 v2.0.1
24462026-07-22T07:18:10.470Z Checking time v0.3.47
24472026-07-22T07:18:10.473Z Checking stringprep v0.1.5
24482026-07-22T07:18:10.504Z Checking miniz_oxide v0.8.9
24492026-07-22T07:18:10.634Z Checking proptest v1.10.0
24502026-07-22T07:18:10.665Z Checking serde_urlencoded v0.7.1
24512026-07-22T07:18:10.747Z Checking native-tls v0.2.18
24522026-07-22T07:18:10.873Z Checking bstr v1.12.1
24532026-07-22T07:18:10.874Z Checking goblin v0.10.5
24542026-07-22T07:18:10.929Z Checking tokio-native-tls v0.3.1
24552026-07-22T07:18:11.092Z Checking crossbeam-epoch v0.9.18
24562026-07-22T07:18:11.291Z Checking syn v2.0.117
24572026-07-22T07:18:11.331Z Checking crypto-common v0.2.2
24582026-07-22T07:18:11.407Z Checking block-padding v0.4.2
24592026-07-22T07:18:11.424Z Checking tower-http v0.6.8
24602026-07-22T07:18:11.545Z Checking block-buffer v0.12.1
24612026-07-22T07:18:11.659Z Checking ipnetwork v0.21.1
24622026-07-22T07:18:11.708Z Checking anstyle-parse v1.0.0
24632026-07-22T07:18:11.722Z Checking rustls-native-certs v0.8.3
24642026-07-22T07:18:11.852Z Checking rand_chacha v0.3.1
24652026-07-22T07:18:11.865Z Checking thiserror v1.0.69
24662026-07-22T07:18:11.877Z Checking scroll v0.12.0
24672026-07-22T07:18:11.945Z Checking hash32 v0.2.1
24682026-07-22T07:18:11.961Z Checking zstd-sys v2.0.16+zstd.1.5.7
24692026-07-22T07:18:12.067Z Checking signature v2.2.0
24702026-07-22T07:18:12.080Z Checking md-5 v0.10.6
24712026-07-22T07:18:12.102Z Checking num-integer v0.1.46
24722026-07-22T07:18:12.106Z Checking serde_spanned v0.6.9
24732026-07-22T07:18:12.197Z Checking toml_datetime v0.6.11
24742026-07-22T07:18:12.216Z Checking hex v0.4.3
24752026-07-22T07:18:12.242Z Checking encoding_rs v0.8.35
24762026-07-22T07:18:12.329Z Checking zlib-rs v0.6.2
24772026-07-22T07:18:12.380Z Checking psl-types v2.0.11
24782026-07-22T07:18:12.392Z Checking hyper v1.10.1
24792026-07-22T07:18:12.443Z Checking fallible-iterator v0.2.0
24802026-07-22T07:18:12.495Z Checking mime v0.3.17
24812026-07-22T07:18:12.509Z Checking newtype-uuid v1.3.2
24822026-07-22T07:18:12.676Z Checking publicsuffix v2.3.0
24832026-07-22T07:18:12.713Z Checking num-iter v0.1.45
24842026-07-22T07:18:12.727Z Checking postgres-protocol v0.6.10
24852026-07-22T07:18:12.829Z Checking goblin v0.8.2
24862026-07-22T07:18:12.843Z Checking heapless v0.7.17
24872026-07-22T07:18:13.045Z Checking zstd-safe v7.2.4
24882026-07-22T07:18:13.205Z Checking rand v0.8.6
24892026-07-22T07:18:13.218Z Checking oxnet v0.1.6
24902026-07-22T07:18:13.251Z Checking flate2 v1.1.9
24912026-07-22T07:18:13.270Z Checking anstream v1.0.0
24922026-07-22T07:18:13.289Z Checking dof v0.4.0
24932026-07-22T07:18:13.367Z Checking hyper-util v0.1.20
24942026-07-22T07:18:13.472Z Checking cookie v0.18.1
24952026-07-22T07:18:13.488Z Checking inout v0.2.2
24962026-07-22T07:18:13.560Z Checking tokio-rustls v0.26.4
24972026-07-22T07:18:13.643Z Checking dtrace-parser v0.3.0
24982026-07-22T07:18:13.707Z Checking phf_shared v0.13.1
24992026-07-22T07:18:13.721Z Checking lazy_static v1.5.0
25002026-07-22T07:18:13.777Z Checking anstyle-parse v0.2.7
25012026-07-22T07:18:13.793Z Checking pin-project v1.1.11
25022026-07-22T07:18:13.807Z Checking zerocopy v0.7.35
25032026-07-22T07:18:13.876Z Checking terminal_size v0.4.3
25042026-07-22T07:18:13.891Z Checking bzip2-sys v0.1.13+1.0.8
25052026-07-22T07:18:13.907Z Checking signal-hook v0.3.18
25062026-07-22T07:18:13.928Z Checking futures-executor v0.3.32
25072026-07-22T07:18:13.947Z Checking ff v0.13.1
25082026-07-22T07:18:13.969Z Checking thread-id v5.1.0
25092026-07-22T07:18:13.994Z Compiling rayon-core v1.13.0
25102026-07-22T07:18:14.048Z Checking clap_lex v1.0.0
25112026-07-22T07:18:14.074Z Checking foldhash v0.1.5
25122026-07-22T07:18:14.074Z Checking either v1.15.0
25132026-07-22T07:18:14.099Z Checking foldhash v0.2.0
25142026-07-22T07:18:14.190Z Checking bitflags v1.3.2
25152026-07-22T07:18:14.204Z Checking libbz2-rs-sys v0.2.2
25162026-07-22T07:18:14.219Z Checking winnow v0.5.40
25172026-07-22T07:18:14.256Z Checking base16ct v0.2.0
25182026-07-22T07:18:14.270Z Checking same-file v1.0.6
25192026-07-22T07:18:14.275Z Checking bumpalo v3.20.2
25202026-07-22T07:18:14.321Z Checking strsim v0.11.1
25212026-07-22T07:18:14.383Z Checking managed v0.8.0
25222026-07-22T07:18:14.386Z Checking sec1 v0.7.3
25232026-07-22T07:18:14.485Z Checking zopfli v0.8.3
25242026-07-22T07:18:14.498Z Checking clap_builder v4.6.0
25252026-07-22T07:18:14.578Z Checking smoltcp v0.9.1
25262026-07-22T07:18:14.604Z Checking walkdir v2.5.0
25272026-07-22T07:18:14.617Z Checking bzip2 v0.6.1
25282026-07-22T07:18:14.701Z Checking hyper-tls v0.6.0
25292026-07-22T07:18:14.767Z Checking hyper-rustls v0.27.7
25302026-07-22T07:18:14.780Z Checking hashbrown v0.16.1
25312026-07-22T07:18:14.829Z Checking hashbrown v0.15.5
25322026-07-22T07:18:14.868Z Checking dof v0.3.0
25332026-07-22T07:18:14.880Z Checking reqwest v0.12.28
25342026-07-22T07:18:15.000Z Checking signal-hook-mio v0.2.5
25352026-07-22T07:18:15.121Z Checking futures v0.3.32
25362026-07-22T07:18:15.157Z Checking group v0.13.0
25372026-07-22T07:18:15.186Z Checking usdt-impl v0.6.0
25382026-07-22T07:18:15.199Z Checking bzip2 v0.4.4
25392026-07-22T07:18:15.297Z Checking anstream v0.6.21
25402026-07-22T07:18:15.309Z Checking phf v0.13.1
25412026-07-22T07:18:15.321Z Checking snafu v0.8.9
25422026-07-22T07:18:15.362Z Checking num-bigint-dig v0.8.6
25432026-07-22T07:18:15.426Z Checking toml_edit v0.19.15
25442026-07-22T07:18:15.456Z Checking cookie_store v0.22.1
25452026-07-22T07:18:15.477Z Checking cipher v0.5.2
25462026-07-22T07:18:15.494Z Checking daft v0.1.7
25472026-07-22T07:18:15.563Z Checking zstd v0.13.3
25482026-07-22T07:18:15.668Z Checking postgres-types v0.2.12
25492026-07-22T07:18:15.717Z Checking ed25519 v2.2.3
25502026-07-22T07:18:15.735Z Checking dtrace-parser v0.2.0
25512026-07-22T07:18:15.757Z Checking rustls-platform-verifier v0.6.2
25522026-07-22T07:18:15.789Z Checking crossbeam-deque v0.8.6
25532026-07-22T07:18:15.802Z Checking globset v0.4.18
25542026-07-22T07:18:15.895Z Checking regex v1.12.3
25552026-07-22T07:18:15.908Z Checking phf_shared v0.11.3
25562026-07-22T07:18:15.971Z Checking hkdf v0.12.4
25572026-07-22T07:18:15.973Z Checking olpc-cjson v0.1.4
25582026-07-22T07:18:15.996Z Checking curve25519-dalek v4.1.3
25592026-07-22T07:18:16.050Z Checking ref-cast v1.0.25
25602026-07-22T07:18:16.063Z Checking pkcs1 v0.7.5
25612026-07-22T07:18:16.108Z Checking strum v0.27.2
25622026-07-22T07:18:16.120Z Checking hubpack v0.1.2
25632026-07-22T07:18:16.148Z Checking memoffset v0.9.1
25642026-07-22T07:18:16.181Z Checking rustix v0.38.44
25652026-07-22T07:18:16.207Z Checking pem v3.0.6
25662026-07-22T07:18:16.220Z Checking float-cmp v0.10.0
25672026-07-22T07:18:16.233Z Checking serde_plain v1.0.2
25682026-07-22T07:18:16.296Z Checking erased-serde v0.3.31
25692026-07-22T07:18:16.299Z Checking serde-big-array v0.5.1
25702026-07-22T07:18:16.348Z Checking crypto-bigint v0.5.5
25712026-07-22T07:18:16.369Z Checking thread-id v4.2.2
25722026-07-22T07:18:16.382Z Checking memmap2 v0.9.10
25732026-07-22T07:18:16.425Z Checking env_filter v1.0.0
25742026-07-22T07:18:16.449Z Checking static_assertions v1.1.0
25752026-07-22T07:18:16.519Z Checking whoami v2.1.0
25762026-07-22T07:18:16.531Z Checking const-oid v0.10.2
25772026-07-22T07:18:16.543Z Checking cpufeatures v0.3.0
25782026-07-22T07:18:16.567Z Checking predicates-core v1.0.10
25792026-07-22T07:18:16.611Z Checking toml_write v0.1.2
25802026-07-22T07:18:16.682Z Checking new_debug_unreachable v1.0.6
25812026-07-22T07:18:16.682Z Checking winnow v0.7.14
25822026-07-22T07:18:16.707Z Checking typed-path v0.9.3
25832026-07-22T07:18:16.720Z Checking difflib v0.4.0
25842026-07-22T07:18:16.749Z Checking normalize-line-endings v0.3.0
25852026-07-22T07:18:16.780Z Checking precomputed-hash v0.1.1
25862026-07-22T07:18:16.805Z Checking fixedbitset v0.5.7
25872026-07-22T07:18:16.839Z Checking winnow v1.0.3
25882026-07-22T07:18:16.863Z Checking keccak v0.1.6
25892026-07-22T07:18:16.900Z Checking fixedbitset v0.4.2
25902026-07-22T07:18:17.006Z Checking unicode-segmentation v1.12.0
25912026-07-22T07:18:17.024Z Checking data-encoding v2.10.0
25922026-07-22T07:18:17.038Z Checking jiff v0.2.21
25932026-07-22T07:18:17.054Z Checking petgraph v0.6.5
25942026-07-22T07:18:17.142Z Checking toml_parser v1.1.2+spec-1.1.0
25952026-07-22T07:18:17.289Z Checking elliptic-curve v0.13.8
25962026-07-22T07:18:17.303Z Checking hickory-proto v0.25.2
25972026-07-22T07:18:17.328Z Checking similar v2.7.0
25982026-07-22T07:18:17.483Z Checking sha3 v0.10.8
25992026-07-22T07:18:17.508Z Checking tough v0.22.0
26002026-07-22T07:18:17.606Z Checking crossterm v0.28.1
26012026-07-22T07:18:17.694Z Checking petgraph v0.8.3
26022026-07-22T07:18:17.726Z Checking predicates v3.1.4
26032026-07-22T07:18:17.946Z Checking toml_edit v0.22.27
26042026-07-22T07:18:18.033Z Checking string_cache v0.8.9
26052026-07-22T07:18:18.210Z Checking ed25519-dalek v2.2.0
26062026-07-22T07:18:18.345Z Checking tokio-postgres v0.7.16
26072026-07-22T07:18:18.366Z Checking digest v0.11.3
26082026-07-22T07:18:18.455Z Checking slog v2.8.2
26092026-07-22T07:18:18.555Z Checking chacha20 v0.10.0
26102026-07-22T07:18:18.737Z Checking env_logger v0.11.9
26112026-07-22T07:18:18.825Z Checking usdt v0.6.0
26122026-07-22T07:18:18.933Z Checking toml v0.7.8
26132026-07-22T07:18:19.001Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26142026-07-22T07:18:19.103Z Checking usdt-impl v0.5.0
26152026-07-22T07:18:19.259Z Checking rsa v0.9.10
26162026-07-22T07:18:19.321Z Checking nix v0.31.2
26172026-07-22T07:18:19.368Z Checking zip v4.6.1
26182026-07-22T07:18:19.391Z Checking iddqd v0.4.2
26192026-07-22T07:18:19.663Z Checking reqwest v0.13.2
26202026-07-22T07:18:19.744Z Checking clap v4.6.1
26212026-07-22T07:18:19.827Z Checking zip v0.6.6
26222026-07-22T07:18:19.966Z Checking itertools v0.13.0
26232026-07-22T07:18:19.978Z Checking serde_with v3.21.0
26242026-07-22T07:18:20.177Z Checking byte-wrapper v0.1.0
26252026-07-22T07:18:20.267Z Checking strum v0.26.3
26262026-07-22T07:18:20.352Z Checking fs-err v3.3.0
26272026-07-22T07:18:20.383Z Checking ahash v0.8.12
26282026-07-22T07:18:20.387Z Checking object v0.37.3
26292026-07-22T07:18:20.563Z Checking tokio-stream v0.1.18
26302026-07-22T07:18:20.583Z Checking buf-list v1.1.2
26312026-07-22T07:18:20.599Z Checking anyhow v1.0.102
26322026-07-22T07:18:20.670Z Checking camino v1.2.2
26332026-07-22T07:18:20.770Z Checking x509-cert v0.2.5
26342026-07-22T07:18:20.800Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26352026-07-22T07:18:20.925Z Checking openapiv3 v2.2.0
26362026-07-22T07:18:20.958Z Checking peg-runtime v0.8.5
26372026-07-22T07:18:21.053Z Checking lalrpop-util v0.19.12
26382026-07-22T07:18:21.069Z Checking rayon v1.11.0
26392026-07-22T07:18:21.103Z Checking sigpipe v0.1.3
26402026-07-22T07:18:21.184Z Checking glob v0.3.3
26412026-07-22T07:18:22.646Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26422026-07-22T07:18:22.704Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26432026-07-22T07:18:22.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.68s
26442026-07-22T07:18:23.148Z
26452026-07-22T07:18:23.148Zinfo: running `cargo check --bins` on internal-dns-types (77/303)
26462026-07-22T07:18:23.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-22T07:18:23.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-22T07:18:23.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-22T07:18:23.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26502026-07-22T07:18:23.725Z
26512026-07-22T07:18:23.725Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/303)
26522026-07-22T07:18:24.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-22T07:18:24.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-22T07:18:24.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-22T07:18:24.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26562026-07-22T07:18:24.293Z
26572026-07-22T07:18:24.293Zinfo: running `cargo check --bins` on nexus-types-versions (79/303)
26582026-07-22T07:18:24.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-22T07:18:24.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-22T07:18:24.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-22T07:18:24.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26622026-07-22T07:18:24.869Z
26632026-07-22T07:18:24.869Zinfo: running `cargo check --bins` on oxql-types (80/303)
26642026-07-22T07:18:25.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-22T07:18:25.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-22T07:18:25.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-22T07:18:25.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26682026-07-22T07:18:25.428Z
26692026-07-22T07:18:25.428Zinfo: running `cargo check --bins` on oximeter-types (81/303)
26702026-07-22T07:18:25.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-22T07:18:25.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-22T07:18:25.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-22T07:18:25.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26742026-07-22T07:18:25.985Z
26752026-07-22T07:18:25.985Zinfo: running `cargo check --bins` on oximeter-types-versions (82/303)
26762026-07-22T07:18:26.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-22T07:18:26.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-22T07:18:26.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792026-07-22T07:18:26.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26802026-07-22T07:18:26.546Z
26812026-07-22T07:18:26.546Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/303)
26822026-07-22T07:18:27.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832026-07-22T07:18:27.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842026-07-22T07:18:27.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852026-07-22T07:18:27.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26862026-07-22T07:18:27.089Z
26872026-07-22T07:18:27.089Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/303)
26882026-07-22T07:18:27.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892026-07-22T07:18:27.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902026-07-22T07:18:27.757Z Compiling structmeta-derive v0.3.0
26912026-07-22T07:18:27.876Z Compiling multer v3.1.0
26922026-07-22T07:18:27.889Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932026-07-22T07:18:27.889Z Compiling async-stream-impl v0.3.6
26942026-07-22T07:18:27.907Z Compiling dropshot v0.17.1
26952026-07-22T07:18:27.922Z Compiling newtype-uuid-macros v0.1.0
26962026-07-22T07:18:27.926Z Compiling dropshot_endpoint v0.17.1
26972026-07-22T07:18:27.953Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26982026-07-22T07:18:28.133Z Checking thread_local v1.1.9
26992026-07-22T07:18:28.183Z Checking match_cfg v0.1.0
27002026-07-22T07:18:28.256Z Checking compression-core v0.4.31
27012026-07-22T07:18:28.293Z Checking hostname v0.3.1
27022026-07-22T07:18:28.350Z Checking crossbeam-channel v0.5.15
27032026-07-22T07:18:28.383Z Checking compression-codecs v0.4.37
27042026-07-22T07:18:28.398Z Checking atomicwrites v0.4.4
27052026-07-22T07:18:28.410Z Checking slog-json v2.6.1
27062026-07-22T07:18:28.523Z Checking is-terminal v0.4.17
27072026-07-22T07:18:28.537Z Checking toml_datetime v1.1.1+spec-1.1.0
27082026-07-22T07:18:28.552Z Checking serde_spanned v1.1.1
27092026-07-22T07:18:28.566Z Checking take_mut v0.2.2
27102026-07-22T07:18:28.613Z Checking toml_writer v1.1.1+spec-1.1.0
27112026-07-22T07:18:28.669Z Checking term v1.2.1
27122026-07-22T07:18:28.685Z Checking debug-ignore v1.0.5
27132026-07-22T07:18:28.699Z Checking slog-async v2.8.0
27142026-07-22T07:18:28.731Z Checking slog-bunyan v2.5.0
27152026-07-22T07:18:28.745Z Checking async-compression v0.4.41
27162026-07-22T07:18:28.782Z Checking async-stream v0.3.6
27172026-07-22T07:18:28.797Z Checking toml v1.1.2+spec-1.1.0
27182026-07-22T07:18:28.846Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27192026-07-22T07:18:28.876Z Checking progenitor-client v0.14.0
27202026-07-22T07:18:28.897Z Checking slog-term v2.9.2
27212026-07-22T07:18:28.916Z Checking sha1 v0.11.0
27222026-07-22T07:18:28.979Z Compiling structmeta v0.3.0
27232026-07-22T07:18:29.002Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27242026-07-22T07:18:29.112Z Checking waitgroup v0.1.2
27252026-07-22T07:18:29.127Z Checking rustls-pemfile v2.2.0
27262026-07-22T07:18:29.148Z Checking backon v1.6.0
27272026-07-22T07:18:29.167Z Checking serde_path_to_error v0.1.20
27282026-07-22T07:18:29.184Z Checking hostname v0.4.2
27292026-07-22T07:18:29.198Z Compiling derive-ex v0.1.8
27302026-07-22T07:18:29.210Z Compiling parse-display-derive v0.10.0
27312026-07-22T07:18:29.269Z Checking instant v0.1.13
27322026-07-22T07:18:29.357Z Checking backoff v0.4.0
27332026-07-22T07:18:29.440Z Checking progenitor-extras v0.2.0
27342026-07-22T07:18:29.453Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27352026-07-22T07:18:29.526Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27362026-07-22T07:18:29.540Z Checking itertools v0.14.0
27372026-07-22T07:18:29.652Z Checking regress v0.10.5
27382026-07-22T07:18:29.681Z Checking macaddr v1.0.1
27392026-07-22T07:18:30.033Z Checking humantime v2.3.0
27402026-07-22T07:18:30.965Z Compiling test-strategy v0.4.5
27412026-07-22T07:18:30.991Z Checking parse-display v0.10.0
27422026-07-22T07:18:31.268Z Compiling prettyplease v0.2.37
27432026-07-22T07:18:31.551Z Checking num-rational v0.4.2
27442026-07-22T07:18:31.827Z Checking num-complex v0.4.6
27452026-07-22T07:18:32.252Z Compiling num v0.4.3
27462026-07-22T07:18:32.374Z Compiling usdt-macro v0.5.0
27472026-07-22T07:18:32.409Z Compiling usdt-attr-macro v0.5.0
27482026-07-22T07:18:32.412Z Checking memmap v0.7.0
27492026-07-22T07:18:32.474Z Checking float-ord v0.3.2
27502026-07-22T07:18:32.522Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27512026-07-22T07:18:32.705Z Compiling convert_case v0.4.0
27522026-07-22T07:18:32.918Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27532026-07-22T07:18:32.932Z Checking unicode-width v0.2.0
27542026-07-22T07:18:33.102Z Compiling derive_more v0.99.20
27552026-07-22T07:18:33.158Z Checking newline-converter v0.3.0
27562026-07-22T07:18:33.193Z Checking console v0.15.11
27572026-07-22T07:18:33.296Z Checking usdt v0.5.0
27582026-07-22T07:18:33.326Z Compiling toml v0.8.23
27592026-07-22T07:18:33.474Z Checking linked-hash-map v0.5.6
27602026-07-22T07:18:33.541Z Compiling minimal-lexical v0.2.1
27612026-07-22T07:18:33.658Z Checking lru-cache v0.1.2
27622026-07-22T07:18:33.787Z Compiling nom v7.1.3
27632026-07-22T07:18:33.810Z Checking expectorate v1.2.0
27642026-07-22T07:18:34.375Z Checking camino-tempfile v1.4.1
27652026-07-22T07:18:34.409Z Checking hickory-proto v0.24.4
27662026-07-22T07:18:34.518Z Checking phf_shared v0.12.1
27672026-07-22T07:18:34.551Z Compiling slog-dtrace v0.3.0
27682026-07-22T07:18:34.769Z Checking heck v0.5.0
27692026-07-22T07:18:34.902Z Checking resolv-conf v0.7.6
27702026-07-22T07:18:35.102Z Compiling chrono-tz v0.10.4
27712026-07-22T07:18:35.123Z Compiling unicode-xid v0.2.6
27722026-07-22T07:18:35.234Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732026-07-22T07:18:35.252Z Compiling const_format_proc_macros v0.2.34
27742026-07-22T07:18:35.376Z Checking phf v0.12.1
27752026-07-22T07:18:35.523Z Checking tokio-dtrace v0.1.1
27762026-07-22T07:18:35.719Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27772026-07-22T07:18:35.740Z Compiling derive-where v1.6.0
27782026-07-22T07:18:36.065Z Checking highway v1.3.0
27792026-07-22T07:18:36.109Z Checking const_format v0.2.35
27802026-07-22T07:18:36.301Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-07-22T07:18:36.323Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27822026-07-22T07:18:36.323Z Checking hickory-resolver v0.24.4
27832026-07-22T07:18:36.347Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27842026-07-22T07:18:36.841Z Checking oxide-tokio-rt v0.1.4
27852026-07-22T07:18:37.118Z Checking qorb v0.4.1
27862026-07-22T07:18:37.329Z Checking gethostname v0.5.0
27872026-07-22T07:18:37.344Z Checking bcs v0.1.6
27882026-07-22T07:18:37.406Z Checking termtree v0.5.1
27892026-07-22T07:18:37.866Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27902026-07-22T07:18:37.881Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27912026-07-22T07:18:38.109Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27922026-07-22T07:18:38.109Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27932026-07-22T07:18:40.869Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27942026-07-22T07:18:43.356Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27952026-07-22T07:18:45.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.45s
27962026-07-22T07:18:45.710Z
27972026-07-22T07:18:45.710Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/303)
27982026-07-22T07:18:46.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-07-22T07:18:46.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-07-22T07:18:46.367Z Compiling ar_archive_writer v0.5.1
28012026-07-22T07:18:46.479Z Compiling stacker v0.1.23
28022026-07-22T07:18:46.486Z Compiling cfg_aliases v0.1.1
28032026-07-22T07:18:46.492Z Compiling convert_case v0.10.0
28042026-07-22T07:18:46.496Z Checking unicode-width v0.1.14
28052026-07-22T07:18:46.508Z Compiling proc-macro-error v1.0.4
28062026-07-22T07:18:46.519Z Checking fd-lock v4.0.4
28072026-07-22T07:18:46.523Z Checking nibble_vec v0.1.0
28082026-07-22T07:18:46.543Z Compiling nix v0.28.0
28092026-07-22T07:18:46.639Z Checking vte v0.14.1
28102026-07-22T07:18:46.653Z Compiling recursive-proc-macro-impl v0.1.1
28112026-07-22T07:18:46.757Z Checking endian-type v0.1.2
28122026-07-22T07:18:46.773Z Checking bytecount v0.6.9
28132026-07-22T07:18:46.791Z Checking strip-ansi-escapes v0.2.1
28142026-07-22T07:18:46.791Z Compiling derive_more-impl v2.1.1
28152026-07-22T07:18:46.815Z Compiling tabled_derive v0.7.0
28162026-07-22T07:18:46.871Z Checking papergrid v0.11.0
28172026-07-22T07:18:46.883Z Checking radix_trie v0.2.1
28182026-07-22T07:18:46.912Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192026-07-22T07:18:47.074Z Compiling peg-macros v0.8.5
28202026-07-22T07:18:47.091Z Checking winnow v0.6.26
28212026-07-22T07:18:47.324Z Compiling psm v0.1.30
28222026-07-22T07:18:47.415Z Compiling sqlparser_derive v0.5.0
28232026-07-22T07:18:47.497Z Checking home v0.5.12
28242026-07-22T07:18:47.608Z Checking nu-ansi-term v0.50.3
28252026-07-22T07:18:47.647Z Checking derive_more v2.1.1
28262026-07-22T07:18:47.730Z Checking unicode_categories v0.1.1
28272026-07-22T07:18:47.812Z Checking tabled v0.15.0
28282026-07-22T07:18:47.826Z Checking reedline v0.40.0
28292026-07-22T07:18:47.874Z Checking rustyline v14.0.0
28302026-07-22T07:18:47.890Z Checking crossterm v0.29.0
28312026-07-22T07:18:48.134Z Checking recursive v0.1.1
28322026-07-22T07:18:48.259Z Checking sqlparser v0.61.0
28332026-07-22T07:18:48.286Z Checking display-error-chain v0.2.2
28342026-07-22T07:18:48.320Z Checking sqlformat v0.3.5
28352026-07-22T07:18:48.511Z Checking peg v0.8.5
28362026-07-22T07:18:59.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s
28372026-07-22T07:18:59.947Z
28382026-07-22T07:18:59.947Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/303)
28392026-07-22T07:19:00.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-07-22T07:19:00.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-07-22T07:19:00.602Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-07-22T07:19:04.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
28432026-07-22T07:19:04.328Z
28442026-07-22T07:19:04.328Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/303)
28452026-07-22T07:19:04.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-07-22T07:19:04.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-07-22T07:19:04.973Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-07-22T07:19:07.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28492026-07-22T07:19:07.674Z
28502026-07-22T07:19:07.674Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/303)
28512026-07-22T07:19:08.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-07-22T07:19:08.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-07-22T07:19:08.322Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-07-22T07:19:11.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28552026-07-22T07:19:11.821Z
28562026-07-22T07:19:11.821Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/303)
28572026-07-22T07:19:12.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-07-22T07:19:12.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-07-22T07:19:12.467Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-07-22T07:19:15.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28612026-07-22T07:19:16.011Z
28622026-07-22T07:19:16.011Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/303)
28632026-07-22T07:19:16.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-07-22T07:19:16.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-07-22T07:19:16.656Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-07-22T07:19:19.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28672026-07-22T07:19:19.491Z
28682026-07-22T07:19:19.491Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/303)
28692026-07-22T07:19:19.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-07-22T07:19:19.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-07-22T07:19:20.141Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-07-22T07:19:22.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
28732026-07-22T07:19:23.000Z
28742026-07-22T07:19:23.000Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/303)
28752026-07-22T07:19:23.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-07-22T07:19:23.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-07-22T07:19:23.650Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28782026-07-22T07:19:27.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
28792026-07-22T07:19:27.354Z
28802026-07-22T07:19:27.354Zinfo: running `cargo check --bins` on oximeter (93/303)
28812026-07-22T07:19:27.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-07-22T07:19:27.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-07-22T07:19:27.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-07-22T07:19:27.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28852026-07-22T07:19:27.926Z
28862026-07-22T07:19:27.926Zinfo: running `cargo check --bins` on oximeter-schema (94/303)
28872026-07-22T07:19:28.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-07-22T07:19:28.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-07-22T07:19:28.542Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-07-22T07:19:28.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
28912026-07-22T07:19:29.071Z
28922026-07-22T07:19:29.071Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/303)
28932026-07-22T07:19:29.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-07-22T07:19:29.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-07-22T07:19:29.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-07-22T07:19:29.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28972026-07-22T07:19:29.635Z
28982026-07-22T07:19:29.635Zinfo: running `cargo check --bins` on oximeter-test-utils (96/303)
28992026-07-22T07:19:30.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-07-22T07:19:30.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-07-22T07:19:30.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-07-22T07:19:30.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-07-22T07:19:30.248Z
29042026-07-22T07:19:30.248Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/303)
29052026-07-22T07:19:30.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-07-22T07:19:30.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-07-22T07:19:30.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-07-22T07:19:30.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29092026-07-22T07:19:30.808Z
29102026-07-22T07:19:30.808Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/303)
29112026-07-22T07:19:31.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-07-22T07:19:31.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-07-22T07:19:31.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-07-22T07:19:31.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29152026-07-22T07:19:31.376Z
29162026-07-22T07:19:31.376Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/303)
29172026-07-22T07:19:31.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-07-22T07:19:31.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-07-22T07:19:31.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-07-22T07:19:31.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29212026-07-22T07:19:31.951Z
29222026-07-22T07:19:31.952Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/303)
29232026-07-22T07:19:32.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-07-22T07:19:32.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-07-22T07:19:32.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-07-22T07:19:32.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29272026-07-22T07:19:32.526Z
29282026-07-22T07:19:32.527Zinfo: running `cargo check --bins` on trust-quorum-types (101/303)
29292026-07-22T07:19:32.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-07-22T07:19:33.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-07-22T07:19:33.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-07-22T07:19:33.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29332026-07-22T07:19:33.084Z
29342026-07-22T07:19:33.084Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/303)
29352026-07-22T07:19:33.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-07-22T07:19:33.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-07-22T07:19:33.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-07-22T07:19:33.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29392026-07-22T07:19:33.659Z
29402026-07-22T07:19:33.659Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/303)
29412026-07-22T07:19:34.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-07-22T07:19:34.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-07-22T07:19:34.353Z Compiling darling_core v0.21.3
29442026-07-22T07:19:34.471Z Compiling crucible-workspace-hack v0.1.0
29452026-07-22T07:19:34.479Z Checking secrecy v0.10.3
29462026-07-22T07:19:34.485Z Compiling heapless v0.8.0
29472026-07-22T07:19:34.488Z Compiling toml_datetime v0.7.5+spec-1.1.0
29482026-07-22T07:19:34.501Z Checking hash32 v0.3.1
29492026-07-22T07:19:34.501Z Checking inout v0.1.4
29502026-07-22T07:19:34.524Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-07-22T07:19:34.582Z Compiling smoltcp v0.11.0
29522026-07-22T07:19:34.621Z Checking cobs v0.3.0
29532026-07-22T07:19:34.642Z Checking cipher v0.4.4
29542026-07-22T07:19:34.729Z Compiling toml_edit v0.23.10+spec-1.0.0
29552026-07-22T07:19:34.743Z Checking universal-hash v0.5.1
29562026-07-22T07:19:34.768Z Compiling thiserror-impl-no-std v2.0.2
29572026-07-22T07:19:34.781Z Checking half v2.7.1
29582026-07-22T07:19:34.848Z Checking opaque-debug v0.3.1
29592026-07-22T07:19:34.877Z Checking ciborium-io v0.2.2
29602026-07-22T07:19:34.916Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29612026-07-22T07:19:34.959Z Checking poly1305 v0.8.0
29622026-07-22T07:19:34.973Z Checking chacha20 v0.9.1
29632026-07-22T07:19:35.079Z Checking ciborium-ll v0.2.2
29642026-07-22T07:19:35.138Z Checking postcard v1.1.3
29652026-07-22T07:19:35.167Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29662026-07-22T07:19:35.228Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29672026-07-22T07:19:35.257Z Checking password-hash v0.5.0
29682026-07-22T07:19:35.404Z Compiling proc-macro-crate v3.4.0
29692026-07-22T07:19:35.492Z Checking blake2 v0.10.6
29702026-07-22T07:19:35.509Z Compiling proc-macro-crate v1.3.1
29712026-07-22T07:19:35.586Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
29722026-07-22T07:19:35.738Z Checking aead v0.5.2
29732026-07-22T07:19:35.813Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
29742026-07-22T07:19:35.847Z Compiling foreign-types-macros v0.2.3
29752026-07-22T07:19:35.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
29762026-07-22T07:19:35.938Z Checking foreign-types-shared v0.3.1
29772026-07-22T07:19:35.971Z Compiling num_enum_derive v0.7.6
29782026-07-22T07:19:35.995Z Checking thiserror-no-std v2.0.2
29792026-07-22T07:19:36.028Z Compiling num_enum_derive v0.5.11
29802026-07-22T07:19:36.031Z Checking chacha20poly1305 v0.10.1
29812026-07-22T07:19:36.084Z Checking vsss-rs v3.3.4
29822026-07-22T07:19:36.152Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
29832026-07-22T07:19:36.168Z Checking argon2 v0.5.3
29842026-07-22T07:19:36.456Z Checking foreign-types v0.5.0
29852026-07-22T07:19:36.517Z Checking ciborium v0.2.2
29862026-07-22T07:19:36.663Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-07-22T07:19:36.763Z Checking tabwriter v1.4.1
29882026-07-22T07:19:36.919Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-07-22T07:19:36.952Z Checking cstr-argument v0.1.2
29902026-07-22T07:19:36.968Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
29912026-07-22T07:19:37.038Z Compiling darling_macro v0.21.3
29922026-07-22T07:19:37.052Z Checking num_enum v0.7.6
29932026-07-22T07:19:37.078Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29942026-07-22T07:19:37.095Z Checking num_enum v0.5.11
29952026-07-22T07:19:37.168Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29962026-07-22T07:19:37.211Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29972026-07-22T07:19:37.232Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29982026-07-22T07:19:37.297Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-07-22T07:19:37.338Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-07-22T07:19:37.358Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-07-22T07:19:37.378Z Checking rand v0.10.1
30022026-07-22T07:19:37.435Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-07-22T07:19:37.466Z Checking indent_write v2.2.0
30042026-07-22T07:19:37.541Z Checking colored v3.1.1
30052026-07-22T07:19:37.556Z Compiling darling v0.21.3
30062026-07-22T07:19:37.598Z Compiling zone_cfg_derive v0.3.1
30072026-07-22T07:19:37.641Z Compiling ingot-macros v0.1.1
30082026-07-22T07:19:37.655Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
30092026-07-22T07:19:37.748Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-07-22T07:19:37.763Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
30112026-07-22T07:19:37.775Z Checking itertools v0.12.1
30122026-07-22T07:19:37.926Z Compiling num-derive v0.4.2
30132026-07-22T07:19:37.942Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-07-22T07:19:37.942Z Checking swrite v0.1.0
30152026-07-22T07:19:38.038Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
30162026-07-22T07:19:38.201Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-07-22T07:19:38.319Z Checking dropshot-api-manager-types v0.7.2
30182026-07-22T07:19:38.335Z Checking smf v0.2.3
30192026-07-22T07:19:38.383Z Checking nanorand v0.7.0
30202026-07-22T07:19:38.400Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-07-22T07:19:38.494Z Checking whoami v1.6.1
30222026-07-22T07:19:38.575Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30232026-07-22T07:19:38.589Z Checking flume v0.11.1
30242026-07-22T07:19:38.892Z Checking zone v0.3.1
30252026-07-22T07:19:38.945Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30262026-07-22T07:19:39.945Z Checking ingot-types v0.1.2
30272026-07-22T07:19:40.264Z Checking ingot v0.1.1
30282026-07-22T07:19:41.692Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
30292026-07-22T07:19:42.652Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
30302026-07-22T07:19:43.557Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
30312026-07-22T07:19:45.022Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-07-22T07:19:47.117Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-07-22T07:19:48.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s
30342026-07-22T07:19:48.432Z
30352026-07-22T07:19:48.432Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/303)
30362026-07-22T07:19:48.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-07-22T07:19:48.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-07-22T07:19:48.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-07-22T07:19:48.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30402026-07-22T07:19:49.002Z
30412026-07-22T07:19:49.002Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/303)
30422026-07-22T07:19:49.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-07-22T07:19:49.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-07-22T07:19:49.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-07-22T07:19:49.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30462026-07-22T07:19:49.568Z
30472026-07-22T07:19:49.568Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/303)
30482026-07-22T07:19:50.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-22T07:19:50.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-22T07:19:50.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-22T07:19:50.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30522026-07-22T07:19:50.139Z
30532026-07-22T07:19:50.139Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/303)
30542026-07-22T07:19:50.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-22T07:19:50.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-22T07:19:50.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-22T07:19:50.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30582026-07-22T07:19:50.717Z
30592026-07-22T07:19:50.717Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/303)
30602026-07-22T07:19:51.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-22T07:19:51.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-22T07:19:51.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-22T07:19:51.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30642026-07-22T07:19:51.295Z
30652026-07-22T07:19:51.295Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/303)
30662026-07-22T07:19:51.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-22T07:19:51.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-22T07:19:51.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-22T07:19:51.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30702026-07-22T07:19:51.863Z
30712026-07-22T07:19:51.863Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/303)
30722026-07-22T07:19:52.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-22T07:19:52.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-22T07:19:52.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-22T07:19:52.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30762026-07-22T07:19:52.429Z
30772026-07-22T07:19:52.429Zinfo: running `cargo check --bins` on cockroach-admin-client (111/303)
30782026-07-22T07:19:52.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-22T07:19:52.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-22T07:19:52.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-22T07:19:52.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30822026-07-22T07:19:52.979Z
30832026-07-22T07:19:52.979Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/303)
30842026-07-22T07:19:53.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-22T07:19:53.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-22T07:19:53.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-22T07:19:53.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30882026-07-22T07:19:53.547Z
30892026-07-22T07:19:53.547Zinfo: running `cargo check --bins` on dns-service-client (113/303)
30902026-07-22T07:19:54.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-22T07:19:54.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-22T07:19:54.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-22T07:19:54.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30942026-07-22T07:19:54.119Z
30952026-07-22T07:19:54.119Zinfo: running `cargo check --bins` on installinator-client (114/303)
30962026-07-22T07:19:54.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-22T07:19:54.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-22T07:19:54.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-22T07:19:54.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31002026-07-22T07:19:54.682Z
31012026-07-22T07:19:54.682Zinfo: running `cargo check --bins` on nexus-client (115/303)
31022026-07-22T07:19:55.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-22T07:19:55.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-22T07:19:55.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-22T07:19:55.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31062026-07-22T07:19:55.289Z
31072026-07-22T07:19:55.289Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/303)
31082026-07-22T07:19:55.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-22T07:19:55.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-22T07:19:55.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-22T07:19:55.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-07-22T07:19:55.888Z
31132026-07-22T07:19:55.888Zinfo: running `cargo check --bins` on ntp-admin-client (117/303)
31142026-07-22T07:19:56.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-22T07:19:56.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-22T07:19:56.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-22T07:19:56.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31182026-07-22T07:19:56.438Z
31192026-07-22T07:19:56.438Zinfo: running `cargo check --bins` on oxide-client (118/303)
31202026-07-22T07:19:56.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-22T07:19:56.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-22T07:19:56.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-22T07:19:56.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31242026-07-22T07:19:57.002Z
31252026-07-22T07:19:57.002Zinfo: running `cargo check --bins` on oximeter-client (119/303)
31262026-07-22T07:19:57.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-22T07:19:57.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-22T07:19:57.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-22T07:19:57.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31302026-07-22T07:19:57.569Z
31312026-07-22T07:19:57.569Zinfo: running `cargo check --bins` on repo-depot-client (120/303)
31322026-07-22T07:19:58.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-22T07:19:58.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-22T07:19:58.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-22T07:19:58.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31362026-07-22T07:19:58.119Z
31372026-07-22T07:19:58.119Zinfo: running `cargo check --bins` on sled-agent-client (121/303)
31382026-07-22T07:19:58.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-22T07:19:58.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-22T07:19:58.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-22T07:19:58.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31422026-07-22T07:19:58.696Z
31432026-07-22T07:19:58.696Zinfo: running `cargo check --bins` on wicketd-client (122/303)
31442026-07-22T07:19:59.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-22T07:19:59.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-22T07:19:59.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-22T07:19:59.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31482026-07-22T07:19:59.293Z
31492026-07-22T07:19:59.293Zinfo: running `cargo check --bins` on installinator-common (123/303)
31502026-07-22T07:19:59.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-22T07:19:59.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-22T07:19:59.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-22T07:19:59.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31542026-07-22T07:19:59.882Z
31552026-07-22T07:19:59.882Zinfo: running `cargo check --bins` on installinator-common-versions (124/303)
31562026-07-22T07:20:00.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-22T07:20:00.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-22T07:20:00.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-22T07:20:00.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31602026-07-22T07:20:00.433Z
31612026-07-22T07:20:00.433Zinfo: running `cargo check --bins` on wicket-common (125/303)
31622026-07-22T07:20:00.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-22T07:20:00.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-22T07:20:00.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-22T07:20:00.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31662026-07-22T07:20:01.012Z
31672026-07-22T07:20:01.012Zinfo: running `cargo check --bins` on wicketd-commission-types (126/303)
31682026-07-22T07:20:01.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-22T07:20:01.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-22T07:20:01.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-22T07:20:01.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31722026-07-22T07:20:01.580Z
31732026-07-22T07:20:01.580Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/303)
31742026-07-22T07:20:02.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-22T07:20:02.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-22T07:20:02.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-22T07:20:02.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31782026-07-22T07:20:02.153Z
31792026-07-22T07:20:02.153Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/303)
31802026-07-22T07:20:02.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-22T07:20:02.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-22T07:20:02.822Z Checking csv-core v0.1.13
31832026-07-22T07:20:02.934Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31842026-07-22T07:20:02.937Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31852026-07-22T07:20:02.947Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-07-22T07:20:03.078Z Checking csv v1.4.0
31872026-07-22T07:20:03.094Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31882026-07-22T07:20:03.407Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-07-22T07:20:03.749Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-07-22T07:20:03.753Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-07-22T07:20:04.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
31922026-07-22T07:20:04.976Z
31932026-07-22T07:20:04.976Zinfo: running `cargo check --bins` on cockroach-admin-api (129/303)
31942026-07-22T07:20:05.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-07-22T07:20:05.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-07-22T07:20:05.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-07-22T07:20:05.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31982026-07-22T07:20:05.539Z
31992026-07-22T07:20:05.539Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/303)
32002026-07-22T07:20:06.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-07-22T07:20:06.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-07-22T07:20:06.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-07-22T07:20:06.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32042026-07-22T07:20:06.181Z
32052026-07-22T07:20:06.181Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/303)
32062026-07-22T07:20:06.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-07-22T07:20:06.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-07-22T07:20:06.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-07-22T07:20:06.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32102026-07-22T07:20:06.824Z
32112026-07-22T07:20:06.824Zinfo: running `cargo check --bins` on gateway-test-utils (132/303)
32122026-07-22T07:20:07.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-07-22T07:20:07.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-07-22T07:20:07.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-07-22T07:20:07.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32162026-07-22T07:20:07.440Z
32172026-07-22T07:20:07.440Zinfo: running `cargo check --bins` on omicron-gateway (133/303)
32182026-07-22T07:20:07.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-07-22T07:20:07.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-07-22T07:20:08.189Z Compiling regress v0.11.1
32212026-07-22T07:20:08.338Z Compiling unsafe-libyaml v0.2.11
32222026-07-22T07:20:08.349Z Compiling radium v0.7.0
32232026-07-22T07:20:08.358Z Compiling semver v0.1.20
32242026-07-22T07:20:08.371Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
32252026-07-22T07:20:08.375Z Checking nom v8.0.0
32262026-07-22T07:20:08.375Z Checking tap v1.0.1
32272026-07-22T07:20:08.501Z Compiling maybe-uninit v2.0.0
32282026-07-22T07:20:08.565Z Compiling rustc_version v0.1.7
32292026-07-22T07:20:08.678Z Checking wyz v0.5.1
32302026-07-22T07:20:08.799Z Compiling newtype_derive v0.1.6
32312026-07-22T07:20:08.828Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-07-22T07:20:08.862Z Compiling zerocopy-derive v0.6.6
32332026-07-22T07:20:08.877Z Compiling serde_yaml v0.9.34+deprecated
32342026-07-22T07:20:09.012Z Checking crc-catalog v2.4.0
32352026-07-22T07:20:09.111Z Compiling packed_struct v0.10.1
32362026-07-22T07:20:09.125Z Checking funty v2.0.0
32372026-07-22T07:20:09.390Z Compiling cancel-safe-futures v0.1.5
32382026-07-22T07:20:09.458Z Checking bitvec v1.0.1
32392026-07-22T07:20:09.672Z Checking crc v3.4.0
32402026-07-22T07:20:09.772Z Checking zerocopy v0.6.6
32412026-07-22T07:20:09.891Z Checking typify-impl v0.6.2
32422026-07-22T07:20:10.089Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32432026-07-22T07:20:10.413Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-07-22T07:20:10.428Z Compiling packed_struct_codegen v0.10.1
32452026-07-22T07:20:10.467Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
32462026-07-22T07:20:10.644Z Compiling bitfield-macros v0.19.4
32472026-07-22T07:20:10.771Z Compiling indexmap v1.9.3
32482026-07-22T07:20:10.841Z Compiling owo-colors v4.3.0
32492026-07-22T07:20:10.997Z Checking nodrop v0.1.14
32502026-07-22T07:20:11.100Z Checking array-init v0.0.4
32512026-07-22T07:20:11.158Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-07-22T07:20:11.262Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-07-22T07:20:11.408Z Checking smallvec v0.6.14
32542026-07-22T07:20:11.422Z Checking bitfield v0.19.4
32552026-07-22T07:20:11.573Z Checking oxide-update-engine-types v0.1.2
32562026-07-22T07:20:11.606Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32572026-07-22T07:20:11.703Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32582026-07-22T07:20:11.718Z Checking linear-map v1.2.0
32592026-07-22T07:20:11.733Z Checking smawk v0.3.2
32602026-07-22T07:20:11.777Z Checking tagptr v0.2.0
32612026-07-22T07:20:11.871Z Checking base64 v0.21.7
32622026-07-22T07:20:11.900Z Checking unicode-linebreak v0.1.5
32632026-07-22T07:20:11.924Z Checking hashbrown v0.12.3
32642026-07-22T07:20:12.122Z Checking textwrap v0.16.2
32652026-07-22T07:20:12.125Z Checking ron v0.8.1
32662026-07-22T07:20:12.192Z Checking moka v0.12.13
32672026-07-22T07:20:12.343Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-07-22T07:20:12.514Z Checking oxide-update-engine v0.1.2
32692026-07-22T07:20:12.636Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-07-22T07:20:12.676Z Checking serde-hex v0.1.0
32712026-07-22T07:20:12.691Z Checking steno v0.4.1
32722026-07-22T07:20:12.944Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-07-22T07:20:13.117Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32742026-07-22T07:20:13.193Z Checking hashbrown v0.13.2
32752026-07-22T07:20:13.479Z Checking crc-any v2.5.0
32762026-07-22T07:20:13.662Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32772026-07-22T07:20:13.677Z Checking object v0.30.4
32782026-07-22T07:20:13.747Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-07-22T07:20:13.796Z Checking hickory-resolver v0.25.2
32802026-07-22T07:20:13.905Z Checking sha1 v0.10.6
32812026-07-22T07:20:13.922Z Checking half v1.8.3
32822026-07-22T07:20:14.085Z Checking utf-8 v0.7.6
32832026-07-22T07:20:14.131Z Checking path-slash v0.1.5
32842026-07-22T07:20:14.233Z Checking void v1.0.2
32852026-07-22T07:20:14.249Z Checking tungstenite v0.23.0
32862026-07-22T07:20:14.311Z Checking serde_cbor v0.11.2
32872026-07-22T07:20:14.340Z Checking lzss v0.8.2
32882026-07-22T07:20:14.564Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-07-22T07:20:14.676Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32902026-07-22T07:20:14.679Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32912026-07-22T07:20:14.706Z Checking nix v0.27.1
32922026-07-22T07:20:14.710Z Compiling typify-macro v0.6.2
32932026-07-22T07:20:14.836Z Checking kstat-rs v0.2.4
32942026-07-22T07:20:14.898Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
32952026-07-22T07:20:14.927Z Checking fxhash v0.2.1
32962026-07-22T07:20:14.985Z Checking serde_bytes v0.11.19
32972026-07-22T07:20:15.004Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982026-07-22T07:20:15.033Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32992026-07-22T07:20:15.053Z Checking tokio-tungstenite v0.23.1
33002026-07-22T07:20:15.167Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33012026-07-22T07:20:15.246Z Checking signal-hook-tokio v0.3.1
33022026-07-22T07:20:15.834Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33032026-07-22T07:20:16.138Z Compiling typify v0.6.2
33042026-07-22T07:20:16.218Z Compiling progenitor-impl v0.14.0
33052026-07-22T07:20:16.767Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33062026-07-22T07:20:17.083Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33072026-07-22T07:20:17.706Z Compiling progenitor-macro v0.14.0
33082026-07-22T07:20:20.101Z Checking progenitor v0.14.0
33092026-07-22T07:20:20.220Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
33102026-07-22T07:20:20.233Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-07-22T07:20:23.175Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-07-22T07:20:31.768Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-07-22T07:20:38.674Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-07-22T07:20:40.066Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-07-22T07:20:40.569Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-07-22T07:20:42.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.24s
33172026-07-22T07:20:42.882Z
33182026-07-22T07:20:42.882Zinfo: running `cargo check --bins` on gateway-api (134/303)
33192026-07-22T07:20:43.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-07-22T07:20:43.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-07-22T07:20:43.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-07-22T07:20:43.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33232026-07-22T07:20:43.442Z
33242026-07-22T07:20:43.442Zinfo: running `cargo check --bins` on ipcc (135/303)
33252026-07-22T07:20:43.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-07-22T07:20:43.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-07-22T07:20:43.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-07-22T07:20:43.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33292026-07-22T07:20:44.002Z
33302026-07-22T07:20:44.002Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/303)
33312026-07-22T07:20:44.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-07-22T07:20:44.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-07-22T07:20:44.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-07-22T07:20:44.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33352026-07-22T07:20:44.552Z
33362026-07-22T07:20:44.552Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/303)
33372026-07-22T07:20:45.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-07-22T07:20:45.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-07-22T07:20:45.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-07-22T07:20:45.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33412026-07-22T07:20:45.140Z
33422026-07-22T07:20:45.141Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/303)
33432026-07-22T07:20:45.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-07-22T07:20:45.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-07-22T07:20:45.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-07-22T07:20:45.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33472026-07-22T07:20:45.715Z
33482026-07-22T07:20:45.715Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/303)
33492026-07-22T07:20:46.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-07-22T07:20:46.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-07-22T07:20:46.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-07-22T07:20:46.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33532026-07-22T07:20:46.279Z
33542026-07-22T07:20:46.279Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/303)
33552026-07-22T07:20:46.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-07-22T07:20:46.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-07-22T07:20:46.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-07-22T07:20:46.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33592026-07-22T07:20:46.848Z
33602026-07-22T07:20:46.848Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/303)
33612026-07-22T07:20:47.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-07-22T07:20:47.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-07-22T07:20:47.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-07-22T07:20:47.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33652026-07-22T07:20:47.434Z
33662026-07-22T07:20:47.434Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/303)
33672026-07-22T07:20:47.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-07-22T07:20:47.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-07-22T07:20:47.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-07-22T07:20:47.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33712026-07-22T07:20:48.007Z
33722026-07-22T07:20:48.007Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/303)
33732026-07-22T07:20:48.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-07-22T07:20:48.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-07-22T07:20:48.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-07-22T07:20:48.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33772026-07-22T07:20:48.568Z
33782026-07-22T07:20:48.568Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/303)
33792026-07-22T07:20:49.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-07-22T07:20:49.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-07-22T07:20:49.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-07-22T07:20:49.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33832026-07-22T07:20:49.141Z
33842026-07-22T07:20:49.141Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/303)
33852026-07-22T07:20:49.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-07-22T07:20:49.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-07-22T07:20:49.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-07-22T07:20:49.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33892026-07-22T07:20:49.711Z
33902026-07-22T07:20:49.711Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/303)
33912026-07-22T07:20:50.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-07-22T07:20:50.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-07-22T07:20:50.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-07-22T07:20:50.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33952026-07-22T07:20:50.283Z
33962026-07-22T07:20:50.283Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/303)
33972026-07-22T07:20:50.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-07-22T07:20:50.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-07-22T07:20:50.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-07-22T07:20:50.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34012026-07-22T07:20:50.847Z
34022026-07-22T07:20:50.847Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/303)
34032026-07-22T07:20:51.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-07-22T07:20:51.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-07-22T07:20:51.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-07-22T07:20:51.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34072026-07-22T07:20:51.433Z
34082026-07-22T07:20:51.433Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/303)
34092026-07-22T07:20:51.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-07-22T07:20:51.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-07-22T07:20:51.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-07-22T07:20:51.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34132026-07-22T07:20:52.021Z
34142026-07-22T07:20:52.021Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/303)
34152026-07-22T07:20:52.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-07-22T07:20:52.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-07-22T07:20:52.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-07-22T07:20:52.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34192026-07-22T07:20:52.608Z
34202026-07-22T07:20:52.608Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/303)
34212026-07-22T07:20:53.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-07-22T07:20:53.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-07-22T07:20:53.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-07-22T07:20:53.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34252026-07-22T07:20:53.193Z
34262026-07-22T07:20:53.193Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/303)
34272026-07-22T07:20:53.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-07-22T07:20:53.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-07-22T07:20:53.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-07-22T07:20:53.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34312026-07-22T07:20:53.773Z
34322026-07-22T07:20:53.773Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/303)
34332026-07-22T07:20:54.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-07-22T07:20:54.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-07-22T07:20:54.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-07-22T07:20:54.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34372026-07-22T07:20:54.358Z
34382026-07-22T07:20:54.358Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/303)
34392026-07-22T07:20:54.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-07-22T07:20:54.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-07-22T07:20:54.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-07-22T07:20:54.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34432026-07-22T07:20:54.945Z
34442026-07-22T07:20:54.945Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34452026-07-22T07:20:55.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-07-22T07:20:55.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-07-22T07:20:55.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-07-22T07:20:55.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34492026-07-22T07:20:55.540Z
34502026-07-22T07:20:55.541Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/303)
34512026-07-22T07:20:56.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-07-22T07:20:56.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-07-22T07:20:56.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-07-22T07:20:56.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34552026-07-22T07:20:56.128Z
34562026-07-22T07:20:56.128Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/303)
34572026-07-22T07:20:56.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-07-22T07:20:56.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-07-22T07:20:56.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-07-22T07:20:56.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34612026-07-22T07:20:56.708Z
34622026-07-22T07:20:56.708Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/303)
34632026-07-22T07:20:57.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-07-22T07:20:57.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-07-22T07:20:57.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-07-22T07:20:57.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34672026-07-22T07:20:57.275Z
34682026-07-22T07:20:57.275Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/303)
34692026-07-22T07:20:57.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-07-22T07:20:57.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-07-22T07:20:57.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-07-22T07:20:57.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34732026-07-22T07:20:57.840Z
34742026-07-22T07:20:57.840Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/303)
34752026-07-22T07:20:58.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-07-22T07:20:58.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-07-22T07:20:58.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-07-22T07:20:58.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34792026-07-22T07:20:58.406Z
34802026-07-22T07:20:58.406Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/303)
34812026-07-22T07:20:58.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-07-22T07:20:58.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-07-22T07:20:58.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-07-22T07:20:58.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34852026-07-22T07:20:58.977Z
34862026-07-22T07:20:58.977Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/303)
34872026-07-22T07:20:59.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-07-22T07:20:59.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-07-22T07:20:59.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-07-22T07:20:59.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34912026-07-22T07:20:59.545Z
34922026-07-22T07:20:59.545Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/303)
34932026-07-22T07:21:00.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-07-22T07:21:00.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-07-22T07:21:00.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-07-22T07:21:00.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34972026-07-22T07:21:00.113Z
34982026-07-22T07:21:00.113Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/303)
34992026-07-22T07:21:00.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-07-22T07:21:00.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-07-22T07:21:00.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-07-22T07:21:00.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35032026-07-22T07:21:00.681Z
35042026-07-22T07:21:00.681Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/303)
35052026-07-22T07:21:01.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-07-22T07:21:01.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-07-22T07:21:01.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-07-22T07:21:01.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35092026-07-22T07:21:01.247Z
35102026-07-22T07:21:01.247Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/303)
35112026-07-22T07:21:01.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-07-22T07:21:01.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-07-22T07:21:01.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-07-22T07:21:01.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35152026-07-22T07:21:01.829Z
35162026-07-22T07:21:01.829Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/303)
35172026-07-22T07:21:02.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-07-22T07:21:02.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-07-22T07:21:02.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-07-22T07:21:02.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35212026-07-22T07:21:02.408Z
35222026-07-22T07:21:02.408Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/303)
35232026-07-22T07:21:02.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-07-22T07:21:02.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-07-22T07:21:02.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-07-22T07:21:02.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35272026-07-22T07:21:02.994Z
35282026-07-22T07:21:02.995Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/303)
35292026-07-22T07:21:03.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-07-22T07:21:03.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-07-22T07:21:03.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-07-22T07:21:03.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35332026-07-22T07:21:03.584Z
35342026-07-22T07:21:03.584Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/303)
35352026-07-22T07:21:04.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-07-22T07:21:04.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-07-22T07:21:04.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-07-22T07:21:04.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-07-22T07:21:04.168Z
35402026-07-22T07:21:04.168Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/303)
35412026-07-22T07:21:04.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-07-22T07:21:04.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-07-22T07:21:04.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-07-22T07:21:04.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35452026-07-22T07:21:04.751Z
35462026-07-22T07:21:04.751Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35472026-07-22T07:21:05.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-07-22T07:21:05.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-07-22T07:21:05.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-07-22T07:21:05.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-07-22T07:21:05.340Z
35522026-07-22T07:21:05.340Zinfo: running `cargo check --bins` on oximeter-producer (173/303)
35532026-07-22T07:21:05.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-07-22T07:21:05.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-07-22T07:21:05.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-07-22T07:21:05.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35572026-07-22T07:21:05.945Z
35582026-07-22T07:21:05.945Zinfo: running `cargo check --bins` on internal-dns-resolver (174/303)
35592026-07-22T07:21:06.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-07-22T07:21:06.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-07-22T07:21:06.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-07-22T07:21:06.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35632026-07-22T07:21:06.515Z
35642026-07-22T07:21:06.516Zinfo: running `cargo check --bins` on dns-server (175/303)
35652026-07-22T07:21:07.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-07-22T07:21:07.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-07-22T07:21:07.151Z Compiling parking_lot_core v0.8.6
35682026-07-22T07:21:07.155Z Compiling git-stub v1.0.0
35692026-07-22T07:21:07.155Z Checking prefix-trie v0.7.0
35702026-07-22T07:21:07.273Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35712026-07-22T07:21:07.388Z Compiling git-stub-vcs v0.1.0
35722026-07-22T07:21:07.550Z Checking hickory-server v0.25.2
35732026-07-22T07:21:07.669Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-07-22T07:21:07.685Z Checking parking_lot v0.11.2
35752026-07-22T07:21:07.855Z Checking sled v0.34.7
35762026-07-22T07:21:09.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35772026-07-22T07:21:09.944Z
35782026-07-22T07:21:09.944Zinfo: running `cargo check --bins` on dns-server-api (176/303)
35792026-07-22T07:21:10.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-07-22T07:21:10.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-07-22T07:21:10.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-07-22T07:21:10.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35832026-07-22T07:21:10.504Z
35842026-07-22T07:21:10.504Zinfo: running `cargo check --bins` on oximeter-producer-api (177/303)
35852026-07-22T07:21:10.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-07-22T07:21:10.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-07-22T07:21:10.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-07-22T07:21:10.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35892026-07-22T07:21:11.064Z
35902026-07-22T07:21:11.064Zinfo: running `cargo check --bins` on sp-sim (178/303)
35912026-07-22T07:21:11.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-22T07:21:11.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-22T07:21:11.768Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35942026-07-22T07:21:13.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
35952026-07-22T07:21:13.768Z
35962026-07-22T07:21:13.768Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/303)
35972026-07-22T07:21:14.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-22T07:21:14.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-22T07:21:14.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-07-22T07:21:14.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36012026-07-22T07:21:14.390Z
36022026-07-22T07:21:14.390Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/303)
36032026-07-22T07:21:14.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-22T07:21:14.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-22T07:21:14.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-07-22T07:21:14.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36072026-07-22T07:21:15.023Z
36082026-07-22T07:21:15.023Zinfo: running `cargo check --bins` on db-macros (181/303)
36092026-07-22T07:21:15.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-22T07:21:15.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-22T07:21:15.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-22T07:21:15.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36132026-07-22T07:21:15.574Z
36142026-07-22T07:21:15.574Zinfo: running `cargo check --bins` on nexus-macros-common (182/303)
36152026-07-22T07:21:16.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-22T07:21:16.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-22T07:21:16.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-22T07:21:16.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36192026-07-22T07:21:16.125Z
36202026-07-22T07:21:16.125Zinfo: running `cargo check --bins` on nexus-auth (183/303)
36212026-07-22T07:21:16.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-22T07:21:16.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-22T07:21:16.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-22T07:21:16.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36252026-07-22T07:21:16.740Z
36262026-07-22T07:21:16.740Zinfo: running `cargo check --bins` on authz-macros (184/303)
36272026-07-22T07:21:17.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-22T07:21:17.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-22T07:21:17.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-22T07:21:17.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36312026-07-22T07:21:17.293Z
36322026-07-22T07:21:17.293Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/303)
36332026-07-22T07:21:17.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-22T07:21:17.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-22T07:21:17.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-22T07:21:17.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36372026-07-22T07:21:17.905Z
36382026-07-22T07:21:17.905Zinfo: running `cargo check --bins` on nexus-db-model (186/303)
36392026-07-22T07:21:18.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-22T07:21:18.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-22T07:21:18.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-22T07:21:18.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36432026-07-22T07:21:18.514Z
36442026-07-22T07:21:18.514Zinfo: running `cargo check --bins` on nexus-db-schema (187/303)
36452026-07-22T07:21:18.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-22T07:21:18.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-22T07:21:18.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-22T07:21:18.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36492026-07-22T07:21:19.064Z
36502026-07-22T07:21:19.064Zinfo: running `cargo check --bins` on omicron-rpaths (188/303)
36512026-07-22T07:21:19.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-22T07:21:19.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-22T07:21:19.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-22T07:21:19.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36552026-07-22T07:21:19.615Z
36562026-07-22T07:21:19.615Zinfo: running `cargo check --bins` on nexus-defaults (189/303)
36572026-07-22T07:21:20.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-22T07:21:20.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-22T07:21:20.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-22T07:21:20.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36612026-07-22T07:21:20.184Z
36622026-07-22T07:21:20.184Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/303)
36632026-07-22T07:21:20.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-22T07:21:20.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-22T07:21:20.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-22T07:21:20.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36672026-07-22T07:21:20.742Z
36682026-07-22T07:21:20.742Zinfo: running `cargo check --bins` on parallel-task-set (191/303)
36692026-07-22T07:21:21.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-22T07:21:21.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-22T07:21:21.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-22T07:21:21.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36732026-07-22T07:21:21.298Z
36742026-07-22T07:21:21.298Zinfo: running `cargo check --bins` on omicron-git-version (192/303)
36752026-07-22T07:21:21.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-22T07:21:21.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-22T07:21:21.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-22T07:21:21.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36792026-07-22T07:21:21.856Z
36802026-07-22T07:21:21.857Zinfo: running `cargo check --bins` on nexus-db-errors (193/303)
36812026-07-22T07:21:22.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-22T07:21:22.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-22T07:21:22.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-22T07:21:22.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36852026-07-22T07:21:22.468Z
36862026-07-22T07:21:22.468Zinfo: running `cargo check --bins` on nexus-db-lookup (194/303)
36872026-07-22T07:21:22.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-22T07:21:22.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-22T07:21:22.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-22T07:21:22.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36912026-07-22T07:21:23.091Z
36922026-07-22T07:21:23.091Zinfo: running `cargo check --bins` on nexus-inventory (195/303)
36932026-07-22T07:21:23.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-22T07:21:23.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-22T07:21:23.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-22T07:21:23.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36972026-07-22T07:21:23.713Z
36982026-07-22T07:21:23.713Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/303)
36992026-07-22T07:21:24.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-22T07:21:24.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-22T07:21:24.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-22T07:21:24.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37032026-07-22T07:21:24.299Z
37042026-07-22T07:21:24.299Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/303)
37052026-07-22T07:21:24.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-22T07:21:24.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-22T07:21:24.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-22T07:21:24.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37092026-07-22T07:21:24.889Z
37102026-07-22T07:21:24.889Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/303)
37112026-07-22T07:21:25.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-22T07:21:25.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-22T07:21:25.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-22T07:21:25.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37152026-07-22T07:21:25.477Z
37162026-07-22T07:21:25.477Zinfo: running `cargo check --bins` on key-manager (199/303)
37172026-07-22T07:21:25.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-22T07:21:25.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-22T07:21:25.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-22T07:21:25.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37212026-07-22T07:21:26.040Z
37222026-07-22T07:21:26.040Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/303)
37232026-07-22T07:21:26.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-22T07:21:26.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-22T07:21:26.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-22T07:21:26.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37272026-07-22T07:21:26.619Z
37282026-07-22T07:21:26.619Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/303)
37292026-07-22T07:21:27.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-22T07:21:27.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-22T07:21:27.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-22T07:21:27.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37332026-07-22T07:21:27.190Z
37342026-07-22T07:21:27.190Zinfo: running `cargo check --bins` on typed-rng (202/303)
37352026-07-22T07:21:27.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-22T07:21:27.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-22T07:21:27.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-22T07:21:27.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37392026-07-22T07:21:27.732Z
37402026-07-22T07:21:27.732Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/303)
37412026-07-22T07:21:28.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-22T07:21:28.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-22T07:21:28.560Z Compiling libefi-sys v0.1.0
37442026-07-22T07:21:28.564Z Compiling bitfield-struct v0.6.2
37452026-07-22T07:21:28.705Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37462026-07-22T07:21:28.712Z Compiling xshell-macros v0.2.7
37472026-07-22T07:21:28.721Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37482026-07-22T07:21:28.734Z Compiling salty v0.3.0
37492026-07-22T07:21:28.767Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37502026-07-22T07:21:28.777Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-07-22T07:21:28.777Z Checking rfc6979 v0.4.0
37522026-07-22T07:21:28.917Z Checking ecdsa v0.16.9
37532026-07-22T07:21:28.937Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37542026-07-22T07:21:29.053Z Checking primeorder v0.13.6
37552026-07-22T07:21:29.077Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37562026-07-22T07:21:29.100Z Checking xshell v0.2.7
37572026-07-22T07:21:29.118Z Compiling proc-macro-error-attr2 v2.0.0
37582026-07-22T07:21:29.226Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37592026-07-22T07:21:29.262Z Checking tungstenite v0.21.0
37602026-07-22T07:21:29.279Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-07-22T07:21:29.293Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37622026-07-22T07:21:29.297Z Checking p384 v0.13.1
37632026-07-22T07:21:29.342Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37642026-07-22T07:21:29.459Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
37652026-07-22T07:21:29.475Z Compiling num-derive v0.3.3
37662026-07-22T07:21:29.549Z Compiling proc-macro-error2 v2.0.1
37672026-07-22T07:21:29.586Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-07-22T07:21:29.635Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37692026-07-22T07:21:29.698Z Checking tokio-tungstenite v0.21.0
37702026-07-22T07:21:29.827Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37712026-07-22T07:21:29.866Z Compiling tabled_derive v0.11.0
37722026-07-22T07:21:29.881Z Checking papergrid v0.17.0
37732026-07-22T07:21:29.937Z Compiling progenitor-impl v0.13.0
37742026-07-22T07:21:29.952Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
37752026-07-22T07:21:29.979Z Checking testing_table v0.3.0
37762026-07-22T07:21:30.018Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-07-22T07:21:30.073Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37782026-07-22T07:21:30.302Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37792026-07-22T07:21:30.327Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-07-22T07:21:30.400Z Checking libscf-sys v1.1.0
37812026-07-22T07:21:30.498Z Compiling illumos-nvpair-sys v0.2.0
37822026-07-22T07:21:30.537Z Checking corncobs v0.1.4
37832026-07-22T07:21:30.552Z Compiling unicase v2.9.0
37842026-07-22T07:21:30.669Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-07-22T07:21:30.730Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37862026-07-22T07:21:30.745Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
37872026-07-22T07:21:30.760Z Compiling mime_guess v2.0.5
37882026-07-22T07:21:30.777Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37892026-07-22T07:21:30.810Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37902026-07-22T07:21:30.946Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-22T07:21:31.079Z Checking tabled v0.20.0
37922026-07-22T07:21:31.297Z Checking progenitor-client v0.13.0
37932026-07-22T07:21:31.342Z Checking secrecy v0.8.0
37942026-07-22T07:21:31.431Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37952026-07-22T07:21:31.486Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37962026-07-22T07:21:31.544Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37972026-07-22T07:21:31.702Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37982026-07-22T07:21:31.862Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
37992026-07-22T07:21:31.905Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-07-22T07:21:31.923Z Checking filetime v0.2.27
38012026-07-22T07:21:31.955Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38022026-07-22T07:21:32.057Z Checking http-range v0.1.5
38032026-07-22T07:21:32.189Z Checking xattr v1.6.1
38042026-07-22T07:21:32.237Z Checking crc8 v0.1.1
38052026-07-22T07:21:32.325Z Checking tar v0.4.46
38062026-07-22T07:21:32.356Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-07-22T07:21:32.571Z Checking illumos-nvpair v0.3.0
38082026-07-22T07:21:32.634Z Compiling progenitor-macro v0.13.0
38092026-07-22T07:21:32.702Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38102026-07-22T07:21:32.716Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38112026-07-22T07:21:32.731Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38122026-07-22T07:21:32.746Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-07-22T07:21:32.826Z Checking atty v0.2.14
38142026-07-22T07:21:32.929Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
38152026-07-22T07:21:33.116Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38162026-07-22T07:21:33.236Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38172026-07-22T07:21:33.375Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38182026-07-22T07:21:33.436Z Checking hyper-staticfile v0.10.1
38192026-07-22T07:21:33.501Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38202026-07-22T07:21:33.518Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38212026-07-22T07:21:33.612Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38222026-07-22T07:21:33.718Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38232026-07-22T07:21:33.776Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38242026-07-22T07:21:33.844Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38252026-07-22T07:21:33.989Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38262026-07-22T07:21:34.041Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38272026-07-22T07:21:34.273Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38282026-07-22T07:21:34.342Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38292026-07-22T07:21:34.557Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38302026-07-22T07:21:34.899Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38312026-07-22T07:21:35.784Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38322026-07-22T07:21:36.271Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38332026-07-22T07:21:36.697Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38342026-07-22T07:21:36.792Z Checking progenitor v0.13.0
38352026-07-22T07:21:36.929Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38362026-07-22T07:21:39.299Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38372026-07-22T07:21:42.419Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38382026-07-22T07:21:53.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.97s
38392026-07-22T07:21:53.921Z
38402026-07-22T07:21:53.921Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/303)
38412026-07-22T07:21:54.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-07-22T07:21:54.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-07-22T07:21:54.687Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38442026-07-22T07:22:05.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
38452026-07-22T07:22:05.951Z
38462026-07-22T07:22:05.951Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/303)
38472026-07-22T07:22:06.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-07-22T07:22:06.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-07-22T07:22:06.716Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38502026-07-22T07:22:17.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
38512026-07-22T07:22:17.858Z
38522026-07-22T07:22:17.858Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/303)
38532026-07-22T07:22:18.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-07-22T07:22:18.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-07-22T07:22:18.631Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38562026-07-22T07:22:29.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
38572026-07-22T07:22:29.853Z
38582026-07-22T07:22:29.853Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/303)
38592026-07-22T07:22:30.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-07-22T07:22:30.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-07-22T07:22:30.620Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38622026-07-22T07:22:41.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s
38632026-07-22T07:22:41.908Z
38642026-07-22T07:22:41.908Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/303)
38652026-07-22T07:22:42.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-07-22T07:22:42.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-07-22T07:22:42.674Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-07-22T07:22:53.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s
38692026-07-22T07:22:53.824Z
38702026-07-22T07:22:53.824Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/303)
38712026-07-22T07:22:54.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-07-22T07:22:54.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-07-22T07:22:54.585Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-07-22T07:23:05.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s
38752026-07-22T07:23:05.899Z
38762026-07-22T07:23:05.899Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/303)
38772026-07-22T07:23:06.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-07-22T07:23:06.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-07-22T07:23:06.661Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-07-22T07:23:17.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
38812026-07-22T07:23:17.962Z
38822026-07-22T07:23:17.962Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/303)
38832026-07-22T07:23:18.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-07-22T07:23:18.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-07-22T07:23:18.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-07-22T07:23:18.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38872026-07-22T07:23:18.542Z
38882026-07-22T07:23:18.542Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/303)
38892026-07-22T07:23:19.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-22T07:23:19.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-22T07:23:19.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-07-22T07:23:19.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38932026-07-22T07:23:19.115Z
38942026-07-22T07:23:19.115Zinfo: running `cargo check --bins` on range-requests (213/303)
38952026-07-22T07:23:19.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-07-22T07:23:19.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-07-22T07:23:19.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-07-22T07:23:19.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38992026-07-22T07:23:19.673Z
39002026-07-22T07:23:19.673Zinfo: running `cargo check --bins` on repo-depot-api (214/303)
39012026-07-22T07:23:20.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-07-22T07:23:20.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-07-22T07:23:20.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-07-22T07:23:20.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39052026-07-22T07:23:20.242Z
39062026-07-22T07:23:20.242Zinfo: running `cargo check --bins` on sled-agent-api (215/303)
39072026-07-22T07:23:20.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-07-22T07:23:20.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-07-22T07:23:20.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-07-22T07:23:20.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39112026-07-22T07:23:20.828Z
39122026-07-22T07:23:20.828Zinfo: running `cargo check --bins` on sled-diagnostics (216/303)
39132026-07-22T07:23:21.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-07-22T07:23:21.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-07-22T07:23:21.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-07-22T07:23:21.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39172026-07-22T07:23:21.417Z
39182026-07-22T07:23:21.417Zinfo: running `cargo check --bins` on zfs-test-harness (217/303)
39192026-07-22T07:23:21.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-07-22T07:23:21.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-07-22T07:23:21.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-07-22T07:23:21.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39232026-07-22T07:23:21.993Z
39242026-07-22T07:23:21.993Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/303)
39252026-07-22T07:23:22.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-07-22T07:23:22.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-07-22T07:23:22.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-07-22T07:23:22.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39292026-07-22T07:23:22.587Z
39302026-07-22T07:23:22.587Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/303)
39312026-07-22T07:23:23.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-22T07:23:23.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-22T07:23:23.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-22T07:23:23.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39352026-07-22T07:23:23.180Z
39362026-07-22T07:23:23.180Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/303)
39372026-07-22T07:23:23.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-22T07:23:23.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-22T07:23:23.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-22T07:23:23.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39412026-07-22T07:23:23.769Z
39422026-07-22T07:23:23.769Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/303)
39432026-07-22T07:23:24.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-22T07:23:24.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-22T07:23:24.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-22T07:23:24.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39472026-07-22T07:23:24.365Z
39482026-07-22T07:23:24.365Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/303)
39492026-07-22T07:23:24.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-22T07:23:24.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-22T07:23:24.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-22T07:23:24.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39532026-07-22T07:23:24.965Z
39542026-07-22T07:23:24.965Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/303)
39552026-07-22T07:23:25.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-22T07:23:25.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-22T07:23:25.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-22T07:23:25.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39592026-07-22T07:23:25.561Z
39602026-07-22T07:23:25.562Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/303)
39612026-07-22T07:23:26.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-22T07:23:26.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-22T07:23:26.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-22T07:23:26.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39652026-07-22T07:23:26.154Z
39662026-07-22T07:23:26.154Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/303)
39672026-07-22T07:23:26.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-22T07:23:26.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-22T07:23:26.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-22T07:23:26.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39712026-07-22T07:23:26.777Z
39722026-07-22T07:23:26.777Zinfo: running `cargo check --bins` on trust-quorum (226/303)
39732026-07-22T07:23:27.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-22T07:23:27.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-22T07:23:27.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-22T07:23:27.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39772026-07-22T07:23:27.374Z
39782026-07-22T07:23:27.374Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/303)
39792026-07-22T07:23:27.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-22T07:23:27.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-22T07:23:27.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-22T07:23:27.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39832026-07-22T07:23:27.977Z
39842026-07-22T07:23:27.977Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/303)
39852026-07-22T07:23:28.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-22T07:23:28.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-22T07:23:28.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-22T07:23:28.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39892026-07-22T07:23:28.601Z
39902026-07-22T07:23:28.602Zinfo: running `cargo check --bins` on update-common (229/303)
39912026-07-22T07:23:29.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-22T07:23:29.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-22T07:23:29.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-22T07:23:29.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39952026-07-22T07:23:29.182Z
39962026-07-22T07:23:29.182Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/303)
39972026-07-22T07:23:29.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-22T07:23:29.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-22T07:23:29.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-22T07:23:29.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40012026-07-22T07:23:29.810Z
40022026-07-22T07:23:29.810Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/303)
40032026-07-22T07:23:30.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-22T07:23:30.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-22T07:23:30.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-22T07:23:30.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40072026-07-22T07:23:30.370Z
40082026-07-22T07:23:30.370Zinfo: running `cargo check --bins` on reconfigurator-cli (232/303)
40092026-07-22T07:23:30.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-22T07:23:30.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-22T07:23:31.137Z Compiling fs-err v2.11.0
40122026-07-22T07:23:31.140Z Checking ignore v0.4.25
40132026-07-22T07:23:31.140Z Checking arc-swap v1.8.2
40142026-07-22T07:23:31.275Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40152026-07-22T07:23:31.275Z Checking predicates-tree v1.0.13
40162026-07-22T07:23:31.281Z Checking parse-size v1.1.0
40172026-07-22T07:23:31.304Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40182026-07-22T07:23:31.309Z Checking rand_seeder v0.4.0
40192026-07-22T07:23:31.384Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40202026-07-22T07:23:31.406Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40212026-07-22T07:23:31.470Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40222026-07-22T07:23:31.483Z Checking slog-scope v4.4.1
40232026-07-22T07:23:31.527Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40242026-07-22T07:23:31.606Z Compiling petname v2.0.2
40252026-07-22T07:23:31.620Z Checking slog-stdlog v4.1.1
40262026-07-22T07:23:31.637Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40272026-07-22T07:23:31.668Z Checking globwalk v0.9.1
40282026-07-22T07:23:31.729Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40292026-07-22T07:23:31.745Z Checking slog-envlogger v2.2.0
40302026-07-22T07:23:31.854Z Checking camino-tempfile-ext v0.3.3
40312026-07-22T07:23:31.901Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40322026-07-22T07:23:31.929Z Checking sapling-renderdag v0.1.0
40332026-07-22T07:23:32.057Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40342026-07-22T07:23:32.113Z Checking subprocess v0.2.15
40352026-07-22T07:23:32.175Z Checking sync-ptr v0.1.4
40362026-07-22T07:23:32.264Z Checking colored v2.2.0
40372026-07-22T07:23:32.295Z Checking assert_matches v1.5.0
40382026-07-22T07:23:32.400Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40392026-07-22T07:23:32.574Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40402026-07-22T07:23:32.578Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40412026-07-22T07:23:33.214Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40422026-07-22T07:23:34.569Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40432026-07-22T07:23:36.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s
40442026-07-22T07:23:36.989Z
40452026-07-22T07:23:36.989Zinfo: running `cargo check --bins` on omicron-repl-utils (233/303)
40462026-07-22T07:23:37.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-07-22T07:23:37.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-07-22T07:23:37.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-07-22T07:23:37.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40502026-07-22T07:23:37.545Z
40512026-07-22T07:23:37.545Zinfo: running `cargo check --bins` on transient-dns-server (234/303)
40522026-07-22T07:23:38.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-07-22T07:23:38.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-07-22T07:23:38.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-07-22T07:23:38.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40562026-07-22T07:23:38.119Z
40572026-07-22T07:23:38.119Zinfo: running `cargo check --bins` on nexus-test-interface (235/303)
40582026-07-22T07:23:38.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-07-22T07:23:38.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-07-22T07:23:38.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-07-22T07:23:38.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40622026-07-22T07:23:38.743Z
40632026-07-22T07:23:38.743Zinfo: running `cargo check --bins` on oximeter-collector (236/303)
40642026-07-22T07:23:39.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-07-22T07:23:39.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-07-22T07:23:39.446Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40672026-07-22T07:23:39.446Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40682026-07-22T07:23:40.089Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40692026-07-22T07:23:41.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
40702026-07-22T07:23:41.946Z
40712026-07-22T07:23:41.946Zinfo: running `cargo check --bins` on oximeter-api (237/303)
40722026-07-22T07:23:42.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-22T07:23:42.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-22T07:23:42.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-07-22T07:23:42.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40762026-07-22T07:23:42.509Z
40772026-07-22T07:23:42.509Zinfo: running `cargo check --bins` on cert-dev (238/303)
40782026-07-22T07:23:42.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-07-22T07:23:42.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-07-22T07:23:43.088Z Checking yasna v0.5.2
40812026-07-22T07:23:43.503Z Checking rcgen v0.12.1
40822026-07-22T07:23:43.763Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40832026-07-22T07:23:43.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40842026-07-22T07:23:44.127Z
40852026-07-22T07:23:44.127Zinfo: running `cargo check --bins` on clickana (239/303)
40862026-07-22T07:23:44.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-22T07:23:44.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-22T07:23:44.747Z Compiling instability v0.3.11
40892026-07-22T07:23:44.751Z Checking castaway v0.2.4
40902026-07-22T07:23:44.751Z Compiling indoc v2.0.7
40912026-07-22T07:23:44.751Z Checking unicode-truncate v1.1.0
40922026-07-22T07:23:44.751Z Checking lru v0.12.5
40932026-07-22T07:23:44.751Z Checking cassowary v0.3.0
40942026-07-22T07:23:44.971Z Checking compact_str v0.8.1
40952026-07-22T07:23:45.773Z Checking ratatui v0.29.0
40962026-07-22T07:23:46.857Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40972026-07-22T07:23:47.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
40982026-07-22T07:23:47.689Z
40992026-07-22T07:23:47.689Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/303)
41002026-07-22T07:23:48.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-07-22T07:23:48.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-07-22T07:23:48.400Z Checking headers-core v0.3.0
41032026-07-22T07:23:48.400Z Checking port-file v0.1.0
41042026-07-22T07:23:48.403Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41052026-07-22T07:23:48.604Z Checking headers v0.4.1
41062026-07-22T07:23:48.989Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41072026-07-22T07:23:49.925Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41082026-07-22T07:23:50.413Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41092026-07-22T07:23:50.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
41102026-07-22T07:23:51.028Z
41112026-07-22T07:23:51.028Zinfo: running `cargo check --bins` on ch-dev (241/303)
41122026-07-22T07:23:51.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-07-22T07:23:51.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-07-22T07:23:51.733Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41152026-07-22T07:23:52.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41162026-07-22T07:23:52.697Z
41172026-07-22T07:23:52.697Zinfo: running `cargo check --bins` on dev-tools-common (242/303)
41182026-07-22T07:23:53.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-07-22T07:23:53.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-07-22T07:23:53.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-07-22T07:23:53.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41222026-07-22T07:23:53.122Z
41232026-07-22T07:23:53.122Zinfo: running `cargo check --bins` on corpus-adjust (243/303)
41242026-07-22T07:23:53.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-07-22T07:23:53.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-07-22T07:23:53.730Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41272026-07-22T07:23:54.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
41282026-07-22T07:23:54.261Z
41292026-07-22T07:23:54.261Zinfo: running `cargo check --bins` on crdb-seed (244/303)
41302026-07-22T07:23:54.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-07-22T07:23:54.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-07-22T07:23:54.959Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-07-22T07:23:56.042Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41342026-07-22T07:23:56.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
41352026-07-22T07:23:56.567Z
41362026-07-22T07:23:56.567Zinfo: running `cargo check --bins` on db-dev (245/303)
41372026-07-22T07:23:57.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-07-22T07:23:57.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-07-22T07:23:57.275Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41402026-07-22T07:23:58.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41412026-07-22T07:23:58.234Z
41422026-07-22T07:23:58.234Zinfo: running `cargo check --bins` on omicron-dev-lib (246/303)
41432026-07-22T07:23:58.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-07-22T07:23:58.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-07-22T07:23:58.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-07-22T07:23:58.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41472026-07-22T07:23:58.836Z
41482026-07-22T07:23:58.836Zinfo: running `cargo check --bins` on xtask-downloader (247/303)
41492026-07-22T07:23:59.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-07-22T07:23:59.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-07-22T07:23:59.423Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41522026-07-22T07:24:00.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41532026-07-22T07:24:00.296Z
41542026-07-22T07:24:00.297Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/303)
41552026-07-22T07:24:00.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-07-22T07:24:00.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-07-22T07:24:01.034Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-07-22T07:24:01.034Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-07-22T07:24:01.034Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=96483d0c52f0cfc4e22e70229466798254a99b6c#96483d0c)
41602026-07-22T07:24:01.037Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41612026-07-22T07:24:01.037Z Checking git-stub v1.0.0
41622026-07-22T07:24:01.037Z Compiling trait-variant v0.1.2
41632026-07-22T07:24:01.154Z Checking is_ci v1.2.0
41642026-07-22T07:24:01.164Z Checking maplit v1.0.2
41652026-07-22T07:24:01.237Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41662026-07-22T07:24:01.264Z Checking supports-color v3.0.2
41672026-07-22T07:24:01.297Z Checking git-stub-vcs v0.1.0
41682026-07-22T07:24:01.389Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-07-22T07:24:01.466Z Checking drift v0.2.0
41702026-07-22T07:24:01.497Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41712026-07-22T07:24:01.595Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41722026-07-22T07:24:01.739Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41732026-07-22T07:24:01.764Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41742026-07-22T07:24:01.779Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41752026-07-22T07:24:01.810Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-07-22T07:24:01.825Z Checking dropshot-api-manager v0.7.2
41772026-07-22T07:24:01.905Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-07-22T07:24:01.975Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41792026-07-22T07:24:02.184Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=96483d0c52f0cfc4e22e70229466798254a99b6c#96483d0c)
41802026-07-22T07:24:02.512Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41812026-07-22T07:24:07.725Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41822026-07-22T07:24:08.693Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41832026-07-22T07:24:09.242Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41842026-07-22T07:24:09.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.37s
41852026-07-22T07:24:09.868Z
41862026-07-22T07:24:09.868Zinfo: running `cargo check --bins` on installinator-api (249/303)
41872026-07-22T07:24:10.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-07-22T07:24:10.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-07-22T07:24:10.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-07-22T07:24:10.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41912026-07-22T07:24:10.438Z
41922026-07-22T07:24:10.438Zinfo: running `cargo check --bins` on nexus-external-api (250/303)
41932026-07-22T07:24:10.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-07-22T07:24:10.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-07-22T07:24:10.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-07-22T07:24:10.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41972026-07-22T07:24:11.050Z
41982026-07-22T07:24:11.050Zinfo: running `cargo check --bins` on nexus-internal-api (251/303)
41992026-07-22T07:24:11.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-07-22T07:24:11.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-07-22T07:24:11.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-07-22T07:24:11.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42032026-07-22T07:24:11.664Z
42042026-07-22T07:24:11.664Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/303)
42052026-07-22T07:24:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-07-22T07:24:12.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-07-22T07:24:12.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-07-22T07:24:12.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42092026-07-22T07:24:12.284Z
42102026-07-22T07:24:12.284Zinfo: running `cargo check --bins` on ntp-admin-api (253/303)
42112026-07-22T07:24:12.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-07-22T07:24:12.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-07-22T07:24:12.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-07-22T07:24:12.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42152026-07-22T07:24:12.862Z
42162026-07-22T07:24:12.862Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/303)
42172026-07-22T07:24:13.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-07-22T07:24:13.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-07-22T07:24:13.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-07-22T07:24:13.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42212026-07-22T07:24:13.421Z
42222026-07-22T07:24:13.421Zinfo: running `cargo check --bins` on wicketd-api (255/303)
42232026-07-22T07:24:13.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-07-22T07:24:13.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-07-22T07:24:13.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-07-22T07:24:13.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42272026-07-22T07:24:14.008Z
42282026-07-22T07:24:14.008Zinfo: running `cargo check --bins` on omicron-ls-apis (256/303)
42292026-07-22T07:24:14.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-22T07:24:14.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-22T07:24:14.613Z Compiling blake3 v1.8.5
42322026-07-22T07:24:14.723Z Checking arrayvec v0.7.6
42332026-07-22T07:24:14.727Z Checking constant_time_eq v0.4.2
42342026-07-22T07:24:14.727Z Checking arrayref v0.3.9
42352026-07-22T07:24:14.748Z Checking cargo-platform v0.3.2
42362026-07-22T07:24:14.751Z Checking topological-sort v0.2.2
42372026-07-22T07:24:14.751Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-07-22T07:24:14.910Z Checking cargo_metadata v0.23.1
42392026-07-22T07:24:15.657Z Checking omicron-zone-package v0.12.3
42402026-07-22T07:24:16.386Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42412026-07-22T07:24:17.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
42422026-07-22T07:24:17.417Z
42432026-07-22T07:24:17.417Zinfo: running `cargo check --bins` on mgs-dev (257/303)
42442026-07-22T07:24:17.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-07-22T07:24:17.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-07-22T07:24:18.132Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42472026-07-22T07:24:18.757Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42482026-07-22T07:24:19.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42492026-07-22T07:24:19.452Z
42502026-07-22T07:24:19.453Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (258/303)
42512026-07-22T07:24:20.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-07-22T07:24:20.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-07-22T07:24:20.418Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42542026-07-22T07:24:20.422Z Compiling vergen-lib v0.1.6
42552026-07-22T07:24:20.422Z Compiling diesel_derives v2.3.7
42562026-07-22T07:24:20.422Z Compiling dsl_auto_type v0.2.0
42572026-07-22T07:24:20.422Z Checking scheduled-thread-pool v0.2.7
42582026-07-22T07:24:20.422Z Compiling vergen-gitcl v1.0.8
42592026-07-22T07:24:20.423Z Compiling diesel_table_macro_syntax v0.3.0
42602026-07-22T07:24:20.589Z Compiling dirs-sys-next v0.1.2
42612026-07-22T07:24:20.727Z Compiling crunchy v0.2.4
42622026-07-22T07:24:20.766Z Compiling glob v0.3.3
42632026-07-22T07:24:20.819Z Compiling dirs-next v2.0.0
42642026-07-22T07:24:20.836Z Checking r2d2 v0.8.10
42652026-07-22T07:24:20.930Z Compiling tiny-keccak v2.0.2
42662026-07-22T07:24:20.947Z Checking downcast-rs v2.0.2
42672026-07-22T07:24:21.043Z Compiling term v0.7.0
42682026-07-22T07:24:21.114Z Compiling bit-vec v0.6.3
42692026-07-22T07:24:21.163Z Compiling clang-sys v1.8.1
42702026-07-22T07:24:21.260Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42712026-07-22T07:24:21.340Z Compiling ascii-canvas v3.0.0
42722026-07-22T07:24:21.466Z Compiling bit-set v0.5.3
42732026-07-22T07:24:21.567Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42742026-07-22T07:24:21.588Z Compiling itertools v0.10.5
42752026-07-22T07:24:21.605Z Compiling ena v0.14.4
42762026-07-22T07:24:21.608Z Compiling libloading v0.8.9
42772026-07-22T07:24:21.636Z Compiling diff v0.1.13
42782026-07-22T07:24:21.640Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42792026-07-22T07:24:21.714Z Compiling regex-syntax v0.6.29
42802026-07-22T07:24:21.821Z Compiling bindgen v0.71.1
42812026-07-22T07:24:21.928Z Compiling cexpr v0.6.0
42822026-07-22T07:24:22.304Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42832026-07-22T07:24:22.395Z Compiling rustc-hash v2.1.1
42842026-07-22T07:24:22.556Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42852026-07-22T07:24:22.621Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42862026-07-22T07:24:22.691Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42872026-07-22T07:24:22.710Z Compiling libxml v0.3.3
42882026-07-22T07:24:22.950Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42892026-07-22T07:24:22.985Z Compiling strum_macros v0.24.3
42902026-07-22T07:24:23.006Z Compiling indoc v1.0.9
42912026-07-22T07:24:23.177Z Compiling lalrpop v0.19.12
42922026-07-22T07:24:23.961Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42932026-07-22T07:24:24.178Z Checking derive_builder v0.20.2
42942026-07-22T07:24:24.303Z Compiling oso-derive v0.27.3
42952026-07-22T07:24:24.444Z Checking quick-xml v0.37.5
42962026-07-22T07:24:24.534Z Compiling impl-trait-for-tuples v0.2.3
42972026-07-22T07:24:24.840Z Checking openssl-probe v0.1.6
42982026-07-22T07:24:24.991Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42992026-07-22T07:24:25.361Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43002026-07-22T07:24:25.580Z Checking bb8 v0.8.6
43012026-07-22T07:24:25.688Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43022026-07-22T07:24:25.756Z Checking nonempty v0.12.0
43032026-07-22T07:24:25.874Z Compiling libz-sys v1.1.24
43042026-07-22T07:24:25.923Z Compiling strsim v0.10.0
43052026-07-22T07:24:25.942Z Compiling libgit2-sys v0.18.3+1.9.2
43062026-07-22T07:24:26.145Z Compiling darling_core v0.13.4
43072026-07-22T07:24:26.271Z Compiling vergen-git2 v9.1.0
43082026-07-22T07:24:26.505Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43092026-07-22T07:24:26.527Z Compiling base64 v0.21.7
43102026-07-22T07:24:26.749Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43112026-07-22T07:24:26.782Z Checking diesel v2.3.7
43122026-07-22T07:24:26.863Z Compiling ron v0.8.1
43132026-07-22T07:24:27.771Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43142026-07-22T07:24:27.882Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43152026-07-22T07:24:28.015Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43162026-07-22T07:24:28.104Z Compiling darling_macro v0.13.4
43172026-07-22T07:24:28.251Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43182026-07-22T07:24:28.491Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43192026-07-22T07:24:28.663Z Compiling darling v0.13.4
43202026-07-22T07:24:28.706Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43212026-07-22T07:24:28.761Z Compiling serde_with_macros v1.5.2
43222026-07-22T07:24:28.919Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43232026-07-22T07:24:29.134Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43242026-07-22T07:24:29.252Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43252026-07-22T07:24:29.341Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-07-22T07:24:29.659Z Compiling serde_with v1.14.0
43272026-07-22T07:24:30.822Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-07-22T07:24:30.977Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43292026-07-22T07:24:31.117Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43302026-07-22T07:24:31.793Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43312026-07-22T07:24:32.017Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43322026-07-22T07:24:32.314Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43332026-07-22T07:24:32.541Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43342026-07-22T07:24:32.624Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43352026-07-22T07:24:32.929Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43362026-07-22T07:24:33.496Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43372026-07-22T07:24:33.519Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43382026-07-22T07:24:33.764Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43392026-07-22T07:24:33.889Z Checking twox-hash v2.1.2
43402026-07-22T07:24:33.981Z Checking libsw-core v0.3.2
43412026-07-22T07:24:34.119Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43422026-07-22T07:24:34.139Z Checking libsw v3.5.0
43432026-07-22T07:24:34.223Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43442026-07-22T07:24:34.302Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43452026-07-22T07:24:34.620Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43462026-07-22T07:24:34.783Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43472026-07-22T07:24:36.056Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43482026-07-22T07:24:36.104Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43492026-07-22T07:24:36.317Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43502026-07-22T07:24:36.752Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43512026-07-22T07:24:36.782Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43522026-07-22T07:24:36.998Z Checking console v0.16.2
43532026-07-22T07:24:37.331Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43542026-07-22T07:24:37.487Z Checking fatfs v0.3.6
43552026-07-22T07:24:37.792Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43562026-07-22T07:24:37.958Z Compiling seq-macro v0.3.6
43572026-07-22T07:24:38.513Z Checking unit-prefix v0.5.2
43582026-07-22T07:24:38.659Z Checking indicatif v0.18.4
43592026-07-22T07:24:39.085Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43602026-07-22T07:24:39.206Z Checking oxide-update-engine-display v0.1.2
43612026-07-22T07:24:39.530Z Checking support-bundle-viewer v0.1.2
43622026-07-22T07:24:39.580Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43632026-07-22T07:24:39.727Z Checking multimap v0.10.1
43642026-07-22T07:24:44.086Z Checking diesel-dtrace v0.5.0
43652026-07-22T07:24:44.357Z Checking async-bb8-diesel v0.2.1
43662026-07-22T07:24:49.275Z Compiling samael v0.0.19
43672026-07-22T07:24:54.353Z Compiling git2 v0.20.4
43682026-07-22T07:24:55.918Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43692026-07-22T07:24:56.524Z Compiling polar-core v0.27.3
43702026-07-22T07:24:56.895Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43712026-07-22T07:25:01.197Z Checking oso v0.27.3
43722026-07-22T07:25:31.623Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-07-22T07:26:47.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
43742026-07-22T07:26:47.544Z
43752026-07-22T07:26:47.544Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (259/303)
43762026-07-22T07:26:48.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-07-22T07:26:48.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-07-22T07:26:48.417Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43792026-07-22T07:26:56.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.88s
43802026-07-22T07:26:56.653Z
43812026-07-22T07:26:56.653Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (260/303)
43822026-07-22T07:26:57.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-07-22T07:26:57.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-07-22T07:26:57.483Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43852026-07-22T07:27:05.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s
43862026-07-22T07:27:05.722Z
43872026-07-22T07:27:05.722Zinfo: running `cargo check --bins` on nexus-networking (261/303)
43882026-07-22T07:27:06.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-07-22T07:27:06.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-07-22T07:27:06.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-07-22T07:27:06.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43922026-07-22T07:27:06.347Z
43932026-07-22T07:27:06.347Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (262/303)
43942026-07-22T07:27:06.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-07-22T07:27:06.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-07-22T07:27:06.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-07-22T07:27:06.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43982026-07-22T07:27:06.980Z
43992026-07-22T07:27:06.980Zinfo: running `cargo check --bins` on nexus-saga-recovery (263/303)
44002026-07-22T07:27:07.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-07-22T07:27:07.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-07-22T07:27:07.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-07-22T07:27:07.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44042026-07-22T07:27:07.605Z
44052026-07-22T07:27:07.606Zinfo: running `cargo check --bins` on nexus-test-utils-macros (264/303)
44062026-07-22T07:27:08.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-22T07:27:08.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-22T07:27:08.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-07-22T07:27:08.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44102026-07-22T07:27:08.172Z
44112026-07-22T07:27:08.172Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (265/303)
44122026-07-22T07:27:08.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-22T07:27:08.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-22T07:27:08.992Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44152026-07-22T07:27:47.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.37s
44162026-07-22T07:27:47.772Z
44172026-07-22T07:27:47.772Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/303)
44182026-07-22T07:27:48.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-22T07:27:48.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-22T07:27:48.588Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44212026-07-22T07:28:27.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.43s
44222026-07-22T07:28:27.429Z
44232026-07-22T07:28:27.429Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (267/303)
44242026-07-22T07:28:27.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-22T07:28:27.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-22T07:28:28.233Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44272026-07-22T07:28:28.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
44282026-07-22T07:28:29.188Z
44292026-07-22T07:28:29.189Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (268/303)
44302026-07-22T07:28:29.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-22T07:28:29.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-22T07:28:29.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-22T07:28:29.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44342026-07-22T07:28:29.742Z
44352026-07-22T07:28:29.742Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (269/303)
44362026-07-22T07:28:30.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-22T07:28:30.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-22T07:28:30.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-22T07:28:30.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44402026-07-22T07:28:30.305Z
44412026-07-22T07:28:30.305Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (270/303)
44422026-07-22T07:28:30.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-22T07:28:30.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-22T07:28:30.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-22T07:28:30.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44462026-07-22T07:28:30.923Z
44472026-07-22T07:28:30.923Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (271/303)
44482026-07-22T07:28:31.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-22T07:28:31.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-22T07:28:31.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-22T07:28:31.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44522026-07-22T07:28:31.545Z
44532026-07-22T07:28:31.546Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (272/303)
44542026-07-22T07:28:32.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-22T07:28:32.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-22T07:28:32.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-07-22T07:28:32.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44582026-07-22T07:28:32.169Z
44592026-07-22T07:28:32.169Zinfo: running `cargo check --bins` on nexus-mgs-updates (273/303)
44602026-07-22T07:28:32.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-07-22T07:28:32.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-07-22T07:28:32.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-07-22T07:28:32.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44642026-07-22T07:28:32.779Z
44652026-07-22T07:28:32.779Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (274/303)
44662026-07-22T07:28:33.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-07-22T07:28:33.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-07-22T07:28:33.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-07-22T07:28:33.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44702026-07-22T07:28:33.413Z
44712026-07-22T07:28:33.413Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (275/303)
44722026-07-22T07:28:33.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-07-22T07:28:33.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-07-22T07:28:33.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-07-22T07:28:33.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44762026-07-22T07:28:34.047Z
44772026-07-22T07:28:34.047Zinfo: running `cargo check --bins` on nexus-switch-config (276/303)
44782026-07-22T07:28:34.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-07-22T07:28:34.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-07-22T07:28:34.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-07-22T07:28:34.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44822026-07-22T07:28:34.662Z
44832026-07-22T07:28:34.662Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (277/303)
44842026-07-22T07:28:35.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-07-22T07:28:35.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-07-22T07:28:35.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-07-22T07:28:35.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44882026-07-22T07:28:35.291Z
44892026-07-22T07:28:35.291Zinfo: running `cargo check --bins` on support-bundle-collection (278/303)
44902026-07-22T07:28:35.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-07-22T07:28:35.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-07-22T07:28:35.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-07-22T07:28:35.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44942026-07-22T07:28:35.918Z
44952026-07-22T07:28:35.918Zinfo: running `cargo check --bins` on omicron-dev (279/303)
44962026-07-22T07:28:36.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-07-22T07:28:36.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-07-22T07:28:36.818Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44992026-07-22T07:28:36.821Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45002026-07-22T07:28:37.010Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45012026-07-22T07:28:37.042Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45022026-07-22T07:28:37.059Z Checking yansi v1.0.1
45032026-07-22T07:28:37.063Z Checking diff v0.1.13
45042026-07-22T07:28:37.075Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45052026-07-22T07:28:37.107Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45062026-07-22T07:28:37.318Z Checking pretty_assertions v1.4.1
45072026-07-22T07:28:38.092Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45082026-07-22T07:28:38.140Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45092026-07-22T07:29:03.788Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45102026-07-22T07:29:03.788Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45112026-07-22T07:29:03.791Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45122026-07-22T07:29:03.791Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45132026-07-22T07:29:03.791Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45142026-07-22T07:29:03.791Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45152026-07-22T07:29:03.791Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45162026-07-22T07:29:04.607Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45172026-07-22T07:29:04.610Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45182026-07-22T07:29:05.850Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45192026-07-22T07:29:44.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
45202026-07-22T07:29:44.648Z
45212026-07-22T07:29:44.648Zinfo: running `cargo check --bins` on omicron-pins (280/303)
45222026-07-22T07:29:45.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-07-22T07:29:45.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-07-22T07:29:45.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-07-22T07:29:45.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45262026-07-22T07:29:45.209Z
45272026-07-22T07:29:45.210Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (281/303)
45282026-07-22T07:29:45.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-07-22T07:29:45.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-07-22T07:29:45.961Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45312026-07-22T07:29:46.083Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45322026-07-22T07:29:46.094Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45332026-07-22T07:30:13.934Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45342026-07-22T07:30:14.316Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45352026-07-22T07:30:16.105Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45362026-07-22T07:30:16.550Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45372026-07-22T07:30:19.725Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45382026-07-22T07:30:44.151Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45392026-07-22T07:30:44.865Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45402026-07-22T07:30:46.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
45412026-07-22T07:30:46.743Z
45422026-07-22T07:30:46.743Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (282/303)
45432026-07-22T07:30:47.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-07-22T07:30:47.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-07-22T07:30:47.442Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45462026-07-22T07:30:48.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45472026-07-22T07:30:48.321Z
45482026-07-22T07:30:48.321Zinfo: running `cargo check --bins` on omicron-releng (283/303)
45492026-07-22T07:30:48.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-22T07:30:48.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-22T07:30:48.961Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45522026-07-22T07:30:49.075Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45532026-07-22T07:30:49.079Z Checking digest-io v0.1.0
45542026-07-22T07:30:49.090Z Checking sha2 v0.11.0
45552026-07-22T07:30:49.090Z Checking rawzip v0.4.4
45562026-07-22T07:30:49.105Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45572026-07-22T07:30:49.116Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45582026-07-22T07:30:49.116Z Checking shell-words v1.1.1
45592026-07-22T07:30:49.552Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45602026-07-22T07:30:49.774Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45612026-07-22T07:30:50.815Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45622026-07-22T07:30:51.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
45632026-07-22T07:30:52.061Z
45642026-07-22T07:30:52.061Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (284/303)
45652026-07-22T07:30:52.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-22T07:30:52.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-22T07:30:52.691Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45682026-07-22T07:30:53.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
45692026-07-22T07:30:53.370Z
45702026-07-22T07:30:53.370Zinfo: running `cargo check --bins` on schema (285/303)
45712026-07-22T07:30:53.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-07-22T07:30:53.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-07-22T07:30:54.095Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45742026-07-22T07:30:54.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45752026-07-22T07:30:54.995Z
45762026-07-22T07:30:54.995Zinfo: running `cargo check --bins` on xtask (286/303)
45772026-07-22T07:30:55.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-07-22T07:30:55.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-07-22T07:30:55.405Z Checking serde_core v1.0.228
45802026-07-22T07:30:55.405Z Checking libc v0.2.185
45812026-07-22T07:30:55.486Z Checking bitflags v2.11.0
45822026-07-22T07:30:55.492Z Checking scroll v0.12.0
45832026-07-22T07:30:55.495Z Checking thiserror v1.0.69
45842026-07-22T07:30:55.504Z Checking log v0.4.29
45852026-07-22T07:30:55.512Z Checking indexmap v2.14.0
45862026-07-22T07:30:55.513Z Checking zerocopy v0.7.35
45872026-07-22T07:30:55.588Z Checking syn v2.0.117
45882026-07-22T07:30:55.635Z Checking dtrace-parser v0.2.0
45892026-07-22T07:30:55.652Z Checking once_cell v1.21.3
45902026-07-22T07:30:55.715Z Checking goblin v0.8.2
45912026-07-22T07:30:55.784Z Checking errno v0.3.14
45922026-07-22T07:30:55.835Z Checking thread-id v4.2.2
45932026-07-22T07:30:55.878Z Checking getrandom v0.4.1
45942026-07-22T07:30:55.901Z Checking rustix v1.1.3
45952026-07-22T07:30:55.912Z Checking memmap v0.7.0
45962026-07-22T07:30:56.008Z Checking thiserror v2.0.18
45972026-07-22T07:30:56.020Z Checking fs-err v3.3.0
45982026-07-22T07:30:56.039Z Checking tabled v0.15.0
45992026-07-22T07:30:56.088Z Checking anyhow v1.0.102
46002026-07-22T07:30:56.705Z Checking terminal_size v0.4.3
46012026-07-22T07:30:56.705Z Checking tempfile v3.25.0
46022026-07-22T07:30:56.818Z Checking clap_builder v4.6.0
46032026-07-22T07:30:56.818Z Checking textwrap v0.16.2
46042026-07-22T07:30:57.000Z Checking serde v1.0.228
46052026-07-22T07:30:57.001Z Checking serde_json v1.0.150
46062026-07-22T07:30:57.004Z Checking camino v1.2.2
46072026-07-22T07:30:57.035Z Checking cargo-platform v0.3.2
46082026-07-22T07:30:57.179Z Checking semver v1.0.28
46092026-07-22T07:30:57.263Z Checking camino-tempfile v1.4.1
46102026-07-22T07:30:57.423Z Checking serde_spanned v0.6.9
46112026-07-22T07:30:57.423Z Checking toml_datetime v0.6.11
46122026-07-22T07:30:57.423Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46132026-07-22T07:30:57.427Z Checking macaddr v1.0.1
46142026-07-22T07:30:57.604Z Checking toml_edit v0.22.27
46152026-07-22T07:30:57.635Z Checking dof v0.3.0
46162026-07-22T07:30:57.635Z Checking cargo_metadata v0.23.1
46172026-07-22T07:30:57.913Z Checking usdt-impl v0.5.0
46182026-07-22T07:30:58.062Z Checking clap v4.6.1
46192026-07-22T07:30:58.181Z Checking usdt v0.5.0
46202026-07-22T07:30:58.606Z Checking toml v0.8.23
46212026-07-22T07:30:58.871Z Checking cargo_toml v0.21.0
46222026-07-22T07:30:59.523Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46232026-07-22T07:30:59.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
46242026-07-22T07:31:00.038Z
46252026-07-22T07:31:00.038Zinfo: running `cargo check --bins` on dnsadm (287/303)
46262026-07-22T07:31:00.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-07-22T07:31:00.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-07-22T07:31:00.667Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46292026-07-22T07:31:01.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
46302026-07-22T07:31:01.340Z
46312026-07-22T07:31:01.340Zinfo: running `cargo check --bins` on end-to-end-tests (288/303)
46322026-07-22T07:31:01.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-07-22T07:31:01.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-07-22T07:31:02.148Z Checking cpubits v0.1.1
46352026-07-22T07:31:02.276Z Checking pem-rfc7468 v1.0.0
46362026-07-22T07:31:02.290Z Checking hmac v0.13.0
46372026-07-22T07:31:02.290Z Checking universal-hash v0.6.1
46382026-07-22T07:31:02.316Z Checking ctr v0.10.1
46392026-07-22T07:31:02.316Z Checking aead v0.6.1
46402026-07-22T07:31:02.346Z Checking aes v0.9.1
46412026-07-22T07:31:02.367Z Checking crypto-bigint v0.7.5
46422026-07-22T07:31:02.374Z Checking cbc v0.2.1
46432026-07-22T07:31:02.417Z Checking polyval v0.7.1
46442026-07-22T07:31:02.433Z Checking der v0.8.0
46452026-07-22T07:31:02.447Z Checking pbkdf2 v0.13.0
46462026-07-22T07:31:02.465Z Checking salsa20 v0.11.0
46472026-07-22T07:31:02.515Z Checking ff v0.14.0
46482026-07-22T07:31:02.518Z Checking signature v3.0.0
46492026-07-22T07:31:02.563Z Checking base16ct v1.0.0
46502026-07-22T07:31:02.583Z Checking ghash v0.6.0
46512026-07-22T07:31:02.601Z Checking scrypt v0.12.0
46522026-07-22T07:31:02.663Z Checking group v0.14.0
46532026-07-22T07:31:02.691Z Checking hkdf v0.13.0
46542026-07-22T07:31:02.710Z Checking rfc6979 v0.5.0
46552026-07-22T07:31:02.729Z Compiling curve25519-dalek v5.0.0-rc.0
46562026-07-22T07:31:02.752Z Checking aes-gcm v0.11.0
46572026-07-22T07:31:02.772Z Checking poly1305 v0.9.0
46582026-07-22T07:31:02.811Z Checking blowfish v0.10.0
46592026-07-22T07:31:02.826Z Checking blake2 v0.11.0-rc.6
46602026-07-22T07:31:02.847Z Checking keccak v0.2.0
46612026-07-22T07:31:02.911Z Checking fiat-crypto v0.3.0
46622026-07-22T07:31:02.959Z Checking bcrypt-pbkdf v0.11.0
46632026-07-22T07:31:03.005Z Checking sha3 v0.11.0
46642026-07-22T07:31:03.041Z Checking kem v0.3.0
46652026-07-22T07:31:03.084Z Checking argon2 v0.6.0-rc.8
46662026-07-22T07:31:03.114Z Checking module-lattice v0.2.3
46672026-07-22T07:31:03.159Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46682026-07-22T07:31:03.251Z Checking spki v0.8.0
46692026-07-22T07:31:03.333Z Checking sec1 v0.8.1
46702026-07-22T07:31:03.353Z Checking ml-kem v0.3.2
46712026-07-22T07:31:03.370Z Checking internal-russh-num-bigint v0.5.0
46722026-07-22T07:31:03.401Z Checking num-bigint v0.4.6
46732026-07-22T07:31:03.425Z Checking pkcs5 v0.8.1
46742026-07-22T07:31:03.539Z Checking pkcs1 v0.8.0-rc.4
46752026-07-22T07:31:03.723Z Checking pkcs8 v0.11.0
46762026-07-22T07:31:03.750Z Checking generic-array v1.4.3
46772026-07-22T07:31:03.923Z Checking ed25519 v3.0.0
46782026-07-22T07:31:04.025Z Compiling enum_dispatch v0.3.13
46792026-07-22T07:31:04.123Z Checking ed25519-dalek v3.0.0-rc.0
46802026-07-22T07:31:04.155Z Checking russh-util v0.52.0
46812026-07-22T07:31:04.170Z Compiling delegate v0.13.5
46822026-07-22T07:31:04.227Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46832026-07-22T07:31:04.279Z Checking md5 v0.8.0
46842026-07-22T07:31:04.343Z Checking hex-literal v1.1.0
46852026-07-22T07:31:04.381Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46862026-07-22T07:31:04.446Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46872026-07-22T07:31:04.462Z Checking internet-checksum v0.2.1
46882026-07-22T07:31:04.668Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46892026-07-22T07:31:04.684Z Checking elliptic-curve v0.14.0-rc.33
46902026-07-22T07:31:04.684Z Checking primefield v0.14.0
46912026-07-22T07:31:04.687Z Checking ssh-encoding v0.3.0-rc.9
46922026-07-22T07:31:04.896Z Checking crypto-primes v0.7.2
46932026-07-22T07:31:04.929Z Checking ssh-cipher v0.3.0-rc.9
46942026-07-22T07:31:04.987Z Checking russh-cryptovec v0.61.0
46952026-07-22T07:31:05.199Z Checking primeorder v0.14.0-rc.10
46962026-07-22T07:31:05.202Z Checking ecdsa v0.17.0-rc.18
46972026-07-22T07:31:05.573Z Checking p521 v0.14.0-rc.10
46982026-07-22T07:31:05.573Z Checking p256 v0.14.0-rc.10
46992026-07-22T07:31:05.889Z Checking rsa v0.10.0-rc.18
47002026-07-22T07:31:07.957Z Checking p384 v0.14.0-rc.10
47012026-07-22T07:31:09.910Z Checking ssh-key v0.7.0-rc.10
47022026-07-22T07:31:10.683Z Checking russh v0.61.2
47032026-07-22T07:31:23.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.72s
47042026-07-22T07:31:23.277Z
47052026-07-22T07:31:23.277Zinfo: running `cargo check --bins` on gateway-cli (289/303)
47062026-07-22T07:31:23.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-07-22T07:31:23.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-07-22T07:31:23.908Z Checking termios v0.3.3
47092026-07-22T07:31:24.104Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47102026-07-22T07:31:24.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
47112026-07-22T07:31:24.869Z
47122026-07-22T07:31:24.869Zinfo: running `cargo check --bins --no-default-features` on installinator (290/303)
47132026-07-22T07:31:25.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-07-22T07:31:25.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-07-22T07:31:25.553Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47162026-07-22T07:31:26.264Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47172026-07-22T07:31:27.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
47182026-07-22T07:31:28.129Z
47192026-07-22T07:31:28.129Zinfo: running `cargo check --bins` on internal-dns-cli (291/303)
47202026-07-22T07:31:28.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-07-22T07:31:28.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-07-22T07:31:28.750Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47232026-07-22T07:31:29.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
47242026-07-22T07:31:29.337Z
47252026-07-22T07:31:29.337Zinfo: running `cargo check --bins` on omicron-live-tests (292/303)
47262026-07-22T07:31:29.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-07-22T07:31:29.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-07-22T07:31:29.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47292026-07-22T07:31:29.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47302026-07-22T07:31:29.899Z
47312026-07-22T07:31:29.899Zinfo: running `cargo check --bins` on live-tests-macros (293/303)
47322026-07-22T07:31:30.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-07-22T07:31:30.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-07-22T07:31:30.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47352026-07-22T07:31:30.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47362026-07-22T07:31:30.469Z
47372026-07-22T07:31:30.469Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/303)
47382026-07-22T07:31:30.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-07-22T07:31:31.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-07-22T07:31:31.212Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47412026-07-22T07:31:31.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47422026-07-22T07:31:32.012Z
47432026-07-22T07:31:32.012Zinfo: running `cargo check --bins` on omicron-ntp-admin (295/303)
47442026-07-22T07:31:32.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47452026-07-22T07:31:32.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47462026-07-22T07:31:32.640Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47472026-07-22T07:31:32.643Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47482026-07-22T07:31:33.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
47492026-07-22T07:31:33.707Z
47502026-07-22T07:31:33.707Zinfo: running `cargo check --bins` on ntp-admin-types (296/303)
47512026-07-22T07:31:34.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-07-22T07:31:34.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-07-22T07:31:34.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47542026-07-22T07:31:34.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47552026-07-22T07:31:34.271Z
47562026-07-22T07:31:34.271Zinfo: running `cargo check --bins` on omicron-package (297/303)
47572026-07-22T07:31:34.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-07-22T07:31:34.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-07-22T07:31:34.940Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47602026-07-22T07:31:36.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47612026-07-22T07:31:36.215Z
47622026-07-22T07:31:36.216Zinfo: running `cargo check --bins` on tqdb (298/303)
47632026-07-22T07:31:36.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-22T07:31:36.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-22T07:31:36.986Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47662026-07-22T07:31:37.340Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47672026-07-22T07:31:37.865Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47682026-07-22T07:31:37.865Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47692026-07-22T07:31:44.176Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47702026-07-22T07:31:44.176Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47712026-07-22T07:31:44.760Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47722026-07-22T07:31:44.760Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47732026-07-22T07:31:44.764Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47742026-07-22T07:31:44.764Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47752026-07-22T07:31:45.578Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47762026-07-22T07:31:46.632Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47772026-07-22T07:31:47.483Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47782026-07-22T07:31:48.123Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47792026-07-22T07:31:53.156Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47802026-07-22T07:32:00.121Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47812026-07-22T07:32:00.128Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47822026-07-22T07:32:00.128Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47832026-07-22T07:32:00.128Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47842026-07-22T07:32:01.623Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47852026-07-22T07:32:03.003Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47862026-07-22T07:32:03.695Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47872026-07-22T07:32:04.973Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47882026-07-22T07:32:05.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.30s
47892026-07-22T07:32:05.725Z
47902026-07-22T07:32:05.725Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
47912026-07-22T07:32:06.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47922026-07-22T07:32:06.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47932026-07-22T07:32:06.427Z Checking rtoolbox v0.0.3
47942026-07-22T07:32:06.434Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47952026-07-22T07:32:06.548Z Checking tui-tree-widget v0.23.1
47962026-07-22T07:32:06.645Z Checking rpassword v7.5.4
47972026-07-22T07:32:09.701Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47982026-07-22T07:32:11.587Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47992026-07-22T07:32:12.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s
48002026-07-22T07:32:12.655Z
48012026-07-22T07:32:12.655Zinfo: running `cargo check --bins` on wicket (300/303)
48022026-07-22T07:32:13.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48032026-07-22T07:32:13.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48042026-07-22T07:32:13.334Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48052026-07-22T07:32:13.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
48062026-07-22T07:32:13.867Z
48072026-07-22T07:32:13.868Zinfo: running `cargo check --bins` on wicketd (301/303)
48082026-07-22T07:32:14.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48092026-07-22T07:32:14.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48102026-07-22T07:32:14.556Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48112026-07-22T07:32:17.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
48122026-07-22T07:32:21.998Z
48132026-07-22T07:32:21.998Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48142026-07-22T07:32:21.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48152026-07-22T07:32:21.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48162026-07-22T07:32:21.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48172026-07-22T07:32:21.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48182026-07-22T07:32:21.999Z
48192026-07-22T07:32:21.999Zinfo: running `cargo check --bins` on zone-setup (303/303)
48202026-07-22T07:32:21.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48212026-07-22T07:32:21.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48222026-07-22T07:32:21.999Z Checking uzers v0.12.2
48232026-07-22T07:32:21.999Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48242026-07-22T07:32:22.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
48252026-07-22T07:32:22.021Z
48262026-07-22T07:32:22.021Zreal 15:02.187682668
48272026-07-22T07:32:22.021Zuser 22:22.842495216
48282026-07-22T07:32:22.021Zsys 4:22.672160892
48292026-07-22T07:32:22.021Ztrap 0.351040302
48302026-07-22T07:32:22.021Ztflt 0.739262546
48312026-07-22T07:32:22.021Zdflt 1.051616824
48322026-07-22T07:32:22.021Zkflt 0.004895862
48332026-07-22T07:32:22.021Zlock 1:22:53.900455328
48342026-07-22T07:32:22.022Zslp 1:47:52.654251607
48352026-07-22T07:32:22.022Zlat 58.235461564
48362026-07-22T07:32:22.022Zstop 3:44.683780805
48372026-07-22T07:32:22.022Zprocess exited: duration 1028732 ms, exit code 0
 
48382026-07-22T07:32:22.043Zfound 0 output files