01KY40NEC8CYSK2DVDRN4PJVCE: 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: 01KY40PFVH6NY509854RWVA7CJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T04:18:36.601Zjob assigned to worker 01KY40PPW18CYF2BGH5AE1MF7B [factory aws, i-0bc228b78aaa7500a] (queued for 50 s)
 
22026-07-22T04:18:42.832Zstarting task 0: "setup"
32026-07-22T04:18:42.836Z++ uname -s
42026-07-22T04:18:42.840Z+ kern=SunOS
52026-07-22T04:18:42.840Z+ build_user=build
62026-07-22T04:18:42.841Z+ build_uid=12345
72026-07-22T04:18:42.841Z+ work_dir=/work
82026-07-22T04:18:42.841Z+ input_dir=/input
92026-07-22T04:18:42.841Z+ [[ 0 == 12345 ]]
102026-07-22T04:18:42.841Z+ case "$kern" in
112026-07-22T04:18:42.841Z+ groupadd -g 12345 build
122026-07-22T04:18:42.841Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T04:18:44.847Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T04:18:44.920Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T04:18:44.923Z+ home_fs=zfs
162026-07-22T04:18:44.923Z+ [[ zfs == autofs ]]
172026-07-22T04:18:44.923Z+ mkdir -p /home/build
182026-07-22T04:18:44.923Z+ chown build:build /home/build /work
192026-07-22T04:18:46.936Z+ chmod 0700 /home/build /work
202026-07-22T04:18:46.945Zprocess exited: duration 4094 ms, exit code 0
 
212026-07-22T04:18:46.954Zstarting task 1: "rust-toolchain"
222026-07-22T04:18:46.958Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T04:18:46.958Z * rust toolchain channel = "1.96.1"
242026-07-22T04:18:46.958Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-22T04:18:46.958Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-22T04:18:46.958Z * rust toolchain profile = "default"
272026-07-22T04:18:46.958Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T04:18:46.962Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T04:18:46.962Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T04:18:47.040Zinfo: downloading installer
312026-07-22T04:18:48.384Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T04:18:48.385Zwarn: /home/build/.rustup/settings.toml
332026-07-22T04:18:48.385Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T04:18:48.385Zwarn: instead of the one inferred from the default host triple.
352026-07-22T04:18:48.397Zinfo: profile set to default
362026-07-22T04:18:48.397Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T04:18:48.436Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T04:18:48.534Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T04:18:48.537Zinfo: downloading 6 components
402026-07-22T04:19:02.610Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T04:19:02.610Z
422026-07-22T04:19:02.636Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T04:19:02.636Z
442026-07-22T04:19:02.636Z
452026-07-22T04:19:02.636ZRust is installed now. Great!
462026-07-22T04:19:02.636Z
472026-07-22T04:19:02.642ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T04:19:02.642Zenvironment variable. This has not been done automatically.
492026-07-22T04:19:02.642Z
502026-07-22T04:19:02.642ZTo configure your current shell, you need to source
512026-07-22T04:19:02.642Zthe corresponding env file under $HOME/.cargo.
522026-07-22T04:19:02.642Z
532026-07-22T04:19:02.642ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T04:19:02.642Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T04:19:02.643Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T04:19:02.643Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T04:19:02.645Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T04:19:02.645Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T04:19:02.645Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T04:19:02.645Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T04:19:02.645Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T04:19:02.725Z+ rustup --version
632026-07-22T04:19:02.733Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T04:19:02.738Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T04:19:02.762Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T04:19:02.768Z+ cargo --version
672026-07-22T04:19:02.774Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T04:19:02.779Z+ rustc --version
692026-07-22T04:19:02.796Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T04:19:02.800Zprocess exited: duration 15843 ms, exit code 0
 
712026-07-22T04:19:02.811Zstarting task 2: "authentication"
722026-07-22T04:19:02.825ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-22T04:19:20.900Zprocess exited: duration 18090 ms, exit code 0
 
742026-07-22T04:19:20.913Zstarting task 3: "clone repository"
752026-07-22T04:19:20.921Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-22T04:19:20.921Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-22T04:19:20.946ZCloning into '/work/oxidecomputer/omicron'...
782026-07-22T04:19:30.469Z+ cd /work/oxidecomputer/omicron
792026-07-22T04:19:30.469Z+ git fetch origin bd2cfbbeb83890064555b4898b4e33e01ba14587
802026-07-22T04:19:30.743ZFrom https://github.com/oxidecomputer/omicron
812026-07-22T04:19:30.743Z * branch bd2cfbbeb83890064555b4898b4e33e01ba14587 -> FETCH_HEAD
822026-07-22T04:19:30.754Z+ [[ -n renovate/bhyve_api-digest ]]
832026-07-22T04:19:30.756Z++ git branch --show-current
842026-07-22T04:19:30.756Z+ current=main
852026-07-22T04:19:30.757Z+ [[ main != renovate/bhyve_api-digest ]]
862026-07-22T04:19:30.757Z+ git branch -f renovate/bhyve_api-digest bd2cfbbeb83890064555b4898b4e33e01ba14587
872026-07-22T04:19:30.760Z+ git checkout -f renovate/bhyve_api-digest
882026-07-22T04:19:30.828ZSwitched to branch 'renovate/bhyve_api-digest'
892026-07-22T04:19:30.832Z+ git reset --hard bd2cfbbeb83890064555b4898b4e33e01ba14587
902026-07-22T04:19:30.898ZHEAD is now at bd2cfbbeb Update bhyve_api digest to bf8c4b2
912026-07-22T04:19:30.902Zprocess exited: duration 9990 ms, exit code 0
 
922026-07-22T04:19:30.908Zstarting task 4: "build"
932026-07-22T04:19:30.912Z+ source .github/buildomat/ci-env.sh
942026-07-22T04:19:30.912Z++ export CARGO_TERM_COLOR=always
952026-07-22T04:19:30.912Z++ CARGO_TERM_COLOR=always
962026-07-22T04:19:30.915Z+++ uname -s
972026-07-22T04:19:30.915Z++ [[ SunOS == \S\u\n\O\S ]]
982026-07-22T04:19:30.915Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-07-22T04:19:30.915Z+ cargo --version
1002026-07-22T04:19:30.925Zcargo 1.96.1 (356927216 2026-06-26)
1012026-07-22T04:19:30.928Z+ rustc --version
1022026-07-22T04:19:30.952Zrustc 1.96.1 (31fca3adb 2026-06-26)
1032026-07-22T04:19:30.958Z+ source ./env.sh
1042026-07-22T04:19:30.958Z++ OLD_SHELL_OPTS=ehxB
1052026-07-22T04:19:30.958Z++ set -o xtrace
1062026-07-22T04:19:30.958Z++++ dirname ./env.sh
1072026-07-22T04:19:30.959Z+++ readlink -f .
1082026-07-22T04:19:30.959Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-07-22T04:19:30.959Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-22T04:19:30.959Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-22T04:19:30.959Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-22T04:19:30.959Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-22T04:19:30.959Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-22T04:19:30.959Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-22T04:19:30.959Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-22T04:19:30.959Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-22T04:19:30.960Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-22T04:19:30.960Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-07-22T04:19:30.960Z++ case $OLD_SHELL_OPTS in
1202026-07-22T04:19:30.960Z++ unset OLD_SHELL_OPTS OMICRON_WS
1212026-07-22T04:19:30.960Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-22T04:19:30.960Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1232026-07-22T04:19:30.961Z+ banner prerequisites
1242026-07-22T04:19:31.002Z
1252026-07-22T04:19:31.002Z ##### ##### ###### ##### ###### #### # # # #### #
1262026-07-22T04:19:31.002Z # # # # # # # # # # # # # # #
1272026-07-22T04:19:31.002Z # # # # ##### # # ##### # # # # # #### #
1282026-07-22T04:19:31.002Z ##### ##### # ##### # # # # # # # # #
1292026-07-22T04:19:31.002Z # # # # # # # # # # # # # # #
1302026-07-22T04:19:31.002Z # # # ###### # # ###### ### # #### # #### #
1312026-07-22T04:19:31.003Z
1322026-07-22T04:19:31.003Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1332026-07-22T04:19:32.596Z Startup: Refreshing catalog 'helios' ... Done
1342026-07-22T04:19:32.785Z Startup: Caching catalogs ... Done
1352026-07-22T04:19:33.712ZPlanning: Solver setup ... Done (0.857s)
1362026-07-22T04:19:33.751ZPlanning: Running solver ... Done (0.039s)
1372026-07-22T04:19:33.774ZPlanning: Finding local manifests ... Done (0.003s)
1382026-07-22T04:19:33.787ZPlanning: Fetching manifests: 0/2 0% complete
1392026-07-22T04:19:33.803ZPlanning: Fetching manifests: 2/2 100% complete
1402026-07-22T04:19:33.819ZPlanning: Package planning ... Done (0.013s)
1412026-07-22T04:19:33.822ZPlanning: Merging actions ... Done (0.001s)
1422026-07-22T04:19:34.024ZPlanning: Checking for conflicting actions ... Done (0.204s)
1432026-07-22T04:19:34.030ZPlanning: Consolidating action changes ... Done (0.001s)
1442026-07-22T04:19:34.792ZPlanning: Evaluating mediators ... Done (0.770s)
1452026-07-22T04:19:34.795ZPlanning: Planning completed in 1.98 seconds
1462026-07-22T04:19:34.802Z Packages to install: 2
1472026-07-22T04:19:34.802Z Estimated space available: 156.06 GB
1482026-07-22T04:19:34.802ZEstimated space to be consumed: 46.64 MB
1492026-07-22T04:19:34.805Z Create boot environment: No
1502026-07-22T04:19:34.805ZCreate backup boot environment: No
1512026-07-22T04:19:34.805Z Rebuild boot archive: No
1522026-07-22T04:19:34.805Z
1532026-07-22T04:19:34.805ZChanged packages:
1542026-07-22T04:19:34.805Zhelios
1552026-07-22T04:19:34.805Z developer/build-essential
1562026-07-22T04:19:34.805Z None -> 11-3.0
1572026-07-22T04:19:34.805Z library/libxmlsec1
1582026-07-22T04:19:34.806Z None -> 1.2.35-3.0
1592026-07-22T04:19:34.826Z
1602026-07-22T04:19:34.826ZDownload: 0/214 items 0.0/1.3MB 0% complete
1612026-07-22T04:19:34.902ZDownload: Completed 1.28 MB in 0.08 seconds (17.0M/s)
1622026-07-22T04:19:35.033Z Actions: 1/268 actions (Installing new actions)
1632026-07-22T04:19:35.069Z Actions: Completed 268 actions in 0.04 seconds.
1642026-07-22T04:19:35.088ZFinalize: Updating package state database ... Done (0.019s)
1652026-07-22T04:19:35.091ZFinalize: Updating package cache ... Done (0.000s)
1662026-07-22T04:19:35.136ZFinalize: Updating image state ... Done (0.047s)
1672026-07-22T04:19:37.584ZFinalize: Creating fast lookup database ... Done (2.411s)
1682026-07-22T04:19:37.652ZFinalize: Reading search index ... Done (0.012s)
1692026-07-22T04:19:37.658ZFinalize: Updating search index ... Done (0.000s)
1702026-07-22T04:19:37.766ZFinalize: Updating package cache ... Done (0.000s)
1712026-07-22T04:19:38.107ZPlanning: Evaluating mediator changes ... Done
1722026-07-22T04:19:38.212ZPlanning: Checking for conflicting actions ... Done
1732026-07-22T04:19:38.216ZPlanning: Consolidating action changes ... Done
1742026-07-22T04:19:38.368ZPlanning: Evaluating mediators ... Done
1752026-07-22T04:19:38.372ZPlanning: Planning completed in 0.26 seconds
1762026-07-22T04:19:38.392Z Mediators to change: 2
1772026-07-22T04:19:38.392Z Create boot environment: No
1782026-07-22T04:19:38.392ZCreate backup boot environment: No
1792026-07-22T04:19:38.443ZFinalize: Updating package state database ... Done
1802026-07-22T04:19:38.443ZFinalize: Updating package cache ... Done
1812026-07-22T04:19:38.471ZFinalize: Updating image state ... Done
1822026-07-22T04:19:40.439ZFinalize: Creating fast lookup database ... Done
1832026-07-22T04:19:40.511ZFinalize: Reading search index ... Done
1842026-07-22T04:19:40.525ZFinalize: Updating search index ... Done
1852026-07-22T04:19:40.594ZFinalize: Updating package cache ... Done
1862026-07-22T04:19:40.872ZPlanning: Evaluating mediator changes ... Done
1872026-07-22T04:19:40.974ZPlanning: Checking for conflicting actions ... Done
1882026-07-22T04:19:40.977ZPlanning: Consolidating action changes ... Done
1892026-07-22T04:19:41.134ZPlanning: Evaluating mediators ... Done
1902026-07-22T04:19:41.137ZPlanning: Planning completed in 0.27 seconds
1912026-07-22T04:19:41.156Z Mediators to change: 1
1922026-07-22T04:19:41.156Z Create boot environment: No
1932026-07-22T04:19:41.157ZCreate backup boot environment: No
1942026-07-22T04:19:41.208ZFinalize: Updating package state database ... Done
1952026-07-22T04:19:41.208ZFinalize: Updating package cache ... Done
1962026-07-22T04:19:41.236ZFinalize: Updating image state ... Done
1972026-07-22T04:19:43.201ZFinalize: Creating fast lookup database ... Done
1982026-07-22T04:19:43.262ZFinalize: Reading search index ... Done
1992026-07-22T04:19:43.266ZFinalize: Updating search index ... Done
2002026-07-22T04:19:43.341ZFinalize: Updating package cache ... Done
2012026-07-22T04:19:43.653ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022026-07-22T04:19:43.654Zapache system 2.4 system
2032026-07-22T04:19:43.654Zclang system 15 system
2042026-07-22T04:19:43.654Zcsh system system illumos
2052026-07-22T04:19:43.654Zctags system system illumos
2062026-07-22T04:19:43.655Zfile vendor vendor darwinsys
2072026-07-22T04:19:43.655Zfile system system illumos
2082026-07-22T04:19:43.655Zgcc vendor 14 vendor
2092026-07-22T04:19:43.655Zgcc system 13 system
2102026-07-22T04:19:43.655Zgcc system 10 system
2112026-07-22T04:19:43.655Zgo system 1.25 system
2122026-07-22T04:19:43.655Zllvm system 15 system
2132026-07-22T04:19:43.655Zmariadb system 11.4 system
2142026-07-22T04:19:43.655Zmta vendor vendor dma
2152026-07-22T04:19:43.655Zopenjdk system 17 system
2162026-07-22T04:19:43.655Zopenjdk system 11 system
2172026-07-22T04:19:43.655Zopenssl vendor 3 vendor
2182026-07-22T04:19:43.656Zperl system 5.40 system
2192026-07-22T04:19:43.656Zpostgresql system 18 system
2202026-07-22T04:19:43.656Zpostgresql system 17 system
2212026-07-22T04:19:43.656Zpython vendor 3 vendor
2222026-07-22T04:19:43.656Zpython system 2 system
2232026-07-22T04:19:43.656Zpython3 vendor 3.13 vendor
2242026-07-22T04:19:43.656Zruby system 3.4 system
2252026-07-22T04:19:43.656Zruby system 3.0 system
2262026-07-22T04:19:43.656Zwords vendor vendor american-english
2272026-07-22T04:19:43.656Zwords system system australian-english
2282026-07-22T04:19:43.656Zwords system system british-english
2292026-07-22T04:19:43.656Zwords system system canadian-english
2302026-07-22T04:19:43.657Zwords system system french
2312026-07-22T04:19:43.657Zwords system system italian
2322026-07-22T04:19:43.657Zwords system system ngerman
2332026-07-22T04:19:43.657Zwords system system ogerman
2342026-07-22T04:19:43.657Zwords system system spanish
2352026-07-22T04:19:43.902ZPUBLISHER TYPE STATUS P LOCATION
2362026-07-22T04:19:43.902Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2372026-07-22T04:19:44.262ZFMRI IFO
2382026-07-22T04:19:44.262Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2392026-07-22T04:19:44.263Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2402026-07-22T04:19:44.263Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2412026-07-22T04:19:44.263Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2422026-07-22T04:19:44.263Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2432026-07-22T04:19:44.264Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2442026-07-22T04:19:44.264Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2452026-07-22T04:19:44.264Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2462026-07-22T04:19:44.264Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2472026-07-22T04:19:44.571Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482026-07-22T04:19:44.837Z Updating crates.io index
2492026-07-22T04:19:44.840Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502026-07-22T04:19:45.067Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-07-22T04:19:45.354Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-07-22T04:19:46.301Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-07-22T04:19:46.796Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542026-07-22T04:19:47.187Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552026-07-22T04:19:48.744Z Updating git repository `https://github.com/oxidecomputer/opte`
2562026-07-22T04:19:49.510Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572026-07-22T04:19:49.733Z Updating git repository `https://github.com/oxidecomputer/lldp`
2582026-07-22T04:19:50.010Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2592026-07-22T04:19:51.058Z Updating git repository `https://github.com/oxidecomputer/clickward`
2602026-07-22T04:19:51.357Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-07-22T04:19:51.655Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622026-07-22T04:19:51.893Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2632026-07-22T04:19:52.294Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-07-22T04:19:52.775Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2652026-07-22T04:19:53.016Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2662026-07-22T04:19:53.204Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2672026-07-22T04:19:53.456Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2682026-07-22T04:19:53.748Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2692026-07-22T04:19:53.991Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2702026-07-22T04:19:54.255Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2712026-07-22T04:19:54.582Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-07-22T04:19:55.024Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2732026-07-22T04:19:55.494Z Updating git repository `https://github.com/oxidecomputer/erebor`
2742026-07-22T04:19:55.972Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2752026-07-22T04:19:56.676Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2762026-07-22T04:19:57.571Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2772026-07-22T04:19:57.864Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2782026-07-22T04:19:58.482Z Updating git repository `https://github.com/oxidecomputer/ispf`
2792026-07-22T04:19:58.855Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-07-22T04:19:59.341Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2812026-07-22T04:19:59.909Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2822026-07-22T04:20:00.515Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2832026-07-22T04:20:01.173Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2842026-07-22T04:20:01.802Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2852026-07-22T04:20:02.222Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2862026-07-22T04:20:02.924Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2872026-07-22T04:20:03.533Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882026-07-22T04:20:04.061Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892026-07-22T04:20:04.626Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902026-07-22T04:20:05.165Z Updating git repository `https://github.com/illumos/smf-rs`
2912026-07-22T04:20:08.261Z Downloading crates ...
2922026-07-22T04:20:08.326Z Downloaded utf8parse v0.2.2
2932026-07-22T04:20:08.332Z Downloaded zerocopy-derive v0.7.35
2942026-07-22T04:20:08.339Z Downloaded anstream v1.0.0
2952026-07-22T04:20:08.339Z Downloaded zmij v1.0.21
2962026-07-22T04:20:08.339Z Downloaded anyhow v1.0.102
2972026-07-22T04:20:08.344Z Downloaded fnv v1.0.7
2982026-07-22T04:20:08.344Z Downloaded itoa v1.0.17
2992026-07-22T04:20:08.344Z Downloaded equivalent v1.0.2
3002026-07-22T04:20:08.344Z Downloaded dtrace-parser v0.2.0
3012026-07-22T04:20:08.345Z Downloaded digest v0.10.7
3022026-07-22T04:20:08.351Z Downloaded anstyle-query v1.1.5
3032026-07-22T04:20:08.351Z Downloaded zerocopy v0.7.35
3042026-07-22T04:20:08.355Z Downloaded tempfile v3.25.0
3052026-07-22T04:20:08.361Z Downloaded proc-macro-error v1.0.4
3062026-07-22T04:20:08.361Z Downloaded heck v0.4.1
3072026-07-22T04:20:08.365Z Downloaded fs-err v3.3.0
3082026-07-22T04:20:08.365Z Downloaded heck v0.5.0
3092026-07-22T04:20:08.365Z Downloaded fastrand v2.3.0
3102026-07-22T04:20:08.365Z Downloaded dof v0.3.0
3112026-07-22T04:20:08.365Z Downloaded colorchoice v1.0.4
3122026-07-22T04:20:08.365Z Downloaded macaddr v1.0.1
3132026-07-22T04:20:08.370Z Downloaded clap_derive v4.6.1
3142026-07-22T04:20:08.370Z Downloaded cpufeatures v0.2.17
3152026-07-22T04:20:08.370Z Downloaded crypto-common v0.1.7
3162026-07-22T04:20:08.370Z Downloaded clap_lex v1.0.0
3172026-07-22T04:20:08.377Z Downloaded generic-array v0.14.7
3182026-07-22T04:20:08.384Z Downloaded errno v0.3.14
3192026-07-22T04:20:08.387Z Downloaded clap v4.6.1
3202026-07-22T04:20:08.392Z Downloaded proc-macro-error-attr v1.0.4
3212026-07-22T04:20:08.409Z Downloaded papergrid v0.11.0
3222026-07-22T04:20:08.412Z Downloaded usdt-macro v0.5.0
3232026-07-22T04:20:08.412Z Downloaded pretty-hex v0.4.1
3242026-07-22T04:20:08.412Z Downloaded pest_meta v2.8.6
3252026-07-22T04:20:08.413Z Downloaded cargo_toml v0.21.0
3262026-07-22T04:20:08.417Z Downloaded memmap v0.7.0
3272026-07-22T04:20:08.417Z Downloaded scroll_derive v0.12.1
3282026-07-22T04:20:08.421Z Downloaded is_terminal_polyfill v1.70.2
3292026-07-22T04:20:08.428Z Downloaded swrite v0.1.0
3302026-07-22T04:20:08.428Z Downloaded cfg-if v1.0.4
3312026-07-22T04:20:08.428Z Downloaded smawk v0.3.2
3322026-07-22T04:20:08.436Z Downloaded thread-id v4.2.2
3332026-07-22T04:20:08.436Z Downloaded cargo-platform v0.3.2
3342026-07-22T04:20:08.440Z Downloaded terminal_size v0.4.3
3352026-07-22T04:20:08.440Z Downloaded strsim v0.11.1
3362026-07-22T04:20:08.444Z Downloaded serde_spanned v0.6.9
3372026-07-22T04:20:08.444Z Downloaded plain v0.2.3
3382026-07-22T04:20:08.448Z Downloaded version_check v0.9.5
3392026-07-22T04:20:08.448Z Downloaded usdt v0.5.0
3402026-07-22T04:20:08.448Z Downloaded tabled_derive v0.7.0
3412026-07-22T04:20:08.448Z Downloaded block-buffer v0.10.4
3422026-07-22T04:20:08.453Z Downloaded quote v1.0.45
3432026-07-22T04:20:08.453Z Downloaded cargo_metadata v0.23.1
3442026-07-22T04:20:08.456Z Downloaded anstyle v1.0.14
3452026-07-22T04:20:08.456Z Downloaded anstyle-parse v1.0.0
3462026-07-22T04:20:08.456Z Downloaded unicode-linebreak v0.1.5
3472026-07-22T04:20:08.466Z Downloaded usdt-attr-macro v0.5.0
3482026-07-22T04:20:08.470Z Downloaded toml v0.8.23
3492026-07-22T04:20:08.472Z Downloaded pest_derive v2.8.6
3502026-07-22T04:20:08.472Z Downloaded camino-tempfile v1.4.1
3512026-07-22T04:20:08.472Z Downloaded bytecount v0.6.9
3522026-07-22T04:20:08.472Z Downloaded pest_generator v2.8.6
3532026-07-22T04:20:08.476Z Downloaded toml_write v0.1.2
3542026-07-22T04:20:08.476Z Downloaded sha2 v0.10.9
3552026-07-22T04:20:08.476Z Downloaded toml_datetime v0.6.11
3562026-07-22T04:20:08.476Z Downloaded thiserror v2.0.18
3572026-07-22T04:20:08.485Z Downloaded serde_tokenstream v0.2.3
3582026-07-22T04:20:08.486Z Downloaded thiserror-impl v1.0.69
3592026-07-22T04:20:08.497Z Downloaded thiserror v1.0.69
3602026-07-22T04:20:08.497Z Downloaded byteorder v1.5.0
3612026-07-22T04:20:08.497Z Downloaded thiserror-impl v2.0.18
3622026-07-22T04:20:08.503Z Downloaded scroll v0.12.0
3632026-07-22T04:20:08.503Z Downloaded bitflags v2.11.0
3642026-07-22T04:20:08.512Z Downloaded semver v1.0.28
3652026-07-22T04:20:08.516Z Downloaded once_cell v1.21.3
3662026-07-22T04:20:08.516Z Downloaded usdt-impl v0.5.0
3672026-07-22T04:20:08.519Z Downloaded ucd-trie v0.1.7
3682026-07-22T04:20:08.523Z Downloaded log v0.4.29
3692026-07-22T04:20:08.526Z Downloaded autocfg v1.5.0
3702026-07-22T04:20:08.536Z Downloaded unicode-ident v1.0.24
3712026-07-22T04:20:08.540Z Downloaded textwrap v0.16.2
3722026-07-22T04:20:08.540Z Downloaded getrandom v0.4.1
3732026-07-22T04:20:08.543Z Downloaded serde_derive v1.0.228
3742026-07-22T04:20:08.546Z Downloaded camino v1.2.2
3752026-07-22T04:20:08.546Z Downloaded serde_core v1.0.228
3762026-07-22T04:20:08.550Z Downloaded proc-macro2 v1.0.106
3772026-07-22T04:20:08.584Z Downloaded serde_json v1.0.150
3782026-07-22T04:20:08.593Z Downloaded serde v1.0.228
3792026-07-22T04:20:08.593Z Downloaded pest v2.8.6
3802026-07-22T04:20:08.593Z Downloaded toml_edit v0.22.27
3812026-07-22T04:20:08.598Z Downloaded typenum v1.20.1
3822026-07-22T04:20:08.605Z Downloaded memchr v2.8.0
3832026-07-22T04:20:08.611Z Downloaded indexmap v2.14.0
3842026-07-22T04:20:08.615Z Downloaded clap_builder v4.6.0
3852026-07-22T04:20:08.619Z Downloaded hashbrown v0.17.0
3862026-07-22T04:20:08.638Z Downloaded goblin v0.8.2
3872026-07-22T04:20:08.644Z Downloaded winnow v0.7.14
3882026-07-22T04:20:08.648Z Downloaded tabled v0.15.0
3892026-07-22T04:20:08.676Z Downloaded unicode-width v0.1.14
3902026-07-22T04:20:08.680Z Downloaded syn v1.0.109
3912026-07-22T04:20:08.684Z Downloaded unicode-width v0.2.0
3922026-07-22T04:20:08.694Z Downloaded syn v2.0.117
3932026-07-22T04:20:08.723Z Downloaded rustix v1.1.3
3942026-07-22T04:20:08.737Z Downloaded libc v0.2.185
3952026-07-22T04:20:08.798Z Compiling proc-macro2 v1.0.106
3962026-07-22T04:20:08.800Z Compiling quote v1.0.45
3972026-07-22T04:20:08.800Z Compiling unicode-ident v1.0.24
3982026-07-22T04:20:08.805Z Compiling serde_core v1.0.228
3992026-07-22T04:20:08.805Z Compiling libc v0.2.185
4002026-07-22T04:20:08.805Z Compiling version_check v0.9.5
4012026-07-22T04:20:08.805Z Compiling memchr v2.8.0
4022026-07-22T04:20:08.805Z Compiling serde v1.0.228
4032026-07-22T04:20:09.123Z Compiling zmij v1.0.21
4042026-07-22T04:20:09.319Z Compiling ucd-trie v0.1.7
4052026-07-22T04:20:09.467Z Compiling itoa v1.0.17
4062026-07-22T04:20:09.576Z Compiling thiserror v1.0.69
4072026-07-22T04:20:09.599Z Compiling pest v2.8.6
4082026-07-22T04:20:09.755Z Compiling byteorder v1.5.0
4092026-07-22T04:20:09.841Z Compiling rustix v1.1.3
4102026-07-22T04:20:09.992Z Compiling errno v0.3.14
4112026-07-22T04:20:10.006Z Compiling bitflags v2.11.0
4122026-07-22T04:20:10.137Z Compiling serde_json v1.0.150
4132026-07-22T04:20:10.245Z Compiling syn v2.0.117
4142026-07-22T04:20:10.325Z Compiling thread-id v4.2.2
4152026-07-22T04:20:10.362Z Compiling usdt-impl v0.5.0
4162026-07-22T04:20:10.412Z Compiling proc-macro-error-attr v1.0.4
4172026-07-22T04:20:10.535Z Compiling camino v1.2.2
4182026-07-22T04:20:10.602Z Compiling syn v1.0.109
4192026-07-22T04:20:10.629Z Compiling pest_meta v2.8.6
4202026-07-22T04:20:10.904Z Compiling proc-macro-error v1.0.4
4212026-07-22T04:20:10.974Z Compiling plain v0.2.3
4222026-07-22T04:20:10.989Z Compiling hashbrown v0.17.0
4232026-07-22T04:20:11.088Z Compiling getrandom v0.4.1
4242026-07-22T04:20:11.116Z Compiling log v0.4.29
4252026-07-22T04:20:11.317Z Compiling equivalent v1.0.2
4262026-07-22T04:20:11.414Z Compiling utf8parse v0.2.2
4272026-07-22T04:20:11.485Z Compiling indexmap v2.14.0
4282026-07-22T04:20:11.520Z Compiling anstyle-parse v1.0.0
4292026-07-22T04:20:11.542Z Compiling terminal_size v0.4.3
4302026-07-22T04:20:12.113Z Compiling pretty-hex v0.4.1
4312026-07-22T04:20:12.248Z Compiling is_terminal_polyfill v1.70.2
4322026-07-22T04:20:12.248Z Compiling toml_write v0.1.2
4332026-07-22T04:20:12.283Z Compiling winnow v0.7.14
4342026-07-22T04:20:12.298Z Compiling anstyle-query v1.1.5
4352026-07-22T04:20:12.312Z Compiling colorchoice v1.0.4
4362026-07-22T04:20:12.361Z Compiling cfg-if v1.0.4
4372026-07-22T04:20:12.410Z Compiling autocfg v1.5.0
4382026-07-22T04:20:12.430Z Compiling anstyle v1.0.14
4392026-07-22T04:20:12.452Z Compiling pest_generator v2.8.6
4402026-07-22T04:20:12.462Z Compiling thiserror v2.0.18
4412026-07-22T04:20:12.656Z Compiling anstream v1.0.0
4422026-07-22T04:20:12.828Z Compiling fs-err v3.3.0
4432026-07-22T04:20:12.977Z Compiling once_cell v1.21.3
4442026-07-22T04:20:13.012Z Compiling anyhow v1.0.102
4452026-07-22T04:20:13.035Z Compiling fnv v1.0.7
4462026-07-22T04:20:13.140Z Compiling strsim v0.11.1
4472026-07-22T04:20:13.144Z Compiling clap_lex v1.0.0
4482026-07-22T04:20:13.183Z Compiling heck v0.4.1
4492026-07-22T04:20:13.202Z Compiling unicode-width v0.1.14
4502026-07-22T04:20:13.391Z Compiling fastrand v2.3.0
4512026-07-22T04:20:13.469Z Compiling heck v0.5.0
4522026-07-22T04:20:13.517Z Compiling bytecount v0.6.9
4532026-07-22T04:20:13.627Z Compiling clap_builder v4.6.0
4542026-07-22T04:20:13.673Z Compiling tempfile v3.25.0
4552026-07-22T04:20:13.729Z Compiling papergrid v0.11.0
4562026-07-22T04:20:13.754Z Compiling tabled_derive v0.7.0
4572026-07-22T04:20:13.811Z Compiling semver v1.0.28
4582026-07-22T04:20:13.825Z Compiling cargo-platform v0.3.2
4592026-07-22T04:20:13.899Z Compiling memmap v0.7.0
4602026-07-22T04:20:14.101Z Compiling unicode-width v0.2.0
4612026-07-22T04:20:14.138Z Compiling unicode-linebreak v0.1.5
4622026-07-22T04:20:14.138Z Compiling smawk v0.3.2
4632026-07-22T04:20:14.138Z Compiling camino-tempfile v1.4.1
4642026-07-22T04:20:14.163Z Compiling serde_derive v1.0.228
4652026-07-22T04:20:14.244Z Compiling thiserror-impl v1.0.69
4662026-07-22T04:20:14.347Z Compiling zerocopy-derive v0.7.35
4672026-07-22T04:20:14.358Z Compiling pest_derive v2.8.6
4682026-07-22T04:20:14.358Z Compiling scroll_derive v0.12.1
4692026-07-22T04:20:14.924Z Compiling thiserror-impl v2.0.18
4702026-07-22T04:20:15.010Z Compiling clap_derive v4.6.1
4712026-07-22T04:20:15.062Z Compiling scroll v0.12.0
4722026-07-22T04:20:15.145Z Compiling tabled v0.15.0
4732026-07-22T04:20:15.319Z Compiling zerocopy v0.7.35
4742026-07-22T04:20:15.348Z Compiling goblin v0.8.2
4752026-07-22T04:20:15.809Z Compiling dtrace-parser v0.2.0
4762026-07-22T04:20:15.853Z Compiling textwrap v0.16.2
4772026-07-22T04:20:16.630Z Compiling swrite v0.1.0
4782026-07-22T04:20:16.665Z Compiling clap v4.6.1
4792026-07-22T04:20:17.383Z Compiling toml_datetime v0.6.11
4802026-07-22T04:20:17.383Z Compiling serde_spanned v0.6.9
4812026-07-22T04:20:17.423Z Compiling macaddr v1.0.1
4822026-07-22T04:20:17.423Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-07-22T04:20:17.424Z Compiling cargo_metadata v0.23.1
4842026-07-22T04:20:17.523Z Compiling dof v0.3.0
4852026-07-22T04:20:17.555Z Compiling serde_tokenstream v0.2.3
4862026-07-22T04:20:17.613Z Compiling toml_edit v0.22.27
4872026-07-22T04:20:18.238Z Compiling usdt-macro v0.5.0
4882026-07-22T04:20:18.238Z Compiling usdt-attr-macro v0.5.0
4892026-07-22T04:20:18.871Z Compiling usdt v0.5.0
4902026-07-22T04:20:19.020Z Compiling toml v0.8.23
4912026-07-22T04:20:19.464Z Compiling cargo_toml v0.21.0
4922026-07-22T04:20:20.625Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-07-22T04:20:22.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.19s
4942026-07-22T04:20:22.798Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-07-22T04:20:23.349Z Downloading crates ...
4962026-07-22T04:20:23.424Z Downloaded adler2 v2.0.1
4972026-07-22T04:20:23.439Z Downloaded aead v0.5.2
4982026-07-22T04:20:23.456Z Downloaded array-init v0.0.4
4992026-07-22T04:20:23.456Z Downloaded bit-set v0.8.0
5002026-07-22T04:20:23.463Z Downloaded convert_case v0.4.0
5012026-07-22T04:20:23.463Z Downloaded bcrypt-pbkdf v0.11.0
5022026-07-22T04:20:23.463Z Downloaded base16ct v1.0.0
5032026-07-22T04:20:23.463Z Downloaded ascii-canvas v3.0.0
5042026-07-22T04:20:23.464Z Downloaded cpufeatures v0.3.0
5052026-07-22T04:20:23.464Z Downloaded bit-set v0.5.3
5062026-07-22T04:20:23.464Z Downloaded curve25519-dalek-derive v0.1.1
5072026-07-22T04:20:23.464Z Downloaded crc v3.4.0
5082026-07-22T04:20:23.481Z Downloaded anstream v0.6.21
5092026-07-22T04:20:23.481Z Downloaded debug-ignore v1.0.5
5102026-07-22T04:20:23.481Z Downloaded daft-derive v0.1.7
5112026-07-22T04:20:23.481Z Downloaded darling v0.20.11
5122026-07-22T04:20:23.501Z Downloaded dirs-next v2.0.0
5132026-07-22T04:20:23.501Z Downloaded async-trait v0.1.89
5142026-07-22T04:20:23.502Z Downloaded base64ct v1.8.3
5152026-07-22T04:20:23.502Z Downloaded darling_macro v0.21.3
5162026-07-22T04:20:23.502Z Downloaded crc8 v0.1.1
5172026-07-22T04:20:23.503Z Downloaded bitfield v0.19.4
5182026-07-22T04:20:23.503Z Downloaded backoff v0.4.0
5192026-07-22T04:20:23.503Z Downloaded argon2 v0.6.0-rc.8
5202026-07-22T04:20:23.503Z Downloaded defmt v0.3.100
5212026-07-22T04:20:23.503Z Downloaded async-stream-impl v0.3.6
5222026-07-22T04:20:23.503Z Downloaded async-recursion v1.1.1
5232026-07-22T04:20:23.503Z Downloaded anstyle-parse v0.2.7
5242026-07-22T04:20:23.526Z Downloaded darling_core v0.13.4
5252026-07-22T04:20:23.526Z Downloaded aho-corasick v1.1.4
5262026-07-22T04:20:23.526Z Downloaded cfg_aliases v0.2.1
5272026-07-22T04:20:23.526Z Downloaded darling v0.13.4
5282026-07-22T04:20:23.526Z Downloaded assert_matches v1.5.0
5292026-07-22T04:20:23.527Z Downloaded crucible-workspace-hack v0.1.0
5302026-07-22T04:20:23.527Z Downloaded corncobs v0.1.4
5312026-07-22T04:20:23.527Z Downloaded ahash v0.8.12
5322026-07-22T04:20:23.527Z Downloaded defmt-parser v1.0.0
5332026-07-22T04:20:23.527Z Downloaded crypto-common v0.2.2
5342026-07-22T04:20:23.528Z Downloaded argon2 v0.5.3
5352026-07-22T04:20:23.529Z Downloaded bitfield-macros v0.19.4
5362026-07-22T04:20:23.529Z Downloaded bitfield-struct v0.6.2
5372026-07-22T04:20:23.529Z Downloaded block-padding v0.4.2
5382026-07-22T04:20:23.529Z Downloaded atomic-waker v1.1.2
5392026-07-22T04:20:23.529Z Downloaded base16ct v0.2.0
5402026-07-22T04:20:23.529Z Downloaded atty v0.2.14
5412026-07-22T04:20:23.529Z Downloaded crc32fast v1.5.0
5422026-07-22T04:20:23.552Z Downloaded arrayref v0.3.9
5432026-07-22T04:20:23.553Z Downloaded bitflags v1.3.2
5442026-07-22T04:20:23.553Z Downloaded darling_macro v0.20.11
5452026-07-22T04:20:23.553Z Downloaded cobs v0.3.0
5462026-07-22T04:20:23.553Z Downloaded darling v0.21.3
5472026-07-22T04:20:23.553Z Downloaded cookie_store v0.22.1
5482026-07-22T04:20:23.553Z Downloaded block-buffer v0.12.1
5492026-07-22T04:20:23.553Z Downloaded ciborium-ll v0.2.2
5502026-07-22T04:20:23.553Z Downloaded crossbeam-deque v0.8.6
5512026-07-22T04:20:23.553Z Downloaded bb8 v0.8.6
5522026-07-22T04:20:23.553Z Downloaded aead v0.6.1
5532026-07-22T04:20:23.573Z Downloaded dtrace-parser v0.3.0
5542026-07-22T04:20:23.573Z Downloaded crunchy v0.2.4
5552026-07-22T04:20:23.573Z Downloaded crc-catalog v2.4.0
5562026-07-22T04:20:23.573Z Downloaded cpubits v0.1.1
5572026-07-22T04:20:23.573Z Downloaded async-stream v0.3.6
5582026-07-22T04:20:23.573Z Downloaded dunce v1.0.5
5592026-07-22T04:20:23.573Z Downloaded darling_macro v0.23.0
5602026-07-22T04:20:23.573Z Downloaded darling_macro v0.13.4
5612026-07-22T04:20:23.573Z Downloaded embedded-io v0.6.1
5622026-07-22T04:20:23.573Z Downloaded ciborium-io v0.2.2
5632026-07-22T04:20:23.574Z Downloaded cfg_aliases v0.1.1
5642026-07-22T04:20:23.574Z Downloaded csv-core v0.1.13
5652026-07-22T04:20:23.601Z Downloaded dropshot-api-manager-types v0.7.2
5662026-07-22T04:20:23.601Z Downloaded display-error-chain v0.2.2
5672026-07-22T04:20:23.601Z Downloaded atomicwrites v0.4.4
5682026-07-22T04:20:23.601Z Downloaded dirs-sys-next v0.1.2
5692026-07-22T04:20:23.601Z Downloaded derive_builder_macro v0.20.2
5702026-07-22T04:20:23.601Z Downloaded dyn-clone v1.0.20
5712026-07-22T04:20:23.602Z Downloaded difflib v0.4.0
5722026-07-22T04:20:23.602Z Downloaded cstr-argument v0.1.2
5732026-07-22T04:20:23.602Z Downloaded castaway v0.2.4
5742026-07-22T04:20:23.602Z Downloaded dof v0.4.0
5752026-07-22T04:20:23.602Z Downloaded document-features v0.2.12
5762026-07-22T04:20:23.616Z Downloaded compression-core v0.4.31
5772026-07-22T04:20:23.616Z Downloaded cbc v0.2.1
5782026-07-22T04:20:23.616Z Downloaded dsl_auto_type v0.2.0
5792026-07-22T04:20:23.617Z Downloaded diesel_table_macro_syntax v0.3.0
5802026-07-22T04:20:23.617Z Downloaded buf-list v1.1.2
5812026-07-22T04:20:23.617Z Downloaded bs58 v0.5.1
5822026-07-22T04:20:23.617Z Downloaded embedded-io v0.4.0
5832026-07-22T04:20:23.617Z Downloaded arrayvec v0.7.6
5842026-07-22T04:20:23.617Z Downloaded enum-as-inner v0.6.1
5852026-07-22T04:20:23.617Z Downloaded float-cmp v0.10.0
5862026-07-22T04:20:23.617Z Downloaded endian-type v0.1.2
5872026-07-22T04:20:23.617Z Downloaded downcast-rs v2.0.2
5882026-07-22T04:20:23.617Z Downloaded fd-lock v4.0.4
5892026-07-22T04:20:23.617Z Downloaded derive-ex v0.1.8
5902026-07-22T04:20:23.617Z Downloaded cookie v0.18.1
5912026-07-22T04:20:23.617Z Downloaded darling v0.23.0
5922026-07-22T04:20:23.649Z Downloaded digest-io v0.1.0
5932026-07-22T04:20:23.649Z Downloaded digest v0.11.3
5942026-07-22T04:20:23.649Z Downloaded const_format_proc_macros v0.2.34
5952026-07-22T04:20:23.649Z Downloaded foreign-types-macros v0.2.3
5962026-07-22T04:20:23.649Z Downloaded backon v1.6.0
5972026-07-22T04:20:23.649Z Downloaded foreign-types-shared v0.1.1
5982026-07-22T04:20:23.649Z Downloaded flagset v0.4.7
5992026-07-22T04:20:23.649Z Downloaded fixedbitset v0.4.2
6002026-07-22T04:20:23.649Z Downloaded darling_core v0.23.0
6012026-07-22T04:20:23.649Z Downloaded foreign-types v0.5.0
6022026-07-22T04:20:23.649Z Downloaded float-ord v0.3.2
6032026-07-22T04:20:23.649Z Downloaded darling_core v0.21.3
6042026-07-22T04:20:23.649Z Downloaded foreign-types-shared v0.3.1
6052026-07-22T04:20:23.649Z Downloaded foreign-types v0.3.2
6062026-07-22T04:20:23.650Z Downloaded cmake v0.1.57
6072026-07-22T04:20:23.650Z Downloaded form_urlencoded v1.2.2
6082026-07-22T04:20:23.650Z Downloaded futures-io v0.3.32
6092026-07-22T04:20:23.650Z Downloaded diesel-dtrace v0.5.0
6102026-07-22T04:20:23.650Z Downloaded futures-macro v0.3.32
6112026-07-22T04:20:23.651Z Downloaded futures-core v0.3.32
6122026-07-22T04:20:23.651Z Downloaded gethostname v0.5.0
6132026-07-22T04:20:23.679Z Downloaded fxhash v0.2.1
6142026-07-22T04:20:23.679Z Downloaded futures-task v0.3.32
6152026-07-22T04:20:23.679Z Downloaded funty v2.0.0
6162026-07-22T04:20:23.679Z Downloaded futures-sink v0.3.32
6172026-07-22T04:20:23.679Z Downloaded ctr v0.10.1
6182026-07-22T04:20:23.679Z Downloaded data-encoding v2.10.0
6192026-07-22T04:20:23.679Z Downloaded blowfish v0.10.0
6202026-07-22T04:20:23.679Z Downloaded cexpr v0.6.0
6212026-07-22T04:20:23.679Z Downloaded cassowary v0.3.0
6222026-07-22T04:20:23.679Z Downloaded compression-codecs v0.4.37
6232026-07-22T04:20:23.679Z Downloaded bit-vec v0.8.0
6242026-07-22T04:20:23.679Z Downloaded critical-section v1.2.0
6252026-07-22T04:20:23.679Z Downloaded env_logger v0.11.9
6262026-07-22T04:20:23.679Z Downloaded bcs v0.1.6
6272026-07-22T04:20:23.679Z Downloaded bit-vec v0.6.3
6282026-07-22T04:20:23.680Z Downloaded crossbeam-utils v0.8.21
6292026-07-22T04:20:23.680Z Downloaded defmt-macros v1.0.1
6302026-07-22T04:20:23.680Z Downloaded either v1.15.0
6312026-07-22T04:20:23.680Z Downloaded ed25519 v2.2.3
6322026-07-22T04:20:23.702Z Downloaded ecdsa v0.16.9
6332026-07-22T04:20:23.702Z Downloaded cmov v0.5.4
6342026-07-22T04:20:23.702Z Downloaded deranged v0.5.8
6352026-07-22T04:20:23.702Z Downloaded globwalk v0.9.1
6362026-07-22T04:20:23.702Z Downloaded byte-wrapper v0.1.0
6372026-07-22T04:20:23.702Z Downloaded convert_case v0.10.0
6382026-07-22T04:20:23.702Z Downloaded constant_time_eq v0.4.2
6392026-07-22T04:20:23.702Z Downloaded cipher v0.5.2
6402026-07-22T04:20:23.702Z Downloaded hash32 v0.2.1
6412026-07-22T04:20:23.702Z Downloaded ff v0.13.1
6422026-07-22T04:20:23.703Z Downloaded der_derive v0.7.3
6432026-07-22T04:20:23.703Z Downloaded chacha20 v0.9.1
6442026-07-22T04:20:23.703Z Downloaded fallible-iterator v0.2.0
6452026-07-22T04:20:23.703Z Downloaded derive_builder_core v0.20.2
6462026-07-22T04:20:23.703Z Downloaded colored v2.2.0
6472026-07-22T04:20:23.703Z Downloaded clang-sys v1.8.1
6482026-07-22T04:20:23.703Z Downloaded ff v0.14.0
6492026-07-22T04:20:23.703Z Downloaded delegate v0.13.5
6502026-07-22T04:20:23.703Z Downloaded camino-tempfile-ext v0.3.3
6512026-07-22T04:20:23.703Z Downloaded ctutils v0.4.2
6522026-07-22T04:20:23.703Z Downloaded hex-literal v1.1.0
6532026-07-22T04:20:23.703Z Downloaded git-stub v1.0.0
6542026-07-22T04:20:23.721Z Downloaded ghash v0.6.0
6552026-07-22T04:20:23.721Z Downloaded erased-serde v0.3.31
6562026-07-22T04:20:23.721Z Downloaded defmt v1.0.1
6572026-07-22T04:20:23.721Z Downloaded blake2 v0.10.6
6582026-07-22T04:20:23.721Z Downloaded allocator-api2 v0.2.21
6592026-07-22T04:20:23.721Z Downloaded derive_more v2.1.1
6602026-07-22T04:20:23.721Z Downloaded hostname v0.3.1
6612026-07-22T04:20:23.721Z Downloaded headers-core v0.3.0
6622026-07-22T04:20:23.721Z Downloaded home v0.5.12
6632026-07-22T04:20:23.721Z Downloaded http-body v1.0.1
6642026-07-22T04:20:23.721Z Downloaded fs-err v2.11.0
6652026-07-22T04:20:23.721Z Downloaded colored v3.1.1
6662026-07-22T04:20:23.736Z Downloaded glob v0.3.3
6672026-07-22T04:20:23.736Z Downloaded fixedbitset v0.5.7
6682026-07-22T04:20:23.736Z Downloaded git-stub-vcs v0.1.0
6692026-07-22T04:20:23.736Z Downloaded futures-executor v0.3.32
6702026-07-22T04:20:23.736Z Downloaded foldhash v0.2.0
6712026-07-22T04:20:23.736Z Downloaded ecdsa v0.17.0-rc.18
6722026-07-22T04:20:23.736Z Downloaded fs_extra v1.3.0
6732026-07-22T04:20:23.736Z Downloaded displaydoc v0.2.5
6742026-07-22T04:20:23.736Z Downloaded diff v0.1.13
6752026-07-22T04:20:23.736Z Downloaded hostname v0.4.2
6762026-07-22T04:20:23.736Z Downloaded group v0.13.0
6772026-07-22T04:20:23.736Z Downloaded ed25519 v3.0.0
6782026-07-22T04:20:23.746Z Downloaded derive_builder v0.20.2
6792026-07-22T04:20:23.746Z Downloaded group v0.14.0
6802026-07-22T04:20:23.746Z Downloaded hyper-tls v0.6.0
6812026-07-22T04:20:23.747Z Downloaded console v0.15.11
6822026-07-22T04:20:23.747Z Downloaded cancel-safe-futures v0.1.5
6832026-07-22T04:20:23.747Z Downloaded hubpack_derive v0.1.1
6842026-07-22T04:20:23.747Z Downloaded httpdate v1.0.3
6852026-07-22T04:20:23.747Z Downloaded const-oid v0.9.6
6862026-07-22T04:20:23.747Z Downloaded ident_case v1.0.1
6872026-07-22T04:20:23.747Z Downloaded blake2 v0.11.0-rc.6
6882026-07-22T04:20:23.757Z Downloaded http-range v0.1.5
6892026-07-22T04:20:23.757Z Downloaded crc-any v2.5.0
6902026-07-22T04:20:23.757Z Downloaded ciborium v0.2.2
6912026-07-22T04:20:23.757Z Downloaded drift v0.2.0
6922026-07-22T04:20:23.757Z Downloaded hex v0.4.3
6932026-07-22T04:20:23.776Z Downloaded indent_write v2.2.0
6942026-07-22T04:20:23.777Z Downloaded derive-where v1.6.0
6952026-07-22T04:20:23.777Z Downloaded env_filter v1.0.0
6962026-07-22T04:20:23.777Z Downloaded hubpack v0.1.2
6972026-07-22T04:20:23.777Z Downloaded cipher v0.4.4
6982026-07-22T04:20:23.777Z Downloaded chacha20 v0.10.0
6992026-07-22T04:20:23.777Z Downloaded globset v0.4.18
7002026-07-22T04:20:23.777Z Downloaded bzip2 v0.4.4
7012026-07-22T04:20:23.777Z Downloaded idna_adapter v1.2.1
7022026-07-22T04:20:23.777Z Downloaded foldhash v0.1.5
7032026-07-22T04:20:23.777Z Downloaded daft v0.1.7
7042026-07-22T04:20:23.801Z Downloaded find-msvc-tools v0.1.9
7052026-07-22T04:20:23.801Z Downloaded illumos-nvpair v0.3.0
7062026-07-22T04:20:23.801Z Downloaded instant v0.1.13
7072026-07-22T04:20:23.801Z Downloaded illumos-nvpair-sys v0.2.0
7082026-07-22T04:20:23.801Z Downloaded is_ci v1.2.0
7092026-07-22T04:20:23.802Z Downloaded is-terminal v0.4.17
7102026-07-22T04:20:23.802Z Downloaded ena v0.14.4
7112026-07-22T04:20:23.802Z Downloaded filetime v0.2.27
7122026-07-22T04:20:23.802Z Downloaded async-bb8-diesel v0.2.1
7132026-07-22T04:20:23.802Z Downloaded crossbeam-epoch v0.9.18
7142026-07-22T04:20:23.802Z Downloaded kstat-rs v0.2.4
7152026-07-22T04:20:23.802Z Downloaded hash32 v0.3.1
7162026-07-22T04:20:23.802Z Downloaded lazy_static v1.5.0
7172026-07-22T04:20:23.802Z Downloaded kem v0.3.0
7182026-07-22T04:20:23.802Z Downloaded const_format v0.2.35
7192026-07-22T04:20:23.802Z Downloaded indoc v1.0.9
7202026-07-22T04:20:23.821Z Downloaded enum_dispatch v0.3.13
7212026-07-22T04:20:23.821Z Downloaded instability v0.3.11
7222026-07-22T04:20:23.822Z Downloaded internet-checksum v0.2.1
7232026-07-22T04:20:23.822Z Downloaded elliptic-curve v0.13.8
7242026-07-22T04:20:23.822Z Downloaded inout v0.1.4
7252026-07-22T04:20:23.822Z Downloaded inout v0.2.2
7262026-07-22T04:20:23.822Z Downloaded console v0.16.2
7272026-07-22T04:20:23.822Z Downloaded dropshot_endpoint v0.17.1
7282026-07-22T04:20:23.822Z Downloaded highway v1.3.0
7292026-07-22T04:20:23.822Z Downloaded half v1.8.3
7302026-07-22T04:20:23.822Z Downloaded hyper-staticfile v0.10.1
7312026-07-22T04:20:23.823Z Downloaded keccak v0.1.6
7322026-07-22T04:20:23.823Z Downloaded lalrpop-util v0.19.12
7332026-07-22T04:20:23.823Z Downloaded libscf-sys v1.1.0
7342026-07-22T04:20:23.855Z Downloaded darling_core v0.20.11
7352026-07-22T04:20:23.855Z Downloaded humantime v2.3.0
7362026-07-22T04:20:23.855Z Downloaded const-oid v0.10.2
7372026-07-22T04:20:23.855Z Downloaded lru v0.12.5
7382026-07-22T04:20:23.855Z Downloaded crossbeam-channel v0.5.15
7392026-07-22T04:20:23.855Z Downloaded lru-slab v0.1.2
7402026-07-22T04:20:23.855Z Downloaded impl-trait-for-tuples v0.2.3
7412026-07-22T04:20:23.887Z Downloaded md5 v0.8.0
7422026-07-22T04:20:23.887Z Downloaded managed v0.8.0
7432026-07-22T04:20:23.888Z Downloaded lru-cache v0.1.2
7442026-07-22T04:20:23.888Z Downloaded crypto-bigint v0.5.5
7452026-07-22T04:20:23.888Z Downloaded multimap v0.10.1
7462026-07-22T04:20:23.888Z Downloaded arc-swap v1.8.2
7472026-07-22T04:20:23.888Z Downloaded getrandom v0.2.17
7482026-07-22T04:20:23.888Z Downloaded bzip2 v0.6.1
7492026-07-22T04:20:23.888Z Downloaded ipnetwork v0.21.1
7502026-07-22T04:20:23.888Z Downloaded ipnet v2.11.0
7512026-07-22T04:20:23.888Z Downloaded http-body-util v0.1.3
7522026-07-22T04:20:23.888Z Downloaded futures-channel v0.3.32
7532026-07-22T04:20:23.888Z Downloaded newline-converter v0.3.0
7542026-07-22T04:20:23.888Z Downloaded new_debug_unreachable v1.0.6
7552026-07-22T04:20:23.888Z Downloaded normalize-line-endings v0.3.0
7562026-07-22T04:20:23.900Z Downloaded num v0.4.3
7572026-07-22T04:20:23.900Z Downloaded mime v0.3.17
7582026-07-22T04:20:23.900Z Downloaded memoffset v0.9.1
7592026-07-22T04:20:23.900Z Downloaded elliptic-curve v0.14.0-rc.33
7602026-07-22T04:20:23.900Z Downloaded nibble_vec v0.1.0
7612026-07-22T04:20:23.900Z Downloaded newtype_derive v0.1.6
7622026-07-22T04:20:23.901Z Downloaded derive_more v0.99.20
7632026-07-22T04:20:23.901Z Downloaded maybe-uninit v2.0.0
7642026-07-22T04:20:23.901Z Downloaded match_cfg v0.1.0
7652026-07-22T04:20:23.901Z Downloaded hyper-rustls v0.27.7
7662026-07-22T04:20:23.902Z Downloaded nonempty v0.12.0
7672026-07-22T04:20:23.902Z Downloaded ar_archive_writer v0.5.1
7682026-07-22T04:20:23.902Z Downloaded fatfs v0.3.6
7692026-07-22T04:20:23.902Z Downloaded futures v0.3.32
7702026-07-22T04:20:23.902Z Downloaded maplit v1.0.2
7712026-07-22T04:20:23.926Z Downloaded hmac v0.12.1
7722026-07-22T04:20:23.926Z Downloaded libsw-core v0.3.2
7732026-07-22T04:20:23.926Z Downloaded libefi-sys v0.1.0
7742026-07-22T04:20:23.926Z Downloaded diesel_derives v2.3.7
7752026-07-22T04:20:23.926Z Downloaded keccak v0.2.0
7762026-07-22T04:20:23.927Z Downloaded num-conv v0.2.0
7772026-07-22T04:20:23.927Z Downloaded indoc v2.0.7
7782026-07-22T04:20:23.927Z Downloaded num_threads v0.1.7
7792026-07-22T04:20:23.927Z Downloaded num-iter v0.1.45
7802026-07-22T04:20:23.927Z Downloaded num-derive v0.4.2
7812026-07-22T04:20:23.927Z Downloaded num-derive v0.3.3
7822026-07-22T04:20:23.927Z Downloaded httparse v1.10.1
7832026-07-22T04:20:23.940Z Downloaded jobserver v0.1.34
7842026-07-22T04:20:23.940Z Downloaded getrandom v0.3.4
7852026-07-22T04:20:23.940Z Downloaded md-5 v0.10.6
7862026-07-22T04:20:23.940Z Downloaded generic-array v1.4.3
7872026-07-22T04:20:23.940Z Downloaded des v0.9.0
7882026-07-22T04:20:23.940Z Downloaded base64 v0.22.1
7892026-07-22T04:20:23.940Z Downloaded openssl-probe v0.1.6
7902026-07-22T04:20:23.940Z Downloaded hybrid-array v0.4.13
7912026-07-22T04:20:23.941Z Downloaded libsw v3.5.0
7922026-07-22T04:20:23.941Z Downloaded compact_str v0.8.1
7932026-07-22T04:20:23.941Z Downloaded linked-hash-map v0.5.6
7942026-07-22T04:20:23.941Z Downloaded num_enum_derive v0.5.11
7952026-07-22T04:20:23.941Z Downloaded linear-map v1.2.0
7962026-07-22T04:20:23.941Z Downloaded openssl-macros v0.1.1
7972026-07-22T04:20:23.941Z Downloaded multer v3.1.0
7982026-07-22T04:20:23.951Z Downloaded olpc-cjson v0.1.4
7992026-07-22T04:20:23.951Z Downloaded libloading v0.8.9
8002026-07-22T04:20:23.952Z Downloaded nu-ansi-term v0.50.3
8012026-07-22T04:20:23.952Z Downloaded nodrop v0.1.14
8022026-07-22T04:20:23.952Z Downloaded base64 v0.21.7
8032026-07-22T04:20:23.952Z Downloaded newtype-uuid-macros v0.1.0
8042026-07-22T04:20:23.952Z Downloaded lock_api v0.4.14
8052026-07-22T04:20:23.952Z Downloaded lzss v0.8.2
8062026-07-22T04:20:23.952Z Downloaded ingot v0.1.1
8072026-07-22T04:20:23.952Z Downloaded ingot-macros v0.1.1
8082026-07-22T04:20:23.967Z Downloaded ed25519-dalek v2.2.0
8092026-07-22T04:20:23.967Z Downloaded oso-derive v0.27.3
8102026-07-22T04:20:23.967Z Downloaded der v0.7.10
8112026-07-22T04:20:23.967Z Downloaded half v2.7.1
8122026-07-22T04:20:23.987Z Downloaded iana-time-zone v0.1.65
8132026-07-22T04:20:23.987Z Downloaded mime_guess v2.0.5
8142026-07-22T04:20:23.989Z Downloaded module-lattice v0.2.3
8152026-07-22T04:20:23.989Z Downloaded ingot-types v0.1.2
8162026-07-22T04:20:23.989Z Downloaded packed_struct_codegen v0.10.1
8172026-07-22T04:20:23.989Z Downloaded nanorand v0.7.0
8182026-07-22T04:20:23.990Z Downloaded flume v0.11.1
8192026-07-22T04:20:23.990Z Downloaded headers v0.4.1
8202026-07-22T04:20:24.011Z Downloaded flate2 v1.1.9
8212026-07-22T04:20:24.011Z Downloaded num-rational v0.4.2
8222026-07-22T04:20:24.011Z Downloaded path-slash v0.1.5
8232026-07-22T04:20:24.011Z Downloaded parse-size v1.1.0
8242026-07-22T04:20:24.012Z Downloaded num_enum v0.5.11
8252026-07-22T04:20:24.012Z Downloaded litemap v0.8.1
8262026-07-22T04:20:24.012Z Downloaded password-hash v0.6.1
8272026-07-22T04:20:24.012Z Downloaded memmap2 v0.9.10
8282026-07-22T04:20:24.012Z Downloaded indexmap v1.9.3
8292026-07-22T04:20:24.013Z Downloaded crossterm v0.29.0
8302026-07-22T04:20:24.013Z Downloaded phf_shared v0.13.1
8312026-07-22T04:20:24.024Z Downloaded aes v0.9.1
8322026-07-22T04:20:24.025Z Downloaded phf_shared v0.11.3
8332026-07-22T04:20:24.025Z Downloaded bytes v1.11.1
8342026-07-22T04:20:24.025Z Downloaded phf_shared v0.12.1
8352026-07-22T04:20:24.025Z Downloaded chacha20poly1305 v0.10.1
8362026-07-22T04:20:24.025Z Downloaded cc v1.2.56
8372026-07-22T04:20:24.026Z Downloaded opaque-debug v0.3.1
8382026-07-22T04:20:24.026Z Downloaded num_enum_derive v0.7.6
8392026-07-22T04:20:24.026Z Downloaded crossterm v0.28.1
8402026-07-22T04:20:24.026Z Downloaded ml-kem v0.3.2
8412026-07-22T04:20:24.026Z Downloaded num-complex v0.4.6
8422026-07-22T04:20:24.026Z Downloaded parse-display v0.10.0
8432026-07-22T04:20:24.027Z Downloaded num-integer v0.1.46
8442026-07-22T04:20:24.027Z Downloaded oxide-update-engine v0.1.2
8452026-07-22T04:20:24.027Z Downloaded newtype-uuid v1.3.2
8462026-07-22T04:20:24.027Z Downloaded hmac v0.13.0
8472026-07-22T04:20:24.041Z Downloaded oxnet v0.1.6
8482026-07-22T04:20:24.041Z Downloaded powerfmt v0.2.0
8492026-07-22T04:20:24.041Z Downloaded ignore v0.4.25
8502026-07-22T04:20:24.050Z Downloaded owo-colors v4.3.0
8512026-07-22T04:20:24.050Z Downloaded libbz2-rs-sys v0.2.2
8522026-07-22T04:20:24.052Z Downloaded icu_provider v2.1.1
8532026-07-22T04:20:24.052Z Downloaded async-compression v0.4.41
8542026-07-22T04:20:24.052Z Downloaded proc-macro-crate v1.3.1
8552026-07-22T04:20:24.071Z Downloaded der v0.8.0
8562026-07-22T04:20:24.071Z Downloaded parse-display-derive v0.10.0
8572026-07-22T04:20:24.071Z Downloaded oxide-update-engine-display v0.1.2
8582026-07-22T04:20:24.071Z Downloaded heapless v0.8.0
8592026-07-22T04:20:24.071Z Downloaded peg-runtime v0.8.5
8602026-07-22T04:20:24.071Z Downloaded potential_utf v0.1.4
8612026-07-22T04:20:24.071Z Downloaded peg-macros v0.8.5
8622026-07-22T04:20:24.071Z Downloaded peg v0.8.5
8632026-07-22T04:20:24.081Z Downloaded indicatif v0.18.4
8642026-07-22T04:20:24.081Z Downloaded predicates-core v1.0.10
8652026-07-22T04:20:24.081Z Downloaded phf v0.12.1
8662026-07-22T04:20:24.081Z Downloaded pbkdf2 v0.13.0
8672026-07-22T04:20:24.081Z Downloaded heapless v0.7.17
8682026-07-22T04:20:24.081Z Downloaded pin-project-lite v0.2.17
8692026-07-22T04:20:24.081Z Downloaded phf v0.13.1
8702026-07-22T04:20:24.081Z Downloaded progenitor-client v0.14.0
8712026-07-22T04:20:24.082Z Downloaded pin-project-internal v1.1.11
8722026-07-22T04:20:24.082Z Downloaded precomputed-hash v0.1.1
8732026-07-22T04:20:24.082Z Downloaded progenitor-macro v0.14.0
8742026-07-22T04:20:24.082Z Downloaded password-hash v0.5.0
8752026-07-22T04:20:24.140Z Downloaded num_enum v0.7.6
8762026-07-22T04:20:24.140Z Downloaded pkcs8 v0.10.2
8772026-07-22T04:20:24.140Z Downloaded hickory-resolver v0.25.2
8782026-07-22T04:20:24.140Z Downloaded percent-encoding v2.3.2
8792026-07-22T04:20:24.140Z Downloaded pem v3.0.6
8802026-07-22T04:20:24.140Z Downloaded paste v1.0.15
8812026-07-22T04:20:24.140Z Downloaded predicates-tree v1.0.13
8822026-07-22T04:20:24.140Z Downloaded polyval v0.7.1
8832026-07-22T04:20:24.140Z Downloaded parking_lot_core v0.8.6
8842026-07-22T04:20:24.164Z Downloaded quick-error v1.2.3
8852026-07-22T04:20:24.164Z Downloaded proc-macro-error-attr2 v2.0.0
8862026-07-22T04:20:24.164Z Downloaded proc-macro-crate v3.4.0
8872026-07-22T04:20:24.164Z Downloaded hickory-resolver v0.24.4
8882026-07-22T04:20:24.164Z Downloaded predicates v3.1.4
8892026-07-22T04:20:24.164Z Downloaded expectorate v1.2.0
8902026-07-22T04:20:24.164Z Downloaded pem-rfc7468 v1.0.0
8912026-07-22T04:20:24.164Z Downloaded derive_more-impl v2.1.1
8922026-07-22T04:20:24.165Z Downloaded bumpalo v3.20.2
8932026-07-22T04:20:24.165Z Downloaded ed25519-dalek v3.0.0-rc.0
8942026-07-22T04:20:24.165Z Downloaded packed_struct v0.10.1
8952026-07-22T04:20:24.165Z Downloaded oxide-tokio-rt v0.1.4
8962026-07-22T04:20:24.165Z Downloaded icu_properties v2.1.2
8972026-07-22T04:20:24.165Z Downloaded icu_normalizer v2.1.1
8982026-07-22T04:20:24.165Z Downloaded parking_lot v0.12.5
8992026-07-22T04:20:24.165Z Downloaded progenitor-macro v0.13.0
9002026-07-22T04:20:24.165Z Downloaded psl-types v2.0.11
9012026-07-22T04:20:24.165Z Downloaded pem-rfc7468 v0.7.0
9022026-07-22T04:20:24.165Z Downloaded primeorder v0.13.6
9032026-07-22T04:20:24.165Z Downloaded recursive v0.1.1
9042026-07-22T04:20:24.165Z Downloaded num-traits v0.2.19
9052026-07-22T04:20:24.165Z Downloaded openssl-probe v0.2.1
9062026-07-22T04:20:24.165Z Downloaded litrs v1.0.0
9072026-07-22T04:20:24.166Z Downloaded miniz_oxide v0.8.9
9082026-07-22T04:20:24.166Z Downloaded icu_normalizer_data v2.1.1
9092026-07-22T04:20:24.166Z Downloaded poly1305 v0.8.0
9102026-07-22T04:20:24.166Z Downloaded radium v0.7.0
9112026-07-22T04:20:24.166Z Downloaded icu_locale_core v2.1.1
9122026-07-22T04:20:24.166Z Downloaded ref-cast v1.0.25
9132026-07-22T04:20:24.166Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-07-22T04:20:24.167Z Downloaded progenitor-extras v0.2.0
9152026-07-22T04:20:24.167Z Downloaded progenitor-client v0.13.0
9162026-07-22T04:20:24.183Z Downloaded psm v0.1.30
9172026-07-22T04:20:24.183Z Downloaded port-file v0.1.0
9182026-07-22T04:20:24.183Z Downloaded postgres-protocol v0.6.10
9192026-07-22T04:20:24.183Z Downloaded progenitor v0.13.0
9202026-07-22T04:20:24.183Z Downloaded phc v0.6.1
9212026-07-22T04:20:24.184Z Downloaded rand_chacha v0.3.1
9222026-07-22T04:20:24.184Z Downloaded oso v0.27.3
9232026-07-22T04:20:24.184Z Downloaded rand_xorshift v0.4.0
9242026-07-22T04:20:24.184Z Downloaded native-tls v0.2.18
9252026-07-22T04:20:24.185Z Downloaded rfc6979 v0.4.0
9262026-07-22T04:20:24.185Z Downloaded primefield v0.14.0
9272026-07-22T04:20:24.185Z Downloaded ppv-lite86 v0.2.21
9282026-07-22T04:20:24.185Z Downloaded russh-util v0.52.0
9292026-07-22T04:20:24.208Z Downloaded http v1.4.2
9302026-07-22T04:20:24.208Z Downloaded parking_lot_core v0.9.12
9312026-07-22T04:20:24.208Z Downloaded proc-macro-error2 v2.0.1
9322026-07-22T04:20:24.208Z Downloaded ref-cast-impl v1.0.25
9332026-07-22T04:20:24.208Z Downloaded primeorder v0.14.0-rc.10
9342026-07-22T04:20:24.208Z Downloaded parking_lot v0.11.2
9352026-07-22T04:20:24.208Z Downloaded hyper-util v0.1.20
9362026-07-22T04:20:24.208Z Downloaded progenitor v0.14.0
9372026-07-22T04:20:24.208Z Downloaded rtoolbox v0.0.3
9382026-07-22T04:20:24.208Z Downloaded icu_collections v2.1.1
9392026-07-22T04:20:24.208Z Downloaded rustc-hash v2.1.1
9402026-07-22T04:20:24.209Z Downloaded rand_core v0.10.0
9412026-07-22T04:20:24.218Z Downloaded rand_chacha v0.9.0
9422026-07-22T04:20:24.218Z Downloaded pkcs1 v0.8.0-rc.4
9432026-07-22T04:20:24.219Z Downloaded russh-cryptovec v0.61.0
9442026-07-22T04:20:24.219Z Downloaded rustc_version v0.4.1
9452026-07-22T04:20:24.219Z Downloaded rand_seeder v0.4.0
9462026-07-22T04:20:24.219Z Downloaded crypto-primes v0.7.2
9472026-07-22T04:20:24.225Z Downloaded scroll_derive v0.13.1
9482026-07-22T04:20:24.225Z Downloaded pkcs1 v0.7.5
9492026-07-22T04:20:24.225Z Downloaded pin-project v1.1.11
9502026-07-22T04:20:24.235Z Downloaded scopeguard v1.2.0
9512026-07-22T04:20:24.235Z Downloaded rustc_version v0.1.7
9522026-07-22T04:20:24.235Z Downloaded pkg-config v0.3.32
9532026-07-22T04:20:24.235Z Downloaded pkcs8 v0.11.0
9542026-07-22T04:20:24.245Z Downloaded r2d2 v0.8.10
9552026-07-22T04:20:24.245Z Downloaded hashbrown v0.12.3
9562026-07-22T04:20:24.245Z Downloaded postgres-types v0.2.12
9572026-07-22T04:20:24.246Z Downloaded poly1305 v0.9.0
9582026-07-22T04:20:24.246Z Downloaded oxide-update-engine-types v0.1.2
9592026-07-22T04:20:24.254Z Downloaded sapling-renderdag v0.1.0
9602026-07-22T04:20:24.254Z Downloaded same-file v1.0.6
9612026-07-22T04:20:24.254Z Downloaded resolv-conf v0.7.6
9622026-07-22T04:20:24.254Z Downloaded serde_bytes v0.11.19
9632026-07-22T04:20:24.254Z Downloaded scheduled-thread-pool v0.2.7
9642026-07-22T04:20:24.254Z Downloaded rand_core v0.9.5
9652026-07-22T04:20:24.265Z Downloaded rand_core v0.6.4
9662026-07-22T04:20:24.265Z Downloaded jiff-static v0.2.21
9672026-07-22T04:20:24.273Z Downloaded seq-macro v0.3.6
9682026-07-22T04:20:24.273Z Downloaded secrecy v0.8.0
9692026-07-22T04:20:24.284Z Downloaded secrecy v0.10.3
9702026-07-22T04:20:24.284Z Downloaded rpassword v7.5.4
9712026-07-22T04:20:24.284Z Downloaded quinn-udp v0.5.14
9722026-07-22T04:20:24.284Z Downloaded serde_spanned v1.1.1
9732026-07-22T04:20:24.285Z Downloaded serde_plain v1.0.2
9742026-07-22T04:20:24.285Z Downloaded serde_urlencoded v0.7.1
9752026-07-22T04:20:24.297Z Downloaded omicron-zone-package v0.12.3
9762026-07-22T04:20:24.297Z Downloaded rustls-native-certs v0.8.3
9772026-07-22T04:20:24.299Z Downloaded pkcs5 v0.8.1
9782026-07-22T04:20:24.299Z Downloaded serde-big-array v0.5.1
9792026-07-22T04:20:24.314Z Downloaded rfc6979 v0.5.0
9802026-07-22T04:20:24.314Z Downloaded signal-hook-mio v0.2.5
9812026-07-22T04:20:24.314Z Downloaded sha1 v0.10.6
9822026-07-22T04:20:24.314Z Downloaded sha1 v0.11.0
9832026-07-22T04:20:24.314Z Downloaded rustversion v1.0.22
9842026-07-22T04:20:24.314Z Downloaded shell-words v1.1.1
9852026-07-22T04:20:24.314Z Downloaded schemars_derive v0.8.22
9862026-07-22T04:20:24.315Z Downloaded minimal-lexical v0.2.1
9872026-07-22T04:20:24.323Z Downloaded scrypt v0.12.0
9882026-07-22T04:20:24.324Z Downloaded slog-bunyan v2.5.0
9892026-07-22T04:20:24.324Z Downloaded rusty-fork v0.3.1
9902026-07-22T04:20:24.324Z Downloaded internal-russh-num-bigint v0.5.0
9912026-07-22T04:20:24.324Z Downloaded sec1 v0.7.3
9922026-07-22T04:20:24.336Z Downloaded sigpipe v0.1.3
9932026-07-22T04:20:24.336Z Downloaded postcard v1.1.3
9942026-07-22T04:20:24.336Z Downloaded openssl-sys v0.9.115
9952026-07-22T04:20:24.336Z Downloaded signature v2.2.0
9962026-07-22T04:20:24.336Z Downloaded hashbrown v0.13.2
9972026-07-22T04:20:24.349Z Downloaded signal-hook-tokio v0.3.1
9982026-07-22T04:20:24.349Z Downloaded scroll v0.13.0
9992026-07-22T04:20:24.349Z Downloaded p256 v0.14.0-rc.10
10002026-07-22T04:20:24.366Z Downloaded serde_path_to_error v0.1.20
10012026-07-22T04:20:24.366Z Downloaded dropshot-api-manager v0.7.2
10022026-07-22T04:20:24.367Z Downloaded num-bigint v0.4.6
10032026-07-22T04:20:24.367Z Downloaded p384 v0.14.0-rc.10
10042026-07-22T04:20:24.367Z Downloaded papergrid v0.17.0
10052026-07-22T04:20:24.367Z Downloaded serde_with_macros v1.5.2
10062026-07-22T04:20:24.390Z Downloaded semver v0.1.20
10072026-07-22T04:20:24.390Z Downloaded prefix-trie v0.7.0
10082026-07-22T04:20:24.390Z Downloaded slog-envlogger v2.2.0
10092026-07-22T04:20:24.390Z Downloaded serde-hex v0.1.0
10102026-07-22T04:20:24.391Z Downloaded serde_derive_internals v0.29.1
10112026-07-22T04:20:24.391Z Downloaded rustls-pki-types v1.14.0
10122026-07-22T04:20:24.391Z Downloaded rustls-pemfile v2.2.0
10132026-07-22T04:20:24.391Z Downloaded signal-hook-registry v1.4.8
10142026-07-22T04:20:24.412Z Downloaded progenitor-impl v0.14.0
10152026-07-22T04:20:24.412Z Downloaded hashbrown v0.15.5
10162026-07-22T04:20:24.412Z Downloaded slab v0.4.12
10172026-07-22T04:20:24.412Z Downloaded strsim v0.10.0
10182026-07-22T04:20:24.412Z Downloaded serdect v0.4.3
10192026-07-22T04:20:24.412Z Downloaded structmeta v0.3.0
10202026-07-22T04:20:24.413Z Downloaded signature v3.0.0
10212026-07-22T04:20:24.413Z Downloaded sqlparser_derive v0.5.0
10222026-07-22T04:20:24.415Z Downloaded stable_deref_trait v1.2.1
10232026-07-22T04:20:24.429Z Downloaded progenitor-impl v0.13.0
10242026-07-22T04:20:24.429Z Downloaded ron v0.8.1
10252026-07-22T04:20:24.429Z Downloaded shlex v1.3.0
10262026-07-22T04:20:24.429Z Downloaded strum v0.26.3
10272026-07-22T04:20:24.429Z Downloaded sync_wrapper v1.0.2
10282026-07-22T04:20:24.429Z Downloaded supports-color v3.0.2
10292026-07-22T04:20:24.429Z Downloaded smallvec v0.6.14
10302026-07-22T04:20:24.430Z Downloaded slog-stdlog v4.1.1
10312026-07-22T04:20:24.430Z Downloaded slog-scope v4.4.1
10322026-07-22T04:20:24.430Z Downloaded slog-async v2.8.0
10332026-07-22T04:20:24.437Z Downloaded strip-ansi-escapes v0.2.1
10342026-07-22T04:20:24.437Z Downloaded sync-ptr v0.1.4
10352026-07-22T04:20:24.437Z Downloaded pretty_assertions v1.4.1
10362026-07-22T04:20:24.437Z Downloaded tabwriter v1.4.1
10372026-07-22T04:20:24.437Z Downloaded slog-term v2.9.2
10382026-07-22T04:20:24.454Z Downloaded hashbrown v0.16.1
10392026-07-22T04:20:24.454Z Downloaded siphasher v1.0.2
10402026-07-22T04:20:24.454Z Downloaded strum v0.27.2
10412026-07-22T04:20:24.454Z Downloaded simd-adler32 v0.3.8
10422026-07-22T04:20:24.455Z Downloaded rustls-platform-verifier v0.6.2
10432026-07-22T04:20:24.472Z Downloaded ssh-cipher v0.3.0-rc.9
10442026-07-22T04:20:24.472Z Downloaded subtle v2.6.1
10452026-07-22T04:20:24.473Z Downloaded structmeta-derive v0.3.0
10462026-07-22T04:20:24.473Z Downloaded sha2 v0.11.0
10472026-07-22T04:20:24.473Z Downloaded salsa20 v0.11.0
10482026-07-22T04:20:24.473Z Downloaded ryu v1.0.23
10492026-07-22T04:20:24.473Z Downloaded string_cache v0.8.9
10502026-07-22T04:20:24.473Z Downloaded prettyplease v0.2.37
10512026-07-22T04:20:24.473Z Downloaded hickory-server v0.25.2
10522026-07-22T04:20:24.473Z Downloaded stringprep v0.1.5
10532026-07-22T04:20:24.473Z Downloaded tabled_derive v0.11.0
10542026-07-22T04:20:24.489Z Downloaded slog-json v2.6.1
10552026-07-22T04:20:24.489Z Downloaded slog-dtrace v0.3.0
10562026-07-22T04:20:24.489Z Downloaded schemars v0.8.22
10572026-07-22T04:20:24.490Z Downloaded tap v1.0.1
10582026-07-22T04:20:24.490Z Downloaded itertools v0.12.1
10592026-07-22T04:20:24.490Z Downloaded take_mut v0.2.2
10602026-07-22T04:20:24.490Z Downloaded thiserror-impl-no-std v2.0.2
10612026-07-22T04:20:24.490Z Downloaded publicsuffix v2.3.0
10622026-07-22T04:20:24.508Z Downloaded rcgen v0.12.1
10632026-07-22T04:20:24.508Z Downloaded thread-id v5.1.0
10642026-07-22T04:20:24.508Z Downloaded time-core v0.1.8
10652026-07-22T04:20:24.508Z Downloaded smf v0.2.3
10662026-07-22T04:20:24.508Z Downloaded tinyvec_macros v0.1.1
10672026-07-22T04:20:24.508Z Downloaded serde_repr v0.1.20
10682026-07-22T04:20:24.508Z Downloaded serde_cbor v0.11.2
10692026-07-22T04:20:24.508Z Downloaded strum_macros v0.27.2
10702026-07-22T04:20:24.508Z Downloaded spki v0.7.3
10712026-07-22T04:20:24.508Z Downloaded snafu-derive v0.8.9
10722026-07-22T04:20:24.508Z Downloaded itertools v0.13.0
10732026-07-22T04:20:24.512Z Downloaded termtree v0.5.1
10742026-07-22T04:20:24.512Z Downloaded icu_properties_data v2.1.2
10752026-07-22T04:20:24.512Z Downloaded p521 v0.14.0-rc.10
10762026-07-22T04:20:24.512Z Downloaded tagptr v0.2.0
10772026-07-22T04:20:24.513Z Downloaded spki v0.8.0
10782026-07-22T04:20:24.513Z Downloaded mio v1.2.0
10792026-07-22T04:20:24.513Z Downloaded synstructure v0.13.2
10802026-07-22T04:20:24.513Z Downloaded tokio-macros v2.7.0
10812026-07-22T04:20:24.522Z Downloaded serde_with_macros v3.21.0
10822026-07-22T04:20:24.522Z Downloaded num-bigint-dig v0.8.6
10832026-07-22T04:20:24.522Z Downloaded static_assertions v1.1.0
10842026-07-22T04:20:24.534Z Downloaded ssh-encoding v0.3.0-rc.9
10852026-07-22T04:20:24.534Z Downloaded aes-gcm v0.11.0
10862026-07-22T04:20:24.534Z Downloaded libxml v0.3.3
10872026-07-22T04:20:24.534Z Downloaded stacker v0.1.23
10882026-07-22T04:20:24.546Z Downloaded smallvec v1.15.1
10892026-07-22T04:20:24.546Z Downloaded thiserror-no-std v2.0.2
10902026-07-22T04:20:24.546Z Downloaded sec1 v0.8.1
10912026-07-22T04:20:24.546Z Downloaded testing_table v0.3.0
10922026-07-22T04:20:24.547Z Downloaded strum_macros v0.24.3
10932026-07-22T04:20:24.548Z Downloaded tower-service v0.3.3
10942026-07-22T04:20:24.557Z Downloaded slog v2.8.2
10952026-07-22T04:20:24.557Z Downloaded thread_local v1.1.9
10962026-07-22T04:20:24.557Z Downloaded support-bundle-viewer v0.1.2
10972026-07-22T04:20:24.568Z Downloaded rand v0.9.2
10982026-07-22T04:20:24.568Z Downloaded hkdf v0.12.4
10992026-07-22T04:20:24.568Z Downloaded tokio-test v0.4.5
11002026-07-22T04:20:24.568Z Downloaded rsa v0.9.10
11012026-07-22T04:20:24.568Z Downloaded tower-layer v0.3.3
11022026-07-22T04:20:24.568Z Downloaded time-macros v0.2.27
11032026-07-22T04:20:24.573Z Downloaded quinn v0.11.9
11042026-07-22T04:20:24.573Z Downloaded try-lock v0.2.5
11052026-07-22T04:20:24.573Z Downloaded termios v0.3.3
11062026-07-22T04:20:24.573Z Downloaded tokio-dtrace v0.1.1
11072026-07-22T04:20:24.573Z Downloaded tls_codec v0.4.2
11082026-07-22T04:20:24.573Z Downloaded iri-string v0.7.10
11092026-07-22T04:20:24.580Z Downloaded tls_codec_derive v0.4.2
11102026-07-22T04:20:24.587Z Downloaded sqlformat v0.3.5
11112026-07-22T04:20:24.598Z Downloaded unit-prefix v0.5.2
11122026-07-22T04:20:24.598Z Downloaded topological-sort v0.2.2
11132026-07-22T04:20:24.598Z Downloaded rand v0.8.6
11142026-07-22T04:20:24.598Z Downloaded trait-variant v0.1.2
11152026-07-22T04:20:24.606Z Downloaded serde_yaml v0.9.34+deprecated
11162026-07-22T04:20:24.606Z Downloaded universal-hash v0.5.1
11172026-07-22T04:20:24.606Z Downloaded rustls-webpki v0.103.13
11182026-07-22T04:20:24.606Z Downloaded term v1.2.1
11192026-07-22T04:20:24.615Z Downloaded qorb v0.4.1
11202026-07-22T04:20:24.615Z Downloaded signal-hook v0.3.18
11212026-07-22T04:20:24.615Z Downloaded typify-macro v0.6.2
11222026-07-22T04:20:24.620Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-07-22T04:20:24.620Z Downloaded universal-hash v0.6.1
11242026-07-22T04:20:24.620Z Downloaded unarray v0.1.4
11252026-07-22T04:20:24.620Z Downloaded usdt-attr-macro v0.6.0
11262026-07-22T04:20:24.620Z Downloaded usdt v0.6.0
11272026-07-22T04:20:24.620Z Downloaded idna v1.1.0
11282026-07-22T04:20:24.620Z Downloaded unicode-truncate v1.1.0
11292026-07-22T04:20:24.620Z Downloaded utf8_iter v1.0.4
11302026-07-22T04:20:24.625Z Downloaded tiny-keccak v2.0.2
11312026-07-22T04:20:24.625Z Downloaded schemars v0.9.0
11322026-07-22T04:20:24.629Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11332026-07-22T04:20:24.637Z Downloaded unicode-xid v0.2.6
11342026-07-22T04:20:24.637Z Downloaded similar v2.7.0
11352026-07-22T04:20:24.637Z Downloaded untrusted v0.7.1
11362026-07-22T04:20:24.637Z Downloaded utf-8 v0.7.6
11372026-07-22T04:20:24.637Z Downloaded usdt-macro v0.6.0
11382026-07-22T04:20:24.643Z Downloaded tinystr v0.8.2
11392026-07-22T04:20:24.643Z Downloaded tui-tree-widget v0.23.1
11402026-07-22T04:20:24.643Z Downloaded untrusted v0.9.0
11412026-07-22T04:20:24.643Z Downloaded itertools v0.10.5
11422026-07-22T04:20:24.647Z Downloaded rand v0.10.1
11432026-07-22T04:20:24.648Z Downloaded nom v7.1.3
11442026-07-22T04:20:24.651Z Downloaded itertools v0.14.0
11452026-07-22T04:20:24.657Z Downloaded tokio-tungstenite v0.21.0
11462026-07-22T04:20:24.657Z Downloaded subprocess v0.2.15
11472026-07-22T04:20:24.667Z Downloaded tokio-rustls v0.26.4
11482026-07-22T04:20:24.667Z Downloaded tokio-stream v0.1.18
11492026-07-22T04:20:24.667Z Downloaded wait-timeout v0.2.1
11502026-07-22T04:20:24.667Z Downloaded tokio-native-tls v0.3.1
11512026-07-22T04:20:24.667Z Downloaded waitgroup v0.1.2
11522026-07-22T04:20:24.667Z Downloaded strum_macros v0.26.4
11532026-07-22T04:20:24.673Z Downloaded spin v0.9.8
11542026-07-22T04:20:24.673Z Downloaded snafu v0.8.9
11552026-07-22T04:20:24.673Z Downloaded iddqd v0.4.2
11562026-07-22T04:20:24.677Z Downloaded toml_parser v1.1.2+spec-1.1.0
11572026-07-22T04:20:24.677Z Downloaded test-strategy v0.4.5
11582026-07-22T04:20:24.690Z Downloaded hyper v1.10.1
11592026-07-22T04:20:24.691Z Downloaded toml_writer v1.1.1+spec-1.1.0
11602026-07-22T04:20:24.696Z Downloaded rayon-core v1.13.0
11612026-07-22T04:20:24.696Z Downloaded yoke-derive v0.8.1
11622026-07-22T04:20:24.696Z Downloaded socket2 v0.6.3
11632026-07-22T04:20:24.696Z Downloaded zerofrom v0.1.6
11642026-07-22T04:20:24.696Z Downloaded zerofrom-derive v0.1.6
11652026-07-22T04:20:24.696Z Downloaded term v0.7.0
11662026-07-22T04:20:24.696Z Downloaded socket2 v0.5.10
11672026-07-22T04:20:24.696Z Downloaded usdt-impl v0.6.0
11682026-07-22T04:20:24.696Z Downloaded vergen-lib v9.1.0
11692026-07-22T04:20:24.696Z Downloaded vergen-git2 v9.1.0
11702026-07-22T04:20:24.696Z Downloaded want v0.3.1
11712026-07-22T04:20:24.697Z Downloaded uzers v0.12.2
11722026-07-22T04:20:24.702Z Downloaded xattr v1.6.1
11732026-07-22T04:20:24.712Z Downloaded void v1.0.2
11742026-07-22T04:20:24.723Z Downloaded zeroize_derive v1.4.3
11752026-07-22T04:20:24.723Z Downloaded xshell-macros v0.2.7
11762026-07-22T04:20:24.724Z Downloaded rsa v0.10.0-rc.18
11772026-07-22T04:20:24.732Z Downloaded schemars v1.2.1
11782026-07-22T04:20:24.740Z Downloaded whoami v2.1.0
11792026-07-22T04:20:24.740Z Downloaded walkdir v2.5.0
11802026-07-22T04:20:24.740Z Downloaded hkdf v0.13.0
11812026-07-22T04:20:24.740Z Downloaded whoami v1.6.1
11822026-07-22T04:20:24.740Z Downloaded vsss-rs v3.3.4
11832026-07-22T04:20:24.740Z Downloaded unicase v2.9.0
11842026-07-22T04:20:24.740Z Downloaded zone_cfg_derive v0.3.1
11852026-07-22T04:20:24.740Z Downloaded samael v0.0.19
11862026-07-22T04:20:24.748Z Downloaded writeable v0.6.2
11872026-07-22T04:20:24.748Z Downloaded unicode-properties v0.1.4
11882026-07-22T04:20:24.748Z Downloaded tokio-tungstenite v0.23.1
11892026-07-22T04:20:24.748Z Downloaded vergen-gitcl v1.0.8
11902026-07-22T04:20:24.755Z Downloaded nom v8.0.0
11912026-07-22T04:20:24.761Z Downloaded wyz v0.5.1
11922026-07-22T04:20:24.761Z Downloaded vergen-lib v0.1.6
11932026-07-22T04:20:24.762Z Downloaded rustyline v14.0.0
11942026-07-22T04:20:24.762Z Downloaded yoke v0.8.1
11952026-07-22T04:20:24.774Z Downloaded toml v1.1.2+spec-1.1.0
11962026-07-22T04:20:24.774Z Downloaded libm v0.2.16
11972026-07-22T04:20:24.795Z Downloaded blake3 v1.8.5
11982026-07-22T04:20:24.822Z Downloaded vergen v9.1.0
11992026-07-22T04:20:24.822Z Downloaded twox-hash v2.1.2
12002026-07-22T04:20:24.822Z Downloaded tinyvec v1.10.0
12012026-07-22T04:20:24.822Z Downloaded serde_with v1.14.0
12022026-07-22T04:20:24.822Z Downloaded bindgen v0.71.1
12032026-07-22T04:20:24.834Z Downloaded toml v0.7.8
12042026-07-22T04:20:24.834Z Downloaded zone v0.3.1
12052026-07-22T04:20:24.834Z Downloaded yasna v0.5.2
12062026-07-22T04:20:24.834Z Downloaded unsafe-libyaml v0.2.11
12072026-07-22T04:20:24.835Z Downloaded zstd-safe v7.2.4
12082026-07-22T04:20:24.835Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-07-22T04:20:24.835Z Downloaded zstd v0.13.3
12102026-07-22T04:20:24.847Z Downloaded futures-util v0.3.32
12112026-07-22T04:20:24.847Z Downloaded xshell v0.2.7
12122026-07-22T04:20:24.847Z Downloaded zerovec-derive v0.11.2
12132026-07-22T04:20:24.853Z Downloaded tracing-attributes v0.1.31
12142026-07-22T04:20:24.855Z Downloaded tar v0.4.46
12152026-07-22T04:20:24.855Z Downloaded vte v0.14.1
12162026-07-22T04:20:24.855Z Downloaded typify v0.6.2
12172026-07-22T04:20:24.855Z Downloaded tungstenite v0.23.0
12182026-07-22T04:20:24.855Z Downloaded tungstenite v0.21.0
12192026-07-22T04:20:24.883Z Downloaded p384 v0.13.1
12202026-07-22T04:20:24.883Z Downloaded curve25519-dalek v4.1.3
12212026-07-22T04:20:24.918Z Downloaded h2 v0.4.15
12222026-07-22T04:20:24.918Z Downloaded unicode-bidi v0.3.18
12232026-07-22T04:20:24.918Z Downloaded steno v0.4.1
12242026-07-22T04:20:24.918Z Downloaded zerocopy v0.6.6
12252026-07-22T04:20:24.918Z Downloaded reedline v0.40.0
12262026-07-22T04:20:24.918Z Downloaded zeroize v1.8.2
12272026-07-22T04:20:24.918Z Downloaded toml_edit v0.19.15
12282026-07-22T04:20:24.918Z Downloaded uuid v1.23.4
12292026-07-22T04:20:24.918Z Downloaded goblin v0.10.5
12302026-07-22T04:20:24.928Z Downloaded reqwest v0.13.2
12312026-07-22T04:20:24.929Z Downloaded bitvec v1.0.1
12322026-07-22T04:20:24.929Z Downloaded tracing-core v0.1.36
12332026-07-22T04:20:24.929Z Downloaded aws-lc-rs v1.16.3
12342026-07-22T04:20:24.929Z Downloaded yansi v1.0.1
12352026-07-22T04:20:24.929Z Downloaded rawzip v0.4.4
12362026-07-22T04:20:24.929Z Downloaded quick-xml v0.37.5
12372026-07-22T04:20:24.929Z Downloaded portable-atomic v1.13.1
12382026-07-22T04:20:24.941Z Downloaded moka v0.12.13
12392026-07-22T04:20:24.953Z Downloaded zopfli v0.8.3
12402026-07-22T04:20:24.963Z Downloaded salty v0.3.0
12412026-07-22T04:20:24.970Z Downloaded zip v0.6.6
12422026-07-22T04:20:24.970Z Downloaded typed-path v0.9.3
12432026-07-22T04:20:24.970Z Downloaded git2 v0.20.4
12442026-07-22T04:20:24.975Z Downloaded crypto-bigint v0.7.5
12452026-07-22T04:20:24.986Z Downloaded unicode_categories v0.1.1
12462026-07-22T04:20:25.000Z Downloaded tokio-postgres v0.7.16
12472026-07-22T04:20:25.000Z Downloaded regex v1.12.3
12482026-07-22T04:20:25.000Z Downloaded zerotrie v0.2.3
12492026-07-22T04:20:25.000Z Downloaded chrono v0.4.45
12502026-07-22T04:20:25.000Z Downloaded zerocopy-derive v0.8.40
12512026-07-22T04:20:25.015Z Downloaded reqwest v0.12.28
12522026-07-22T04:20:25.015Z Downloaded x509-cert v0.2.5
12532026-07-22T04:20:25.015Z Downloaded tower v0.5.3
12542026-07-22T04:20:25.020Z Downloaded unicode-segmentation v1.12.0
12552026-07-22T04:20:25.020Z Downloaded unicode-normalization v0.1.25
12562026-07-22T04:20:25.021Z Downloaded tokio-util v0.7.18
12572026-07-22T04:20:25.021Z Downloaded tower-http v0.6.8
12582026-07-22T04:20:25.029Z Downloaded curve25519-dalek v5.0.0-rc.0
12592026-07-22T04:20:25.033Z Downloaded serde_with v3.21.0
12602026-07-22T04:20:25.038Z Downloaded zip v4.6.1
12612026-07-22T04:20:25.042Z Downloaded rayon v1.11.0
12622026-07-22T04:20:25.050Z Downloaded object v0.30.4
12632026-07-22T04:20:25.054Z Downloaded dropshot v0.17.1
12642026-07-22T04:20:25.065Z Downloaded zerovec v0.11.5
12652026-07-22T04:20:25.074Z Downloaded russh v0.61.2
12662026-07-22T04:20:25.082Z Downloaded url v2.5.8
12672026-07-22T04:20:25.082Z Downloaded radix_trie v0.2.1
12682026-07-22T04:20:25.089Z Downloaded openssl v0.10.79
12692026-07-22T04:20:25.103Z Downloaded lalrpop v0.19.12
12702026-07-22T04:20:25.111Z Downloaded ssh-key v0.7.0-rc.10
12712026-07-22T04:20:25.120Z Downloaded quinn-proto v0.11.13
12722026-07-22T04:20:25.120Z Downloaded winnow v1.0.3
12732026-07-22T04:20:25.125Z Downloaded tabled v0.20.0
12742026-07-22T04:20:25.141Z Downloaded tough v0.22.0
12752026-07-22T04:20:25.166Z Downloaded regex-syntax v0.6.29
12762026-07-22T04:20:25.166Z Downloaded hickory-proto v0.24.4
12772026-07-22T04:20:25.200Z Downloaded nix v0.31.2
12782026-07-22T04:20:25.200Z Downloaded diesel v2.3.7
12792026-07-22T04:20:25.202Z Downloaded petname v2.0.2
12802026-07-22T04:20:25.229Z Downloaded hickory-proto v0.25.2
12812026-07-22T04:20:25.229Z Downloaded zlib-rs v0.6.2
12822026-07-22T04:20:25.229Z Downloaded regress v0.10.5
12832026-07-22T04:20:25.229Z Downloaded regex-syntax v0.8.10
12842026-07-22T04:20:25.231Z Downloaded proptest v1.10.0
12852026-07-22T04:20:25.231Z Downloaded nix v0.27.1
12862026-07-22T04:20:25.240Z Downloaded winnow v0.5.40
12872026-07-22T04:20:25.269Z Downloaded rustls v0.23.41
12882026-07-22T04:20:25.269Z Downloaded nix v0.28.0
12892026-07-22T04:20:25.288Z Downloaded sqlparser v0.61.0
12902026-07-22T04:20:25.288Z Downloaded polar-core v0.27.3
12912026-07-22T04:20:25.289Z Downloaded typify-impl v0.6.2
12922026-07-22T04:20:25.323Z Downloaded tracing v0.1.44
12932026-07-22T04:20:25.323Z Downloaded bstr v1.12.1
12942026-07-22T04:20:25.338Z Downloaded winnow v0.6.26
12952026-07-22T04:20:25.338Z Downloaded zerocopy-derive v0.6.6
12962026-07-22T04:20:25.338Z Downloaded regex-automata v0.4.14
12972026-07-22T04:20:25.338Z Downloaded time v0.3.47
12982026-07-22T04:20:25.358Z Downloaded csv v1.4.0
12992026-07-22T04:20:25.370Z Downloaded smoltcp v0.9.1
13002026-07-22T04:20:25.370Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-07-22T04:20:25.377Z Downloaded vcpkg v0.2.15
13022026-07-22T04:20:25.393Z Downloaded object v0.37.3
13032026-07-22T04:20:25.417Z Downloaded openapiv3 v2.2.0
13042026-07-22T04:20:25.423Z Downloaded libz-sys v1.1.24
13052026-07-22T04:20:25.423Z Downloaded zerocopy v0.8.40
13062026-07-22T04:20:25.429Z Downloaded smoltcp v0.11.0
13072026-07-22T04:20:25.469Z Downloaded regress v0.11.1
13082026-07-22T04:20:25.476Z Downloaded rustix v0.38.44
13092026-07-22T04:20:25.589Z Downloaded sled v0.34.7
13102026-07-22T04:20:25.598Z Downloaded fiat-crypto v0.3.0
13112026-07-22T04:20:25.638Z Downloaded ratatui v0.29.0
13122026-07-22T04:20:25.653Z Downloaded sha3 v0.11.0
13132026-07-22T04:20:25.668Z Downloaded bzip2-sys v0.1.13+1.0.8
13142026-07-22T04:20:25.754Z Downloaded chrono-tz v0.10.4
13152026-07-22T04:20:25.765Z Downloaded petgraph v0.6.5
13162026-07-22T04:20:25.769Z Downloaded jiff v0.2.21
13172026-07-22T04:20:25.808Z Downloaded petgraph v0.8.3
13182026-07-22T04:20:25.865Z Downloaded sha3 v0.10.8
13192026-07-22T04:20:25.878Z Downloaded tokio v1.52.1
13202026-07-22T04:20:25.989Z Downloaded encoding_rs v0.8.35
13212026-07-22T04:20:26.043Z Downloaded ring v0.17.14
13222026-07-22T04:20:26.088Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-07-22T04:20:26.761Z Downloaded aws-lc-sys v0.40.0
13242026-07-22T04:20:26.958Z Compiling libc v0.2.185
13252026-07-22T04:20:26.958Z Compiling serde_core v1.0.228
13262026-07-22T04:20:26.958Z Compiling serde v1.0.228
13272026-07-22T04:20:26.967Z Compiling log v0.4.29
13282026-07-22T04:20:26.967Z Compiling smallvec v1.15.1
13292026-07-22T04:20:27.094Z Compiling find-msvc-tools v0.1.9
13302026-07-22T04:20:27.098Z Compiling shlex v1.3.0
13312026-07-22T04:20:27.098Z Compiling syn v2.0.117
13322026-07-22T04:20:27.291Z Compiling subtle v2.6.1
13332026-07-22T04:20:27.307Z Compiling scopeguard v1.2.0
13342026-07-22T04:20:27.321Z Compiling stable_deref_trait v1.2.1
13352026-07-22T04:20:27.371Z Compiling typenum v1.20.1
13362026-07-22T04:20:27.407Z Compiling lock_api v0.4.14
13372026-07-22T04:20:27.420Z Compiling serde_json v1.0.150
13382026-07-22T04:20:27.440Z Compiling portable-atomic v1.13.1
13392026-07-22T04:20:27.473Z Compiling zerocopy v0.8.40
13402026-07-22T04:20:27.651Z Compiling pin-project-lite v0.2.17
13412026-07-22T04:20:27.671Z Compiling parking_lot_core v0.9.12
13422026-07-22T04:20:27.742Z Compiling getrandom v0.4.1
13432026-07-22T04:20:27.932Z Compiling jobserver v0.1.34
13442026-07-22T04:20:27.954Z Compiling errno v0.3.14
13452026-07-22T04:20:27.989Z Compiling getrandom v0.2.17
13462026-07-22T04:20:28.095Z Compiling libm v0.2.16
13472026-07-22T04:20:28.133Z Compiling pkg-config v0.3.32
13482026-07-22T04:20:28.197Z Compiling cc v1.2.56
13492026-07-22T04:20:28.214Z Compiling critical-section v1.2.0
13502026-07-22T04:20:28.348Z Compiling rand_core v0.6.4
13512026-07-22T04:20:28.491Z Compiling signal-hook-registry v1.4.8
13522026-07-22T04:20:28.513Z Compiling once_cell v1.21.3
13532026-07-22T04:20:28.695Z Compiling num-traits v0.2.19
13542026-07-22T04:20:28.739Z Compiling rand_core v0.10.0
13552026-07-22T04:20:28.772Z Compiling futures-core v0.3.32
13562026-07-22T04:20:28.905Z Compiling parking_lot v0.12.5
13572026-07-22T04:20:28.924Z Compiling mio v1.2.0
13582026-07-22T04:20:29.192Z Compiling generic-array v0.14.7
13592026-07-22T04:20:29.218Z Compiling writeable v0.6.2
13602026-07-22T04:20:29.314Z Compiling bitflags v2.11.0
13612026-07-22T04:20:29.337Z Compiling const-oid v0.9.6
13622026-07-22T04:20:29.405Z Compiling litemap v0.8.1
13632026-07-22T04:20:29.416Z Compiling percent-encoding v2.3.2
13642026-07-22T04:20:29.598Z Compiling semver v1.0.28
13652026-07-22T04:20:29.616Z Compiling icu_properties_data v2.1.2
13662026-07-22T04:20:29.818Z Compiling icu_normalizer_data v2.1.1
13672026-07-22T04:20:29.920Z Compiling socket2 v0.6.3
13682026-07-22T04:20:29.948Z Compiling futures-sink v0.3.32
13692026-07-22T04:20:30.045Z Compiling synstructure v0.13.2
13702026-07-22T04:20:30.102Z Compiling futures-channel v0.3.32
13712026-07-22T04:20:30.118Z Compiling futures-io v0.3.32
13722026-07-22T04:20:30.148Z Compiling slab v0.4.12
13732026-07-22T04:20:30.242Z Compiling futures-task v0.3.32
13742026-07-22T04:20:30.270Z Compiling utf8_iter v1.0.4
13752026-07-22T04:20:30.333Z Compiling indexmap v2.14.0
13762026-07-22T04:20:30.345Z Compiling form_urlencoded v1.2.2
13772026-07-22T04:20:30.356Z Compiling getrandom v0.3.4
13782026-07-22T04:20:30.419Z Compiling rustversion v1.0.22
13792026-07-22T04:20:30.438Z Compiling cmake v0.1.57
13802026-07-22T04:20:30.468Z Compiling iana-time-zone v0.1.65
13812026-07-22T04:20:30.534Z Compiling ident_case v1.0.1
13822026-07-22T04:20:30.657Z Compiling fs_extra v1.3.0
13832026-07-22T04:20:30.679Z Compiling dunce v1.0.5
13842026-07-22T04:20:30.679Z Compiling rustix v1.1.3
13852026-07-22T04:20:30.768Z Compiling regex-syntax v0.8.10
13862026-07-22T04:20:30.854Z Compiling uuid v1.23.4
13872026-07-22T04:20:30.928Z Compiling aws-lc-sys v0.40.0
13882026-07-22T04:20:31.017Z Compiling base64 v0.22.1
13892026-07-22T04:20:31.311Z Compiling rand_core v0.9.5
13902026-07-22T04:20:31.340Z Compiling base64ct v1.8.3
13912026-07-22T04:20:31.475Z Compiling vcpkg v0.2.15
13922026-07-22T04:20:31.602Z Compiling pem-rfc7468 v0.7.0
13932026-07-22T04:20:31.609Z Compiling rustc_version v0.4.1
13942026-07-22T04:20:31.669Z Compiling tracing-core v0.1.36
13952026-07-22T04:20:31.810Z Compiling serde_derive v1.0.228
13962026-07-22T04:20:31.928Z Compiling zeroize_derive v1.4.3
13972026-07-22T04:20:31.974Z Compiling zerofrom-derive v0.1.6
13982026-07-22T04:20:32.221Z Compiling yoke-derive v0.8.1
13992026-07-22T04:20:32.271Z Compiling zerovec-derive v0.11.2
14002026-07-22T04:20:32.465Z Compiling displaydoc v0.2.5
14012026-07-22T04:20:32.620Z Compiling zeroize v1.8.2
14022026-07-22T04:20:32.820Z Compiling zerocopy-derive v0.8.40
14032026-07-22T04:20:33.273Z Compiling tokio-macros v2.7.0
14042026-07-22T04:20:33.439Z Compiling zerofrom v0.1.6
14052026-07-22T04:20:33.469Z Compiling futures-macro v0.3.32
14062026-07-22T04:20:33.479Z Compiling openssl-sys v0.9.115
14072026-07-22T04:20:33.556Z Compiling yoke v0.8.1
14082026-07-22T04:20:33.753Z Compiling zerovec v0.11.5
14092026-07-22T04:20:33.829Z Compiling zerotrie v0.2.3
14102026-07-22T04:20:34.033Z Compiling block-buffer v0.10.4
14112026-07-22T04:20:34.065Z Compiling crypto-common v0.1.7
14122026-07-22T04:20:34.135Z Compiling der_derive v0.7.3
14132026-07-22T04:20:34.204Z Compiling digest v0.10.7
14142026-07-22T04:20:34.220Z Compiling tinystr v0.8.2
14152026-07-22T04:20:34.268Z Compiling potential_utf v0.1.4
14162026-07-22T04:20:34.281Z Compiling futures-util v0.3.32
14172026-07-22T04:20:34.412Z Compiling icu_locale_core v2.1.1
14182026-07-22T04:20:34.450Z Compiling icu_collections v2.1.1
14192026-07-22T04:20:34.464Z Compiling tracing-attributes v0.1.31
14202026-07-22T04:20:34.917Z Compiling thiserror-impl v2.0.18
14212026-07-22T04:20:35.128Z Compiling icu_provider v2.1.1
14222026-07-22T04:20:35.293Z Compiling aws-lc-rs v1.16.3
14232026-07-22T04:20:35.441Z Compiling bytes v1.11.1
14242026-07-22T04:20:35.461Z Compiling icu_properties v2.1.2
14252026-07-22T04:20:35.608Z Compiling icu_normalizer v2.1.1
14262026-07-22T04:20:35.820Z Compiling chrono v0.4.45
14272026-07-22T04:20:36.067Z Compiling tokio v1.52.1
14282026-07-22T04:20:36.155Z Compiling http v1.4.2
14292026-07-22T04:20:36.338Z Compiling flagset v0.4.7
14302026-07-22T04:20:36.510Z Compiling idna_adapter v1.2.1
14312026-07-22T04:20:36.588Z Compiling idna v1.1.0
14322026-07-22T04:20:36.608Z Compiling der v0.7.10
14332026-07-22T04:20:36.644Z Compiling thiserror v2.0.18
14342026-07-22T04:20:36.764Z Compiling tracing v0.1.44
14352026-07-22T04:20:36.955Z Compiling url v2.5.8
14362026-07-22T04:20:37.106Z Compiling http-body v1.0.1
14372026-07-22T04:20:37.273Z Compiling ppv-lite86 v0.2.21
14382026-07-22T04:20:37.300Z Compiling rustls-pki-types v1.14.0
14392026-07-22T04:20:37.300Z Compiling serde_derive_internals v0.29.1
14402026-07-22T04:20:37.380Z Compiling httparse v1.10.1
14412026-07-22T04:20:37.566Z Compiling rand_chacha v0.9.0
14422026-07-22T04:20:37.701Z Compiling cmov v0.5.4
14432026-07-22T04:20:37.749Z Compiling schemars v0.8.22
14442026-07-22T04:20:37.785Z Compiling dyn-clone v1.0.20
14452026-07-22T04:20:37.785Z Compiling tinyvec_macros v0.1.1
14462026-07-22T04:20:37.840Z Compiling openssl-probe v0.2.1
14472026-07-22T04:20:37.876Z Compiling ctutils v0.4.2
14482026-07-22T04:20:37.912Z Compiling tinyvec v1.10.0
14492026-07-22T04:20:37.988Z Compiling rand v0.9.2
14502026-07-22T04:20:38.062Z Compiling spki v0.7.3
14512026-07-22T04:20:38.113Z Compiling pest_generator v2.8.6
14522026-07-22T04:20:38.139Z Compiling schemars_derive v0.8.22
14532026-07-22T04:20:38.236Z Compiling aho-corasick v1.1.4
14542026-07-22T04:20:38.241Z Compiling atomic-waker v1.1.2
14552026-07-22T04:20:38.255Z Compiling tower-service v0.3.3
14562026-07-22T04:20:38.405Z Compiling tower-layer v0.3.3
14572026-07-22T04:20:38.418Z Compiling untrusted v0.7.1
14582026-07-22T04:20:38.557Z Compiling try-lock v0.2.5
14592026-07-22T04:20:38.588Z Compiling tempfile v3.25.0
14602026-07-22T04:20:38.665Z Compiling want v0.3.1
14612026-07-22T04:20:38.835Z Compiling hybrid-array v0.4.13
14622026-07-22T04:20:38.863Z Compiling pest_derive v2.8.6
14632026-07-22T04:20:38.941Z Compiling ipnet v2.11.0
14642026-07-22T04:20:39.131Z Compiling regex-automata v0.4.14
14652026-07-22T04:20:39.308Z Compiling scroll_derive v0.13.1
14662026-07-22T04:20:39.440Z Compiling darling_core v0.20.11
14672026-07-22T04:20:39.620Z Compiling httpdate v1.0.3
14682026-07-22T04:20:39.859Z Compiling tokio-util v0.7.18
14692026-07-22T04:20:39.968Z Compiling foreign-types-shared v0.1.1
14702026-07-22T04:20:40.059Z Compiling cpufeatures v0.2.17
14712026-07-22T04:20:40.149Z Compiling rustls v0.23.41
14722026-07-22T04:20:40.155Z Compiling openssl v0.10.79
14732026-07-22T04:20:40.324Z Compiling untrusted v0.9.0
14742026-07-22T04:20:40.410Z Compiling scroll v0.13.0
14752026-07-22T04:20:40.453Z Compiling foreign-types v0.3.2
14762026-07-22T04:20:40.518Z Compiling unicode-normalization v0.1.25
14772026-07-22T04:20:40.672Z Compiling h2 v0.4.15
14782026-07-22T04:20:40.715Z Compiling pkcs8 v0.10.2
14792026-07-22T04:20:40.972Z Compiling openssl-macros v0.1.1
14802026-07-22T04:20:40.976Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14812026-07-22T04:20:41.289Z Compiling spin v0.9.8
14822026-07-22T04:20:41.384Z Compiling time-core v0.1.8
14832026-07-22T04:20:41.400Z Compiling powerfmt v0.2.0
14842026-07-22T04:20:41.501Z Compiling crc32fast v1.5.0
14852026-07-22T04:20:41.527Z Compiling num-conv v0.2.0
14862026-07-22T04:20:41.591Z Compiling native-tls v0.2.18
14872026-07-22T04:20:41.654Z Compiling time-macros v0.2.27
14882026-07-22T04:20:41.710Z Compiling darling_macro v0.20.11
14892026-07-22T04:20:41.775Z Compiling deranged v0.5.8
14902026-07-22T04:20:42.201Z Compiling darling v0.20.11
14912026-07-22T04:20:42.287Z Compiling goblin v0.10.5
14922026-07-22T04:20:42.734Z Compiling sha2 v0.10.9
14932026-07-22T04:20:42.758Z Compiling hmac v0.12.1
14942026-07-22T04:20:42.916Z Compiling sync_wrapper v1.0.2
14952026-07-22T04:20:43.028Z Compiling wait-timeout v0.2.1
14962026-07-22T04:20:43.213Z Compiling usdt-impl v0.6.0
14972026-07-22T04:20:43.294Z Compiling num_threads v0.1.7
14982026-07-22T04:20:43.426Z Compiling syn v1.0.109
14992026-07-22T04:20:43.474Z Compiling siphasher v1.0.2
15002026-07-22T04:20:43.667Z Compiling crossbeam-utils v0.8.21
15012026-07-22T04:20:43.747Z Compiling quick-error v1.2.3
15022026-07-22T04:20:43.865Z Compiling hyper v1.10.1
15032026-07-22T04:20:43.975Z Compiling bit-vec v0.8.0
15042026-07-22T04:20:44.137Z Compiling simd-adler32 v0.3.8
15052026-07-22T04:20:44.215Z Compiling bit-set v0.8.0
15062026-07-22T04:20:44.415Z Compiling rusty-fork v0.3.1
15072026-07-22T04:20:44.754Z Compiling time v0.3.47
15082026-07-22T04:20:44.769Z Compiling tower v0.5.3
15092026-07-22T04:20:44.878Z Compiling derive_builder_core v0.20.2
15102026-07-22T04:20:45.069Z Compiling hyper-util v0.1.20
15112026-07-22T04:20:45.248Z Compiling dof v0.4.0
15122026-07-22T04:20:45.491Z Compiling dtrace-parser v0.3.0
15132026-07-22T04:20:45.740Z Compiling http-body-util v0.1.3
15142026-07-22T04:20:45.987Z Compiling heapless v0.7.17
15152026-07-22T04:20:46.230Z Compiling scroll_derive v0.12.1
15162026-07-22T04:20:46.251Z Compiling thiserror-impl v1.0.69
15172026-07-22T04:20:46.339Z Compiling rand_xorshift v0.4.0
15182026-07-22T04:20:46.404Z Compiling slog v2.8.2
15192026-07-22T04:20:46.499Z Compiling darling_core v0.23.0
15202026-07-22T04:20:46.598Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-07-22T04:20:46.610Z Compiling thread-id v5.1.0
15222026-07-22T04:20:46.690Z Compiling cookie v0.18.1
15232026-07-22T04:20:46.814Z Compiling allocator-api2 v0.2.21
15242026-07-22T04:20:46.889Z Compiling anyhow v1.0.102
15252026-07-22T04:20:46.894Z Compiling adler2 v2.0.1
15262026-07-22T04:20:46.914Z Compiling unicode-bidi v0.3.18
15272026-07-22T04:20:47.021Z Compiling paste v1.0.15
15282026-07-22T04:20:47.137Z Compiling unicode-properties v0.1.4
15292026-07-22T04:20:47.219Z Compiling unarray v0.1.4
15302026-07-22T04:20:47.305Z Compiling zstd-safe v7.2.4
15312026-07-22T04:20:47.327Z Compiling ryu v1.0.23
15322026-07-22T04:20:47.343Z Compiling signal-hook v0.3.18
15332026-07-22T04:20:47.440Z Compiling iri-string v0.7.10
15342026-07-22T04:20:47.507Z Compiling serde_urlencoded v0.7.1
15352026-07-22T04:20:47.520Z Compiling thiserror v1.0.69
15362026-07-22T04:20:47.566Z Compiling proptest v1.10.0
15372026-07-22T04:20:47.584Z Compiling stringprep v0.1.5
15382026-07-22T04:20:47.748Z Compiling miniz_oxide v0.8.9
15392026-07-22T04:20:47.835Z Compiling scroll v0.12.0
15402026-07-22T04:20:48.446Z Compiling derive_builder_macro v0.20.2
15412026-07-22T04:20:48.684Z Compiling tower-http v0.6.8
15422026-07-22T04:20:48.914Z Compiling camino v1.2.2
15432026-07-22T04:20:48.963Z Compiling tokio-native-tls v0.3.1
15442026-07-22T04:20:49.029Z Compiling darling_macro v0.23.0
15452026-07-22T04:20:49.085Z Compiling bstr v1.12.1
15462026-07-22T04:20:49.141Z Compiling ipnetwork v0.21.1
15472026-07-22T04:20:49.294Z Compiling block-padding v0.4.2
15482026-07-22T04:20:49.468Z Compiling crypto-common v0.2.2
15492026-07-22T04:20:49.489Z Compiling block-buffer v0.12.1
15502026-07-22T04:20:49.522Z Compiling rustls-native-certs v0.8.3
15512026-07-22T04:20:49.538Z Compiling rand_chacha v0.3.1
15522026-07-22T04:20:49.671Z Compiling serde_spanned v0.6.9
15532026-07-22T04:20:49.736Z Compiling serde_tokenstream v0.2.3
15542026-07-22T04:20:49.810Z Compiling toml_datetime v0.6.11
15552026-07-22T04:20:49.825Z Compiling erased-serde v0.3.31
15562026-07-22T04:20:50.046Z Compiling hex v0.4.3
15572026-07-22T04:20:50.073Z Compiling md-5 v0.10.6
15582026-07-22T04:20:50.241Z Compiling signature v2.2.0
15592026-07-22T04:20:50.315Z Compiling curve25519-dalek v4.1.3
15602026-07-22T04:20:50.318Z Compiling async-trait v0.1.89
15612026-07-22T04:20:50.340Z Compiling pin-project-internal v1.1.11
15622026-07-22T04:20:50.419Z Compiling zerocopy-derive v0.7.35
15632026-07-22T04:20:50.668Z Compiling vergen-lib v9.1.0
15642026-07-22T04:20:50.869Z Compiling hash32 v0.2.1
15652026-07-22T04:20:51.063Z Compiling num-integer v0.1.46
15662026-07-22T04:20:51.165Z Compiling memoffset v0.9.1
15672026-07-22T04:20:51.294Z Compiling encoding_rs v0.8.35
15682026-07-22T04:20:51.335Z Compiling rustix v0.38.44
15692026-07-22T04:20:51.383Z Compiling smoltcp v0.9.1
15702026-07-22T04:20:51.398Z Compiling fallible-iterator v0.2.0
15712026-07-22T04:20:51.469Z Compiling cfg_aliases v0.2.1
15722026-07-22T04:20:51.551Z Compiling litrs v1.0.0
15732026-07-22T04:20:51.701Z Compiling zlib-rs v0.6.2
15742026-07-22T04:20:51.715Z Compiling psl-types v2.0.11
15752026-07-22T04:20:51.740Z Compiling mime v0.3.17
15762026-07-22T04:20:51.847Z Compiling num-bigint-dig v0.8.6
15772026-07-22T04:20:52.003Z Compiling ref-cast v1.0.25
15782026-07-22T04:20:52.072Z Compiling publicsuffix v2.3.0
15792026-07-22T04:20:52.085Z Compiling document-features v0.2.12
15802026-07-22T04:20:52.351Z Compiling postgres-protocol v0.6.10
15812026-07-22T04:20:52.374Z Compiling nix v0.31.2
15822026-07-22T04:20:52.664Z Compiling hubpack_derive v0.1.1
15832026-07-22T04:20:52.689Z Compiling pin-project v1.1.11
15842026-07-22T04:20:52.791Z Compiling zerocopy v0.7.35
15852026-07-22T04:20:52.805Z Compiling num-iter v0.1.45
15862026-07-22T04:20:52.996Z Compiling newtype-uuid v1.3.2
15872026-07-22T04:20:53.117Z Compiling rand v0.8.6
15882026-07-22T04:20:53.340Z Compiling darling v0.23.0
15892026-07-22T04:20:53.340Z Compiling inout v0.2.2
15902026-07-22T04:20:53.360Z Compiling oxnet v0.1.6
15912026-07-22T04:20:53.385Z Compiling hyper-tls v0.6.0
15922026-07-22T04:20:53.538Z Compiling derive_builder v0.20.2
15932026-07-22T04:20:53.661Z Compiling goblin v0.8.2
15942026-07-22T04:20:54.057Z Compiling phf_shared v0.13.1
15952026-07-22T04:20:54.162Z Compiling lazy_static v1.5.0
15962026-07-22T04:20:54.259Z Compiling regex v1.12.3
15972026-07-22T04:20:54.307Z Compiling anstyle-parse v0.2.7
15982026-07-22T04:20:54.322Z Compiling futures-executor v0.3.32
15992026-07-22T04:20:54.335Z Compiling terminal_size v0.4.3
16002026-07-22T04:20:54.483Z Compiling strum_macros v0.27.2
16012026-07-22T04:20:54.495Z Compiling snafu-derive v0.8.9
16022026-07-22T04:20:54.672Z Compiling ref-cast-impl v1.0.25
16032026-07-22T04:20:54.825Z Compiling flate2 v1.1.9
16042026-07-22T04:20:55.129Z Compiling daft-derive v0.1.7
16052026-07-22T04:20:55.266Z Compiling curve25519-dalek-derive v0.1.1
16062026-07-22T04:20:55.266Z Compiling vergen v9.1.0
16072026-07-22T04:20:55.434Z Compiling cargo-platform v0.3.2
16082026-07-22T04:20:55.729Z Compiling ff v0.13.1
16092026-07-22T04:20:55.841Z Compiling fs-err v3.3.0
16102026-07-22T04:20:55.883Z Compiling ahash v0.8.12
16112026-07-22T04:20:55.883Z Compiling foldhash v0.2.0
16122026-07-22T04:20:55.989Z Compiling object v0.37.3
16132026-07-22T04:20:56.026Z Compiling bumpalo v3.20.2
16142026-07-22T04:20:56.051Z Compiling base16ct v0.2.0
16152026-07-22T04:20:56.198Z Compiling same-file v1.0.6
16162026-07-22T04:20:56.256Z Compiling managed v0.8.0
16172026-07-22T04:20:56.272Z Compiling winnow v0.5.40
16182026-07-22T04:20:56.365Z Compiling libbz2-rs-sys v0.2.2
16192026-07-22T04:20:56.411Z Compiling bitflags v1.3.2
16202026-07-22T04:20:56.432Z Compiling foldhash v0.1.5
16212026-07-22T04:20:56.478Z Compiling unicode-segmentation v1.12.0
16222026-07-22T04:20:56.610Z Compiling hashbrown v0.15.5
16232026-07-22T04:20:56.868Z Compiling bzip2 v0.6.1
16242026-07-22T04:20:57.054Z Compiling strum v0.27.2
16252026-07-22T04:20:57.083Z Compiling snafu v0.8.9
16262026-07-22T04:20:57.162Z Compiling walkdir v2.5.0
16272026-07-22T04:20:57.191Z Compiling zopfli v0.8.3
16282026-07-22T04:20:57.223Z Compiling sec1 v0.7.3
16292026-07-22T04:20:57.337Z Compiling clap_builder v4.6.0
16302026-07-22T04:20:57.483Z Compiling hashbrown v0.16.1
16312026-07-22T04:20:57.508Z Compiling dof v0.3.0
16322026-07-22T04:20:57.709Z Compiling toml_edit v0.19.15
16332026-07-22T04:20:57.853Z Compiling daft v0.1.7
16342026-07-22T04:20:58.066Z Compiling group v0.13.0
16352026-07-22T04:20:58.136Z Compiling cargo_metadata v0.23.1
16362026-07-22T04:20:58.252Z Compiling futures v0.3.32
16372026-07-22T04:20:58.362Z Compiling anstream v0.6.21
16382026-07-22T04:20:58.391Z Compiling phf v0.13.1
16392026-07-22T04:20:58.631Z Compiling signal-hook-mio v0.2.5
16402026-07-22T04:20:58.749Z Compiling cookie_store v0.22.1
16412026-07-22T04:20:59.040Z Compiling bzip2 v0.4.4
16422026-07-22T04:20:59.259Z Compiling zstd v0.13.3
16432026-07-22T04:20:59.481Z Compiling reqwest v0.12.28
16442026-07-22T04:20:59.632Z Compiling cipher v0.5.2
16452026-07-22T04:20:59.786Z Compiling serde_with_macros v3.21.0
16462026-07-22T04:20:59.933Z Compiling hubpack v0.1.2
16472026-07-22T04:21:00.175Z Compiling postgres-types v0.2.12
16482026-07-22T04:21:00.423Z Compiling ed25519 v2.2.3
16492026-07-22T04:21:00.664Z Compiling usdt-macro v0.6.0
16502026-07-22T04:21:00.695Z Compiling usdt-attr-macro v0.6.0
16512026-07-22T04:21:00.761Z Compiling globset v0.4.18
16522026-07-22T04:21:01.331Z Compiling dtrace-parser v0.2.0
16532026-07-22T04:21:01.388Z Compiling phf_shared v0.11.3
16542026-07-22T04:21:01.454Z Compiling hkdf v0.12.4
16552026-07-22T04:21:01.508Z Compiling olpc-cjson v0.1.4
16562026-07-22T04:21:01.535Z Compiling pkcs1 v0.7.5
16572026-07-22T04:21:01.568Z Compiling serde-big-array v0.5.1
16582026-07-22T04:21:01.595Z Compiling serde_plain v1.0.2
16592026-07-22T04:21:01.670Z Compiling crypto-bigint v0.5.5
16602026-07-22T04:21:01.712Z Compiling async-recursion v1.1.1
16612026-07-22T04:21:01.797Z Compiling strum_macros v0.26.4
16622026-07-22T04:21:01.920Z Compiling serde_repr v0.1.20
16632026-07-22T04:21:02.077Z Compiling clap_derive v4.6.1
16642026-07-22T04:21:02.365Z Compiling enum-as-inner v0.6.1
16652026-07-22T04:21:02.464Z Compiling pem v3.0.6
16662026-07-22T04:21:02.796Z Compiling float-cmp v0.10.0
16672026-07-22T04:21:02.886Z Compiling thread-id v4.2.2
16682026-07-22T04:21:02.952Z Compiling memmap2 v0.9.10
16692026-07-22T04:21:02.979Z Compiling env_filter v1.0.0
16702026-07-22T04:21:03.158Z Compiling typed-path v0.9.3
16712026-07-22T04:21:03.177Z Compiling static_assertions v1.1.0
16722026-07-22T04:21:03.252Z Compiling winnow v1.0.3
16732026-07-22T04:21:03.283Z Compiling jiff v0.2.21
16742026-07-22T04:21:03.554Z Compiling precomputed-hash v0.1.1
16752026-07-22T04:21:03.648Z Compiling predicates-core v1.0.10
16762026-07-22T04:21:03.662Z Compiling keccak v0.1.6
16772026-07-22T04:21:03.840Z Compiling new_debug_unreachable v1.0.6
16782026-07-22T04:21:03.848Z Compiling data-encoding v2.10.0
16792026-07-22T04:21:03.903Z Compiling difflib v0.4.0
16802026-07-22T04:21:03.911Z Compiling fixedbitset v0.5.7
16812026-07-22T04:21:04.219Z Compiling const-oid v0.10.2
16822026-07-22T04:21:04.253Z Compiling normalize-line-endings v0.3.0
16832026-07-22T04:21:04.360Z Compiling whoami v2.1.0
16842026-07-22T04:21:04.428Z Compiling cpufeatures v0.3.0
16852026-07-22T04:21:04.469Z Compiling either v1.15.0
16862026-07-22T04:21:04.480Z Compiling fixedbitset v0.4.2
16872026-07-22T04:21:04.480Z Compiling digest v0.11.3
16882026-07-22T04:21:04.497Z Compiling chacha20 v0.10.0
16892026-07-22T04:21:04.601Z Compiling predicates v3.1.4
16902026-07-22T04:21:04.679Z Compiling petgraph v0.6.5
16912026-07-22T04:21:04.738Z Compiling itertools v0.13.0
16922026-07-22T04:21:04.805Z Compiling tokio-postgres v0.7.16
16932026-07-22T04:21:04.805Z Compiling hickory-proto v0.25.2
16942026-07-22T04:21:04.897Z Compiling petgraph v0.8.3
16952026-07-22T04:21:05.225Z Compiling clap v4.6.1
16962026-07-22T04:21:05.313Z Compiling string_cache v0.8.9
16972026-07-22T04:21:05.560Z Compiling toml_edit v0.22.27
16982026-07-22T04:21:05.950Z Compiling sha3 v0.10.8
16992026-07-22T04:21:06.151Z Compiling zip v4.6.1
17002026-07-22T04:21:06.392Z Compiling toml_parser v1.1.2+spec-1.1.0
17012026-07-22T04:21:06.811Z Compiling strum v0.26.3
17022026-07-22T04:21:06.928Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17032026-07-22T04:21:06.947Z Compiling env_logger v0.11.9
17042026-07-22T04:21:07.047Z Compiling usdt v0.6.0
17052026-07-22T04:21:07.100Z Compiling usdt-impl v0.5.0
17062026-07-22T04:21:07.308Z Compiling elliptic-curve v0.13.8
17072026-07-22T04:21:07.328Z Compiling rsa v0.9.10
17082026-07-22T04:21:07.563Z Compiling crossterm v0.28.1
17092026-07-22T04:21:07.700Z Compiling serde_with v3.21.0
17102026-07-22T04:21:07.717Z Compiling ed25519-dalek v2.2.0
17112026-07-22T04:21:08.416Z Compiling zip v0.6.6
17122026-07-22T04:21:08.931Z Compiling toml v0.7.8
17132026-07-22T04:21:09.452Z Compiling iddqd v0.4.2
17142026-07-22T04:21:09.802Z Compiling heck v0.4.1
17152026-07-22T04:21:09.867Z Compiling similar v2.7.0
17162026-07-22T04:21:09.959Z Compiling byte-wrapper v0.1.0
17172026-07-22T04:21:10.034Z Compiling crossbeam-epoch v0.9.18
17182026-07-22T04:21:10.055Z Compiling tokio-stream v0.1.18
17192026-07-22T04:21:10.298Z Compiling buf-list v1.1.2
17202026-07-22T04:21:10.362Z Compiling x509-cert v0.2.5
17212026-07-22T04:21:10.519Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17222026-07-22T04:21:10.582Z Compiling openapiv3 v2.2.0
17232026-07-22T04:21:10.716Z Compiling lalrpop-util v0.19.12
17242026-07-22T04:21:10.747Z Compiling peg-runtime v0.8.5
17252026-07-22T04:21:10.759Z Compiling thread_local v1.1.9
17262026-07-22T04:21:10.818Z Compiling slog-async v2.8.0
17272026-07-22T04:21:10.905Z Compiling crossbeam-channel v0.5.15
17282026-07-22T04:21:11.004Z Compiling is-terminal v0.4.17
17292026-07-22T04:21:11.018Z Compiling filetime v0.2.27
17302026-07-22T04:21:11.111Z Compiling xattr v1.6.1
17312026-07-22T04:21:11.145Z Compiling term v1.2.1
17322026-07-22T04:21:11.191Z Compiling take_mut v0.2.2
17332026-07-22T04:21:11.307Z Compiling tar v0.4.46
17342026-07-22T04:21:11.356Z Compiling camino-tempfile v1.4.1
17352026-07-22T04:21:11.599Z Compiling slog-term v2.9.2
17362026-07-22T04:21:22.039Z Compiling rustls-webpki v0.103.13
17372026-07-22T04:21:24.793Z Compiling tokio-rustls v0.26.4
17382026-07-22T04:21:24.793Z Compiling rustls-platform-verifier v0.6.2
17392026-07-22T04:21:24.793Z Compiling tough v0.22.0
17402026-07-22T04:21:24.997Z Compiling hyper-rustls v0.27.7
17412026-07-22T04:21:25.198Z Compiling reqwest v0.13.2
17422026-07-22T04:21:27.452Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-07-22T04:21:27.687Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-07-22T04:21:30.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17452026-07-22T04:21:30.703Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17462026-07-22T04:21:30.757ZJul 22 04:21:29.382 INFO Starting download, target: DendriteStub
17472026-07-22T04:21:30.757ZJul 22 04:21:29.382 INFO Starting download, target: Clickhouse
17482026-07-22T04:21:30.757ZJul 22 04:21:29.382 INFO Starting download, target: Cockroach
17492026-07-22T04:21:30.757ZJul 22 04:21:29.382 INFO Starting download, target: Console
17502026-07-22T04:21:30.761ZJul 22 04:21:29.382 INFO Starting download, target: MaghemiteMgd
17512026-07-22T04:21:30.761ZJul 22 04:21:29.382 INFO Starting download, target: MaghemiteDdmd
17522026-07-22T04:21:30.762ZJul 22 04:21:29.382 INFO Starting download, target: TransceiverControl
17532026-07-22T04:21:30.762ZJul 22 04:21:29.382 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17542026-07-22T04:21:30.762ZJul 22 04:21:29.383 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17552026-07-22T04:21:30.762ZJul 22 04:21:29.383 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17562026-07-22T04:21:30.762ZJul 22 04:21:29.383 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17572026-07-22T04:21:30.762ZJul 22 04:21:29.383 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17582026-07-22T04:21:30.762ZJul 22 04:21:29.383 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17592026-07-22T04:21:30.762ZJul 22 04:21:29.383 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-07-22T04:21:31.612ZJul 22 04:21:29.818 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17612026-07-22T04:21:31.644ZJul 22 04:21:30.032 INFO Download complete, target: TransceiverControl
17622026-07-22T04:21:32.550ZJul 22 04:21:31.171 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-07-22T04:21:32.682ZJul 22 04:21:31.304 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-07-22T04:21:32.815ZJul 22 04:21:31.422 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17652026-07-22T04:21:32.833ZJul 22 04:21:31.424 INFO Download complete, target: Console
17662026-07-22T04:21:32.966ZJul 22 04:21:31.587 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-07-22T04:21:33.165ZJul 22 04:21:31.781 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-07-22T04:21:33.528ZJul 22 04:21:32.153 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-07-22T04:21:33.528ZJul 22 04:21:32.153 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-07-22T04:21:34.875ZJul 22 04:21:33.500 INFO Download complete, target: MaghemiteDdmd
17712026-07-22T04:21:35.193ZJul 22 04:21:33.818 INFO Download complete, target: DendriteStub
17722026-07-22T04:21:35.778ZJul 22 04:21:34.398 INFO Download complete, target: MaghemiteMgd
17732026-07-22T04:21:38.256ZJul 22 04:21:36.881 INFO Checking that binary works, target: Cockroach
17742026-07-22T04:21:38.368ZJul 22 04:21:36.992 INFO Download complete, target: Cockroach
17752026-07-22T04:21:39.841ZJul 22 04:21:38.465 INFO Checking that binary works, target: Clickhouse
17762026-07-22T04:21:39.950ZJul 22 04:21:38.575 INFO Download complete, target: Clickhouse
17772026-07-22T04:21:39.967ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-07-22T04:21:39.970Z
17792026-07-22T04:21:39.970Zreal 2:09.007440167
17802026-07-22T04:21:39.970Zuser 6:43.445101337
17812026-07-22T04:21:39.970Zsys 1:22.718545545
17822026-07-22T04:21:39.970Ztrap 0.241722605
17832026-07-22T04:21:39.970Ztflt 0.502627581
17842026-07-22T04:21:39.970Zdflt 0.835275559
17852026-07-22T04:21:39.970Zkflt 0.026479555
17862026-07-22T04:21:39.970Zlock 22:08.690500214
17872026-07-22T04:21:39.970Zslp 20:33.864673534
17882026-07-22T04:21:39.970Zlat 45.671382818
17892026-07-22T04:21:39.970Zstop 2:00.121959868
17902026-07-22T04:21:39.970Z+ banner hack-check
17912026-07-22T04:21:39.970Z
17922026-07-22T04:21:39.970Z # # ## #### # # #### # # ###### #### # #
17932026-07-22T04:21:39.970Z # # # # # # # # # # # # # # # # #
17942026-07-22T04:21:39.970Z ###### # # # #### ##### # ###### ##### # ####
17952026-07-22T04:21:39.970Z # # ###### # # # # # # # # # #
17962026-07-22T04:21:39.970Z # # # # # # # # # # # # # # # # #
17972026-07-22T04:21:39.970Z # # # # #### # # #### # # ###### #### # #
17982026-07-22T04:21:39.970Z
17992026-07-22T04:21:39.970Z+ export CARGO_INCREMENTAL=0
18002026-07-22T04:21:39.970Z+ CARGO_INCREMENTAL=0
18012026-07-22T04:21:39.970Z+ ptime -m timeout 2h cargo xtask check-features --ci
18022026-07-22T04:21:40.445Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-07-22T04:21:40.731Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-07-22T04:21:42.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
18052026-07-22T04:21:42.564Z Running `target/debug/xtask check-features --ci`
18062026-07-22T04:21:42.586Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18072026-07-22T04:21:42.590Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18082026-07-22T04:21:43.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18092026-07-22T04:21:43.036Z Running `target/debug/xtask download cargo-hack`
18102026-07-22T04:21:43.802Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-07-22T04:21:44.130Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-07-22T04:21:46.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
18132026-07-22T04:21:46.846Z Running `target/debug/xtask-downloader cargo-hack`
18142026-07-22T04:21:46.884ZJul 22 04:21:45.507 INFO Starting download, target: CargoHack
18152026-07-22T04:21:46.887ZJul 22 04:21:45.508 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18162026-07-22T04:21:47.356ZJul 22 04:21:45.981 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18172026-07-22T04:21:47.406ZJul 22 04:21:46.031 INFO Download complete, target: CargoHack
18182026-07-22T04:21:47.410Zrunning: "/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"
18192026-07-22T04:21:47.442Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18202026-07-22T04:21:47.580Zinfo: running `cargo check --bins` on api_identity (1/300)
18212026-07-22T04:21:48.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-07-22T04:21:48.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-07-22T04:21:48.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-07-22T04:21:48.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18252026-07-22T04:21:48.112Z
18262026-07-22T04:21:48.113Zinfo: running `cargo check --bins` on bootstore (2/300)
18272026-07-22T04:21:48.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-07-22T04:21:48.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-07-22T04:21:48.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-07-22T04:21:48.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18312026-07-22T04:21:48.652Z
18322026-07-22T04:21:48.652Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18332026-07-22T04:21:49.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-07-22T04:21:49.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-07-22T04:21:49.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-07-22T04:21:49.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18372026-07-22T04:21:49.182Z
18382026-07-22T04:21:49.182Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18392026-07-22T04:21:49.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-07-22T04:21:49.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-07-22T04:21:49.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-07-22T04:21:49.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18432026-07-22T04:21:49.728Z
18442026-07-22T04:21:49.728Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18452026-07-22T04:21:50.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-07-22T04:21:50.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-07-22T04:21:50.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-07-22T04:21:50.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18492026-07-22T04:21:50.275Z
18502026-07-22T04:21:50.275Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18512026-07-22T04:21:50.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-07-22T04:21:50.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-07-22T04:21:50.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-07-22T04:21:50.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18552026-07-22T04:21:50.809Z
18562026-07-22T04:21:50.809Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18572026-07-22T04:21:51.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-07-22T04:21:51.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-07-22T04:21:51.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-07-22T04:21:51.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18612026-07-22T04:21:51.353Z
18622026-07-22T04:21:51.353Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18632026-07-22T04:21:51.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-07-22T04:21:51.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-07-22T04:21:51.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-07-22T04:21:51.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18672026-07-22T04:21:51.884Z
18682026-07-22T04:21:51.884Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18692026-07-22T04:21:52.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-07-22T04:21:52.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-07-22T04:21:52.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-07-22T04:21:52.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18732026-07-22T04:21:52.335Z
18742026-07-22T04:21:52.335Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18752026-07-22T04:21:52.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-07-22T04:21:52.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-07-22T04:21:52.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-07-22T04:21:52.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18792026-07-22T04:21:52.723Z
18802026-07-22T04:21:52.723Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18812026-07-22T04:21:53.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-07-22T04:21:53.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-07-22T04:21:53.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-07-22T04:21:53.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18852026-07-22T04:21:53.128Z
18862026-07-22T04:21:53.128Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18872026-07-22T04:21:53.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-07-22T04:21:53.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-07-22T04:21:53.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-07-22T04:21:53.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18912026-07-22T04:21:53.537Z
18922026-07-22T04:21:53.537Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18932026-07-22T04:21:53.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-07-22T04:21:53.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-07-22T04:21:53.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-07-22T04:21:53.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18972026-07-22T04:21:53.949Z
18982026-07-22T04:21:53.949Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18992026-07-22T04:21:54.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-07-22T04:21:54.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-07-22T04:21:54.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-07-22T04:21:54.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19032026-07-22T04:21:54.362Z
19042026-07-22T04:21:54.362Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
19052026-07-22T04:21:54.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-07-22T04:21:54.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-07-22T04:21:54.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-07-22T04:21:54.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19092026-07-22T04:21:54.781Z
19102026-07-22T04:21:54.781Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
19112026-07-22T04:21:55.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-07-22T04:21:55.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-07-22T04:21:55.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-07-22T04:21:55.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19152026-07-22T04:21:55.193Z
19162026-07-22T04:21:55.193Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19172026-07-22T04:21:55.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-07-22T04:21:55.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-07-22T04:21:55.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-07-22T04:21:55.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19212026-07-22T04:21:55.609Z
19222026-07-22T04:21:55.609Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19232026-07-22T04:21:55.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-07-22T04:21:55.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-07-22T04:21:55.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-07-22T04:21:55.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19272026-07-22T04:21:56.022Z
19282026-07-22T04:21:56.022Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19292026-07-22T04:21:56.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-07-22T04:21:56.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-07-22T04:21:56.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-07-22T04:21:56.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19332026-07-22T04:21:56.434Z
19342026-07-22T04:21:56.434Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19352026-07-22T04:21:56.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-07-22T04:21:56.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-07-22T04:21:56.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-07-22T04:21:56.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19392026-07-22T04:21:56.850Z
19402026-07-22T04:21:56.850Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19412026-07-22T04:21:57.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-07-22T04:21:57.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-07-22T04:21:57.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-07-22T04:21:57.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19452026-07-22T04:21:57.263Z
19462026-07-22T04:21:57.263Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19472026-07-22T04:21:57.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-07-22T04:21:57.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-07-22T04:21:57.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-07-22T04:21:57.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-07-22T04:21:57.736Z
19522026-07-22T04:21:57.736Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19532026-07-22T04:21:58.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-07-22T04:21:58.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-07-22T04:21:58.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-07-22T04:21:58.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19572026-07-22T04:21:58.121Z
19582026-07-22T04:21:58.121Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19592026-07-22T04:21:58.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-07-22T04:21:58.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-07-22T04:21:58.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-07-22T04:21:58.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19632026-07-22T04:21:58.530Z
19642026-07-22T04:21:58.531Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19652026-07-22T04:21:58.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-07-22T04:21:58.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-07-22T04:21:58.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-07-22T04:21:58.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19692026-07-22T04:21:58.972Z
19702026-07-22T04:21:58.972Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19712026-07-22T04:21:59.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-07-22T04:21:59.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-07-22T04:21:59.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-07-22T04:21:59.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19752026-07-22T04:21:59.354Z
19762026-07-22T04:21:59.354Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19772026-07-22T04:21:59.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-07-22T04:21:59.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-07-22T04:21:59.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-07-22T04:21:59.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-07-22T04:21:59.764Z
19822026-07-22T04:21:59.764Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19832026-07-22T04:22:00.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-07-22T04:22:00.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-07-22T04:22:00.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-07-22T04:22:00.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-07-22T04:22:00.179Z
19882026-07-22T04:22:00.179Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19892026-07-22T04:22:00.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-07-22T04:22:00.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-07-22T04:22:00.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-07-22T04:22:00.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19932026-07-22T04:22:00.602Z
19942026-07-22T04:22:00.602Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19952026-07-22T04:22:00.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-07-22T04:22:00.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-07-22T04:22:00.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-07-22T04:22:00.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19992026-07-22T04:22:01.024Z
20002026-07-22T04:22:01.024Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
20012026-07-22T04:22:01.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-07-22T04:22:01.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-07-22T04:22:01.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-07-22T04:22:01.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20052026-07-22T04:22:01.460Z
20062026-07-22T04:22:01.460Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
20072026-07-22T04:22:01.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-07-22T04:22:01.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-07-22T04:22:01.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-07-22T04:22:01.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-07-22T04:22:01.929Z
20122026-07-22T04:22:01.929Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
20132026-07-22T04:22:02.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-07-22T04:22:02.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-07-22T04:22:02.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-07-22T04:22:02.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20172026-07-22T04:22:02.273Z
20182026-07-22T04:22:02.273Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20192026-07-22T04:22:02.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-07-22T04:22:02.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-07-22T04:22:02.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-07-22T04:22:02.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-07-22T04:22:02.682Z
20242026-07-22T04:22:02.682Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20252026-07-22T04:22:03.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-07-22T04:22:03.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-07-22T04:22:03.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-07-22T04:22:03.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20292026-07-22T04:22:03.090Z
20302026-07-22T04:22:03.090Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20312026-07-22T04:22:03.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-07-22T04:22:03.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-07-22T04:22:03.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-07-22T04:22:03.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20352026-07-22T04:22:03.503Z
20362026-07-22T04:22:03.503Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20372026-07-22T04:22:03.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-07-22T04:22:03.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-07-22T04:22:03.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-07-22T04:22:03.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20412026-07-22T04:22:03.922Z
20422026-07-22T04:22:03.922Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20432026-07-22T04:22:04.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-07-22T04:22:04.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-07-22T04:22:04.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-07-22T04:22:04.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-07-22T04:22:04.330Z
20482026-07-22T04:22:04.330Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20492026-07-22T04:22:04.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-07-22T04:22:04.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-07-22T04:22:04.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-07-22T04:22:04.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20532026-07-22T04:22:04.873Z
20542026-07-22T04:22:04.873Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20552026-07-22T04:22:05.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-07-22T04:22:05.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-07-22T04:22:05.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-07-22T04:22:05.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20592026-07-22T04:22:05.236Z
20602026-07-22T04:22:05.236Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20612026-07-22T04:22:05.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-07-22T04:22:05.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-07-22T04:22:05.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-07-22T04:22:05.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20652026-07-22T04:22:05.643Z
20662026-07-22T04:22:05.643Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20672026-07-22T04:22:05.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-07-22T04:22:06.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-07-22T04:22:06.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-07-22T04:22:06.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-07-22T04:22:06.041Z
20722026-07-22T04:22:06.042Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20732026-07-22T04:22:06.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-07-22T04:22:06.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-07-22T04:22:06.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-07-22T04:22:06.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-07-22T04:22:06.464Z
20782026-07-22T04:22:06.464Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20792026-07-22T04:22:06.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-07-22T04:22:06.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-07-22T04:22:06.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-07-22T04:22:06.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20832026-07-22T04:22:06.860Z
20842026-07-22T04:22:06.860Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20852026-07-22T04:22:07.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-07-22T04:22:07.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-07-22T04:22:07.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-07-22T04:22:07.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20892026-07-22T04:22:07.252Z
20902026-07-22T04:22:07.252Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20912026-07-22T04:22:07.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-07-22T04:22:07.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-07-22T04:22:07.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-07-22T04:22:07.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20952026-07-22T04:22:07.668Z
20962026-07-22T04:22:07.668Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20972026-07-22T04:22:08.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-07-22T04:22:08.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-07-22T04:22:08.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-07-22T04:22:08.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21012026-07-22T04:22:08.129Z
21022026-07-22T04:22:08.129Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
21032026-07-22T04:22:08.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-07-22T04:22:08.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-07-22T04:22:08.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-07-22T04:22:08.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21072026-07-22T04:22:08.510Z
21082026-07-22T04:22:08.510Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
21092026-07-22T04:22:08.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-07-22T04:22:09.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-07-22T04:22:09.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-07-22T04:22:09.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21132026-07-22T04:22:09.075Z
21142026-07-22T04:22:09.075Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21152026-07-22T04:22:09.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-07-22T04:22:09.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-07-22T04:22:09.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-07-22T04:22:09.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21192026-07-22T04:22:09.661Z
21202026-07-22T04:22:09.661Zinfo: running `cargo check --bins` on nexus-config (51/300)
21212026-07-22T04:22:10.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-07-22T04:22:10.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-07-22T04:22:10.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-07-22T04:22:10.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21252026-07-22T04:22:10.244Z
21262026-07-22T04:22:10.244Zinfo: running `cargo check --bins` on nexus-types (52/300)
21272026-07-22T04:22:10.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-07-22T04:22:10.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-07-22T04:22:10.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-07-22T04:22:10.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21312026-07-22T04:22:10.828Z
21322026-07-22T04:22:10.828Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21332026-07-22T04:22:11.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-07-22T04:22:11.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-07-22T04:22:11.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-07-22T04:22:11.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21372026-07-22T04:22:11.394Z
21382026-07-22T04:22:11.394Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21392026-07-22T04:22:11.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-07-22T04:22:11.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-07-22T04:22:11.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-07-22T04:22:11.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21432026-07-22T04:22:11.923Z
21442026-07-22T04:22:11.923Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21452026-07-22T04:22:12.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-07-22T04:22:12.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-07-22T04:22:12.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-07-22T04:22:12.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21492026-07-22T04:22:12.472Z
21502026-07-22T04:22:12.472Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21512026-07-22T04:22:12.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-07-22T04:22:12.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-07-22T04:22:12.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-07-22T04:22:12.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21552026-07-22T04:22:13.024Z
21562026-07-22T04:22:13.025Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21572026-07-22T04:22:13.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-07-22T04:22:13.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-07-22T04:22:13.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-07-22T04:22:13.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21612026-07-22T04:22:13.582Z
21622026-07-22T04:22:13.582Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21632026-07-22T04:22:14.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-07-22T04:22:14.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-07-22T04:22:14.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-07-22T04:22:14.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21672026-07-22T04:22:14.141Z
21682026-07-22T04:22:14.141Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21692026-07-22T04:22:14.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-07-22T04:22:14.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-07-22T04:22:14.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-07-22T04:22:14.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21732026-07-22T04:22:14.673Z
21742026-07-22T04:22:14.673Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21752026-07-22T04:22:15.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-07-22T04:22:15.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-07-22T04:22:15.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-07-22T04:22:15.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21792026-07-22T04:22:15.210Z
21802026-07-22T04:22:15.210Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21812026-07-22T04:22:15.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-07-22T04:22:15.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-07-22T04:22:15.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-07-22T04:22:15.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21852026-07-22T04:22:15.748Z
21862026-07-22T04:22:15.748Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21872026-07-22T04:22:16.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-07-22T04:22:16.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-07-22T04:22:16.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-07-22T04:22:16.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21912026-07-22T04:22:16.277Z
21922026-07-22T04:22:16.277Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21932026-07-22T04:22:16.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-07-22T04:22:16.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-07-22T04:22:16.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-07-22T04:22:16.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21972026-07-22T04:22:16.820Z
21982026-07-22T04:22:16.820Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21992026-07-22T04:22:17.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-07-22T04:22:17.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-07-22T04:22:17.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-07-22T04:22:17.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22032026-07-22T04:22:17.370Z
22042026-07-22T04:22:17.370Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
22052026-07-22T04:22:17.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-07-22T04:22:17.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-07-22T04:22:17.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-07-22T04:22:17.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22092026-07-22T04:22:17.908Z
22102026-07-22T04:22:17.908Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
22112026-07-22T04:22:18.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-07-22T04:22:18.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-07-22T04:22:18.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-07-22T04:22:18.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22152026-07-22T04:22:18.515Z
22162026-07-22T04:22:18.515Zinfo: running `cargo check --bins` on ereport-types (67/300)
22172026-07-22T04:22:18.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-07-22T04:22:19.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-07-22T04:22:19.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-07-22T04:22:19.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22212026-07-22T04:22:19.040Z
22222026-07-22T04:22:19.049Zinfo: running `cargo check --bins` on gateway-client (68/300)
22232026-07-22T04:22:19.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-07-22T04:22:19.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-07-22T04:22:19.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-07-22T04:22:19.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22272026-07-22T04:22:19.674Z
22282026-07-22T04:22:19.674Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22292026-07-22T04:22:20.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-07-22T04:22:20.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-07-22T04:22:20.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-07-22T04:22:20.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22332026-07-22T04:22:20.159Z
22342026-07-22T04:22:20.159Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22352026-07-22T04:22:20.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-07-22T04:22:20.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-07-22T04:22:20.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-07-22T04:22:20.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22392026-07-22T04:22:20.734Z
22402026-07-22T04:22:20.734Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22412026-07-22T04:22:21.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-07-22T04:22:21.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-07-22T04:22:21.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-07-22T04:22:21.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22452026-07-22T04:22:21.229Z
22462026-07-22T04:22:21.230Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22472026-07-22T04:22:21.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-07-22T04:22:21.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-07-22T04:22:21.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-07-22T04:22:21.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22512026-07-22T04:22:21.794Z
22522026-07-22T04:22:21.794Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22532026-07-22T04:22:22.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-07-22T04:22:22.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-07-22T04:22:22.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-07-22T04:22:22.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22572026-07-22T04:22:22.406Z
22582026-07-22T04:22:22.407Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22592026-07-22T04:22:22.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-07-22T04:22:22.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-07-22T04:22:22.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-07-22T04:22:22.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22632026-07-22T04:22:22.955Z
22642026-07-22T04:22:22.955Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22652026-07-22T04:22:23.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-07-22T04:22:23.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-07-22T04:22:23.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-07-22T04:22:23.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22692026-07-22T04:22:23.481Z
22702026-07-22T04:22:23.481Zinfo: running `cargo check --bins` on oxlog (76/300)
22712026-07-22T04:22:23.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-07-22T04:22:23.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-07-22T04:22:23.945Z Checking cfg-if v1.0.4
22742026-07-22T04:22:23.957Z Checking libc v0.2.185
22752026-07-22T04:22:23.957Z Checking serde_core v1.0.228
22762026-07-22T04:22:24.211Z Checking memchr v2.8.0
22772026-07-22T04:22:24.256Z Checking zeroize v1.8.2
22782026-07-22T04:22:24.256Z Checking log v0.4.29
22792026-07-22T04:22:24.256Z Checking smallvec v1.15.1
22802026-07-22T04:22:24.257Z Checking subtle v2.6.1
22812026-07-22T04:22:24.257Z Checking itoa v1.0.17
22822026-07-22T04:22:24.257Z Checking scopeguard v1.2.0
22832026-07-22T04:22:24.297Z Checking stable_deref_trait v1.2.1
22842026-07-22T04:22:24.297Z Checking typenum v1.20.1
22852026-07-22T04:22:24.297Z Checking zerofrom v0.1.6
22862026-07-22T04:22:24.297Z Checking pin-project-lite v0.2.17
22872026-07-22T04:22:24.317Z Checking portable-atomic v1.13.1
22882026-07-22T04:22:24.353Z Checking lock_api v0.4.14
22892026-07-22T04:22:24.373Z Checking zmij v1.0.21
22902026-07-22T04:22:24.373Z Checking yoke v0.8.1
22912026-07-22T04:22:24.444Z Checking critical-section v1.2.0
22922026-07-22T04:22:24.464Z Checking errno v0.3.14
22932026-07-22T04:22:24.501Z Checking getrandom v0.2.17
22942026-07-22T04:22:24.567Z Checking parking_lot_core v0.9.12
22952026-07-22T04:22:24.568Z Checking zerovec v0.11.5
22962026-07-22T04:22:24.579Z Checking futures-core v0.3.32
22972026-07-22T04:22:24.579Z Checking signal-hook-registry v1.4.8
22982026-07-22T04:22:24.646Z Checking rand_core v0.6.4
22992026-07-22T04:22:24.672Z Checking mio v1.2.0
23002026-07-22T04:22:24.700Z Checking parking_lot v0.12.5
23012026-07-22T04:22:24.712Z Checking once_cell v1.21.3
23022026-07-22T04:22:24.724Z Checking zerocopy v0.8.40
23032026-07-22T04:22:24.815Z Checking rand_core v0.10.0
23042026-07-22T04:22:24.878Z Checking writeable v0.6.2
23052026-07-22T04:22:24.890Z Checking percent-encoding v2.3.2
23062026-07-22T04:22:24.952Z Checking litemap v0.8.1
23072026-07-22T04:22:24.955Z Checking const-oid v0.9.6
23082026-07-22T04:22:24.976Z Checking tinystr v0.8.2
23092026-07-22T04:22:24.998Z Checking potential_utf v0.1.4
23102026-07-22T04:22:25.020Z Checking getrandom v0.4.1
23112026-07-22T04:22:25.033Z Checking zerotrie v0.2.3
23122026-07-22T04:22:25.121Z Checking libm v0.2.16
23132026-07-22T04:22:25.135Z Checking icu_collections v2.1.1
23142026-07-22T04:22:25.149Z Checking icu_locale_core v2.1.1
23152026-07-22T04:22:25.166Z Checking generic-array v0.14.7
23162026-07-22T04:22:25.267Z Checking socket2 v0.6.3
23172026-07-22T04:22:25.434Z Checking equivalent v1.0.2
23182026-07-22T04:22:25.507Z Checking icu_normalizer_data v2.1.1
23192026-07-22T04:22:25.518Z Checking icu_properties_data v2.1.2
23202026-07-22T04:22:25.550Z Checking serde v1.0.228
23212026-07-22T04:22:25.577Z Checking bitflags v2.11.0
23222026-07-22T04:22:25.616Z Checking serde_json v1.0.150
23232026-07-22T04:22:25.638Z Checking futures-sink v0.3.32
23242026-07-22T04:22:25.653Z Checking futures-task v0.3.32
23252026-07-22T04:22:25.683Z Checking icu_provider v2.1.1
23262026-07-22T04:22:25.734Z Checking futures-channel v0.3.32
23272026-07-22T04:22:25.743Z Checking futures-io v0.3.32
23282026-07-22T04:22:25.784Z Checking slab v0.4.12
23292026-07-22T04:22:25.827Z Checking num-traits v0.2.19
23302026-07-22T04:22:25.857Z Checking hashbrown v0.17.0
23312026-07-22T04:22:25.915Z Checking utf8_iter v1.0.4
23322026-07-22T04:22:25.948Z Checking icu_normalizer v2.1.1
23332026-07-22T04:22:25.960Z Checking icu_properties v2.1.2
23342026-07-22T04:22:25.965Z Checking bytes v1.11.1
23352026-07-22T04:22:26.030Z Checking futures-util v0.3.32
23362026-07-22T04:22:26.222Z Checking crypto-common v0.1.7
23372026-07-22T04:22:26.280Z Checking block-buffer v0.10.4
23382026-07-22T04:22:26.330Z Checking indexmap v2.14.0
23392026-07-22T04:22:26.341Z Checking form_urlencoded v1.2.2
23402026-07-22T04:22:26.430Z Checking getrandom v0.3.4
23412026-07-22T04:22:26.461Z Checking tokio v1.52.1
23422026-07-22T04:22:26.461Z Checking digest v0.10.7
23432026-07-22T04:22:26.473Z Checking fnv v1.0.7
23442026-07-22T04:22:26.516Z Checking byteorder v1.5.0
23452026-07-22T04:22:26.560Z Checking iana-time-zone v0.1.65
23462026-07-22T04:22:26.626Z Checking rand_core v0.9.5
23472026-07-22T04:22:26.663Z Checking chrono v0.4.45
23482026-07-22T04:22:26.709Z Checking http v1.4.2
23492026-07-22T04:22:26.759Z Checking idna_adapter v1.2.1
23502026-07-22T04:22:26.776Z Checking uuid v1.23.4
23512026-07-22T04:22:26.876Z Checking idna v1.1.0
23522026-07-22T04:22:26.893Z Checking base64ct v1.8.3
23532026-07-22T04:22:27.087Z Checking base64 v0.22.1
23542026-07-22T04:22:27.109Z Checking url v2.5.8
23552026-07-22T04:22:27.116Z Checking regex-syntax v0.8.10
23562026-07-22T04:22:27.265Z Checking pem-rfc7468 v0.7.0
23572026-07-22T04:22:27.329Z Checking rustix v1.1.3
23582026-07-22T04:22:27.425Z Checking tracing-core v0.1.36
23592026-07-22T04:22:27.519Z Checking ppv-lite86 v0.2.21
23602026-07-22T04:22:27.531Z Checking flagset v0.4.7
23612026-07-22T04:22:27.548Z Checking http-body v1.0.1
23622026-07-22T04:22:27.648Z Checking der v0.7.10
23632026-07-22T04:22:27.685Z Checking rustls-pki-types v1.14.0
23642026-07-22T04:22:27.740Z Checking tracing v0.1.44
23652026-07-22T04:22:27.809Z Checking rand_chacha v0.9.0
23662026-07-22T04:22:27.945Z Checking tinyvec_macros v0.1.1
23672026-07-22T04:22:27.969Z Checking openssl-probe v0.2.1
23682026-07-22T04:22:27.983Z Checking dyn-clone v1.0.20
23692026-07-22T04:22:28.007Z Checking cmov v0.5.4
23702026-07-22T04:22:28.020Z Checking rand v0.9.2
23712026-07-22T04:22:28.071Z Checking tinyvec v1.10.0
23722026-07-22T04:22:28.084Z Checking semver v1.0.28
23732026-07-22T04:22:28.177Z Checking aws-lc-sys v0.40.0
23742026-07-22T04:22:28.193Z Checking ctutils v0.4.2
23752026-07-22T04:22:28.292Z Checking tower-layer v0.3.3
23762026-07-22T04:22:28.380Z Checking atomic-waker v1.1.2
23772026-07-22T04:22:28.395Z Checking spki v0.7.3
23782026-07-22T04:22:28.407Z Checking untrusted v0.7.1
23792026-07-22T04:22:28.438Z Checking tower-service v0.3.3
23802026-07-22T04:22:28.452Z Checking try-lock v0.2.5
23812026-07-22T04:22:28.473Z Checking hybrid-array v0.4.13
23822026-07-22T04:22:28.487Z Checking schemars v0.8.22
23832026-07-22T04:22:28.513Z Checking ipnet v2.11.0
23842026-07-22T04:22:28.527Z Checking httparse v1.10.1
23852026-07-22T04:22:28.543Z Checking want v0.3.1
23862026-07-22T04:22:28.556Z Checking aho-corasick v1.1.4
23872026-07-22T04:22:28.675Z Checking httpdate v1.0.3
23882026-07-22T04:22:28.689Z Checking aws-lc-rs v1.16.3
23892026-07-22T04:22:28.736Z Checking fastrand v2.3.0
23902026-07-22T04:22:28.774Z Checking foreign-types-shared v0.1.1
23912026-07-22T04:22:28.814Z Checking plain v0.2.3
23922026-07-22T04:22:28.849Z Checking untrusted v0.9.0
23932026-07-22T04:22:28.909Z Checking cpufeatures v0.2.17
23942026-07-22T04:22:28.921Z Checking utf8parse v0.2.2
23952026-07-22T04:22:28.953Z Checking tempfile v3.25.0
23962026-07-22T04:22:28.974Z Checking foreign-types v0.3.2
23972026-07-22T04:22:29.014Z Checking pkcs8 v0.10.2
23982026-07-22T04:22:29.039Z Checking unicode-normalization v0.1.25
23992026-07-22T04:22:29.135Z Checking openssl-sys v0.9.115
24002026-07-22T04:22:29.147Z Checking spin v0.9.8
24012026-07-22T04:22:29.168Z Checking ucd-trie v0.1.7
24022026-07-22T04:22:29.235Z Checking regex-automata v0.4.14
24032026-07-22T04:22:29.249Z Checking unicode-ident v1.0.24
24042026-07-22T04:22:29.296Z Checking anstyle v1.0.14
24052026-07-22T04:22:29.330Z Checking pest v2.8.6
24062026-07-22T04:22:29.356Z Checking proc-macro2 v1.0.106
24072026-07-22T04:22:29.449Z Checking sha2 v0.10.9
24082026-07-22T04:22:29.481Z Checking hmac v0.12.1
24092026-07-22T04:22:29.507Z Checking openssl v0.10.79
24102026-07-22T04:22:29.521Z Checking rustls-webpki v0.103.13
24112026-07-22T04:22:29.620Z Checking thiserror v2.0.18
24122026-07-22T04:22:29.709Z Checking sync_wrapper v1.0.2
24132026-07-22T04:22:29.716Z Checking tokio-util v0.7.18
24142026-07-22T04:22:29.735Z Checking wait-timeout v0.2.1
24152026-07-22T04:22:29.757Z Checking is_terminal_polyfill v1.70.2
24162026-07-22T04:22:29.800Z Checking simd-adler32 v0.3.8
24172026-07-22T04:22:29.842Z Checking quick-error v1.2.3
24182026-07-22T04:22:29.855Z Checking anstyle-query v1.1.5
24192026-07-22T04:22:29.942Z Checking siphasher v1.0.2
24202026-07-22T04:22:29.956Z Checking bit-vec v0.8.0
24212026-07-22T04:22:29.969Z Checking rustls v0.23.41
24222026-07-22T04:22:29.969Z Checking colorchoice v1.0.4
24232026-07-22T04:22:30.076Z Checking powerfmt v0.2.0
24242026-07-22T04:22:30.099Z Checking pretty-hex v0.4.1
24252026-07-22T04:22:30.148Z Checking bit-set v0.8.0
24262026-07-22T04:22:30.213Z Checking rusty-fork v0.3.1
24272026-07-22T04:22:30.227Z Checking deranged v0.5.8
24282026-07-22T04:22:30.297Z Checking tower v0.5.3
24292026-07-22T04:22:30.363Z Checking h2 v0.4.15
24302026-07-22T04:22:30.381Z Checking quote v1.0.45
24312026-07-22T04:22:30.443Z Checking http-body-util v0.1.3
24322026-07-22T04:22:30.550Z Checking crossbeam-utils v0.8.21
24332026-07-22T04:22:30.660Z Checking rand_xorshift v0.4.0
24342026-07-22T04:22:30.687Z Checking crc32fast v1.5.0
24352026-07-22T04:22:30.781Z Checking scroll v0.13.0
24362026-07-22T04:22:30.829Z Checking time-core v0.1.8
24372026-07-22T04:22:30.884Z Checking allocator-api2 v0.2.21
24382026-07-22T04:22:30.967Z Checking unicode-properties v0.1.4
24392026-07-22T04:22:31.005Z Checking adler2 v2.0.1
24402026-07-22T04:22:31.115Z Checking num-conv v0.2.0
24412026-07-22T04:22:31.147Z Checking num_threads v0.1.7
24422026-07-22T04:22:31.160Z Checking unicode-bidi v0.3.18
24432026-07-22T04:22:31.171Z Checking ryu v1.0.23
24442026-07-22T04:22:31.181Z Checking iri-string v0.7.10
24452026-07-22T04:22:31.227Z Checking unarray v0.1.4
24462026-07-22T04:22:31.241Z Checking time v0.3.47
24472026-07-22T04:22:31.300Z Checking serde_urlencoded v0.7.1
24482026-07-22T04:22:31.335Z Checking proptest v1.10.0
24492026-07-22T04:22:31.450Z Checking stringprep v0.1.5
24502026-07-22T04:22:31.507Z Checking bstr v1.12.1
24512026-07-22T04:22:31.587Z Checking native-tls v0.2.18
24522026-07-22T04:22:31.602Z Checking miniz_oxide v0.8.9
24532026-07-22T04:22:31.764Z Checking tokio-native-tls v0.3.1
24542026-07-22T04:22:31.899Z Checking goblin v0.10.5
24552026-07-22T04:22:31.924Z Checking crossbeam-epoch v0.9.18
24562026-07-22T04:22:31.956Z Checking syn v2.0.117
24572026-07-22T04:22:32.154Z Checking block-padding v0.4.2
24582026-07-22T04:22:32.191Z Checking tower-http v0.6.8
24592026-07-22T04:22:32.258Z Checking block-buffer v0.12.1
24602026-07-22T04:22:32.288Z Checking crypto-common v0.2.2
24612026-07-22T04:22:32.370Z Checking ipnetwork v0.21.1
24622026-07-22T04:22:32.421Z Checking anstyle-parse v1.0.0
24632026-07-22T04:22:32.470Z Checking rustls-native-certs v0.8.3
24642026-07-22T04:22:32.573Z Checking rand_chacha v0.3.1
24652026-07-22T04:22:32.583Z Checking scroll v0.12.0
24662026-07-22T04:22:32.599Z Checking thiserror v1.0.69
24672026-07-22T04:22:32.698Z Checking hash32 v0.2.1
24682026-07-22T04:22:32.775Z Checking zstd-sys v2.0.16+zstd.1.5.7
24692026-07-22T04:22:32.807Z Checking signature v2.2.0
24702026-07-22T04:22:32.856Z Checking md-5 v0.10.6
24712026-07-22T04:22:32.883Z Checking num-integer v0.1.46
24722026-07-22T04:22:32.895Z Checking toml_datetime v0.6.11
24732026-07-22T04:22:32.936Z Checking serde_spanned v0.6.9
24742026-07-22T04:22:32.993Z Checking hex v0.4.3
24752026-07-22T04:22:33.064Z Checking encoding_rs v0.8.35
24762026-07-22T04:22:33.079Z Checking zlib-rs v0.6.2
24772026-07-22T04:22:33.109Z Checking mime v0.3.17
24782026-07-22T04:22:33.154Z Checking fallible-iterator v0.2.0
24792026-07-22T04:22:33.216Z Checking psl-types v2.0.11
24802026-07-22T04:22:33.242Z Checking hyper v1.10.1
24812026-07-22T04:22:33.282Z Checking newtype-uuid v1.3.2
24822026-07-22T04:22:33.326Z Checking publicsuffix v2.3.0
24832026-07-22T04:22:33.421Z Checking postgres-protocol v0.6.10
24842026-07-22T04:22:33.483Z Checking num-iter v0.1.45
24852026-07-22T04:22:33.496Z Checking zstd-safe v7.2.4
24862026-07-22T04:22:33.593Z Checking heapless v0.7.17
24872026-07-22T04:22:33.658Z Checking goblin v0.8.2
24882026-07-22T04:22:33.733Z Checking rand v0.8.6
24892026-07-22T04:22:33.958Z Checking flate2 v1.1.9
24902026-07-22T04:22:34.013Z Checking oxnet v0.1.6
24912026-07-22T04:22:34.013Z Checking anstream v1.0.0
24922026-07-22T04:22:34.191Z Checking hyper-util v0.1.20
24932026-07-22T04:22:34.217Z Checking cookie v0.18.1
24942026-07-22T04:22:34.254Z Checking inout v0.2.2
24952026-07-22T04:22:34.259Z Checking dof v0.4.0
24962026-07-22T04:22:34.259Z Checking tokio-rustls v0.26.4
24972026-07-22T04:22:34.284Z Checking dtrace-parser v0.3.0
24982026-07-22T04:22:34.296Z Checking phf_shared v0.13.1
24992026-07-22T04:22:34.387Z Checking lazy_static v1.5.0
25002026-07-22T04:22:34.446Z Checking anstyle-parse v0.2.7
25012026-07-22T04:22:34.474Z Checking pin-project v1.1.11
25022026-07-22T04:22:34.487Z Checking zerocopy v0.7.35
25032026-07-22T04:22:34.490Z Checking terminal_size v0.4.3
25042026-07-22T04:22:34.516Z Checking bzip2-sys v0.1.13+1.0.8
25052026-07-22T04:22:34.563Z Checking signal-hook v0.3.18
25062026-07-22T04:22:34.589Z Checking futures-executor v0.3.32
25072026-07-22T04:22:34.603Z Checking ff v0.13.1
25082026-07-22T04:22:34.603Z Checking thread-id v5.1.0
25092026-07-22T04:22:34.691Z Checking bitflags v1.3.2
25102026-07-22T04:22:34.739Z Checking winnow v0.5.40
25112026-07-22T04:22:34.754Z Checking libbz2-rs-sys v0.2.2
25122026-07-22T04:22:34.757Z Checking bumpalo v3.20.2
25132026-07-22T04:22:34.774Z Compiling rayon-core v1.13.0
25142026-07-22T04:22:34.901Z Checking either v1.15.0
25152026-07-22T04:22:34.964Z Checking clap_lex v1.0.0
25162026-07-22T04:22:34.964Z Checking managed v0.8.0
25172026-07-22T04:22:34.997Z Checking foldhash v0.1.5
25182026-07-22T04:22:35.092Z Checking same-file v1.0.6
25192026-07-22T04:22:35.121Z Checking strsim v0.11.1
25202026-07-22T04:22:35.133Z Checking base16ct v0.2.0
25212026-07-22T04:22:35.146Z Checking foldhash v0.2.0
25222026-07-22T04:22:35.157Z Checking bzip2 v0.6.1
25232026-07-22T04:22:35.205Z Checking walkdir v2.5.0
25242026-07-22T04:22:35.252Z Checking sec1 v0.7.3
25252026-07-22T04:22:35.279Z Checking clap_builder v4.6.0
25262026-07-22T04:22:35.297Z Checking hashbrown v0.16.1
25272026-07-22T04:22:35.314Z Checking smoltcp v0.9.1
25282026-07-22T04:22:35.360Z Checking hashbrown v0.15.5
25292026-07-22T04:22:35.455Z Checking zopfli v0.8.3
25302026-07-22T04:22:35.496Z Checking hyper-tls v0.6.0
25312026-07-22T04:22:35.604Z Checking dof v0.3.0
25322026-07-22T04:22:35.662Z Checking reqwest v0.12.28
25332026-07-22T04:22:35.781Z Checking hyper-rustls v0.27.7
25342026-07-22T04:22:35.810Z Checking usdt-impl v0.6.0
25352026-07-22T04:22:35.823Z Checking signal-hook-mio v0.2.5
25362026-07-22T04:22:35.888Z Checking group v0.13.0
25372026-07-22T04:22:35.909Z Checking futures v0.3.32
25382026-07-22T04:22:35.920Z Checking bzip2 v0.4.4
25392026-07-22T04:22:35.923Z Checking toml_edit v0.19.15
25402026-07-22T04:22:35.979Z Checking anstream v0.6.21
25412026-07-22T04:22:36.003Z Checking snafu v0.8.9
25422026-07-22T04:22:36.040Z Checking phf v0.13.1
25432026-07-22T04:22:36.074Z Checking num-bigint-dig v0.8.6
25442026-07-22T04:22:36.090Z Checking cookie_store v0.22.1
25452026-07-22T04:22:36.173Z Checking cipher v0.5.2
25462026-07-22T04:22:36.184Z Checking daft v0.1.7
25472026-07-22T04:22:36.225Z Checking postgres-types v0.2.12
25482026-07-22T04:22:36.406Z Checking zstd v0.13.3
25492026-07-22T04:22:36.421Z Checking ed25519 v2.2.3
25502026-07-22T04:22:36.435Z Checking dtrace-parser v0.2.0
25512026-07-22T04:22:36.441Z Checking rustls-platform-verifier v0.6.2
25522026-07-22T04:22:36.516Z Checking crossbeam-deque v0.8.6
25532026-07-22T04:22:36.532Z Checking globset v0.4.18
25542026-07-22T04:22:36.572Z Checking regex v1.12.3
25552026-07-22T04:22:36.589Z Checking phf_shared v0.11.3
25562026-07-22T04:22:36.601Z Checking hkdf v0.12.4
25572026-07-22T04:22:36.655Z Checking olpc-cjson v0.1.4
25582026-07-22T04:22:36.687Z Checking ref-cast v1.0.25
25592026-07-22T04:22:36.729Z Checking curve25519-dalek v4.1.3
25602026-07-22T04:22:36.729Z Checking pkcs1 v0.7.5
25612026-07-22T04:22:36.777Z Checking strum v0.27.2
25622026-07-22T04:22:36.777Z Checking hubpack v0.1.2
25632026-07-22T04:22:36.801Z Checking memoffset v0.9.1
25642026-07-22T04:22:36.845Z Checking rustix v0.38.44
25652026-07-22T04:22:36.873Z Checking pem v3.0.6
25662026-07-22T04:22:36.886Z Checking float-cmp v0.10.0
25672026-07-22T04:22:36.896Z Checking serde-big-array v0.5.1
25682026-07-22T04:22:36.938Z Checking serde_plain v1.0.2
25692026-07-22T04:22:36.950Z Checking erased-serde v0.3.31
25702026-07-22T04:22:36.961Z Checking crypto-bigint v0.5.5
25712026-07-22T04:22:37.005Z Checking memmap2 v0.9.10
25722026-07-22T04:22:37.020Z Checking thread-id v4.2.2
25732026-07-22T04:22:37.020Z Checking env_filter v1.0.0
25742026-07-22T04:22:37.076Z Checking winnow v0.7.14
25752026-07-22T04:22:37.096Z Checking fixedbitset v0.5.7
25762026-07-22T04:22:37.162Z Checking jiff v0.2.21
25772026-07-22T04:22:37.174Z Checking const-oid v0.10.2
25782026-07-22T04:22:37.287Z Checking fixedbitset v0.4.2
25792026-07-22T04:22:37.325Z Checking cpufeatures v0.3.0
25802026-07-22T04:22:37.338Z Checking whoami v2.1.0
25812026-07-22T04:22:37.395Z Checking winnow v1.0.3
25822026-07-22T04:22:37.432Z Checking toml_write v0.1.2
25832026-07-22T04:22:37.505Z Checking normalize-line-endings v0.3.0
25842026-07-22T04:22:37.529Z Checking typed-path v0.9.3
25852026-07-22T04:22:37.594Z Checking data-encoding v2.10.0
25862026-07-22T04:22:37.599Z Checking difflib v0.4.0
25872026-07-22T04:22:37.646Z Checking static_assertions v1.1.0
25882026-07-22T04:22:37.679Z Checking precomputed-hash v0.1.1
25892026-07-22T04:22:37.714Z Checking new_debug_unreachable v1.0.6
25902026-07-22T04:22:37.759Z Checking keccak v0.1.6
25912026-07-22T04:22:37.771Z Checking predicates-core v1.0.10
25922026-07-22T04:22:37.781Z Checking unicode-segmentation v1.12.0
25932026-07-22T04:22:37.859Z Checking elliptic-curve v0.13.8
25942026-07-22T04:22:37.873Z Checking hickory-proto v0.25.2
25952026-07-22T04:22:37.887Z Checking predicates v3.1.4
25962026-07-22T04:22:37.920Z Checking sha3 v0.10.8
25972026-07-22T04:22:38.091Z Checking similar v2.7.0
25982026-07-22T04:22:38.127Z Checking string_cache v0.8.9
25992026-07-22T04:22:38.163Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26002026-07-22T04:22:38.180Z Checking toml_parser v1.1.2+spec-1.1.0
26012026-07-22T04:22:38.270Z Checking toml_edit v0.22.27
26022026-07-22T04:22:38.291Z Checking crossterm v0.28.1
26032026-07-22T04:22:38.304Z Checking tough v0.22.0
26042026-07-22T04:22:38.470Z Checking tokio-postgres v0.7.16
26052026-07-22T04:22:38.512Z Checking ed25519-dalek v2.2.0
26062026-07-22T04:22:38.740Z Checking petgraph v0.6.5
26072026-07-22T04:22:38.997Z Checking chacha20 v0.10.0
26082026-07-22T04:22:39.251Z Checking slog v2.8.2
26092026-07-22T04:22:39.379Z Checking digest v0.11.3
26102026-07-22T04:22:39.404Z Checking zip v4.6.1
26112026-07-22T04:22:39.516Z Checking petgraph v0.8.3
26122026-07-22T04:22:39.553Z Checking env_logger v0.11.9
26132026-07-22T04:22:39.752Z Checking usdt v0.6.0
26142026-07-22T04:22:39.763Z Checking usdt-impl v0.5.0
26152026-07-22T04:22:39.919Z Checking toml v0.7.8
26162026-07-22T04:22:40.008Z Checking rsa v0.9.10
26172026-07-22T04:22:40.024Z Checking nix v0.31.2
26182026-07-22T04:22:40.048Z Checking iddqd v0.4.2
26192026-07-22T04:22:40.367Z Checking reqwest v0.13.2
26202026-07-22T04:22:40.473Z Checking clap v4.6.1
26212026-07-22T04:22:40.485Z Checking zip v0.6.6
26222026-07-22T04:22:40.553Z Checking itertools v0.13.0
26232026-07-22T04:22:40.564Z Checking serde_with v3.21.0
26242026-07-22T04:22:40.717Z Checking byte-wrapper v0.1.0
26252026-07-22T04:22:40.808Z Checking strum v0.26.3
26262026-07-22T04:22:40.919Z Checking fs-err v3.3.0
26272026-07-22T04:22:40.931Z Checking ahash v0.8.12
26282026-07-22T04:22:40.962Z Checking tokio-stream v0.1.18
26292026-07-22T04:22:41.122Z Checking object v0.37.3
26302026-07-22T04:22:41.136Z Checking buf-list v1.1.2
26312026-07-22T04:22:41.215Z Checking camino v1.2.2
26322026-07-22T04:22:41.228Z Checking anyhow v1.0.102
26332026-07-22T04:22:41.239Z Checking x509-cert v0.2.5
26342026-07-22T04:22:41.315Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26352026-07-22T04:22:41.346Z Checking openapiv3 v2.2.0
26362026-07-22T04:22:41.423Z Checking lalrpop-util v0.19.12
26372026-07-22T04:22:41.463Z Checking peg-runtime v0.8.5
26382026-07-22T04:22:41.579Z Checking rayon v1.11.0
26392026-07-22T04:22:41.581Z Checking sigpipe v0.1.3
26402026-07-22T04:22:41.607Z Checking glob v0.3.3
26412026-07-22T04:22:43.256Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26422026-07-22T04:22:43.312Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26432026-07-22T04:22:43.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.21s
26442026-07-22T04:22:43.743Z
26452026-07-22T04:22:43.743Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26462026-07-22T04:22:44.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-22T04:22:44.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-22T04:22:44.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-22T04:22:44.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26502026-07-22T04:22:44.297Z
26512026-07-22T04:22:44.297Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26522026-07-22T04:22:44.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-22T04:22:44.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-22T04:22:44.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-22T04:22:44.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26562026-07-22T04:22:44.855Z
26572026-07-22T04:22:44.855Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26582026-07-22T04:22:45.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-22T04:22:45.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-22T04:22:45.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-22T04:22:45.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26622026-07-22T04:22:45.422Z
26632026-07-22T04:22:45.422Zinfo: running `cargo check --bins` on oxql-types (80/300)
26642026-07-22T04:22:45.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-22T04:22:45.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-22T04:22:45.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-22T04:22:45.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26682026-07-22T04:22:45.970Z
26692026-07-22T04:22:45.970Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26702026-07-22T04:22:46.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-22T04:22:46.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-22T04:22:46.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-22T04:22:46.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26742026-07-22T04:22:46.518Z
26752026-07-22T04:22:46.518Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26762026-07-22T04:22:46.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-22T04:22:46.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-22T04:22:46.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792026-07-22T04:22:46.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26802026-07-22T04:22:47.069Z
26812026-07-22T04:22:47.069Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26822026-07-22T04:22:47.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832026-07-22T04:22:47.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842026-07-22T04:22:47.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852026-07-22T04:22:47.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26862026-07-22T04:22:47.609Z
26872026-07-22T04:22:47.610Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26882026-07-22T04:22:48.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892026-07-22T04:22:48.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902026-07-22T04:22:48.262Z Compiling structmeta-derive v0.3.0
26912026-07-22T04:22:48.382Z Compiling multer v3.1.0
26922026-07-22T04:22:48.395Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932026-07-22T04:22:48.398Z Compiling async-stream-impl v0.3.6
26942026-07-22T04:22:48.410Z Compiling dropshot v0.17.1
26952026-07-22T04:22:48.425Z Compiling newtype-uuid-macros v0.1.0
26962026-07-22T04:22:48.428Z Compiling dropshot_endpoint v0.17.1
26972026-07-22T04:22:48.454Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26982026-07-22T04:22:48.656Z Checking thread_local v1.1.9
26992026-07-22T04:22:48.679Z Checking compression-core v0.4.31
27002026-07-22T04:22:48.788Z Checking match_cfg v0.1.0
27012026-07-22T04:22:48.803Z Checking compression-codecs v0.4.37
27022026-07-22T04:22:48.837Z Checking crossbeam-channel v0.5.15
27032026-07-22T04:22:48.853Z Checking hostname v0.3.1
27042026-07-22T04:22:48.868Z Checking atomicwrites v0.4.4
27052026-07-22T04:22:48.950Z Checking slog-json v2.6.1
27062026-07-22T04:22:48.967Z Checking toml_datetime v1.1.1+spec-1.1.0
27072026-07-22T04:22:48.981Z Checking is-terminal v0.4.17
27082026-07-22T04:22:48.993Z Checking serde_spanned v1.1.1
27092026-07-22T04:22:49.064Z Checking debug-ignore v1.0.5
27102026-07-22T04:22:49.101Z Checking take_mut v0.2.2
27112026-07-22T04:22:49.118Z Checking term v1.2.1
27122026-07-22T04:22:49.159Z Checking toml_writer v1.1.1+spec-1.1.0
27132026-07-22T04:22:49.173Z Checking slog-bunyan v2.5.0
27142026-07-22T04:22:49.173Z Checking async-stream v0.3.6
27152026-07-22T04:22:49.196Z Checking slog-async v2.8.0
27162026-07-22T04:22:49.208Z Checking async-compression v0.4.41
27172026-07-22T04:22:49.277Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27182026-07-22T04:22:49.304Z Checking progenitor-client v0.14.0
27192026-07-22T04:22:49.326Z Checking slog-term v2.9.2
27202026-07-22T04:22:49.339Z Checking toml v1.1.2+spec-1.1.0
27212026-07-22T04:22:49.370Z Checking sha1 v0.11.0
27222026-07-22T04:22:49.449Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27232026-07-22T04:22:49.463Z Compiling structmeta v0.3.0
27242026-07-22T04:22:49.533Z Checking waitgroup v0.1.2
27252026-07-22T04:22:49.554Z Checking rustls-pemfile v2.2.0
27262026-07-22T04:22:49.584Z Checking backon v1.6.0
27272026-07-22T04:22:49.587Z Checking serde_path_to_error v0.1.20
27282026-07-22T04:22:49.613Z Checking hostname v0.4.2
27292026-07-22T04:22:49.626Z Checking instant v0.1.13
27302026-07-22T04:22:49.694Z Compiling derive-ex v0.1.8
27312026-07-22T04:22:49.708Z Compiling parse-display-derive v0.10.0
27322026-07-22T04:22:49.769Z Checking progenitor-extras v0.2.0
27332026-07-22T04:22:49.898Z Checking backoff v0.4.0
27342026-07-22T04:22:49.922Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27352026-07-22T04:22:49.937Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27362026-07-22T04:22:49.986Z Checking itertools v0.14.0
27372026-07-22T04:22:50.063Z Checking regress v0.10.5
27382026-07-22T04:22:50.139Z Checking macaddr v1.0.1
27392026-07-22T04:22:50.477Z Checking humantime v2.3.0
27402026-07-22T04:22:51.402Z Checking parse-display v0.10.0
27412026-07-22T04:22:51.415Z Compiling test-strategy v0.4.5
27422026-07-22T04:22:51.686Z Compiling prettyplease v0.2.37
27432026-07-22T04:22:51.931Z Checking num-rational v0.4.2
27442026-07-22T04:22:52.189Z Checking num-complex v0.4.6
27452026-07-22T04:22:52.590Z Compiling num v0.4.3
27462026-07-22T04:22:52.713Z Compiling usdt-attr-macro v0.5.0
27472026-07-22T04:22:52.747Z Compiling usdt-macro v0.5.0
27482026-07-22T04:22:52.766Z Checking memmap v0.7.0
27492026-07-22T04:22:52.799Z Checking float-ord v0.3.2
27502026-07-22T04:22:52.894Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27512026-07-22T04:22:52.990Z Checking unicode-width v0.2.0
27522026-07-22T04:22:53.194Z Compiling convert_case v0.4.0
27532026-07-22T04:22:53.241Z Checking console v0.15.11
27542026-07-22T04:22:53.266Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27552026-07-22T04:22:53.487Z Checking newline-converter v0.3.0
27562026-07-22T04:22:53.500Z Checking usdt v0.5.0
27572026-07-22T04:22:53.525Z Compiling toml v0.8.23
27582026-07-22T04:22:53.561Z Compiling derive_more v0.99.20
27592026-07-22T04:22:53.592Z Checking linked-hash-map v0.5.6
27602026-07-22T04:22:53.660Z Compiling minimal-lexical v0.2.1
27612026-07-22T04:22:53.761Z Checking lru-cache v0.1.2
27622026-07-22T04:22:53.883Z Compiling nom v7.1.3
27632026-07-22T04:22:53.916Z Checking expectorate v1.2.0
27642026-07-22T04:22:54.485Z Checking camino-tempfile v1.4.1
27652026-07-22T04:22:54.594Z Checking hickory-proto v0.24.4
27662026-07-22T04:22:54.622Z Checking phf_shared v0.12.1
27672026-07-22T04:22:54.661Z Compiling slog-dtrace v0.3.0
27682026-07-22T04:22:54.802Z Checking heck v0.5.0
27692026-07-22T04:22:54.931Z Compiling unicode-xid v0.2.6
27702026-07-22T04:22:55.065Z Checking resolv-conf v0.7.6
27712026-07-22T04:22:55.230Z Compiling chrono-tz v0.10.4
27722026-07-22T04:22:55.255Z Compiling const_format_proc_macros v0.2.34
27732026-07-22T04:22:55.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742026-07-22T04:22:55.502Z Checking phf v0.12.1
27752026-07-22T04:22:55.646Z Checking tokio-dtrace v0.1.1
27762026-07-22T04:22:55.843Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27772026-07-22T04:22:55.858Z Compiling derive-where v1.6.0
27782026-07-22T04:22:56.131Z Checking highway v1.3.0
27792026-07-22T04:22:56.367Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27802026-07-22T04:22:56.386Z Checking const_format v0.2.35
27812026-07-22T04:22:56.489Z Checking hickory-resolver v0.24.4
27822026-07-22T04:22:56.524Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27832026-07-22T04:22:56.621Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27842026-07-22T04:22:56.899Z Checking oxide-tokio-rt v0.1.4
27852026-07-22T04:22:57.244Z Checking qorb v0.4.1
27862026-07-22T04:22:57.414Z Checking gethostname v0.5.0
27872026-07-22T04:22:57.503Z Checking bcs v0.1.6
27882026-07-22T04:22:57.519Z Checking termtree v0.5.1
27892026-07-22T04:22:58.047Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27902026-07-22T04:22:58.105Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27912026-07-22T04:22:58.282Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27922026-07-22T04:22:58.286Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27932026-07-22T04:23:01.030Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27942026-07-22T04:23:03.473Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27952026-07-22T04:23:05.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.99s
27962026-07-22T04:23:05.769Z
27972026-07-22T04:23:05.769Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27982026-07-22T04:23:06.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-07-22T04:23:06.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-07-22T04:23:06.409Z Compiling ar_archive_writer v0.5.1
28012026-07-22T04:23:06.522Z Compiling stacker v0.1.23
28022026-07-22T04:23:06.526Z Compiling cfg_aliases v0.1.1
28032026-07-22T04:23:06.531Z Compiling convert_case v0.10.0
28042026-07-22T04:23:06.536Z Checking unicode-width v0.1.14
28052026-07-22T04:23:06.544Z Compiling proc-macro-error v1.0.4
28062026-07-22T04:23:06.553Z Checking fd-lock v4.0.4
28072026-07-22T04:23:06.557Z Checking nibble_vec v0.1.0
28082026-07-22T04:23:06.581Z Compiling nix v0.28.0
28092026-07-22T04:23:06.665Z Checking vte v0.14.1
28102026-07-22T04:23:06.677Z Compiling recursive-proc-macro-impl v0.1.1
28112026-07-22T04:23:06.769Z Checking endian-type v0.1.2
28122026-07-22T04:23:06.799Z Checking bytecount v0.6.9
28132026-07-22T04:23:06.812Z Checking strip-ansi-escapes v0.2.1
28142026-07-22T04:23:06.823Z Compiling tabled_derive v0.7.0
28152026-07-22T04:23:06.835Z Compiling derive_more-impl v2.1.1
28162026-07-22T04:23:06.892Z Checking papergrid v0.11.0
28172026-07-22T04:23:06.892Z Checking radix_trie v0.2.1
28182026-07-22T04:23:06.917Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192026-07-22T04:23:07.093Z Compiling peg-macros v0.8.5
28202026-07-22T04:23:07.107Z Checking winnow v0.6.26
28212026-07-22T04:23:07.339Z Compiling psm v0.1.30
28222026-07-22T04:23:07.438Z Compiling sqlparser_derive v0.5.0
28232026-07-22T04:23:07.509Z Checking unicode_categories v0.1.1
28242026-07-22T04:23:07.637Z Checking derive_more v2.1.1
28252026-07-22T04:23:07.663Z Checking home v0.5.12
28262026-07-22T04:23:07.713Z Checking nu-ansi-term v0.50.3
28272026-07-22T04:23:07.766Z Checking crossterm v0.29.0
28282026-07-22T04:23:07.788Z Checking tabled v0.15.0
28292026-07-22T04:23:07.921Z Checking rustyline v14.0.0
28302026-07-22T04:23:07.922Z Checking reedline v0.40.0
28312026-07-22T04:23:08.131Z Checking recursive v0.1.1
28322026-07-22T04:23:08.222Z Checking sqlparser v0.61.0
28332026-07-22T04:23:08.236Z Checking display-error-chain v0.2.2
28342026-07-22T04:23:08.258Z Checking sqlformat v0.3.5
28352026-07-22T04:23:08.473Z Checking peg v0.8.5
28362026-07-22T04:23:19.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
28372026-07-22T04:23:19.714Z
28382026-07-22T04:23:19.714Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28392026-07-22T04:23:20.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-07-22T04:23:20.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-07-22T04:23:20.352Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-07-22T04:23:23.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28432026-07-22T04:23:23.986Z
28442026-07-22T04:23:23.986Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28452026-07-22T04:23:24.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-07-22T04:23:24.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-07-22T04:23:24.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-07-22T04:23:27.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28492026-07-22T04:23:27.306Z
28502026-07-22T04:23:27.306Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28512026-07-22T04:23:27.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-07-22T04:23:27.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-07-22T04:23:27.945Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-07-22T04:23:31.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28552026-07-22T04:23:31.409Z
28562026-07-22T04:23:31.409Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28572026-07-22T04:23:31.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-07-22T04:23:31.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-07-22T04:23:32.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-07-22T04:23:35.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28612026-07-22T04:23:35.545Z
28622026-07-22T04:23:35.545Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28632026-07-22T04:23:36.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-07-22T04:23:36.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-07-22T04:23:36.190Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-07-22T04:23:40.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28672026-07-22T04:23:40.651Z
28682026-07-22T04:23:40.651Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28692026-07-22T04:23:40.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-07-22T04:23:40.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-07-22T04:23:40.652Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-07-22T04:23:42.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28732026-07-22T04:23:42.450Z
28742026-07-22T04:23:42.450Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28752026-07-22T04:23:42.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-07-22T04:23:42.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-07-22T04:23:43.098Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28782026-07-22T04:23:46.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28792026-07-22T04:23:46.728Z
28802026-07-22T04:23:46.728Zinfo: running `cargo check --bins` on oximeter (93/300)
28812026-07-22T04:23:47.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-07-22T04:23:47.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-07-22T04:23:47.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-07-22T04:23:47.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28852026-07-22T04:23:47.283Z
28862026-07-22T04:23:47.283Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28872026-07-22T04:23:47.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-07-22T04:23:47.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-07-22T04:23:47.881Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-07-22T04:23:48.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
28912026-07-22T04:23:48.394Z
28922026-07-22T04:23:48.394Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28932026-07-22T04:23:48.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-07-22T04:23:48.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-07-22T04:23:48.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-07-22T04:23:48.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28972026-07-22T04:23:48.950Z
28982026-07-22T04:23:48.950Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28992026-07-22T04:23:49.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-07-22T04:23:49.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-07-22T04:23:49.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-07-22T04:23:49.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29032026-07-22T04:23:49.546Z
29042026-07-22T04:23:49.546Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29052026-07-22T04:23:50.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-07-22T04:23:50.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-07-22T04:23:50.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-07-22T04:23:50.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29092026-07-22T04:23:50.088Z
29102026-07-22T04:23:50.088Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29112026-07-22T04:23:51.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-07-22T04:23:51.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-07-22T04:23:51.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-07-22T04:23:51.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29152026-07-22T04:23:51.424Z
29162026-07-22T04:23:51.424Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29172026-07-22T04:23:51.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-07-22T04:23:51.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-07-22T04:23:51.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-07-22T04:23:51.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29212026-07-22T04:23:51.424Z
29222026-07-22T04:23:51.424Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29232026-07-22T04:23:51.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-07-22T04:23:51.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-07-22T04:23:51.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-07-22T04:23:51.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29272026-07-22T04:23:51.780Z
29282026-07-22T04:23:51.781Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29292026-07-22T04:23:52.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-07-22T04:23:52.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-07-22T04:23:52.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-07-22T04:23:52.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29332026-07-22T04:23:52.479Z
29342026-07-22T04:23:52.480Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29352026-07-22T04:23:52.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-07-22T04:23:52.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-07-22T04:23:52.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-07-22T04:23:52.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29392026-07-22T04:23:52.880Z
29402026-07-22T04:23:52.880Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/300)
29412026-07-22T04:23:53.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-07-22T04:23:53.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-07-22T04:23:53.574Z Compiling darling_core v0.21.3
29442026-07-22T04:23:53.694Z Compiling crucible-workspace-hack v0.1.0
29452026-07-22T04:23:53.699Z Checking secrecy v0.10.3
29462026-07-22T04:23:53.707Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-07-22T04:23:53.707Z Compiling heapless v0.8.0
29482026-07-22T04:23:53.725Z Checking hash32 v0.3.1
29492026-07-22T04:23:53.738Z Checking inout v0.1.4
29502026-07-22T04:23:53.743Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-07-22T04:23:53.797Z Compiling smoltcp v0.11.0
29522026-07-22T04:23:53.837Z Checking cobs v0.3.0
29532026-07-22T04:23:53.870Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-07-22T04:23:53.933Z Checking cipher v0.4.4
29552026-07-22T04:23:53.971Z Checking universal-hash v0.5.1
29562026-07-22T04:23:53.982Z Compiling thiserror-impl-no-std v2.0.2
29572026-07-22T04:23:53.988Z Checking half v2.7.1
29582026-07-22T04:23:54.115Z Checking ciborium-io v0.2.2
29592026-07-22T04:23:54.354Z Checking opaque-debug v0.3.1
29602026-07-22T04:23:54.354Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29612026-07-22T04:23:54.354Z Checking chacha20 v0.9.1
29622026-07-22T04:23:54.354Z Checking poly1305 v0.8.0
29632026-07-22T04:23:54.394Z Checking ciborium-ll v0.2.2
29642026-07-22T04:23:54.421Z Checking postcard v1.1.3
29652026-07-22T04:23:54.421Z Compiling proc-macro-crate v3.4.0
29662026-07-22T04:23:54.470Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29672026-07-22T04:23:54.570Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29682026-07-22T04:23:54.658Z Checking password-hash v0.5.0
29692026-07-22T04:23:54.736Z Checking blake2 v0.10.6
29702026-07-22T04:23:54.881Z Compiling proc-macro-crate v1.3.1
29712026-07-22T04:23:54.898Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29722026-07-22T04:23:54.939Z Checking aead v0.5.2
29732026-07-22T04:23:54.996Z Compiling num_enum_derive v0.7.6
29742026-07-22T04:23:55.019Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29752026-07-22T04:23:55.072Z Compiling foreign-types-macros v0.2.3
29762026-07-22T04:23:55.133Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29772026-07-22T04:23:55.329Z Checking thiserror-no-std v2.0.2
29782026-07-22T04:23:55.339Z Checking foreign-types-shared v0.3.1
29792026-07-22T04:23:55.339Z Checking vsss-rs v3.3.4
29802026-07-22T04:23:55.339Z Compiling num_enum_derive v0.5.11
29812026-07-22T04:23:55.339Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29822026-07-22T04:23:55.390Z Checking chacha20poly1305 v0.10.1
29832026-07-22T04:23:55.502Z Checking argon2 v0.5.3
29842026-07-22T04:23:55.656Z Checking foreign-types v0.5.0
29852026-07-22T04:23:55.769Z Checking ciborium v0.2.2
29862026-07-22T04:23:55.898Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-07-22T04:23:55.950Z Checking tabwriter v1.4.1
29882026-07-22T04:23:55.988Z Checking num_enum v0.7.6
29892026-07-22T04:23:56.094Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-07-22T04:23:56.109Z Checking cstr-argument v0.1.2
29912026-07-22T04:23:56.182Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29922026-07-22T04:23:56.192Z Compiling darling_macro v0.21.3
29932026-07-22T04:23:56.193Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29942026-07-22T04:23:56.229Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-07-22T04:23:56.333Z Checking num_enum v0.5.11
29962026-07-22T04:23:56.369Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-07-22T04:23:56.398Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29982026-07-22T04:23:56.413Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29992026-07-22T04:23:56.456Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-07-22T04:23:56.540Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-07-22T04:23:56.576Z Checking rand v0.10.1
30022026-07-22T04:23:56.625Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-07-22T04:23:56.637Z Checking colored v3.1.1
30042026-07-22T04:23:56.663Z Checking indent_write v2.2.0
30052026-07-22T04:23:56.696Z Compiling darling v0.21.3
30062026-07-22T04:23:56.765Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30072026-07-22T04:23:56.808Z Compiling ingot-macros v0.1.1
30082026-07-22T04:23:56.825Z Compiling zone_cfg_derive v0.3.1
30092026-07-22T04:23:56.839Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-07-22T04:23:56.893Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23)
30112026-07-22T04:23:56.933Z Checking itertools v0.12.1
30122026-07-22T04:23:56.995Z Compiling num-derive v0.4.2
30132026-07-22T04:23:57.012Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-07-22T04:23:57.014Z Checking swrite v0.1.0
30152026-07-22T04:23:57.122Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23)
30162026-07-22T04:23:57.271Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-07-22T04:23:57.395Z Checking dropshot-api-manager-types v0.7.2
30182026-07-22T04:23:57.400Z Checking smf v0.2.3
30192026-07-22T04:23:57.452Z Checking nanorand v0.7.0
30202026-07-22T04:23:57.474Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-07-22T04:23:57.673Z Checking whoami v1.6.1
30222026-07-22T04:23:57.711Z Checking flume v0.11.1
30232026-07-22T04:23:57.711Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-07-22T04:23:57.935Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30252026-07-22T04:23:57.966Z Checking zone v0.3.1
30262026-07-22T04:23:58.974Z Checking ingot-types v0.1.2
30272026-07-22T04:23:59.241Z Checking ingot v0.1.1
30282026-07-22T04:24:01.195Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-22T04:24:01.715Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30302026-07-22T04:24:02.522Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30312026-07-22T04:24:03.941Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-07-22T04:24:06.022Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-07-22T04:24:07.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s
30342026-07-22T04:24:07.296Z
30352026-07-22T04:24:07.296Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/300)
30362026-07-22T04:24:07.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-07-22T04:24:07.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-07-22T04:24:07.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-07-22T04:24:07.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30402026-07-22T04:24:07.851Z
30412026-07-22T04:24:07.851Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/300)
30422026-07-22T04:24:08.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-07-22T04:24:08.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-07-22T04:24:08.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-07-22T04:24:08.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30462026-07-22T04:24:08.410Z
30472026-07-22T04:24:08.410Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/300)
30482026-07-22T04:24:08.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-22T04:24:08.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-22T04:24:08.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-22T04:24:08.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30522026-07-22T04:24:08.975Z
30532026-07-22T04:24:08.976Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/300)
30542026-07-22T04:24:09.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-22T04:24:10.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-22T04:24:10.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-22T04:24:10.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30582026-07-22T04:24:10.678Z
30592026-07-22T04:24:10.678Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/300)
30602026-07-22T04:24:10.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-22T04:24:10.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-22T04:24:10.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-22T04:24:10.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30642026-07-22T04:24:10.679Z
30652026-07-22T04:24:10.679Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/300)
30662026-07-22T04:24:10.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-22T04:24:10.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-22T04:24:10.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-22T04:24:10.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30702026-07-22T04:24:10.695Z
30712026-07-22T04:24:10.695Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/300)
30722026-07-22T04:24:11.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-22T04:24:11.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-22T04:24:11.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-22T04:24:11.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30762026-07-22T04:24:11.209Z
30772026-07-22T04:24:11.209Zinfo: running `cargo check --bins` on cockroach-admin-client (111/300)
30782026-07-22T04:24:11.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-22T04:24:11.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-22T04:24:11.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-22T04:24:11.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30822026-07-22T04:24:11.755Z
30832026-07-22T04:24:11.755Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/300)
30842026-07-22T04:24:12.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-22T04:24:12.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-22T04:24:12.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-22T04:24:12.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30882026-07-22T04:24:12.317Z
30892026-07-22T04:24:12.317Zinfo: running `cargo check --bins` on dns-service-client (113/300)
30902026-07-22T04:24:12.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-22T04:24:12.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-22T04:24:12.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-22T04:24:12.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30942026-07-22T04:24:12.883Z
30952026-07-22T04:24:12.883Zinfo: running `cargo check --bins` on installinator-client (114/300)
30962026-07-22T04:24:13.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-22T04:24:13.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-22T04:24:13.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-22T04:24:13.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31002026-07-22T04:24:13.457Z
31012026-07-22T04:24:13.457Zinfo: running `cargo check --bins` on nexus-client (115/300)
31022026-07-22T04:24:13.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-22T04:24:13.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-22T04:24:13.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-22T04:24:13.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31062026-07-22T04:24:14.030Z
31072026-07-22T04:24:14.031Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/300)
31082026-07-22T04:24:14.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-22T04:24:14.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-22T04:24:14.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-22T04:24:14.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-07-22T04:24:14.629Z
31132026-07-22T04:24:14.629Zinfo: running `cargo check --bins` on ntp-admin-client (117/300)
31142026-07-22T04:24:15.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-22T04:24:15.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-22T04:24:15.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-22T04:24:15.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31182026-07-22T04:24:15.194Z
31192026-07-22T04:24:15.194Zinfo: running `cargo check --bins` on oxide-client (118/300)
31202026-07-22T04:24:15.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-22T04:24:15.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-22T04:24:15.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-22T04:24:15.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31242026-07-22T04:24:15.711Z
31252026-07-22T04:24:15.711Zinfo: running `cargo check --bins` on oximeter-client (119/300)
31262026-07-22T04:24:16.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-22T04:24:16.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-22T04:24:16.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-22T04:24:16.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31302026-07-22T04:24:16.264Z
31312026-07-22T04:24:16.264Zinfo: running `cargo check --bins` on repo-depot-client (120/300)
31322026-07-22T04:24:16.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-22T04:24:16.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-22T04:24:16.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-22T04:24:16.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31362026-07-22T04:24:16.808Z
31372026-07-22T04:24:16.808Zinfo: running `cargo check --bins` on sled-agent-client (121/300)
31382026-07-22T04:24:17.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-22T04:24:17.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-22T04:24:17.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-22T04:24:17.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31422026-07-22T04:24:17.374Z
31432026-07-22T04:24:17.375Zinfo: running `cargo check --bins` on wicketd-client (122/300)
31442026-07-22T04:24:17.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-22T04:24:17.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-22T04:24:17.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-22T04:24:17.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31482026-07-22T04:24:17.987Z
31492026-07-22T04:24:17.989Zinfo: running `cargo check --bins` on installinator-common (123/300)
31502026-07-22T04:24:18.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-22T04:24:18.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-22T04:24:18.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-22T04:24:18.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31542026-07-22T04:24:18.761Z
31552026-07-22T04:24:18.761Zinfo: running `cargo check --bins` on installinator-common-versions (124/300)
31562026-07-22T04:24:19.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-22T04:24:19.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-22T04:24:19.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-22T04:24:19.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31602026-07-22T04:24:19.082Z
31612026-07-22T04:24:19.082Zinfo: running `cargo check --bins` on wicket-common (125/300)
31622026-07-22T04:24:19.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-22T04:24:19.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-22T04:24:19.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-22T04:24:19.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31662026-07-22T04:24:19.724Z
31672026-07-22T04:24:19.724Zinfo: running `cargo check --bins` on wicketd-commission-types (126/300)
31682026-07-22T04:24:21.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-22T04:24:21.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-22T04:24:21.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-22T04:24:21.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31722026-07-22T04:24:21.206Z
31732026-07-22T04:24:21.206Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/300)
31742026-07-22T04:24:21.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-22T04:24:21.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-22T04:24:21.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-22T04:24:21.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31782026-07-22T04:24:21.206Z
31792026-07-22T04:24:21.206Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31802026-07-22T04:24:21.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-22T04:24:21.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-22T04:24:21.455Z Checking csv-core v0.1.13
31832026-07-22T04:24:21.567Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31842026-07-22T04:24:21.571Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-07-22T04:24:21.575Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-07-22T04:24:21.702Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31872026-07-22T04:24:21.726Z Checking csv v1.4.0
31882026-07-22T04:24:22.040Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-07-22T04:24:22.362Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-07-22T04:24:22.362Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-07-22T04:24:23.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
31922026-07-22T04:24:23.559Z
31932026-07-22T04:24:23.559Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
31942026-07-22T04:24:24.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-07-22T04:24:24.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-07-22T04:24:24.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-07-22T04:24:24.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31982026-07-22T04:24:24.112Z
31992026-07-22T04:24:24.112Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
32002026-07-22T04:24:24.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-07-22T04:24:24.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-07-22T04:24:24.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-07-22T04:24:24.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32042026-07-22T04:24:24.740Z
32052026-07-22T04:24:24.740Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32062026-07-22T04:24:25.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-07-22T04:24:25.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-07-22T04:24:25.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-07-22T04:24:25.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32102026-07-22T04:24:25.413Z
32112026-07-22T04:24:25.414Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32122026-07-22T04:24:25.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-07-22T04:24:25.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-07-22T04:24:25.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-07-22T04:24:25.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32162026-07-22T04:24:25.995Z
32172026-07-22T04:24:25.995Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32182026-07-22T04:24:26.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-07-22T04:24:26.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-07-22T04:24:26.728Z Compiling regress v0.11.1
32212026-07-22T04:24:26.868Z Compiling unsafe-libyaml v0.2.11
32222026-07-22T04:24:26.874Z Compiling radium v0.7.0
32232026-07-22T04:24:26.875Z Compiling semver v0.1.20
32242026-07-22T04:24:26.900Z Checking nom v8.0.0
32252026-07-22T04:24:26.900Z Checking tap v1.0.1
32262026-07-22T04:24:26.911Z Compiling maybe-uninit v2.0.0
32272026-07-22T04:24:26.995Z Checking wyz v0.5.1
32282026-07-22T04:24:27.493Z Compiling rustc_version v0.1.7
32292026-07-22T04:24:27.500Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-07-22T04:24:27.500Z Compiling zerocopy-derive v0.6.6
32312026-07-22T04:24:27.500Z Compiling packed_struct v0.10.1
32322026-07-22T04:24:27.500Z Compiling newtype_derive v0.1.6
32332026-07-22T04:24:27.588Z Compiling serde_yaml v0.9.34+deprecated
32342026-07-22T04:24:27.607Z Checking crc-catalog v2.4.0
32352026-07-22T04:24:27.619Z Checking funty v2.0.0
32362026-07-22T04:24:27.699Z Compiling cancel-safe-futures v0.1.5
32372026-07-22T04:24:27.943Z Checking bitvec v1.0.1
32382026-07-22T04:24:27.960Z Checking crc v3.4.0
32392026-07-22T04:24:28.116Z Checking zerocopy v0.6.6
32402026-07-22T04:24:28.289Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-07-22T04:24:28.355Z Checking typify-impl v0.6.2
32422026-07-22T04:24:28.710Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-07-22T04:24:28.811Z Compiling packed_struct_codegen v0.10.1
32442026-07-22T04:24:28.897Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32452026-07-22T04:24:29.041Z Compiling bitfield-macros v0.19.4
32462026-07-22T04:24:29.063Z Compiling indexmap v1.9.3
32472026-07-22T04:24:29.277Z Compiling owo-colors v4.3.0
32482026-07-22T04:24:29.305Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32492026-07-22T04:24:29.441Z Checking nodrop v0.1.14
32502026-07-22T04:24:29.466Z Checking array-init v0.0.4
32512026-07-22T04:24:29.551Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-07-22T04:24:29.683Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-07-22T04:24:29.858Z Checking bitfield v0.19.4
32542026-07-22T04:24:29.864Z Checking smallvec v0.6.14
32552026-07-22T04:24:31.616Z Checking oxide-update-engine-types v0.1.2
32562026-07-22T04:24:31.651Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32572026-07-22T04:24:31.652Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32582026-07-22T04:24:31.652Z Checking linear-map v1.2.0
32592026-07-22T04:24:31.652Z Checking hashbrown v0.12.3
32602026-07-22T04:24:31.652Z Checking unicode-linebreak v0.1.5
32612026-07-22T04:24:31.652Z Checking smawk v0.3.2
32622026-07-22T04:24:31.652Z Checking tagptr v0.2.0
32632026-07-22T04:24:31.652Z Checking base64 v0.21.7
32642026-07-22T04:24:31.652Z Checking textwrap v0.16.2
32652026-07-22T04:24:31.652Z Checking moka v0.12.13
32662026-07-22T04:24:31.652Z Checking ron v0.8.1
32672026-07-22T04:24:31.652Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-07-22T04:24:31.652Z Checking serde-hex v0.1.0
32692026-07-22T04:24:31.652Z Checking oxide-update-engine v0.1.2
32702026-07-22T04:24:31.652Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-07-22T04:24:31.652Z Checking steno v0.4.1
32722026-07-22T04:24:31.653Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-07-22T04:24:31.653Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32742026-07-22T04:24:31.653Z Checking hashbrown v0.13.2
32752026-07-22T04:24:31.754Z Checking crc-any v2.5.0
32762026-07-22T04:24:31.933Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32772026-07-22T04:24:32.007Z Checking object v0.30.4
32782026-07-22T04:24:32.053Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-07-22T04:24:32.312Z Checking hickory-resolver v0.25.2
32802026-07-22T04:24:32.324Z Checking sha1 v0.10.6
32812026-07-22T04:24:32.324Z Checking utf-8 v0.7.6
32822026-07-22T04:24:32.352Z Checking void v1.0.2
32832026-07-22T04:24:32.355Z Checking half v1.8.3
32842026-07-22T04:24:32.380Z Checking path-slash v0.1.5
32852026-07-22T04:24:32.460Z Checking lzss v0.8.2
32862026-07-22T04:24:32.485Z Checking tungstenite v0.23.0
32872026-07-22T04:24:32.566Z Checking serde_cbor v0.11.2
32882026-07-22T04:24:32.789Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32892026-07-22T04:24:32.885Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-07-22T04:24:32.906Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32912026-07-22T04:24:32.950Z Checking nix v0.27.1
32922026-07-22T04:24:32.964Z Checking kstat-rs v0.2.4
32932026-07-22T04:24:32.977Z Compiling typify-macro v0.6.2
32942026-07-22T04:24:32.992Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32952026-07-22T04:24:33.091Z Checking fxhash v0.2.1
32962026-07-22T04:24:33.139Z Checking serde_bytes v0.11.19
32972026-07-22T04:24:33.152Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32982026-07-22T04:24:33.211Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32992026-07-22T04:24:33.303Z Checking tokio-tungstenite v0.23.1
33002026-07-22T04:24:33.319Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33012026-07-22T04:24:33.471Z Checking signal-hook-tokio v0.3.1
33022026-07-22T04:24:34.058Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33032026-07-22T04:24:34.343Z Compiling typify v0.6.2
33042026-07-22T04:24:34.424Z Compiling progenitor-impl v0.14.0
33052026-07-22T04:24:34.969Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33062026-07-22T04:24:35.290Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33072026-07-22T04:24:35.892Z Compiling progenitor-macro v0.14.0
33082026-07-22T04:24:38.231Z Checking progenitor v0.14.0
33092026-07-22T04:24:38.330Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33102026-07-22T04:24:38.337Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-07-22T04:24:41.057Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-07-22T04:24:49.537Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-07-22T04:24:56.324Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-07-22T04:24:57.715Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-07-22T04:24:58.210Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-07-22T04:25:00.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.33s
33172026-07-22T04:25:00.517Z
33182026-07-22T04:25:00.517Zinfo: running `cargo check --bins` on gateway-api (134/300)
33192026-07-22T04:25:00.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-07-22T04:25:00.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-07-22T04:25:00.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-07-22T04:25:01.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33232026-07-22T04:25:01.081Z
33242026-07-22T04:25:01.081Zinfo: running `cargo check --bins` on ipcc (135/300)
33252026-07-22T04:25:01.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-07-22T04:25:01.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-07-22T04:25:01.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-07-22T04:25:01.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33292026-07-22T04:25:01.652Z
33302026-07-22T04:25:01.652Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33312026-07-22T04:25:02.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-07-22T04:25:02.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-07-22T04:25:02.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-07-22T04:25:03.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33352026-07-22T04:25:03.125Z
33362026-07-22T04:25:03.126Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33372026-07-22T04:25:03.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-07-22T04:25:03.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-07-22T04:25:03.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-07-22T04:25:03.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33412026-07-22T04:25:03.126Z
33422026-07-22T04:25:03.126Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33432026-07-22T04:25:03.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-07-22T04:25:03.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-07-22T04:25:03.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-07-22T04:25:03.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33472026-07-22T04:25:03.352Z
33482026-07-22T04:25:03.352Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33492026-07-22T04:25:03.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-07-22T04:25:03.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-07-22T04:25:03.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-07-22T04:25:03.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33532026-07-22T04:25:03.917Z
33542026-07-22T04:25:03.917Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33552026-07-22T04:25:04.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-07-22T04:25:04.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-07-22T04:25:04.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-07-22T04:25:04.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33592026-07-22T04:25:04.483Z
33602026-07-22T04:25:04.483Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33612026-07-22T04:25:04.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-07-22T04:25:04.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-07-22T04:25:04.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-07-22T04:25:04.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33652026-07-22T04:25:05.062Z
33662026-07-22T04:25:05.063Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33672026-07-22T04:25:05.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-07-22T04:25:05.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-07-22T04:25:05.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-07-22T04:25:05.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33712026-07-22T04:25:05.625Z
33722026-07-22T04:25:05.625Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33732026-07-22T04:25:06.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-07-22T04:25:06.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-07-22T04:25:06.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-07-22T04:25:06.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33772026-07-22T04:25:06.187Z
33782026-07-22T04:25:06.187Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33792026-07-22T04:25:06.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-07-22T04:25:06.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-07-22T04:25:06.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-07-22T04:25:06.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33832026-07-22T04:25:06.754Z
33842026-07-22T04:25:06.754Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33852026-07-22T04:25:07.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-07-22T04:25:07.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-07-22T04:25:07.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-07-22T04:25:07.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33892026-07-22T04:25:07.320Z
33902026-07-22T04:25:07.320Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
33912026-07-22T04:25:07.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-07-22T04:25:07.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-07-22T04:25:07.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-07-22T04:25:07.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33952026-07-22T04:25:07.885Z
33962026-07-22T04:25:07.885Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
33972026-07-22T04:25:08.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-07-22T04:25:08.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-07-22T04:25:08.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-07-22T04:25:08.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34012026-07-22T04:25:08.449Z
34022026-07-22T04:25:08.449Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34032026-07-22T04:25:08.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-07-22T04:25:08.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-07-22T04:25:08.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-07-22T04:25:08.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34072026-07-22T04:25:09.032Z
34082026-07-22T04:25:09.032Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34092026-07-22T04:25:09.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-07-22T04:25:09.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-07-22T04:25:09.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-07-22T04:25:09.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34132026-07-22T04:25:09.618Z
34142026-07-22T04:25:09.619Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34152026-07-22T04:25:10.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-07-22T04:25:10.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-07-22T04:25:10.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-07-22T04:25:10.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34192026-07-22T04:25:10.204Z
34202026-07-22T04:25:10.204Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34212026-07-22T04:25:10.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-07-22T04:25:10.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-07-22T04:25:10.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-07-22T04:25:10.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34252026-07-22T04:25:10.788Z
34262026-07-22T04:25:10.789Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34272026-07-22T04:25:11.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-07-22T04:25:11.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-07-22T04:25:11.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-07-22T04:25:11.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34312026-07-22T04:25:11.372Z
34322026-07-22T04:25:11.372Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34332026-07-22T04:25:11.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-07-22T04:25:11.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-07-22T04:25:11.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-07-22T04:25:11.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34372026-07-22T04:25:11.959Z
34382026-07-22T04:25:11.959Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34392026-07-22T04:25:12.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-07-22T04:25:12.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-07-22T04:25:12.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-07-22T04:25:12.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34432026-07-22T04:25:12.565Z
34442026-07-22T04:25:12.565Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34452026-07-22T04:25:13.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-07-22T04:25:13.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-07-22T04:25:13.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-07-22T04:25:13.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-07-22T04:25:13.127Z
34502026-07-22T04:25:13.127Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34512026-07-22T04:25:13.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-07-22T04:25:13.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-07-22T04:25:13.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-07-22T04:25:13.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34552026-07-22T04:25:13.694Z
34562026-07-22T04:25:13.694Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34572026-07-22T04:25:14.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-07-22T04:25:14.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-07-22T04:25:14.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-07-22T04:25:14.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34612026-07-22T04:25:14.283Z
34622026-07-22T04:25:14.283Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34632026-07-22T04:25:14.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-07-22T04:25:14.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-07-22T04:25:14.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-07-22T04:25:14.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34672026-07-22T04:25:14.822Z
34682026-07-22T04:25:14.822Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34692026-07-22T04:25:15.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-07-22T04:25:15.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-07-22T04:25:15.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-07-22T04:25:15.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34732026-07-22T04:25:15.374Z
34742026-07-22T04:25:15.374Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34752026-07-22T04:25:15.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-07-22T04:25:15.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-07-22T04:25:15.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-07-22T04:25:15.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34792026-07-22T04:25:15.928Z
34802026-07-22T04:25:15.928Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34812026-07-22T04:25:16.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-07-22T04:25:16.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-07-22T04:25:16.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-07-22T04:25:16.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34852026-07-22T04:25:16.481Z
34862026-07-22T04:25:16.481Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34872026-07-22T04:25:16.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-07-22T04:25:16.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-07-22T04:25:16.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-07-22T04:25:16.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34912026-07-22T04:25:17.036Z
34922026-07-22T04:25:17.036Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
34932026-07-22T04:25:17.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-07-22T04:25:17.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-07-22T04:25:17.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-07-22T04:25:17.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34972026-07-22T04:25:17.592Z
34982026-07-22T04:25:17.592Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
34992026-07-22T04:25:18.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-07-22T04:25:18.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-07-22T04:25:18.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-07-22T04:25:18.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35032026-07-22T04:25:18.144Z
35042026-07-22T04:25:18.144Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35052026-07-22T04:25:18.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-07-22T04:25:18.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-07-22T04:25:18.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-07-22T04:25:18.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35092026-07-22T04:25:18.700Z
35102026-07-22T04:25:18.700Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35112026-07-22T04:25:19.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-07-22T04:25:19.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-07-22T04:25:19.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-07-22T04:25:19.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35152026-07-22T04:25:19.270Z
35162026-07-22T04:25:19.270Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35172026-07-22T04:25:19.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-07-22T04:25:19.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-07-22T04:25:19.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-07-22T04:25:19.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35212026-07-22T04:25:19.847Z
35222026-07-22T04:25:19.847Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35232026-07-22T04:25:20.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-07-22T04:25:20.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-07-22T04:25:20.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-07-22T04:25:20.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35272026-07-22T04:25:20.413Z
35282026-07-22T04:25:20.413Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35292026-07-22T04:25:20.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-07-22T04:25:20.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-07-22T04:25:20.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-07-22T04:25:20.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35332026-07-22T04:25:20.985Z
35342026-07-22T04:25:20.985Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35352026-07-22T04:25:21.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-07-22T04:25:21.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-07-22T04:25:21.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-07-22T04:25:21.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35392026-07-22T04:25:21.561Z
35402026-07-22T04:25:21.561Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35412026-07-22T04:25:22.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-07-22T04:25:22.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-07-22T04:25:22.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-07-22T04:25:22.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35452026-07-22T04:25:22.137Z
35462026-07-22T04:25:22.137Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35472026-07-22T04:25:22.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-07-22T04:25:22.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-07-22T04:25:22.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-07-22T04:25:22.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35512026-07-22T04:25:22.710Z
35522026-07-22T04:25:22.710Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35532026-07-22T04:25:23.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-07-22T04:25:23.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-07-22T04:25:23.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-07-22T04:25:23.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-07-22T04:25:23.301Z
35582026-07-22T04:25:23.301Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35592026-07-22T04:25:23.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-07-22T04:25:23.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-07-22T04:25:23.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-07-22T04:25:23.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35632026-07-22T04:25:23.859Z
35642026-07-22T04:25:23.859Zinfo: running `cargo check --bins` on dns-server (175/300)
35652026-07-22T04:25:24.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-07-22T04:25:24.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-07-22T04:25:24.468Z Compiling parking_lot_core v0.8.6
35682026-07-22T04:25:24.471Z Compiling git-stub v1.0.0
35692026-07-22T04:25:24.581Z Checking prefix-trie v0.7.0
35702026-07-22T04:25:24.587Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35712026-07-22T04:25:24.699Z Compiling git-stub-vcs v0.1.0
35722026-07-22T04:25:24.860Z Checking hickory-server v0.25.2
35732026-07-22T04:25:24.978Z Checking parking_lot v0.11.2
35742026-07-22T04:25:24.982Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35752026-07-22T04:25:25.146Z Checking sled v0.34.7
35762026-07-22T04:25:27.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
35772026-07-22T04:25:27.209Z
35782026-07-22T04:25:27.209Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35792026-07-22T04:25:27.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-07-22T04:25:27.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-07-22T04:25:27.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-07-22T04:25:27.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35832026-07-22T04:25:27.760Z
35842026-07-22T04:25:27.760Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35852026-07-22T04:25:28.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-07-22T04:25:28.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-07-22T04:25:28.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-07-22T04:25:28.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35892026-07-22T04:25:28.333Z
35902026-07-22T04:25:28.334Zinfo: running `cargo check --bins` on sp-sim (178/300)
35912026-07-22T04:25:28.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-22T04:25:28.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-22T04:25:29.007Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35942026-07-22T04:25:30.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35952026-07-22T04:25:30.982Z
35962026-07-22T04:25:30.982Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
35972026-07-22T04:25:31.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-22T04:25:31.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-22T04:25:31.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-07-22T04:25:31.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36012026-07-22T04:25:31.608Z
36022026-07-22T04:25:31.608Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36032026-07-22T04:25:32.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-22T04:25:32.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-22T04:25:32.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-07-22T04:25:32.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36072026-07-22T04:25:32.200Z
36082026-07-22T04:25:32.200Zinfo: running `cargo check --bins` on db-macros (181/300)
36092026-07-22T04:25:32.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-22T04:25:32.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-22T04:25:32.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-22T04:25:32.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36132026-07-22T04:25:32.744Z
36142026-07-22T04:25:32.744Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36152026-07-22T04:25:33.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-22T04:25:33.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-22T04:25:33.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-22T04:25:33.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36192026-07-22T04:25:33.284Z
36202026-07-22T04:25:33.284Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36212026-07-22T04:25:33.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-22T04:25:33.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-22T04:25:33.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-22T04:25:33.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36252026-07-22T04:25:33.891Z
36262026-07-22T04:25:33.891Zinfo: running `cargo check --bins` on authz-macros (184/300)
36272026-07-22T04:25:34.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-22T04:25:34.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-22T04:25:34.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-22T04:25:34.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36312026-07-22T04:25:34.421Z
36322026-07-22T04:25:34.421Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36332026-07-22T04:25:34.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-22T04:25:34.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-22T04:25:34.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-22T04:25:34.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36372026-07-22T04:25:35.018Z
36382026-07-22T04:25:35.018Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36392026-07-22T04:25:35.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-22T04:25:35.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-22T04:25:35.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-22T04:25:35.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36432026-07-22T04:25:35.621Z
36442026-07-22T04:25:35.622Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36452026-07-22T04:25:36.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-22T04:25:36.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-22T04:25:36.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-22T04:25:36.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36492026-07-22T04:25:36.165Z
36502026-07-22T04:25:36.165Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36512026-07-22T04:25:36.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-22T04:25:36.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-22T04:25:36.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-22T04:25:36.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36552026-07-22T04:25:36.709Z
36562026-07-22T04:25:36.709Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36572026-07-22T04:25:37.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-22T04:25:37.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-22T04:25:37.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-22T04:25:37.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36612026-07-22T04:25:37.266Z
36622026-07-22T04:25:37.266Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36632026-07-22T04:25:37.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-22T04:25:37.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-22T04:25:37.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-22T04:25:37.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36672026-07-22T04:25:37.819Z
36682026-07-22T04:25:37.819Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36692026-07-22T04:25:38.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-22T04:25:38.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-22T04:25:38.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-22T04:25:38.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36732026-07-22T04:25:38.351Z
36742026-07-22T04:25:38.351Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36752026-07-22T04:25:38.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-22T04:25:38.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-22T04:25:38.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-22T04:25:38.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36792026-07-22T04:25:38.891Z
36802026-07-22T04:25:38.891Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36812026-07-22T04:25:39.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-22T04:25:39.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-22T04:25:39.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-22T04:25:39.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36852026-07-22T04:25:39.495Z
36862026-07-22T04:25:39.495Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36872026-07-22T04:25:40.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-22T04:25:40.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-22T04:25:40.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-22T04:25:40.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36912026-07-22T04:25:40.105Z
36922026-07-22T04:25:40.105Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
36932026-07-22T04:25:40.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-22T04:25:40.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-22T04:25:40.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-22T04:25:40.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36972026-07-22T04:25:40.702Z
36982026-07-22T04:25:40.702Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
36992026-07-22T04:25:41.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-22T04:25:41.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-22T04:25:41.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-22T04:25:41.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37032026-07-22T04:25:41.281Z
37042026-07-22T04:25:41.281Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37052026-07-22T04:25:41.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-22T04:25:41.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-22T04:25:41.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-22T04:25:41.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37092026-07-22T04:25:41.853Z
37102026-07-22T04:25:41.853Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37112026-07-22T04:25:42.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-22T04:25:42.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-22T04:25:42.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-22T04:25:42.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37152026-07-22T04:25:42.426Z
37162026-07-22T04:25:42.427Zinfo: running `cargo check --bins` on key-manager (199/300)
37172026-07-22T04:25:42.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-22T04:25:42.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-22T04:25:42.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-22T04:25:42.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37212026-07-22T04:25:42.980Z
37222026-07-22T04:25:42.981Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37232026-07-22T04:25:43.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-22T04:25:43.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-22T04:25:43.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-22T04:25:43.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37272026-07-22T04:25:43.555Z
37282026-07-22T04:25:43.555Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37292026-07-22T04:25:44.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-22T04:25:44.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-22T04:25:44.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-22T04:25:44.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37332026-07-22T04:25:44.130Z
37342026-07-22T04:25:44.130Zinfo: running `cargo check --bins` on typed-rng (202/300)
37352026-07-22T04:25:44.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-22T04:25:44.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-22T04:25:44.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-22T04:25:44.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37392026-07-22T04:25:44.666Z
37402026-07-22T04:25:44.666Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37412026-07-22T04:25:45.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-22T04:25:45.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-22T04:25:45.467Z Compiling libefi-sys v0.1.0
37442026-07-22T04:25:45.470Z Compiling bitfield-struct v0.6.2
37452026-07-22T04:25:45.609Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37462026-07-22T04:25:45.617Z Compiling xshell-macros v0.2.7
37472026-07-22T04:25:45.627Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37482026-07-22T04:25:45.639Z Compiling salty v0.3.0
37492026-07-22T04:25:45.653Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37502026-07-22T04:25:45.669Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-07-22T04:25:45.669Z Checking rfc6979 v0.4.0
37522026-07-22T04:25:45.786Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-07-22T04:25:45.802Z Checking ecdsa v0.16.9
37542026-07-22T04:25:45.937Z Checking primeorder v0.13.6
37552026-07-22T04:25:45.955Z Compiling proc-macro-error-attr2 v2.0.0
37562026-07-22T04:25:45.983Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37572026-07-22T04:25:45.998Z Checking xshell v0.2.7
37582026-07-22T04:25:46.130Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37592026-07-22T04:25:46.145Z Checking tungstenite v0.21.0
37602026-07-22T04:25:46.160Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-07-22T04:25:46.174Z Checking p384 v0.13.1
37622026-07-22T04:25:46.189Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37632026-07-22T04:25:46.225Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37642026-07-22T04:25:46.299Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37652026-07-22T04:25:46.352Z Compiling num-derive v0.3.3
37662026-07-22T04:25:46.367Z Compiling proc-macro-error2 v2.0.1
37672026-07-22T04:25:46.468Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-07-22T04:25:46.566Z Checking tokio-tungstenite v0.21.0
37692026-07-22T04:25:46.588Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37702026-07-22T04:25:46.652Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37712026-07-22T04:25:46.667Z Checking papergrid v0.17.0
37722026-07-22T04:25:46.680Z Compiling tabled_derive v0.11.0
37732026-07-22T04:25:46.704Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37742026-07-22T04:25:46.786Z Compiling progenitor-impl v0.13.0
37752026-07-22T04:25:46.844Z Checking testing_table v0.3.0
37762026-07-22T04:25:46.935Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-07-22T04:25:46.938Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37782026-07-22T04:25:46.965Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37792026-07-22T04:25:47.156Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-07-22T04:25:47.159Z Compiling illumos-nvpair-sys v0.2.0
37812026-07-22T04:25:47.267Z Checking libscf-sys v1.1.0
37822026-07-22T04:25:47.371Z Compiling unicase v2.9.0
37832026-07-22T04:25:47.375Z Checking corncobs v0.1.4
37842026-07-22T04:25:47.402Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37852026-07-22T04:25:47.515Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-07-22T04:25:47.556Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-07-22T04:25:47.571Z Compiling mime_guess v2.0.5
37882026-07-22T04:25:47.604Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37892026-07-22T04:25:47.623Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37902026-07-22T04:25:47.728Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37912026-07-22T04:25:47.848Z Checking tabled v0.20.0
37922026-07-22T04:25:47.883Z Checking progenitor-client v0.13.0
37932026-07-22T04:25:48.125Z Checking secrecy v0.8.0
37942026-07-22T04:25:48.139Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37952026-07-22T04:25:48.185Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-07-22T04:25:48.310Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37972026-07-22T04:25:48.394Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37982026-07-22T04:25:48.606Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37992026-07-22T04:25:48.662Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-07-22T04:25:48.682Z Checking filetime v0.2.27
38012026-07-22T04:25:48.775Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38022026-07-22T04:25:48.818Z Checking http-range v0.1.5
38032026-07-22T04:25:48.947Z Checking xattr v1.6.1
38042026-07-22T04:25:48.993Z Checking crc8 v0.1.1
38052026-07-22T04:25:49.080Z Checking tar v0.4.46
38062026-07-22T04:25:49.110Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-07-22T04:25:49.314Z Checking illumos-nvpair v0.3.0
38082026-07-22T04:25:49.424Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38092026-07-22T04:25:49.438Z Compiling progenitor-macro v0.13.0
38102026-07-22T04:25:49.467Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-07-22T04:25:49.470Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-07-22T04:25:49.498Z Checking atty v0.2.14
38132026-07-22T04:25:49.501Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-07-22T04:25:49.595Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38152026-07-22T04:25:49.823Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38162026-07-22T04:25:49.927Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38172026-07-22T04:25:50.102Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38182026-07-22T04:25:50.155Z Checking hyper-staticfile v0.10.1
38192026-07-22T04:25:50.176Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38202026-07-22T04:25:50.297Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38212026-07-22T04:25:50.323Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38222026-07-22T04:25:50.380Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38232026-07-22T04:25:50.453Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38242026-07-22T04:25:50.501Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38252026-07-22T04:25:50.558Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38262026-07-22T04:25:50.809Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38272026-07-22T04:25:50.826Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38282026-07-22T04:25:51.099Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38292026-07-22T04:25:51.117Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38302026-07-22T04:25:51.643Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38312026-07-22T04:25:52.478Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38322026-07-22T04:25:52.964Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38332026-07-22T04:25:53.341Z Checking progenitor v0.13.0
38342026-07-22T04:25:53.376Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38352026-07-22T04:25:53.473Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38362026-07-22T04:25:55.747Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38372026-07-22T04:25:58.900Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38382026-07-22T04:26:09.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.23s
38392026-07-22T04:26:10.115Z
38402026-07-22T04:26:10.115Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38412026-07-22T04:26:10.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-07-22T04:26:10.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-07-22T04:26:10.875Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38442026-07-22T04:26:21.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
38452026-07-22T04:26:21.915Z
38462026-07-22T04:26:21.915Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38472026-07-22T04:26:22.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-07-22T04:26:22.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-07-22T04:26:22.660Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38502026-07-22T04:26:33.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38512026-07-22T04:26:33.670Z
38522026-07-22T04:26:33.670Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38532026-07-22T04:26:34.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-07-22T04:26:34.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-07-22T04:26:34.423Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38562026-07-22T04:26:45.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
38572026-07-22T04:26:45.612Z
38582026-07-22T04:26:45.612Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38592026-07-22T04:26:46.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-07-22T04:26:46.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-07-22T04:26:46.361Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38622026-07-22T04:26:57.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38632026-07-22T04:26:57.338Z
38642026-07-22T04:26:57.338Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38652026-07-22T04:26:57.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-07-22T04:26:57.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-07-22T04:26:58.087Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-07-22T04:27:08.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38692026-07-22T04:27:09.103Z
38702026-07-22T04:27:09.103Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38712026-07-22T04:27:09.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-07-22T04:27:09.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-07-22T04:27:09.867Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-07-22T04:27:20.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
38752026-07-22T04:27:20.910Z
38762026-07-22T04:27:20.910Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38772026-07-22T04:27:21.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-07-22T04:27:21.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-07-22T04:27:21.674Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-07-22T04:27:32.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38812026-07-22T04:27:32.681Z
38822026-07-22T04:27:32.681Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38832026-07-22T04:27:33.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-07-22T04:27:33.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-07-22T04:27:33.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-07-22T04:27:33.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38872026-07-22T04:27:33.240Z
38882026-07-22T04:27:33.240Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
38892026-07-22T04:27:33.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-22T04:27:33.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-22T04:27:33.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-07-22T04:27:33.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38932026-07-22T04:27:33.801Z
38942026-07-22T04:27:33.801Zinfo: running `cargo check --bins` on range-requests (213/300)
38952026-07-22T04:27:34.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-07-22T04:27:34.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-07-22T04:27:34.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-07-22T04:27:34.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38992026-07-22T04:27:34.355Z
39002026-07-22T04:27:34.355Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
39012026-07-22T04:27:34.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-07-22T04:27:34.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-07-22T04:27:34.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-07-22T04:27:34.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39052026-07-22T04:27:34.903Z
39062026-07-22T04:27:34.903Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39072026-07-22T04:27:35.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-07-22T04:27:35.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-07-22T04:27:35.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-07-22T04:27:35.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39112026-07-22T04:27:35.475Z
39122026-07-22T04:27:35.475Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39132026-07-22T04:27:35.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-07-22T04:27:35.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-07-22T04:27:35.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-07-22T04:27:35.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39172026-07-22T04:27:36.048Z
39182026-07-22T04:27:36.048Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39192026-07-22T04:27:36.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-07-22T04:27:36.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-07-22T04:27:36.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-07-22T04:27:36.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39232026-07-22T04:27:36.619Z
39242026-07-22T04:27:36.619Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39252026-07-22T04:27:37.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-07-22T04:27:37.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-07-22T04:27:37.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-07-22T04:27:37.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39292026-07-22T04:27:37.199Z
39302026-07-22T04:27:37.199Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39312026-07-22T04:27:37.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-22T04:27:37.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-22T04:27:37.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-22T04:27:37.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39352026-07-22T04:27:37.779Z
39362026-07-22T04:27:37.779Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39372026-07-22T04:27:38.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-22T04:27:38.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-22T04:27:38.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-22T04:27:38.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39412026-07-22T04:27:38.353Z
39422026-07-22T04:27:38.353Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39432026-07-22T04:27:38.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-22T04:27:38.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-22T04:27:38.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-22T04:27:38.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39472026-07-22T04:27:38.926Z
39482026-07-22T04:27:38.926Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39492026-07-22T04:27:39.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-22T04:27:39.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-22T04:27:39.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-22T04:27:39.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39532026-07-22T04:27:39.652Z
39542026-07-22T04:27:39.652Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39552026-07-22T04:27:39.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-22T04:27:39.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-22T04:27:39.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-22T04:27:39.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39592026-07-22T04:27:40.084Z
39602026-07-22T04:27:40.084Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39612026-07-22T04:27:40.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-22T04:27:40.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-22T04:27:40.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-22T04:27:40.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39652026-07-22T04:27:40.665Z
39662026-07-22T04:27:40.665Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39672026-07-22T04:27:41.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-22T04:27:41.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-22T04:27:41.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-22T04:27:41.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39712026-07-22T04:27:41.267Z
39722026-07-22T04:27:41.267Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39732026-07-22T04:27:41.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-22T04:27:41.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-22T04:27:41.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-22T04:27:41.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39772026-07-22T04:27:41.853Z
39782026-07-22T04:27:41.854Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39792026-07-22T04:27:42.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-22T04:27:42.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-22T04:27:42.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-22T04:27:42.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39832026-07-22T04:27:42.449Z
39842026-07-22T04:27:42.449Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
39852026-07-22T04:27:42.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-22T04:27:42.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-22T04:27:42.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-22T04:27:42.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39892026-07-22T04:27:43.058Z
39902026-07-22T04:27:43.058Zinfo: running `cargo check --bins` on update-common (229/300)
39912026-07-22T04:27:43.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-22T04:27:43.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-22T04:27:43.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-22T04:27:43.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39952026-07-22T04:27:43.619Z
39962026-07-22T04:27:43.619Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
39972026-07-22T04:27:44.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-22T04:27:44.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-22T04:27:44.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-22T04:27:44.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40012026-07-22T04:27:44.226Z
40022026-07-22T04:27:44.226Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40032026-07-22T04:27:44.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-22T04:27:44.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-22T04:27:44.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-22T04:27:44.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40072026-07-22T04:27:44.771Z
40082026-07-22T04:27:44.771Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40092026-07-22T04:27:45.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-22T04:27:45.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-22T04:27:45.520Z Compiling fs-err v2.11.0
40122026-07-22T04:27:45.523Z Checking ignore v0.4.25
40132026-07-22T04:27:45.523Z Checking arc-swap v1.8.2
40142026-07-22T04:27:45.654Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40152026-07-22T04:27:45.654Z Checking predicates-tree v1.0.13
40162026-07-22T04:27:45.660Z Checking parse-size v1.1.0
40172026-07-22T04:27:45.682Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40182026-07-22T04:27:45.685Z Checking rand_seeder v0.4.0
40192026-07-22T04:27:45.746Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40202026-07-22T04:27:45.779Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40212026-07-22T04:27:45.836Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40222026-07-22T04:27:45.849Z Checking slog-scope v4.4.1
40232026-07-22T04:27:45.893Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40242026-07-22T04:27:45.973Z Compiling petname v2.0.2
40252026-07-22T04:27:45.988Z Checking slog-stdlog v4.1.1
40262026-07-22T04:27:46.003Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40272026-07-22T04:27:46.018Z Checking globwalk v0.9.1
40282026-07-22T04:27:46.081Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40292026-07-22T04:27:46.102Z Checking slog-envlogger v2.2.0
40302026-07-22T04:27:46.192Z Checking camino-tempfile-ext v0.3.3
40312026-07-22T04:27:46.252Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40322026-07-22T04:27:46.268Z Checking sapling-renderdag v0.1.0
40332026-07-22T04:27:46.388Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40342026-07-22T04:27:46.457Z Checking subprocess v0.2.15
40352026-07-22T04:27:46.500Z Checking sync-ptr v0.1.4
40362026-07-22T04:27:46.600Z Checking colored v2.2.0
40372026-07-22T04:27:46.628Z Checking assert_matches v1.5.0
40382026-07-22T04:27:46.732Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40392026-07-22T04:27:46.887Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40402026-07-22T04:27:46.887Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40412026-07-22T04:27:47.540Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40422026-07-22T04:27:48.854Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40432026-07-22T04:27:51.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
40442026-07-22T04:27:51.226Z
40452026-07-22T04:27:51.226Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40462026-07-22T04:27:51.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-07-22T04:27:51.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-07-22T04:27:51.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-07-22T04:27:51.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40502026-07-22T04:27:51.768Z
40512026-07-22T04:27:51.769Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40522026-07-22T04:27:52.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-07-22T04:27:52.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-07-22T04:27:52.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-07-22T04:27:52.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40562026-07-22T04:27:52.332Z
40572026-07-22T04:27:52.332Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40582026-07-22T04:27:52.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-07-22T04:27:52.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-07-22T04:27:52.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-07-22T04:27:52.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40622026-07-22T04:27:52.944Z
40632026-07-22T04:27:52.944Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40642026-07-22T04:27:53.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-07-22T04:27:53.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-07-22T04:27:53.638Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40672026-07-22T04:27:53.638Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40682026-07-22T04:27:54.271Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40692026-07-22T04:27:55.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
40702026-07-22T04:27:56.087Z
40712026-07-22T04:27:56.087Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40722026-07-22T04:27:56.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-22T04:27:56.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-22T04:27:56.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-07-22T04:27:56.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40762026-07-22T04:27:56.648Z
40772026-07-22T04:27:56.648Zinfo: running `cargo check --bins` on cert-dev (238/300)
40782026-07-22T04:27:57.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-07-22T04:27:57.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-07-22T04:27:57.228Z Checking yasna v0.5.2
40812026-07-22T04:27:57.631Z Checking rcgen v0.12.1
40822026-07-22T04:27:57.885Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40832026-07-22T04:27:58.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
40842026-07-22T04:27:58.273Z
40852026-07-22T04:27:58.273Zinfo: running `cargo check --bins` on clickana (239/300)
40862026-07-22T04:27:58.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-22T04:27:58.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-22T04:27:58.851Z Compiling instability v0.3.11
40892026-07-22T04:27:58.855Z Checking castaway v0.2.4
40902026-07-22T04:27:58.855Z Compiling indoc v2.0.7
40912026-07-22T04:27:58.855Z Checking unicode-truncate v1.1.0
40922026-07-22T04:27:58.965Z Checking lru v0.12.5
40932026-07-22T04:27:58.969Z Checking cassowary v0.3.0
40942026-07-22T04:27:59.053Z Checking compact_str v0.8.1
40952026-07-22T04:27:59.839Z Checking ratatui v0.29.0
40962026-07-22T04:28:00.902Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40972026-07-22T04:28:01.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
40982026-07-22T04:28:01.719Z
40992026-07-22T04:28:01.719Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
41002026-07-22T04:28:02.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-07-22T04:28:02.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-07-22T04:28:02.412Z Checking headers-core v0.3.0
41032026-07-22T04:28:02.415Z Checking port-file v0.1.0
41042026-07-22T04:28:02.415Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41052026-07-22T04:28:02.611Z Checking headers v0.4.1
41062026-07-22T04:28:02.978Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41072026-07-22T04:28:03.904Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41082026-07-22T04:28:04.375Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41092026-07-22T04:28:04.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41102026-07-22T04:28:04.965Z
41112026-07-22T04:28:04.965Zinfo: running `cargo check --bins` on ch-dev (241/300)
41122026-07-22T04:28:05.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-07-22T04:28:05.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-07-22T04:28:05.650Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41152026-07-22T04:28:06.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41162026-07-22T04:28:06.578Z
41172026-07-22T04:28:06.579Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41182026-07-22T04:28:06.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-07-22T04:28:06.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-07-22T04:28:06.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-07-22T04:28:06.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41222026-07-22T04:28:07.001Z
41232026-07-22T04:28:07.001Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41242026-07-22T04:28:07.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-07-22T04:28:07.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-07-22T04:28:07.592Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41272026-07-22T04:28:07.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41282026-07-22T04:28:08.105Z
41292026-07-22T04:28:08.105Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41302026-07-22T04:28:08.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-07-22T04:28:08.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-07-22T04:28:08.799Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-07-22T04:28:09.865Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41342026-07-22T04:28:10.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
41352026-07-22T04:28:10.382Z
41362026-07-22T04:28:10.382Zinfo: running `cargo check --bins` on db-dev (245/300)
41372026-07-22T04:28:10.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-07-22T04:28:10.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-07-22T04:28:11.069Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41402026-07-22T04:28:11.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41412026-07-22T04:28:12.011Z
41422026-07-22T04:28:12.011Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41432026-07-22T04:28:12.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-07-22T04:28:12.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-07-22T04:28:12.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-07-22T04:28:12.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41472026-07-22T04:28:12.613Z
41482026-07-22T04:28:12.613Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41492026-07-22T04:28:13.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-07-22T04:28:13.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-07-22T04:28:13.200Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41522026-07-22T04:28:13.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41532026-07-22T04:28:14.051Z
41542026-07-22T04:28:14.051Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41552026-07-22T04:28:14.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-07-22T04:28:14.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-07-22T04:28:14.781Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-07-22T04:28:14.781Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-07-22T04:28:14.784Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41602026-07-22T04:28:14.915Z Checking git-stub v1.0.0
41612026-07-22T04:28:14.915Z Compiling trait-variant v0.1.2
41622026-07-22T04:28:14.918Z Checking maplit v1.0.2
41632026-07-22T04:28:14.922Z Checking is_ci v1.2.0
41642026-07-22T04:28:14.943Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41652026-07-22T04:28:15.019Z Checking supports-color v3.0.2
41662026-07-22T04:28:15.019Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41672026-07-22T04:28:15.064Z Checking git-stub-vcs v0.1.0
41682026-07-22T04:28:15.127Z Checking drift v0.2.0
41692026-07-22T04:28:15.141Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41702026-07-22T04:28:15.230Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41712026-07-22T04:28:15.256Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41722026-07-22T04:28:15.424Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41732026-07-22T04:28:15.443Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41742026-07-22T04:28:15.458Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41752026-07-22T04:28:15.470Z Checking dropshot-api-manager v0.7.2
41762026-07-22T04:28:15.489Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41772026-07-22T04:28:15.640Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-07-22T04:28:16.181Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41792026-07-22T04:28:17.115Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41802026-07-22T04:28:18.131Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41812026-07-22T04:28:18.851Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41822026-07-22T04:28:19.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
41832026-07-22T04:28:19.464Z
41842026-07-22T04:28:19.464Zinfo: running `cargo check --bins` on installinator-api (249/300)
41852026-07-22T04:28:20.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-07-22T04:28:20.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-07-22T04:28:20.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-07-22T04:28:20.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41892026-07-22T04:28:20.118Z
41902026-07-22T04:28:20.118Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
41912026-07-22T04:28:20.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-07-22T04:28:20.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-07-22T04:28:20.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-07-22T04:28:20.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41952026-07-22T04:28:20.619Z
41962026-07-22T04:28:20.619Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
41972026-07-22T04:28:21.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-07-22T04:28:21.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-07-22T04:28:21.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-07-22T04:28:21.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42012026-07-22T04:28:21.219Z
42022026-07-22T04:28:21.219Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42032026-07-22T04:28:21.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-07-22T04:28:21.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-07-22T04:28:21.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-07-22T04:28:21.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42072026-07-22T04:28:21.827Z
42082026-07-22T04:28:21.827Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42092026-07-22T04:28:22.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-07-22T04:28:22.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-07-22T04:28:22.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-07-22T04:28:22.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42132026-07-22T04:28:22.376Z
42142026-07-22T04:28:22.376Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42152026-07-22T04:28:22.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-07-22T04:28:22.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-07-22T04:28:22.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-07-22T04:28:22.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42192026-07-22T04:28:22.938Z
42202026-07-22T04:28:22.938Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42212026-07-22T04:28:23.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-07-22T04:28:23.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-07-22T04:28:23.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-07-22T04:28:23.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42252026-07-22T04:28:23.519Z
42262026-07-22T04:28:23.519Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42272026-07-22T04:28:24.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-07-22T04:28:24.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-07-22T04:28:24.104Z Compiling blake3 v1.8.5
42302026-07-22T04:28:24.212Z Checking arrayref v0.3.9
42312026-07-22T04:28:24.212Z Checking constant_time_eq v0.4.2
42322026-07-22T04:28:24.222Z Checking arrayvec v0.7.6
42332026-07-22T04:28:24.235Z Checking cargo-platform v0.3.2
42342026-07-22T04:28:24.235Z Checking topological-sort v0.2.2
42352026-07-22T04:28:24.238Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42362026-07-22T04:28:24.387Z Checking cargo_metadata v0.23.1
42372026-07-22T04:28:25.104Z Checking omicron-zone-package v0.12.3
42382026-07-22T04:28:25.820Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42392026-07-22T04:28:26.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
42402026-07-22T04:28:26.821Z
42412026-07-22T04:28:26.821Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42422026-07-22T04:28:27.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-07-22T04:28:27.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-07-22T04:28:27.533Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-07-22T04:28:28.134Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42462026-07-22T04:28:28.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
42472026-07-22T04:28:28.807Z
42482026-07-22T04:28:28.807Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42492026-07-22T04:28:29.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-22T04:28:29.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-22T04:28:29.756Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42522026-07-22T04:28:29.756Z Compiling vergen-lib v0.1.6
42532026-07-22T04:28:29.759Z Compiling diesel_derives v2.3.7
42542026-07-22T04:28:29.759Z Compiling dsl_auto_type v0.2.0
42552026-07-22T04:28:29.760Z Checking scheduled-thread-pool v0.2.7
42562026-07-22T04:28:29.760Z Compiling vergen-gitcl v1.0.8
42572026-07-22T04:28:29.760Z Compiling diesel_table_macro_syntax v0.3.0
42582026-07-22T04:28:29.760Z Compiling dirs-sys-next v0.1.2
42592026-07-22T04:28:30.084Z Compiling glob v0.3.3
42602026-07-22T04:28:30.101Z Compiling crunchy v0.2.4
42612026-07-22T04:28:30.139Z Checking r2d2 v0.8.10
42622026-07-22T04:28:30.211Z Compiling dirs-next v2.0.0
42632026-07-22T04:28:30.214Z Checking downcast-rs v2.0.2
42642026-07-22T04:28:30.320Z Compiling tiny-keccak v2.0.2
42652026-07-22T04:28:30.338Z Compiling term v0.7.0
42662026-07-22T04:28:30.341Z Compiling bit-vec v0.6.3
42672026-07-22T04:28:30.462Z Compiling clang-sys v1.8.1
42682026-07-22T04:28:30.575Z Compiling bit-set v0.5.3
42692026-07-22T04:28:30.599Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42702026-07-22T04:28:30.730Z Compiling ascii-canvas v3.0.0
42712026-07-22T04:28:30.806Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722026-07-22T04:28:30.851Z Compiling itertools v0.10.5
42732026-07-22T04:28:30.961Z Compiling ena v0.14.4
42742026-07-22T04:28:30.978Z Compiling libloading v0.8.9
42752026-07-22T04:28:30.981Z Compiling regex-syntax v0.6.29
42762026-07-22T04:28:30.982Z Compiling bindgen v0.71.1
42772026-07-22T04:28:31.087Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42782026-07-22T04:28:31.172Z Compiling diff v0.1.13
42792026-07-22T04:28:31.484Z Compiling cexpr v0.6.0
42802026-07-22T04:28:31.501Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42812026-07-22T04:28:31.712Z Compiling rustc-hash v2.1.1
42822026-07-22T04:28:31.879Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42832026-07-22T04:28:31.916Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-07-22T04:28:31.941Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-07-22T04:28:32.167Z Compiling libxml v0.3.3
42862026-07-22T04:28:32.196Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-07-22T04:28:32.229Z Compiling strum_macros v0.24.3
42882026-07-22T04:28:32.400Z Compiling lalrpop v0.19.12
42892026-07-22T04:28:32.448Z Compiling indoc v1.0.9
42902026-07-22T04:28:33.208Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-07-22T04:28:33.415Z Checking derive_builder v0.20.2
42922026-07-22T04:28:33.538Z Compiling oso-derive v0.27.3
42932026-07-22T04:28:33.622Z Checking quick-xml v0.37.5
42942026-07-22T04:28:33.699Z Compiling impl-trait-for-tuples v0.2.3
42952026-07-22T04:28:34.054Z Checking openssl-probe v0.1.6
42962026-07-22T04:28:34.199Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-07-22T04:28:34.506Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-07-22T04:28:34.764Z Checking bb8 v0.8.6
42992026-07-22T04:28:34.899Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-07-22T04:28:34.990Z Checking nonempty v0.12.0
43012026-07-22T04:28:35.051Z Compiling libz-sys v1.1.24
43022026-07-22T04:28:35.130Z Compiling strsim v0.10.0
43032026-07-22T04:28:35.157Z Compiling libgit2-sys v0.18.3+1.9.2
43042026-07-22T04:28:35.314Z Compiling darling_core v0.13.4
43052026-07-22T04:28:35.470Z Compiling vergen-git2 v9.1.0
43062026-07-22T04:28:35.640Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43072026-07-22T04:28:35.710Z Compiling base64 v0.21.7
43082026-07-22T04:28:35.864Z Checking diesel v2.3.7
43092026-07-22T04:28:35.886Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43102026-07-22T04:28:36.039Z Compiling ron v0.8.1
43112026-07-22T04:28:36.883Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43122026-07-22T04:28:37.001Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43132026-07-22T04:28:37.114Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43142026-07-22T04:28:37.219Z Compiling darling_macro v0.13.4
43152026-07-22T04:28:37.320Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43162026-07-22T04:28:37.525Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43172026-07-22T04:28:37.715Z Compiling darling v0.13.4
43182026-07-22T04:28:37.735Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43192026-07-22T04:28:37.810Z Compiling serde_with_macros v1.5.2
43202026-07-22T04:28:37.937Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43212026-07-22T04:28:38.143Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43222026-07-22T04:28:38.314Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43232026-07-22T04:28:38.345Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43242026-07-22T04:28:38.661Z Compiling serde_with v1.14.0
43252026-07-22T04:28:39.848Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43262026-07-22T04:28:40.049Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-07-22T04:28:40.152Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43282026-07-22T04:28:40.811Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43292026-07-22T04:28:41.027Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-07-22T04:28:41.316Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43312026-07-22T04:28:41.519Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43322026-07-22T04:28:41.680Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43332026-07-22T04:28:42.000Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43342026-07-22T04:28:42.407Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43352026-07-22T04:28:42.425Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43362026-07-22T04:28:42.784Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43372026-07-22T04:28:42.806Z Checking twox-hash v2.1.2
43382026-07-22T04:28:42.990Z Checking libsw-core v0.3.2
43392026-07-22T04:28:43.011Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43402026-07-22T04:28:43.134Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43412026-07-22T04:28:43.151Z Checking libsw v3.5.0
43422026-07-22T04:28:43.307Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43432026-07-22T04:28:43.540Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43442026-07-22T04:28:43.701Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43452026-07-22T04:28:45.018Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43462026-07-22T04:28:45.036Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43472026-07-22T04:28:45.210Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43482026-07-22T04:28:45.714Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43492026-07-22T04:28:45.886Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43502026-07-22T04:28:46.096Z Checking console v0.16.2
43512026-07-22T04:28:46.436Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43522026-07-22T04:28:46.572Z Checking fatfs v0.3.6
43532026-07-22T04:28:46.695Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43542026-07-22T04:28:47.035Z Checking unit-prefix v0.5.2
43552026-07-22T04:28:47.183Z Compiling seq-macro v0.3.6
43562026-07-22T04:28:47.701Z Checking indicatif v0.18.4
43572026-07-22T04:28:48.093Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43582026-07-22T04:28:48.110Z Checking oxide-update-engine-display v0.1.2
43592026-07-22T04:28:48.246Z Checking support-bundle-viewer v0.1.2
43602026-07-22T04:28:48.430Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43612026-07-22T04:28:48.489Z Checking multimap v0.10.1
43622026-07-22T04:28:54.510Z Checking diesel-dtrace v0.5.0
43632026-07-22T04:28:54.776Z Checking async-bb8-diesel v0.2.1
43642026-07-22T04:28:56.893Z Compiling samael v0.0.19
43652026-07-22T04:28:59.463Z Compiling git2 v0.20.4
43662026-07-22T04:29:02.878Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43672026-07-22T04:29:04.210Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43682026-07-22T04:29:05.890Z Compiling polar-core v0.27.3
43692026-07-22T04:29:10.560Z Checking oso v0.27.3
43702026-07-22T04:29:39.380Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43712026-07-22T04:30:53.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
43722026-07-22T04:30:54.143Z
43732026-07-22T04:30:54.143Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43742026-07-22T04:30:54.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-07-22T04:30:54.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-07-22T04:30:54.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43772026-07-22T04:30:54.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43782026-07-22T04:30:54.803Z
43792026-07-22T04:30:54.803Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43802026-07-22T04:30:55.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-07-22T04:30:55.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-07-22T04:30:55.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-07-22T04:30:55.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43842026-07-22T04:30:55.413Z
43852026-07-22T04:30:55.413Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43862026-07-22T04:30:55.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-07-22T04:30:55.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-07-22T04:30:55.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-07-22T04:30:55.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43902026-07-22T04:30:56.019Z
43912026-07-22T04:30:56.019Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
43922026-07-22T04:30:56.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-07-22T04:30:56.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-07-22T04:30:56.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-07-22T04:30:56.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
43962026-07-22T04:30:56.557Z
43972026-07-22T04:30:56.557Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
43982026-07-22T04:30:57.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-07-22T04:30:57.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-07-22T04:30:57.366Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44012026-07-22T04:30:58.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
44022026-07-22T04:30:58.311Z
44032026-07-22T04:30:58.311Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44042026-07-22T04:30:58.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-07-22T04:30:58.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-07-22T04:30:59.110Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44072026-07-22T04:31:37.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.74s
44082026-07-22T04:31:37.275Z
44092026-07-22T04:31:37.275Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44102026-07-22T04:31:37.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-22T04:31:37.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-22T04:31:37.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-07-22T04:31:37.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44142026-07-22T04:31:37.818Z
44152026-07-22T04:31:37.818Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44162026-07-22T04:31:38.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-22T04:31:38.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-22T04:31:38.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-07-22T04:31:38.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44202026-07-22T04:31:38.364Z
44212026-07-22T04:31:38.364Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44222026-07-22T04:31:38.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-22T04:31:38.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-22T04:31:38.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-07-22T04:31:38.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44262026-07-22T04:31:38.968Z
44272026-07-22T04:31:38.968Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44282026-07-22T04:31:39.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-07-22T04:31:39.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-07-22T04:31:39.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-07-22T04:31:39.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44322026-07-22T04:31:39.592Z
44332026-07-22T04:31:39.593Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44342026-07-22T04:31:40.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-07-22T04:31:40.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-07-22T04:31:40.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-07-22T04:31:40.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44382026-07-22T04:31:40.210Z
44392026-07-22T04:31:40.210Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44402026-07-22T04:31:40.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-07-22T04:31:40.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-07-22T04:31:40.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-07-22T04:31:40.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44442026-07-22T04:31:40.812Z
44452026-07-22T04:31:40.812Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44462026-07-22T04:31:41.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-07-22T04:31:41.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-07-22T04:31:41.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-07-22T04:31:41.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44502026-07-22T04:31:41.426Z
44512026-07-22T04:31:41.426Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44522026-07-22T04:31:41.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-07-22T04:31:41.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-07-22T04:31:41.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-07-22T04:31:41.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44562026-07-22T04:31:42.039Z
44572026-07-22T04:31:42.039Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44582026-07-22T04:31:42.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-07-22T04:31:42.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-07-22T04:31:42.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-07-22T04:31:42.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44622026-07-22T04:31:42.639Z
44632026-07-22T04:31:42.639Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44642026-07-22T04:31:43.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-07-22T04:31:43.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-07-22T04:31:43.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-07-22T04:31:43.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44682026-07-22T04:31:43.261Z
44692026-07-22T04:31:43.261Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44702026-07-22T04:31:43.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-22T04:31:43.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-22T04:31:43.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-22T04:31:43.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44742026-07-22T04:31:43.879Z
44752026-07-22T04:31:43.880Zinfo: running `cargo check --bins` on omicron-dev (276/300)
44762026-07-22T04:31:44.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-22T04:31:44.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-22T04:31:44.749Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44792026-07-22T04:31:44.749Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44802026-07-22T04:31:44.938Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44812026-07-22T04:31:44.969Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44822026-07-22T04:31:44.972Z Checking diff v0.1.13
44832026-07-22T04:31:44.972Z Checking yansi v1.0.1
44842026-07-22T04:31:45.011Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44852026-07-22T04:31:45.025Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44862026-07-22T04:31:45.240Z Checking pretty_assertions v1.4.1
44872026-07-22T04:31:45.983Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44882026-07-22T04:31:46.018Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44892026-07-22T04:32:11.151Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44902026-07-22T04:32:11.155Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44912026-07-22T04:32:11.155Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44922026-07-22T04:32:11.155Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44932026-07-22T04:32:11.155Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44942026-07-22T04:32:11.155Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44952026-07-22T04:32:11.155Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44962026-07-22T04:32:11.965Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44972026-07-22T04:32:11.970Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44982026-07-22T04:32:13.184Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44992026-07-22T04:32:51.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45002026-07-22T04:32:51.264Z
45012026-07-22T04:32:51.264Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45022026-07-22T04:32:51.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-07-22T04:32:51.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-07-22T04:32:51.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-07-22T04:32:51.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45062026-07-22T04:32:51.805Z
45072026-07-22T04:32:51.805Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45082026-07-22T04:32:52.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-07-22T04:32:52.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-07-22T04:32:52.550Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45112026-07-22T04:32:52.669Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45122026-07-22T04:32:52.676Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45132026-07-22T04:33:19.866Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45142026-07-22T04:33:20.243Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45152026-07-22T04:33:21.974Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45162026-07-22T04:33:22.413Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45172026-07-22T04:33:25.555Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45182026-07-22T04:33:49.744Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45192026-07-22T04:33:50.442Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45202026-07-22T04:33:52.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
45212026-07-22T04:33:52.260Z
45222026-07-22T04:33:52.260Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45232026-07-22T04:33:52.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-07-22T04:33:52.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-07-22T04:33:52.948Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45262026-07-22T04:33:53.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45272026-07-22T04:33:53.815Z
45282026-07-22T04:33:53.815Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45292026-07-22T04:33:54.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-22T04:33:54.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-22T04:33:54.433Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45322026-07-22T04:33:54.539Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45332026-07-22T04:33:54.542Z Checking digest-io v0.1.0
45342026-07-22T04:33:54.543Z Checking sha2 v0.11.0
45352026-07-22T04:33:54.559Z Checking rawzip v0.4.4
45362026-07-22T04:33:54.567Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45372026-07-22T04:33:54.572Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45382026-07-22T04:33:54.572Z Checking shell-words v1.1.1
45392026-07-22T04:33:54.998Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45402026-07-22T04:33:55.210Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45412026-07-22T04:33:56.222Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45422026-07-22T04:33:57.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
45432026-07-22T04:33:57.432Z
45442026-07-22T04:33:57.432Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45452026-07-22T04:33:57.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-07-22T04:33:57.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-07-22T04:33:58.038Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-07-22T04:33:58.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
45492026-07-22T04:33:58.705Z
45502026-07-22T04:33:58.705Zinfo: running `cargo check --bins` on schema (282/300)
45512026-07-22T04:33:59.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-07-22T04:33:59.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-07-22T04:33:59.398Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-07-22T04:34:00.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45552026-07-22T04:34:00.276Z
45562026-07-22T04:34:00.276Zinfo: running `cargo check --bins` on xtask (283/300)
45572026-07-22T04:34:00.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-07-22T04:34:00.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-07-22T04:34:00.680Z Checking serde_core v1.0.228
45602026-07-22T04:34:00.680Z Checking libc v0.2.185
45612026-07-22T04:34:00.684Z Checking bitflags v2.11.0
45622026-07-22T04:34:00.767Z Checking scroll v0.12.0
45632026-07-22T04:34:00.778Z Checking thiserror v1.0.69
45642026-07-22T04:34:00.783Z Checking log v0.4.29
45652026-07-22T04:34:00.790Z Checking zerocopy v0.7.35
45662026-07-22T04:34:00.790Z Checking indexmap v2.14.0
45672026-07-22T04:34:00.858Z Checking syn v2.0.117
45682026-07-22T04:34:00.902Z Checking dtrace-parser v0.2.0
45692026-07-22T04:34:00.915Z Checking once_cell v1.21.3
45702026-07-22T04:34:00.979Z Checking goblin v0.8.2
45712026-07-22T04:34:01.056Z Checking errno v0.3.14
45722026-07-22T04:34:01.086Z Checking thread-id v4.2.2
45732026-07-22T04:34:01.139Z Checking getrandom v0.4.1
45742026-07-22T04:34:01.165Z Checking rustix v1.1.3
45752026-07-22T04:34:01.176Z Checking memmap v0.7.0
45762026-07-22T04:34:01.259Z Checking thiserror v2.0.18
45772026-07-22T04:34:01.272Z Checking fs-err v3.3.0
45782026-07-22T04:34:01.298Z Checking anyhow v1.0.102
45792026-07-22T04:34:01.329Z Checking tabled v0.15.0
45802026-07-22T04:34:01.969Z Checking terminal_size v0.4.3
45812026-07-22T04:34:01.970Z Checking tempfile v3.25.0
45822026-07-22T04:34:02.059Z Checking clap_builder v4.6.0
45832026-07-22T04:34:02.059Z Checking textwrap v0.16.2
45842026-07-22T04:34:02.218Z Checking serde v1.0.228
45852026-07-22T04:34:02.219Z Checking serde_json v1.0.150
45862026-07-22T04:34:02.237Z Checking camino v1.2.2
45872026-07-22T04:34:02.260Z Checking cargo-platform v0.3.2
45882026-07-22T04:34:02.428Z Checking semver v1.0.28
45892026-07-22T04:34:02.473Z Checking camino-tempfile v1.4.1
45902026-07-22T04:34:03.737Z Checking serde_spanned v0.6.9
45912026-07-22T04:34:03.737Z Checking toml_datetime v0.6.11
45922026-07-22T04:34:03.757Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45932026-07-22T04:34:03.758Z Checking macaddr v1.0.1
45942026-07-22T04:34:03.758Z Checking cargo_metadata v0.23.1
45952026-07-22T04:34:03.758Z Checking toml_edit v0.22.27
45962026-07-22T04:34:03.758Z Checking dof v0.3.0
45972026-07-22T04:34:03.787Z Checking usdt-impl v0.5.0
45982026-07-22T04:34:03.787Z Checking clap v4.6.1
45992026-07-22T04:34:03.787Z Checking usdt v0.5.0
46002026-07-22T04:34:03.837Z Checking toml v0.8.23
46012026-07-22T04:34:04.088Z Checking cargo_toml v0.21.0
46022026-07-22T04:34:04.740Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46032026-07-22T04:34:05.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
46042026-07-22T04:34:05.233Z
46052026-07-22T04:34:05.233Zinfo: running `cargo check --bins` on dnsadm (284/300)
46062026-07-22T04:34:05.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-07-22T04:34:05.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-07-22T04:34:05.836Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46092026-07-22T04:34:06.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
46102026-07-22T04:34:06.493Z
46112026-07-22T04:34:06.493Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46122026-07-22T04:34:07.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-07-22T04:34:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-07-22T04:34:07.278Z Checking cpubits v0.1.1
46152026-07-22T04:34:07.296Z Checking pem-rfc7468 v1.0.0
46162026-07-22T04:34:07.416Z Checking hmac v0.13.0
46172026-07-22T04:34:07.416Z Checking universal-hash v0.6.1
46182026-07-22T04:34:07.447Z Checking ctr v0.10.1
46192026-07-22T04:34:07.447Z Checking aead v0.6.1
46202026-07-22T04:34:07.477Z Checking aes v0.9.1
46212026-07-22T04:34:07.486Z Checking crypto-bigint v0.7.5
46222026-07-22T04:34:07.499Z Checking cbc v0.2.1
46232026-07-22T04:34:07.550Z Checking polyval v0.7.1
46242026-07-22T04:34:07.567Z Checking der v0.8.0
46252026-07-22T04:34:07.574Z Checking pbkdf2 v0.13.0
46262026-07-22T04:34:07.586Z Checking salsa20 v0.11.0
46272026-07-22T04:34:07.641Z Checking ff v0.14.0
46282026-07-22T04:34:07.646Z Checking signature v3.0.0
46292026-07-22T04:34:07.688Z Checking base16ct v1.0.0
46302026-07-22T04:34:07.709Z Checking ghash v0.6.0
46312026-07-22T04:34:07.722Z Checking scrypt v0.12.0
46322026-07-22T04:34:07.800Z Checking group v0.14.0
46332026-07-22T04:34:07.814Z Checking hkdf v0.13.0
46342026-07-22T04:34:07.830Z Checking rfc6979 v0.5.0
46352026-07-22T04:34:07.854Z Compiling curve25519-dalek v5.0.0-rc.0
46362026-07-22T04:34:07.880Z Checking aes-gcm v0.11.0
46372026-07-22T04:34:07.897Z Checking poly1305 v0.9.0
46382026-07-22T04:34:07.945Z Checking blowfish v0.10.0
46392026-07-22T04:34:07.945Z Checking blake2 v0.11.0-rc.6
46402026-07-22T04:34:07.978Z Checking keccak v0.2.0
46412026-07-22T04:34:08.036Z Checking fiat-crypto v0.3.0
46422026-07-22T04:34:08.103Z Checking bcrypt-pbkdf v0.11.0
46432026-07-22T04:34:08.126Z Checking sha3 v0.11.0
46442026-07-22T04:34:08.173Z Checking kem v0.3.0
46452026-07-22T04:34:08.197Z Checking argon2 v0.6.0-rc.8
46462026-07-22T04:34:08.260Z Checking module-lattice v0.2.3
46472026-07-22T04:34:08.283Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46482026-07-22T04:34:08.358Z Checking spki v0.8.0
46492026-07-22T04:34:08.476Z Checking sec1 v0.8.1
46502026-07-22T04:34:08.487Z Checking ml-kem v0.3.2
46512026-07-22T04:34:08.506Z Checking internal-russh-num-bigint v0.5.0
46522026-07-22T04:34:08.521Z Checking num-bigint v0.4.6
46532026-07-22T04:34:08.536Z Checking pkcs5 v0.8.1
46542026-07-22T04:34:08.679Z Checking pkcs1 v0.8.0-rc.4
46552026-07-22T04:34:08.837Z Checking pkcs8 v0.11.0
46562026-07-22T04:34:08.893Z Checking generic-array v1.4.3
46572026-07-22T04:34:09.036Z Checking ed25519 v3.0.0
46582026-07-22T04:34:09.132Z Checking russh-util v0.52.0
46592026-07-22T04:34:09.231Z Checking ed25519-dalek v3.0.0-rc.0
46602026-07-22T04:34:09.257Z Compiling enum_dispatch v0.3.13
46612026-07-22T04:34:09.294Z Compiling delegate v0.13.5
46622026-07-22T04:34:09.309Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46632026-07-22T04:34:09.348Z Checking md5 v0.8.0
46642026-07-22T04:34:09.446Z Checking hex-literal v1.1.0
46652026-07-22T04:34:09.485Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46662026-07-22T04:34:09.523Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46672026-07-22T04:34:09.555Z Checking socket2 v0.5.10
46682026-07-22T04:34:09.723Z Checking elliptic-curve v0.14.0-rc.33
46692026-07-22T04:34:09.739Z Checking primefield v0.14.0
46702026-07-22T04:34:09.753Z Checking ssh-encoding v0.3.0-rc.9
46712026-07-22T04:34:09.813Z Checking crypto-primes v0.7.2
46722026-07-22T04:34:09.953Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46732026-07-22T04:34:09.980Z Checking ssh-cipher v0.3.0-rc.9
46742026-07-22T04:34:10.191Z Checking russh-cryptovec v0.61.0
46752026-07-22T04:34:10.194Z Checking ecdsa v0.17.0-rc.18
46762026-07-22T04:34:10.247Z Checking primeorder v0.14.0-rc.10
46772026-07-22T04:34:10.285Z Checking internet-checksum v0.2.1
46782026-07-22T04:34:10.569Z Checking p521 v0.14.0-rc.10
46792026-07-22T04:34:10.569Z Checking p256 v0.14.0-rc.10
46802026-07-22T04:34:10.791Z Checking rsa v0.10.0-rc.18
46812026-07-22T04:34:12.948Z Checking p384 v0.14.0-rc.10
46822026-07-22T04:34:14.912Z Checking ssh-key v0.7.0-rc.10
46832026-07-22T04:34:15.685Z Checking russh v0.61.2
46842026-07-22T04:34:28.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.95s
46852026-07-22T04:34:28.652Z
46862026-07-22T04:34:28.652Zinfo: running `cargo check --bins` on gateway-cli (286/300)
46872026-07-22T04:34:29.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46882026-07-22T04:34:29.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46892026-07-22T04:34:29.264Z Checking termios v0.3.3
46902026-07-22T04:34:29.456Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46912026-07-22T04:34:30.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
46922026-07-22T04:34:30.211Z
46932026-07-22T04:34:30.211Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
46942026-07-22T04:34:30.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-07-22T04:34:30.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-07-22T04:34:30.875Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46972026-07-22T04:34:31.583Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46982026-07-22T04:34:33.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
46992026-07-22T04:34:33.404Z
47002026-07-22T04:34:33.404Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
47012026-07-22T04:34:33.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-07-22T04:34:33.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-07-22T04:34:34.010Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47042026-07-22T04:34:34.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
47052026-07-22T04:34:34.598Z
47062026-07-22T04:34:34.598Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47072026-07-22T04:34:35.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-07-22T04:34:35.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-07-22T04:34:35.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47102026-07-22T04:34:35.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47112026-07-22T04:34:35.141Z
47122026-07-22T04:34:35.141Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47132026-07-22T04:34:35.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-07-22T04:34:35.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-07-22T04:34:35.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47162026-07-22T04:34:35.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47172026-07-22T04:34:35.686Z
47182026-07-22T04:34:35.686Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47192026-07-22T04:34:36.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-07-22T04:34:36.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-07-22T04:34:36.406Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47222026-07-22T04:34:36.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
47232026-07-22T04:34:37.188Z
47242026-07-22T04:34:37.188Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47252026-07-22T04:34:37.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-07-22T04:34:37.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-07-22T04:34:37.805Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47282026-07-22T04:34:37.805Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47292026-07-22T04:34:38.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
47302026-07-22T04:34:38.858Z
47312026-07-22T04:34:38.858Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47322026-07-22T04:34:39.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-07-22T04:34:39.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-07-22T04:34:39.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47352026-07-22T04:34:39.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47362026-07-22T04:34:39.404Z
47372026-07-22T04:34:39.404Zinfo: running `cargo check --bins` on omicron-package (294/300)
47382026-07-22T04:34:39.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-07-22T04:34:39.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-07-22T04:34:40.054Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47412026-07-22T04:34:41.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47422026-07-22T04:34:41.306Z
47432026-07-22T04:34:41.306Zinfo: running `cargo check --bins` on tqdb (295/300)
47442026-07-22T04:34:41.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47452026-07-22T04:34:41.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47462026-07-22T04:34:42.054Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47472026-07-22T04:34:42.407Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47482026-07-22T04:34:42.921Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47492026-07-22T04:34:42.922Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47502026-07-22T04:34:49.062Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47512026-07-22T04:34:49.065Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47522026-07-22T04:34:49.634Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47532026-07-22T04:34:49.634Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47542026-07-22T04:34:49.637Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47552026-07-22T04:34:49.637Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47562026-07-22T04:34:50.418Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47572026-07-22T04:34:51.472Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47582026-07-22T04:34:52.312Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47592026-07-22T04:34:52.935Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47602026-07-22T04:34:57.846Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47612026-07-22T04:35:04.632Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47622026-07-22T04:35:04.635Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47632026-07-22T04:35:04.635Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47642026-07-22T04:35:04.635Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47652026-07-22T04:35:06.099Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47662026-07-22T04:35:07.442Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47672026-07-22T04:35:08.117Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47682026-07-22T04:35:09.348Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47692026-07-22T04:35:09.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.57s
47702026-07-22T04:35:10.089Z
47712026-07-22T04:35:10.089Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
47722026-07-22T04:35:10.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-07-22T04:35:10.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-07-22T04:35:10.765Z Checking rtoolbox v0.0.3
47752026-07-22T04:35:10.769Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47762026-07-22T04:35:10.888Z Checking tui-tree-widget v0.23.1
47772026-07-22T04:35:10.982Z Checking rpassword v7.5.4
47782026-07-22T04:35:13.969Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47792026-07-22T04:35:15.841Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47802026-07-22T04:35:16.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
47812026-07-22T04:35:16.923Z
47822026-07-22T04:35:16.923Zinfo: running `cargo check --bins` on wicket (297/300)
47832026-07-22T04:35:17.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-07-22T04:35:17.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-07-22T04:35:17.587Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47862026-07-22T04:35:17.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
47872026-07-22T04:35:18.122Z
47882026-07-22T04:35:18.122Zinfo: running `cargo check --bins` on wicketd (298/300)
47892026-07-22T04:35:18.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-07-22T04:35:18.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-07-22T04:35:18.809Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47922026-07-22T04:35:21.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
47932026-07-22T04:35:22.165Z
47942026-07-22T04:35:22.165Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
47952026-07-22T04:35:22.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-07-22T04:35:22.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-07-22T04:35:22.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47982026-07-22T04:35:22.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47992026-07-22T04:35:22.710Z
48002026-07-22T04:35:22.710Zinfo: running `cargo check --bins` on zone-setup (300/300)
48012026-07-22T04:35:23.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-07-22T04:35:23.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-07-22T04:35:23.352Z Checking uzers v0.12.2
48042026-07-22T04:35:23.621Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48052026-07-22T04:35:24.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48062026-07-22T04:35:24.557Z
48072026-07-22T04:35:24.557Zreal 13:44.577330532
48082026-07-22T04:35:24.557Zuser 20:55.117180164
48092026-07-22T04:35:24.557Zsys 4:10.226281369
48102026-07-22T04:35:24.557Ztrap 0.329185292
48112026-07-22T04:35:24.557Ztflt 0.724453468
48122026-07-22T04:35:24.557Zdflt 1.061632081
48132026-07-22T04:35:24.557Zkflt 0.005427524
48142026-07-22T04:35:24.561Zlock 1:18:19.405226383
48152026-07-22T04:35:24.562Zslp 1:39:22.342358177
48162026-07-22T04:35:24.562Zlat 58.806516182
48172026-07-22T04:35:24.562Zstop 3:39.644375337
48182026-07-22T04:35:24.562Zprocess exited: duration 953640 ms, exit code 0
 
48192026-07-22T04:35:24.569Zfound 0 output files