01KY66G6WJNMXCVM5FCYYANRAF: 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: 01KY66GN0BJVATPJ4TC0Q08RT0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-23T00:38:45.458Zjob assigned to worker 01KY66GWM2TCBHAA15H9JV2CRS [factory aws, i-0666762b9e99ad859] (queued for 50 s)
 
22026-07-23T00:38:52.129Zstarting task 0: "setup"
32026-07-23T00:38:52.134Z++ uname -s
42026-07-23T00:38:52.137Z+ kern=SunOS
52026-07-23T00:38:52.137Z+ build_user=build
62026-07-23T00:38:52.137Z+ build_uid=12345
72026-07-23T00:38:52.137Z+ work_dir=/work
82026-07-23T00:38:52.137Z+ input_dir=/input
92026-07-23T00:38:52.137Z+ [[ 0 == 12345 ]]
102026-07-23T00:38:52.137Z+ case "$kern" in
112026-07-23T00:38:52.137Z+ groupadd -g 12345 build
122026-07-23T00:38:52.140Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-23T00:38:54.143Z+ zfs create -o mountpoint=/work rpool/work
142026-07-23T00:38:54.234Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-23T00:38:54.237Z+ home_fs=zfs
162026-07-23T00:38:54.237Z+ [[ zfs == autofs ]]
172026-07-23T00:38:54.237Z+ mkdir -p /home/build
182026-07-23T00:38:54.237Z+ chown build:build /home/build /work
192026-07-23T00:38:56.238Z+ chmod 0700 /home/build /work
202026-07-23T00:38:56.241Zprocess exited: duration 4110 ms, exit code 0
 
212026-07-23T00:38:56.247Zstarting task 1: "rust-toolchain"
222026-07-23T00:38:56.250Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-23T00:38:56.250Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-23T00:38:56.250Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-23T00:38:56.250Z * rust toolchain channel = "1.96.1"
262026-07-23T00:38:56.250Z * rust toolchain profile = "default"
272026-07-23T00:38:56.251Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-23T00:38:56.254Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-23T00:38:56.254Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-23T00:38:56.342Zinfo: downloading installer
312026-07-23T00:38:57.744Zwarn: It looks like you have an existing rustup settings file at:
322026-07-23T00:38:57.744Zwarn: /home/build/.rustup/settings.toml
332026-07-23T00:38:57.744Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-23T00:38:57.744Zwarn: instead of the one inferred from the default host triple.
352026-07-23T00:38:57.756Zinfo: profile set to default
362026-07-23T00:38:57.756Zinfo: default host triple is x86_64-unknown-illumos
372026-07-23T00:38:57.759Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-23T00:38:57.903Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-23T00:38:57.906Zinfo: downloading 6 components
402026-07-23T00:39:15.022Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-23T00:39:15.022Z
422026-07-23T00:39:15.049Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-23T00:39:15.049Z
442026-07-23T00:39:15.049Z
452026-07-23T00:39:15.052ZRust is installed now. Great!
462026-07-23T00:39:15.052Z
472026-07-23T00:39:15.052ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-23T00:39:15.052Zenvironment variable. This has not been done automatically.
492026-07-23T00:39:15.053Z
502026-07-23T00:39:15.053ZTo configure your current shell, you need to source
512026-07-23T00:39:15.053Zthe corresponding env file under $HOME/.cargo.
522026-07-23T00:39:15.053Z
532026-07-23T00:39:15.053ZThis is usually done by running one of the following (note the leading DOT):
542026-07-23T00:39:15.053Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-23T00:39:15.053Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-23T00:39:15.053Zsource "~/.cargo/env.nu" # For nushell
572026-07-23T00:39:15.053Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-23T00:39:15.053Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-23T00:39:15.053Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-23T00:39:15.053Zwarn: no default linker (`cc`) was found in your PATH
612026-07-23T00:39:15.053Zwarn: many Rust crates require a system C toolchain to build
622026-07-23T00:39:15.145Z+ rustup --version
632026-07-23T00:39:15.154Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-23T00:39:15.157Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-23T00:39:15.174Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-23T00:39:15.179Z+ cargo --version
672026-07-23T00:39:15.192Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-23T00:39:15.195Z+ rustc --version
692026-07-23T00:39:15.212Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-23T00:39:15.216Zprocess exited: duration 18967 ms, exit code 0
 
712026-07-23T00:39:15.223Zstarting task 2: "authentication"
722026-07-23T00:39:15.261Zprocess exited: duration 38 ms, exit code 0
 
732026-07-23T00:39:15.268Zstarting task 3: "clone repository"
742026-07-23T00:39:15.272Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-23T00:39:15.275Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-23T00:39:15.303ZCloning into '/work/oxidecomputer/omicron'...
772026-07-23T00:39:31.573Z+ cd /work/oxidecomputer/omicron
782026-07-23T00:39:31.573Z+ git fetch origin 7963884953866a08bfc772e45ce2e361a3929c6a
792026-07-23T00:39:31.831ZFrom https://github.com/oxidecomputer/omicron
802026-07-23T00:39:31.831Z * branch 7963884953866a08bfc772e45ce2e361a3929c6a -> FETCH_HEAD
812026-07-23T00:39:31.840Z+ [[ -n sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id ]]
822026-07-23T00:39:31.844Z++ git branch --show-current
832026-07-23T00:39:31.845Z+ current=main
842026-07-23T00:39:31.845Z+ [[ main != sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id ]]
852026-07-23T00:39:31.845Z+ git branch -f sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id 7963884953866a08bfc772e45ce2e361a3929c6a
862026-07-23T00:39:31.848Z+ git checkout -f sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id
872026-07-23T00:39:32.085ZSwitched to branch 'sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id'
882026-07-23T00:39:32.088Z+ git reset --hard 7963884953866a08bfc772e45ce2e361a3929c6a
892026-07-23T00:39:32.336ZHEAD is now at 796388495 rebase on main
902026-07-23T00:39:32.339Zprocess exited: duration 17070 ms, exit code 0
 
912026-07-23T00:39:32.344Zstarting task 4: "build"
922026-07-23T00:39:32.349Z+ source .github/buildomat/ci-env.sh
932026-07-23T00:39:32.351Z++ export CARGO_TERM_COLOR=always
942026-07-23T00:39:32.351Z++ CARGO_TERM_COLOR=always
952026-07-23T00:39:32.351Z+++ uname -s
962026-07-23T00:39:32.351Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-23T00:39:32.351Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-23T00:39:32.354Z+ cargo --version
992026-07-23T00:39:32.362Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-23T00:39:32.365Z+ rustc --version
1012026-07-23T00:39:32.384Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-23T00:39:32.387Z+ source ./env.sh
1032026-07-23T00:39:32.387Z++ OLD_SHELL_OPTS=ehxB
1042026-07-23T00:39:32.387Z++ set -o xtrace
1052026-07-23T00:39:32.390Z++++ dirname ./env.sh
1062026-07-23T00:39:32.390Z+++ readlink -f .
1072026-07-23T00:39:32.394Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-23T00:39:32.394Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-23T00:39:32.394Z++ 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-23T00:39:32.394Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-23T00:39:32.394Z++ 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-23T00:39:32.394Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-23T00:39:32.394Z++ 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-23T00:39:32.394Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-23T00:39:32.394Z++ 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-23T00:39:32.394Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-23T00:39:32.395Z++ 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-23T00:39:32.395Z++ case $OLD_SHELL_OPTS in
1192026-07-23T00:39:32.395Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-23T00:39:32.395Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-23T00:39:32.395Z+ 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-23T00:39:32.395Z+ banner prerequisites
1232026-07-23T00:39:32.398Z
1242026-07-23T00:39:32.398Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-23T00:39:32.398Z # # # # # # # # # # # # # # #
1262026-07-23T00:39:32.398Z # # # # ##### # # ##### # # # # # #### #
1272026-07-23T00:39:32.398Z ##### ##### # ##### # # # # # # # # #
1282026-07-23T00:39:32.398Z # # # # # # # # # # # # # # #
1292026-07-23T00:39:32.398Z # # # ###### # # ###### ### # #### # #### #
1302026-07-23T00:39:32.398Z
1312026-07-23T00:39:32.398Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-23T00:39:34.045Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-23T00:39:34.264Z Startup: Caching catalogs ... Done
1342026-07-23T00:39:35.347ZPlanning: Solver setup ... Done (1.008s)
1352026-07-23T00:39:35.391ZPlanning: Running solver ... Done (0.043s)
1362026-07-23T00:39:35.418ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-23T00:39:35.430ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-23T00:39:35.446ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-23T00:39:35.459ZPlanning: Package planning ... Done (0.013s)
1402026-07-23T00:39:35.462ZPlanning: Merging actions ... Done (0.001s)
1412026-07-23T00:39:35.662ZPlanning: Checking for conflicting actions ... Done (0.201s)
1422026-07-23T00:39:35.665ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-23T00:39:36.469ZPlanning: Evaluating mediators ... Done (0.805s)
1442026-07-23T00:39:36.473ZPlanning: Planning completed in 2.18 seconds
1452026-07-23T00:39:36.477Z Packages to install: 2
1462026-07-23T00:39:36.477Z Estimated space available: 156.06 GB
1472026-07-23T00:39:36.481ZEstimated space to be consumed: 52.23 MB
1482026-07-23T00:39:36.481Z Create boot environment: No
1492026-07-23T00:39:36.482ZCreate backup boot environment: No
1502026-07-23T00:39:36.482Z Rebuild boot archive: No
1512026-07-23T00:39:36.482Z
1522026-07-23T00:39:36.482ZChanged packages:
1532026-07-23T00:39:36.482Zhelios
1542026-07-23T00:39:36.482Z developer/build-essential
1552026-07-23T00:39:36.482Z None -> 11-3.0
1562026-07-23T00:39:36.482Z library/libxmlsec1
1572026-07-23T00:39:36.482Z None -> 1.2.35-3.0
1582026-07-23T00:39:36.501Z
1592026-07-23T00:39:36.501ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-23T00:39:36.577ZDownload: Completed 1.28 MB in 0.08 seconds (16.9M/s)
1612026-07-23T00:39:36.657Z Actions: 1/268 actions (Installing new actions)
1622026-07-23T00:39:36.695Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-23T00:39:36.716ZFinalize: Updating package state database ... Done (0.021s)
1642026-07-23T00:39:36.719ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-23T00:39:36.770ZFinalize: Updating image state ... Done (0.054s)
1662026-07-23T00:39:39.177ZFinalize: Creating fast lookup database ... Done (2.370s)
1672026-07-23T00:39:39.242ZFinalize: Reading search index ... Done (0.012s)
1682026-07-23T00:39:39.246ZFinalize: Updating search index ... Done (0.000s)
1692026-07-23T00:39:39.345ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-23T00:39:39.677ZPlanning: Evaluating mediator changes ... Done
1712026-07-23T00:39:39.782ZPlanning: Checking for conflicting actions ... Done
1722026-07-23T00:39:39.785ZPlanning: Consolidating action changes ... Done
1732026-07-23T00:39:39.939ZPlanning: Evaluating mediators ... Done
1742026-07-23T00:39:39.942ZPlanning: Planning completed in 0.26 seconds
1752026-07-23T00:39:39.961Z Mediators to change: 2
1762026-07-23T00:39:39.961Z Create boot environment: No
1772026-07-23T00:39:39.964ZCreate backup boot environment: No
1782026-07-23T00:39:40.027ZFinalize: Updating package state database ... Done
1792026-07-23T00:39:40.031ZFinalize: Updating package cache ... Done
1802026-07-23T00:39:40.059ZFinalize: Updating image state ... Done
1812026-07-23T00:39:42.004ZFinalize: Creating fast lookup database ... Done
1822026-07-23T00:39:42.070ZFinalize: Reading search index ... Done
1832026-07-23T00:39:42.073ZFinalize: Updating search index ... Done
1842026-07-23T00:39:42.157ZFinalize: Updating package cache ... Done
1852026-07-23T00:39:42.444ZPlanning: Evaluating mediator changes ... Done
1862026-07-23T00:39:42.549ZPlanning: Checking for conflicting actions ... Done
1872026-07-23T00:39:42.554ZPlanning: Consolidating action changes ... Done
1882026-07-23T00:39:42.706ZPlanning: Evaluating mediators ... Done
1892026-07-23T00:39:42.709ZPlanning: Planning completed in 0.26 seconds
1902026-07-23T00:39:42.729Z Mediators to change: 1
1912026-07-23T00:39:42.729Z Create boot environment: No
1922026-07-23T00:39:42.732ZCreate backup boot environment: No
1932026-07-23T00:39:42.795ZFinalize: Updating package state database ... Done
1942026-07-23T00:39:42.795ZFinalize: Updating package cache ... Done
1952026-07-23T00:39:42.827ZFinalize: Updating image state ... Done
1962026-07-23T00:39:44.778ZFinalize: Creating fast lookup database ... Done
1972026-07-23T00:39:44.838ZFinalize: Reading search index ... Done
1982026-07-23T00:39:44.841ZFinalize: Updating search index ... Done
1992026-07-23T00:39:44.918ZFinalize: Updating package cache ... Done
2002026-07-23T00:39:45.230ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-23T00:39:45.230Zapache system 2.4 system
2022026-07-23T00:39:45.230Zclang system 15 system
2032026-07-23T00:39:45.231Zcsh system system illumos
2042026-07-23T00:39:45.231Zctags system system illumos
2052026-07-23T00:39:45.231Zfile vendor vendor darwinsys
2062026-07-23T00:39:45.231Zfile system system illumos
2072026-07-23T00:39:45.231Zgcc vendor 14 vendor
2082026-07-23T00:39:45.231Zgcc system 13 system
2092026-07-23T00:39:45.231Zgcc system 10 system
2102026-07-23T00:39:45.231Zgo system 1.25 system
2112026-07-23T00:39:45.231Zllvm system 15 system
2122026-07-23T00:39:45.231Zmariadb system 11.4 system
2132026-07-23T00:39:45.231Zmta vendor vendor dma
2142026-07-23T00:39:45.231Zopenjdk system 17 system
2152026-07-23T00:39:45.231Zopenjdk system 11 system
2162026-07-23T00:39:45.231Zopenssl vendor 3 vendor
2172026-07-23T00:39:45.231Zperl system 5.40 system
2182026-07-23T00:39:45.231Zpostgresql system 18 system
2192026-07-23T00:39:45.231Zpostgresql system 17 system
2202026-07-23T00:39:45.231Zpython vendor 3 vendor
2212026-07-23T00:39:45.231Zpython system 2 system
2222026-07-23T00:39:45.231Zpython3 vendor 3.13 vendor
2232026-07-23T00:39:45.231Zruby system 3.4 system
2242026-07-23T00:39:45.231Zruby system 3.0 system
2252026-07-23T00:39:45.231Zwords vendor vendor american-english
2262026-07-23T00:39:45.231Zwords system system australian-english
2272026-07-23T00:39:45.231Zwords system system british-english
2282026-07-23T00:39:45.231Zwords system system canadian-english
2292026-07-23T00:39:45.231Zwords system system french
2302026-07-23T00:39:45.231Zwords system system italian
2312026-07-23T00:39:45.231Zwords system system ngerman
2322026-07-23T00:39:45.231Zwords system system ogerman
2332026-07-23T00:39:45.231Zwords system system spanish
2342026-07-23T00:39:45.483ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-23T00:39:45.483Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-23T00:39:45.862ZFMRI IFO
2372026-07-23T00:39:45.862Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-23T00:39:45.862Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-23T00:39:45.862Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-23T00:39:45.862Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-23T00:39:45.862Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-23T00:39:45.862Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-23T00:39:45.862Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-23T00:39:45.862Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-23T00:39:45.862Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-23T00:39:46.163Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-23T00:39:46.408Z Updating crates.io index
2482026-07-23T00:39:46.411Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-23T00:39:46.646Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-23T00:39:46.900Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-23T00:39:47.859Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-23T00:39:48.374Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-23T00:39:51.335Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-23T00:39:52.324Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-23T00:39:52.616Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-23T00:39:52.950Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-23T00:39:54.186Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-23T00:39:54.447Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-23T00:39:54.760Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-23T00:39:54.993Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-23T00:39:55.563Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-23T00:39:56.092Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-23T00:39:56.309Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-23T00:39:56.530Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-23T00:39:56.795Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-23T00:39:57.067Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-23T00:39:57.298Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-23T00:39:57.536Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-23T00:39:57.771Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-23T00:39:58.062Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-23T00:39:58.428Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-23T00:39:58.644Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-23T00:39:59.038Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-23T00:39:59.280Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-23T00:39:59.627Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-23T00:39:59.915Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-23T00:40:00.152Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-23T00:40:00.371Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-23T00:40:00.704Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-23T00:40:01.065Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-23T00:40:01.303Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-23T00:40:01.599Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-23T00:40:01.832Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-23T00:40:02.142Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-23T00:40:02.414Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-23T00:40:02.660Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-23T00:40:02.938Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-23T00:40:03.171Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-23T00:40:05.951Z Downloading crates ...
2902026-07-23T00:40:05.999Z Downloaded once_cell v1.21.3
2912026-07-23T00:40:06.006Z Downloaded camino v1.2.2
2922026-07-23T00:40:06.010Z Downloaded anstream v1.0.0
2932026-07-23T00:40:06.013Z Downloaded sha2 v0.10.9
2942026-07-23T00:40:06.013Z Downloaded bitflags v2.11.0
2952026-07-23T00:40:06.016Z Downloaded anstyle v1.0.14
2962026-07-23T00:40:06.016Z Downloaded zmij v1.0.21
2972026-07-23T00:40:06.019Z Downloaded cargo_toml v0.21.0
2982026-07-23T00:40:06.019Z Downloaded cfg-if v1.0.4
2992026-07-23T00:40:06.019Z Downloaded byteorder v1.5.0
3002026-07-23T00:40:06.022Z Downloaded fastrand v2.3.0
3012026-07-23T00:40:06.022Z Downloaded camino-tempfile v1.4.1
3022026-07-23T00:40:06.022Z Downloaded autocfg v1.5.0
3032026-07-23T00:40:06.025Z Downloaded clap_lex v1.0.0
3042026-07-23T00:40:06.028Z Downloaded pretty-hex v0.4.1
3052026-07-23T00:40:06.030Z Downloaded zerocopy v0.7.35
3062026-07-23T00:40:06.037Z Downloaded pest_meta v2.8.6
3072026-07-23T00:40:06.039Z Downloaded colorchoice v1.0.4
3082026-07-23T00:40:06.039Z Downloaded zerocopy-derive v0.7.35
3092026-07-23T00:40:06.043Z Downloaded clap_builder v4.6.0
3102026-07-23T00:40:06.046Z Downloaded usdt-macro v0.5.0
3112026-07-23T00:40:06.046Z Downloaded crypto-common v0.1.7
3122026-07-23T00:40:06.046Z Downloaded cpufeatures v0.2.17
3132026-07-23T00:40:06.048Z Downloaded cargo-platform v0.3.2
3142026-07-23T00:40:06.048Z Downloaded pest v2.8.6
3152026-07-23T00:40:06.051Z Downloaded fnv v1.0.7
3162026-07-23T00:40:06.051Z Downloaded terminal_size v0.4.3
3172026-07-23T00:40:06.054Z Downloaded swrite v0.1.0
3182026-07-23T00:40:06.054Z Downloaded anstyle-parse v1.0.0
3192026-07-23T00:40:06.054Z Downloaded getrandom v0.4.1
3202026-07-23T00:40:06.057Z Downloaded heck v0.5.0
3212026-07-23T00:40:06.057Z Downloaded dof v0.3.0
3222026-07-23T00:40:06.060Z Downloaded itoa v1.0.17
3232026-07-23T00:40:06.062Z Downloaded clap v4.6.1
3242026-07-23T00:40:06.067Z Downloaded serde_spanned v0.6.9
3252026-07-23T00:40:06.070Z Downloaded is_terminal_polyfill v1.70.2
3262026-07-23T00:40:06.070Z Downloaded dtrace-parser v0.2.0
3272026-07-23T00:40:06.070Z Downloaded errno v0.3.14
3282026-07-23T00:40:06.076Z Downloaded equivalent v1.0.2
3292026-07-23T00:40:06.079Z Downloaded toml_datetime v0.6.11
3302026-07-23T00:40:06.079Z Downloaded thread-id v4.2.2
3312026-07-23T00:40:06.082Z Downloaded tabled_derive v0.7.0
3322026-07-23T00:40:06.082Z Downloaded macaddr v1.0.1
3332026-07-23T00:40:06.082Z Downloaded block-buffer v0.10.4
3342026-07-23T00:40:06.082Z Downloaded proc-macro-error-attr v1.0.4
3352026-07-23T00:40:06.090Z Downloaded smawk v0.3.2
3362026-07-23T00:40:06.094Z Downloaded plain v0.2.3
3372026-07-23T00:40:06.097Z Downloaded usdt v0.5.0
3382026-07-23T00:40:06.097Z Downloaded usdt-attr-macro v0.5.0
3392026-07-23T00:40:06.097Z Downloaded anstyle-query v1.1.5
3402026-07-23T00:40:06.100Z Downloaded scroll_derive v0.12.1
3412026-07-23T00:40:06.100Z Downloaded generic-array v0.14.7
3422026-07-23T00:40:06.103Z Downloaded toml_write v0.1.2
3432026-07-23T00:40:06.108Z Downloaded heck v0.4.1
3442026-07-23T00:40:06.117Z Downloaded version_check v0.9.5
3452026-07-23T00:40:06.120Z Downloaded utf8parse v0.2.2
3462026-07-23T00:40:06.123Z Downloaded memmap v0.7.0
3472026-07-23T00:40:06.123Z Downloaded usdt-impl v0.5.0
3482026-07-23T00:40:06.126Z Downloaded bytecount v0.6.9
3492026-07-23T00:40:06.126Z Downloaded thiserror v2.0.18
3502026-07-23T00:40:06.129Z Downloaded scroll v0.12.0
3512026-07-23T00:40:06.132Z Downloaded unicode-linebreak v0.1.5
3522026-07-23T00:40:06.132Z Downloaded pest_generator v2.8.6
3532026-07-23T00:40:06.136Z Downloaded thiserror-impl v1.0.69
3542026-07-23T00:40:06.136Z Downloaded fs-err v3.3.0
3552026-07-23T00:40:06.140Z Downloaded digest v0.10.7
3562026-07-23T00:40:06.143Z Downloaded cargo_metadata v0.23.1
3572026-07-23T00:40:06.146Z Downloaded thiserror v1.0.69
3582026-07-23T00:40:06.152Z Downloaded proc-macro-error v1.0.4
3592026-07-23T00:40:06.155Z Downloaded strsim v0.11.1
3602026-07-23T00:40:06.155Z Downloaded anyhow v1.0.102
3612026-07-23T00:40:06.159Z Downloaded pest_derive v2.8.6
3622026-07-23T00:40:06.162Z Downloaded serde_tokenstream v0.2.3
3632026-07-23T00:40:06.162Z Downloaded quote v1.0.45
3642026-07-23T00:40:06.170Z Downloaded toml v0.8.23
3652026-07-23T00:40:06.173Z Downloaded thiserror-impl v2.0.18
3662026-07-23T00:40:06.176Z Downloaded semver v1.0.28
3672026-07-23T00:40:06.176Z Downloaded ucd-trie v0.1.7
3682026-07-23T00:40:06.176Z Downloaded clap_derive v4.6.1
3692026-07-23T00:40:06.180Z Downloaded serde_core v1.0.228
3702026-07-23T00:40:06.183Z Downloaded papergrid v0.11.0
3712026-07-23T00:40:06.187Z Downloaded tempfile v3.25.0
3722026-07-23T00:40:06.194Z Downloaded unicode-ident v1.0.24
3732026-07-23T00:40:06.196Z Downloaded textwrap v0.16.2
3742026-07-23T00:40:06.196Z Downloaded proc-macro2 v1.0.106
3752026-07-23T00:40:06.199Z Downloaded log v0.4.29
3762026-07-23T00:40:06.205Z Downloaded toml_edit v0.22.27
3772026-07-23T00:40:06.207Z Downloaded serde_derive v1.0.228
3782026-07-23T00:40:06.222Z Downloaded memchr v2.8.0
3792026-07-23T00:40:06.226Z Downloaded serde v1.0.228
3802026-07-23T00:40:06.238Z Downloaded indexmap v2.14.0
3812026-07-23T00:40:06.242Z Downloaded typenum v1.20.1
3822026-07-23T00:40:06.262Z Downloaded hashbrown v0.17.0
3832026-07-23T00:40:06.268Z Downloaded serde_json v1.0.150
3842026-07-23T00:40:06.273Z Downloaded winnow v0.7.14
3852026-07-23T00:40:06.286Z Downloaded goblin v0.8.2
3862026-07-23T00:40:06.305Z Downloaded tabled v0.15.0
3872026-07-23T00:40:06.313Z Downloaded syn v1.0.109
3882026-07-23T00:40:06.318Z Downloaded unicode-width v0.2.0
3892026-07-23T00:40:06.323Z Downloaded unicode-width v0.1.14
3902026-07-23T00:40:06.327Z Downloaded syn v2.0.117
3912026-07-23T00:40:06.342Z Downloaded rustix v1.1.3
3922026-07-23T00:40:06.368Z Downloaded libc v0.2.185
3932026-07-23T00:40:06.429Z Compiling proc-macro2 v1.0.106
3942026-07-23T00:40:06.429Z Compiling unicode-ident v1.0.24
3952026-07-23T00:40:06.429Z Compiling quote v1.0.45
3962026-07-23T00:40:06.431Z Compiling serde_core v1.0.228
3972026-07-23T00:40:06.432Z Compiling libc v0.2.185
3982026-07-23T00:40:06.432Z Compiling version_check v0.9.5
3992026-07-23T00:40:06.432Z Compiling memchr v2.8.0
4002026-07-23T00:40:06.432Z Compiling serde v1.0.228
4012026-07-23T00:40:06.755Z Compiling zmij v1.0.21
4022026-07-23T00:40:07.048Z Compiling ucd-trie v0.1.7
4032026-07-23T00:40:07.057Z Compiling thiserror v1.0.69
4042026-07-23T00:40:07.303Z Compiling itoa v1.0.17
4052026-07-23T00:40:07.381Z Compiling pest v2.8.6
4062026-07-23T00:40:07.467Z Compiling byteorder v1.5.0
4072026-07-23T00:40:07.483Z Compiling rustix v1.1.3
4082026-07-23T00:40:07.593Z Compiling errno v0.3.14
4092026-07-23T00:40:07.745Z Compiling bitflags v2.11.0
4102026-07-23T00:40:07.857Z Compiling serde_json v1.0.150
4112026-07-23T00:40:07.900Z Compiling syn v2.0.117
4122026-07-23T00:40:07.974Z Compiling thread-id v4.2.2
4132026-07-23T00:40:08.053Z Compiling proc-macro-error-attr v1.0.4
4142026-07-23T00:40:08.091Z Compiling usdt-impl v0.5.0
4152026-07-23T00:40:08.220Z Compiling camino v1.2.2
4162026-07-23T00:40:08.258Z Compiling syn v1.0.109
4172026-07-23T00:40:08.422Z Compiling pest_meta v2.8.6
4182026-07-23T00:40:08.605Z Compiling proc-macro-error v1.0.4
4192026-07-23T00:40:08.622Z Compiling hashbrown v0.17.0
4202026-07-23T00:40:08.638Z Compiling getrandom v0.4.1
4212026-07-23T00:40:08.931Z Compiling plain v0.2.3
4222026-07-23T00:40:09.003Z Compiling log v0.4.29
4232026-07-23T00:40:09.092Z Compiling utf8parse v0.2.2
4242026-07-23T00:40:09.173Z Compiling equivalent v1.0.2
4252026-07-23T00:40:09.190Z Compiling anstyle-parse v1.0.0
4262026-07-23T00:40:09.207Z Compiling terminal_size v0.4.3
4272026-07-23T00:40:09.241Z Compiling indexmap v2.14.0
4282026-07-23T00:40:09.800Z Compiling anstyle-query v1.1.5
4292026-07-23T00:40:09.817Z Compiling anstyle v1.0.14
4302026-07-23T00:40:09.851Z Compiling thiserror v2.0.18
4312026-07-23T00:40:09.960Z Compiling pretty-hex v0.4.1
4322026-07-23T00:40:09.976Z Compiling is_terminal_polyfill v1.70.2
4332026-07-23T00:40:10.033Z Compiling autocfg v1.5.0
4342026-07-23T00:40:10.075Z Compiling colorchoice v1.0.4
4352026-07-23T00:40:10.079Z Compiling cfg-if v1.0.4
4362026-07-23T00:40:10.113Z Compiling toml_write v0.1.2
4372026-07-23T00:40:10.116Z Compiling winnow v0.7.14
4382026-07-23T00:40:10.164Z Compiling pest_generator v2.8.6
4392026-07-23T00:40:10.195Z Compiling anstream v1.0.0
4402026-07-23T00:40:10.478Z Compiling fs-err v3.3.0
4412026-07-23T00:40:10.496Z Compiling unicode-width v0.1.14
4422026-07-23T00:40:10.513Z Compiling fnv v1.0.7
4432026-07-23T00:40:10.615Z Compiling once_cell v1.21.3
4442026-07-23T00:40:10.677Z Compiling strsim v0.11.1
4452026-07-23T00:40:10.770Z Compiling heck v0.4.1
4462026-07-23T00:40:10.839Z Compiling heck v0.5.0
4472026-07-23T00:40:10.857Z Compiling fastrand v2.3.0
4482026-07-23T00:40:10.881Z Compiling bytecount v0.6.9
4492026-07-23T00:40:11.000Z Compiling anyhow v1.0.102
4502026-07-23T00:40:11.022Z Compiling clap_lex v1.0.0
4512026-07-23T00:40:11.040Z Compiling tempfile v3.25.0
4522026-07-23T00:40:11.082Z Compiling papergrid v0.11.0
4532026-07-23T00:40:11.291Z Compiling clap_builder v4.6.0
4542026-07-23T00:40:11.309Z Compiling cargo-platform v0.3.2
4552026-07-23T00:40:11.452Z Compiling semver v1.0.28
4562026-07-23T00:40:11.471Z Compiling tabled_derive v0.7.0
4572026-07-23T00:40:11.576Z Compiling memmap v0.7.0
4582026-07-23T00:40:11.593Z Compiling unicode-width v0.2.0
4592026-07-23T00:40:11.669Z Compiling unicode-linebreak v0.1.5
4602026-07-23T00:40:11.756Z Compiling smawk v0.3.2
4612026-07-23T00:40:11.841Z Compiling serde_derive v1.0.228
4622026-07-23T00:40:11.864Z Compiling thiserror-impl v1.0.69
4632026-07-23T00:40:11.896Z Compiling zerocopy-derive v0.7.35
4642026-07-23T00:40:11.909Z Compiling pest_derive v2.8.6
4652026-07-23T00:40:12.120Z Compiling scroll_derive v0.12.1
4662026-07-23T00:40:12.356Z Compiling thiserror-impl v2.0.18
4672026-07-23T00:40:12.385Z Compiling clap_derive v4.6.1
4682026-07-23T00:40:12.554Z Compiling tabled v0.15.0
4692026-07-23T00:40:12.774Z Compiling zerocopy v0.7.35
4702026-07-23T00:40:12.801Z Compiling scroll v0.12.0
4712026-07-23T00:40:13.076Z Compiling goblin v0.8.2
4722026-07-23T00:40:13.243Z Compiling dtrace-parser v0.2.0
4732026-07-23T00:40:13.320Z Compiling textwrap v0.16.2
4742026-07-23T00:40:13.808Z Compiling camino-tempfile v1.4.1
4752026-07-23T00:40:13.968Z Compiling swrite v0.1.0
4762026-07-23T00:40:14.137Z Compiling clap v4.6.1
4772026-07-23T00:40:14.972Z Compiling dof v0.3.0
4782026-07-23T00:40:14.972Z Compiling serde_tokenstream v0.2.3
4792026-07-23T00:40:14.974Z Compiling serde_spanned v0.6.9
4802026-07-23T00:40:14.974Z Compiling toml_datetime v0.6.11
4812026-07-23T00:40:14.975Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-23T00:40:15.052Z Compiling cargo_metadata v0.23.1
4832026-07-23T00:40:15.057Z Compiling macaddr v1.0.1
4842026-07-23T00:40:15.189Z Compiling toml_edit v0.22.27
4852026-07-23T00:40:15.784Z Compiling usdt-attr-macro v0.5.0
4862026-07-23T00:40:15.796Z Compiling usdt-macro v0.5.0
4872026-07-23T00:40:16.411Z Compiling usdt v0.5.0
4882026-07-23T00:40:16.549Z Compiling toml v0.8.23
4892026-07-23T00:40:16.873Z Compiling cargo_toml v0.21.0
4902026-07-23T00:40:18.111Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-23T00:40:20.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.08s
4922026-07-23T00:40:20.282Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-23T00:40:20.786Z Downloading crates ...
4942026-07-23T00:40:20.872Z Downloaded adler2 v2.0.1
4952026-07-23T00:40:20.891Z Downloaded backoff v0.4.0
4962026-07-23T00:40:20.894Z Downloaded convert_case v0.4.0
4972026-07-23T00:40:20.897Z Downloaded assert_matches v1.5.0
4982026-07-23T00:40:20.900Z Downloaded bcrypt-pbkdf v0.11.0
4992026-07-23T00:40:20.902Z Downloaded darling_core v0.23.0
5002026-07-23T00:40:20.905Z Downloaded difflib v0.4.0
5012026-07-23T00:40:20.908Z Downloaded bb8 v0.8.6
5022026-07-23T00:40:20.908Z Downloaded atomicwrites v0.4.4
5032026-07-23T00:40:20.908Z Downloaded darling_core v0.13.4
5042026-07-23T00:40:20.911Z Downloaded defmt v1.0.1
5052026-07-23T00:40:20.914Z Downloaded ar_archive_writer v0.5.1
5062026-07-23T00:40:20.917Z Downloaded aead v0.5.2
5072026-07-23T00:40:20.917Z Downloaded debug-ignore v1.0.5
5082026-07-23T00:40:20.917Z Downloaded curve25519-dalek-derive v0.1.1
5092026-07-23T00:40:20.920Z Downloaded cstr-argument v0.1.2
5102026-07-23T00:40:20.920Z Downloaded cfg_aliases v0.2.1
5112026-07-23T00:40:20.920Z Downloaded block-padding v0.4.2
5122026-07-23T00:40:20.920Z Downloaded bitfield-struct v0.6.2
5132026-07-23T00:40:20.923Z Downloaded bit-set v0.5.3
5142026-07-23T00:40:20.926Z Downloaded anstream v0.6.21
5152026-07-23T00:40:20.926Z Downloaded defmt v0.3.100
5162026-07-23T00:40:20.926Z Downloaded crypto-common v0.2.2
5172026-07-23T00:40:20.929Z Downloaded base16ct v1.0.0
5182026-07-23T00:40:20.929Z Downloaded bit-set v0.8.0
5192026-07-23T00:40:20.934Z Downloaded crossbeam-deque v0.8.6
5202026-07-23T00:40:20.937Z Downloaded der v0.8.0
5212026-07-23T00:40:20.937Z Downloaded csv-core v0.1.13
5222026-07-23T00:40:20.937Z Downloaded cassowary v0.3.0
5232026-07-23T00:40:20.939Z Downloaded bit-vec v0.8.0
5242026-07-23T00:40:20.939Z Downloaded atomic-waker v1.1.2
5252026-07-23T00:40:20.942Z Downloaded darling_macro v0.20.11
5262026-07-23T00:40:20.942Z Downloaded cfg_aliases v0.1.1
5272026-07-23T00:40:20.942Z Downloaded bitfield-macros v0.19.4
5282026-07-23T00:40:20.945Z Downloaded async-stream-impl v0.3.6
5292026-07-23T00:40:20.945Z Downloaded base16ct v0.2.0
5302026-07-23T00:40:20.945Z Downloaded async-recursion v1.1.1
5312026-07-23T00:40:20.947Z Downloaded base64 v0.21.7
5322026-07-23T00:40:20.950Z Downloaded arrayvec v0.7.6
5332026-07-23T00:40:20.952Z Downloaded ciborium-io v0.2.2
5342026-07-23T00:40:20.955Z Downloaded async-bb8-diesel v0.2.1
5352026-07-23T00:40:20.955Z Downloaded darling_macro v0.23.0
5362026-07-23T00:40:20.958Z Downloaded crucible-workspace-hack v0.1.0
5372026-07-23T00:40:20.961Z Downloaded castaway v0.2.4
5382026-07-23T00:40:20.961Z Downloaded darling v0.20.11
5392026-07-23T00:40:20.965Z Downloaded cpubits v0.1.1
5402026-07-23T00:40:20.969Z Downloaded crc-catalog v2.4.0
5412026-07-23T00:40:20.971Z Downloaded atty v0.2.14
5422026-07-23T00:40:20.971Z Downloaded data-encoding v2.10.0
5432026-07-23T00:40:20.971Z Downloaded bitfield v0.19.4
5442026-07-23T00:40:20.971Z Downloaded arrayref v0.3.9
5452026-07-23T00:40:20.974Z Downloaded corncobs v0.1.4
5462026-07-23T00:40:20.974Z Downloaded anstyle-parse v0.2.7
5472026-07-23T00:40:20.977Z Downloaded compression-codecs v0.4.37
5482026-07-23T00:40:20.979Z Downloaded cmov v0.5.4
5492026-07-23T00:40:20.982Z Downloaded crc8 v0.1.1
5502026-07-23T00:40:20.982Z Downloaded allocator-api2 v0.2.21
5512026-07-23T00:40:20.984Z Downloaded crunchy v0.2.4
5522026-07-23T00:40:20.984Z Downloaded embedded-io v0.6.1
5532026-07-23T00:40:20.987Z Downloaded downcast-rs v2.0.2
5542026-07-23T00:40:20.987Z Downloaded ciborium-ll v0.2.2
5552026-07-23T00:40:20.987Z Downloaded block-buffer v0.12.1
5562026-07-23T00:40:20.990Z Downloaded dyn-clone v1.0.20
5572026-07-23T00:40:20.990Z Downloaded dirs-sys-next v0.1.2
5582026-07-23T00:40:20.990Z Downloaded async-stream v0.3.6
5592026-07-23T00:40:20.992Z Downloaded dtrace-parser v0.3.0
5602026-07-23T00:40:20.992Z Downloaded dirs-next v2.0.0
5612026-07-23T00:40:20.997Z Downloaded cpufeatures v0.3.0
5622026-07-23T00:40:20.997Z Downloaded defmt-parser v1.0.0
5632026-07-23T00:40:20.997Z Downloaded dunce v1.0.5
5642026-07-23T00:40:21.000Z Downloaded digest-io v0.1.0
5652026-07-23T00:40:21.000Z Downloaded display-error-chain v0.2.2
5662026-07-23T00:40:21.000Z Downloaded crc v3.4.0
5672026-07-23T00:40:21.005Z Downloaded endian-type v0.1.2
5682026-07-23T00:40:21.005Z Downloaded array-init v0.0.4
5692026-07-23T00:40:21.005Z Downloaded dof v0.4.0
5702026-07-23T00:40:21.005Z Downloaded darling_macro v0.13.4
5712026-07-23T00:40:21.008Z Downloaded ascii-canvas v3.0.0
5722026-07-23T00:40:21.008Z Downloaded dropshot-api-manager-types v0.7.2
5732026-07-23T00:40:21.008Z Downloaded darling_macro v0.21.3
5742026-07-23T00:40:21.010Z Downloaded compression-core v0.4.31
5752026-07-23T00:40:21.010Z Downloaded derive_builder_macro v0.20.2
5762026-07-23T00:40:21.010Z Downloaded cexpr v0.6.0
5772026-07-23T00:40:21.014Z Downloaded daft v0.1.7
5782026-07-23T00:40:21.020Z Downloaded console v0.16.2
5792026-07-23T00:40:21.020Z Downloaded document-features v0.2.12
5802026-07-23T00:40:21.020Z Downloaded aead v0.6.1
5812026-07-23T00:40:21.020Z Downloaded enum-as-inner v0.6.1
5822026-07-23T00:40:21.020Z Downloaded cobs v0.3.0
5832026-07-23T00:40:21.025Z Downloaded dsl_auto_type v0.2.0
5842026-07-23T00:40:21.029Z Downloaded env_filter v1.0.0
5852026-07-23T00:40:21.031Z Downloaded derive_builder_core v0.20.2
5862026-07-23T00:40:21.031Z Downloaded ed25519 v3.0.0
5872026-07-23T00:40:21.031Z Downloaded cookie v0.18.1
5882026-07-23T00:40:21.036Z Downloaded critical-section v1.2.0
5892026-07-23T00:40:21.036Z Downloaded cipher v0.4.4
5902026-07-23T00:40:21.036Z Downloaded diesel_table_macro_syntax v0.3.0
5912026-07-23T00:40:21.039Z Downloaded ena v0.14.4
5922026-07-23T00:40:21.039Z Downloaded darling v0.23.0
5932026-07-23T00:40:21.042Z Downloaded flagset v0.4.7
5942026-07-23T00:40:21.042Z Downloaded crossbeam-utils v0.8.21
5952026-07-23T00:40:21.045Z Downloaded fixedbitset v0.4.2
5962026-07-23T00:40:21.045Z Downloaded fd-lock v4.0.4
5972026-07-23T00:40:21.050Z Downloaded foreign-types-macros v0.2.3
5982026-07-23T00:40:21.050Z Downloaded futures-macro v0.3.32
5992026-07-23T00:40:21.050Z Downloaded futures-io v0.3.32
6002026-07-23T00:40:21.050Z Downloaded foreign-types v0.5.0
6012026-07-23T00:40:21.056Z Downloaded foreign-types-shared v0.3.1
6022026-07-23T00:40:21.056Z Downloaded foreign-types v0.3.2
6032026-07-23T00:40:21.056Z Downloaded futures-sink v0.3.32
6042026-07-23T00:40:21.056Z Downloaded der_derive v0.7.3
6052026-07-23T00:40:21.056Z Downloaded digest v0.11.3
6062026-07-23T00:40:21.056Z Downloaded ctutils v0.4.2
6072026-07-23T00:40:21.072Z Downloaded funty v2.0.0
6082026-07-23T00:40:21.072Z Downloaded form_urlencoded v1.2.2
6092026-07-23T00:40:21.072Z Downloaded deranged v0.5.8
6102026-07-23T00:40:21.072Z Downloaded foreign-types-shared v0.1.1
6112026-07-23T00:40:21.072Z Downloaded bs58 v0.5.1
6122026-07-23T00:40:21.083Z Downloaded displaydoc v0.2.5
6132026-07-23T00:40:21.083Z Downloaded bit-vec v0.6.3
6142026-07-23T00:40:21.083Z Downloaded embedded-io v0.4.0
6152026-07-23T00:40:21.083Z Downloaded diesel-dtrace v0.5.0
6162026-07-23T00:40:21.083Z Downloaded delegate v0.13.5
6172026-07-23T00:40:21.083Z Downloaded darling_core v0.21.3
6182026-07-23T00:40:21.083Z Downloaded git-stub v1.0.0
6192026-07-23T00:40:21.083Z Downloaded gethostname v0.5.0
6202026-07-23T00:40:21.083Z Downloaded globwalk v0.9.1
6212026-07-23T00:40:21.083Z Downloaded fxhash v0.2.1
6222026-07-23T00:40:21.083Z Downloaded constant_time_eq v0.4.2
6232026-07-23T00:40:21.084Z Downloaded futures-task v0.3.32
6242026-07-23T00:40:21.084Z Downloaded cmake v0.1.57
6252026-07-23T00:40:21.084Z Downloaded defmt-macros v1.0.1
6262026-07-23T00:40:21.090Z Downloaded bitflags v1.3.2
6272026-07-23T00:40:21.090Z Downloaded ed25519 v2.2.3
6282026-07-23T00:40:21.090Z Downloaded ghash v0.6.0
6292026-07-23T00:40:21.090Z Downloaded fallible-iterator v0.2.0
6302026-07-23T00:40:21.090Z Downloaded crc32fast v1.5.0
6312026-07-23T00:40:21.090Z Downloaded ctr v0.10.1
6322026-07-23T00:40:21.090Z Downloaded hash32 v0.3.1
6332026-07-23T00:40:21.090Z Downloaded darling v0.21.3
6342026-07-23T00:40:21.094Z Downloaded headers-core v0.3.0
6352026-07-23T00:40:21.094Z Downloaded clang-sys v1.8.1
6362026-07-23T00:40:21.095Z Downloaded bzip2 v0.4.4
6372026-07-23T00:40:21.098Z Downloaded cipher v0.5.2
6382026-07-23T00:40:21.098Z Downloaded darling_core v0.20.11
6392026-07-23T00:40:21.102Z Downloaded fs_extra v1.3.0
6402026-07-23T00:40:21.102Z Downloaded byte-wrapper v0.1.0
6412026-07-23T00:40:21.102Z Downloaded argon2 v0.5.3
6422026-07-23T00:40:21.104Z Downloaded hex-literal v1.1.0
6432026-07-23T00:40:21.104Z Downloaded crc-any v2.5.0
6442026-07-23T00:40:21.104Z Downloaded chacha20poly1305 v0.10.1
6452026-07-23T00:40:21.107Z Downloaded hex v0.4.3
6462026-07-23T00:40:21.107Z Downloaded des v0.9.0
6472026-07-23T00:40:21.112Z Downloaded filetime v0.2.27
6482026-07-23T00:40:21.112Z Downloaded env_logger v0.11.9
6492026-07-23T00:40:21.115Z Downloaded hash32 v0.2.1
6502026-07-23T00:40:21.115Z Downloaded foldhash v0.2.0
6512026-07-23T00:40:21.115Z Downloaded fs-err v2.11.0
6522026-07-23T00:40:21.116Z Downloaded foldhash v0.1.5
6532026-07-23T00:40:21.116Z Downloaded find-msvc-tools v0.1.9
6542026-07-23T00:40:21.119Z Downloaded futures-core v0.3.32
6552026-07-23T00:40:21.119Z Downloaded home v0.5.12
6562026-07-23T00:40:21.119Z Downloaded either v1.15.0
6572026-07-23T00:40:21.122Z Downloaded hubpack_derive v0.1.1
6582026-07-23T00:40:21.122Z Downloaded hostname v0.4.2
6592026-07-23T00:40:21.122Z Downloaded derive_builder v0.20.2
6602026-07-23T00:40:21.126Z Downloaded hostname v0.3.1
6612026-07-23T00:40:21.126Z Downloaded http-body v1.0.1
6622026-07-23T00:40:21.130Z Downloaded hubpack v0.1.2
6632026-07-23T00:40:21.130Z Downloaded colored v3.1.1
6642026-07-23T00:40:21.130Z Downloaded bcs v0.1.6
6652026-07-23T00:40:21.133Z Downloaded convert_case v0.10.0
6662026-07-23T00:40:21.133Z Downloaded ciborium v0.2.2
6672026-07-23T00:40:21.134Z Downloaded futures-executor v0.3.32
6682026-07-23T00:40:21.137Z Downloaded ecdsa v0.16.9
6692026-07-23T00:40:21.137Z Downloaded enum_dispatch v0.3.13
6702026-07-23T00:40:21.140Z Downloaded diff v0.1.13
6712026-07-23T00:40:21.140Z Downloaded http-range v0.1.5
6722026-07-23T00:40:21.144Z Downloaded illumos-nvpair v0.3.0
6732026-07-23T00:40:21.144Z Downloaded ident_case v1.0.1
6742026-07-23T00:40:21.144Z Downloaded hyper-tls v0.6.0
6752026-07-23T00:40:21.144Z Downloaded derive-ex v0.1.8
6762026-07-23T00:40:21.144Z Downloaded blake2 v0.11.0-rc.6
6772026-07-23T00:40:21.148Z Downloaded git-stub-vcs v0.1.0
6782026-07-23T00:40:21.148Z Downloaded const-oid v0.9.6
6792026-07-23T00:40:21.149Z Downloaded idna_adapter v1.2.1
6802026-07-23T00:40:21.151Z Downloaded glob v0.3.3
6812026-07-23T00:40:21.151Z Downloaded colored v2.2.0
6822026-07-23T00:40:21.151Z Downloaded console v0.15.11
6832026-07-23T00:40:21.154Z Downloaded async-trait v0.1.89
6842026-07-23T00:40:21.154Z Downloaded instant v0.1.13
6852026-07-23T00:40:21.161Z Downloaded indoc v1.0.9
6862026-07-23T00:40:21.161Z Downloaded bzip2 v0.6.1
6872026-07-23T00:40:21.161Z Downloaded ahash v0.8.12
6882026-07-23T00:40:21.167Z Downloaded inout v0.2.2
6892026-07-23T00:40:21.167Z Downloaded group v0.14.0
6902026-07-23T00:40:21.167Z Downloaded group v0.13.0
6912026-07-23T00:40:21.167Z Downloaded aes-gcm v0.11.0
6922026-07-23T00:40:21.167Z Downloaded instability v0.3.11
6932026-07-23T00:40:21.172Z Downloaded inout v0.1.4
6942026-07-23T00:40:21.172Z Downloaded erased-serde v0.3.31
6952026-07-23T00:40:21.172Z Downloaded chacha20 v0.10.0
6962026-07-23T00:40:21.172Z Downloaded indent_write v2.2.0
6972026-07-23T00:40:21.176Z Downloaded futures-channel v0.3.32
6982026-07-23T00:40:21.176Z Downloaded internet-checksum v0.2.1
6992026-07-23T00:40:21.176Z Downloaded is_ci v1.2.0
7002026-07-23T00:40:21.176Z Downloaded is-terminal v0.4.17
7012026-07-23T00:40:21.176Z Downloaded illumos-nvpair-sys v0.2.0
7022026-07-23T00:40:21.176Z Downloaded chacha20 v0.9.1
7032026-07-23T00:40:21.180Z Downloaded backon v1.6.0
7042026-07-23T00:40:21.180Z Downloaded fixedbitset v0.5.7
7052026-07-23T00:40:21.185Z Downloaded lalrpop-util v0.19.12
7062026-07-23T00:40:21.185Z Downloaded ecdsa v0.17.0-rc.18
7072026-07-23T00:40:21.185Z Downloaded libscf-sys v1.1.0
7082026-07-23T00:40:21.185Z Downloaded drift v0.2.0
7092026-07-23T00:40:21.188Z Downloaded kem v0.3.0
7102026-07-23T00:40:21.195Z Downloaded keccak v0.1.6
7112026-07-23T00:40:21.195Z Downloaded getrandom v0.2.17
7122026-07-23T00:40:21.198Z Downloaded blake2 v0.10.6
7132026-07-23T00:40:21.198Z Downloaded globset v0.4.18
7142026-07-23T00:40:21.198Z Downloaded kstat-rs v0.2.4
7152026-07-23T00:40:21.198Z Downloaded humantime v2.3.0
7162026-07-23T00:40:21.199Z Downloaded http-body-util v0.1.3
7172026-07-23T00:40:21.199Z Downloaded lru-cache v0.1.2
7182026-07-23T00:40:21.202Z Downloaded elliptic-curve v0.14.0-rc.33
7192026-07-23T00:40:21.202Z Downloaded lru v0.12.5
7202026-07-23T00:40:21.205Z Downloaded md-5 v0.10.6
7212026-07-23T00:40:21.205Z Downloaded httpdate v1.0.3
7222026-07-23T00:40:21.205Z Downloaded match_cfg v0.1.0
7232026-07-23T00:40:21.205Z Downloaded linked-hash-map v0.5.6
7242026-07-23T00:40:21.208Z Downloaded managed v0.8.0
7252026-07-23T00:40:21.209Z Downloaded base64 v0.22.1
7262026-07-23T00:40:21.209Z Downloaded dropshot_endpoint v0.17.1
7272026-07-23T00:40:21.213Z Downloaded derive-where v1.6.0
7282026-07-23T00:40:21.217Z Downloaded half v1.8.3
7292026-07-23T00:40:21.217Z Downloaded hyper-staticfile v0.10.1
7302026-07-23T00:40:21.217Z Downloaded const-oid v0.10.2
7312026-07-23T00:40:21.222Z Downloaded crossbeam-epoch v0.9.18
7322026-07-23T00:40:21.222Z Downloaded memoffset v0.9.1
7332026-07-23T00:40:21.222Z Downloaded indoc v2.0.7
7342026-07-23T00:40:21.227Z Downloaded maplit v1.0.2
7352026-07-23T00:40:21.227Z Downloaded lru-slab v0.1.2
7362026-07-23T00:40:21.227Z Downloaded ff v0.14.0
7372026-07-23T00:40:21.227Z Downloaded impl-trait-for-tuples v0.2.3
7382026-07-23T00:40:21.227Z Downloaded md5 v0.8.0
7392026-07-23T00:40:21.227Z Downloaded mime v0.3.17
7402026-07-23T00:40:21.230Z Downloaded ipnet v2.11.0
7412026-07-23T00:40:21.230Z Downloaded der v0.7.10
7422026-07-23T00:40:21.234Z Downloaded newline-converter v0.3.0
7432026-07-23T00:40:21.234Z Downloaded arc-swap v1.8.2
7442026-07-23T00:40:21.238Z Downloaded ff v0.13.1
7452026-07-23T00:40:21.238Z Downloaded futures v0.3.32
7462026-07-23T00:40:21.243Z Downloaded lazy_static v1.5.0
7472026-07-23T00:40:21.243Z Downloaded jobserver v0.1.34
7482026-07-23T00:40:21.243Z Downloaded ingot-types v0.1.2
7492026-07-23T00:40:21.246Z Downloaded highway v1.3.0
7502026-07-23T00:40:21.246Z Downloaded hmac v0.12.1
7512026-07-23T00:40:21.246Z Downloaded newtype_derive v0.1.6
7522026-07-23T00:40:21.246Z Downloaded nonempty v0.12.0
7532026-07-23T00:40:21.251Z Downloaded nodrop v0.1.14
7542026-07-23T00:40:21.251Z Downloaded nibble_vec v0.1.0
7552026-07-23T00:40:21.251Z Downloaded newtype-uuid-macros v0.1.0
7562026-07-23T00:40:21.259Z Downloaded new_debug_unreachable v1.0.6
7572026-07-23T00:40:21.259Z Downloaded camino-tempfile-ext v0.3.3
7582026-07-23T00:40:21.259Z Downloaded blowfish v0.10.0
7592026-07-23T00:40:21.259Z Downloaded num v0.4.3
7602026-07-23T00:40:21.259Z Downloaded normalize-line-endings v0.3.0
7612026-07-23T00:40:21.264Z Downloaded base64ct v1.8.3
7622026-07-23T00:40:21.264Z Downloaded num-iter v0.1.45
7632026-07-23T00:40:21.264Z Downloaded num-derive v0.4.2
7642026-07-23T00:40:21.264Z Downloaded darling v0.13.4
7652026-07-23T00:40:21.264Z Downloaded ipnetwork v0.21.1
7662026-07-23T00:40:21.264Z Downloaded keccak v0.2.0
7672026-07-23T00:40:21.264Z Downloaded linear-map v1.2.0
7682026-07-23T00:40:21.268Z Downloaded libsw v3.5.0
7692026-07-23T00:40:21.268Z Downloaded num-conv v0.2.0
7702026-07-23T00:40:21.268Z Downloaded lock_api v0.4.14
7712026-07-23T00:40:21.268Z Downloaded hmac v0.13.0
7722026-07-23T00:40:21.268Z Downloaded hybrid-array v0.4.13
7732026-07-23T00:40:21.274Z Downloaded httparse v1.10.1
7742026-07-23T00:40:21.274Z Downloaded maybe-uninit v2.0.0
7752026-07-23T00:40:21.274Z Downloaded elliptic-curve v0.13.8
7762026-07-23T00:40:21.281Z Downloaded olpc-cjson v0.1.4
7772026-07-23T00:40:21.281Z Downloaded num_threads v0.1.7
7782026-07-23T00:40:21.281Z Downloaded bumpalo v3.20.2
7792026-07-23T00:40:21.284Z Downloaded num_enum_derive v0.5.11
7802026-07-23T00:40:21.284Z Downloaded num-derive v0.3.3
7812026-07-23T00:40:21.284Z Downloaded fatfs v0.3.6
7822026-07-23T00:40:21.284Z Downloaded hyper-rustls v0.27.7
7832026-07-23T00:40:21.284Z Downloaded getrandom v0.3.4
7842026-07-23T00:40:21.287Z Downloaded lzss v0.8.2
7852026-07-23T00:40:21.287Z Downloaded libsw-core v0.3.2
7862026-07-23T00:40:21.287Z Downloaded openssl-macros v0.1.1
7872026-07-23T00:40:21.291Z Downloaded multimap v0.10.1
7882026-07-23T00:40:21.291Z Downloaded compact_str v0.8.1
7892026-07-23T00:40:21.291Z Downloaded openssl-probe v0.1.6
7902026-07-23T00:40:21.293Z Downloaded opaque-debug v0.3.1
7912026-07-23T00:40:21.294Z Downloaded openssl-probe v0.2.1
7922026-07-23T00:40:21.294Z Downloaded mime_guess v2.0.5
7932026-07-23T00:40:21.296Z Downloaded generic-array v1.4.3
7942026-07-23T00:40:21.296Z Downloaded crypto-bigint v0.5.5
7952026-07-23T00:40:21.299Z Downloaded const_format v0.2.35
7962026-07-23T00:40:21.304Z Downloaded bytes v1.11.1
7972026-07-23T00:40:21.307Z Downloaded ingot-macros v0.1.1
7982026-07-23T00:40:21.307Z Downloaded ingot v0.1.1
7992026-07-23T00:40:21.307Z Downloaded multer v3.1.0
8002026-07-23T00:40:21.310Z Downloaded daft-derive v0.1.7
8012026-07-23T00:40:21.313Z Downloaded oso-derive v0.27.3
8022026-07-23T00:40:21.313Z Downloaded float-ord v0.3.2
8032026-07-23T00:40:21.313Z Downloaded float-cmp v0.10.0
8042026-07-23T00:40:21.313Z Downloaded cancel-safe-futures v0.1.5
8052026-07-23T00:40:21.316Z Downloaded buf-list v1.1.2
8062026-07-23T00:40:21.325Z Downloaded packed_struct_codegen v0.10.1
8072026-07-23T00:40:21.325Z Downloaded native-tls v0.2.18
8082026-07-23T00:40:21.325Z Downloaded newtype-uuid v1.3.2
8092026-07-23T00:40:21.330Z Downloaded derive_more v2.1.1
8102026-07-23T00:40:21.330Z Downloaded parse-display v0.10.0
8112026-07-23T00:40:21.330Z Downloaded password-hash v0.6.1
8122026-07-23T00:40:21.330Z Downloaded crossbeam-channel v0.5.15
8132026-07-23T00:40:21.333Z Downloaded num-complex v0.4.6
8142026-07-23T00:40:21.333Z Downloaded nu-ansi-term v0.50.3
8152026-07-23T00:40:21.336Z Downloaded parse-size v1.1.0
8162026-07-23T00:40:21.336Z Downloaded derive_more v0.99.20
8172026-07-23T00:40:21.339Z Downloaded num-integer v0.1.46
8182026-07-23T00:40:21.339Z Downloaded libloading v0.8.9
8192026-07-23T00:40:21.339Z Downloaded libefi-sys v0.1.0
8202026-07-23T00:40:21.342Z Downloaded path-slash v0.1.5
8212026-07-23T00:40:21.342Z Downloaded num_enum v0.7.6
8222026-07-23T00:40:21.345Z Downloaded peg-runtime v0.8.5
8232026-07-23T00:40:21.345Z Downloaded num_enum v0.5.11
8242026-07-23T00:40:21.363Z Downloaded phf_shared v0.12.1
8252026-07-23T00:40:21.366Z Downloaded percent-encoding v2.3.2
8262026-07-23T00:40:21.366Z Downloaded num_enum_derive v0.7.6
8272026-07-23T00:40:21.366Z Downloaded memmap2 v0.9.10
8282026-07-23T00:40:21.366Z Downloaded litemap v0.8.1
8292026-07-23T00:40:21.369Z Downloaded ignore v0.4.25
8302026-07-23T00:40:21.372Z Downloaded icu_provider v2.1.1
8312026-07-23T00:40:21.372Z Downloaded heapless v0.7.17
8322026-07-23T00:40:21.375Z Downloaded headers v0.4.1
8332026-07-23T00:40:21.380Z Downloaded phf_shared v0.13.1
8342026-07-23T00:40:21.380Z Downloaded oxnet v0.1.6
8352026-07-23T00:40:21.380Z Downloaded oxide-update-engine v0.1.2
8362026-07-23T00:40:21.385Z Downloaded oxide-tokio-rt v0.1.4
8372026-07-23T00:40:21.385Z Downloaded module-lattice v0.2.3
8382026-07-23T00:40:21.385Z Downloaded ml-kem v0.3.2
8392026-07-23T00:40:21.385Z Downloaded predicates-tree v1.0.13
8402026-07-23T00:40:21.388Z Downloaded precomputed-hash v0.1.1
8412026-07-23T00:40:21.388Z Downloaded potential_utf v0.1.4
8422026-07-23T00:40:21.388Z Downloaded packed_struct v0.10.1
8432026-07-23T00:40:21.388Z Downloaded indexmap v1.9.3
8442026-07-23T00:40:21.391Z Downloaded oxide-update-engine-display v0.1.2
8452026-07-23T00:40:21.391Z Downloaded diesel_derives v2.3.7
8462026-07-23T00:40:21.394Z Downloaded heapless v0.8.0
8472026-07-23T00:40:21.397Z Downloaded flate2 v1.1.9
8482026-07-23T00:40:21.399Z Downloaded iana-time-zone v0.1.65
8492026-07-23T00:40:21.402Z Downloaded num-rational v0.4.2
8502026-07-23T00:40:21.402Z Downloaded predicates-core v1.0.10
8512026-07-23T00:40:21.405Z Downloaded proc-macro-crate v1.3.1
8522026-07-23T00:40:21.405Z Downloaded parse-display-derive v0.10.0
8532026-07-23T00:40:21.405Z Downloaded cc v1.2.56
8542026-07-23T00:40:21.408Z Downloaded icu_properties v2.1.2
8552026-07-23T00:40:21.408Z Downloaded peg-macros v0.8.5
8562026-07-23T00:40:21.411Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-07-23T00:40:21.411Z Downloaded pbkdf2 v0.13.0
8582026-07-23T00:40:21.414Z Downloaded paste v1.0.15
8592026-07-23T00:40:21.414Z Downloaded litrs v1.0.0
8602026-07-23T00:40:21.416Z Downloaded password-hash v0.5.0
8612026-07-23T00:40:21.416Z Downloaded pem v3.0.6
8622026-07-23T00:40:21.419Z Downloaded libbz2-rs-sys v0.2.2
8632026-07-23T00:40:21.420Z Downloaded icu_normalizer_data v2.1.1
8642026-07-23T00:40:21.422Z Downloaded phf_shared v0.11.3
8652026-07-23T00:40:21.422Z Downloaded pem-rfc7468 v1.0.0
8662026-07-23T00:40:21.422Z Downloaded quick-error v1.2.3
8672026-07-23T00:40:21.425Z Downloaded progenitor-macro v0.14.0
8682026-07-23T00:40:21.425Z Downloaded phc v0.6.1
8692026-07-23T00:40:21.425Z Downloaded phf v0.13.1
8702026-07-23T00:40:21.428Z Downloaded phf v0.12.1
8712026-07-23T00:40:21.428Z Downloaded psl-types v2.0.11
8722026-07-23T00:40:21.428Z Downloaded radium v0.7.0
8732026-07-23T00:40:21.431Z Downloaded progenitor-client v0.14.0
8742026-07-23T00:40:21.431Z Downloaded pem-rfc7468 v0.7.0
8752026-07-23T00:40:21.431Z Downloaded icu_normalizer v2.1.1
8762026-07-23T00:40:21.434Z Downloaded derive_more-impl v2.1.1
8772026-07-23T00:40:21.437Z Downloaded pkcs8 v0.10.2
8782026-07-23T00:40:21.440Z Downloaded crossterm v0.29.0
8792026-07-23T00:40:21.443Z Downloaded port-file v0.1.0
8802026-07-23T00:40:21.446Z Downloaded indicatif v0.18.4
8812026-07-23T00:40:21.446Z Downloaded rand_chacha v0.3.1
8822026-07-23T00:40:21.450Z Downloaded hickory-resolver v0.25.2
8832026-07-23T00:40:21.454Z Downloaded rand_xorshift v0.4.0
8842026-07-23T00:40:21.454Z Downloaded postgres-protocol v0.6.10
8852026-07-23T00:40:21.454Z Downloaded predicates v3.1.4
8862026-07-23T00:40:21.459Z Downloaded powerfmt v0.2.0
8872026-07-23T00:40:21.459Z Downloaded polyval v0.7.1
8882026-07-23T00:40:21.459Z Downloaded poly1305 v0.8.0
8892026-07-23T00:40:21.459Z Downloaded pin-project-lite v0.2.17
8902026-07-23T00:40:21.462Z Downloaded ppv-lite86 v0.2.21
8912026-07-23T00:40:21.462Z Downloaded parking_lot_core v0.9.12
8922026-07-23T00:40:21.464Z Downloaded ed25519-dalek v3.0.0-rc.0
8932026-07-23T00:40:21.467Z Downloaded parking_lot v0.12.5
8942026-07-23T00:40:21.467Z Downloaded proc-macro-crate v3.4.0
8952026-07-23T00:40:21.471Z Downloaded parking_lot_core v0.8.6
8962026-07-23T00:40:21.471Z Downloaded primeorder v0.13.6
8972026-07-23T00:40:21.471Z Downloaded peg v0.8.5
8982026-07-23T00:40:21.474Z Downloaded progenitor v0.14.0
8992026-07-23T00:40:21.474Z Downloaded recursive v0.1.1
9002026-07-23T00:40:21.477Z Downloaded progenitor v0.13.0
9012026-07-23T00:40:21.477Z Downloaded primeorder v0.14.0-rc.10
9022026-07-23T00:40:21.477Z Downloaded num-traits v0.2.19
9032026-07-23T00:40:21.480Z Downloaded progenitor-client v0.13.0
9042026-07-23T00:40:21.480Z Downloaded proc-macro-error2 v2.0.1
9052026-07-23T00:40:21.483Z Downloaded ref-cast-impl v1.0.25
9062026-07-23T00:40:21.483Z Downloaded ref-cast v1.0.25
9072026-07-23T00:40:21.486Z Downloaded omicron-zone-package v0.12.3
9082026-07-23T00:40:21.486Z Downloaded poly1305 v0.9.0
9092026-07-23T00:40:21.488Z Downloaded pkcs1 v0.8.0-rc.4
9102026-07-23T00:40:21.492Z Downloaded primefield v0.14.0
9112026-07-23T00:40:21.492Z Downloaded progenitor-macro v0.13.0
9122026-07-23T00:40:21.495Z Downloaded progenitor-extras v0.2.0
9132026-07-23T00:40:21.495Z Downloaded parking_lot v0.11.2
9142026-07-23T00:40:21.495Z Downloaded rfc6979 v0.4.0
9152026-07-23T00:40:21.498Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-07-23T00:40:21.498Z Downloaded rfc6979 v0.5.0
9172026-07-23T00:40:21.498Z Downloaded ed25519-dalek v2.2.0
9182026-07-23T00:40:21.501Z Downloaded hickory-resolver v0.24.4
9192026-07-23T00:40:21.505Z Downloaded postcard v1.1.3
9202026-07-23T00:40:21.507Z Downloaded pkg-config v0.3.32
9212026-07-23T00:40:21.507Z Downloaded pkcs8 v0.11.0
9222026-07-23T00:40:21.510Z Downloaded psm v0.1.30
9232026-07-23T00:40:21.513Z Downloaded oxide-update-engine-types v0.1.2
9242026-07-23T00:40:21.513Z Downloaded rustc-hash v2.1.1
9252026-07-23T00:40:21.516Z Downloaded rand_core v0.6.4
9262026-07-23T00:40:21.516Z Downloaded russh-util v0.52.0
9272026-07-23T00:40:21.516Z Downloaded rtoolbox v0.0.3
9282026-07-23T00:40:21.520Z Downloaded papergrid v0.17.0
9292026-07-23T00:40:21.523Z Downloaded rand_chacha v0.9.0
9302026-07-23T00:40:21.523Z Downloaded rustc_version v0.1.7
9312026-07-23T00:40:21.523Z Downloaded jiff-static v0.2.21
9322026-07-23T00:40:21.526Z Downloaded rustc_version v0.4.1
9332026-07-23T00:40:21.526Z Downloaded r2d2 v0.8.10
9342026-07-23T00:40:21.529Z Downloaded pkcs1 v0.7.5
9352026-07-23T00:40:21.529Z Downloaded miniz_oxide v0.8.9
9362026-07-23T00:40:21.531Z Downloaded rand_core v0.10.0
9372026-07-23T00:40:21.534Z Downloaded postgres-types v0.2.12
9382026-07-23T00:40:21.534Z Downloaded pin-project-internal v1.1.11
9392026-07-23T00:40:21.537Z Downloaded sapling-renderdag v0.1.0
9402026-07-23T00:40:21.537Z Downloaded scroll_derive v0.13.1
9412026-07-23T00:40:21.537Z Downloaded owo-colors v4.3.0
9422026-07-23T00:40:21.540Z Downloaded icu_locale_core v2.1.1
9432026-07-23T00:40:21.543Z Downloaded seq-macro v0.3.6
9442026-07-23T00:40:21.546Z Downloaded secrecy v0.10.3
9452026-07-23T00:40:21.546Z Downloaded rand_core v0.9.5
9462026-07-23T00:40:21.549Z Downloaded async-compression v0.4.41
9472026-07-23T00:40:21.552Z Downloaded rand_seeder v0.4.0
9482026-07-23T00:40:21.552Z Downloaded pkcs5 v0.8.1
9492026-07-23T00:40:21.555Z Downloaded scheduled-thread-pool v0.2.7
9502026-07-23T00:40:21.557Z Downloaded same-file v1.0.6
9512026-07-23T00:40:21.558Z Downloaded expectorate v1.2.0
9522026-07-23T00:40:21.560Z Downloaded half v2.7.1
9532026-07-23T00:40:21.563Z Downloaded russh-cryptovec v0.61.0
9542026-07-23T00:40:21.563Z Downloaded crossterm v0.28.1
9552026-07-23T00:40:21.566Z Downloaded serde-big-array v0.5.1
9562026-07-23T00:40:21.569Z Downloaded semver v0.1.20
9572026-07-23T00:40:21.569Z Downloaded secrecy v0.8.0
9582026-07-23T00:40:21.573Z Downloaded serde_urlencoded v0.7.1
9592026-07-23T00:40:21.573Z Downloaded quinn-udp v0.5.14
9602026-07-23T00:40:21.577Z Downloaded pin-project v1.1.11
9612026-07-23T00:40:21.580Z Downloaded p256 v0.14.0-rc.10
9622026-07-23T00:40:21.582Z Downloaded rpassword v7.5.4
9632026-07-23T00:40:21.585Z Downloaded oso v0.27.3
9642026-07-23T00:40:21.588Z Downloaded rustversion v1.0.22
9652026-07-23T00:40:21.591Z Downloaded sha1 v0.11.0
9662026-07-23T00:40:21.591Z Downloaded rustls-native-certs v0.8.3
9672026-07-23T00:40:21.594Z Downloaded sha1 v0.10.6
9682026-07-23T00:40:21.594Z Downloaded rustls-pemfile v2.2.0
9692026-07-23T00:40:21.597Z Downloaded rusty-fork v0.3.1
9702026-07-23T00:40:21.597Z Downloaded shell-words v1.1.1
9712026-07-23T00:40:21.600Z Downloaded openssl-sys v0.9.115
9722026-07-23T00:40:21.603Z Downloaded minimal-lexical v0.2.1
9732026-07-23T00:40:21.606Z Downloaded hashbrown v0.12.3
9742026-07-23T00:40:21.609Z Downloaded serde_repr v0.1.20
9752026-07-23T00:40:21.609Z Downloaded siphasher v1.0.2
9762026-07-23T00:40:21.611Z Downloaded signal-hook-mio v0.2.5
9772026-07-23T00:40:21.611Z Downloaded signature v2.2.0
9782026-07-23T00:40:21.615Z Downloaded signal-hook-tokio v0.3.1
9792026-07-23T00:40:21.616Z Downloaded scrypt v0.12.0
9802026-07-23T00:40:21.619Z Downloaded signature v3.0.0
9812026-07-23T00:40:21.619Z Downloaded hyper-util v0.1.20
9822026-07-23T00:40:21.622Z Downloaded sigpipe v0.1.3
9832026-07-23T00:40:21.622Z Downloaded scopeguard v1.2.0
9842026-07-23T00:40:21.622Z Downloaded dropshot-api-manager v0.7.2
9852026-07-23T00:40:21.625Z Downloaded slog-envlogger v2.2.0
9862026-07-23T00:40:21.628Z Downloaded progenitor-impl v0.14.0
9872026-07-23T00:40:21.631Z Downloaded icu_collections v2.1.1
9882026-07-23T00:40:21.633Z Downloaded scroll v0.13.0
9892026-07-23T00:40:21.636Z Downloaded schemars_derive v0.8.22
9902026-07-23T00:40:21.636Z Downloaded aes v0.9.1
9912026-07-23T00:40:21.639Z Downloaded slog-bunyan v2.5.0
9922026-07-23T00:40:21.639Z Downloaded serde_path_to_error v0.1.20
9932026-07-23T00:40:21.643Z Downloaded sec1 v0.8.1
9942026-07-23T00:40:21.643Z Downloaded serde_plain v1.0.2
9952026-07-23T00:40:21.646Z Downloaded serde_bytes v0.11.19
9962026-07-23T00:40:21.646Z Downloaded resolv-conf v0.7.6
9972026-07-23T00:40:21.647Z Downloaded serde_derive_internals v0.29.1
9982026-07-23T00:40:21.650Z Downloaded serde-hex v0.1.0
9992026-07-23T00:40:21.650Z Downloaded nanorand v0.7.0
10002026-07-23T00:40:21.650Z Downloaded flume v0.11.1
10012026-07-23T00:40:21.653Z Downloaded argon2 v0.6.0-rc.8
10022026-07-23T00:40:21.656Z Downloaded const_format_proc_macros v0.2.34
10032026-07-23T00:40:21.656Z Downloaded cbc v0.2.1
10042026-07-23T00:40:21.659Z Downloaded cookie_store v0.22.1
10052026-07-23T00:40:21.665Z Downloaded p384 v0.14.0-rc.10
10062026-07-23T00:40:21.668Z Downloaded signal-hook-registry v1.4.8
10072026-07-23T00:40:21.668Z Downloaded itertools v0.10.5
10082026-07-23T00:40:21.672Z Downloaded shlex v1.3.0
10092026-07-23T00:40:21.675Z Downloaded prettyplease v0.2.37
10102026-07-23T00:40:21.678Z Downloaded http v1.4.2
10112026-07-23T00:40:21.682Z Downloaded strsim v0.10.0
10122026-07-23T00:40:21.682Z Downloaded strip-ansi-escapes v0.2.1
10132026-07-23T00:40:21.682Z Downloaded stable_deref_trait v1.2.1
10142026-07-23T00:40:21.685Z Downloaded pretty_assertions v1.4.1
10152026-07-23T00:40:21.685Z Downloaded sqlparser_derive v0.5.0
10162026-07-23T00:40:21.685Z Downloaded salsa20 v0.11.0
10172026-07-23T00:40:21.685Z Downloaded serdect v0.4.3
10182026-07-23T00:40:21.688Z Downloaded slog-async v2.8.0
10192026-07-23T00:40:21.688Z Downloaded slab v0.4.12
10202026-07-23T00:40:21.691Z Downloaded hickory-server v0.25.2
10212026-07-23T00:40:21.694Z Downloaded strum v0.26.3
10222026-07-23T00:40:21.694Z Downloaded sync-ptr v0.1.4
10232026-07-23T00:40:21.694Z Downloaded structmeta v0.3.0
10242026-07-23T00:40:21.696Z Downloaded prefix-trie v0.7.0
10252026-07-23T00:40:21.699Z Downloaded slog-json v2.6.1
10262026-07-23T00:40:21.700Z Downloaded simd-adler32 v0.3.8
10272026-07-23T00:40:21.704Z Downloaded progenitor-impl v0.13.0
10282026-07-23T00:40:21.704Z Downloaded hashbrown v0.13.2
10292026-07-23T00:40:21.707Z Downloaded serde_spanned v1.1.1
10302026-07-23T00:40:21.707Z Downloaded slog-term v2.9.2
10312026-07-23T00:40:21.711Z Downloaded rcgen v0.12.1
10322026-07-23T00:40:21.711Z Downloaded supports-color v3.0.2
10332026-07-23T00:40:21.714Z Downloaded sec1 v0.7.3
10342026-07-23T00:40:21.714Z Downloaded sync_wrapper v1.0.2
10352026-07-23T00:40:21.717Z Downloaded smf v0.2.3
10362026-07-23T00:40:21.717Z Downloaded smallvec v0.6.14
10372026-07-23T00:40:21.720Z Downloaded slog-scope v4.4.1
10382026-07-23T00:40:21.720Z Downloaded tap v1.0.1
10392026-07-23T00:40:21.720Z Downloaded tabled_derive v0.11.0
10402026-07-23T00:40:21.723Z Downloaded serde_cbor v0.11.2
10412026-07-23T00:40:21.723Z Downloaded rustls-platform-verifier v0.6.2
10422026-07-23T00:40:21.726Z Downloaded snafu-derive v0.8.9
10432026-07-23T00:40:21.729Z Downloaded rustls-pki-types v1.14.0
10442026-07-23T00:40:21.729Z Downloaded slog-dtrace v0.3.0
10452026-07-23T00:40:21.731Z Downloaded mio v1.2.0
10462026-07-23T00:40:21.734Z Downloaded take_mut v0.2.2
10472026-07-23T00:40:21.734Z Downloaded sqlformat v0.3.5
10482026-07-23T00:40:21.737Z Downloaded tagptr v0.2.0
10492026-07-23T00:40:21.737Z Downloaded tabwriter v1.4.1
10502026-07-23T00:40:21.740Z Downloaded serde_with_macros v3.21.0
10512026-07-23T00:40:21.740Z Downloaded ryu v1.0.23
10522026-07-23T00:40:21.743Z Downloaded thiserror-impl-no-std v2.0.2
10532026-07-23T00:40:21.743Z Downloaded serde_with_macros v1.5.2
10542026-07-23T00:40:21.747Z Downloaded thread-id v5.1.0
10552026-07-23T00:40:21.747Z Downloaded testing_table v0.3.0
10562026-07-23T00:40:21.747Z Downloaded nom v7.1.3
10572026-07-23T00:40:21.751Z Downloaded spki v0.8.0
10582026-07-23T00:40:21.754Z Downloaded schemars v0.8.22
10592026-07-23T00:40:21.760Z Downloaded structmeta-derive v0.3.0
10602026-07-23T00:40:21.763Z Downloaded strum v0.27.2
10612026-07-23T00:40:21.763Z Downloaded stringprep v0.1.5
10622026-07-23T00:40:21.763Z Downloaded string_cache v0.8.9
10632026-07-23T00:40:21.766Z Downloaded time-core v0.1.8
10642026-07-23T00:40:21.766Z Downloaded strum_macros v0.24.3
10652026-07-23T00:40:21.769Z Downloaded support-bundle-viewer v0.1.2
10662026-07-23T00:40:21.769Z Downloaded libxml v0.3.3
10672026-07-23T00:40:21.774Z Downloaded subtle v2.6.1
10682026-07-23T00:40:21.777Z Downloaded rayon-core v1.13.0
10692026-07-23T00:40:21.777Z Downloaded publicsuffix v2.3.0
10702026-07-23T00:40:21.780Z Downloaded hashbrown v0.15.5
10712026-07-23T00:40:21.782Z Downloaded tokio-macros v2.7.0
10722026-07-23T00:40:21.782Z Downloaded slog-stdlog v4.1.1
10732026-07-23T00:40:21.785Z Downloaded ron v0.8.1
10742026-07-23T00:40:21.790Z Downloaded spin v0.9.8
10752026-07-23T00:40:21.793Z Downloaded quinn v0.11.9
10762026-07-23T00:40:21.793Z Downloaded tinyvec_macros v0.1.1
10772026-07-23T00:40:21.793Z Downloaded rand v0.8.6
10782026-07-23T00:40:21.796Z Downloaded strum_macros v0.26.4
10792026-07-23T00:40:21.799Z Downloaded qorb v0.4.1
10802026-07-23T00:40:21.802Z Downloaded tokio-test v0.4.5
10812026-07-23T00:40:21.802Z Downloaded futures-util v0.3.32
10822026-07-23T00:40:21.808Z Downloaded termios v0.3.3
10832026-07-23T00:40:21.811Z Downloaded synstructure v0.13.2
10842026-07-23T00:40:21.811Z Downloaded p521 v0.14.0-rc.10
10852026-07-23T00:40:21.814Z Downloaded thread_local v1.1.9
10862026-07-23T00:40:21.817Z Downloaded topological-sort v0.2.2
10872026-07-23T00:40:21.817Z Downloaded termtree v0.5.1
10882026-07-23T00:40:21.817Z Downloaded num-bigint-dig v0.8.6
10892026-07-23T00:40:21.820Z Downloaded signal-hook v0.3.18
10902026-07-23T00:40:21.822Z Downloaded hyper v1.10.1
10912026-07-23T00:40:21.827Z Downloaded try-lock v0.2.5
10922026-07-23T00:40:21.830Z Downloaded trait-variant v0.1.2
10932026-07-23T00:40:21.830Z Downloaded tower-service v0.3.3
10942026-07-23T00:40:21.830Z Downloaded tower-layer v0.3.3
10952026-07-23T00:40:21.833Z Downloaded thiserror-no-std v2.0.2
10962026-07-23T00:40:21.836Z Downloaded unarray v0.1.4
10972026-07-23T00:40:21.836Z Downloaded idna v1.1.0
10982026-07-23T00:40:21.840Z Downloaded icu_properties_data v2.1.2
10992026-07-23T00:40:21.844Z Downloaded slog v2.8.2
11002026-07-23T00:40:21.847Z Downloaded tls_codec v0.4.2
11012026-07-23T00:40:21.861Z Downloaded tinystr v0.8.2
11022026-07-23T00:40:21.861Z Downloaded unicode-xid v0.2.6
11032026-07-23T00:40:21.861Z Downloaded typify-macro v0.6.2
11042026-07-23T00:40:21.861Z Downloaded unicode-truncate v1.1.0
11052026-07-23T00:40:21.861Z Downloaded unit-prefix v0.5.2
11062026-07-23T00:40:21.861Z Downloaded time-macros v0.2.27
11072026-07-23T00:40:21.861Z Downloaded strum_macros v0.27.2
11082026-07-23T00:40:21.861Z Downloaded rand v0.10.1
11092026-07-23T00:40:21.864Z Downloaded blake3 v1.8.5
11102026-07-23T00:40:21.867Z Downloaded tokio-dtrace v0.1.1
11112026-07-23T00:40:21.867Z Downloaded tiny-keccak v2.0.2
11122026-07-23T00:40:21.870Z Downloaded universal-hash v0.6.1
11132026-07-23T00:40:21.870Z Downloaded usdt-macro v0.6.0
11142026-07-23T00:40:21.873Z Downloaded usdt-attr-macro v0.6.0
11152026-07-23T00:40:21.873Z Downloaded untrusted v0.9.0
11162026-07-23T00:40:21.873Z Downloaded usdt v0.6.0
11172026-07-23T00:40:21.873Z Downloaded untrusted v0.7.1
11182026-07-23T00:40:21.876Z Downloaded universal-hash v0.5.1
11192026-07-23T00:40:21.876Z Downloaded tokio-tungstenite v0.23.1
11202026-07-23T00:40:21.880Z Downloaded itertools v0.13.0
11212026-07-23T00:40:21.891Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-07-23T00:40:21.891Z Downloaded utf8_iter v1.0.4
11232026-07-23T00:40:21.891Z Downloaded void v1.0.2
11242026-07-23T00:40:21.894Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11252026-07-23T00:40:21.894Z Downloaded utf-8 v0.7.6
11262026-07-23T00:40:21.894Z Downloaded libm v0.2.16
11272026-07-23T00:40:21.894Z Downloaded toml_writer v1.1.1+spec-1.1.0
11282026-07-23T00:40:21.894Z Downloaded term v0.7.0
11292026-07-23T00:40:21.897Z Downloaded wait-timeout v0.2.1
11302026-07-23T00:40:21.897Z Downloaded schemars v0.9.0
11312026-07-23T00:40:21.904Z Downloaded waitgroup v0.1.2
11322026-07-23T00:40:21.907Z Downloaded tui-tree-widget v0.23.1
11332026-07-23T00:40:21.907Z Downloaded samael v0.0.19
11342026-07-23T00:40:21.911Z Downloaded itertools v0.14.0
11352026-07-23T00:40:21.914Z Downloaded tls_codec_derive v0.4.2
11362026-07-23T00:40:21.917Z Downloaded yoke-derive v0.8.1
11372026-07-23T00:40:21.917Z Downloaded unicase v2.9.0
11382026-07-23T00:40:21.920Z Downloaded rsa v0.9.10
11392026-07-23T00:40:21.923Z Downloaded xattr v1.6.1
11402026-07-23T00:40:21.923Z Downloaded xshell-macros v0.2.7
11412026-07-23T00:40:21.923Z Downloaded iri-string v0.7.10
11422026-07-23T00:40:21.927Z Downloaded tokio-stream v0.1.18
11432026-07-23T00:40:21.930Z Downloaded rustls-webpki v0.103.13
11442026-07-23T00:40:21.933Z Downloaded hkdf v0.13.0
11452026-07-23T00:40:21.936Z Downloaded zerofrom-derive v0.1.6
11462026-07-23T00:40:21.936Z Downloaded subprocess v0.2.15
11472026-07-23T00:40:21.939Z Downloaded zerofrom v0.1.6
11482026-07-23T00:40:21.939Z Downloaded itertools v0.12.1
11492026-07-23T00:40:21.942Z Downloaded zeroize_derive v1.4.3
11502026-07-23T00:40:21.946Z Downloaded term v1.2.1
11512026-07-23T00:40:21.949Z Downloaded vsss-rs v3.3.4
11522026-07-23T00:40:21.949Z Downloaded vergen-gitcl v1.0.8
11532026-07-23T00:40:21.949Z Downloaded similar v2.7.0
11542026-07-23T00:40:21.952Z Downloaded vergen-lib v9.1.0
11552026-07-23T00:40:21.954Z Downloaded vergen-lib v0.1.6
11562026-07-23T00:40:21.954Z Downloaded aws-lc-rs v1.16.3
11572026-07-23T00:40:21.960Z Downloaded zone_cfg_derive v0.3.1
11582026-07-23T00:40:21.967Z Downloaded zone v0.3.1
11592026-07-23T00:40:21.967Z Downloaded bindgen v0.71.1
11602026-07-23T00:40:21.972Z Downloaded uzers v0.12.2
11612026-07-23T00:40:21.972Z Downloaded usdt-impl v0.6.0
11622026-07-23T00:40:21.972Z Downloaded tracing-attributes v0.1.31
11632026-07-23T00:40:21.972Z Downloaded whoami v1.6.1
11642026-07-23T00:40:21.976Z Downloaded whoami v2.1.0
11652026-07-23T00:40:21.976Z Downloaded iddqd v0.4.2
11662026-07-23T00:40:21.980Z Downloaded yoke v0.8.1
11672026-07-23T00:40:21.980Z Downloaded unicode-properties v0.1.4
11682026-07-23T00:40:21.983Z Downloaded tinyvec v1.10.0
11692026-07-23T00:40:21.983Z Downloaded want v0.3.1
11702026-07-23T00:40:21.983Z Downloaded wyz v0.5.1
11712026-07-23T00:40:21.986Z Downloaded writeable v0.6.2
11722026-07-23T00:40:21.986Z Downloaded walkdir v2.5.0
11732026-07-23T00:40:21.989Z Downloaded xshell v0.2.7
11742026-07-23T00:40:21.989Z Downloaded snafu v0.8.9
11752026-07-23T00:40:21.991Z Downloaded tokio-rustls v0.26.4
11762026-07-23T00:40:21.994Z Downloaded rand v0.9.2
11772026-07-23T00:40:21.997Z Downloaded toml v0.7.8
11782026-07-23T00:40:22.000Z Downloaded rustyline v14.0.0
11792026-07-23T00:40:22.006Z Downloaded bitvec v1.0.1
11802026-07-23T00:40:22.011Z Downloaded zstd-safe v7.2.4
11812026-07-23T00:40:22.014Z Downloaded h2 v0.4.15
11822026-07-23T00:40:22.017Z Downloaded tungstenite v0.23.0
11832026-07-23T00:40:22.020Z Downloaded zerovec-derive v0.11.2
11842026-07-23T00:40:22.020Z Downloaded zeroize v1.8.2
11852026-07-23T00:40:22.022Z Downloaded steno v0.4.1
11862026-07-23T00:40:22.022Z Downloaded zstd v0.13.3
11872026-07-23T00:40:22.025Z Downloaded typify v0.6.2
11882026-07-23T00:40:22.028Z Downloaded unicode-bidi v0.3.18
11892026-07-23T00:40:22.031Z Downloaded yasna v0.5.2
11902026-07-23T00:40:22.031Z Downloaded tungstenite v0.21.0
11912026-07-23T00:40:22.035Z Downloaded zerocopy v0.6.6
11922026-07-23T00:40:22.035Z Downloaded vergen v9.1.0
11932026-07-23T00:40:22.040Z Downloaded toml v1.1.2+spec-1.1.0
11942026-07-23T00:40:22.040Z Downloaded schemars v1.2.1
11952026-07-23T00:40:22.047Z Downloaded tar v0.4.46
11962026-07-23T00:40:22.050Z Downloaded rsa v0.10.0-rc.18
11972026-07-23T00:40:22.053Z Downloaded vergen-git2 v9.1.0
11982026-07-23T00:40:22.056Z Downloaded reedline v0.40.0
11992026-07-23T00:40:22.058Z Downloaded vte v0.14.1
12002026-07-23T00:40:22.061Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-07-23T00:40:22.064Z Downloaded uuid v1.23.4
12022026-07-23T00:40:22.065Z Downloaded git2 v0.20.4
12032026-07-23T00:40:22.069Z Downloaded tracing-core v0.1.36
12042026-07-23T00:40:22.072Z Downloaded twox-hash v2.1.2
12052026-07-23T00:40:22.075Z Downloaded test-strategy v0.4.5
12062026-07-23T00:40:22.078Z Downloaded toml_parser v1.1.2+spec-1.1.0
12072026-07-23T00:40:22.078Z Downloaded nom v8.0.0
12082026-07-23T00:40:22.081Z Downloaded unsafe-libyaml v0.2.11
12092026-07-23T00:40:22.083Z Downloaded tokio-postgres v0.7.16
12102026-07-23T00:40:22.087Z Downloaded regex v1.12.3
12112026-07-23T00:40:22.090Z Downloaded chrono v0.4.45
12122026-07-23T00:40:22.094Z Downloaded zopfli v0.8.3
12132026-07-23T00:40:22.097Z Downloaded hkdf v0.12.4
12142026-07-23T00:40:22.100Z Downloaded tokio-tungstenite v0.21.0
12152026-07-23T00:40:22.100Z Downloaded tokio-native-tls v0.3.1
12162026-07-23T00:40:22.102Z Downloaded crypto-primes v0.7.2
12172026-07-23T00:40:22.106Z Downloaded socket2 v0.6.3
12182026-07-23T00:40:22.106Z Downloaded socket2 v0.5.10
12192026-07-23T00:40:22.108Z Downloaded aho-corasick v1.1.4
12202026-07-23T00:40:22.111Z Downloaded serde_yaml v0.9.34+deprecated
12212026-07-23T00:40:22.114Z Downloaded p384 v0.13.1
12222026-07-23T00:40:22.117Z Downloaded spki v0.7.3
12232026-07-23T00:40:22.117Z Downloaded hashbrown v0.16.1
12242026-07-23T00:40:22.120Z Downloaded smallvec v1.15.1
12252026-07-23T00:40:22.124Z Downloaded reqwest v0.12.28
12262026-07-23T00:40:22.127Z Downloaded static_assertions v1.1.0
12272026-07-23T00:40:22.127Z Downloaded reqwest v0.13.2
12282026-07-23T00:40:22.130Z Downloaded yansi v1.0.1
12292026-07-23T00:40:22.138Z Downloaded ssh-encoding v0.3.0-rc.9
12302026-07-23T00:40:22.138Z Downloaded portable-atomic v1.13.1
12312026-07-23T00:40:22.138Z Downloaded unicode_categories v0.1.1
12322026-07-23T00:40:22.141Z Downloaded serde_with v1.14.0
12332026-07-23T00:40:22.145Z Downloaded zerotrie v0.2.3
12342026-07-23T00:40:22.148Z Downloaded ssh-cipher v0.3.0-rc.9
12352026-07-23T00:40:22.148Z Downloaded stacker v0.1.23
12362026-07-23T00:40:22.148Z Downloaded num-bigint v0.4.6
12372026-07-23T00:40:22.151Z Downloaded zip v0.6.6
12382026-07-23T00:40:22.154Z Downloaded rawzip v0.4.4
12392026-07-23T00:40:22.157Z Downloaded rayon v1.11.0
12402026-07-23T00:40:22.163Z Downloaded ssh-key v0.7.0-rc.10
12412026-07-23T00:40:22.166Z Downloaded sha2 v0.11.0
12422026-07-23T00:40:22.169Z Downloaded goblin v0.10.5
12432026-07-23T00:40:22.174Z Downloaded zerocopy-derive v0.8.40
12442026-07-23T00:40:22.179Z Downloaded url v2.5.8
12452026-07-23T00:40:22.181Z Downloaded toml_edit v0.19.15
12462026-07-23T00:40:22.190Z Downloaded quick-xml v0.37.5
12472026-07-23T00:40:22.194Z Downloaded curve25519-dalek v4.1.3
12482026-07-23T00:40:22.200Z Downloaded unicode-segmentation v1.12.0
12492026-07-23T00:40:22.203Z Downloaded x509-cert v0.2.5
12502026-07-23T00:40:22.206Z Downloaded typed-path v0.9.3
12512026-07-23T00:40:22.209Z Downloaded moka v0.12.13
12522026-07-23T00:40:22.214Z Downloaded tower v0.5.3
12532026-07-23T00:40:22.220Z Downloaded unicode-normalization v0.1.25
12542026-07-23T00:40:22.223Z Downloaded lalrpop v0.19.12
12552026-07-23T00:40:22.229Z Downloaded tokio-util v0.7.18
12562026-07-23T00:40:22.233Z Downloaded petname v2.0.2
12572026-07-23T00:40:22.237Z Downloaded object v0.30.4
12582026-07-23T00:40:22.243Z Downloaded tough v0.22.0
12592026-07-23T00:40:22.249Z Downloaded proptest v1.10.0
12602026-07-23T00:40:22.254Z Downloaded zerovec v0.11.5
12612026-07-23T00:40:22.257Z Downloaded tower-http v0.6.8
12622026-07-23T00:40:22.262Z Downloaded quinn-proto v0.11.13
12632026-07-23T00:40:22.267Z Downloaded zip v4.6.1
12642026-07-23T00:40:22.270Z Downloaded russh v0.61.2
12652026-07-23T00:40:22.277Z Downloaded dropshot v0.17.1
12662026-07-23T00:40:22.290Z Downloaded winnow v0.6.26
12672026-07-23T00:40:22.294Z Downloaded winnow v0.5.40
12682026-07-23T00:40:22.299Z Downloaded radix_trie v0.2.1
12692026-07-23T00:40:22.302Z Downloaded bstr v1.12.1
12702026-07-23T00:40:22.308Z Downloaded nix v0.27.1
12712026-07-23T00:40:22.314Z Downloaded openssl v0.10.79
12722026-07-23T00:40:22.322Z Downloaded curve25519-dalek v5.0.0-rc.0
12732026-07-23T00:40:22.327Z Downloaded winnow v1.0.3
12742026-07-23T00:40:22.334Z Downloaded tabled v0.20.0
12752026-07-23T00:40:22.345Z Downloaded nix v0.28.0
12762026-07-23T00:40:22.351Z Downloaded serde_with v3.21.0
12772026-07-23T00:40:22.359Z Downloaded time v0.3.47
12782026-07-23T00:40:22.367Z Downloaded smoltcp v0.9.1
12792026-07-23T00:40:22.374Z Downloaded zlib-rs v0.6.2
12802026-07-23T00:40:22.377Z Downloaded hickory-proto v0.24.4
12812026-07-23T00:40:22.386Z Downloaded vcpkg v0.2.15
12822026-07-23T00:40:22.409Z Downloaded regex-syntax v0.6.29
12832026-07-23T00:40:22.413Z Downloaded object v0.37.3
12842026-07-23T00:40:22.420Z Downloaded zerocopy v0.8.40
12852026-07-23T00:40:22.426Z Downloaded regex-syntax v0.8.10
12862026-07-23T00:40:22.432Z Downloaded nix v0.31.2
12872026-07-23T00:40:22.439Z Downloaded smoltcp v0.11.0
12882026-07-23T00:40:22.446Z Downloaded diesel v2.3.7
12892026-07-23T00:40:22.460Z Downloaded rustix v0.38.44
12902026-07-23T00:40:22.472Z Downloaded hickory-proto v0.25.2
12912026-07-23T00:40:22.483Z Downloaded rustls v0.23.41
12922026-07-23T00:40:22.490Z Downloaded regress v0.11.1
12932026-07-23T00:40:22.494Z Downloaded regress v0.10.5
12942026-07-23T00:40:22.500Z Downloaded openapiv3 v2.2.0
12952026-07-23T00:40:22.509Z Downloaded polar-core v0.27.3
12962026-07-23T00:40:22.513Z Downloaded crypto-bigint v0.7.5
12972026-07-23T00:40:22.523Z Downloaded salty v0.3.0
12982026-07-23T00:40:22.527Z Downloaded tracing v0.1.44
12992026-07-23T00:40:22.542Z Downloaded internal-russh-num-bigint v0.5.0
13002026-07-23T00:40:22.546Z Downloaded sqlparser v0.61.0
13012026-07-23T00:40:22.550Z Downloaded ratatui v0.29.0
13022026-07-23T00:40:22.566Z Downloaded sled v0.34.7
13032026-07-23T00:40:22.579Z Downloaded typify-impl v0.6.2
13042026-07-23T00:40:22.588Z Downloaded fiat-crypto v0.3.0
13052026-07-23T00:40:22.597Z Downloaded petgraph v0.6.5
13062026-07-23T00:40:22.609Z Downloaded sha3 v0.11.0
13072026-07-23T00:40:22.611Z Downloaded jiff v0.2.21
13082026-07-23T00:40:22.623Z Downloaded csv v1.4.0
13092026-07-23T00:40:22.641Z Downloaded petgraph v0.8.3
13102026-07-23T00:40:22.656Z Downloaded regex-automata v0.4.14
13112026-07-23T00:40:22.665Z Downloaded zerocopy-derive v0.6.6
13122026-07-23T00:40:22.670Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-07-23T00:40:22.683Z Downloaded chrono-tz v0.10.4
13142026-07-23T00:40:22.727Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-07-23T00:40:22.766Z Downloaded libz-sys v1.1.24
13162026-07-23T00:40:22.782Z Downloaded sha3 v0.10.8
13172026-07-23T00:40:22.785Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-07-23T00:40:22.805Z Downloaded tokio v1.52.1
13192026-07-23T00:40:22.873Z Downloaded encoding_rs v0.8.35
13202026-07-23T00:40:22.900Z Downloaded ring v0.17.14
13212026-07-23T00:40:23.388Z Downloaded aws-lc-sys v0.40.0
13222026-07-23T00:40:23.637Z Compiling libc v0.2.185
13232026-07-23T00:40:23.637Z Compiling serde_core v1.0.228
13242026-07-23T00:40:23.637Z Compiling serde v1.0.228
13252026-07-23T00:40:23.641Z Compiling log v0.4.29
13262026-07-23T00:40:23.641Z Compiling smallvec v1.15.1
13272026-07-23T00:40:23.641Z Compiling shlex v1.3.0
13282026-07-23T00:40:23.641Z Compiling find-msvc-tools v0.1.9
13292026-07-23T00:40:23.776Z Compiling syn v2.0.117
13302026-07-23T00:40:23.971Z Compiling subtle v2.6.1
13312026-07-23T00:40:23.996Z Compiling scopeguard v1.2.0
13322026-07-23T00:40:24.006Z Compiling stable_deref_trait v1.2.1
13332026-07-23T00:40:24.081Z Compiling lock_api v0.4.14
13342026-07-23T00:40:24.084Z Compiling typenum v1.20.1
13352026-07-23T00:40:24.109Z Compiling serde_json v1.0.150
13362026-07-23T00:40:24.143Z Compiling zerocopy v0.8.40
13372026-07-23T00:40:24.171Z Compiling portable-atomic v1.13.1
13382026-07-23T00:40:24.297Z Compiling pin-project-lite v0.2.17
13392026-07-23T00:40:24.330Z Compiling parking_lot_core v0.9.12
13402026-07-23T00:40:24.391Z Compiling pkg-config v0.3.32
13412026-07-23T00:40:24.587Z Compiling getrandom v0.4.1
13422026-07-23T00:40:24.706Z Compiling jobserver v0.1.34
13432026-07-23T00:40:24.761Z Compiling errno v0.3.14
13442026-07-23T00:40:24.956Z Compiling getrandom v0.2.17
13452026-07-23T00:40:24.970Z Compiling cc v1.2.56
13462026-07-23T00:40:25.010Z Compiling libm v0.2.16
13472026-07-23T00:40:25.080Z Compiling critical-section v1.2.0
13482026-07-23T00:40:25.126Z Compiling rand_core v0.6.4
13492026-07-23T00:40:25.201Z Compiling signal-hook-registry v1.4.8
13502026-07-23T00:40:25.348Z Compiling once_cell v1.21.3
13512026-07-23T00:40:25.391Z Compiling num-traits v0.2.19
13522026-07-23T00:40:25.406Z Compiling futures-core v0.3.32
13532026-07-23T00:40:25.471Z Compiling rand_core v0.10.0
13542026-07-23T00:40:25.501Z Compiling parking_lot v0.12.5
13552026-07-23T00:40:25.569Z Compiling mio v1.2.0
13562026-07-23T00:40:25.755Z Compiling generic-array v0.14.7
13572026-07-23T00:40:25.848Z Compiling litemap v0.8.1
13582026-07-23T00:40:25.869Z Compiling const-oid v0.9.6
13592026-07-23T00:40:26.027Z Compiling bitflags v2.11.0
13602026-07-23T00:40:26.041Z Compiling writeable v0.6.2
13612026-07-23T00:40:26.103Z Compiling percent-encoding v2.3.2
13622026-07-23T00:40:26.251Z Compiling semver v1.0.28
13632026-07-23T00:40:26.277Z Compiling icu_normalizer_data v2.1.1
13642026-07-23T00:40:26.293Z Compiling icu_properties_data v2.1.2
13652026-07-23T00:40:26.543Z Compiling socket2 v0.6.3
13662026-07-23T00:40:26.634Z Compiling futures-sink v0.3.32
13672026-07-23T00:40:26.661Z Compiling futures-task v0.3.32
13682026-07-23T00:40:26.676Z Compiling synstructure v0.13.2
13692026-07-23T00:40:26.693Z Compiling slab v0.4.12
13702026-07-23T00:40:26.740Z Compiling futures-channel v0.3.32
13712026-07-23T00:40:26.835Z Compiling futures-io v0.3.32
13722026-07-23T00:40:26.870Z Compiling utf8_iter v1.0.4
13732026-07-23T00:40:26.950Z Compiling indexmap v2.14.0
13742026-07-23T00:40:26.973Z Compiling form_urlencoded v1.2.2
13752026-07-23T00:40:26.990Z Compiling rustversion v1.0.22
13762026-07-23T00:40:27.015Z Compiling getrandom v0.3.4
13772026-07-23T00:40:27.119Z Compiling cmake v0.1.57
13782026-07-23T00:40:27.137Z Compiling rustix v1.1.3
13792026-07-23T00:40:27.152Z Compiling iana-time-zone v0.1.65
13802026-07-23T00:40:27.283Z Compiling ident_case v1.0.1
13812026-07-23T00:40:27.351Z Compiling dunce v1.0.5
13822026-07-23T00:40:27.406Z Compiling fs_extra v1.3.0
13832026-07-23T00:40:27.449Z Compiling regex-syntax v0.8.10
13842026-07-23T00:40:27.524Z Compiling uuid v1.23.4
13852026-07-23T00:40:27.620Z Compiling vcpkg v0.2.15
13862026-07-23T00:40:27.677Z Compiling aws-lc-sys v0.40.0
13872026-07-23T00:40:27.966Z Compiling rand_core v0.9.5
13882026-07-23T00:40:28.040Z Compiling base64ct v1.8.3
13892026-07-23T00:40:28.257Z Compiling base64 v0.22.1
13902026-07-23T00:40:28.260Z Compiling rustc_version v0.4.1
13912026-07-23T00:40:28.339Z Compiling pem-rfc7468 v0.7.0
13922026-07-23T00:40:28.355Z Compiling openssl-sys v0.9.115
13932026-07-23T00:40:28.409Z Compiling serde_derive v1.0.228
13942026-07-23T00:40:28.588Z Compiling zeroize_derive v1.4.3
13952026-07-23T00:40:28.602Z Compiling zerofrom-derive v0.1.6
13962026-07-23T00:40:28.645Z Compiling yoke-derive v0.8.1
13972026-07-23T00:40:28.873Z Compiling zerovec-derive v0.11.2
13982026-07-23T00:40:28.897Z Compiling zerocopy-derive v0.8.40
13992026-07-23T00:40:29.260Z Compiling zeroize v1.8.2
14002026-07-23T00:40:29.467Z Compiling displaydoc v0.2.5
14012026-07-23T00:40:29.841Z Compiling tokio-macros v2.7.0
14022026-07-23T00:40:30.018Z Compiling zerofrom v0.1.6
14032026-07-23T00:40:30.055Z Compiling futures-macro v0.3.32
14042026-07-23T00:40:30.144Z Compiling yoke v0.8.1
14052026-07-23T00:40:30.268Z Compiling tracing-attributes v0.1.31
14062026-07-23T00:40:30.335Z Compiling zerovec v0.11.5
14072026-07-23T00:40:30.404Z Compiling zerotrie v0.2.3
14082026-07-23T00:40:30.593Z Compiling crypto-common v0.1.7
14092026-07-23T00:40:30.700Z Compiling block-buffer v0.10.4
14102026-07-23T00:40:30.744Z Compiling thiserror-impl v2.0.18
14112026-07-23T00:40:30.839Z Compiling tinystr v0.8.2
14122026-07-23T00:40:30.872Z Compiling potential_utf v0.1.4
14132026-07-23T00:40:30.884Z Compiling futures-util v0.3.32
14142026-07-23T00:40:31.030Z Compiling icu_locale_core v2.1.1
14152026-07-23T00:40:31.045Z Compiling icu_collections v2.1.1
14162026-07-23T00:40:31.515Z Compiling digest v0.10.7
14172026-07-23T00:40:31.591Z Compiling der_derive v0.7.3
14182026-07-23T00:40:31.762Z Compiling icu_provider v2.1.1
14192026-07-23T00:40:31.896Z Compiling bytes v1.11.1
14202026-07-23T00:40:31.934Z Compiling chrono v0.4.45
14212026-07-23T00:40:32.051Z Compiling icu_normalizer v2.1.1
14222026-07-23T00:40:32.081Z Compiling icu_properties v2.1.2
14232026-07-23T00:40:32.506Z Compiling tokio v1.52.1
14242026-07-23T00:40:32.539Z Compiling http v1.4.2
14252026-07-23T00:40:32.572Z Compiling tracing-core v0.1.36
14262026-07-23T00:40:33.106Z Compiling idna_adapter v1.2.1
14272026-07-23T00:40:33.146Z Compiling flagset v0.4.7
14282026-07-23T00:40:33.162Z Compiling aws-lc-rs v1.16.3
14292026-07-23T00:40:33.242Z Compiling idna v1.1.0
14302026-07-23T00:40:33.278Z Compiling ppv-lite86 v0.2.21
14312026-07-23T00:40:33.295Z Compiling der v0.7.10
14322026-07-23T00:40:33.378Z Compiling http-body v1.0.1
14332026-07-23T00:40:33.440Z Compiling tracing v0.1.44
14342026-07-23T00:40:33.456Z Compiling thiserror v2.0.18
14352026-07-23T00:40:33.527Z Compiling url v2.5.8
14362026-07-23T00:40:33.556Z Compiling rustls-pki-types v1.14.0
14372026-07-23T00:40:33.598Z Compiling rand_chacha v0.9.0
14382026-07-23T00:40:33.786Z Compiling serde_derive_internals v0.29.1
14392026-07-23T00:40:33.890Z Compiling schemars v0.8.22
14402026-07-23T00:40:34.006Z Compiling tinyvec_macros v0.1.1
14412026-07-23T00:40:34.076Z Compiling openssl-probe v0.2.1
14422026-07-23T00:40:34.105Z Compiling httparse v1.10.1
14432026-07-23T00:40:34.248Z Compiling dyn-clone v1.0.20
14442026-07-23T00:40:34.271Z Compiling cmov v0.5.4
14452026-07-23T00:40:34.322Z Compiling spki v0.7.3
14462026-07-23T00:40:34.380Z Compiling tinyvec v1.10.0
14472026-07-23T00:40:34.461Z Compiling ctutils v0.4.2
14482026-07-23T00:40:34.474Z Compiling pest_generator v2.8.6
14492026-07-23T00:40:34.490Z Compiling rand v0.9.2
14502026-07-23T00:40:34.520Z Compiling aho-corasick v1.1.4
14512026-07-23T00:40:34.717Z Compiling schemars_derive v0.8.22
14522026-07-23T00:40:34.751Z Compiling tower-service v0.3.3
14532026-07-23T00:40:34.766Z Compiling untrusted v0.7.1
14542026-07-23T00:40:34.843Z Compiling tower-layer v0.3.3
14552026-07-23T00:40:34.887Z Compiling atomic-waker v1.1.2
14562026-07-23T00:40:35.000Z Compiling try-lock v0.2.5
14572026-07-23T00:40:35.014Z Compiling tempfile v3.25.0
14582026-07-23T00:40:35.116Z Compiling want v0.3.1
14592026-07-23T00:40:35.178Z Compiling pest_derive v2.8.6
14602026-07-23T00:40:35.278Z Compiling hybrid-array v0.4.13
14612026-07-23T00:40:35.378Z Compiling regex-automata v0.4.14
14622026-07-23T00:40:35.600Z Compiling ipnet v2.11.0
14632026-07-23T00:40:35.617Z Compiling scroll_derive v0.13.1
14642026-07-23T00:40:36.049Z Compiling darling_core v0.20.11
14652026-07-23T00:40:36.095Z Compiling foreign-types-shared v0.1.1
14662026-07-23T00:40:36.181Z Compiling untrusted v0.9.0
14672026-07-23T00:40:36.274Z Compiling tokio-util v0.7.18
14682026-07-23T00:40:36.298Z Compiling cpufeatures v0.2.17
14692026-07-23T00:40:36.372Z Compiling httpdate v1.0.3
14702026-07-23T00:40:36.418Z Compiling rustls v0.23.41
14712026-07-23T00:40:36.597Z Compiling openssl v0.10.79
14722026-07-23T00:40:36.611Z Compiling scroll v0.13.0
14732026-07-23T00:40:36.856Z Compiling foreign-types v0.3.2
14742026-07-23T00:40:36.875Z Compiling unicode-normalization v0.1.25
14752026-07-23T00:40:36.928Z Compiling h2 v0.4.15
14762026-07-23T00:40:37.229Z Compiling pkcs8 v0.10.2
14772026-07-23T00:40:37.324Z Compiling openssl-macros v0.1.1
14782026-07-23T00:40:37.478Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-07-23T00:40:37.648Z Compiling spin v0.9.8
14802026-07-23T00:40:37.721Z Compiling time-core v0.1.8
14812026-07-23T00:40:37.855Z Compiling crc32fast v1.5.0
14822026-07-23T00:40:37.868Z Compiling powerfmt v0.2.0
14832026-07-23T00:40:37.878Z Compiling native-tls v0.2.18
14842026-07-23T00:40:38.063Z Compiling num-conv v0.2.0
14852026-07-23T00:40:38.108Z Compiling deranged v0.5.8
14862026-07-23T00:40:38.193Z Compiling time-macros v0.2.27
14872026-07-23T00:40:38.245Z Compiling darling_macro v0.20.11
14882026-07-23T00:40:38.717Z Compiling darling v0.20.11
14892026-07-23T00:40:38.799Z Compiling goblin v0.10.5
14902026-07-23T00:40:39.041Z Compiling sha2 v0.10.9
14912026-07-23T00:40:39.241Z Compiling hmac v0.12.1
14922026-07-23T00:40:39.363Z Compiling sync_wrapper v1.0.2
14932026-07-23T00:40:39.389Z Compiling wait-timeout v0.2.1
14942026-07-23T00:40:39.467Z Compiling simd-adler32 v0.3.8
14952026-07-23T00:40:39.700Z Compiling syn v1.0.109
14962026-07-23T00:40:39.761Z Compiling num_threads v0.1.7
14972026-07-23T00:40:39.861Z Compiling quick-error v1.2.3
14982026-07-23T00:40:39.970Z Compiling usdt-impl v0.6.0
14992026-07-23T00:40:40.013Z Compiling hyper v1.10.1
15002026-07-23T00:40:40.183Z Compiling crossbeam-utils v0.8.21
15012026-07-23T00:40:40.445Z Compiling bit-vec v0.8.0
15022026-07-23T00:40:40.500Z Compiling siphasher v1.0.2
15032026-07-23T00:40:40.671Z Compiling bit-set v0.8.0
15042026-07-23T00:40:40.906Z Compiling rusty-fork v0.3.1
15052026-07-23T00:40:41.016Z Compiling time v0.3.47
15062026-07-23T00:40:41.033Z Compiling tower v0.5.3
15072026-07-23T00:40:41.128Z Compiling hyper-util v0.1.20
15082026-07-23T00:40:41.214Z Compiling derive_builder_core v0.20.2
15092026-07-23T00:40:41.536Z Compiling dof v0.4.0
15102026-07-23T00:40:41.798Z Compiling dtrace-parser v0.3.0
15112026-07-23T00:40:42.230Z Compiling http-body-util v0.1.3
15122026-07-23T00:40:42.297Z Compiling heapless v0.7.17
15132026-07-23T00:40:42.990Z Compiling thiserror-impl v1.0.69
15142026-07-23T00:40:43.032Z Compiling scroll_derive v0.12.1
15152026-07-23T00:40:43.032Z Compiling rand_xorshift v0.4.0
15162026-07-23T00:40:43.032Z Compiling slog v2.8.2
15172026-07-23T00:40:43.032Z Compiling darling_core v0.23.0
15182026-07-23T00:40:43.032Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-07-23T00:40:43.032Z Compiling thread-id v5.1.0
15202026-07-23T00:40:43.032Z Compiling cookie v0.18.1
15212026-07-23T00:40:43.032Z Compiling zstd-safe v7.2.4
15222026-07-23T00:40:43.121Z Compiling ryu v1.0.23
15232026-07-23T00:40:43.121Z Compiling signal-hook v0.3.18
15242026-07-23T00:40:43.146Z Compiling iri-string v0.7.10
15252026-07-23T00:40:43.222Z Compiling adler2 v2.0.1
15262026-07-23T00:40:43.280Z Compiling unarray v0.1.4
15272026-07-23T00:40:43.724Z Compiling allocator-api2 v0.2.21
15282026-07-23T00:40:43.724Z Compiling anyhow v1.0.102
15292026-07-23T00:40:43.724Z Compiling paste v1.0.15
15302026-07-23T00:40:43.724Z Compiling unicode-bidi v0.3.18
15312026-07-23T00:40:43.724Z Compiling unicode-properties v0.1.4
15322026-07-23T00:40:43.733Z Compiling thiserror v1.0.69
15332026-07-23T00:40:43.837Z Compiling proptest v1.10.0
15342026-07-23T00:40:43.859Z Compiling miniz_oxide v0.8.9
15352026-07-23T00:40:43.937Z Compiling stringprep v0.1.5
15362026-07-23T00:40:44.143Z Compiling serde_urlencoded v0.7.1
15372026-07-23T00:40:44.359Z Compiling tower-http v0.6.8
15382026-07-23T00:40:44.378Z Compiling scroll v0.12.0
15392026-07-23T00:40:44.752Z Compiling derive_builder_macro v0.20.2
15402026-07-23T00:40:44.783Z Compiling camino v1.2.2
15412026-07-23T00:40:45.288Z Compiling tokio-native-tls v0.3.1
15422026-07-23T00:40:45.296Z Compiling darling_macro v0.23.0
15432026-07-23T00:40:45.296Z Compiling bstr v1.12.1
15442026-07-23T00:40:45.296Z Compiling ipnetwork v0.21.1
15452026-07-23T00:40:45.321Z Compiling crypto-common v0.2.2
15462026-07-23T00:40:45.638Z Compiling block-padding v0.4.2
15472026-07-23T00:40:45.665Z Compiling block-buffer v0.12.1
15482026-07-23T00:40:45.703Z Compiling rustls-native-certs v0.8.3
15492026-07-23T00:40:45.798Z Compiling rand_chacha v0.3.1
15502026-07-23T00:40:45.862Z Compiling toml_datetime v0.6.11
15512026-07-23T00:40:45.873Z Compiling erased-serde v0.3.31
15522026-07-23T00:40:45.998Z Compiling hex v0.4.3
15532026-07-23T00:40:46.107Z Compiling serde_tokenstream v0.2.3
15542026-07-23T00:40:46.254Z Compiling serde_spanned v0.6.9
15552026-07-23T00:40:46.352Z Compiling signature v2.2.0
15562026-07-23T00:40:46.396Z Compiling md-5 v0.10.6
15572026-07-23T00:40:46.429Z Compiling curve25519-dalek v4.1.3
15582026-07-23T00:40:46.526Z Compiling async-trait v0.1.89
15592026-07-23T00:40:46.560Z Compiling pin-project-internal v1.1.11
15602026-07-23T00:40:46.578Z Compiling zerocopy-derive v0.7.35
15612026-07-23T00:40:46.759Z Compiling vergen-lib v9.1.0
15622026-07-23T00:40:46.950Z Compiling num-integer v0.1.46
15632026-07-23T00:40:47.021Z Compiling hash32 v0.2.1
15642026-07-23T00:40:47.213Z Compiling memoffset v0.9.1
15652026-07-23T00:40:47.271Z Compiling encoding_rs v0.8.35
15662026-07-23T00:40:47.415Z Compiling rustix v0.38.44
15672026-07-23T00:40:47.418Z Compiling cfg_aliases v0.2.1
15682026-07-23T00:40:47.502Z Compiling ref-cast v1.0.25
15692026-07-23T00:40:47.519Z Compiling zlib-rs v0.6.2
15702026-07-23T00:40:47.665Z Compiling psl-types v2.0.11
15712026-07-23T00:40:47.761Z Compiling smoltcp v0.9.1
15722026-07-23T00:40:47.779Z Compiling litrs v1.0.0
15732026-07-23T00:40:47.814Z Compiling mime v0.3.17
15742026-07-23T00:40:48.068Z Compiling num-bigint-dig v0.8.6
15752026-07-23T00:40:48.103Z Compiling fallible-iterator v0.2.0
15762026-07-23T00:40:48.270Z Compiling document-features v0.2.12
15772026-07-23T00:40:48.413Z Compiling postgres-protocol v0.6.10
15782026-07-23T00:40:48.454Z Compiling publicsuffix v2.3.0
15792026-07-23T00:40:48.586Z Compiling hubpack_derive v0.1.1
15802026-07-23T00:40:48.630Z Compiling pin-project v1.1.11
15812026-07-23T00:40:48.728Z Compiling nix v0.31.2
15822026-07-23T00:40:48.755Z Compiling zerocopy v0.7.35
15832026-07-23T00:40:48.959Z Compiling num-iter v0.1.45
15842026-07-23T00:40:49.093Z Compiling newtype-uuid v1.3.2
15852026-07-23T00:40:49.126Z Compiling rand v0.8.6
15862026-07-23T00:40:49.286Z Compiling inout v0.2.2
15872026-07-23T00:40:49.415Z Compiling darling v0.23.0
15882026-07-23T00:40:49.435Z Compiling oxnet v0.1.6
15892026-07-23T00:40:49.448Z Compiling hyper-tls v0.6.0
15902026-07-23T00:40:49.492Z Compiling derive_builder v0.20.2
15912026-07-23T00:40:49.647Z Compiling goblin v0.8.2
15922026-07-23T00:40:50.126Z Compiling phf_shared v0.13.1
15932026-07-23T00:40:50.225Z Compiling lazy_static v1.5.0
15942026-07-23T00:40:50.253Z Compiling regex v1.12.3
15952026-07-23T00:40:50.320Z Compiling anstyle-parse v0.2.7
15962026-07-23T00:40:50.367Z Compiling futures-executor v0.3.32
15972026-07-23T00:40:50.499Z Compiling flate2 v1.1.9
15982026-07-23T00:40:50.526Z Compiling terminal_size v0.4.3
15992026-07-23T00:40:50.625Z Compiling ref-cast-impl v1.0.25
16002026-07-23T00:40:50.662Z Compiling curve25519-dalek-derive v0.1.1
16012026-07-23T00:40:50.677Z Compiling strum_macros v0.27.2
16022026-07-23T00:40:50.808Z Compiling snafu-derive v0.8.9
16032026-07-23T00:40:50.906Z Compiling daft-derive v0.1.7
16042026-07-23T00:40:51.185Z Compiling vergen v9.1.0
16052026-07-23T00:40:51.317Z Compiling cargo-platform v0.3.2
16062026-07-23T00:40:51.378Z Compiling ff v0.13.1
16072026-07-23T00:40:51.511Z Compiling fs-err v3.3.0
16082026-07-23T00:40:51.604Z Compiling ahash v0.8.12
16092026-07-23T00:40:51.642Z Compiling bitflags v1.3.2
16102026-07-23T00:40:51.731Z Compiling same-file v1.0.6
16112026-07-23T00:40:51.747Z Compiling object v0.37.3
16122026-07-23T00:40:51.821Z Compiling foldhash v0.1.5
16132026-07-23T00:40:51.882Z Compiling foldhash v0.2.0
16142026-07-23T00:40:52.003Z Compiling bumpalo v3.20.2
16152026-07-23T00:40:52.091Z Compiling managed v0.8.0
16162026-07-23T00:40:52.109Z Compiling winnow v0.5.40
16172026-07-23T00:40:52.217Z Compiling libbz2-rs-sys v0.2.2
16182026-07-23T00:40:52.294Z Compiling base16ct v0.2.0
16192026-07-23T00:40:52.401Z Compiling unicode-segmentation v1.12.0
16202026-07-23T00:40:52.720Z Compiling clap_builder v4.6.0
16212026-07-23T00:40:52.792Z Compiling snafu v0.8.9
16222026-07-23T00:40:52.816Z Compiling strum v0.27.2
16232026-07-23T00:40:52.892Z Compiling bzip2 v0.6.1
16242026-07-23T00:40:52.925Z Compiling sec1 v0.7.3
16252026-07-23T00:40:53.106Z Compiling zopfli v0.8.3
16262026-07-23T00:40:53.169Z Compiling hashbrown v0.16.1
16272026-07-23T00:40:53.251Z Compiling hashbrown v0.15.5
16282026-07-23T00:40:53.517Z Compiling toml_edit v0.19.15
16292026-07-23T00:40:53.705Z Compiling dof v0.3.0
16302026-07-23T00:40:53.739Z Compiling walkdir v2.5.0
16312026-07-23T00:40:53.830Z Compiling daft v0.1.7
16322026-07-23T00:40:53.905Z Compiling cargo_metadata v0.23.1
16332026-07-23T00:40:54.033Z Compiling group v0.13.0
16342026-07-23T00:40:54.301Z Compiling futures v0.3.32
16352026-07-23T00:40:54.397Z Compiling anstream v0.6.21
16362026-07-23T00:40:54.402Z Compiling phf v0.13.1
16372026-07-23T00:40:54.688Z Compiling signal-hook-mio v0.2.5
16382026-07-23T00:40:54.805Z Compiling cookie_store v0.22.1
16392026-07-23T00:40:55.011Z Compiling zstd v0.13.3
16402026-07-23T00:40:55.294Z Compiling reqwest v0.12.28
16412026-07-23T00:40:55.301Z Compiling bzip2 v0.4.4
16422026-07-23T00:40:55.463Z Compiling serde_with_macros v3.21.0
16432026-07-23T00:40:55.500Z Compiling cipher v0.5.2
16442026-07-23T00:40:55.627Z Compiling hubpack v0.1.2
16452026-07-23T00:40:55.839Z Compiling postgres-types v0.2.12
16462026-07-23T00:40:56.140Z Compiling ed25519 v2.2.3
16472026-07-23T00:40:56.382Z Compiling usdt-macro v0.6.0
16482026-07-23T00:40:56.581Z Compiling usdt-attr-macro v0.6.0
16492026-07-23T00:40:56.949Z Compiling globset v0.4.18
16502026-07-23T00:40:57.018Z Compiling dtrace-parser v0.2.0
16512026-07-23T00:40:57.110Z Compiling phf_shared v0.11.3
16522026-07-23T00:40:57.135Z Compiling hkdf v0.12.4
16532026-07-23T00:40:57.298Z Compiling pkcs1 v0.7.5
16542026-07-23T00:40:57.313Z Compiling olpc-cjson v0.1.4
16552026-07-23T00:40:57.369Z Compiling serde_plain v1.0.2
16562026-07-23T00:40:57.464Z Compiling serde-big-array v0.5.1
16572026-07-23T00:40:57.566Z Compiling crypto-bigint v0.5.5
16582026-07-23T00:40:57.603Z Compiling pem v3.0.6
16592026-07-23T00:40:57.634Z Compiling enum-as-inner v0.6.1
16602026-07-23T00:40:57.676Z Compiling serde_repr v0.1.20
16612026-07-23T00:40:57.743Z Compiling strum_macros v0.26.4
16622026-07-23T00:40:57.926Z Compiling clap_derive v4.6.1
16632026-07-23T00:40:58.136Z Compiling async-recursion v1.1.1
16642026-07-23T00:40:58.220Z Compiling float-cmp v0.10.0
16652026-07-23T00:40:58.375Z Compiling memmap2 v0.9.10
16662026-07-23T00:40:58.568Z Compiling thread-id v4.2.2
16672026-07-23T00:40:58.655Z Compiling env_filter v1.0.0
16682026-07-23T00:40:58.786Z Compiling either v1.15.0
16692026-07-23T00:40:58.924Z Compiling normalize-line-endings v0.3.0
16702026-07-23T00:40:58.951Z Compiling new_debug_unreachable v1.0.6
16712026-07-23T00:40:58.990Z Compiling winnow v1.0.3
16722026-07-23T00:40:59.019Z Compiling typed-path v0.9.3
16732026-07-23T00:40:59.054Z Compiling data-encoding v2.10.0
16742026-07-23T00:40:59.360Z Compiling static_assertions v1.1.0
16752026-07-23T00:40:59.412Z Compiling difflib v0.4.0
16762026-07-23T00:40:59.476Z Compiling cpufeatures v0.3.0
16772026-07-23T00:40:59.543Z Compiling fixedbitset v0.5.7
16782026-07-23T00:40:59.663Z Compiling whoami v2.1.0
16792026-07-23T00:40:59.747Z Compiling precomputed-hash v0.1.1
16802026-07-23T00:40:59.756Z Compiling const-oid v0.10.2
16812026-07-23T00:40:59.803Z Compiling jiff v0.2.21
16822026-07-23T00:40:59.868Z Compiling keccak v0.1.6
16832026-07-23T00:40:59.970Z Compiling predicates-core v1.0.10
16842026-07-23T00:41:00.019Z Compiling fixedbitset v0.4.2
16852026-07-23T00:41:00.093Z Compiling sha3 v0.10.8
16862026-07-23T00:41:00.286Z Compiling predicates v3.1.4
16872026-07-23T00:41:00.333Z Compiling petgraph v0.6.5
16882026-07-23T00:41:00.333Z Compiling digest v0.11.3
16892026-07-23T00:41:00.333Z Compiling tokio-postgres v0.7.16
16902026-07-23T00:41:00.451Z Compiling string_cache v0.8.9
16912026-07-23T00:41:00.499Z Compiling petgraph v0.8.3
16922026-07-23T00:41:00.666Z Compiling clap v4.6.1
16932026-07-23T00:41:00.707Z Compiling chacha20 v0.10.0
16942026-07-23T00:41:00.707Z Compiling strum v0.26.3
16952026-07-23T00:41:00.814Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16962026-07-23T00:41:00.866Z Compiling hickory-proto v0.25.2
16972026-07-23T00:41:01.119Z Compiling toml_parser v1.1.2+spec-1.1.0
16982026-07-23T00:41:01.759Z Compiling itertools v0.13.0
16992026-07-23T00:41:01.852Z Compiling toml_edit v0.22.27
17002026-07-23T00:41:02.531Z Compiling zip v4.6.1
17012026-07-23T00:41:02.681Z Compiling env_logger v0.11.9
17022026-07-23T00:41:02.861Z Compiling usdt-impl v0.5.0
17032026-07-23T00:41:02.937Z Compiling usdt v0.6.0
17042026-07-23T00:41:03.171Z Compiling elliptic-curve v0.13.8
17052026-07-23T00:41:03.372Z Compiling rsa v0.9.10
17062026-07-23T00:41:03.395Z Compiling crossterm v0.28.1
17072026-07-23T00:41:03.540Z Compiling serde_with v3.21.0
17082026-07-23T00:41:03.556Z Compiling ed25519-dalek v2.2.0
17092026-07-23T00:41:04.252Z Compiling zip v0.6.6
17102026-07-23T00:41:04.343Z Compiling toml v0.7.8
17112026-07-23T00:41:04.883Z Compiling iddqd v0.4.2
17122026-07-23T00:41:05.426Z Compiling similar v2.7.0
17132026-07-23T00:41:05.529Z Compiling heck v0.4.1
17142026-07-23T00:41:05.529Z Compiling byte-wrapper v0.1.0
17152026-07-23T00:41:05.599Z Compiling crossbeam-epoch v0.9.18
17162026-07-23T00:41:05.655Z Compiling tokio-stream v0.1.18
17172026-07-23T00:41:05.759Z Compiling buf-list v1.1.2
17182026-07-23T00:41:05.911Z Compiling x509-cert v0.2.5
17192026-07-23T00:41:06.103Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-07-23T00:41:06.194Z Compiling openapiv3 v2.2.0
17212026-07-23T00:41:06.194Z Compiling lalrpop-util v0.19.12
17222026-07-23T00:41:06.222Z Compiling peg-runtime v0.8.5
17232026-07-23T00:41:06.270Z Compiling thread_local v1.1.9
17242026-07-23T00:41:06.335Z Compiling slog-async v2.8.0
17252026-07-23T00:41:06.521Z Compiling crossbeam-channel v0.5.15
17262026-07-23T00:41:06.614Z Compiling is-terminal v0.4.17
17272026-07-23T00:41:06.696Z Compiling filetime v0.2.27
17282026-07-23T00:41:06.696Z Compiling term v1.2.1
17292026-07-23T00:41:06.787Z Compiling xattr v1.6.1
17302026-07-23T00:41:06.869Z Compiling take_mut v0.2.2
17312026-07-23T00:41:06.870Z Compiling tar v0.4.46
17322026-07-23T00:41:06.949Z Compiling camino-tempfile v1.4.1
17332026-07-23T00:41:07.150Z Compiling slog-term v2.9.2
17342026-07-23T00:41:17.363Z Compiling rustls-webpki v0.103.13
17352026-07-23T00:41:19.932Z Compiling tokio-rustls v0.26.4
17362026-07-23T00:41:19.932Z Compiling rustls-platform-verifier v0.6.2
17372026-07-23T00:41:19.941Z Compiling tough v0.22.0
17382026-07-23T00:41:20.198Z Compiling hyper-rustls v0.27.7
17392026-07-23T00:41:20.362Z Compiling reqwest v0.13.2
17402026-07-23T00:41:22.579Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-07-23T00:41:22.822Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-07-23T00:41:25.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17432026-07-23T00:41:25.752Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17442026-07-23T00:41:25.802ZJul 23 00:41:24.684 INFO Starting download, target: Cockroach
17452026-07-23T00:41:25.803ZJul 23 00:41:24.685 INFO Starting download, target: Clickhouse
17462026-07-23T00:41:25.822ZJul 23 00:41:24.685 INFO Starting download, target: Console
17472026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Starting download, target: DendriteStub
17482026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Starting download, target: MaghemiteMgd
17492026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Starting download, target: MaghemiteDdmd
17502026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Starting download, target: TransceiverControl
17512026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17562026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-07-23T00:41:25.823ZJul 23 00:41:24.685 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-07-23T00:41:27.019ZJul 23 00:41:25.826 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-07-23T00:41:27.251ZJul 23 00:41:26.036 INFO Download complete, target: TransceiverControl
17602026-07-23T00:41:27.746ZJul 23 00:41:26.601 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17612026-07-23T00:41:27.829ZJul 23 00:41:26.718 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-07-23T00:41:28.129ZJul 23 00:41:26.992 INFO Download complete, target: Console
17632026-07-23T00:41:28.442ZJul 23 00:41:27.330 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-07-23T00:41:28.879ZJul 23 00:41:27.763 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-07-23T00:41:29.490ZJul 23 00:41:28.294 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17662026-07-23T00:41:30.801ZJul 23 00:41:29.689 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17672026-07-23T00:41:30.801ZJul 23 00:41:29.689 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17682026-07-23T00:41:30.945ZJul 23 00:41:29.837 INFO Download complete, target: DendriteStub
17692026-07-23T00:41:31.536ZJul 23 00:41:30.428 INFO Download complete, target: MaghemiteDdmd
17702026-07-23T00:41:31.536ZJul 23 00:41:30.428 INFO Download complete, target: MaghemiteMgd
17712026-07-23T00:41:34.469ZJul 23 00:41:33.355 INFO Checking that binary works, target: Clickhouse
17722026-07-23T00:41:34.578ZJul 23 00:41:33.467 INFO Download complete, target: Clickhouse
17732026-07-23T00:41:35.361ZJul 23 00:41:34.250 INFO Checking that binary works, target: Cockroach
17742026-07-23T00:41:35.466ZJul 23 00:41:34.359 INFO Download complete, target: Cockroach
17752026-07-23T00:41:35.481ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-07-23T00:41:35.485Z
17772026-07-23T00:41:35.485Zreal 2:03.085216271
17782026-07-23T00:41:35.485Zuser 6:34.913274981
17792026-07-23T00:41:35.485Zsys 1:21.228793269
17802026-07-23T00:41:35.485Ztrap 0.228938772
17812026-07-23T00:41:35.485Ztflt 0.479197686
17822026-07-23T00:41:35.485Zdflt 0.748854149
17832026-07-23T00:41:35.485Zkflt 0.020793098
17842026-07-23T00:41:35.485Zlock 21:36.393084949
17852026-07-23T00:41:35.485Zslp 20:08.234718651
17862026-07-23T00:41:35.485Zlat 42.120975891
17872026-07-23T00:41:35.485Zstop 1:56.837698468
17882026-07-23T00:41:35.485Z+ banner hack-check
17892026-07-23T00:41:35.485Z
17902026-07-23T00:41:35.485Z # # ## #### # # #### # # ###### #### # #
17912026-07-23T00:41:35.485Z # # # # # # # # # # # # # # # # #
17922026-07-23T00:41:35.485Z ###### # # # #### ##### # ###### ##### # ####
17932026-07-23T00:41:35.485Z # # ###### # # # # # # # # # #
17942026-07-23T00:41:35.485Z # # # # # # # # # # # # # # # # #
17952026-07-23T00:41:35.486Z # # # # #### # # #### # # ###### #### # #
17962026-07-23T00:41:35.486Z
17972026-07-23T00:41:35.486Z+ export CARGO_INCREMENTAL=0
17982026-07-23T00:41:35.486Z+ CARGO_INCREMENTAL=0
17992026-07-23T00:41:35.486Z+ ptime -m timeout 2h cargo xtask check-features --ci
18002026-07-23T00:41:35.941Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-07-23T00:41:36.226Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-07-23T00:41:38.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
18032026-07-23T00:41:38.065Z Running `target/debug/xtask check-features --ci`
18042026-07-23T00:41:38.110Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18052026-07-23T00:41:38.124Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18062026-07-23T00:41:38.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18072026-07-23T00:41:38.523Z Running `target/debug/xtask download cargo-hack`
18082026-07-23T00:41:39.264Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-07-23T00:41:39.584Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-07-23T00:41:42.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18112026-07-23T00:41:42.233Z Running `target/debug/xtask-downloader cargo-hack`
18122026-07-23T00:41:42.271ZJul 23 00:41:41.161 INFO Starting download, target: CargoHack
18132026-07-23T00:41:42.275ZJul 23 00:41:41.162 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18142026-07-23T00:41:42.840ZJul 23 00:41:41.728 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18152026-07-23T00:41:42.893ZJul 23 00:41:41.779 INFO Download complete, target: CargoHack
18162026-07-23T00:41:42.898Zrunning: "/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"
18172026-07-23T00:41:42.914Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18182026-07-23T00:41:43.060Zinfo: running `cargo check --bins` on api_identity (1/301)
18192026-07-23T00:41:43.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-23T00:41:43.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-23T00:41:43.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-23T00:41:43.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18232026-07-23T00:41:43.581Z
18242026-07-23T00:41:43.581Zinfo: running `cargo check --bins` on bootstore (2/301)
18252026-07-23T00:41:44.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-23T00:41:44.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-23T00:41:44.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-23T00:41:44.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18292026-07-23T00:41:44.091Z
18302026-07-23T00:41:44.091Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18312026-07-23T00:41:44.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-23T00:41:44.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-23T00:41:44.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-23T00:41:44.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18352026-07-23T00:41:44.610Z
18362026-07-23T00:41:44.610Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18372026-07-23T00:41:45.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-23T00:41:45.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-23T00:41:45.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-23T00:41:45.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18412026-07-23T00:41:45.146Z
18422026-07-23T00:41:45.146Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18432026-07-23T00:41:45.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-23T00:41:45.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-23T00:41:45.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-23T00:41:45.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-07-23T00:41:45.627Z
18482026-07-23T00:41:45.627Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18492026-07-23T00:41:46.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-23T00:41:46.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-23T00:41:46.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-23T00:41:46.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18532026-07-23T00:41:46.173Z
18542026-07-23T00:41:46.173Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18552026-07-23T00:41:46.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-23T00:41:46.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-23T00:41:46.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-23T00:41:46.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18592026-07-23T00:41:46.684Z
18602026-07-23T00:41:46.684Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18612026-07-23T00:41:47.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-23T00:41:47.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-23T00:41:47.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-23T00:41:47.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18652026-07-23T00:41:47.220Z
18662026-07-23T00:41:47.220Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18672026-07-23T00:41:47.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-23T00:41:47.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-23T00:41:47.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-23T00:41:47.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-07-23T00:41:47.613Z
18722026-07-23T00:41:47.614Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18732026-07-23T00:41:47.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-23T00:41:47.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-23T00:41:47.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-23T00:41:47.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18772026-07-23T00:41:48.018Z
18782026-07-23T00:41:48.018Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18792026-07-23T00:41:48.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-23T00:41:48.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-23T00:41:48.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-23T00:41:48.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18832026-07-23T00:41:48.416Z
18842026-07-23T00:41:48.416Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18852026-07-23T00:41:48.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-23T00:41:48.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-23T00:41:48.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-23T00:41:48.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-07-23T00:41:48.927Z
18902026-07-23T00:41:48.927Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18912026-07-23T00:41:49.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-23T00:41:49.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-23T00:41:49.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-23T00:41:49.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18952026-07-23T00:41:49.223Z
18962026-07-23T00:41:49.223Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18972026-07-23T00:41:49.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-23T00:41:49.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-23T00:41:49.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-23T00:41:49.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-07-23T00:41:49.901Z
19022026-07-23T00:41:49.901Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
19032026-07-23T00:41:50.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-23T00:41:50.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-23T00:41:50.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-23T00:41:50.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-07-23T00:41:50.086Z
19082026-07-23T00:41:50.086Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19092026-07-23T00:41:50.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-23T00:41:50.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-23T00:41:50.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-23T00:41:50.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19132026-07-23T00:41:50.511Z
19142026-07-23T00:41:50.511Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19152026-07-23T00:41:50.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-23T00:41:50.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-23T00:41:50.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-23T00:41:50.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-07-23T00:41:50.865Z
19202026-07-23T00:41:50.865Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19212026-07-23T00:41:51.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-23T00:41:51.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-23T00:41:51.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-23T00:41:51.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19252026-07-23T00:41:51.320Z
19262026-07-23T00:41:51.320Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19272026-07-23T00:41:51.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-23T00:41:51.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-23T00:41:51.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-23T00:41:51.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-07-23T00:41:51.665Z
19322026-07-23T00:41:51.665Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19332026-07-23T00:41:51.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-23T00:41:52.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-23T00:41:52.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-23T00:41:52.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-07-23T00:41:52.062Z
19382026-07-23T00:41:52.062Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19392026-07-23T00:41:52.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-23T00:41:52.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-23T00:41:52.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-23T00:41:52.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19432026-07-23T00:41:52.816Z
19442026-07-23T00:41:52.816Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19452026-07-23T00:41:52.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-23T00:41:52.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-23T00:41:52.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-23T00:41:52.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19492026-07-23T00:41:52.846Z
19502026-07-23T00:41:52.846Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19512026-07-23T00:41:53.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-23T00:41:53.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-23T00:41:53.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-23T00:41:53.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19552026-07-23T00:41:53.183Z
19562026-07-23T00:41:53.183Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19572026-07-23T00:41:53.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-23T00:41:53.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-23T00:41:53.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-23T00:41:53.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19612026-07-23T00:41:53.582Z
19622026-07-23T00:41:53.582Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19632026-07-23T00:41:53.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-23T00:41:53.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-23T00:41:53.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-23T00:41:53.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19672026-07-23T00:41:53.983Z
19682026-07-23T00:41:53.983Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19692026-07-23T00:41:54.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-23T00:41:54.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-23T00:41:54.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-23T00:41:54.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19732026-07-23T00:41:54.388Z
19742026-07-23T00:41:54.388Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19752026-07-23T00:41:54.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-23T00:41:54.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-23T00:41:54.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-23T00:41:54.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19792026-07-23T00:41:54.789Z
19802026-07-23T00:41:54.790Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19812026-07-23T00:41:55.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-23T00:41:55.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-23T00:41:55.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-23T00:41:55.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19852026-07-23T00:41:55.331Z
19862026-07-23T00:41:55.331Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19872026-07-23T00:41:55.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-23T00:41:56.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-23T00:41:56.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-23T00:41:56.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19912026-07-23T00:41:56.081Z
19922026-07-23T00:41:56.081Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19932026-07-23T00:41:56.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-23T00:41:56.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-23T00:41:56.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-23T00:41:56.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-07-23T00:41:56.097Z
19982026-07-23T00:41:56.097Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19992026-07-23T00:41:56.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-23T00:41:56.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-23T00:41:56.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-23T00:41:56.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-07-23T00:41:56.399Z
20042026-07-23T00:41:56.399Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20052026-07-23T00:41:56.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-23T00:41:56.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-23T00:41:56.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-23T00:41:56.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-07-23T00:41:56.913Z
20102026-07-23T00:41:56.913Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20112026-07-23T00:41:57.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-23T00:41:57.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-23T00:41:57.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-23T00:41:57.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-07-23T00:41:57.243Z
20162026-07-23T00:41:57.244Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20172026-07-23T00:41:57.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-23T00:41:57.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-23T00:41:57.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-23T00:41:57.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-07-23T00:41:57.755Z
20222026-07-23T00:41:57.755Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20232026-07-23T00:41:57.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-23T00:41:57.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-23T00:41:57.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-23T00:41:57.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20272026-07-23T00:41:58.013Z
20282026-07-23T00:41:58.013Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20292026-07-23T00:41:58.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-23T00:41:58.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-23T00:41:58.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-23T00:41:58.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20332026-07-23T00:41:58.620Z
20342026-07-23T00:41:58.620Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20352026-07-23T00:41:58.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-23T00:41:58.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-23T00:41:58.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-23T00:41:58.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20392026-07-23T00:41:58.935Z
20402026-07-23T00:41:58.935Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20412026-07-23T00:41:59.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-23T00:41:59.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-23T00:41:59.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-23T00:41:59.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20452026-07-23T00:41:59.317Z
20462026-07-23T00:41:59.317Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20472026-07-23T00:41:59.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-23T00:41:59.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-23T00:41:59.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-23T00:41:59.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20512026-07-23T00:41:59.820Z
20522026-07-23T00:41:59.820Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20532026-07-23T00:41:59.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-23T00:42:00.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-23T00:42:00.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-23T00:42:00.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20572026-07-23T00:42:00.023Z
20582026-07-23T00:42:00.023Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20592026-07-23T00:42:00.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-23T00:42:00.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-23T00:42:00.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-23T00:42:00.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20632026-07-23T00:42:00.425Z
20642026-07-23T00:42:00.426Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20652026-07-23T00:42:00.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-23T00:42:01.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-23T00:42:01.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-23T00:42:01.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20692026-07-23T00:42:01.007Z
20702026-07-23T00:42:01.007Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20712026-07-23T00:42:01.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-23T00:42:01.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-23T00:42:01.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-23T00:42:01.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20752026-07-23T00:42:01.256Z
20762026-07-23T00:42:01.256Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20772026-07-23T00:42:01.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-23T00:42:01.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-23T00:42:01.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-23T00:42:01.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20812026-07-23T00:42:01.920Z
20822026-07-23T00:42:01.920Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20832026-07-23T00:42:02.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-23T00:42:02.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-23T00:42:02.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-23T00:42:02.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20872026-07-23T00:42:02.169Z
20882026-07-23T00:42:02.169Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20892026-07-23T00:42:02.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-23T00:42:02.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-23T00:42:02.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-23T00:42:02.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20932026-07-23T00:42:02.504Z
20942026-07-23T00:42:02.504Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20952026-07-23T00:42:02.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-23T00:42:02.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-23T00:42:02.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-23T00:42:02.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20992026-07-23T00:42:02.805Z
21002026-07-23T00:42:02.805Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
21012026-07-23T00:42:03.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-23T00:42:03.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-23T00:42:03.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-23T00:42:03.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21052026-07-23T00:42:03.259Z
21062026-07-23T00:42:03.259Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21072026-07-23T00:42:03.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-23T00:42:03.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-23T00:42:03.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-23T00:42:03.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21112026-07-23T00:42:03.786Z
21122026-07-23T00:42:03.786Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21132026-07-23T00:42:04.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-23T00:42:04.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-23T00:42:04.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-23T00:42:04.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21172026-07-23T00:42:04.345Z
21182026-07-23T00:42:04.346Zinfo: running `cargo check --bins` on nexus-config (51/301)
21192026-07-23T00:42:04.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-23T00:42:04.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-23T00:42:04.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-23T00:42:04.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21232026-07-23T00:42:04.914Z
21242026-07-23T00:42:04.914Zinfo: running `cargo check --bins` on nexus-types (52/301)
21252026-07-23T00:42:05.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-23T00:42:05.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-23T00:42:05.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-23T00:42:05.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21292026-07-23T00:42:05.487Z
21302026-07-23T00:42:05.487Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21312026-07-23T00:42:05.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-23T00:42:05.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-23T00:42:05.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-23T00:42:05.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21352026-07-23T00:42:06.025Z
21362026-07-23T00:42:06.025Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21372026-07-23T00:42:06.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-23T00:42:06.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-23T00:42:06.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-23T00:42:06.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21412026-07-23T00:42:06.542Z
21422026-07-23T00:42:06.542Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21432026-07-23T00:42:07.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-23T00:42:07.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-23T00:42:07.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-23T00:42:07.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21472026-07-23T00:42:07.079Z
21482026-07-23T00:42:07.079Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21492026-07-23T00:42:07.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-23T00:42:07.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-23T00:42:07.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-23T00:42:07.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21532026-07-23T00:42:07.678Z
21542026-07-23T00:42:07.678Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21552026-07-23T00:42:08.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-23T00:42:08.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-23T00:42:08.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-23T00:42:08.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21592026-07-23T00:42:08.175Z
21602026-07-23T00:42:08.175Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21612026-07-23T00:42:08.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-23T00:42:08.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-23T00:42:08.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-23T00:42:08.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21652026-07-23T00:42:08.713Z
21662026-07-23T00:42:08.713Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21672026-07-23T00:42:09.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-23T00:42:09.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-23T00:42:09.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-23T00:42:09.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21712026-07-23T00:42:09.258Z
21722026-07-23T00:42:09.258Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21732026-07-23T00:42:09.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-23T00:42:09.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-23T00:42:09.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-23T00:42:09.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-07-23T00:42:09.752Z
21782026-07-23T00:42:09.752Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21792026-07-23T00:42:10.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-23T00:42:10.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-23T00:42:10.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-23T00:42:10.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21832026-07-23T00:42:10.271Z
21842026-07-23T00:42:10.271Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21852026-07-23T00:42:10.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-23T00:42:10.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-23T00:42:10.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-23T00:42:10.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21892026-07-23T00:42:10.794Z
21902026-07-23T00:42:10.794Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21912026-07-23T00:42:11.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-23T00:42:11.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-23T00:42:11.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-23T00:42:11.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21952026-07-23T00:42:11.334Z
21962026-07-23T00:42:11.334Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21972026-07-23T00:42:11.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-23T00:42:11.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-23T00:42:11.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-23T00:42:11.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22012026-07-23T00:42:11.875Z
22022026-07-23T00:42:11.875Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
22032026-07-23T00:42:12.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-23T00:42:12.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-23T00:42:12.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-23T00:42:12.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-07-23T00:42:12.398Z
22082026-07-23T00:42:12.398Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22092026-07-23T00:42:12.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-23T00:42:12.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-23T00:42:12.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-23T00:42:12.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-07-23T00:42:12.921Z
22142026-07-23T00:42:12.921Zinfo: running `cargo check --bins` on ereport-types (67/301)
22152026-07-23T00:42:13.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-23T00:42:13.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-23T00:42:13.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-23T00:42:13.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22192026-07-23T00:42:13.453Z
22202026-07-23T00:42:13.454Zinfo: running `cargo check --bins` on gateway-client (68/301)
22212026-07-23T00:42:13.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-23T00:42:13.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-23T00:42:13.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-23T00:42:13.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22252026-07-23T00:42:13.984Z
22262026-07-23T00:42:13.984Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22272026-07-23T00:42:14.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-23T00:42:14.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-23T00:42:14.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-23T00:42:14.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22312026-07-23T00:42:14.518Z
22322026-07-23T00:42:14.518Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22332026-07-23T00:42:14.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-23T00:42:14.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-23T00:42:14.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-23T00:42:14.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22372026-07-23T00:42:15.050Z
22382026-07-23T00:42:15.050Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22392026-07-23T00:42:15.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-23T00:42:15.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-23T00:42:15.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-23T00:42:15.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22432026-07-23T00:42:15.585Z
22442026-07-23T00:42:15.585Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22452026-07-23T00:42:16.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-23T00:42:16.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-23T00:42:16.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-23T00:42:16.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22492026-07-23T00:42:16.122Z
22502026-07-23T00:42:16.122Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22512026-07-23T00:42:16.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-23T00:42:16.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-23T00:42:16.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-23T00:42:16.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22552026-07-23T00:42:16.675Z
22562026-07-23T00:42:16.675Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22572026-07-23T00:42:17.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-23T00:42:17.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-23T00:42:17.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-07-23T00:42:17.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22612026-07-23T00:42:17.228Z
22622026-07-23T00:42:17.228Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22632026-07-23T00:42:17.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-07-23T00:42:17.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-07-23T00:42:17.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-07-23T00:42:17.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22672026-07-23T00:42:17.752Z
22682026-07-23T00:42:17.752Zinfo: running `cargo check --bins` on oxlog (76/301)
22692026-07-23T00:42:18.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-07-23T00:42:18.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-07-23T00:42:18.308Z Checking cfg-if v1.0.4
22722026-07-23T00:42:18.312Z Checking libc v0.2.185
22732026-07-23T00:42:18.312Z Checking serde_core v1.0.228
22742026-07-23T00:42:18.421Z Checking memchr v2.8.0
22752026-07-23T00:42:18.424Z Checking zeroize v1.8.2
22762026-07-23T00:42:18.437Z Checking log v0.4.29
22772026-07-23T00:42:18.437Z Checking smallvec v1.15.1
22782026-07-23T00:42:18.456Z Checking itoa v1.0.17
22792026-07-23T00:42:18.460Z Checking subtle v2.6.1
22802026-07-23T00:42:18.568Z Checking stable_deref_trait v1.2.1
22812026-07-23T00:42:18.592Z Checking scopeguard v1.2.0
22822026-07-23T00:42:18.602Z Checking typenum v1.20.1
22832026-07-23T00:42:18.606Z Checking zerofrom v0.1.6
22842026-07-23T00:42:18.626Z Checking pin-project-lite v0.2.17
22852026-07-23T00:42:18.641Z Checking portable-atomic v1.13.1
22862026-07-23T00:42:18.683Z Checking lock_api v0.4.14
22872026-07-23T00:42:18.712Z Checking zmij v1.0.21
22882026-07-23T00:42:18.725Z Checking yoke v0.8.1
22892026-07-23T00:42:18.793Z Checking errno v0.3.14
22902026-07-23T00:42:18.793Z Checking getrandom v0.2.17
22912026-07-23T00:42:18.878Z Checking parking_lot_core v0.9.12
22922026-07-23T00:42:18.890Z Checking zerovec v0.11.5
22932026-07-23T00:42:18.905Z Checking signal-hook-registry v1.4.8
22942026-07-23T00:42:18.917Z Checking critical-section v1.2.0
22952026-07-23T00:42:18.939Z Checking rand_core v0.6.4
22962026-07-23T00:42:19.044Z Checking futures-core v0.3.32
22972026-07-23T00:42:19.053Z Checking once_cell v1.21.3
22982026-07-23T00:42:19.056Z Checking mio v1.2.0
22992026-07-23T00:42:19.056Z Checking parking_lot v0.12.5
23002026-07-23T00:42:19.109Z Checking zerocopy v0.8.40
23012026-07-23T00:42:19.125Z Checking const-oid v0.9.6
23022026-07-23T00:42:19.211Z Checking litemap v0.8.1
23032026-07-23T00:42:19.246Z Checking writeable v0.6.2
23042026-07-23T00:42:19.312Z Checking tinystr v0.8.2
23052026-07-23T00:42:19.328Z Checking percent-encoding v2.3.2
23062026-07-23T00:42:19.341Z Checking rand_core v0.10.0
23072026-07-23T00:42:19.377Z Checking potential_utf v0.1.4
23082026-07-23T00:42:19.401Z Checking zerotrie v0.2.3
23092026-07-23T00:42:19.457Z Checking libm v0.2.16
23102026-07-23T00:42:19.471Z Checking getrandom v0.4.1
23112026-07-23T00:42:19.482Z Checking icu_locale_core v2.1.1
23122026-07-23T00:42:19.501Z Checking icu_collections v2.1.1
23132026-07-23T00:42:19.613Z Checking generic-array v0.14.7
23142026-07-23T00:42:19.637Z Checking socket2 v0.6.3
23152026-07-23T00:42:19.811Z Checking equivalent v1.0.2
23162026-07-23T00:42:19.838Z Checking icu_normalizer_data v2.1.1
23172026-07-23T00:42:19.874Z Checking icu_properties_data v2.1.2
23182026-07-23T00:42:19.889Z Checking serde v1.0.228
23192026-07-23T00:42:19.904Z Checking bitflags v2.11.0
23202026-07-23T00:42:19.923Z Checking serde_json v1.0.150
23212026-07-23T00:42:20.003Z Checking futures-sink v0.3.32
23222026-07-23T00:42:20.018Z Checking icu_provider v2.1.1
23232026-07-23T00:42:20.059Z Checking slab v0.4.12
23242026-07-23T00:42:20.074Z Checking futures-task v0.3.32
23252026-07-23T00:42:20.096Z Checking futures-channel v0.3.32
23262026-07-23T00:42:20.169Z Checking num-traits v0.2.19
23272026-07-23T00:42:20.251Z Checking futures-io v0.3.32
23282026-07-23T00:42:20.277Z Checking utf8_iter v1.0.4
23292026-07-23T00:42:20.277Z Checking icu_properties v2.1.2
23302026-07-23T00:42:20.300Z Checking icu_normalizer v2.1.1
23312026-07-23T00:42:20.416Z Checking bytes v1.11.1
23322026-07-23T00:42:20.417Z Checking futures-util v0.3.32
23332026-07-23T00:42:20.449Z Checking hashbrown v0.17.0
23342026-07-23T00:42:20.610Z Checking block-buffer v0.10.4
23352026-07-23T00:42:20.643Z Checking crypto-common v0.1.7
23362026-07-23T00:42:20.712Z Checking form_urlencoded v1.2.2
23372026-07-23T00:42:20.724Z Checking getrandom v0.3.4
23382026-07-23T00:42:20.724Z Checking digest v0.10.7
23392026-07-23T00:42:20.763Z Checking tokio v1.52.1
23402026-07-23T00:42:20.794Z Checking indexmap v2.14.0
23412026-07-23T00:42:20.803Z Checking byteorder v1.5.0
23422026-07-23T00:42:20.834Z Checking fnv v1.0.7
23432026-07-23T00:42:20.903Z Checking iana-time-zone v0.1.65
23442026-07-23T00:42:20.952Z Checking rand_core v0.9.5
23452026-07-23T00:42:21.107Z Checking http v1.4.2
23462026-07-23T00:42:21.170Z Checking chrono v0.4.45
23472026-07-23T00:42:21.170Z Checking idna_adapter v1.2.1
23482026-07-23T00:42:21.170Z Checking uuid v1.23.4
23492026-07-23T00:42:21.211Z Checking idna v1.1.0
23502026-07-23T00:42:21.348Z Checking base64ct v1.8.3
23512026-07-23T00:42:21.417Z Checking url v2.5.8
23522026-07-23T00:42:21.449Z Checking base64 v0.22.1
23532026-07-23T00:42:21.587Z Checking regex-syntax v0.8.10
23542026-07-23T00:42:21.621Z Checking pem-rfc7468 v0.7.0
23552026-07-23T00:42:21.655Z Checking rustix v1.1.3
23562026-07-23T00:42:21.745Z Checking tracing-core v0.1.36
23572026-07-23T00:42:21.838Z Checking flagset v0.4.7
23582026-07-23T00:42:21.879Z Checking http-body v1.0.1
23592026-07-23T00:42:21.898Z Checking ppv-lite86 v0.2.21
23602026-07-23T00:42:21.966Z Checking der v0.7.10
23612026-07-23T00:42:21.985Z Checking rustls-pki-types v1.14.0
23622026-07-23T00:42:22.052Z Checking tracing v0.1.44
23632026-07-23T00:42:22.167Z Checking rand_chacha v0.9.0
23642026-07-23T00:42:22.223Z Checking dyn-clone v1.0.20
23652026-07-23T00:42:22.243Z Checking tinyvec_macros v0.1.1
23662026-07-23T00:42:22.277Z Checking cmov v0.5.4
23672026-07-23T00:42:22.308Z Checking openssl-probe v0.2.1
23682026-07-23T00:42:22.324Z Checking tinyvec v1.10.0
23692026-07-23T00:42:22.350Z Checking rand v0.9.2
23702026-07-23T00:42:22.418Z Checking semver v1.0.28
23712026-07-23T00:42:22.454Z Checking ctutils v0.4.2
23722026-07-23T00:42:22.484Z Checking aws-lc-sys v0.40.0
23732026-07-23T00:42:22.620Z Checking untrusted v0.7.1
23742026-07-23T00:42:22.645Z Checking tower-layer v0.3.3
23752026-07-23T00:42:22.663Z Checking try-lock v0.2.5
23762026-07-23T00:42:22.718Z Checking spki v0.7.3
23772026-07-23T00:42:22.794Z Checking tower-service v0.3.3
23782026-07-23T00:42:22.820Z Checking atomic-waker v1.1.2
23792026-07-23T00:42:22.820Z Checking want v0.3.1
23802026-07-23T00:42:22.820Z Checking hybrid-array v0.4.13
23812026-07-23T00:42:22.844Z Checking schemars v0.8.22
23822026-07-23T00:42:22.881Z Checking ipnet v2.11.0
23832026-07-23T00:42:22.881Z Checking httparse v1.10.1
23842026-07-23T00:42:22.918Z Checking aho-corasick v1.1.4
23852026-07-23T00:42:22.918Z Checking httpdate v1.0.3
23862026-07-23T00:42:22.981Z Checking aws-lc-rs v1.16.3
23872026-07-23T00:42:23.031Z Checking cpufeatures v0.2.17
23882026-07-23T00:42:23.068Z Checking fastrand v2.3.0
23892026-07-23T00:42:23.106Z Checking untrusted v0.9.0
23902026-07-23T00:42:23.137Z Checking plain v0.2.3
23912026-07-23T00:42:23.204Z Checking foreign-types-shared v0.1.1
23922026-07-23T00:42:23.311Z Checking utf8parse v0.2.2
23932026-07-23T00:42:23.353Z Checking tempfile v3.25.0
23942026-07-23T00:42:23.353Z Checking foreign-types v0.3.2
23952026-07-23T00:42:23.353Z Checking pkcs8 v0.10.2
23962026-07-23T00:42:23.369Z Checking unicode-normalization v0.1.25
23972026-07-23T00:42:23.437Z Checking openssl-sys v0.9.115
23982026-07-23T00:42:23.468Z Checking spin v0.9.8
23992026-07-23T00:42:23.477Z Checking ucd-trie v0.1.7
24002026-07-23T00:42:23.551Z Checking regex-automata v0.4.14
24012026-07-23T00:42:23.581Z Checking unicode-ident v1.0.24
24022026-07-23T00:42:23.599Z Checking anstyle v1.0.14
24032026-07-23T00:42:23.648Z Checking pest v2.8.6
24042026-07-23T00:42:23.688Z Checking proc-macro2 v1.0.106
24052026-07-23T00:42:23.768Z Checking sha2 v0.10.9
24062026-07-23T00:42:23.792Z Checking hmac v0.12.1
24072026-07-23T00:42:23.805Z Checking openssl v0.10.79
24082026-07-23T00:42:23.805Z Checking rustls-webpki v0.103.13
24092026-07-23T00:42:23.904Z Checking thiserror v2.0.18
24102026-07-23T00:42:23.947Z Checking tokio-util v0.7.18
24112026-07-23T00:42:23.967Z Checking sync_wrapper v1.0.2
24122026-07-23T00:42:23.994Z Checking wait-timeout v0.2.1
24132026-07-23T00:42:24.042Z Checking quick-error v1.2.3
24142026-07-23T00:42:24.071Z Checking powerfmt v0.2.0
24152026-07-23T00:42:24.139Z Checking anstyle-query v1.1.5
24162026-07-23T00:42:24.183Z Checking siphasher v1.0.2
24172026-07-23T00:42:24.230Z Checking colorchoice v1.0.4
24182026-07-23T00:42:24.346Z Checking simd-adler32 v0.3.8
24192026-07-23T00:42:24.346Z Checking rustls v0.23.41
24202026-07-23T00:42:24.385Z Checking bit-vec v0.8.0
24212026-07-23T00:42:24.385Z Checking is_terminal_polyfill v1.70.2
24222026-07-23T00:42:24.395Z Checking pretty-hex v0.4.1
24232026-07-23T00:42:24.395Z Checking deranged v0.5.8
24242026-07-23T00:42:24.469Z Checking bit-set v0.8.0
24252026-07-23T00:42:24.485Z Checking rusty-fork v0.3.1
24262026-07-23T00:42:24.567Z Checking h2 v0.4.15
24272026-07-23T00:42:24.608Z Checking tower v0.5.3
24282026-07-23T00:42:24.649Z Checking quote v1.0.45
24292026-07-23T00:42:24.688Z Checking http-body-util v0.1.3
24302026-07-23T00:42:24.816Z Checking crossbeam-utils v0.8.21
24312026-07-23T00:42:24.886Z Checking rand_xorshift v0.4.0
24322026-07-23T00:42:24.980Z Checking crc32fast v1.5.0
24332026-07-23T00:42:24.996Z Checking scroll v0.13.0
24342026-07-23T00:42:25.207Z Checking adler2 v2.0.1
24352026-07-23T00:42:25.223Z Checking unarray v0.1.4
24362026-07-23T00:42:25.234Z Checking ryu v1.0.23
24372026-07-23T00:42:25.234Z Checking unicode-bidi v0.3.18
24382026-07-23T00:42:25.244Z Checking iri-string v0.7.10
24392026-07-23T00:42:25.286Z Checking unicode-properties v0.1.4
24402026-07-23T00:42:25.338Z Checking num-conv v0.2.0
24412026-07-23T00:42:25.351Z Checking time-core v0.1.8
24422026-07-23T00:42:25.452Z Checking allocator-api2 v0.2.21
24432026-07-23T00:42:25.473Z Checking num_threads v0.1.7
24442026-07-23T00:42:25.487Z Checking serde_urlencoded v0.7.1
24452026-07-23T00:42:25.510Z Checking stringprep v0.1.5
24462026-07-23T00:42:25.546Z Checking time v0.3.47
24472026-07-23T00:42:25.657Z Checking bstr v1.12.1
24482026-07-23T00:42:25.706Z Checking proptest v1.10.0
24492026-07-23T00:42:25.751Z Checking goblin v0.10.5
24502026-07-23T00:42:25.802Z Checking native-tls v0.2.18
24512026-07-23T00:42:25.953Z Checking tokio-native-tls v0.3.1
24522026-07-23T00:42:26.044Z Checking miniz_oxide v0.8.9
24532026-07-23T00:42:26.114Z Checking crossbeam-epoch v0.9.18
24542026-07-23T00:42:26.248Z Checking tower-http v0.6.8
24552026-07-23T00:42:26.330Z Checking syn v2.0.117
24562026-07-23T00:42:26.393Z Checking crypto-common v0.2.2
24572026-07-23T00:42:26.462Z Checking block-buffer v0.12.1
24582026-07-23T00:42:26.514Z Checking block-padding v0.4.2
24592026-07-23T00:42:26.621Z Checking ipnetwork v0.21.1
24602026-07-23T00:42:26.656Z Checking anstyle-parse v1.0.0
24612026-07-23T00:42:26.678Z Checking rustls-native-certs v0.8.3
24622026-07-23T00:42:26.806Z Checking rand_chacha v0.3.1
24632026-07-23T00:42:26.819Z Checking scroll v0.12.0
24642026-07-23T00:42:26.841Z Checking thiserror v1.0.69
24652026-07-23T00:42:26.935Z Checking hash32 v0.2.1
24662026-07-23T00:42:27.010Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-07-23T00:42:27.013Z Checking md-5 v0.10.6
24682026-07-23T00:42:27.042Z Checking signature v2.2.0
24692026-07-23T00:42:27.089Z Checking num-integer v0.1.46
24702026-07-23T00:42:27.120Z Checking toml_datetime v0.6.11
24712026-07-23T00:42:27.154Z Checking serde_spanned v0.6.9
24722026-07-23T00:42:27.169Z Checking hex v0.4.3
24732026-07-23T00:42:27.345Z Checking encoding_rs v0.8.35
24742026-07-23T00:42:27.357Z Checking mime v0.3.17
24752026-07-23T00:42:27.357Z Checking fallible-iterator v0.2.0
24762026-07-23T00:42:27.367Z Checking hyper v1.10.1
24772026-07-23T00:42:27.391Z Checking zlib-rs v0.6.2
24782026-07-23T00:42:27.472Z Checking psl-types v2.0.11
24792026-07-23T00:42:27.502Z Checking newtype-uuid v1.3.2
24802026-07-23T00:42:27.575Z Checking postgres-protocol v0.6.10
24812026-07-23T00:42:27.586Z Checking publicsuffix v2.3.0
24822026-07-23T00:42:27.701Z Checking num-iter v0.1.45
24832026-07-23T00:42:27.741Z Checking zstd-safe v7.2.4
24842026-07-23T00:42:27.809Z Checking heapless v0.7.17
24852026-07-23T00:42:27.883Z Checking goblin v0.8.2
24862026-07-23T00:42:27.901Z Checking rand v0.8.6
24872026-07-23T00:42:28.073Z Checking dof v0.4.0
24882026-07-23T00:42:28.198Z Checking oxnet v0.1.6
24892026-07-23T00:42:28.214Z Checking anstream v1.0.0
24902026-07-23T00:42:28.263Z Checking flate2 v1.1.9
24912026-07-23T00:42:28.276Z Checking hyper-util v0.1.20
24922026-07-23T00:42:28.406Z Checking cookie v0.18.1
24932026-07-23T00:42:28.419Z Checking inout v0.2.2
24942026-07-23T00:42:28.448Z Checking tokio-rustls v0.26.4
24952026-07-23T00:42:28.552Z Checking dtrace-parser v0.3.0
24962026-07-23T00:42:28.566Z Checking phf_shared v0.13.1
24972026-07-23T00:42:28.595Z Checking lazy_static v1.5.0
24982026-07-23T00:42:28.628Z Checking anstyle-parse v0.2.7
24992026-07-23T00:42:28.668Z Checking pin-project v1.1.11
25002026-07-23T00:42:28.679Z Checking zerocopy v0.7.35
25012026-07-23T00:42:28.695Z Checking terminal_size v0.4.3
25022026-07-23T00:42:28.754Z Checking bzip2-sys v0.1.13+1.0.8
25032026-07-23T00:42:28.757Z Checking signal-hook v0.3.18
25042026-07-23T00:42:28.778Z Checking futures-executor v0.3.32
25052026-07-23T00:42:28.790Z Checking ff v0.13.1
25062026-07-23T00:42:28.803Z Checking thread-id v5.1.0
25072026-07-23T00:42:28.835Z Checking libbz2-rs-sys v0.2.2
25082026-07-23T00:42:28.874Z Checking winnow v0.5.40
25092026-07-23T00:42:28.911Z Checking either v1.15.0
25102026-07-23T00:42:28.923Z Checking bumpalo v3.20.2
25112026-07-23T00:42:28.943Z Checking same-file v1.0.6
25122026-07-23T00:42:29.058Z Checking bitflags v1.3.2
25132026-07-23T00:42:29.090Z Compiling rayon-core v1.13.0
25142026-07-23T00:42:29.114Z Checking base16ct v0.2.0
25152026-07-23T00:42:29.125Z Checking foldhash v0.2.0
25162026-07-23T00:42:29.159Z Checking managed v0.8.0
25172026-07-23T00:42:29.220Z Checking foldhash v0.1.5
25182026-07-23T00:42:29.232Z Checking strsim v0.11.1
25192026-07-23T00:42:29.274Z Checking clap_lex v1.0.0
25202026-07-23T00:42:29.304Z Checking hashbrown v0.16.1
25212026-07-23T00:42:29.338Z Checking smoltcp v0.9.1
25222026-07-23T00:42:29.350Z Checking hashbrown v0.15.5
25232026-07-23T00:42:29.386Z Checking sec1 v0.7.3
25242026-07-23T00:42:29.423Z Checking clap_builder v4.6.0
25252026-07-23T00:42:29.538Z Checking hyper-tls v0.6.0
25262026-07-23T00:42:29.586Z Checking hyper-rustls v0.27.7
25272026-07-23T00:42:29.708Z Checking reqwest v0.12.28
25282026-07-23T00:42:29.768Z Checking dof v0.3.0
25292026-07-23T00:42:29.849Z Checking bzip2 v0.6.1
25302026-07-23T00:42:29.857Z Checking zopfli v0.8.3
25312026-07-23T00:42:29.857Z Checking walkdir v2.5.0
25322026-07-23T00:42:29.911Z Checking signal-hook-mio v0.2.5
25332026-07-23T00:42:29.946Z Checking futures v0.3.32
25342026-07-23T00:42:29.974Z Checking group v0.13.0
25352026-07-23T00:42:30.009Z Checking usdt-impl v0.6.0
25362026-07-23T00:42:30.012Z Checking toml_edit v0.19.15
25372026-07-23T00:42:30.033Z Checking bzip2 v0.4.4
25382026-07-23T00:42:30.044Z Checking anstream v0.6.21
25392026-07-23T00:42:30.109Z Checking snafu v0.8.9
25402026-07-23T00:42:30.126Z Checking phf v0.13.1
25412026-07-23T00:42:30.186Z Checking num-bigint-dig v0.8.6
25422026-07-23T00:42:30.251Z Checking cookie_store v0.22.1
25432026-07-23T00:42:30.269Z Checking cipher v0.5.2
25442026-07-23T00:42:30.282Z Checking daft v0.1.7
25452026-07-23T00:42:30.345Z Checking zstd v0.13.3
25462026-07-23T00:42:30.449Z Checking postgres-types v0.2.12
25472026-07-23T00:42:30.499Z Checking ed25519 v2.2.3
25482026-07-23T00:42:30.512Z Checking dtrace-parser v0.2.0
25492026-07-23T00:42:30.523Z Checking rustls-platform-verifier v0.6.2
25502026-07-23T00:42:30.584Z Checking crossbeam-deque v0.8.6
25512026-07-23T00:42:30.640Z Checking globset v0.4.18
25522026-07-23T00:42:30.653Z Checking regex v1.12.3
25532026-07-23T00:42:30.680Z Checking phf_shared v0.11.3
25542026-07-23T00:42:30.736Z Checking hkdf v0.12.4
25552026-07-23T00:42:30.751Z Checking olpc-cjson v0.1.4
25562026-07-23T00:42:30.755Z Checking ref-cast v1.0.25
25572026-07-23T00:42:30.817Z Checking curve25519-dalek v4.1.3
25582026-07-23T00:42:30.856Z Checking pkcs1 v0.7.5
25592026-07-23T00:42:30.867Z Checking strum v0.27.2
25602026-07-23T00:42:30.880Z Checking hubpack v0.1.2
25612026-07-23T00:42:30.891Z Checking memoffset v0.9.1
25622026-07-23T00:42:30.918Z Checking rustix v0.38.44
25632026-07-23T00:42:30.962Z Checking pem v3.0.6
25642026-07-23T00:42:30.974Z Checking float-cmp v0.10.0
25652026-07-23T00:42:30.992Z Checking serde_plain v1.0.2
25662026-07-23T00:42:31.037Z Checking serde-big-array v0.5.1
25672026-07-23T00:42:31.048Z Checking erased-serde v0.3.31
25682026-07-23T00:42:31.059Z Checking crypto-bigint v0.5.5
25692026-07-23T00:42:31.090Z Checking memmap2 v0.9.10
25702026-07-23T00:42:31.113Z Checking thread-id v4.2.2
25712026-07-23T00:42:31.126Z Checking env_filter v1.0.0
25722026-07-23T00:42:31.159Z Checking cpufeatures v0.3.0
25732026-07-23T00:42:31.186Z Checking precomputed-hash v0.1.1
25742026-07-23T00:42:31.227Z Checking new_debug_unreachable v1.0.6
25752026-07-23T00:42:31.243Z Checking jiff v0.2.21
25762026-07-23T00:42:31.260Z Checking normalize-line-endings v0.3.0
25772026-07-23T00:42:31.272Z Checking difflib v0.4.0
25782026-07-23T00:42:31.290Z Checking predicates-core v1.0.10
25792026-07-23T00:42:31.346Z Checking typed-path v0.9.3
25802026-07-23T00:42:31.406Z Checking static_assertions v1.1.0
25812026-07-23T00:42:31.425Z Checking const-oid v0.10.2
25822026-07-23T00:42:31.437Z Checking unicode-segmentation v1.12.0
25832026-07-23T00:42:31.470Z Checking toml_write v0.1.2
25842026-07-23T00:42:31.597Z Checking winnow v1.0.3
25852026-07-23T00:42:31.601Z Checking fixedbitset v0.4.2
25862026-07-23T00:42:31.628Z Checking keccak v0.1.6
25872026-07-23T00:42:31.722Z Checking data-encoding v2.10.0
25882026-07-23T00:42:31.748Z Checking fixedbitset v0.5.7
25892026-07-23T00:42:31.757Z Checking winnow v0.7.14
25902026-07-23T00:42:31.793Z Checking whoami v2.1.0
25912026-07-23T00:42:31.886Z Checking toml_parser v1.1.2+spec-1.1.0
25922026-07-23T00:42:31.938Z Checking petgraph v0.8.3
25932026-07-23T00:42:31.976Z Checking elliptic-curve v0.13.8
25942026-07-23T00:42:31.989Z Checking hickory-proto v0.25.2
25952026-07-23T00:42:31.989Z Checking tokio-postgres v0.7.16
25962026-07-23T00:42:32.136Z Checking tough v0.22.0
25972026-07-23T00:42:32.221Z Checking sha3 v0.10.8
25982026-07-23T00:42:32.275Z Checking similar v2.7.0
25992026-07-23T00:42:32.417Z Checking petgraph v0.6.5
26002026-07-23T00:42:32.649Z Checking crossterm v0.28.1
26012026-07-23T00:42:32.926Z Checking toml_edit v0.22.27
26022026-07-23T00:42:33.246Z Checking ed25519-dalek v2.2.0
26032026-07-23T00:42:33.342Z Checking digest v0.11.3
26042026-07-23T00:42:33.548Z Checking zip v4.6.1
26052026-07-23T00:42:33.554Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26062026-07-23T00:42:33.554Z Checking predicates v3.1.4
26072026-07-23T00:42:33.554Z Checking slog v2.8.2
26082026-07-23T00:42:33.645Z Checking string_cache v0.8.9
26092026-07-23T00:42:33.775Z Checking env_logger v0.11.9
26102026-07-23T00:42:33.788Z Checking usdt v0.6.0
26112026-07-23T00:42:33.811Z Checking chacha20 v0.10.0
26122026-07-23T00:42:33.948Z Checking usdt-impl v0.5.0
26132026-07-23T00:42:33.960Z Checking rsa v0.9.10
26142026-07-23T00:42:34.018Z Checking toml v0.7.8
26152026-07-23T00:42:34.018Z Checking nix v0.31.2
26162026-07-23T00:42:34.057Z Checking iddqd v0.4.2
26172026-07-23T00:42:34.220Z Checking reqwest v0.13.2
26182026-07-23T00:42:34.322Z Checking clap v4.6.1
26192026-07-23T00:42:34.399Z Checking zip v0.6.6
26202026-07-23T00:42:34.423Z Checking itertools v0.13.0
26212026-07-23T00:42:34.468Z Checking byte-wrapper v0.1.0
26222026-07-23T00:42:34.652Z Checking serde_with v3.21.0
26232026-07-23T00:42:34.713Z Checking strum v0.26.3
26242026-07-23T00:42:34.773Z Checking fs-err v3.3.0
26252026-07-23T00:42:34.820Z Checking ahash v0.8.12
26262026-07-23T00:42:34.949Z Checking object v0.37.3
26272026-07-23T00:42:35.085Z Checking tokio-stream v0.1.18
26282026-07-23T00:42:35.096Z Checking buf-list v1.1.2
26292026-07-23T00:42:35.096Z Checking anyhow v1.0.102
26302026-07-23T00:42:35.218Z Checking camino v1.2.2
26312026-07-23T00:42:35.243Z Checking x509-cert v0.2.5
26322026-07-23T00:42:35.265Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26332026-07-23T00:42:35.386Z Checking openapiv3 v2.2.0
26342026-07-23T00:42:35.444Z Checking lalrpop-util v0.19.12
26352026-07-23T00:42:35.457Z Checking peg-runtime v0.8.5
26362026-07-23T00:42:35.523Z Checking rayon v1.11.0
26372026-07-23T00:42:35.595Z Checking sigpipe v0.1.3
26382026-07-23T00:42:35.609Z Checking glob v0.3.3
26392026-07-23T00:42:37.079Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26402026-07-23T00:42:37.136Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26412026-07-23T00:42:37.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.65s
26422026-07-23T00:42:37.558Z
26432026-07-23T00:42:37.558Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26442026-07-23T00:42:38.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-07-23T00:42:38.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-07-23T00:42:38.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-07-23T00:42:38.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26482026-07-23T00:42:38.094Z
26492026-07-23T00:42:38.095Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26502026-07-23T00:42:38.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-07-23T00:42:38.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-07-23T00:42:38.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-07-23T00:42:38.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26542026-07-23T00:42:38.625Z
26552026-07-23T00:42:38.625Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26562026-07-23T00:42:39.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-07-23T00:42:39.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-07-23T00:42:39.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-07-23T00:42:39.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26602026-07-23T00:42:39.172Z
26612026-07-23T00:42:39.172Zinfo: running `cargo check --bins` on oxql-types (80/301)
26622026-07-23T00:42:39.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-07-23T00:42:39.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-07-23T00:42:39.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-07-23T00:42:39.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26662026-07-23T00:42:39.707Z
26672026-07-23T00:42:39.707Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26682026-07-23T00:42:40.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-07-23T00:42:40.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-07-23T00:42:40.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-07-23T00:42:40.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26722026-07-23T00:42:40.236Z
26732026-07-23T00:42:40.236Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26742026-07-23T00:42:40.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-07-23T00:42:40.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-07-23T00:42:40.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-07-23T00:42:40.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26782026-07-23T00:42:40.815Z
26792026-07-23T00:42:40.815Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26802026-07-23T00:42:41.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-07-23T00:42:41.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-07-23T00:42:41.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832026-07-23T00:42:41.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26842026-07-23T00:42:41.295Z
26852026-07-23T00:42:41.295Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26862026-07-23T00:42:41.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872026-07-23T00:42:41.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882026-07-23T00:42:41.935Z Compiling structmeta-derive v0.3.0
26892026-07-23T00:42:42.050Z Compiling multer v3.1.0
26902026-07-23T00:42:42.062Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26912026-07-23T00:42:42.067Z Compiling async-stream-impl v0.3.6
26922026-07-23T00:42:42.077Z Compiling dropshot v0.17.1
26932026-07-23T00:42:42.093Z Compiling newtype-uuid-macros v0.1.0
26942026-07-23T00:42:42.097Z Compiling dropshot_endpoint v0.17.1
26952026-07-23T00:42:42.121Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26962026-07-23T00:42:42.290Z Checking thread_local v1.1.9
26972026-07-23T00:42:42.314Z Checking match_cfg v0.1.0
26982026-07-23T00:42:42.383Z Checking compression-core v0.4.31
26992026-07-23T00:42:42.466Z Checking hostname v0.3.1
27002026-07-23T00:42:42.469Z Checking crossbeam-channel v0.5.15
27012026-07-23T00:42:42.503Z Checking compression-codecs v0.4.37
27022026-07-23T00:42:42.527Z Checking atomicwrites v0.4.4
27032026-07-23T00:42:42.572Z Checking slog-json v2.6.1
27042026-07-23T00:42:42.644Z Checking serde_spanned v1.1.1
27052026-07-23T00:42:42.644Z Checking is-terminal v0.4.17
27062026-07-23T00:42:42.668Z Checking toml_datetime v1.1.1+spec-1.1.0
27072026-07-23T00:42:42.724Z Checking debug-ignore v1.0.5
27082026-07-23T00:42:42.742Z Checking toml_writer v1.1.1+spec-1.1.0
27092026-07-23T00:42:42.773Z Checking term v1.2.1
27102026-07-23T00:42:42.839Z Checking take_mut v0.2.2
27112026-07-23T00:42:42.848Z Checking slog-bunyan v2.5.0
27122026-07-23T00:42:42.848Z Checking async-compression v0.4.41
27132026-07-23T00:42:42.860Z Checking async-stream v0.3.6
27142026-07-23T00:42:42.914Z Checking slog-async v2.8.0
27152026-07-23T00:42:42.914Z Checking toml v1.1.2+spec-1.1.0
27162026-07-23T00:42:42.942Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27172026-07-23T00:42:42.981Z Checking slog-term v2.9.2
27182026-07-23T00:42:42.984Z Checking progenitor-client v0.14.0
27192026-07-23T00:42:43.039Z Checking sha1 v0.11.0
27202026-07-23T00:42:43.084Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27212026-07-23T00:42:43.106Z Compiling structmeta v0.3.0
27222026-07-23T00:42:43.214Z Checking waitgroup v0.1.2
27232026-07-23T00:42:43.228Z Checking rustls-pemfile v2.2.0
27242026-07-23T00:42:43.231Z Checking backon v1.6.0
27252026-07-23T00:42:43.252Z Checking serde_path_to_error v0.1.20
27262026-07-23T00:42:43.291Z Checking hostname v0.4.2
27272026-07-23T00:42:43.312Z Checking instant v0.1.13
27282026-07-23T00:42:43.324Z Compiling derive-ex v0.1.8
27292026-07-23T00:42:43.363Z Compiling parse-display-derive v0.10.0
27302026-07-23T00:42:43.397Z Checking progenitor-extras v0.2.0
27312026-07-23T00:42:43.520Z Checking backoff v0.4.0
27322026-07-23T00:42:43.542Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-07-23T00:42:43.579Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-07-23T00:42:43.613Z Checking itertools v0.14.0
27352026-07-23T00:42:43.686Z Checking regress v0.10.5
27362026-07-23T00:42:43.755Z Checking macaddr v1.0.1
27372026-07-23T00:42:43.951Z Checking humantime v2.3.0
27382026-07-23T00:42:45.006Z Compiling test-strategy v0.4.5
27392026-07-23T00:42:45.043Z Checking parse-display v0.10.0
27402026-07-23T00:42:45.192Z Compiling prettyplease v0.2.37
27412026-07-23T00:42:45.533Z Checking num-rational v0.4.2
27422026-07-23T00:42:45.804Z Checking num-complex v0.4.6
27432026-07-23T00:42:46.197Z Compiling num v0.4.3
27442026-07-23T00:42:46.287Z Compiling usdt-attr-macro v0.5.0
27452026-07-23T00:42:46.339Z Compiling usdt-macro v0.5.0
27462026-07-23T00:42:46.353Z Checking memmap v0.7.0
27472026-07-23T00:42:46.390Z Compiling float-ord v0.3.2
27482026-07-23T00:42:46.547Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27492026-07-23T00:42:46.577Z Compiling convert_case v0.4.0
27502026-07-23T00:42:46.822Z Checking unicode-width v0.2.0
27512026-07-23T00:42:46.903Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27522026-07-23T00:42:46.976Z Compiling derive_more v0.99.20
27532026-07-23T00:42:47.070Z Checking console v0.15.11
27542026-07-23T00:42:47.082Z Checking newline-converter v0.3.0
27552026-07-23T00:42:47.118Z Checking usdt v0.5.0
27562026-07-23T00:42:47.189Z Compiling toml v0.8.23
27572026-07-23T00:42:47.283Z Checking linked-hash-map v0.5.6
27582026-07-23T00:42:47.345Z Compiling minimal-lexical v0.2.1
27592026-07-23T00:42:47.456Z Checking lru-cache v0.1.2
27602026-07-23T00:42:47.578Z Compiling nom v7.1.3
27612026-07-23T00:42:47.602Z Checking expectorate v1.2.0
27622026-07-23T00:42:48.127Z Checking camino-tempfile v1.4.1
27632026-07-23T00:42:48.215Z Checking hickory-proto v0.24.4
27642026-07-23T00:42:48.242Z Checking phf_shared v0.12.1
27652026-07-23T00:42:48.285Z Compiling slog-dtrace v0.3.0
27662026-07-23T00:42:48.519Z Checking resolv-conf v0.7.6
27672026-07-23T00:42:48.673Z Compiling chrono-tz v0.10.4
27682026-07-23T00:42:48.799Z Checking heck v0.5.0
27692026-07-23T00:42:48.868Z Compiling unicode-xid v0.2.6
27702026-07-23T00:42:48.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-07-23T00:42:48.990Z Compiling const_format_proc_macros v0.2.34
27722026-07-23T00:42:48.993Z Checking phf v0.12.1
27732026-07-23T00:42:49.145Z Checking tokio-dtrace v0.1.1
27742026-07-23T00:42:49.330Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-07-23T00:42:49.403Z Compiling derive-where v1.6.0
27762026-07-23T00:42:49.750Z Checking highway v1.3.0
27772026-07-23T00:42:49.820Z Checking const_format v0.2.35
27782026-07-23T00:42:49.975Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-07-23T00:42:49.975Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27802026-07-23T00:42:50.002Z Checking hickory-resolver v0.24.4
27812026-07-23T00:42:50.046Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-07-23T00:42:50.555Z Checking oxide-tokio-rt v0.1.4
27832026-07-23T00:42:50.808Z Checking qorb v0.4.1
27842026-07-23T00:42:50.920Z Checking gethostname v0.5.0
27852026-07-23T00:42:50.947Z Checking bcs v0.1.6
27862026-07-23T00:42:50.950Z Checking termtree v0.5.1
27872026-07-23T00:42:51.437Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27882026-07-23T00:42:51.452Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-07-23T00:42:51.680Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27902026-07-23T00:42:51.680Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27912026-07-23T00:42:54.304Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922026-07-23T00:42:56.684Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932026-07-23T00:42:58.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.50s
27942026-07-23T00:42:58.964Z
27952026-07-23T00:42:58.964Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27962026-07-23T00:42:59.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-07-23T00:42:59.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-07-23T00:42:59.587Z Compiling ar_archive_writer v0.5.1
27992026-07-23T00:42:59.698Z Compiling stacker v0.1.23
28002026-07-23T00:42:59.704Z Compiling cfg_aliases v0.1.1
28012026-07-23T00:42:59.710Z Compiling convert_case v0.10.0
28022026-07-23T00:42:59.713Z Checking unicode-width v0.1.14
28032026-07-23T00:42:59.724Z Compiling proc-macro-error v1.0.4
28042026-07-23T00:42:59.735Z Checking fd-lock v4.0.4
28052026-07-23T00:42:59.738Z Checking nibble_vec v0.1.0
28062026-07-23T00:42:59.764Z Compiling nix v0.28.0
28072026-07-23T00:42:59.846Z Checking vte v0.14.1
28082026-07-23T00:42:59.862Z Compiling recursive-proc-macro-impl v0.1.1
28092026-07-23T00:42:59.948Z Checking bytecount v0.6.9
28102026-07-23T00:42:59.980Z Checking endian-type v0.1.2
28112026-07-23T00:42:59.994Z Compiling derive_more-impl v2.1.1
28122026-07-23T00:43:00.006Z Checking strip-ansi-escapes v0.2.1
28132026-07-23T00:43:00.017Z Compiling tabled_derive v0.7.0
28142026-07-23T00:43:00.043Z Checking papergrid v0.11.0
28152026-07-23T00:43:00.100Z Checking radix_trie v0.2.1
28162026-07-23T00:43:00.112Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-07-23T00:43:00.269Z Compiling peg-macros v0.8.5
28182026-07-23T00:43:00.308Z Compiling sqlparser_derive v0.5.0
28192026-07-23T00:43:00.512Z Compiling psm v0.1.30
28202026-07-23T00:43:00.606Z Checking winnow v0.6.26
28212026-07-23T00:43:00.644Z Checking nu-ansi-term v0.50.3
28222026-07-23T00:43:00.852Z Checking derive_more v2.1.1
28232026-07-23T00:43:00.857Z Checking home v0.5.12
28242026-07-23T00:43:00.877Z Checking unicode_categories v0.1.1
28252026-07-23T00:43:00.955Z Checking crossterm v0.29.0
28262026-07-23T00:43:00.980Z Checking tabled v0.15.0
28272026-07-23T00:43:01.051Z Checking rustyline v14.0.0
28282026-07-23T00:43:01.064Z Checking reedline v0.40.0
28292026-07-23T00:43:01.111Z Checking display-error-chain v0.2.2
28302026-07-23T00:43:01.294Z Checking recursive v0.1.1
28312026-07-23T00:43:01.386Z Checking sqlparser v0.61.0
28322026-07-23T00:43:01.559Z Checking peg v0.8.5
28332026-07-23T00:43:01.732Z Checking sqlformat v0.3.5
28342026-07-23T00:43:12.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
28352026-07-23T00:43:12.755Z
28362026-07-23T00:43:12.755Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28372026-07-23T00:43:13.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-23T00:43:13.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-23T00:43:13.394Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-23T00:43:16.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28412026-07-23T00:43:16.987Z
28422026-07-23T00:43:16.987Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28432026-07-23T00:43:17.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-23T00:43:17.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-23T00:43:17.612Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-23T00:43:20.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28472026-07-23T00:43:20.219Z
28482026-07-23T00:43:20.219Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28492026-07-23T00:43:20.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-23T00:43:20.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-23T00:43:20.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-23T00:43:24.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28532026-07-23T00:43:24.239Z
28542026-07-23T00:43:24.239Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28552026-07-23T00:43:24.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-23T00:43:24.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-23T00:43:24.867Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-23T00:43:28.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28592026-07-23T00:43:28.358Z
28602026-07-23T00:43:28.358Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28612026-07-23T00:43:28.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-23T00:43:28.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-23T00:43:28.983Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-23T00:43:31.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28652026-07-23T00:43:31.739Z
28662026-07-23T00:43:31.739Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28672026-07-23T00:43:32.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-23T00:43:32.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-23T00:43:32.367Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-23T00:43:34.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28712026-07-23T00:43:35.153Z
28722026-07-23T00:43:35.153Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28732026-07-23T00:43:35.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-23T00:43:35.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-23T00:43:35.785Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-07-23T00:43:39.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28772026-07-23T00:43:39.382Z
28782026-07-23T00:43:39.382Zinfo: running `cargo check --bins` on oximeter (93/301)
28792026-07-23T00:43:39.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-23T00:43:39.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-23T00:43:39.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-07-23T00:43:39.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28832026-07-23T00:43:39.936Z
28842026-07-23T00:43:39.936Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28852026-07-23T00:43:40.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-23T00:43:40.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-23T00:43:40.553Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-23T00:43:40.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28892026-07-23T00:43:41.023Z
28902026-07-23T00:43:41.023Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28912026-07-23T00:43:41.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-23T00:43:41.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-23T00:43:41.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-23T00:43:41.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28952026-07-23T00:43:41.569Z
28962026-07-23T00:43:41.569Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
28972026-07-23T00:43:42.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-23T00:43:42.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-23T00:43:42.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-23T00:43:42.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29012026-07-23T00:43:42.152Z
29022026-07-23T00:43:42.152Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29032026-07-23T00:43:42.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-23T00:43:42.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-23T00:43:42.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-23T00:43:42.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29072026-07-23T00:43:42.694Z
29082026-07-23T00:43:42.694Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29092026-07-23T00:43:43.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-23T00:43:43.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-23T00:43:43.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-23T00:43:43.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29132026-07-23T00:43:43.244Z
29142026-07-23T00:43:43.244Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29152026-07-23T00:43:43.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-23T00:43:43.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-23T00:43:43.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-23T00:43:43.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29192026-07-23T00:43:43.793Z
29202026-07-23T00:43:43.793Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29212026-07-23T00:43:44.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-23T00:43:44.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-23T00:43:44.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-23T00:43:44.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29252026-07-23T00:43:44.349Z
29262026-07-23T00:43:44.349Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29272026-07-23T00:43:44.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-23T00:43:44.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-23T00:43:44.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-23T00:43:44.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29312026-07-23T00:43:44.882Z
29322026-07-23T00:43:44.883Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29332026-07-23T00:43:45.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-23T00:43:45.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-23T00:43:45.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-23T00:43:45.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29372026-07-23T00:43:45.435Z
29382026-07-23T00:43:45.435Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/301)
29392026-07-23T00:43:45.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-23T00:43:45.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-23T00:43:46.114Z Compiling darling_core v0.21.3
29422026-07-23T00:43:46.229Z Compiling crucible-workspace-hack v0.1.0
29432026-07-23T00:43:46.237Z Checking secrecy v0.10.3
29442026-07-23T00:43:46.243Z Compiling toml_datetime v0.7.5+spec-1.1.0
29452026-07-23T00:43:46.249Z Compiling heapless v0.8.0
29462026-07-23T00:43:46.258Z Checking hash32 v0.3.1
29472026-07-23T00:43:46.263Z Checking inout v0.1.4
29482026-07-23T00:43:46.284Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29492026-07-23T00:43:46.340Z Compiling smoltcp v0.11.0
29502026-07-23T00:43:46.418Z Checking cobs v0.3.0
29512026-07-23T00:43:46.429Z Compiling toml_edit v0.23.10+spec-1.0.0
29522026-07-23T00:43:46.468Z Checking cipher v0.4.4
29532026-07-23T00:43:46.502Z Checking universal-hash v0.5.1
29542026-07-23T00:43:46.514Z Compiling thiserror-impl-no-std v2.0.2
29552026-07-23T00:43:46.526Z Checking half v2.7.1
29562026-07-23T00:43:46.619Z Checking ciborium-io v0.2.2
29572026-07-23T00:43:46.666Z Checking opaque-debug v0.3.1
29582026-07-23T00:43:46.713Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-07-23T00:43:46.725Z Checking chacha20 v0.9.1
29602026-07-23T00:43:46.736Z Checking poly1305 v0.8.0
29612026-07-23T00:43:46.777Z Checking ciborium-ll v0.2.2
29622026-07-23T00:43:46.918Z Checking postcard v1.1.3
29632026-07-23T00:43:46.933Z Compiling proc-macro-crate v3.4.0
29642026-07-23T00:43:46.954Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29652026-07-23T00:43:47.005Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-07-23T00:43:47.211Z Checking password-hash v0.5.0
29672026-07-23T00:43:47.275Z Checking blake2 v0.10.6
29682026-07-23T00:43:47.354Z Compiling proc-macro-crate v1.3.1
29692026-07-23T00:43:47.449Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29702026-07-23T00:43:47.464Z Checking aead v0.5.2
29712026-07-23T00:43:47.478Z Compiling num_enum_derive v0.7.6
29722026-07-23T00:43:47.510Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29732026-07-23T00:43:47.607Z Compiling foreign-types-macros v0.2.3
29742026-07-23T00:43:47.675Z Checking thiserror-no-std v2.0.2
29752026-07-23T00:43:47.675Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29762026-07-23T00:43:47.717Z Checking foreign-types-shared v0.3.1
29772026-07-23T00:43:47.755Z Compiling num_enum_derive v0.5.11
29782026-07-23T00:43:47.772Z Checking vsss-rs v3.3.4
29792026-07-23T00:43:47.805Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29802026-07-23T00:43:47.927Z Checking chacha20poly1305 v0.10.1
29812026-07-23T00:43:48.054Z Checking argon2 v0.5.3
29822026-07-23T00:43:48.198Z Checking foreign-types v0.5.0
29832026-07-23T00:43:48.246Z Checking ciborium v0.2.2
29842026-07-23T00:43:48.395Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-07-23T00:43:48.489Z Checking tabwriter v1.4.1
29862026-07-23T00:43:48.510Z Checking num_enum v0.7.6
29872026-07-23T00:43:48.626Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-07-23T00:43:48.641Z Checking cstr-argument v0.1.2
29892026-07-23T00:43:48.670Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29902026-07-23T00:43:48.684Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29912026-07-23T00:43:48.697Z Compiling darling_macro v0.21.3
29922026-07-23T00:43:48.752Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29932026-07-23T00:43:48.773Z Checking num_enum v0.5.11
29942026-07-23T00:43:48.885Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29952026-07-23T00:43:48.888Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-07-23T00:43:48.907Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29972026-07-23T00:43:48.919Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29982026-07-23T00:43:49.060Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-07-23T00:43:49.072Z Checking rand v0.10.1
30002026-07-23T00:43:49.179Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30012026-07-23T00:43:49.182Z Checking indent_write v2.2.0
30022026-07-23T00:43:49.182Z Checking colored v3.1.1
30032026-07-23T00:43:49.195Z Compiling darling v0.21.3
30042026-07-23T00:43:49.245Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30052026-07-23T00:43:49.260Z Compiling zone_cfg_derive v0.3.1
30062026-07-23T00:43:49.273Z Compiling ingot-macros v0.1.1
30072026-07-23T00:43:49.341Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-07-23T00:43:49.359Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30092026-07-23T00:43:49.440Z Checking itertools v0.12.1
30102026-07-23T00:43:49.497Z Compiling num-derive v0.4.2
30112026-07-23T00:43:49.511Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30122026-07-23T00:43:49.525Z Checking swrite v0.1.0
30132026-07-23T00:43:49.617Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-23T00:43:49.766Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30152026-07-23T00:43:49.873Z Checking dropshot-api-manager-types v0.7.2
30162026-07-23T00:43:49.887Z Checking smf v0.2.3
30172026-07-23T00:43:49.905Z Checking nanorand v0.7.0
30182026-07-23T00:43:49.992Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-07-23T00:43:50.036Z Checking whoami v1.6.1
30202026-07-23T00:43:50.100Z Checking flume v0.11.1
30212026-07-23T00:43:50.118Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-07-23T00:43:50.422Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30232026-07-23T00:43:50.446Z Checking zone v0.3.1
30242026-07-23T00:43:51.468Z Checking ingot-types v0.1.2
30252026-07-23T00:43:51.738Z Checking ingot v0.1.1
30262026-07-23T00:43:53.146Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30272026-07-23T00:43:54.085Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-23T00:43:54.966Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-23T00:43:56.305Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-07-23T00:43:58.364Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-07-23T00:43:59.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s
30322026-07-23T00:43:59.633Z
30332026-07-23T00:43:59.633Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/301)
30342026-07-23T00:44:00.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-07-23T00:44:00.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-07-23T00:44:00.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-07-23T00:44:00.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30382026-07-23T00:44:00.182Z
30392026-07-23T00:44:00.182Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/301)
30402026-07-23T00:44:00.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-23T00:44:00.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-23T00:44:00.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-23T00:44:00.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30442026-07-23T00:44:00.735Z
30452026-07-23T00:44:00.735Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/301)
30462026-07-23T00:44:01.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-23T00:44:01.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-23T00:44:01.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-23T00:44:01.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30502026-07-23T00:44:01.289Z
30512026-07-23T00:44:01.289Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/301)
30522026-07-23T00:44:01.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-23T00:44:01.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-23T00:44:01.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-23T00:44:01.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30562026-07-23T00:44:01.841Z
30572026-07-23T00:44:01.841Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/301)
30582026-07-23T00:44:02.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-23T00:44:02.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-23T00:44:02.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-23T00:44:02.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30622026-07-23T00:44:02.394Z
30632026-07-23T00:44:02.394Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/301)
30642026-07-23T00:44:02.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-23T00:44:02.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-23T00:44:02.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-23T00:44:02.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30682026-07-23T00:44:02.943Z
30692026-07-23T00:44:02.943Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/301)
30702026-07-23T00:44:03.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-23T00:44:03.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-23T00:44:03.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-23T00:44:03.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30742026-07-23T00:44:03.496Z
30752026-07-23T00:44:03.497Zinfo: running `cargo check --bins` on cockroach-admin-client (111/301)
30762026-07-23T00:44:03.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-23T00:44:03.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-23T00:44:03.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-23T00:44:03.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30802026-07-23T00:44:04.038Z
30812026-07-23T00:44:04.039Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/301)
30822026-07-23T00:44:04.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-23T00:44:04.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-23T00:44:04.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-23T00:44:04.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30862026-07-23T00:44:04.586Z
30872026-07-23T00:44:04.586Zinfo: running `cargo check --bins` on dns-service-client (113/301)
30882026-07-23T00:44:05.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-23T00:44:05.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-23T00:44:05.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-23T00:44:05.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30922026-07-23T00:44:05.136Z
30932026-07-23T00:44:05.136Zinfo: running `cargo check --bins` on installinator-client (114/301)
30942026-07-23T00:44:05.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-23T00:44:05.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-23T00:44:05.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-23T00:44:05.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30982026-07-23T00:44:05.691Z
30992026-07-23T00:44:05.691Zinfo: running `cargo check --bins` on nexus-client (115/301)
31002026-07-23T00:44:06.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-23T00:44:06.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-23T00:44:06.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-23T00:44:06.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31042026-07-23T00:44:06.282Z
31052026-07-23T00:44:06.282Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/301)
31062026-07-23T00:44:06.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-23T00:44:06.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-23T00:44:06.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-23T00:44:06.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31102026-07-23T00:44:06.852Z
31112026-07-23T00:44:06.853Zinfo: running `cargo check --bins` on ntp-admin-client (117/301)
31122026-07-23T00:44:07.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-23T00:44:07.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-23T00:44:07.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-23T00:44:07.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31162026-07-23T00:44:07.389Z
31172026-07-23T00:44:07.389Zinfo: running `cargo check --bins` on oxide-client (118/301)
31182026-07-23T00:44:07.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-23T00:44:07.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-23T00:44:07.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-23T00:44:07.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31222026-07-23T00:44:07.928Z
31232026-07-23T00:44:07.928Zinfo: running `cargo check --bins` on oximeter-client (119/301)
31242026-07-23T00:44:08.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-23T00:44:08.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-23T00:44:08.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-23T00:44:08.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31282026-07-23T00:44:08.477Z
31292026-07-23T00:44:08.478Zinfo: running `cargo check --bins` on repo-depot-client (120/301)
31302026-07-23T00:44:08.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-23T00:44:08.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-23T00:44:08.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-23T00:44:08.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31342026-07-23T00:44:09.016Z
31352026-07-23T00:44:09.016Zinfo: running `cargo check --bins` on sled-agent-client (121/301)
31362026-07-23T00:44:09.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-23T00:44:09.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-23T00:44:09.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-23T00:44:09.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31402026-07-23T00:44:09.573Z
31412026-07-23T00:44:09.573Zinfo: running `cargo check --bins` on wicketd-client (122/301)
31422026-07-23T00:44:10.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-23T00:44:10.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-23T00:44:10.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-23T00:44:10.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31462026-07-23T00:44:10.147Z
31472026-07-23T00:44:10.147Zinfo: running `cargo check --bins` on installinator-common (123/301)
31482026-07-23T00:44:10.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-23T00:44:10.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-23T00:44:10.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-23T00:44:10.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31522026-07-23T00:44:10.716Z
31532026-07-23T00:44:10.716Zinfo: running `cargo check --bins` on installinator-common-versions (124/301)
31542026-07-23T00:44:11.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-23T00:44:11.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-23T00:44:11.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-23T00:44:11.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31582026-07-23T00:44:11.252Z
31592026-07-23T00:44:11.252Zinfo: running `cargo check --bins` on wicket-common (125/301)
31602026-07-23T00:44:11.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-23T00:44:11.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-23T00:44:11.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-23T00:44:11.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31642026-07-23T00:44:11.817Z
31652026-07-23T00:44:11.817Zinfo: running `cargo check --bins` on wicketd-commission-types (126/301)
31662026-07-23T00:44:12.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-23T00:44:12.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-23T00:44:12.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-23T00:44:12.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31702026-07-23T00:44:12.371Z
31712026-07-23T00:44:12.371Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/301)
31722026-07-23T00:44:12.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-23T00:44:12.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-23T00:44:12.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-23T00:44:12.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31762026-07-23T00:44:12.925Z
31772026-07-23T00:44:12.925Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/301)
31782026-07-23T00:44:13.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-23T00:44:13.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-23T00:44:13.568Z Checking csv-core v0.1.13
31812026-07-23T00:44:13.678Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31822026-07-23T00:44:13.682Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31832026-07-23T00:44:13.690Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31842026-07-23T00:44:13.818Z Checking csv v1.4.0
31852026-07-23T00:44:13.831Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-07-23T00:44:14.136Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-07-23T00:44:14.468Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31882026-07-23T00:44:14.471Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-07-23T00:44:15.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
31902026-07-23T00:44:15.650Z
31912026-07-23T00:44:15.650Zinfo: running `cargo check --bins` on cockroach-admin-api (129/301)
31922026-07-23T00:44:16.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-23T00:44:16.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-23T00:44:16.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-07-23T00:44:16.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31962026-07-23T00:44:16.196Z
31972026-07-23T00:44:16.196Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/301)
31982026-07-23T00:44:16.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-23T00:44:16.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-23T00:44:16.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-23T00:44:16.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32022026-07-23T00:44:16.816Z
32032026-07-23T00:44:16.816Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/301)
32042026-07-23T00:44:17.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-23T00:44:17.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-23T00:44:17.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-23T00:44:17.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32082026-07-23T00:44:17.443Z
32092026-07-23T00:44:17.443Zinfo: running `cargo check --bins` on gateway-test-utils (132/301)
32102026-07-23T00:44:17.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-23T00:44:17.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-23T00:44:17.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-23T00:44:17.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32142026-07-23T00:44:18.045Z
32152026-07-23T00:44:18.046Zinfo: running `cargo check --bins` on omicron-gateway (133/301)
32162026-07-23T00:44:18.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-23T00:44:18.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-23T00:44:18.770Z Compiling regress v0.11.1
32192026-07-23T00:44:18.910Z Compiling unsafe-libyaml v0.2.11
32202026-07-23T00:44:18.920Z Compiling radium v0.7.0
32212026-07-23T00:44:18.924Z Compiling semver v0.1.20
32222026-07-23T00:44:18.942Z Checking nom v8.0.0
32232026-07-23T00:44:18.945Z Compiling maybe-uninit v2.0.0
32242026-07-23T00:44:18.945Z Checking tap v1.0.1
32252026-07-23T00:44:19.053Z Checking wyz v0.5.1
32262026-07-23T00:44:19.198Z Compiling rustc_version v0.1.7
32272026-07-23T00:44:19.244Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-07-23T00:44:19.328Z Compiling zerocopy-derive v0.6.6
32292026-07-23T00:44:19.383Z Checking funty v2.0.0
32302026-07-23T00:44:19.415Z Compiling serde_yaml v0.9.34+deprecated
32312026-07-23T00:44:19.636Z Compiling newtype_derive v0.1.6
32322026-07-23T00:44:19.736Z Checking crc-catalog v2.4.0
32332026-07-23T00:44:19.790Z Compiling packed_struct v0.10.1
32342026-07-23T00:44:19.838Z Compiling cancel-safe-futures v0.1.5
32352026-07-23T00:44:20.105Z Checking crc v3.4.0
32362026-07-23T00:44:20.140Z Checking bitvec v1.0.1
32372026-07-23T00:44:20.175Z Checking zerocopy v0.6.6
32382026-07-23T00:44:20.347Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-07-23T00:44:20.362Z Checking typify-impl v0.6.2
32402026-07-23T00:44:20.751Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-07-23T00:44:20.863Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32422026-07-23T00:44:20.878Z Compiling packed_struct_codegen v0.10.1
32432026-07-23T00:44:20.891Z Compiling bitfield-macros v0.19.4
32442026-07-23T00:44:21.091Z Compiling indexmap v1.9.3
32452026-07-23T00:44:21.302Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32462026-07-23T00:44:21.375Z Compiling owo-colors v4.3.0
32472026-07-23T00:44:21.458Z Checking nodrop v0.1.14
32482026-07-23T00:44:21.533Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-07-23T00:44:21.553Z Checking array-init v0.0.4
32502026-07-23T00:44:21.602Z Checking bitfield v0.19.4
32512026-07-23T00:44:21.791Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-07-23T00:44:21.877Z Checking smallvec v0.6.14
32532026-07-23T00:44:21.964Z Checking oxide-update-engine-types v0.1.2
32542026-07-23T00:44:21.978Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-07-23T00:44:22.069Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32562026-07-23T00:44:22.097Z Checking linear-map v1.2.0
32572026-07-23T00:44:22.111Z Checking unicode-linebreak v0.1.5
32582026-07-23T00:44:22.163Z Checking base64 v0.21.7
32592026-07-23T00:44:22.271Z Checking smawk v0.3.2
32602026-07-23T00:44:22.327Z Checking hashbrown v0.12.3
32612026-07-23T00:44:22.403Z Checking tagptr v0.2.0
32622026-07-23T00:44:22.406Z Checking ron v0.8.1
32632026-07-23T00:44:22.559Z Checking moka v0.12.13
32642026-07-23T00:44:22.569Z Checking textwrap v0.16.2
32652026-07-23T00:44:22.770Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-07-23T00:44:22.859Z Checking oxide-update-engine v0.1.2
32672026-07-23T00:44:22.940Z Checking serde-hex v0.1.0
32682026-07-23T00:44:23.032Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-07-23T00:44:23.054Z Checking steno v0.4.1
32702026-07-23T00:44:23.278Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-07-23T00:44:23.437Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-07-23T00:44:23.573Z Checking hashbrown v0.13.2
32732026-07-23T00:44:23.720Z Checking crc-any v2.5.0
32742026-07-23T00:44:23.900Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-07-23T00:44:23.998Z Checking object v0.30.4
32762026-07-23T00:44:24.013Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-23T00:44:24.071Z Checking hickory-resolver v0.25.2
32782026-07-23T00:44:24.123Z Checking sha1 v0.10.6
32792026-07-23T00:44:24.176Z Checking void v1.0.2
32802026-07-23T00:44:24.283Z Checking path-slash v0.1.5
32812026-07-23T00:44:24.297Z Checking half v1.8.3
32822026-07-23T00:44:24.388Z Checking utf-8 v0.7.6
32832026-07-23T00:44:24.417Z Checking lzss v0.8.2
32842026-07-23T00:44:24.491Z Checking serde_cbor v0.11.2
32852026-07-23T00:44:24.523Z Checking tungstenite v0.23.0
32862026-07-23T00:44:24.742Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-07-23T00:44:24.780Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32882026-07-23T00:44:24.827Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32892026-07-23T00:44:24.863Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32902026-07-23T00:44:24.949Z Checking nix v0.27.1
32912026-07-23T00:44:24.949Z Compiling typify-macro v0.6.2
32922026-07-23T00:44:24.949Z Checking kstat-rs v0.2.4
32932026-07-23T00:44:24.949Z Checking fxhash v0.2.1
32942026-07-23T00:44:25.062Z Checking serde_bytes v0.11.19
32952026-07-23T00:44:25.089Z Checking tokio-tungstenite v0.23.1
32962026-07-23T00:44:25.114Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32972026-07-23T00:44:25.187Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982026-07-23T00:44:25.233Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32992026-07-23T00:44:25.349Z Checking signal-hook-tokio v0.3.1
33002026-07-23T00:44:26.039Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-07-23T00:44:26.245Z Compiling typify v0.6.2
33022026-07-23T00:44:26.322Z Compiling progenitor-impl v0.14.0
33032026-07-23T00:44:26.939Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-07-23T00:44:27.250Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-07-23T00:44:27.765Z Compiling progenitor-macro v0.14.0
33062026-07-23T00:44:30.047Z Checking progenitor v0.14.0
33072026-07-23T00:44:30.167Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33082026-07-23T00:44:30.170Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-07-23T00:44:32.845Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-07-23T00:44:41.196Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-07-23T00:44:47.897Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-07-23T00:44:49.263Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-07-23T00:44:49.750Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-07-23T00:44:51.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.78s
33152026-07-23T00:44:52.016Z
33162026-07-23T00:44:52.016Zinfo: running `cargo check --bins` on gateway-api (134/301)
33172026-07-23T00:44:52.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-07-23T00:44:52.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-07-23T00:44:52.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-07-23T00:44:52.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33212026-07-23T00:44:52.564Z
33222026-07-23T00:44:52.564Zinfo: running `cargo check --bins` on ipcc (135/301)
33232026-07-23T00:44:53.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-23T00:44:53.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-23T00:44:53.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-23T00:44:53.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-07-23T00:44:53.110Z
33282026-07-23T00:44:53.110Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/301)
33292026-07-23T00:44:53.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-23T00:44:53.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-23T00:44:53.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-23T00:44:53.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-07-23T00:44:53.644Z
33342026-07-23T00:44:53.644Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/301)
33352026-07-23T00:44:54.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-23T00:44:54.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-23T00:44:54.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-23T00:44:54.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33392026-07-23T00:44:54.216Z
33402026-07-23T00:44:54.216Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/301)
33412026-07-23T00:44:54.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-23T00:44:54.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-23T00:44:54.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-23T00:44:54.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33452026-07-23T00:44:54.767Z
33462026-07-23T00:44:54.767Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/301)
33472026-07-23T00:44:55.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-23T00:44:55.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-23T00:44:55.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-23T00:44:55.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33512026-07-23T00:44:55.316Z
33522026-07-23T00:44:55.316Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/301)
33532026-07-23T00:44:55.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-23T00:44:55.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-23T00:44:55.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-23T00:44:55.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33572026-07-23T00:44:55.868Z
33582026-07-23T00:44:55.868Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/301)
33592026-07-23T00:44:56.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-23T00:44:56.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-23T00:44:56.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-23T00:44:56.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33632026-07-23T00:44:56.440Z
33642026-07-23T00:44:56.441Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/301)
33652026-07-23T00:44:56.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-23T00:44:56.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-23T00:44:56.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-23T00:44:56.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-07-23T00:44:56.975Z
33702026-07-23T00:44:56.975Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/301)
33712026-07-23T00:44:57.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-23T00:44:57.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-23T00:44:57.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-23T00:44:57.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33752026-07-23T00:44:57.523Z
33762026-07-23T00:44:57.523Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/301)
33772026-07-23T00:44:57.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-23T00:44:57.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-23T00:44:57.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-23T00:44:57.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33812026-07-23T00:44:58.073Z
33822026-07-23T00:44:58.073Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/301)
33832026-07-23T00:44:58.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-23T00:44:58.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-23T00:44:58.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-23T00:44:58.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33872026-07-23T00:44:58.625Z
33882026-07-23T00:44:58.625Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/301)
33892026-07-23T00:44:59.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-23T00:44:59.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-23T00:44:59.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-23T00:44:59.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33932026-07-23T00:44:59.178Z
33942026-07-23T00:44:59.178Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/301)
33952026-07-23T00:44:59.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-23T00:44:59.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-23T00:44:59.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-23T00:44:59.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33992026-07-23T00:44:59.727Z
34002026-07-23T00:44:59.727Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/301)
34012026-07-23T00:45:00.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-23T00:45:00.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-23T00:45:00.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-23T00:45:00.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34052026-07-23T00:45:00.297Z
34062026-07-23T00:45:00.297Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/301)
34072026-07-23T00:45:00.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-23T00:45:00.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-23T00:45:00.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-23T00:45:00.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34112026-07-23T00:45:00.865Z
34122026-07-23T00:45:00.866Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/301)
34132026-07-23T00:45:01.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-23T00:45:01.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-23T00:45:01.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-23T00:45:01.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34172026-07-23T00:45:01.434Z
34182026-07-23T00:45:01.434Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/301)
34192026-07-23T00:45:01.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-23T00:45:01.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-23T00:45:01.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-23T00:45:01.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-07-23T00:45:02.004Z
34242026-07-23T00:45:02.004Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/301)
34252026-07-23T00:45:02.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-23T00:45:02.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-23T00:45:02.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-23T00:45:02.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34292026-07-23T00:45:02.573Z
34302026-07-23T00:45:02.573Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/301)
34312026-07-23T00:45:03.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-23T00:45:03.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-23T00:45:03.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-23T00:45:03.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-07-23T00:45:03.141Z
34362026-07-23T00:45:03.141Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/301)
34372026-07-23T00:45:03.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-23T00:45:03.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-23T00:45:03.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-23T00:45:03.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34412026-07-23T00:45:03.711Z
34422026-07-23T00:45:03.711Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34432026-07-23T00:45:04.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-23T00:45:04.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-23T00:45:04.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-23T00:45:04.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34472026-07-23T00:45:04.283Z
34482026-07-23T00:45:04.283Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/301)
34492026-07-23T00:45:04.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-23T00:45:04.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-23T00:45:04.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-23T00:45:04.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34532026-07-23T00:45:04.853Z
34542026-07-23T00:45:04.853Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/301)
34552026-07-23T00:45:05.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-23T00:45:05.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-23T00:45:05.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-23T00:45:05.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34592026-07-23T00:45:05.426Z
34602026-07-23T00:45:05.426Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/301)
34612026-07-23T00:45:05.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-23T00:45:05.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-23T00:45:05.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-23T00:45:05.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-07-23T00:45:05.976Z
34662026-07-23T00:45:05.976Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/301)
34672026-07-23T00:45:06.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-23T00:45:06.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-23T00:45:06.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-23T00:45:06.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34712026-07-23T00:45:06.532Z
34722026-07-23T00:45:06.532Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/301)
34732026-07-23T00:45:06.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-23T00:45:06.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-23T00:45:06.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-23T00:45:06.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34772026-07-23T00:45:07.081Z
34782026-07-23T00:45:07.081Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/301)
34792026-07-23T00:45:07.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-23T00:45:07.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-23T00:45:07.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-23T00:45:07.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34832026-07-23T00:45:07.633Z
34842026-07-23T00:45:07.634Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/301)
34852026-07-23T00:45:08.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-23T00:45:08.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-23T00:45:08.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-23T00:45:08.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34892026-07-23T00:45:08.185Z
34902026-07-23T00:45:08.185Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/301)
34912026-07-23T00:45:08.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-23T00:45:08.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-23T00:45:08.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-23T00:45:08.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34952026-07-23T00:45:08.734Z
34962026-07-23T00:45:08.734Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/301)
34972026-07-23T00:45:09.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-23T00:45:09.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-23T00:45:09.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-23T00:45:09.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35012026-07-23T00:45:09.286Z
35022026-07-23T00:45:09.286Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/301)
35032026-07-23T00:45:09.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-23T00:45:09.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-23T00:45:09.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-23T00:45:09.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35072026-07-23T00:45:09.835Z
35082026-07-23T00:45:09.837Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/301)
35092026-07-23T00:45:10.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-23T00:45:10.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-23T00:45:10.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-23T00:45:10.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35132026-07-23T00:45:10.404Z
35142026-07-23T00:45:10.404Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/301)
35152026-07-23T00:45:10.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-23T00:45:10.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-23T00:45:10.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-23T00:45:10.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35192026-07-23T00:45:10.972Z
35202026-07-23T00:45:10.972Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/301)
35212026-07-23T00:45:11.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-23T00:45:11.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-23T00:45:11.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-23T00:45:11.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-23T00:45:11.538Z
35262026-07-23T00:45:11.538Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/301)
35272026-07-23T00:45:12.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-23T00:45:12.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-23T00:45:12.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-23T00:45:12.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35312026-07-23T00:45:12.106Z
35322026-07-23T00:45:12.106Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/301)
35332026-07-23T00:45:12.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-23T00:45:12.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-23T00:45:12.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-23T00:45:12.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35372026-07-23T00:45:12.675Z
35382026-07-23T00:45:12.675Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/301)
35392026-07-23T00:45:13.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-23T00:45:13.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-23T00:45:13.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-23T00:45:13.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-23T00:45:13.239Z
35442026-07-23T00:45:13.239Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35452026-07-23T00:45:13.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-23T00:45:13.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-23T00:45:13.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-23T00:45:13.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35492026-07-23T00:45:13.804Z
35502026-07-23T00:45:13.804Zinfo: running `cargo check --bins` on oximeter-producer (173/301)
35512026-07-23T00:45:14.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-23T00:45:14.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-23T00:45:14.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-23T00:45:14.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35552026-07-23T00:45:14.393Z
35562026-07-23T00:45:14.393Zinfo: running `cargo check --bins` on internal-dns-resolver (174/301)
35572026-07-23T00:45:14.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-23T00:45:14.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-23T00:45:14.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-23T00:45:14.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35612026-07-23T00:45:14.940Z
35622026-07-23T00:45:14.940Zinfo: running `cargo check --bins` on dns-server (175/301)
35632026-07-23T00:45:15.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-23T00:45:15.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-23T00:45:15.551Z Compiling parking_lot_core v0.8.6
35662026-07-23T00:45:15.554Z Compiling git-stub v1.0.0
35672026-07-23T00:45:15.664Z Checking prefix-trie v0.7.0
35682026-07-23T00:45:15.668Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35692026-07-23T00:45:15.779Z Compiling git-stub-vcs v0.1.0
35702026-07-23T00:45:15.934Z Checking hickory-server v0.25.2
35712026-07-23T00:45:16.059Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-07-23T00:45:16.070Z Checking parking_lot v0.11.2
35732026-07-23T00:45:16.233Z Checking sled v0.34.7
35742026-07-23T00:45:18.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
35752026-07-23T00:45:18.274Z
35762026-07-23T00:45:18.274Zinfo: running `cargo check --bins` on dns-server-api (176/301)
35772026-07-23T00:45:18.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-07-23T00:45:18.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-07-23T00:45:18.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-07-23T00:45:18.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35812026-07-23T00:45:18.818Z
35822026-07-23T00:45:18.818Zinfo: running `cargo check --bins` on oximeter-producer-api (177/301)
35832026-07-23T00:45:19.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-23T00:45:19.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-23T00:45:19.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-23T00:45:19.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35872026-07-23T00:45:19.367Z
35882026-07-23T00:45:19.367Zinfo: running `cargo check --bins` on sp-sim (178/301)
35892026-07-23T00:45:19.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-23T00:45:19.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-23T00:45:20.051Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35922026-07-23T00:45:21.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
35932026-07-23T00:45:21.978Z
35942026-07-23T00:45:21.978Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/301)
35952026-07-23T00:45:22.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-23T00:45:22.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-23T00:45:22.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-07-23T00:45:22.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35992026-07-23T00:45:22.580Z
36002026-07-23T00:45:22.580Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/301)
36012026-07-23T00:45:23.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-23T00:45:23.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-23T00:45:23.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-23T00:45:23.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36052026-07-23T00:45:23.177Z
36062026-07-23T00:45:23.177Zinfo: running `cargo check --bins` on db-macros (181/301)
36072026-07-23T00:45:23.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-23T00:45:23.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-23T00:45:23.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-23T00:45:23.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36112026-07-23T00:45:23.717Z
36122026-07-23T00:45:23.717Zinfo: running `cargo check --bins` on nexus-macros-common (182/301)
36132026-07-23T00:45:24.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-23T00:45:24.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-23T00:45:24.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-23T00:45:24.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36172026-07-23T00:45:24.252Z
36182026-07-23T00:45:24.252Zinfo: running `cargo check --bins` on nexus-auth (183/301)
36192026-07-23T00:45:24.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-23T00:45:24.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-23T00:45:24.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-23T00:45:24.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36232026-07-23T00:45:24.859Z
36242026-07-23T00:45:24.859Zinfo: running `cargo check --bins` on authz-macros (184/301)
36252026-07-23T00:45:25.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-23T00:45:25.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-23T00:45:25.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-23T00:45:25.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36292026-07-23T00:45:25.383Z
36302026-07-23T00:45:25.383Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/301)
36312026-07-23T00:45:25.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-23T00:45:25.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-23T00:45:25.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-23T00:45:25.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36352026-07-23T00:45:25.969Z
36362026-07-23T00:45:25.969Zinfo: running `cargo check --bins` on nexus-db-model (186/301)
36372026-07-23T00:45:26.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-23T00:45:26.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-23T00:45:26.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-23T00:45:26.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36412026-07-23T00:45:26.567Z
36422026-07-23T00:45:26.567Zinfo: running `cargo check --bins` on nexus-db-schema (187/301)
36432026-07-23T00:45:27.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-23T00:45:27.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-23T00:45:27.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-23T00:45:27.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36472026-07-23T00:45:27.099Z
36482026-07-23T00:45:27.099Zinfo: running `cargo check --bins` on omicron-rpaths (188/301)
36492026-07-23T00:45:27.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-23T00:45:27.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-23T00:45:27.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-23T00:45:27.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36532026-07-23T00:45:27.627Z
36542026-07-23T00:45:27.627Zinfo: running `cargo check --bins` on nexus-defaults (189/301)
36552026-07-23T00:45:28.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-23T00:45:28.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-23T00:45:28.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-23T00:45:28.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36592026-07-23T00:45:28.179Z
36602026-07-23T00:45:28.179Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/301)
36612026-07-23T00:45:28.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-23T00:45:28.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-23T00:45:28.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-23T00:45:28.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36652026-07-23T00:45:28.712Z
36662026-07-23T00:45:28.713Zinfo: running `cargo check --bins` on parallel-task-set (191/301)
36672026-07-23T00:45:29.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-23T00:45:29.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-23T00:45:29.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-23T00:45:29.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36712026-07-23T00:45:29.246Z
36722026-07-23T00:45:29.246Zinfo: running `cargo check --bins` on omicron-git-version (192/301)
36732026-07-23T00:45:29.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-23T00:45:29.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-23T00:45:29.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-23T00:45:29.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36772026-07-23T00:45:29.781Z
36782026-07-23T00:45:29.783Zinfo: running `cargo check --bins` on nexus-db-errors (193/301)
36792026-07-23T00:45:30.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-23T00:45:30.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-23T00:45:30.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-23T00:45:30.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36832026-07-23T00:45:30.388Z
36842026-07-23T00:45:30.388Zinfo: running `cargo check --bins` on nexus-db-lookup (194/301)
36852026-07-23T00:45:30.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-23T00:45:30.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-23T00:45:30.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-23T00:45:30.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36892026-07-23T00:45:30.988Z
36902026-07-23T00:45:30.988Zinfo: running `cargo check --bins` on nexus-inventory (195/301)
36912026-07-23T00:45:31.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-23T00:45:31.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-23T00:45:31.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-23T00:45:31.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-07-23T00:45:31.584Z
36962026-07-23T00:45:31.584Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/301)
36972026-07-23T00:45:32.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-23T00:45:32.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-23T00:45:32.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-23T00:45:32.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37012026-07-23T00:45:32.153Z
37022026-07-23T00:45:32.153Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/301)
37032026-07-23T00:45:32.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-23T00:45:32.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-23T00:45:32.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-23T00:45:32.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37072026-07-23T00:45:32.718Z
37082026-07-23T00:45:32.718Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/301)
37092026-07-23T00:45:33.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-23T00:45:33.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-23T00:45:33.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-23T00:45:33.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37132026-07-23T00:45:33.287Z
37142026-07-23T00:45:33.287Zinfo: running `cargo check --bins` on key-manager (199/301)
37152026-07-23T00:45:33.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-23T00:45:33.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-23T00:45:33.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-23T00:45:33.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37192026-07-23T00:45:33.820Z
37202026-07-23T00:45:33.821Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/301)
37212026-07-23T00:45:34.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-23T00:45:34.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-23T00:45:34.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-23T00:45:34.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37252026-07-23T00:45:34.389Z
37262026-07-23T00:45:34.389Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/301)
37272026-07-23T00:45:34.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-23T00:45:34.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-23T00:45:34.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-23T00:45:34.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37312026-07-23T00:45:34.956Z
37322026-07-23T00:45:34.956Zinfo: running `cargo check --bins` on typed-rng (202/301)
37332026-07-23T00:45:35.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-23T00:45:35.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-23T00:45:35.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-23T00:45:35.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37372026-07-23T00:45:35.492Z
37382026-07-23T00:45:35.492Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/301)
37392026-07-23T00:45:36.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-23T00:45:36.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-23T00:45:36.295Z Compiling libefi-sys v0.1.0
37422026-07-23T00:45:36.300Z Compiling bitfield-struct v0.6.2
37432026-07-23T00:45:36.435Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37442026-07-23T00:45:36.443Z Compiling xshell-macros v0.2.7
37452026-07-23T00:45:36.452Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37462026-07-23T00:45:36.464Z Compiling salty v0.3.0
37472026-07-23T00:45:36.478Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37482026-07-23T00:45:36.493Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-07-23T00:45:36.506Z Checking rfc6979 v0.4.0
37502026-07-23T00:45:36.617Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37512026-07-23T00:45:36.633Z Checking ecdsa v0.16.9
37522026-07-23T00:45:36.774Z Checking primeorder v0.13.6
37532026-07-23T00:45:36.791Z Compiling proc-macro-error-attr2 v2.0.0
37542026-07-23T00:45:36.813Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37552026-07-23T00:45:36.826Z Checking xshell v0.2.7
37562026-07-23T00:45:36.959Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-07-23T00:45:36.984Z Checking tungstenite v0.21.0
37582026-07-23T00:45:36.987Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-07-23T00:45:37.013Z Checking p384 v0.13.1
37602026-07-23T00:45:37.015Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37612026-07-23T00:45:37.049Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37622026-07-23T00:45:37.120Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37632026-07-23T00:45:37.181Z Compiling num-derive v0.3.3
37642026-07-23T00:45:37.198Z Compiling proc-macro-error2 v2.0.1
37652026-07-23T00:45:37.280Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-07-23T00:45:37.394Z Checking tokio-tungstenite v0.21.0
37672026-07-23T00:45:37.430Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-07-23T00:45:37.471Z Checking papergrid v0.17.0
37692026-07-23T00:45:37.492Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37702026-07-23T00:45:37.506Z Compiling tabled_derive v0.11.0
37712026-07-23T00:45:37.519Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37722026-07-23T00:45:37.622Z Compiling progenitor-impl v0.13.0
37732026-07-23T00:45:37.668Z Checking testing_table v0.3.0
37742026-07-23T00:45:37.761Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37752026-07-23T00:45:37.775Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37762026-07-23T00:45:37.793Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-07-23T00:45:37.986Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-07-23T00:45:37.998Z Compiling illumos-nvpair-sys v0.2.0
37792026-07-23T00:45:38.070Z Checking libscf-sys v1.1.0
37802026-07-23T00:45:38.195Z Compiling unicase v2.9.0
37812026-07-23T00:45:38.199Z Checking corncobs v0.1.4
37822026-07-23T00:45:38.224Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37832026-07-23T00:45:38.329Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-07-23T00:45:38.343Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-07-23T00:45:38.431Z Compiling mime_guess v2.0.5
37862026-07-23T00:45:38.435Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37872026-07-23T00:45:38.435Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37882026-07-23T00:45:38.519Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-23T00:45:38.653Z Checking tabled v0.20.0
37902026-07-23T00:45:38.657Z Checking progenitor-client v0.13.0
37912026-07-23T00:45:38.901Z Checking secrecy v0.8.0
37922026-07-23T00:45:38.949Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-07-23T00:45:38.986Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-07-23T00:45:39.074Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37952026-07-23T00:45:39.203Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37962026-07-23T00:45:39.386Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37972026-07-23T00:45:39.448Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-07-23T00:45:39.474Z Checking filetime v0.2.27
37992026-07-23T00:45:39.530Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38002026-07-23T00:45:39.610Z Checking http-range v0.1.5
38012026-07-23T00:45:39.735Z Checking crc8 v0.1.1
38022026-07-23T00:45:39.739Z Checking xattr v1.6.1
38032026-07-23T00:45:39.876Z Checking tar v0.4.46
38042026-07-23T00:45:39.894Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-07-23T00:45:40.109Z Checking illumos-nvpair v0.3.0
38062026-07-23T00:45:40.167Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38072026-07-23T00:45:40.198Z Compiling progenitor-macro v0.13.0
38082026-07-23T00:45:40.227Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38092026-07-23T00:45:40.257Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38102026-07-23T00:45:40.271Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38112026-07-23T00:45:40.284Z Checking atty v0.2.14
38122026-07-23T00:45:40.377Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38132026-07-23T00:45:40.538Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38142026-07-23T00:45:40.690Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38152026-07-23T00:45:40.829Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38162026-07-23T00:45:40.861Z Checking hyper-staticfile v0.10.1
38172026-07-23T00:45:40.875Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-07-23T00:45:40.961Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38192026-07-23T00:45:41.046Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38202026-07-23T00:45:41.097Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38212026-07-23T00:45:41.168Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38222026-07-23T00:45:41.186Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38232026-07-23T00:45:41.393Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38242026-07-23T00:45:41.419Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38252026-07-23T00:45:41.693Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38262026-07-23T00:45:41.741Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38272026-07-23T00:45:41.971Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38282026-07-23T00:45:42.276Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38292026-07-23T00:45:43.122Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38302026-07-23T00:45:43.594Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38312026-07-23T00:45:43.999Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38322026-07-23T00:45:44.053Z Checking progenitor v0.13.0
38332026-07-23T00:45:44.184Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38342026-07-23T00:45:46.308Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38352026-07-23T00:45:49.552Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38362026-07-23T00:46:00.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.93s
38372026-07-23T00:46:00.634Z
38382026-07-23T00:46:00.634Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/301)
38392026-07-23T00:46:01.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-07-23T00:46:01.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-07-23T00:46:01.371Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38422026-07-23T00:46:12.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38432026-07-23T00:46:12.229Z
38442026-07-23T00:46:12.230Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/301)
38452026-07-23T00:46:12.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-07-23T00:46:12.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-07-23T00:46:12.958Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-07-23T00:46:23.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38492026-07-23T00:46:23.800Z
38502026-07-23T00:46:23.801Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/301)
38512026-07-23T00:46:24.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-07-23T00:46:24.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-07-23T00:46:24.538Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-07-23T00:46:35.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38552026-07-23T00:46:35.403Z
38562026-07-23T00:46:35.403Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/301)
38572026-07-23T00:46:35.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-23T00:46:35.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-23T00:46:36.143Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-23T00:46:46.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38612026-07-23T00:46:46.970Z
38622026-07-23T00:46:46.971Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/301)
38632026-07-23T00:46:47.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-23T00:46:47.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-23T00:46:47.707Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-23T00:46:58.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38672026-07-23T00:46:58.590Z
38682026-07-23T00:46:58.590Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/301)
38692026-07-23T00:46:59.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-23T00:46:59.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-23T00:46:59.329Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-23T00:47:09.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38732026-07-23T00:47:10.167Z
38742026-07-23T00:47:10.169Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/301)
38752026-07-23T00:47:10.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-23T00:47:10.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-23T00:47:10.906Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-23T00:47:21.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38792026-07-23T00:47:21.728Z
38802026-07-23T00:47:21.728Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/301)
38812026-07-23T00:47:22.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-23T00:47:22.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-23T00:47:22.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-07-23T00:47:22.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38852026-07-23T00:47:22.272Z
38862026-07-23T00:47:22.272Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/301)
38872026-07-23T00:47:22.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-23T00:47:22.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-23T00:47:22.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-07-23T00:47:22.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38912026-07-23T00:47:22.823Z
38922026-07-23T00:47:22.823Zinfo: running `cargo check --bins` on range-requests (213/301)
38932026-07-23T00:47:23.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-23T00:47:23.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-23T00:47:23.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-07-23T00:47:23.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38972026-07-23T00:47:23.368Z
38982026-07-23T00:47:23.368Zinfo: running `cargo check --bins` on repo-depot-api (214/301)
38992026-07-23T00:47:23.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-23T00:47:23.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-23T00:47:23.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-23T00:47:23.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39032026-07-23T00:47:23.912Z
39042026-07-23T00:47:23.912Zinfo: running `cargo check --bins` on sled-agent-api (215/301)
39052026-07-23T00:47:24.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-23T00:47:24.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-23T00:47:24.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-23T00:47:24.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39092026-07-23T00:47:24.478Z
39102026-07-23T00:47:24.478Zinfo: running `cargo check --bins` on sled-diagnostics (216/301)
39112026-07-23T00:47:24.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-23T00:47:24.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-23T00:47:24.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-23T00:47:24.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39152026-07-23T00:47:25.040Z
39162026-07-23T00:47:25.040Zinfo: running `cargo check --bins` on zfs-test-harness (217/301)
39172026-07-23T00:47:25.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-23T00:47:25.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-23T00:47:25.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-23T00:47:25.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39212026-07-23T00:47:25.602Z
39222026-07-23T00:47:25.603Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/301)
39232026-07-23T00:47:26.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-23T00:47:26.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-23T00:47:26.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-23T00:47:26.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39272026-07-23T00:47:26.173Z
39282026-07-23T00:47:26.174Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/301)
39292026-07-23T00:47:26.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-23T00:47:26.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-23T00:47:26.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-23T00:47:26.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39332026-07-23T00:47:26.742Z
39342026-07-23T00:47:26.742Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/301)
39352026-07-23T00:47:27.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-23T00:47:27.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-23T00:47:27.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-23T00:47:27.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-07-23T00:47:27.310Z
39402026-07-23T00:47:27.310Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/301)
39412026-07-23T00:47:27.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-23T00:47:27.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-23T00:47:27.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-23T00:47:27.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39452026-07-23T00:47:27.879Z
39462026-07-23T00:47:27.879Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/301)
39472026-07-23T00:47:28.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-23T00:47:28.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-23T00:47:28.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-23T00:47:28.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-23T00:47:28.445Z
39522026-07-23T00:47:28.445Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/301)
39532026-07-23T00:47:28.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-23T00:47:28.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-23T00:47:28.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-23T00:47:28.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-23T00:47:29.013Z
39582026-07-23T00:47:29.014Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/301)
39592026-07-23T00:47:29.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-23T00:47:29.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-23T00:47:29.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-23T00:47:29.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-07-23T00:47:29.583Z
39642026-07-23T00:47:29.583Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/301)
39652026-07-23T00:47:30.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-23T00:47:30.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-23T00:47:30.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-23T00:47:30.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39692026-07-23T00:47:30.174Z
39702026-07-23T00:47:30.174Zinfo: running `cargo check --bins` on trust-quorum (226/301)
39712026-07-23T00:47:30.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-23T00:47:30.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-23T00:47:30.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-23T00:47:30.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39752026-07-23T00:47:30.748Z
39762026-07-23T00:47:30.748Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/301)
39772026-07-23T00:47:31.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-23T00:47:31.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-23T00:47:31.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-23T00:47:31.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-07-23T00:47:31.340Z
39822026-07-23T00:47:31.340Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/301)
39832026-07-23T00:47:31.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-23T00:47:31.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-23T00:47:31.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-23T00:47:31.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-07-23T00:47:31.948Z
39882026-07-23T00:47:31.948Zinfo: running `cargo check --bins` on update-common (229/301)
39892026-07-23T00:47:32.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-23T00:47:32.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-23T00:47:32.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-23T00:47:32.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39932026-07-23T00:47:32.506Z
39942026-07-23T00:47:32.506Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/301)
39952026-07-23T00:47:33.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-23T00:47:33.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-23T00:47:33.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-23T00:47:33.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-07-23T00:47:33.109Z
40002026-07-23T00:47:33.109Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/301)
40012026-07-23T00:47:33.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-23T00:47:33.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-23T00:47:33.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-23T00:47:33.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40052026-07-23T00:47:33.645Z
40062026-07-23T00:47:33.645Zinfo: running `cargo check --bins` on reconfigurator-cli (232/301)
40072026-07-23T00:47:34.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-23T00:47:34.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-23T00:47:34.367Z Compiling fs-err v2.11.0
40102026-07-23T00:47:34.370Z Checking ignore v0.4.25
40112026-07-23T00:47:34.370Z Checking arc-swap v1.8.2
40122026-07-23T00:47:34.499Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40132026-07-23T00:47:34.501Z Checking predicates-tree v1.0.13
40142026-07-23T00:47:34.502Z Checking parse-size v1.1.0
40152026-07-23T00:47:34.526Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40162026-07-23T00:47:34.539Z Checking rand_seeder v0.4.0
40172026-07-23T00:47:34.592Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40182026-07-23T00:47:34.623Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40192026-07-23T00:47:34.687Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40202026-07-23T00:47:34.699Z Checking slog-scope v4.4.1
40212026-07-23T00:47:34.737Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40222026-07-23T00:47:34.825Z Checking slog-stdlog v4.1.1
40232026-07-23T00:47:34.841Z Compiling petname v2.0.2
40242026-07-23T00:47:34.844Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40252026-07-23T00:47:34.864Z Checking globwalk v0.9.1
40262026-07-23T00:47:34.935Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40272026-07-23T00:47:34.948Z Checking slog-envlogger v2.2.0
40282026-07-23T00:47:35.039Z Checking camino-tempfile-ext v0.3.3
40292026-07-23T00:47:35.093Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40302026-07-23T00:47:35.116Z Checking sapling-renderdag v0.1.0
40312026-07-23T00:47:35.232Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40322026-07-23T00:47:35.292Z Checking subprocess v0.2.15
40332026-07-23T00:47:35.352Z Checking sync-ptr v0.1.4
40342026-07-23T00:47:35.451Z Checking colored v2.2.0
40352026-07-23T00:47:35.465Z Checking assert_matches v1.5.0
40362026-07-23T00:47:35.568Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40372026-07-23T00:47:35.750Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40382026-07-23T00:47:35.753Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40392026-07-23T00:47:36.356Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40402026-07-23T00:47:37.669Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40412026-07-23T00:47:39.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
40422026-07-23T00:47:40.019Z
40432026-07-23T00:47:40.019Zinfo: running `cargo check --bins` on omicron-repl-utils (233/301)
40442026-07-23T00:47:40.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-07-23T00:47:40.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-07-23T00:47:40.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-07-23T00:47:40.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40482026-07-23T00:47:40.553Z
40492026-07-23T00:47:40.553Zinfo: running `cargo check --bins` on transient-dns-server (234/301)
40502026-07-23T00:47:41.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-07-23T00:47:41.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-07-23T00:47:41.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-07-23T00:47:41.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40542026-07-23T00:47:41.112Z
40552026-07-23T00:47:41.112Zinfo: running `cargo check --bins` on nexus-test-interface (235/301)
40562026-07-23T00:47:41.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-07-23T00:47:41.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-07-23T00:47:41.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-07-23T00:47:41.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40602026-07-23T00:47:41.714Z
40612026-07-23T00:47:41.714Zinfo: running `cargo check --bins` on oximeter-collector (236/301)
40622026-07-23T00:47:42.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-23T00:47:42.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-23T00:47:42.396Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40652026-07-23T00:47:42.400Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40662026-07-23T00:47:43.023Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40672026-07-23T00:47:44.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
40682026-07-23T00:47:44.817Z
40692026-07-23T00:47:44.817Zinfo: running `cargo check --bins` on oximeter-api (237/301)
40702026-07-23T00:47:45.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-07-23T00:47:45.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-07-23T00:47:45.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-07-23T00:47:45.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40742026-07-23T00:47:45.357Z
40752026-07-23T00:47:45.358Zinfo: running `cargo check --bins` on cert-dev (238/301)
40762026-07-23T00:47:45.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-23T00:47:45.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-23T00:47:45.924Z Checking yasna v0.5.2
40792026-07-23T00:47:46.355Z Checking rcgen v0.12.1
40802026-07-23T00:47:46.574Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40812026-07-23T00:47:46.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
40822026-07-23T00:47:46.906Z
40832026-07-23T00:47:46.906Zinfo: running `cargo check --bins` on clickana (239/301)
40842026-07-23T00:47:47.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-07-23T00:47:47.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-07-23T00:47:47.499Z Compiling instability v0.3.11
40872026-07-23T00:47:47.499Z Checking castaway v0.2.4
40882026-07-23T00:47:47.502Z Compiling indoc v2.0.7
40892026-07-23T00:47:47.503Z Checking unicode-truncate v1.1.0
40902026-07-23T00:47:47.620Z Checking lru v0.12.5
40912026-07-23T00:47:47.624Z Checking cassowary v0.3.0
40922026-07-23T00:47:47.691Z Checking compact_str v0.8.1
40932026-07-23T00:47:48.495Z Checking ratatui v0.29.0
40942026-07-23T00:47:49.538Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40952026-07-23T00:47:50.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
40962026-07-23T00:47:50.357Z
40972026-07-23T00:47:50.357Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/301)
40982026-07-23T00:47:50.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-23T00:47:50.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-23T00:47:51.036Z Checking headers-core v0.3.0
41012026-07-23T00:47:51.039Z Checking port-file v0.1.0
41022026-07-23T00:47:51.039Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41032026-07-23T00:47:51.231Z Checking headers v0.4.1
41042026-07-23T00:47:51.595Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41052026-07-23T00:47:52.518Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41062026-07-23T00:47:52.992Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41072026-07-23T00:47:53.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
41082026-07-23T00:47:53.572Z
41092026-07-23T00:47:53.572Zinfo: running `cargo check --bins` on ch-dev (241/301)
41102026-07-23T00:47:54.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-07-23T00:47:54.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-07-23T00:47:54.251Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41132026-07-23T00:47:54.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41142026-07-23T00:47:55.179Z
41152026-07-23T00:47:55.179Zinfo: running `cargo check --bins` on dev-tools-common (242/301)
41162026-07-23T00:47:55.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-23T00:47:55.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-23T00:47:55.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-07-23T00:47:55.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41202026-07-23T00:47:55.583Z
41212026-07-23T00:47:55.583Zinfo: running `cargo check --bins` on corpus-adjust (243/301)
41222026-07-23T00:47:56.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-23T00:47:56.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-23T00:47:56.165Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41252026-07-23T00:47:56.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41262026-07-23T00:47:56.679Z
41272026-07-23T00:47:56.679Zinfo: running `cargo check --bins` on crdb-seed (244/301)
41282026-07-23T00:47:57.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-23T00:47:57.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-23T00:47:57.351Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41312026-07-23T00:47:58.401Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41322026-07-23T00:47:58.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41332026-07-23T00:47:58.911Z
41342026-07-23T00:47:58.911Zinfo: running `cargo check --bins` on db-dev (245/301)
41352026-07-23T00:47:59.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-07-23T00:47:59.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-07-23T00:47:59.584Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41382026-07-23T00:48:00.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41392026-07-23T00:48:00.514Z
41402026-07-23T00:48:00.514Zinfo: running `cargo check --bins` on omicron-dev-lib (246/301)
41412026-07-23T00:48:01.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-07-23T00:48:01.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-07-23T00:48:01.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-07-23T00:48:01.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41452026-07-23T00:48:01.097Z
41462026-07-23T00:48:01.097Zinfo: running `cargo check --bins` on xtask-downloader (247/301)
41472026-07-23T00:48:01.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-07-23T00:48:01.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-07-23T00:48:01.665Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41502026-07-23T00:48:02.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41512026-07-23T00:48:02.510Z
41522026-07-23T00:48:02.510Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/301)
41532026-07-23T00:48:03.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-07-23T00:48:03.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-07-23T00:48:03.219Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41562026-07-23T00:48:03.219Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41572026-07-23T00:48:03.222Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41582026-07-23T00:48:03.342Z Checking git-stub v1.0.0
41592026-07-23T00:48:03.346Z Compiling trait-variant v0.1.2
41602026-07-23T00:48:03.349Z Checking maplit v1.0.2
41612026-07-23T00:48:03.353Z Checking is_ci v1.2.0
41622026-07-23T00:48:03.376Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41632026-07-23T00:48:03.438Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41642026-07-23T00:48:03.468Z Checking supports-color v3.0.2
41652026-07-23T00:48:03.481Z Checking git-stub-vcs v0.1.0
41662026-07-23T00:48:03.567Z Checking drift v0.2.0
41672026-07-23T00:48:03.586Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41682026-07-23T00:48:03.636Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41692026-07-23T00:48:03.671Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41702026-07-23T00:48:03.848Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41712026-07-23T00:48:03.864Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41722026-07-23T00:48:03.892Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41732026-07-23T00:48:03.911Z Checking dropshot-api-manager v0.7.2
41742026-07-23T00:48:03.932Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41752026-07-23T00:48:04.060Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41762026-07-23T00:48:04.605Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41772026-07-23T00:48:05.538Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41782026-07-23T00:48:06.522Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41792026-07-23T00:48:07.220Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41802026-07-23T00:48:07.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
41812026-07-23T00:48:07.836Z
41822026-07-23T00:48:07.836Zinfo: running `cargo check --bins` on installinator-api (249/301)
41832026-07-23T00:48:08.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-07-23T00:48:08.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-07-23T00:48:08.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-07-23T00:48:08.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41872026-07-23T00:48:08.367Z
41882026-07-23T00:48:08.367Zinfo: running `cargo check --bins` on nexus-external-api (250/301)
41892026-07-23T00:48:08.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-07-23T00:48:08.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-07-23T00:48:08.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-07-23T00:48:08.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41932026-07-23T00:48:08.947Z
41942026-07-23T00:48:08.947Zinfo: running `cargo check --bins` on nexus-internal-api (251/301)
41952026-07-23T00:48:09.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-07-23T00:48:09.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-07-23T00:48:09.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-07-23T00:48:09.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41992026-07-23T00:48:09.533Z
42002026-07-23T00:48:09.534Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/301)
42012026-07-23T00:48:10.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-07-23T00:48:10.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-07-23T00:48:10.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-07-23T00:48:10.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42052026-07-23T00:48:10.122Z
42062026-07-23T00:48:10.122Zinfo: running `cargo check --bins` on ntp-admin-api (253/301)
42072026-07-23T00:48:10.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-07-23T00:48:10.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-07-23T00:48:10.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-07-23T00:48:10.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42112026-07-23T00:48:10.659Z
42122026-07-23T00:48:10.659Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/301)
42132026-07-23T00:48:11.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-07-23T00:48:11.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-07-23T00:48:11.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-07-23T00:48:11.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42172026-07-23T00:48:11.190Z
42182026-07-23T00:48:11.190Zinfo: running `cargo check --bins` on wicketd-api (255/301)
42192026-07-23T00:48:11.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-23T00:48:11.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-23T00:48:11.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-23T00:48:11.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42232026-07-23T00:48:11.747Z
42242026-07-23T00:48:11.747Zinfo: running `cargo check --bins` on omicron-ls-apis (256/301)
42252026-07-23T00:48:12.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-23T00:48:12.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-23T00:48:12.324Z Compiling blake3 v1.8.5
42282026-07-23T00:48:12.431Z Checking constant_time_eq v0.4.2
42292026-07-23T00:48:12.435Z Checking arrayref v0.3.9
42302026-07-23T00:48:12.435Z Checking arrayvec v0.7.6
42312026-07-23T00:48:12.454Z Checking cargo-platform v0.3.2
42322026-07-23T00:48:12.457Z Checking topological-sort v0.2.2
42332026-07-23T00:48:12.457Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42342026-07-23T00:48:12.603Z Checking cargo_metadata v0.23.1
42352026-07-23T00:48:13.321Z Checking omicron-zone-package v0.12.3
42362026-07-23T00:48:14.022Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42372026-07-23T00:48:14.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
42382026-07-23T00:48:15.011Z
42392026-07-23T00:48:15.011Zinfo: running `cargo check --bins` on mgs-dev (257/301)
42402026-07-23T00:48:15.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-07-23T00:48:15.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-07-23T00:48:15.704Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42432026-07-23T00:48:16.305Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42442026-07-23T00:48:16.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42452026-07-23T00:48:16.980Z
42462026-07-23T00:48:16.980Zinfo: running `cargo check --bins` on omicron-omdb (258/301)
42472026-07-23T00:48:17.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-23T00:48:17.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-23T00:48:17.892Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42502026-07-23T00:48:17.892Z Compiling vergen-lib v0.1.6
42512026-07-23T00:48:17.892Z Compiling diesel_derives v2.3.7
42522026-07-23T00:48:17.892Z Compiling dsl_auto_type v0.2.0
42532026-07-23T00:48:17.896Z Checking scheduled-thread-pool v0.2.7
42542026-07-23T00:48:17.896Z Compiling vergen-gitcl v1.0.8
42552026-07-23T00:48:17.896Z Compiling diesel_table_macro_syntax v0.3.0
42562026-07-23T00:48:17.896Z Compiling dirs-sys-next v0.1.2
42572026-07-23T00:48:18.166Z Compiling crunchy v0.2.4
42582026-07-23T00:48:18.230Z Compiling glob v0.3.3
42592026-07-23T00:48:18.305Z Compiling dirs-next v2.0.0
42602026-07-23T00:48:18.321Z Checking r2d2 v0.8.10
42612026-07-23T00:48:18.351Z Checking downcast-rs v2.0.2
42622026-07-23T00:48:18.425Z Compiling tiny-keccak v2.0.2
42632026-07-23T00:48:18.456Z Compiling term v0.7.0
42642026-07-23T00:48:18.497Z Compiling bit-vec v0.6.3
42652026-07-23T00:48:18.607Z Compiling clang-sys v1.8.1
42662026-07-23T00:48:18.688Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42672026-07-23T00:48:18.757Z Compiling ascii-canvas v3.0.0
42682026-07-23T00:48:18.890Z Compiling bit-set v0.5.3
42692026-07-23T00:48:18.992Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42702026-07-23T00:48:19.009Z Compiling itertools v0.10.5
42712026-07-23T00:48:19.009Z Compiling ena v0.14.4
42722026-07-23T00:48:19.047Z Compiling libloading v0.8.9
42732026-07-23T00:48:19.071Z Compiling regex-syntax v0.6.29
42742026-07-23T00:48:19.126Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42752026-07-23T00:48:19.142Z Compiling diff v0.1.13
42762026-07-23T00:48:19.216Z Compiling bindgen v0.71.1
42772026-07-23T00:48:19.426Z Compiling cexpr v0.6.0
42782026-07-23T00:48:19.695Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42792026-07-23T00:48:19.749Z Compiling rustc-hash v2.1.1
42802026-07-23T00:48:19.922Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42812026-07-23T00:48:20.044Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42822026-07-23T00:48:20.099Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42832026-07-23T00:48:20.116Z Compiling libxml v0.3.3
42842026-07-23T00:48:20.368Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42852026-07-23T00:48:20.372Z Compiling strum_macros v0.24.3
42862026-07-23T00:48:20.400Z Compiling lalrpop v0.19.12
42872026-07-23T00:48:20.589Z Compiling indoc v1.0.9
42882026-07-23T00:48:21.194Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42892026-07-23T00:48:21.403Z Checking derive_builder v0.20.2
42902026-07-23T00:48:21.524Z Compiling oso-derive v0.27.3
42912026-07-23T00:48:21.762Z Checking quick-xml v0.37.5
42922026-07-23T00:48:21.765Z Compiling impl-trait-for-tuples v0.2.3
42932026-07-23T00:48:22.049Z Checking openssl-probe v0.1.6
42942026-07-23T00:48:22.195Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42952026-07-23T00:48:22.657Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42962026-07-23T00:48:22.865Z Checking bb8 v0.8.6
42972026-07-23T00:48:22.937Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42982026-07-23T00:48:22.954Z Checking nonempty v0.12.0
42992026-07-23T00:48:23.120Z Compiling libz-sys v1.1.24
43002026-07-23T00:48:23.157Z Compiling strsim v0.10.0
43012026-07-23T00:48:23.178Z Compiling libgit2-sys v0.18.3+1.9.2
43022026-07-23T00:48:23.331Z Compiling darling_core v0.13.4
43032026-07-23T00:48:23.483Z Compiling vergen-git2 v9.1.0
43042026-07-23T00:48:23.715Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43052026-07-23T00:48:23.736Z Compiling base64 v0.21.7
43062026-07-23T00:48:23.919Z Checking diesel v2.3.7
43072026-07-23T00:48:23.957Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43082026-07-23T00:48:24.055Z Compiling ron v0.8.1
43092026-07-23T00:48:24.916Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43102026-07-23T00:48:24.993Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43112026-07-23T00:48:25.149Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43122026-07-23T00:48:25.179Z Compiling darling_macro v0.13.4
43132026-07-23T00:48:25.351Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43142026-07-23T00:48:25.557Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43152026-07-23T00:48:25.669Z Compiling darling v0.13.4
43162026-07-23T00:48:25.760Z Compiling serde_with_macros v1.5.2
43172026-07-23T00:48:25.777Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43182026-07-23T00:48:25.981Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43192026-07-23T00:48:26.185Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43202026-07-23T00:48:26.334Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43212026-07-23T00:48:26.388Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43222026-07-23T00:48:26.604Z Compiling serde_with v1.14.0
43232026-07-23T00:48:27.831Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43242026-07-23T00:48:28.054Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43252026-07-23T00:48:28.172Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43262026-07-23T00:48:28.818Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43272026-07-23T00:48:29.030Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-07-23T00:48:29.310Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43292026-07-23T00:48:29.442Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43302026-07-23T00:48:29.629Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43312026-07-23T00:48:29.907Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43322026-07-23T00:48:30.222Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43332026-07-23T00:48:30.515Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43342026-07-23T00:48:30.609Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43352026-07-23T00:48:30.704Z Checking twox-hash v2.1.2
43362026-07-23T00:48:30.814Z Checking libsw-core v0.3.2
43372026-07-23T00:48:30.969Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-07-23T00:48:31.003Z Checking libsw v3.5.0
43392026-07-23T00:48:31.112Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43402026-07-23T00:48:31.156Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43412026-07-23T00:48:31.440Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43422026-07-23T00:48:31.600Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43432026-07-23T00:48:32.831Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43442026-07-23T00:48:32.904Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43452026-07-23T00:48:33.141Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43462026-07-23T00:48:33.483Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43472026-07-23T00:48:33.819Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43482026-07-23T00:48:34.026Z Checking console v0.16.2
43492026-07-23T00:48:34.340Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43502026-07-23T00:48:34.444Z Checking fatfs v0.3.6
43512026-07-23T00:48:34.486Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43522026-07-23T00:48:34.896Z Compiling seq-macro v0.3.6
43532026-07-23T00:48:35.429Z Checking unit-prefix v0.5.2
43542026-07-23T00:48:35.574Z Checking indicatif v0.18.4
43552026-07-23T00:48:35.831Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43562026-07-23T00:48:35.978Z Checking oxide-update-engine-display v0.1.2
43572026-07-23T00:48:36.050Z Checking support-bundle-viewer v0.1.2
43582026-07-23T00:48:36.280Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43592026-07-23T00:48:36.297Z Checking multimap v0.10.1
43602026-07-23T00:48:42.091Z Checking diesel-dtrace v0.5.0
43612026-07-23T00:48:42.337Z Checking async-bb8-diesel v0.2.1
43622026-07-23T00:48:44.974Z Compiling samael v0.0.19
43632026-07-23T00:48:50.565Z Compiling git2 v0.20.4
43642026-07-23T00:48:51.774Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43652026-07-23T00:48:52.657Z Compiling polar-core v0.27.3
43662026-07-23T00:48:53.019Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43672026-07-23T00:48:57.228Z Checking oso v0.27.3
43682026-07-23T00:49:26.617Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43692026-07-23T00:50:39.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43702026-07-23T00:50:40.086Z
43712026-07-23T00:50:40.086Zinfo: running `cargo check --bins` on nexus-networking (259/301)
43722026-07-23T00:50:40.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-07-23T00:50:40.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-07-23T00:50:40.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43752026-07-23T00:50:40.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43762026-07-23T00:50:40.714Z
43772026-07-23T00:50:40.714Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/301)
43782026-07-23T00:50:41.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-07-23T00:50:41.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-07-23T00:50:41.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-07-23T00:50:41.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43822026-07-23T00:50:41.308Z
43832026-07-23T00:50:41.308Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/301)
43842026-07-23T00:50:41.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-07-23T00:50:41.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-07-23T00:50:41.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-07-23T00:50:41.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43882026-07-23T00:50:41.902Z
43892026-07-23T00:50:41.902Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/301)
43902026-07-23T00:50:42.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-07-23T00:50:42.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-07-23T00:50:42.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-07-23T00:50:42.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43942026-07-23T00:50:42.428Z
43952026-07-23T00:50:42.428Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/301)
43962026-07-23T00:50:42.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-07-23T00:50:42.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-07-23T00:50:43.214Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43992026-07-23T00:50:43.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44002026-07-23T00:50:44.146Z
44012026-07-23T00:50:44.146Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/301)
44022026-07-23T00:50:44.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-07-23T00:50:44.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-07-23T00:50:44.933Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44052026-07-23T00:51:22.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.38s
44062026-07-23T00:51:22.748Z
44072026-07-23T00:51:22.748Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/301)
44082026-07-23T00:51:23.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-07-23T00:51:23.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-07-23T00:51:23.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-07-23T00:51:23.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44122026-07-23T00:51:23.279Z
44132026-07-23T00:51:23.279Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/301)
44142026-07-23T00:51:23.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-07-23T00:51:23.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-07-23T00:51:23.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-07-23T00:51:23.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44182026-07-23T00:51:23.805Z
44192026-07-23T00:51:23.805Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/301)
44202026-07-23T00:51:24.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-07-23T00:51:24.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-07-23T00:51:24.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-07-23T00:51:24.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44242026-07-23T00:51:24.394Z
44252026-07-23T00:51:24.394Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/301)
44262026-07-23T00:51:24.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-07-23T00:51:24.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-07-23T00:51:24.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-07-23T00:51:24.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44302026-07-23T00:51:24.988Z
44312026-07-23T00:51:24.988Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/301)
44322026-07-23T00:51:25.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-07-23T00:51:25.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-07-23T00:51:25.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-07-23T00:51:25.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44362026-07-23T00:51:25.580Z
44372026-07-23T00:51:25.580Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/301)
44382026-07-23T00:51:26.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-07-23T00:51:26.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-07-23T00:51:26.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-07-23T00:51:26.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44422026-07-23T00:51:26.161Z
44432026-07-23T00:51:26.161Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/301)
44442026-07-23T00:51:26.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-07-23T00:51:26.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-07-23T00:51:26.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-07-23T00:51:26.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44482026-07-23T00:51:26.753Z
44492026-07-23T00:51:26.753Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/301)
44502026-07-23T00:51:27.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-07-23T00:51:27.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-07-23T00:51:27.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-07-23T00:51:27.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44542026-07-23T00:51:27.342Z
44552026-07-23T00:51:27.342Zinfo: running `cargo check --bins` on nexus-switch-config (273/301)
44562026-07-23T00:51:27.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-07-23T00:51:27.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-07-23T00:51:27.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-07-23T00:51:27.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44602026-07-23T00:51:27.917Z
44612026-07-23T00:51:27.917Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/301)
44622026-07-23T00:51:28.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-23T00:51:28.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-23T00:51:28.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-07-23T00:51:28.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44662026-07-23T00:51:28.515Z
44672026-07-23T00:51:28.515Zinfo: running `cargo check --bins` on support-bundle-collection (275/301)
44682026-07-23T00:51:29.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-07-23T00:51:29.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-07-23T00:51:29.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-07-23T00:51:29.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44722026-07-23T00:51:29.181Z
44732026-07-23T00:51:29.182Zinfo: running `cargo check --bins` on omicron-dev (276/301)
44742026-07-23T00:51:29.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-07-23T00:51:29.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-07-23T00:51:29.954Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44772026-07-23T00:51:29.958Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44782026-07-23T00:51:30.106Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44792026-07-23T00:51:30.124Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44802026-07-23T00:51:30.149Z Checking diff v0.1.13
44812026-07-23T00:51:30.173Z Checking yansi v1.0.1
44822026-07-23T00:51:30.177Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44832026-07-23T00:51:30.177Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44842026-07-23T00:51:30.397Z Checking pretty_assertions v1.4.1
44852026-07-23T00:51:31.166Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44862026-07-23T00:51:31.189Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44872026-07-23T00:51:55.841Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44882026-07-23T00:51:55.845Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44892026-07-23T00:51:55.845Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44902026-07-23T00:51:55.845Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44912026-07-23T00:51:55.845Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44922026-07-23T00:51:55.845Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44932026-07-23T00:51:55.846Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44942026-07-23T00:51:56.612Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44952026-07-23T00:51:56.615Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44962026-07-23T00:51:57.818Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44972026-07-23T00:52:35.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44982026-07-23T00:52:35.657Z
44992026-07-23T00:52:35.657Zinfo: running `cargo check --bins` on oximeter-load-test (277/301)
45002026-07-23T00:52:36.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-23T00:52:36.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-23T00:52:36.313Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45032026-07-23T00:52:36.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
45042026-07-23T00:52:37.073Z
45052026-07-23T00:52:37.073Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45062026-07-23T00:52:37.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-23T00:52:37.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-23T00:52:37.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-07-23T00:52:37.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45102026-07-23T00:52:37.625Z
45112026-07-23T00:52:37.626Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45122026-07-23T00:52:38.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-07-23T00:52:38.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-07-23T00:52:38.322Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45152026-07-23T00:52:38.443Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45162026-07-23T00:52:38.450Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45172026-07-23T00:53:05.337Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45182026-07-23T00:53:05.712Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45192026-07-23T00:53:07.428Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45202026-07-23T00:53:07.870Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45212026-07-23T00:53:10.946Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45222026-07-23T00:53:34.666Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45232026-07-23T00:53:35.356Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45242026-07-23T00:53:36.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.36s
45252026-07-23T00:53:37.164Z
45262026-07-23T00:53:37.164Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45272026-07-23T00:53:37.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-23T00:53:37.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-23T00:53:37.840Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45302026-07-23T00:53:38.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45312026-07-23T00:53:38.685Z
45322026-07-23T00:53:38.685Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45332026-07-23T00:53:39.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-07-23T00:53:39.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-07-23T00:53:39.293Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45362026-07-23T00:53:39.401Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45372026-07-23T00:53:39.413Z Checking digest-io v0.1.0
45382026-07-23T00:53:39.413Z Checking sha2 v0.11.0
45392026-07-23T00:53:39.416Z Checking rawzip v0.4.4
45402026-07-23T00:53:39.422Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45412026-07-23T00:53:39.426Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45422026-07-23T00:53:39.426Z Checking shell-words v1.1.1
45432026-07-23T00:53:39.853Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45442026-07-23T00:53:40.072Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45452026-07-23T00:53:41.078Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45462026-07-23T00:53:42.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
45472026-07-23T00:53:42.285Z
45482026-07-23T00:53:42.285Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45492026-07-23T00:53:42.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-23T00:53:42.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-23T00:53:42.875Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45522026-07-23T00:53:43.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
45532026-07-23T00:53:43.547Z
45542026-07-23T00:53:43.547Zinfo: running `cargo check --bins` on schema (283/301)
45552026-07-23T00:53:44.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-23T00:53:44.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-23T00:53:44.222Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45582026-07-23T00:53:44.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45592026-07-23T00:53:45.104Z
45602026-07-23T00:53:45.104Zinfo: running `cargo check --bins` on xtask (284/301)
45612026-07-23T00:53:45.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-07-23T00:53:45.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-07-23T00:53:45.495Z Checking serde_core v1.0.228
45642026-07-23T00:53:45.495Z Checking libc v0.2.185
45652026-07-23T00:53:45.500Z Checking bitflags v2.11.0
45662026-07-23T00:53:45.578Z Checking scroll v0.12.0
45672026-07-23T00:53:45.583Z Checking thiserror v1.0.69
45682026-07-23T00:53:45.587Z Checking log v0.4.29
45692026-07-23T00:53:45.595Z Checking zerocopy v0.7.35
45702026-07-23T00:53:45.602Z Checking indexmap v2.14.0
45712026-07-23T00:53:45.670Z Checking syn v2.0.117
45722026-07-23T00:53:45.715Z Checking dtrace-parser v0.2.0
45732026-07-23T00:53:45.731Z Checking once_cell v1.21.3
45742026-07-23T00:53:45.789Z Checking goblin v0.8.2
45752026-07-23T00:53:45.857Z Checking errno v0.3.14
45762026-07-23T00:53:45.906Z Checking thread-id v4.2.2
45772026-07-23T00:53:45.955Z Checking getrandom v0.4.1
45782026-07-23T00:53:46.038Z Checking rustix v1.1.3
45792026-07-23T00:53:46.054Z Checking memmap v0.7.0
45802026-07-23T00:53:46.073Z Checking thiserror v2.0.18
45812026-07-23T00:53:46.084Z Checking fs-err v3.3.0
45822026-07-23T00:53:46.106Z Checking tabled v0.15.0
45832026-07-23T00:53:46.133Z Checking anyhow v1.0.102
45842026-07-23T00:53:46.735Z Checking terminal_size v0.4.3
45852026-07-23T00:53:46.735Z Checking tempfile v3.25.0
45862026-07-23T00:53:46.852Z Checking clap_builder v4.6.0
45872026-07-23T00:53:46.855Z Checking textwrap v0.16.2
45882026-07-23T00:53:46.996Z Checking serde v1.0.228
45892026-07-23T00:53:46.999Z Checking serde_json v1.0.150
45902026-07-23T00:53:46.999Z Checking camino v1.2.2
45912026-07-23T00:53:47.058Z Checking semver v1.0.28
45922026-07-23T00:53:47.190Z Checking cargo-platform v0.3.2
45932026-07-23T00:53:47.250Z Checking camino-tempfile v1.4.1
45942026-07-23T00:53:47.405Z Checking toml_datetime v0.6.11
45952026-07-23T00:53:47.405Z Checking serde_spanned v0.6.9
45962026-07-23T00:53:47.408Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45972026-07-23T00:53:47.408Z Checking macaddr v1.0.1
45982026-07-23T00:53:47.580Z Checking toml_edit v0.22.27
45992026-07-23T00:53:47.591Z Checking cargo_metadata v0.23.1
46002026-07-23T00:53:47.599Z Checking dof v0.3.0
46012026-07-23T00:53:47.855Z Checking usdt-impl v0.5.0
46022026-07-23T00:53:48.036Z Checking clap v4.6.1
46032026-07-23T00:53:48.109Z Checking usdt v0.5.0
46042026-07-23T00:53:48.558Z Checking toml v0.8.23
46052026-07-23T00:53:48.844Z Checking cargo_toml v0.21.0
46062026-07-23T00:53:49.463Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-07-23T00:53:49.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
46082026-07-23T00:53:49.954Z
46092026-07-23T00:53:49.955Zinfo: running `cargo check --bins` on dnsadm (285/301)
46102026-07-23T00:53:50.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-07-23T00:53:50.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-07-23T00:53:50.538Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46132026-07-23T00:53:51.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46142026-07-23T00:53:51.208Z
46152026-07-23T00:53:51.208Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46162026-07-23T00:53:51.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-07-23T00:53:51.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-07-23T00:53:51.958Z Checking cpubits v0.1.1
46192026-07-23T00:53:52.078Z Checking pem-rfc7468 v1.0.0
46202026-07-23T00:53:52.090Z Checking hmac v0.13.0
46212026-07-23T00:53:52.090Z Checking universal-hash v0.6.1
46222026-07-23T00:53:52.116Z Checking ctr v0.10.1
46232026-07-23T00:53:52.117Z Checking aead v0.6.1
46242026-07-23T00:53:52.150Z Checking aes v0.9.1
46252026-07-23T00:53:52.150Z Checking crypto-bigint v0.7.5
46262026-07-23T00:53:52.166Z Checking cbc v0.2.1
46272026-07-23T00:53:52.217Z Checking polyval v0.7.1
46282026-07-23T00:53:52.231Z Checking der v0.8.0
46292026-07-23T00:53:52.276Z Checking pbkdf2 v0.13.0
46302026-07-23T00:53:52.335Z Checking salsa20 v0.11.0
46312026-07-23T00:53:52.363Z Checking ff v0.14.0
46322026-07-23T00:53:52.363Z Checking signature v3.0.0
46332026-07-23T00:53:52.384Z Checking base16ct v1.0.0
46342026-07-23T00:53:52.418Z Checking ghash v0.6.0
46352026-07-23T00:53:52.418Z Checking scrypt v0.12.0
46362026-07-23T00:53:52.465Z Checking group v0.14.0
46372026-07-23T00:53:52.481Z Checking hkdf v0.13.0
46382026-07-23T00:53:52.509Z Checking rfc6979 v0.5.0
46392026-07-23T00:53:52.515Z Compiling curve25519-dalek v5.0.0-rc.0
46402026-07-23T00:53:52.544Z Checking aes-gcm v0.11.0
46412026-07-23T00:53:52.559Z Checking poly1305 v0.9.0
46422026-07-23T00:53:52.598Z Checking blowfish v0.10.0
46432026-07-23T00:53:52.611Z Checking blake2 v0.11.0-rc.6
46442026-07-23T00:53:52.630Z Checking keccak v0.2.0
46452026-07-23T00:53:52.696Z Checking fiat-crypto v0.3.0
46462026-07-23T00:53:52.753Z Checking bcrypt-pbkdf v0.11.0
46472026-07-23T00:53:52.787Z Checking sha3 v0.11.0
46482026-07-23T00:53:52.822Z Checking kem v0.3.0
46492026-07-23T00:53:52.860Z Checking argon2 v0.6.0-rc.8
46502026-07-23T00:53:52.900Z Checking module-lattice v0.2.3
46512026-07-23T00:53:52.935Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46522026-07-23T00:53:53.012Z Checking spki v0.8.0
46532026-07-23T00:53:53.113Z Checking sec1 v0.8.1
46542026-07-23T00:53:53.117Z Checking ml-kem v0.3.2
46552026-07-23T00:53:53.148Z Checking internal-russh-num-bigint v0.5.0
46562026-07-23T00:53:53.165Z Checking num-bigint v0.4.6
46572026-07-23T00:53:53.182Z Checking pkcs5 v0.8.1
46582026-07-23T00:53:53.328Z Checking pkcs1 v0.8.0-rc.4
46592026-07-23T00:53:53.473Z Checking pkcs8 v0.11.0
46602026-07-23T00:53:53.541Z Checking generic-array v1.4.3
46612026-07-23T00:53:53.676Z Checking ed25519 v3.0.0
46622026-07-23T00:53:53.765Z Checking russh-util v0.52.0
46632026-07-23T00:53:53.865Z Checking ed25519-dalek v3.0.0-rc.0
46642026-07-23T00:53:53.884Z Compiling enum_dispatch v0.3.13
46652026-07-23T00:53:53.901Z Compiling delegate v0.13.5
46662026-07-23T00:53:53.934Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46672026-07-23T00:53:53.982Z Checking hex-literal v1.1.0
46682026-07-23T00:53:54.076Z Checking md5 v0.8.0
46692026-07-23T00:53:54.090Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46702026-07-23T00:53:54.120Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46712026-07-23T00:53:54.253Z Checking socket2 v0.5.10
46722026-07-23T00:53:54.323Z Checking internet-checksum v0.2.1
46732026-07-23T00:53:54.362Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46742026-07-23T00:53:54.382Z Checking elliptic-curve v0.14.0-rc.33
46752026-07-23T00:53:54.438Z Checking primefield v0.14.0
46762026-07-23T00:53:54.499Z Checking ssh-encoding v0.3.0-rc.9
46772026-07-23T00:53:54.644Z Checking crypto-primes v0.7.2
46782026-07-23T00:53:54.720Z Checking ssh-cipher v0.3.0-rc.9
46792026-07-23T00:53:54.836Z Checking ecdsa v0.17.0-rc.18
46802026-07-23T00:53:54.855Z Checking primeorder v0.14.0-rc.10
46812026-07-23T00:53:54.872Z Checking russh-cryptovec v0.61.0
46822026-07-23T00:53:55.184Z Checking p256 v0.14.0-rc.10
46832026-07-23T00:53:55.184Z Checking p521 v0.14.0-rc.10
46842026-07-23T00:53:55.589Z Checking rsa v0.10.0-rc.18
46852026-07-23T00:53:57.507Z Checking p384 v0.14.0-rc.10
46862026-07-23T00:53:59.421Z Checking ssh-key v0.7.0-rc.10
46872026-07-23T00:54:00.174Z Checking russh v0.61.2
46882026-07-23T00:54:12.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.11s
46892026-07-23T00:54:12.515Z
46902026-07-23T00:54:12.515Zinfo: running `cargo check --bins` on gateway-cli (287/301)
46912026-07-23T00:54:12.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-07-23T00:54:12.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-07-23T00:54:13.103Z Checking termios v0.3.3
46942026-07-23T00:54:13.297Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46952026-07-23T00:54:13.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46962026-07-23T00:54:14.037Z
46972026-07-23T00:54:14.037Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
46982026-07-23T00:54:14.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-07-23T00:54:14.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-07-23T00:54:14.696Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47012026-07-23T00:54:15.402Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47022026-07-23T00:54:17.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
47032026-07-23T00:54:17.196Z
47042026-07-23T00:54:17.196Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47052026-07-23T00:54:17.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-07-23T00:54:17.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-07-23T00:54:17.783Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47082026-07-23T00:54:18.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47092026-07-23T00:54:18.355Z
47102026-07-23T00:54:18.355Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47112026-07-23T00:54:18.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-07-23T00:54:18.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-07-23T00:54:18.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47142026-07-23T00:54:18.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47152026-07-23T00:54:18.888Z
47162026-07-23T00:54:18.888Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47172026-07-23T00:54:19.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-07-23T00:54:19.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-07-23T00:54:19.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47202026-07-23T00:54:19.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47212026-07-23T00:54:19.415Z
47222026-07-23T00:54:19.415Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47232026-07-23T00:54:19.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-07-23T00:54:19.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-07-23T00:54:20.122Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47262026-07-23T00:54:20.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
47272026-07-23T00:54:20.904Z
47282026-07-23T00:54:20.904Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47292026-07-23T00:54:21.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-07-23T00:54:21.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-07-23T00:54:21.509Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47322026-07-23T00:54:21.509Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47332026-07-23T00:54:22.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
47342026-07-23T00:54:22.558Z
47352026-07-23T00:54:22.558Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47362026-07-23T00:54:23.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-23T00:54:23.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-23T00:54:23.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-07-23T00:54:23.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47402026-07-23T00:54:23.082Z
47412026-07-23T00:54:23.082Zinfo: running `cargo check --bins` on omicron-package (295/301)
47422026-07-23T00:54:23.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-23T00:54:23.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-23T00:54:23.708Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47452026-07-23T00:54:24.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47462026-07-23T00:54:24.956Z
47472026-07-23T00:54:24.956Zinfo: running `cargo check --bins` on tqdb (296/301)
47482026-07-23T00:54:25.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-23T00:54:25.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-23T00:54:25.677Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47512026-07-23T00:54:26.030Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47522026-07-23T00:54:26.548Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47532026-07-23T00:54:26.548Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47542026-07-23T00:54:32.590Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47552026-07-23T00:54:32.594Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47562026-07-23T00:54:33.154Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47572026-07-23T00:54:33.154Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47582026-07-23T00:54:33.159Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47592026-07-23T00:54:33.160Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47602026-07-23T00:54:33.938Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47612026-07-23T00:54:34.901Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47622026-07-23T00:54:35.715Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47632026-07-23T00:54:36.314Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47642026-07-23T00:54:41.225Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47652026-07-23T00:54:47.930Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47662026-07-23T00:54:47.930Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47672026-07-23T00:54:47.937Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47682026-07-23T00:54:47.938Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47692026-07-23T00:54:49.412Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47702026-07-23T00:54:50.739Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47712026-07-23T00:54:51.438Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47722026-07-23T00:54:52.635Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47732026-07-23T00:54:53.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.20s
47742026-07-23T00:54:53.354Z
47752026-07-23T00:54:53.354Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
47762026-07-23T00:54:53.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-07-23T00:54:53.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-07-23T00:54:54.010Z Checking rtoolbox v0.0.3
47792026-07-23T00:54:54.013Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47802026-07-23T00:54:54.135Z Checking tui-tree-widget v0.23.1
47812026-07-23T00:54:54.229Z Checking rpassword v7.5.4
47822026-07-23T00:54:57.188Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47832026-07-23T00:54:59.064Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47842026-07-23T00:54:59.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
47852026-07-23T00:55:00.138Z
47862026-07-23T00:55:00.138Zinfo: running `cargo check --bins` on wicket (298/301)
47872026-07-23T00:55:00.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-07-23T00:55:00.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-07-23T00:55:00.784Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47902026-07-23T00:55:01.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47912026-07-23T00:55:01.314Z
47922026-07-23T00:55:01.314Zinfo: running `cargo check --bins` on wicketd (299/301)
47932026-07-23T00:55:01.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-07-23T00:55:01.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-07-23T00:55:01.980Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47962026-07-23T00:55:05.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
47972026-07-23T00:55:05.314Z
47982026-07-23T00:55:05.314Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
47992026-07-23T00:55:05.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-07-23T00:55:05.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-07-23T00:55:05.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48022026-07-23T00:55:05.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48032026-07-23T00:55:05.839Z
48042026-07-23T00:55:05.839Zinfo: running `cargo check --bins` on zone-setup (301/301)
48052026-07-23T00:55:06.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48062026-07-23T00:55:06.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48072026-07-23T00:55:06.484Z Checking uzers v0.12.2
48082026-07-23T00:55:06.744Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48092026-07-23T00:55:07.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
48102026-07-23T00:55:07.698Z
48112026-07-23T00:55:07.698Zreal 13:32.194067443
48122026-07-23T00:55:07.698Zuser 20:33.033389339
48132026-07-23T00:55:07.698Zsys 4:06.486479252
48142026-07-23T00:55:07.698Ztrap 0.326295511
48152026-07-23T00:55:07.698Ztflt 0.704735658
48162026-07-23T00:55:07.698Zdflt 1.014810622
48172026-07-23T00:55:07.698Zkflt 0.004502502
48182026-07-23T00:55:07.698Zlock 1:15:57.301462061
48192026-07-23T00:55:07.698Zslp 1:38:16.356736118
48202026-07-23T00:55:07.698Zlat 52.917635523
48212026-07-23T00:55:07.699Zstop 3:25.877107718
48222026-07-23T00:55:07.710Zprocess exited: duration 935335 ms, exit code 0
 
48232026-07-23T00:55:07.724Zfound 0 output files