01KVKQZ7BBRBASMJ96Z3MQDJJZ: 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: 01KVKR065M518XXK1M3S0F6PJS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T00:07:26.155Zjob assigned to worker 01KVKR0770VXDVSTC2Y8HCBD01 [factory aws, i-04a35ec05fbd24dd4] (queued for 53 s)
 
22026-06-21T00:07:32.341Zstarting task 0: "setup"
32026-06-21T00:07:32.347Z++ uname -s
42026-06-21T00:07:32.351Z+ kern=SunOS
52026-06-21T00:07:32.351Z+ build_user=build
62026-06-21T00:07:32.351Z+ build_uid=12345
72026-06-21T00:07:32.351Z+ work_dir=/work
82026-06-21T00:07:32.351Z+ input_dir=/input
92026-06-21T00:07:32.351Z+ [[ 0 == 12345 ]]
102026-06-21T00:07:32.351Z+ case "$kern" in
112026-06-21T00:07:32.351Z+ groupadd -g 12345 build
122026-06-21T00:07:32.351Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T00:07:34.355Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T00:07:34.433Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T00:07:34.438Z+ home_fs=zfs
162026-06-21T00:07:34.438Z+ [[ zfs == autofs ]]
172026-06-21T00:07:34.438Z+ mkdir -p /home/build
182026-06-21T00:07:34.438Z+ chown build:build /home/build /work
192026-06-21T00:07:36.437Z+ chmod 0700 /home/build /work
202026-06-21T00:07:36.442Zprocess exited: duration 4100 ms, exit code 0
 
212026-06-21T00:07:36.449Zstarting task 1: "rust-toolchain"
222026-06-21T00:07:36.454Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-21T00:07:36.454Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-21T00:07:36.454Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-21T00:07:36.455Z * rust toolchain channel = "1.94.0"
262026-06-21T00:07:36.455Z * rust toolchain profile = "default"
272026-06-21T00:07:36.455Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-21T00:07:36.459Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T00:07:36.459Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-21T00:07:36.561Zinfo: downloading installer
312026-06-21T00:07:38.000Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T00:07:38.000Zwarn: /home/build/.rustup/settings.toml
332026-06-21T00:07:38.000Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T00:07:38.000Zwarn: instead of the one inferred from the default host triple.
352026-06-21T00:07:38.016Zinfo: profile set to default
362026-06-21T00:07:38.016Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T00:07:38.021Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-21T00:07:38.168Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-21T00:07:38.173Zinfo: downloading 6 components
402026-06-21T00:07:52.892Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-21T00:07:52.892Z
422026-06-21T00:07:52.919Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-21T00:07:52.919Z
442026-06-21T00:07:52.919Z
452026-06-21T00:07:52.919ZRust is installed now. Great!
462026-06-21T00:07:52.919Z
472026-06-21T00:07:52.928ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T00:07:52.928Zenvironment variable. This has not been done automatically.
492026-06-21T00:07:52.928Z
502026-06-21T00:07:52.928ZTo configure your current shell, you need to source
512026-06-21T00:07:52.928Zthe corresponding env file under $HOME/.cargo.
522026-06-21T00:07:52.928Z
532026-06-21T00:07:52.929ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T00:07:52.929Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T00:07:52.929Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T00:07:52.929Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T00:07:52.929Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T00:07:52.929Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T00:07:52.929Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T00:07:52.929Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T00:07:52.929Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T00:07:53.018Z+ rustup --version
632026-06-21T00:07:53.028Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T00:07:53.030Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T00:07:53.049Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-21T00:07:53.052Z+ cargo --version
672026-06-21T00:07:53.065Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-21T00:07:53.068Z+ rustc --version
692026-06-21T00:07:53.103Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-21T00:07:53.115Zprocess exited: duration 16640 ms, exit code 0
 
712026-06-21T00:07:53.136Zstarting task 2: "authentication"
722026-06-21T00:07:53.149Zprocess exited: duration 19 ms, exit code 0
 
732026-06-21T00:07:53.160Zstarting task 3: "clone repository"
742026-06-21T00:07:53.165Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-21T00:07:53.168Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-21T00:07:53.203ZCloning into '/work/oxidecomputer/omicron'...
772026-06-21T00:08:59.995Z+ cd /work/oxidecomputer/omicron
782026-06-21T00:08:59.995Z+ git fetch origin a3eb0afbfee5823dcbe2cc295ba509bed9365ca4
792026-06-21T00:08:59.995ZFrom https://github.com/oxidecomputer/omicron
802026-06-21T00:08:59.995Z * branch a3eb0afbfee5823dcbe2cc295ba509bed9365ca4 -> FETCH_HEAD
812026-06-21T00:08:59.995Z+ [[ -n '' ]]
822026-06-21T00:08:59.995Z+ git reset --hard a3eb0afbfee5823dcbe2cc295ba509bed9365ca4
832026-06-21T00:08:59.995ZHEAD is now at a3eb0afbf [spr] initial version
842026-06-21T00:08:59.995Zprocess exited: duration 10258 ms, exit code 0
 
852026-06-21T00:09:00.176Zstarting task 4: "build"
862026-06-21T00:09:00.252Z+ source .github/buildomat/ci-env.sh
872026-06-21T00:09:00.252Z++ export CARGO_TERM_COLOR=always
882026-06-21T00:09:00.252Z++ CARGO_TERM_COLOR=always
892026-06-21T00:09:00.252Z+ cargo --version
902026-06-21T00:09:00.252Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-21T00:09:00.252Z+ rustc --version
922026-06-21T00:09:00.252Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-21T00:09:00.252Z+ source ./env.sh
942026-06-21T00:09:00.252Z++ OLD_SHELL_OPTS=ehxB
952026-06-21T00:09:00.252Z++ set -o xtrace
962026-06-21T00:09:00.252Z++++ dirname ./env.sh
972026-06-21T00:09:00.253Z+++ readlink -f .
982026-06-21T00:09:00.253Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-21T00:09:00.253Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-21T00:09:00.253Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-21T00:09:00.253Z++ 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
1022026-06-21T00:09:00.253Z++ 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
1032026-06-21T00:09:00.253Z++ 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
1042026-06-21T00:09:00.253Z++ 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
1052026-06-21T00:09:00.253Z++ 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
1062026-06-21T00:09:00.253Z++ 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
1072026-06-21T00:09:00.253Z++ 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
1082026-06-21T00:09:00.253Z++ 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
1092026-06-21T00:09:00.253Z++ case $OLD_SHELL_OPTS in
1102026-06-21T00:09:00.253Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-06-21T00:09:00.253Z+ 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
1122026-06-21T00:09:00.254Z+ 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
1132026-06-21T00:09:00.254Z+ banner prerequisites
1142026-06-21T00:09:00.254Z
1152026-06-21T00:09:00.254Z ##### ##### ###### ##### ###### #### # # # #### #
1162026-06-21T00:09:00.254Z # # # # # # # # # # # # # # #
1172026-06-21T00:09:00.254Z # # # # ##### # # ##### # # # # # #### #
1182026-06-21T00:09:00.254Z ##### ##### # ##### # # # # # # # # #
1192026-06-21T00:09:00.254Z # # # # # # # # # # # # # # #
1202026-06-21T00:09:00.254Z # # # ###### # # ###### ### # #### # #### #
1212026-06-21T00:09:00.254Z
1222026-06-21T00:09:00.254Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1232026-06-21T00:09:01.692Z Startup: Refreshing catalog 'helios' ... Done
1242026-06-21T00:09:01.816Z Startup: Caching catalogs ... Done
1252026-06-21T00:09:02.109ZPlanning: Solver setup ... Done (0.312s)
1262026-06-21T00:09:02.129ZPlanning: Running solver ... Done (0.022s)
1272026-06-21T00:09:02.129ZPlanning: Finding local manifests ... Done (0.003s)
1282026-06-21T00:09:02.152ZPlanning: Fetching manifests: 0/2 0% complete
1292026-06-21T00:09:02.163ZPlanning: Fetching manifests: 2/2 100% complete
1302026-06-21T00:09:02.163ZPlanning: Package planning ... Done (0.014s)
1312026-06-21T00:09:02.163ZPlanning: Merging actions ... Done (0.002s)
1322026-06-21T00:09:02.426ZPlanning: Checking for conflicting actions ... Done (0.189s)
1332026-06-21T00:09:02.426ZPlanning: Consolidating action changes ... Done (0.001s)
1342026-06-21T00:09:03.228ZPlanning: Evaluating mediators ... Done (0.812s)
1352026-06-21T00:09:03.432ZPlanning: Planning completed in 1.41 seconds
1362026-06-21T00:09:03.433Z Packages to install: 2
1372026-06-21T00:09:03.445Z Estimated space available: 156.07 GB
1382026-06-21T00:09:03.446ZEstimated space to be consumed: 26.78 MB
1392026-06-21T00:09:03.446Z Create boot environment: No
1402026-06-21T00:09:03.446ZCreate backup boot environment: No
1412026-06-21T00:09:03.446Z Rebuild boot archive: No
1422026-06-21T00:09:03.446Z
1432026-06-21T00:09:03.446ZChanged packages:
1442026-06-21T00:09:03.446Zhelios
1452026-06-21T00:09:03.446Z developer/build-essential
1462026-06-21T00:09:03.447Z None -> 11-3.0
1472026-06-21T00:09:03.447Z library/libxmlsec1
1482026-06-21T00:09:03.447Z None -> 1.2.35-3.0
1492026-06-21T00:09:03.447Z
1502026-06-21T00:09:03.484ZDownload: 0/214 items 0.0/1.3MB 0% complete
1512026-06-21T00:09:04.639ZDownload: Completed 1.28 MB in 1.34 seconds (977k/s)
1522026-06-21T00:09:05.271Z Actions: 1/268 actions (Installing new actions)
1532026-06-21T00:09:05.271Z Actions: Completed 268 actions in 0.04 seconds.
1542026-06-21T00:09:05.271ZFinalize: Updating package state database ... Done (0.009s)
1552026-06-21T00:09:05.271ZFinalize: Updating package cache ... Done (0.000s)
1562026-06-21T00:09:05.271ZFinalize: Updating image state ... Done (0.024s)
1572026-06-21T00:09:07.085ZFinalize: Creating fast lookup database ... Done (2.358s)
1582026-06-21T00:09:07.154ZFinalize: Reading search index ... Done (0.013s)
1592026-06-21T00:09:07.188ZFinalize: Updating search index ... Done (0.000s)
1602026-06-21T00:09:07.217ZFinalize: Updating package cache ... Done (0.000s)
1612026-06-21T00:09:07.586ZPlanning: Evaluating mediator changes ... Done
1622026-06-21T00:09:07.676ZPlanning: Checking for conflicting actions ... Done
1632026-06-21T00:09:07.760ZPlanning: Consolidating action changes ... Done
1642026-06-21T00:09:07.837ZPlanning: Evaluating mediators ... Done
1652026-06-21T00:09:07.881ZPlanning: Planning completed in 0.26 seconds
1662026-06-21T00:09:07.882Z Mediators to change: 2
1672026-06-21T00:09:07.882Z Create boot environment: No
1682026-06-21T00:09:07.882ZCreate backup boot environment: No
1692026-06-21T00:09:07.893ZFinalize: Updating package state database ... Done
1702026-06-21T00:09:07.893ZFinalize: Updating package cache ... Done
1712026-06-21T00:09:07.894ZFinalize: Updating image state ... Done
1722026-06-21T00:09:09.835ZFinalize: Creating fast lookup database ... Done
1732026-06-21T00:09:09.909ZFinalize: Reading search index ... Done
1742026-06-21T00:09:09.909ZFinalize: Updating search index ... Done
1752026-06-21T00:09:09.992ZFinalize: Updating package cache ... Done
1762026-06-21T00:09:10.373ZPlanning: Evaluating mediator changes ... Done
1772026-06-21T00:09:10.486ZPlanning: Checking for conflicting actions ... Done
1782026-06-21T00:09:10.486ZPlanning: Consolidating action changes ... Done
1792026-06-21T00:09:10.528ZPlanning: Evaluating mediators ... Done
1802026-06-21T00:09:10.528ZPlanning: Planning completed in 0.26 seconds
1812026-06-21T00:09:10.558Z Mediators to change: 1
1822026-06-21T00:09:10.558Z Create boot environment: No
1832026-06-21T00:09:10.559ZCreate backup boot environment: No
1842026-06-21T00:09:10.581ZFinalize: Updating package state database ... Done
1852026-06-21T00:09:10.581ZFinalize: Updating package cache ... Done
1862026-06-21T00:09:10.581ZFinalize: Updating image state ... Done
1872026-06-21T00:09:12.561ZFinalize: Creating fast lookup database ... Done
1882026-06-21T00:09:12.620ZFinalize: Reading search index ... Done
1892026-06-21T00:09:12.621ZFinalize: Updating search index ... Done
1902026-06-21T00:09:12.719ZFinalize: Updating package cache ... Done
1912026-06-21T00:09:12.984ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922026-06-21T00:09:12.984Zapache system 2.4 system
1932026-06-21T00:09:12.984Zclang system 15 system
1942026-06-21T00:09:12.984Zcsh system system illumos
1952026-06-21T00:09:12.984Zctags system system illumos
1962026-06-21T00:09:12.984Zfile vendor vendor darwinsys
1972026-06-21T00:09:12.984Zfile system system illumos
1982026-06-21T00:09:12.984Zgcc vendor 14 vendor
1992026-06-21T00:09:12.984Zgcc system 13 system
2002026-06-21T00:09:12.984Zgcc system 10 system
2012026-06-21T00:09:12.984Zgo system 1.25 system
2022026-06-21T00:09:12.985Zllvm system 15 system
2032026-06-21T00:09:12.985Zmariadb system 11.4 system
2042026-06-21T00:09:12.985Zmta vendor vendor dma
2052026-06-21T00:09:12.985Zopenjdk system 17 system
2062026-06-21T00:09:12.985Zopenjdk system 11 system
2072026-06-21T00:09:12.985Zopenssl vendor 3 vendor
2082026-06-21T00:09:12.985Zperl system 5.40 system
2092026-06-21T00:09:12.985Zpostgresql system 18 system
2102026-06-21T00:09:12.985Zpostgresql system 17 system
2112026-06-21T00:09:12.985Zpython vendor 3 vendor
2122026-06-21T00:09:12.985Zpython system 2 system
2132026-06-21T00:09:12.985Zpython3 vendor 3.13 vendor
2142026-06-21T00:09:12.986Zruby system 3.4 system
2152026-06-21T00:09:12.986Zruby system 3.0 system
2162026-06-21T00:09:12.986Zwords vendor vendor american-english
2172026-06-21T00:09:12.986Zwords system system australian-english
2182026-06-21T00:09:12.986Zwords system system british-english
2192026-06-21T00:09:12.986Zwords system system canadian-english
2202026-06-21T00:09:12.986Zwords system system french
2212026-06-21T00:09:12.986Zwords system system italian
2222026-06-21T00:09:12.986Zwords system system ngerman
2232026-06-21T00:09:12.986Zwords system system ogerman
2242026-06-21T00:09:12.986Zwords system system spanish
2252026-06-21T00:09:13.245ZPUBLISHER TYPE STATUS P LOCATION
2262026-06-21T00:09:13.245Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2272026-06-21T00:09:13.550ZFMRI IFO
2282026-06-21T00:09:13.550Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2292026-06-21T00:09:13.550Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2302026-06-21T00:09:13.550Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2312026-06-21T00:09:13.550Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2322026-06-21T00:09:13.550Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2332026-06-21T00:09:13.550Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2342026-06-21T00:09:13.550Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2352026-06-21T00:09:13.550Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2362026-06-21T00:09:13.550Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2372026-06-21T00:09:13.809Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2382026-06-21T00:09:14.055Z Updating crates.io index
2392026-06-21T00:09:14.068Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402026-06-21T00:09:14.597Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-21T00:09:14.917Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-06-21T00:09:15.552Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-06-21T00:09:16.362Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-21T00:09:16.881Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-06-21T00:09:18.393Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-06-21T00:09:19.221Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-06-21T00:09:19.492Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482026-06-21T00:09:20.511Z Updating git repository `https://github.com/oxidecomputer/clickward`
2492026-06-21T00:09:20.854Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2502026-06-21T00:09:21.321Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512026-06-21T00:09:21.690Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2522026-06-21T00:09:22.103Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-06-21T00:09:22.562Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-06-21T00:09:22.875Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2552026-06-21T00:09:23.140Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562026-06-21T00:09:23.571Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2572026-06-21T00:09:23.933Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582026-06-21T00:09:24.136Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592026-06-21T00:09:24.381Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602026-06-21T00:09:24.655Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-06-21T00:09:25.064Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-06-21T00:09:25.514Z Updating git repository `https://github.com/oxidecomputer/erebor`
2632026-06-21T00:09:25.786Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2642026-06-21T00:09:26.266Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2652026-06-21T00:09:26.539Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2662026-06-21T00:09:27.000Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672026-06-21T00:09:28.340Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-06-21T00:09:28.576Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692026-06-21T00:09:29.525Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-06-21T00:09:29.909Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712026-06-21T00:09:30.143Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-06-21T00:09:30.524Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-06-21T00:09:30.903Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2742026-06-21T00:09:31.213Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2752026-06-21T00:09:31.730Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-06-21T00:09:31.974Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-06-21T00:09:32.232Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-06-21T00:09:32.529Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-06-21T00:09:34.265Z Downloading crates ...
2802026-06-21T00:09:34.315Z Downloaded anstyle-query v1.1.5
2812026-06-21T00:09:34.318Z Downloaded cargo-platform v0.2.0
2822026-06-21T00:09:34.331Z Downloaded potential_utf v0.1.4
2832026-06-21T00:09:34.334Z Downloaded anstyle v1.0.14
2842026-06-21T00:09:34.334Z Downloaded idna_adapter v1.2.1
2852026-06-21T00:09:34.334Z Downloaded cargo_toml v0.21.0
2862026-06-21T00:09:34.337Z Downloaded anstream v1.0.0
2872026-06-21T00:09:34.340Z Downloaded camino-tempfile v1.4.1
2882026-06-21T00:09:34.343Z Downloaded icu_provider v2.1.1
2892026-06-21T00:09:34.343Z Downloaded smallvec v1.15.1
2902026-06-21T00:09:34.343Z Downloaded cargo_metadata v0.21.0
2912026-06-21T00:09:34.346Z Downloaded cfg-if v1.0.4
2922026-06-21T00:09:34.346Z Downloaded pest_derive v2.8.6
2932026-06-21T00:09:34.349Z Downloaded cargo-util-schemas v0.8.2
2942026-06-21T00:09:34.355Z Downloaded serde_core v1.0.228
2952026-06-21T00:09:34.358Z Downloaded anyhow v1.0.102
2962026-06-21T00:09:34.365Z Downloaded clap v4.6.1
2972026-06-21T00:09:34.369Z Downloaded itoa v1.0.17
2982026-06-21T00:09:34.372Z Downloaded strsim v0.11.1
2992026-06-21T00:09:34.372Z Downloaded form_urlencoded v1.2.2
3002026-06-21T00:09:34.372Z Downloaded heck v0.5.0
3012026-06-21T00:09:34.375Z Downloaded zerofrom-derive v0.1.6
3022026-06-21T00:09:34.375Z Downloaded version_check v0.9.5
3032026-06-21T00:09:34.375Z Downloaded toml_datetime v0.6.11
3042026-06-21T00:09:34.378Z Downloaded equivalent v1.0.2
3052026-06-21T00:09:34.378Z Downloaded usdt v0.5.0
3062026-06-21T00:09:34.378Z Downloaded memmap v0.7.0
3072026-06-21T00:09:34.381Z Downloaded tabled_derive v0.7.0
3082026-06-21T00:09:34.381Z Downloaded clap_lex v1.0.0
3092026-06-21T00:09:34.381Z Downloaded block-buffer v0.10.4
3102026-06-21T00:09:34.385Z Downloaded utf8_iter v1.0.4
3112026-06-21T00:09:34.385Z Downloaded serde-value v0.7.0
3122026-06-21T00:09:34.388Z Downloaded utf8parse v0.2.2
3132026-06-21T00:09:34.388Z Downloaded ordered-float v2.10.1
3142026-06-21T00:09:34.388Z Downloaded unicode-xid v0.2.6
3152026-06-21T00:09:34.388Z Downloaded unicode-linebreak v0.1.5
3162026-06-21T00:09:34.388Z Downloaded thread-id v4.2.2
3172026-06-21T00:09:34.391Z Downloaded fnv v1.0.7
3182026-06-21T00:09:34.395Z Downloaded zerofrom v0.1.6
3192026-06-21T00:09:34.395Z Downloaded usdt-macro v0.5.0
3202026-06-21T00:09:34.398Z Downloaded digest v0.10.7
3212026-06-21T00:09:34.400Z Downloaded smawk v0.3.2
3222026-06-21T00:09:34.401Z Downloaded fastrand v2.3.0
3232026-06-21T00:09:34.401Z Downloaded heck v0.4.1
3242026-06-21T00:09:34.414Z Downloaded usdt-attr-macro v0.5.0
3252026-06-21T00:09:34.415Z Downloaded percent-encoding v2.3.2
3262026-06-21T00:09:34.415Z Downloaded scroll_derive v0.12.1
3272026-06-21T00:09:34.415Z Downloaded pretty-hex v0.4.1
3282026-06-21T00:09:34.415Z Downloaded yoke-derive v0.8.1
3292026-06-21T00:09:34.415Z Downloaded colorchoice v1.0.4
3302026-06-21T00:09:34.415Z Downloaded plain v0.2.3
3312026-06-21T00:09:34.415Z Downloaded dtrace-parser v0.2.0
3322026-06-21T00:09:34.416Z Downloaded typenum v1.19.0
3332026-06-21T00:09:34.420Z Downloaded proc-macro-error-attr v1.0.4
3342026-06-21T00:09:34.420Z Downloaded cpufeatures v0.2.17
3352026-06-21T00:09:34.420Z Downloaded swrite v0.1.0
3362026-06-21T00:09:34.420Z Downloaded crypto-common v0.1.7
3372026-06-21T00:09:34.423Z Downloaded zerovec-derive v0.11.2
3382026-06-21T00:09:34.423Z Downloaded usdt-impl v0.5.0
3392026-06-21T00:09:34.423Z Downloaded typeid v1.0.3
3402026-06-21T00:09:34.423Z Downloaded thiserror v1.0.69
3412026-06-21T00:09:34.426Z Downloaded macaddr v1.0.1
3422026-06-21T00:09:34.428Z Downloaded thiserror v2.0.18
3432026-06-21T00:09:34.431Z Downloaded tinystr v0.8.2
3442026-06-21T00:09:34.431Z Downloaded terminal_size v0.4.3
3452026-06-21T00:09:34.434Z Downloaded stable_deref_trait v1.2.1
3462026-06-21T00:09:34.434Z Downloaded serde_spanned v0.6.9
3472026-06-21T00:09:34.434Z Downloaded generic-array v0.14.7
3482026-06-21T00:09:34.437Z Downloaded is_terminal_polyfill v1.70.2
3492026-06-21T00:09:34.437Z Downloaded errno v0.3.14
3502026-06-21T00:09:34.440Z Downloaded toml_write v0.1.2
3512026-06-21T00:09:34.440Z Downloaded zmij v1.0.21
3522026-06-21T00:09:34.443Z Downloaded thiserror-impl v1.0.69
3532026-06-21T00:09:34.443Z Downloaded ucd-trie v0.1.7
3542026-06-21T00:09:34.444Z Downloaded thiserror-impl v2.0.18
3552026-06-21T00:09:34.444Z Downloaded yoke v0.8.1
3562026-06-21T00:09:34.447Z Downloaded erased-serde v0.4.9
3572026-06-21T00:09:34.447Z Downloaded bytecount v0.6.9
3582026-06-21T00:09:34.447Z Downloaded scroll v0.12.0
3592026-06-21T00:09:34.450Z Downloaded writeable v0.6.2
3602026-06-21T00:09:34.452Z Downloaded toml v0.8.23
3612026-06-21T00:09:34.452Z Downloaded quote v1.0.45
3622026-06-21T00:09:34.455Z Downloaded anstyle-parse v1.0.0
3632026-06-21T00:09:34.455Z Downloaded synstructure v0.13.2
3642026-06-21T00:09:34.455Z Downloaded serde_tokenstream v0.2.3
3652026-06-21T00:09:34.458Z Downloaded autocfg v1.5.0
3662026-06-21T00:09:34.461Z Downloaded zerocopy-derive v0.7.35
3672026-06-21T00:09:34.464Z Downloaded dof v0.3.0
3682026-06-21T00:09:34.464Z Downloaded unicode-ident v1.0.24
3692026-06-21T00:09:34.471Z Downloaded fs-err v3.3.0
3702026-06-21T00:09:34.473Z Downloaded sha2 v0.10.9
3712026-06-21T00:09:34.476Z Downloaded toml_edit v0.22.27
3722026-06-21T00:09:34.479Z Downloaded textwrap v0.16.2
3732026-06-21T00:09:34.479Z Downloaded displaydoc v0.2.5
3742026-06-21T00:09:34.482Z Downloaded serde-untagged v0.1.9
3752026-06-21T00:09:34.482Z Downloaded bitflags v2.11.0
3762026-06-21T00:09:34.485Z Downloaded url v2.5.8
3772026-06-21T00:09:34.488Z Downloaded memchr v2.8.0
3782026-06-21T00:09:34.491Z Downloaded zerotrie v0.2.3
3792026-06-21T00:09:34.492Z Downloaded semver v1.0.28
3802026-06-21T00:09:34.495Z Downloaded proc-macro-error v1.0.4
3812026-06-21T00:09:34.495Z Downloaded clap_derive v4.6.1
3822026-06-21T00:09:34.499Z Downloaded zerocopy v0.7.35
3832026-06-21T00:09:34.505Z Downloaded camino v1.2.2
3842026-06-21T00:09:34.508Z Downloaded once_cell v1.21.3
3852026-06-21T00:09:34.512Z Downloaded zerovec v0.11.5
3862026-06-21T00:09:34.515Z Downloaded byteorder v1.5.0
3872026-06-21T00:09:34.519Z Downloaded log v0.4.29
3882026-06-21T00:09:34.522Z Downloaded pest_generator v2.8.6
3892026-06-21T00:09:34.525Z Downloaded papergrid v0.11.0
3902026-06-21T00:09:34.528Z Downloaded serde_derive v1.0.228
3912026-06-21T00:09:34.528Z Downloaded winnow v0.7.14
3922026-06-21T00:09:34.533Z Downloaded unicode-width v0.2.0
3932026-06-21T00:09:34.536Z Downloaded tempfile v3.25.0
3942026-06-21T00:09:34.539Z Downloaded icu_properties v2.1.2
3952026-06-21T00:09:34.539Z Downloaded unicode-width v0.1.14
3962026-06-21T00:09:34.543Z Downloaded proc-macro2 v1.0.106
3972026-06-21T00:09:34.546Z Downloaded getrandom v0.4.1
3982026-06-21T00:09:34.546Z Downloaded icu_normalizer v2.1.1
3992026-06-21T00:09:34.550Z Downloaded pest_meta v2.8.6
4002026-06-21T00:09:34.553Z Downloaded litemap v0.8.1
4012026-06-21T00:09:34.553Z Downloaded num-traits v0.2.19
4022026-06-21T00:09:34.553Z Downloaded icu_locale_core v2.1.1
4032026-06-21T00:09:34.556Z Downloaded icu_normalizer_data v2.1.1
4042026-06-21T00:09:34.560Z Downloaded serde v1.0.228
4052026-06-21T00:09:34.578Z Downloaded indexmap v2.14.0
4062026-06-21T00:09:34.585Z Downloaded icu_collections v2.1.1
4072026-06-21T00:09:34.607Z Downloaded pest v2.8.6
4082026-06-21T00:09:34.615Z Downloaded serde_json v1.0.149
4092026-06-21T00:09:34.621Z Downloaded idna v1.1.0
4102026-06-21T00:09:34.625Z Downloaded icu_properties_data v2.1.2
4112026-06-21T00:09:34.630Z Downloaded hashbrown v0.17.0
4122026-06-21T00:09:34.655Z Downloaded goblin v0.8.2
4132026-06-21T00:09:34.659Z Downloaded clap_builder v4.6.0
4142026-06-21T00:09:34.669Z Downloaded tabled v0.15.0
4152026-06-21T00:09:34.677Z Downloaded syn v1.0.109
4162026-06-21T00:09:34.691Z Downloaded syn v2.0.117
4172026-06-21T00:09:34.701Z Downloaded rustix v1.1.3
4182026-06-21T00:09:34.738Z Downloaded libc v0.2.185
4192026-06-21T00:09:34.807Z Compiling proc-macro2 v1.0.106
4202026-06-21T00:09:34.808Z Compiling unicode-ident v1.0.24
4212026-06-21T00:09:34.808Z Compiling quote v1.0.45
4222026-06-21T00:09:34.808Z Compiling serde_core v1.0.228
4232026-06-21T00:09:34.808Z Compiling libc v0.2.185
4242026-06-21T00:09:34.811Z Compiling version_check v0.9.5
4252026-06-21T00:09:34.811Z Compiling memchr v2.8.0
4262026-06-21T00:09:34.811Z Compiling stable_deref_trait v1.2.1
4272026-06-21T00:09:35.130Z Compiling serde v1.0.228
4282026-06-21T00:09:35.147Z Compiling zmij v1.0.21
4292026-06-21T00:09:35.406Z Compiling thiserror v1.0.69
4302026-06-21T00:09:35.537Z Compiling ucd-trie v0.1.7
4312026-06-21T00:09:35.648Z Compiling autocfg v1.5.0
4322026-06-21T00:09:35.675Z Compiling itoa v1.0.17
4332026-06-21T00:09:35.776Z Compiling pest v2.8.6
4342026-06-21T00:09:35.804Z Compiling litemap v0.8.1
4352026-06-21T00:09:35.850Z Compiling writeable v0.6.2
4362026-06-21T00:09:35.920Z Compiling icu_normalizer_data v2.1.1
4372026-06-21T00:09:36.012Z Compiling icu_properties_data v2.1.2
4382026-06-21T00:09:36.100Z Compiling byteorder v1.5.0
4392026-06-21T00:09:36.189Z Compiling rustix v1.1.3
4402026-06-21T00:09:36.310Z Compiling syn v2.0.117
4412026-06-21T00:09:36.371Z Compiling errno v0.3.14
4422026-06-21T00:09:36.388Z Compiling bitflags v2.11.0
4432026-06-21T00:09:36.451Z Compiling serde_json v1.0.149
4442026-06-21T00:09:36.660Z Compiling num-traits v0.2.19
4452026-06-21T00:09:36.678Z Compiling equivalent v1.0.2
4462026-06-21T00:09:36.774Z Compiling hashbrown v0.17.0
4472026-06-21T00:09:36.843Z Compiling pest_meta v2.8.6
4482026-06-21T00:09:36.879Z Compiling smallvec v1.15.1
4492026-06-21T00:09:37.015Z Compiling typeid v1.0.3
4502026-06-21T00:09:37.296Z Compiling indexmap v2.14.0
4512026-06-21T00:09:37.323Z Compiling thread-id v4.2.2
4522026-06-21T00:09:37.343Z Compiling usdt-impl v0.5.0
4532026-06-21T00:09:37.343Z Compiling proc-macro-error-attr v1.0.4
4542026-06-21T00:09:37.407Z Compiling erased-serde v0.4.9
4552026-06-21T00:09:37.559Z Compiling syn v1.0.109
4562026-06-21T00:09:37.680Z Compiling toml_write v0.1.2
4572026-06-21T00:09:37.726Z Compiling winnow v0.7.14
4582026-06-21T00:09:38.024Z Compiling proc-macro-error v1.0.4
4592026-06-21T00:09:38.067Z Compiling camino v1.2.2
4602026-06-21T00:09:38.212Z Compiling getrandom v0.4.1
4612026-06-21T00:09:38.391Z Compiling log v0.4.29
4622026-06-21T00:09:38.518Z Compiling percent-encoding v2.3.2
4632026-06-21T00:09:38.567Z Compiling utf8parse v0.2.2
4642026-06-21T00:09:38.585Z Compiling utf8_iter v1.0.4
4652026-06-21T00:09:38.616Z Compiling thiserror v2.0.18
4662026-06-21T00:09:38.637Z Compiling plain v0.2.3
4672026-06-21T00:09:38.684Z Compiling anstyle-parse v1.0.0
4682026-06-21T00:09:38.720Z Compiling form_urlencoded v1.2.2
4692026-06-21T00:09:38.753Z Compiling ordered-float v2.10.1
4702026-06-21T00:09:39.020Z Compiling synstructure v0.13.2
4712026-06-21T00:09:39.039Z Compiling pest_generator v2.8.6
4722026-06-21T00:09:39.173Z Compiling terminal_size v0.4.3
4732026-06-21T00:09:39.294Z Compiling is_terminal_polyfill v1.70.2
4742026-06-21T00:09:39.317Z Compiling colorchoice v1.0.4
4752026-06-21T00:09:39.350Z Compiling cfg-if v1.0.4
4762026-06-21T00:09:39.398Z Compiling anstyle v1.0.14
4772026-06-21T00:09:39.448Z Compiling pretty-hex v0.4.1
4782026-06-21T00:09:39.465Z Compiling anstyle-query v1.1.5
4792026-06-21T00:09:39.574Z Compiling anstream v1.0.0
4802026-06-21T00:09:39.607Z Compiling serde-untagged v0.1.9
4812026-06-21T00:09:39.637Z Compiling semver v1.0.28
4822026-06-21T00:09:39.781Z Compiling fs-err v3.3.0
4832026-06-21T00:09:39.845Z Compiling fastrand v2.3.0
4842026-06-21T00:09:39.882Z Compiling unicode-width v0.1.14
4852026-06-21T00:09:39.956Z Compiling clap_lex v1.0.0
4862026-06-21T00:09:39.975Z Compiling heck v0.4.1
4872026-06-21T00:09:39.991Z Compiling strsim v0.11.1
4882026-06-21T00:09:40.152Z Compiling bytecount v0.6.9
4892026-06-21T00:09:40.188Z Compiling once_cell v1.21.3
4902026-06-21T00:09:40.205Z Compiling fnv v1.0.7
4912026-06-21T00:09:40.285Z Compiling heck v0.5.0
4922026-06-21T00:09:40.311Z Compiling anyhow v1.0.102
4932026-06-21T00:09:40.343Z Compiling unicode-xid v0.2.6
4942026-06-21T00:09:40.404Z Compiling tempfile v3.25.0
4952026-06-21T00:09:40.408Z Compiling papergrid v0.11.0
4962026-06-21T00:09:40.467Z Compiling clap_builder v4.6.0
4972026-06-21T00:09:40.632Z Compiling memmap v0.7.0
4982026-06-21T00:09:40.679Z Compiling serde_derive v1.0.228
4992026-06-21T00:09:40.795Z Compiling zerofrom-derive v0.1.6
5002026-06-21T00:09:40.812Z Compiling yoke-derive v0.8.1
5012026-06-21T00:09:40.830Z Compiling zerovec-derive v0.11.2
5022026-06-21T00:09:40.950Z Compiling displaydoc v0.2.5
5032026-06-21T00:09:41.686Z Compiling thiserror-impl v1.0.69
5042026-06-21T00:09:41.807Z Compiling zerocopy-derive v0.7.35
5052026-06-21T00:09:41.915Z Compiling pest_derive v2.8.6
5062026-06-21T00:09:41.947Z Compiling scroll_derive v0.12.1
5072026-06-21T00:09:42.171Z Compiling zerofrom v0.1.6
5082026-06-21T00:09:42.304Z Compiling yoke v0.8.1
5092026-06-21T00:09:42.336Z Compiling thiserror-impl v2.0.18
5102026-06-21T00:09:42.500Z Compiling zerovec v0.11.5
5112026-06-21T00:09:42.607Z Compiling zerotrie v0.2.3
5122026-06-21T00:09:42.677Z Compiling zerocopy v0.7.35
5132026-06-21T00:09:42.933Z Compiling scroll v0.12.0
5142026-06-21T00:09:43.082Z Compiling tinystr v0.8.2
5152026-06-21T00:09:43.115Z Compiling potential_utf v0.1.4
5162026-06-21T00:09:43.241Z Compiling dtrace-parser v0.2.0
5172026-06-21T00:09:43.255Z Compiling icu_collections v2.1.1
5182026-06-21T00:09:43.288Z Compiling icu_locale_core v2.1.1
5192026-06-21T00:09:43.302Z Compiling goblin v0.8.2
5202026-06-21T00:09:43.466Z Compiling tabled_derive v0.7.0
5212026-06-21T00:09:43.737Z Compiling clap_derive v4.6.1
5222026-06-21T00:09:43.896Z Compiling unicode-width v0.2.0
5232026-06-21T00:09:43.981Z Compiling icu_provider v2.1.1
5242026-06-21T00:09:44.177Z Compiling serde_spanned v0.6.9
5252026-06-21T00:09:44.186Z Compiling toml_datetime v0.6.11
5262026-06-21T00:09:44.186Z Compiling serde-value v0.7.0
5272026-06-21T00:09:44.254Z Compiling icu_properties v2.1.2
5282026-06-21T00:09:44.276Z Compiling icu_normalizer v2.1.1
5292026-06-21T00:09:44.345Z Compiling dof v0.3.0
5302026-06-21T00:09:44.386Z Compiling toml_edit v0.22.27
5312026-06-21T00:09:44.445Z Compiling serde_tokenstream v0.2.3
5322026-06-21T00:09:44.580Z Compiling cargo-platform v0.2.0
5332026-06-21T00:09:44.758Z Compiling smawk v0.3.2
5342026-06-21T00:09:44.817Z Compiling unicode-linebreak v0.1.5
5352026-06-21T00:09:44.868Z Compiling tabled v0.15.0
5362026-06-21T00:09:44.898Z Compiling macaddr v1.0.1
5372026-06-21T00:09:45.064Z Compiling textwrap v0.16.2
5382026-06-21T00:09:45.126Z Compiling idna_adapter v1.2.1
5392026-06-21T00:09:45.276Z Compiling idna v1.1.0
5402026-06-21T00:09:45.353Z Compiling usdt-attr-macro v0.5.0
5412026-06-21T00:09:45.495Z Compiling usdt-macro v0.5.0
5422026-06-21T00:09:45.686Z Compiling url v2.5.8
5432026-06-21T00:09:45.939Z Compiling toml v0.8.23
5442026-06-21T00:09:46.120Z Compiling clap v4.6.1
5452026-06-21T00:09:46.259Z Compiling camino-tempfile v1.4.1
5462026-06-21T00:09:46.443Z Compiling cargo-util-schemas v0.8.2
5472026-06-21T00:09:46.495Z Compiling usdt v0.5.0
5482026-06-21T00:09:46.511Z Compiling cargo_toml v0.21.0
5492026-06-21T00:09:46.560Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-06-21T00:09:46.593Z Compiling swrite v0.1.0
5512026-06-21T00:09:47.315Z Compiling cargo_metadata v0.21.0
5522026-06-21T00:09:48.294Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5532026-06-21T00:09:50.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.76s
5542026-06-21T00:09:50.597Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5552026-06-21T00:09:51.083Z Downloading crates ...
5562026-06-21T00:09:51.188Z Downloaded adler2 v2.0.1
5572026-06-21T00:09:51.195Z Downloaded anstream v0.6.21
5582026-06-21T00:09:51.239Z Downloaded ahash v0.8.12
5592026-06-21T00:09:51.239Z Downloaded crc8 v0.1.1
5602026-06-21T00:09:51.239Z Downloaded ciborium-ll v0.2.2
5612026-06-21T00:09:51.239Z Downloaded either v1.15.0
5622026-06-21T00:09:51.239Z Downloaded atomic-waker v1.1.2
5632026-06-21T00:09:51.239Z Downloaded buf-list v1.1.2
5642026-06-21T00:09:51.239Z Downloaded cassowary v0.3.0
5652026-06-21T00:09:51.239Z Downloaded crc-any v2.5.0
5662026-06-21T00:09:51.239Z Downloaded arrayref v0.3.9
5672026-06-21T00:09:51.239Z Downloaded corncobs v0.1.4
5682026-06-21T00:09:51.240Z Downloaded bb8 v0.8.6
5692026-06-21T00:09:51.240Z Downloaded array-init v0.0.4
5702026-06-21T00:09:51.240Z Downloaded defmt v0.3.100
5712026-06-21T00:09:51.240Z Downloaded crc32fast v1.5.0
5722026-06-21T00:09:51.240Z Downloaded float-ord v0.3.2
5732026-06-21T00:09:51.240Z Downloaded flagset v0.4.7
5742026-06-21T00:09:51.240Z Downloaded darling v0.23.0
5752026-06-21T00:09:51.240Z Downloaded ciborium v0.2.2
5762026-06-21T00:09:51.240Z Downloaded crucible-workspace-hack v0.1.0
5772026-06-21T00:09:51.240Z Downloaded bitfield-macros v0.19.4
5782026-06-21T00:09:51.240Z Downloaded bcrypt-pbkdf v0.10.0
5792026-06-21T00:09:51.240Z Downloaded csv-core v0.1.13
5802026-06-21T00:09:51.240Z Downloaded crunchy v0.2.4
5812026-06-21T00:09:51.240Z Downloaded cfg_aliases v0.1.1
5822026-06-21T00:09:51.240Z Downloaded convert_case v0.4.0
5832026-06-21T00:09:51.240Z Downloaded cipher v0.4.4
5842026-06-21T00:09:51.240Z Downloaded arrayvec v0.7.6
5852026-06-21T00:09:51.240Z Downloaded crossbeam-utils v0.8.21
5862026-06-21T00:09:51.249Z Downloaded crossbeam-deque v0.8.6
5872026-06-21T00:09:51.249Z Downloaded camino-tempfile-ext v0.3.3
5882026-06-21T00:09:51.249Z Downloaded crc-catalog v2.4.0
5892026-06-21T00:09:51.249Z Downloaded bit-vec v0.6.3
5902026-06-21T00:09:51.249Z Downloaded backoff v0.4.0
5912026-06-21T00:09:51.249Z Downloaded atomicwrites v0.4.4
5922026-06-21T00:09:51.249Z Downloaded async-stream-impl v0.3.6
5932026-06-21T00:09:51.249Z Downloaded async-bb8-diesel v0.2.1
5942026-06-21T00:09:51.249Z Downloaded anstyle-parse v0.2.7
5952026-06-21T00:09:51.258Z Downloaded ciborium-io v0.2.2
5962026-06-21T00:09:51.258Z Downloaded cfg_aliases v0.2.1
5972026-06-21T00:09:51.258Z Downloaded atty v0.2.14
5982026-06-21T00:09:51.258Z Downloaded crossterm v0.29.0
5992026-06-21T00:09:51.258Z Downloaded async-recursion v1.1.1
6002026-06-21T00:09:51.259Z Downloaded defmt-parser v1.0.0
6012026-06-21T00:09:51.267Z Downloaded critical-section v1.2.0
6022026-06-21T00:09:51.267Z Downloaded castaway v0.2.4
6032026-06-21T00:09:51.267Z Downloaded convert_case v0.10.0
6042026-06-21T00:09:51.267Z Downloaded bit-set v0.5.3
6052026-06-21T00:09:51.267Z Downloaded darling_macro v0.13.4
6062026-06-21T00:09:51.267Z Downloaded curve25519-dalek-derive v0.1.1
6072026-06-21T00:09:51.267Z Downloaded downcast-rs v2.0.2
6082026-06-21T00:09:51.267Z Downloaded darling_macro v0.23.0
6092026-06-21T00:09:51.275Z Downloaded cpufeatures v0.3.0
6102026-06-21T00:09:51.275Z Downloaded derive_builder_macro v0.20.2
6112026-06-21T00:09:51.275Z Downloaded crossbeam-channel v0.5.15
6122026-06-21T00:09:51.275Z Downloaded compression-core v0.4.31
6132026-06-21T00:09:51.275Z Downloaded argon2 v0.5.3
6142026-06-21T00:09:51.275Z Downloaded darling v0.13.4
6152026-06-21T00:09:51.282Z Downloaded derive_builder v0.20.2
6162026-06-21T00:09:51.282Z Downloaded debug-ignore v1.0.5
6172026-06-21T00:09:51.282Z Downloaded cargo-platform v0.3.2
6182026-06-21T00:09:51.283Z Downloaded block-padding v0.3.3
6192026-06-21T00:09:51.288Z Downloaded darling v0.20.11
6202026-06-21T00:09:51.288Z Downloaded darling_macro v0.20.11
6212026-06-21T00:09:51.288Z Downloaded crc v3.4.0
6222026-06-21T00:09:51.288Z Downloaded byte-wrapper v0.1.0
6232026-06-21T00:09:51.288Z Downloaded async-compression v0.4.41
6242026-06-21T00:09:51.292Z Downloaded cargo_metadata v0.23.1
6252026-06-21T00:09:51.292Z Downloaded blowfish v0.9.1
6262026-06-21T00:09:51.297Z Downloaded bit-vec v0.8.0
6272026-06-21T00:09:51.297Z Downloaded crypto-bigint v0.5.5
6282026-06-21T00:09:51.302Z Downloaded dof v0.4.0
6292026-06-21T00:09:51.302Z Downloaded aead v0.5.2
6302026-06-21T00:09:51.302Z Downloaded document-features v0.2.12
6312026-06-21T00:09:51.306Z Downloaded diesel_table_macro_syntax v0.3.0
6322026-06-21T00:09:51.306Z Downloaded difflib v0.4.0
6332026-06-21T00:09:51.306Z Downloaded darling_macro v0.21.3
6342026-06-21T00:09:51.306Z Downloaded gethostname v0.5.0
6352026-06-21T00:09:51.306Z Downloaded ghash v0.5.1
6362026-06-21T00:09:51.311Z Downloaded foreign-types v0.5.0
6372026-06-21T00:09:51.311Z Downloaded fxhash v0.2.1
6382026-06-21T00:09:51.311Z Downloaded bit-set v0.8.0
6392026-06-21T00:09:51.311Z Downloaded cobs v0.3.0
6402026-06-21T00:09:51.311Z Downloaded base16ct v0.2.0
6412026-06-21T00:09:51.318Z Downloaded ascii-canvas v3.0.0
6422026-06-21T00:09:51.318Z Downloaded futures-task v0.3.32
6432026-06-21T00:09:51.318Z Downloaded foreign-types-shared v0.1.1
6442026-06-21T00:09:51.318Z Downloaded dunce v1.0.5
6452026-06-21T00:09:51.318Z Downloaded cstr-argument v0.1.2
6462026-06-21T00:09:51.318Z Downloaded chacha20poly1305 v0.10.1
6472026-06-21T00:09:51.323Z Downloaded bytes v1.11.1
6482026-06-21T00:09:51.323Z Downloaded async-stream v0.3.6
6492026-06-21T00:09:51.323Z Downloaded assert_matches v1.5.0
6502026-06-21T00:09:51.323Z Downloaded dirs-sys-next v0.1.2
6512026-06-21T00:09:51.327Z Downloaded funty v2.0.0
6522026-06-21T00:09:51.327Z Downloaded foreign-types-macros v0.2.3
6532026-06-21T00:09:51.327Z Downloaded display-error-chain v0.2.2
6542026-06-21T00:09:51.330Z Downloaded dirs-next v2.0.0
6552026-06-21T00:09:51.333Z Downloaded foreign-types v0.3.2
6562026-06-21T00:09:51.333Z Downloaded bitfield v0.19.4
6572026-06-21T00:09:51.338Z Downloaded endian-type v0.1.2
6582026-06-21T00:09:51.338Z Downloaded dropshot-api-manager-types v0.7.2
6592026-06-21T00:09:51.338Z Downloaded fd-lock v4.0.4
6602026-06-21T00:09:51.341Z Downloaded const_format_proc_macros v0.2.34
6612026-06-21T00:09:51.341Z Downloaded futures-io v0.3.32
6622026-06-21T00:09:51.344Z Downloaded futures-macro v0.3.32
6632026-06-21T00:09:51.344Z Downloaded float-cmp v0.10.0
6642026-06-21T00:09:51.347Z Downloaded embedded-io v0.6.1
6652026-06-21T00:09:51.347Z Downloaded env_filter v1.0.0
6662026-06-21T00:09:51.347Z Downloaded bzip2 v0.4.4
6672026-06-21T00:09:51.347Z Downloaded embedded-io v0.4.0
6682026-06-21T00:09:51.352Z Downloaded arc-swap v1.8.2
6692026-06-21T00:09:51.356Z Downloaded hash32 v0.2.1
6702026-06-21T00:09:51.356Z Downloaded fixedbitset v0.4.2
6712026-06-21T00:09:51.356Z Downloaded ff v0.13.1
6722026-06-21T00:09:51.356Z Downloaded defmt v1.0.1
6732026-06-21T00:09:51.360Z Downloaded hash32 v0.3.1
6742026-06-21T00:09:51.360Z Downloaded foreign-types-shared v0.3.1
6752026-06-21T00:09:51.360Z Downloaded git-stub v1.0.0
6762026-06-21T00:09:51.361Z Downloaded http-range v0.1.5
6772026-06-21T00:09:51.363Z Downloaded enum-as-inner v0.6.1
6782026-06-21T00:09:51.363Z Downloaded hostname v0.4.2
6792026-06-21T00:09:51.363Z Downloaded home v0.5.12
6802026-06-21T00:09:51.363Z Downloaded hex v0.4.3
6812026-06-21T00:09:51.366Z Downloaded headers-core v0.3.0
6822026-06-21T00:09:51.366Z Downloaded hostname v0.3.1
6832026-06-21T00:09:51.367Z Downloaded hubpack_derive v0.1.1
6842026-06-21T00:09:51.367Z Downloaded darling_core v0.20.11
6852026-06-21T00:09:51.369Z Downloaded hyper-tls v0.6.0
6862026-06-21T00:09:51.373Z Downloaded bitflags v1.3.2
6872026-06-21T00:09:51.373Z Downloaded dyn-clone v1.0.20
6882026-06-21T00:09:51.378Z Downloaded cmake v0.1.57
6892026-06-21T00:09:51.378Z Downloaded deranged v0.5.8
6902026-06-21T00:09:51.378Z Downloaded daft-derive v0.1.7
6912026-06-21T00:09:51.383Z Downloaded foldhash v0.2.0
6922026-06-21T00:09:51.383Z Downloaded ctr v0.9.2
6932026-06-21T00:09:51.383Z Downloaded bitfield-struct v0.6.2
6942026-06-21T00:09:51.383Z Downloaded data-encoding v2.10.0
6952026-06-21T00:09:51.387Z Downloaded constant_time_eq v0.4.2
6962026-06-21T00:09:51.388Z Downloaded find-msvc-tools v0.1.9
6972026-06-21T00:09:51.388Z Downloaded der_derive v0.7.3
6982026-06-21T00:09:51.388Z Downloaded cbc v0.1.2
6992026-06-21T00:09:51.393Z Downloaded chacha20 v0.9.1
7002026-06-21T00:09:51.393Z Downloaded hex-literal v0.4.1
7012026-06-21T00:09:51.393Z Downloaded glob v0.3.3
7022026-06-21T00:09:51.393Z Downloaded base64ct v1.8.3
7032026-06-21T00:09:51.397Z Downloaded futures-sink v0.3.32
7042026-06-21T00:09:51.397Z Downloaded erased-serde v0.3.31
7052026-06-21T00:09:51.397Z Downloaded derive_builder_core v0.20.2
7062026-06-21T00:09:51.397Z Downloaded cancel-safe-futures v0.1.5
7072026-06-21T00:09:51.400Z Downloaded fallible-iterator v0.2.0
7082026-06-21T00:09:51.400Z Downloaded fs_extra v1.3.0
7092026-06-21T00:09:51.400Z Downloaded filetime v0.2.27
7102026-06-21T00:09:51.409Z Downloaded ena v0.14.4
7112026-06-21T00:09:51.409Z Downloaded futures-core v0.3.32
7122026-06-21T00:09:51.409Z Downloaded foldhash v0.1.5
7132026-06-21T00:09:51.413Z Downloaded ed25519 v2.2.3
7142026-06-21T00:09:51.413Z Downloaded defmt-macros v1.0.1
7152026-06-21T00:09:51.413Z Downloaded cookie_store v0.22.1
7162026-06-21T00:09:51.414Z Downloaded ecdsa v0.16.9
7172026-06-21T00:09:51.414Z Downloaded dsl_auto_type v0.2.0
7182026-06-21T00:09:51.414Z Downloaded illumos-nvpair v0.3.0
7192026-06-21T00:09:51.414Z Downloaded fixedbitset v0.5.7
7202026-06-21T00:09:51.418Z Downloaded illumos-nvpair-sys v0.2.0
7212026-06-21T00:09:51.418Z Downloaded ident_case v1.0.1
7222026-06-21T00:09:51.418Z Downloaded hubpack v0.1.2
7232026-06-21T00:09:51.418Z Downloaded der v0.7.10
7242026-06-21T00:09:51.423Z Downloaded indent_write v2.2.0
7252026-06-21T00:09:51.423Z Downloaded group v0.13.0
7262026-06-21T00:09:51.423Z Downloaded globwalk v0.9.1
7272026-06-21T00:09:51.423Z Downloaded git-stub-vcs v0.1.0
7282026-06-21T00:09:51.423Z Downloaded futures-executor v0.3.32
7292026-06-21T00:09:51.427Z Downloaded inout v0.1.4
7302026-06-21T00:09:51.427Z Downloaded http-body v1.0.1
7312026-06-21T00:09:51.427Z Downloaded env_logger v0.11.9
7322026-06-21T00:09:51.427Z Downloaded fs-err v2.11.0
7332026-06-21T00:09:51.432Z Downloaded is_ci v1.2.0
7342026-06-21T00:09:51.432Z Downloaded is-terminal v0.4.17
7352026-06-21T00:09:51.432Z Downloaded instability v0.3.11
7362026-06-21T00:09:51.432Z Downloaded indoc v1.0.9
7372026-06-21T00:09:51.436Z Downloaded humantime v2.3.0
7382026-06-21T00:09:51.436Z Downloaded globset v0.4.18
7392026-06-21T00:09:51.436Z Downloaded colored v2.2.0
7402026-06-21T00:09:51.436Z Downloaded internet-checksum v0.2.1
7412026-06-21T00:09:51.441Z Downloaded compression-codecs v0.4.37
7422026-06-21T00:09:51.441Z Downloaded instant v0.1.13
7432026-06-21T00:09:51.441Z Downloaded const-oid v0.9.6
7442026-06-21T00:09:51.447Z Downloaded clang-sys v1.8.1
7452026-06-21T00:09:51.447Z Downloaded futures-channel v0.3.32
7462026-06-21T00:09:51.447Z Downloaded console v0.16.2
7472026-06-21T00:09:51.447Z Downloaded cexpr v0.6.0
7482026-06-21T00:09:51.452Z Downloaded bzip2 v0.6.1
7492026-06-21T00:09:51.452Z Downloaded keccak v0.1.6
7502026-06-21T00:09:51.452Z Downloaded darling v0.21.3
7512026-06-21T00:09:51.452Z Downloaded blake2 v0.10.6
7522026-06-21T00:09:51.455Z Downloaded backon v1.6.0
7532026-06-21T00:09:51.455Z Downloaded bcs v0.1.6
7542026-06-21T00:09:51.455Z Downloaded async-trait v0.1.89
7552026-06-21T00:09:51.459Z Downloaded lazy_static v1.5.0
7562026-06-21T00:09:51.459Z Downloaded lalrpop-util v0.19.12
7572026-06-21T00:09:51.463Z Downloaded kstat-rs v0.2.4
7582026-06-21T00:09:51.464Z Downloaded allocator-api2 v0.2.21
7592026-06-21T00:09:51.464Z Downloaded colored v3.1.1
7602026-06-21T00:09:51.464Z Downloaded half v1.8.3
7612026-06-21T00:09:51.469Z Downloaded diff v0.1.13
7622026-06-21T00:09:51.469Z Downloaded diesel-dtrace v0.5.0
7632026-06-21T00:09:51.469Z Downloaded httpdate v1.0.3
7642026-06-21T00:09:51.475Z Downloaded daft v0.1.7
7652026-06-21T00:09:51.475Z Downloaded chacha20 v0.10.0
7662026-06-21T00:09:51.476Z Downloaded http-body-util v0.1.3
7672026-06-21T00:09:51.476Z Downloaded des v0.8.1
7682026-06-21T00:09:51.476Z Downloaded dtrace-parser v0.3.0
7692026-06-21T00:09:51.480Z Downloaded derive-ex v0.1.8
7702026-06-21T00:09:51.480Z Downloaded console v0.15.11
7712026-06-21T00:09:51.480Z Downloaded managed v0.8.0
7722026-06-21T00:09:51.480Z Downloaded lzss v0.8.2
7732026-06-21T00:09:51.485Z Downloaded lru-slab v0.1.2
7742026-06-21T00:09:51.493Z Downloaded linked-hash-map v0.5.6
7752026-06-21T00:09:51.493Z Downloaded maplit v1.0.2
7762026-06-21T00:09:51.493Z Downloaded hyper-staticfile v0.10.1
7772026-06-21T00:09:51.494Z Downloaded maybe-uninit v2.0.0
7782026-06-21T00:09:51.498Z Downloaded ipnetwork v0.21.1
7792026-06-21T00:09:51.498Z Downloaded memoffset v0.9.1
7802026-06-21T00:09:51.498Z Downloaded match_cfg v0.1.0
7812026-06-21T00:09:51.498Z Downloaded lru-cache v0.1.2
7822026-06-21T00:09:51.498Z Downloaded lru v0.12.5
7832026-06-21T00:09:51.498Z Downloaded md5 v0.7.0
7842026-06-21T00:09:51.498Z Downloaded md-5 v0.10.6
7852026-06-21T00:09:51.502Z Downloaded new_debug_unreachable v1.0.6
7862026-06-21T00:09:51.502Z Downloaded indoc v2.0.7
7872026-06-21T00:09:51.506Z Downloaded ingot v0.1.1
7882026-06-21T00:09:51.511Z Downloaded cookie v0.18.1
7892026-06-21T00:09:51.511Z Downloaded hmac v0.12.1
7902026-06-21T00:09:51.514Z Downloaded jobserver v0.1.34
7912026-06-21T00:09:51.519Z Downloaded nonempty v0.12.0
7922026-06-21T00:09:51.523Z Downloaded multimap v0.10.1
7932026-06-21T00:09:51.523Z Downloaded num-iter v0.1.45
7942026-06-21T00:09:51.523Z Downloaded nibble_vec v0.1.0
7952026-06-21T00:09:51.523Z Downloaded normalize-line-endings v0.3.0
7962026-06-21T00:09:51.528Z Downloaded newline-converter v0.3.0
7972026-06-21T00:09:51.528Z Downloaded num v0.4.3
7982026-06-21T00:09:51.528Z Downloaded nodrop v0.1.14
7992026-06-21T00:09:51.528Z Downloaded newtype-uuid-macros v0.1.0
8002026-06-21T00:09:51.532Z Downloaded httparse v1.10.1
8012026-06-21T00:09:51.535Z Downloaded num-derive v0.4.2
8022026-06-21T00:09:51.535Z Downloaded olpc-cjson v0.1.4
8032026-06-21T00:09:51.535Z Downloaded num_threads v0.1.7
8042026-06-21T00:09:51.535Z Downloaded derive-where v1.6.0
8052026-06-21T00:09:51.539Z Downloaded opaque-debug v0.3.1
8062026-06-21T00:09:51.540Z Downloaded drift v0.2.0
8072026-06-21T00:09:51.543Z Downloaded linear-map v1.2.0
8082026-06-21T00:09:51.546Z Downloaded getrandom v0.3.4
8092026-06-21T00:09:51.547Z Downloaded dropshot_endpoint v0.17.0
8102026-06-21T00:09:51.549Z Downloaded derive_more v0.99.20
8112026-06-21T00:09:51.554Z Downloaded oso-derive v0.27.3
8122026-06-21T00:09:51.554Z Downloaded futures v0.3.32
8132026-06-21T00:09:51.556Z Downloaded fatfs v0.3.6
8142026-06-21T00:09:51.556Z Downloaded darling_core v0.13.4
8152026-06-21T00:09:51.559Z Downloaded num-conv v0.2.0
8162026-06-21T00:09:51.559Z Downloaded mime_guess v2.0.5
8172026-06-21T00:09:51.563Z Downloaded mime v0.3.17
8182026-06-21T00:09:51.563Z Downloaded ingot-types v0.1.2
8192026-06-21T00:09:51.563Z Downloaded iana-time-zone v0.1.65
8202026-06-21T00:09:51.568Z Downloaded openssl-probe v0.2.1
8212026-06-21T00:09:51.568Z Downloaded packed_struct_codegen v0.10.1
8222026-06-21T00:09:51.568Z Downloaded openssl-macros v0.1.1
8232026-06-21T00:09:51.574Z Downloaded libefi-sys v0.1.0
8242026-06-21T00:09:51.574Z Downloaded openssl-probe v0.1.6
8252026-06-21T00:09:51.574Z Downloaded libsw-core v0.3.2
8262026-06-21T00:09:51.574Z Downloaded ingot-macros v0.1.1
8272026-06-21T00:09:51.574Z Downloaded hyper-rustls v0.27.7
8282026-06-21T00:09:51.574Z Downloaded lock_api v0.4.14
8292026-06-21T00:09:51.574Z Downloaded path-slash v0.1.5
8302026-06-21T00:09:51.580Z Downloaded parse-display v0.10.0
8312026-06-21T00:09:51.580Z Downloaded impl-trait-for-tuples v0.2.3
8322026-06-21T00:09:51.580Z Downloaded highway v1.3.0
8332026-06-21T00:09:51.580Z Downloaded peg-runtime v0.8.5
8342026-06-21T00:09:51.585Z Downloaded crossbeam-epoch v0.9.18
8352026-06-21T00:09:51.585Z Downloaded nanorand v0.7.0
8362026-06-21T00:09:51.585Z Downloaded compact_str v0.8.1
8372026-06-21T00:09:51.585Z Downloaded num_enum_derive v0.5.11
8382026-06-21T00:09:51.585Z Downloaded num-derive v0.3.3
8392026-06-21T00:09:51.585Z Downloaded const_format v0.2.35
8402026-06-21T00:09:51.589Z Downloaded libscf-sys v1.1.0
8412026-06-21T00:09:51.596Z Downloaded native-tls v0.2.18
8422026-06-21T00:09:51.596Z Downloaded ipnet v2.11.0
8432026-06-21T00:09:51.600Z Downloaded pbkdf2 v0.12.2
8442026-06-21T00:09:51.600Z Downloaded multer v3.1.0
8452026-06-21T00:09:51.603Z Downloaded flume v0.11.1
8462026-06-21T00:09:51.603Z Downloaded newtype_derive v0.1.6
8472026-06-21T00:09:51.603Z Downloaded newtype-uuid v1.3.2
8482026-06-21T00:09:51.606Z Downloaded nu-ansi-term v0.50.3
8492026-06-21T00:09:51.609Z Downloaded pbkdf2 v0.11.0
8502026-06-21T00:09:51.612Z Downloaded pin-utils v0.1.0
8512026-06-21T00:09:51.612Z Downloaded num-integer v0.1.46
8522026-06-21T00:09:51.616Z Downloaded num_enum_derive v0.7.6
8532026-06-21T00:09:51.619Z Downloaded oxnet v0.1.6
8542026-06-21T00:09:51.622Z Downloaded owo-colors v4.3.0
8552026-06-21T00:09:51.622Z Downloaded num_enum v0.5.11
8562026-06-21T00:09:51.625Z Downloaded phf_shared v0.13.1
8572026-06-21T00:09:51.629Z Downloaded headers v0.4.1
8582026-06-21T00:09:51.632Z Downloaded half v2.7.1
8592026-06-21T00:09:51.632Z Downloaded getrandom v0.2.17
8602026-06-21T00:09:51.638Z Downloaded darling_core v0.23.0
8612026-06-21T00:09:51.639Z Downloaded memmap2 v0.9.10
8622026-06-21T00:09:51.647Z Downloaded libloading v0.8.9
8632026-06-21T00:09:51.647Z Downloaded num_enum v0.7.6
8642026-06-21T00:09:51.647Z Downloaded parse-size v1.1.0
8652026-06-21T00:09:51.653Z Downloaded darling_core v0.21.3
8662026-06-21T00:09:51.653Z Downloaded parse-display-derive v0.10.0
8672026-06-21T00:09:51.653Z Downloaded parking_lot_core v0.8.6
8682026-06-21T00:09:51.653Z Downloaded phf_shared v0.12.1
8692026-06-21T00:09:51.653Z Downloaded libsw v3.5.0
8702026-06-21T00:09:51.653Z Downloaded packed_struct v0.10.1
8712026-06-21T00:09:51.653Z Downloaded powerfmt v0.2.0
8722026-06-21T00:09:51.653Z Downloaded password-hash v0.4.2
8732026-06-21T00:09:51.658Z Downloaded oxide-tokio-rt v0.1.4
8742026-06-21T00:09:51.658Z Downloaded litrs v1.0.0
8752026-06-21T00:09:51.659Z Downloaded predicates-core v1.0.10
8762026-06-21T00:09:51.667Z Downloaded progenitor-client v0.14.0
8772026-06-21T00:09:51.671Z Downloaded proc-macro-crate v3.4.0
8782026-06-21T00:09:51.671Z Downloaded predicates-tree v1.0.13
8792026-06-21T00:09:51.671Z Downloaded ignore v0.4.25
8802026-06-21T00:09:51.675Z Downloaded peg v0.8.5
8812026-06-21T00:09:51.675Z Downloaded indexmap v1.9.3
8822026-06-21T00:09:51.679Z Downloaded proc-macro-crate v1.3.1
8832026-06-21T00:09:51.679Z Downloaded heapless v0.7.17
8842026-06-21T00:09:51.682Z Downloaded cc v1.2.56
8852026-06-21T00:09:51.682Z Downloaded base64 v0.22.1
8862026-06-21T00:09:51.687Z Downloaded progenitor-macro v0.14.0
8872026-06-21T00:09:51.687Z Downloaded libbz2-rs-sys v0.2.2
8882026-06-21T00:09:51.687Z Downloaded quick-error v1.2.3
8892026-06-21T00:09:51.692Z Downloaded pin-project-lite v0.2.17
8902026-06-21T00:09:51.692Z Downloaded pin-project-internal v1.1.11
8912026-06-21T00:09:51.698Z Downloaded phf_shared v0.11.3
8922026-06-21T00:09:51.698Z Downloaded pem-rfc7468 v0.7.0
8932026-06-21T00:09:51.698Z Downloaded pem v3.0.6
8942026-06-21T00:09:51.698Z Downloaded peg-macros v0.8.5
8952026-06-21T00:09:51.698Z Downloaded num-complex v0.4.6
8962026-06-21T00:09:51.704Z Downloaded base64 v0.21.7
8972026-06-21T00:09:51.704Z Downloaded ar_archive_writer v0.5.1
8982026-06-21T00:09:51.704Z Downloaded pkcs8 v0.10.2
8992026-06-21T00:09:51.708Z Downloaded omicron-zone-package v0.12.2
9002026-06-21T00:09:51.708Z Downloaded radium v0.7.0
9012026-06-21T00:09:51.708Z Downloaded precomputed-hash v0.1.1
9022026-06-21T00:09:51.708Z Downloaded pkg-config v0.3.32
9032026-06-21T00:09:51.708Z Downloaded crossterm v0.28.1
9042026-06-21T00:09:51.712Z Downloaded rand_xorshift v0.4.0
9052026-06-21T00:09:51.712Z Downloaded rand_chacha v0.3.1
9062026-06-21T00:09:51.712Z Downloaded ed25519-dalek v2.2.0
9072026-06-21T00:09:51.717Z Downloaded phf v0.13.1
9082026-06-21T00:09:51.720Z Downloaded flate2 v1.1.9
9092026-06-21T00:09:51.720Z Downloaded num-rational v0.4.2
9102026-06-21T00:09:51.720Z Downloaded elliptic-curve v0.13.8
9112026-06-21T00:09:51.723Z Downloaded parking_lot_core v0.9.12
9122026-06-21T00:09:51.727Z Downloaded polyval v0.6.2
9132026-06-21T00:09:51.727Z Downloaded parking_lot v0.11.2
9142026-06-21T00:09:51.727Z Downloaded parking_lot v0.12.5
9152026-06-21T00:09:51.733Z Downloaded recursive v0.1.1
9162026-06-21T00:09:51.733Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-06-21T00:09:51.733Z Downloaded indicatif v0.18.4
9182026-06-21T00:09:51.736Z Downloaded primeorder v0.13.6
9192026-06-21T00:09:51.736Z Downloaded postgres-protocol v0.6.10
9202026-06-21T00:09:51.736Z Downloaded proc-macro-error2 v2.0.1
9212026-06-21T00:09:51.741Z Downloaded ref-cast v1.0.25
9222026-06-21T00:09:51.741Z Downloaded heapless v0.8.0
9232026-06-21T00:09:51.744Z Downloaded ref-cast-impl v1.0.25
9242026-06-21T00:09:51.744Z Downloaded bumpalo v3.20.2
9252026-06-21T00:09:51.744Z Downloaded russh-cryptovec v0.7.3
9262026-06-21T00:09:51.746Z Downloaded rtoolbox v0.0.3
9272026-06-21T00:09:51.746Z Downloaded progenitor v0.13.0
9282026-06-21T00:09:51.746Z Downloaded paste v1.0.15
9292026-06-21T00:09:51.749Z Downloaded proc-macro-error-attr2 v2.0.0
9302026-06-21T00:09:51.749Z Downloaded predicates v3.1.4
9312026-06-21T00:09:51.753Z Downloaded password-hash v0.5.0
9322026-06-21T00:09:51.753Z Downloaded progenitor-extras v0.2.0
9332026-06-21T00:09:51.760Z Downloaded progenitor-macro v0.13.0
9342026-06-21T00:09:51.760Z Downloaded progenitor-client v0.13.0
9352026-06-21T00:09:51.765Z Downloaded psm v0.1.30
9362026-06-21T00:09:51.765Z Downloaded rfc6979 v0.4.0
9372026-06-21T00:09:51.769Z Downloaded phf v0.12.1
9382026-06-21T00:09:51.773Z Downloaded pkcs5 v0.7.1
9392026-06-21T00:09:51.773Z Downloaded hickory-resolver v0.24.4
9402026-06-21T00:09:51.776Z Downloaded psl-types v2.0.11
9412026-06-21T00:09:51.776Z Downloaded rustc-hash v2.1.1
9422026-06-21T00:09:51.776Z Downloaded rand_seeder v0.4.0
9432026-06-21T00:09:51.779Z Downloaded rustc_version v0.1.7
9442026-06-21T00:09:51.782Z Downloaded rand_chacha v0.9.0
9452026-06-21T00:09:51.783Z Downloaded r2d2 v0.8.10
9462026-06-21T00:09:51.786Z Downloaded pkcs1 v0.7.5
9472026-06-21T00:09:51.786Z Downloaded rand_core v0.6.4
9482026-06-21T00:09:51.789Z Downloaded diesel_derives v2.3.7
9492026-06-21T00:09:51.792Z Downloaded derive_more v2.1.1
9502026-06-21T00:09:51.797Z Downloaded postgres-types v0.2.12
9512026-06-21T00:09:51.800Z Downloaded expectorate v1.2.0
9522026-06-21T00:09:51.813Z Downloaded poly1305 v0.8.0
9532026-06-21T00:09:51.814Z Downloaded same-file v1.0.6
9542026-06-21T00:09:51.814Z Downloaded salsa20 v0.10.2
9552026-06-21T00:09:51.814Z Downloaded papergrid v0.17.0
9562026-06-21T00:09:51.814Z Downloaded postcard v1.1.3
9572026-06-21T00:09:51.817Z Downloaded rand_core v0.10.0
9582026-06-21T00:09:51.817Z Downloaded ppv-lite86 v0.2.21
9592026-06-21T00:09:51.825Z Downloaded progenitor v0.14.0
9602026-06-21T00:09:51.825Z Downloaded scrypt v0.11.0
9612026-06-21T00:09:51.827Z Downloaded serde_repr v0.1.20
9622026-06-21T00:09:51.827Z Downloaded semver v0.1.20
9632026-06-21T00:09:51.828Z Downloaded secrecy v0.8.0
9642026-06-21T00:09:51.830Z Downloaded scroll_derive v0.13.1
9652026-06-21T00:09:51.830Z Downloaded miniz_oxide v0.8.9
9662026-06-21T00:09:51.833Z Downloaded resolv-conf v0.7.6
9672026-06-21T00:09:51.833Z Downloaded serde_bytes v0.11.19
9682026-06-21T00:09:51.833Z Downloaded secrecy v0.10.3
9692026-06-21T00:09:51.836Z Downloaded scopeguard v1.2.0
9702026-06-21T00:09:51.836Z Downloaded rustc_version v0.4.1
9712026-06-21T00:09:51.836Z Downloaded jiff-static v0.2.21
9722026-06-21T00:09:51.839Z Downloaded hickory-resolver v0.25.2
9732026-06-21T00:09:51.843Z Downloaded aes v0.8.4
9742026-06-21T00:09:51.845Z Downloaded pin-project v1.1.11
9752026-06-21T00:09:51.852Z Downloaded rustls-native-certs v0.8.3
9762026-06-21T00:09:51.857Z Downloaded quinn-udp v0.5.14
9772026-06-21T00:09:51.857Z Downloaded rusty-fork v0.3.1
9782026-06-21T00:09:51.860Z Downloaded serde_spanned v1.0.4
9792026-06-21T00:09:51.860Z Downloaded signature v2.2.0
9802026-06-21T00:09:51.860Z Downloaded signal-hook-mio v0.2.5
9812026-06-21T00:09:51.860Z Downloaded sha1 v0.10.6
9822026-06-21T00:09:51.860Z Downloaded serde_urlencoded v0.7.1
9832026-06-21T00:09:51.863Z Downloaded signal-hook-tokio v0.3.1
9842026-06-21T00:09:51.863Z Downloaded hashbrown v0.13.2
9852026-06-21T00:09:51.867Z Downloaded derive_more-impl v2.1.1
9862026-06-21T00:09:51.870Z Downloaded p256 v0.13.2
9872026-06-21T00:09:51.874Z Downloaded rustversion v1.0.22
9882026-06-21T00:09:51.877Z Downloaded rustls-pemfile v1.0.4
9892026-06-21T00:09:51.880Z Downloaded shell-words v1.1.1
9902026-06-21T00:09:51.880Z Downloaded scheduled-thread-pool v0.2.7
9912026-06-21T00:09:51.880Z Downloaded sigpipe v0.1.3
9922026-06-21T00:09:51.880Z Downloaded prefix-trie v0.7.0
9932026-06-21T00:09:51.886Z Downloaded rand_core v0.9.5
9942026-06-21T00:09:51.889Z Downloaded siphasher v1.0.2
9952026-06-21T00:09:51.894Z Downloaded sct v0.7.1
9962026-06-21T00:09:51.897Z Downloaded sapling-renderdag v0.1.0
9972026-06-21T00:09:51.901Z Downloaded sec1 v0.7.3
9982026-06-21T00:09:51.904Z Downloaded slog-bunyan v2.5.0
9992026-06-21T00:09:51.904Z Downloaded serde-big-array v0.5.1
10002026-06-21T00:09:51.907Z Downloaded scroll v0.13.0
10012026-06-21T00:09:51.907Z Downloaded schemars_derive v0.8.22
10022026-06-21T00:09:51.910Z Downloaded slog-envlogger v2.2.0
10032026-06-21T00:09:51.910Z Downloaded serde-hex v0.1.0
10042026-06-21T00:09:51.910Z Downloaded seq-macro v0.3.6
10052026-06-21T00:09:51.913Z Downloaded progenitor-impl v0.14.0
10062026-06-21T00:09:51.913Z Downloaded minimal-lexical v0.2.1
10072026-06-21T00:09:51.916Z Downloaded russh-keys v0.45.0
10082026-06-21T00:09:51.919Z Downloaded hyper-util v0.1.20
10092026-06-21T00:09:51.922Z Downloaded http v1.4.0
10102026-06-21T00:09:51.926Z Downloaded serde_with_macros v1.5.2
10112026-06-21T00:09:51.926Z Downloaded serde_plain v1.0.2
10122026-06-21T00:09:51.929Z Downloaded serde_path_to_error v0.1.20
10132026-06-21T00:09:51.932Z Downloaded ssh-encoding v0.2.0
10142026-06-21T00:09:51.932Z Downloaded structmeta-derive v0.3.0
10152026-06-21T00:09:51.932Z Downloaded strsim v0.10.0
10162026-06-21T00:09:51.935Z Downloaded slab v0.4.12
10172026-06-21T00:09:51.935Z Downloaded oso v0.27.3
10182026-06-21T00:09:51.937Z Downloaded serde_derive_internals v0.29.1
10192026-06-21T00:09:51.942Z Downloaded simd-adler32 v0.3.8
10202026-06-21T00:09:51.945Z Downloaded signal-hook-registry v1.4.8
10212026-06-21T00:09:51.945Z Downloaded prettyplease v0.2.37
10222026-06-21T00:09:51.947Z Downloaded rustls-pemfile v2.2.0
10232026-06-21T00:09:51.951Z Downloaded strum v0.26.3
10242026-06-21T00:09:51.954Z Downloaded strum v0.27.2
10252026-06-21T00:09:51.954Z Downloaded strip-ansi-escapes v0.2.1
10262026-06-21T00:09:51.957Z Downloaded rustls-pki-types v1.14.0
10272026-06-21T00:09:51.957Z Downloaded ssh-cipher v0.2.0
10282026-06-21T00:09:51.960Z Downloaded sqlparser_derive v0.5.0
10292026-06-21T00:09:51.960Z Downloaded aes-gcm v0.10.3
10302026-06-21T00:09:51.963Z Downloaded structmeta v0.3.0
10312026-06-21T00:09:51.963Z Downloaded shlex v1.3.0
10322026-06-21T00:09:51.966Z Downloaded slog-stdlog v4.1.1
10332026-06-21T00:09:51.969Z Downloaded slog-scope v4.4.1
10342026-06-21T00:09:51.969Z Downloaded slog-async v2.8.0
10352026-06-21T00:09:51.974Z Downloaded snafu-derive v0.8.9
10362026-06-21T00:09:51.978Z Downloaded subtle v2.6.1
10372026-06-21T00:09:51.982Z Downloaded sync_wrapper v1.0.2
10382026-06-21T00:09:51.982Z Downloaded supports-color v3.0.2
10392026-06-21T00:09:51.982Z Downloaded tagptr v0.2.0
10402026-06-21T00:09:51.985Z Downloaded tabwriter v1.4.1
10412026-06-21T00:09:51.985Z Downloaded pretty_assertions v1.4.1
10422026-06-21T00:09:51.987Z Downloaded smf v0.2.3
10432026-06-21T00:09:51.990Z Downloaded smallvec v0.6.14
10442026-06-21T00:09:51.990Z Downloaded slog-dtrace v0.3.0
10452026-06-21T00:09:51.990Z Downloaded openssl-sys v0.9.115
10462026-06-21T00:09:51.994Z Downloaded slog-term v2.9.2
10472026-06-21T00:09:51.997Z Downloaded tabled_derive v0.11.0
10482026-06-21T00:09:51.997Z Downloaded take_mut v0.2.2
10492026-06-21T00:09:51.997Z Downloaded ron v0.8.1
10502026-06-21T00:09:52.001Z Downloaded hickory-server v0.25.2
10512026-06-21T00:09:52.004Z Downloaded tap v1.0.1
10522026-06-21T00:09:52.004Z Downloaded progenitor-impl v0.13.0
10532026-06-21T00:09:52.007Z Downloaded itertools v0.10.5
10542026-06-21T00:09:52.009Z Downloaded thread-id v5.1.0
10552026-06-21T00:09:52.009Z Downloaded mio v1.2.0
10562026-06-21T00:09:52.013Z Downloaded serde_cbor v0.11.2
10572026-06-21T00:09:52.016Z Downloaded hashbrown v0.16.1
10582026-06-21T00:09:52.019Z Downloaded rcgen v0.12.1
10592026-06-21T00:09:52.022Z Downloaded testing_table v0.3.0
10602026-06-21T00:09:52.022Z Downloaded termtree v0.5.1
10612026-06-21T00:09:52.022Z Downloaded thiserror-impl-no-std v2.0.2
10622026-06-21T00:09:52.025Z Downloaded sqlformat v0.3.5
10632026-06-21T00:09:52.025Z Downloaded hashbrown v0.15.5
10642026-06-21T00:09:52.027Z Downloaded tinyvec_macros v0.1.1
10652026-06-21T00:09:52.027Z Downloaded stringprep v0.1.5
10662026-06-21T00:09:52.030Z Downloaded spki v0.7.3
10672026-06-21T00:09:52.031Z Downloaded schemars v0.8.22
10682026-06-21T00:09:52.036Z Downloaded serde_with_macros v3.17.0
10692026-06-21T00:09:52.039Z Downloaded hashbrown v0.12.3
10702026-06-21T00:09:52.042Z Downloaded time-core v0.1.8
10712026-06-21T00:09:52.045Z Downloaded tokio-macros v2.7.0
10722026-06-21T00:09:52.045Z Downloaded ryu v1.0.23
10732026-06-21T00:09:52.048Z Downloaded static_assertions v1.1.0
10742026-06-21T00:09:52.051Z Downloaded slog-json v2.6.1
10752026-06-21T00:09:52.051Z Downloaded aho-corasick v1.1.4
10762026-06-21T00:09:52.054Z Downloaded strum_macros v0.26.4
10772026-06-21T00:09:52.057Z Downloaded strum_macros v0.24.3
10782026-06-21T00:09:52.057Z Downloaded rayon-core v1.13.0
10792026-06-21T00:09:52.060Z Downloaded sync-ptr v0.1.4
10802026-06-21T00:09:52.060Z Downloaded support-bundle-viewer v0.1.2
10812026-06-21T00:09:52.060Z Downloaded string_cache v0.8.9
10822026-06-21T00:09:52.063Z Downloaded stacker v0.1.23
10832026-06-21T00:09:52.067Z Downloaded publicsuffix v2.3.0
10842026-06-21T00:09:52.073Z Downloaded qorb v0.4.1
10852026-06-21T00:09:52.077Z Downloaded tower-service v0.3.3
10862026-06-21T00:09:52.080Z Downloaded topological-sort v0.2.2
10872026-06-21T00:09:52.080Z Downloaded spin v0.9.8
10882026-06-21T00:09:52.084Z Downloaded termios v0.3.3
10892026-06-21T00:09:52.091Z Downloaded quinn v0.11.9
10902026-06-21T00:09:52.095Z Downloaded rustls-platform-verifier v0.6.2
10912026-06-21T00:09:52.098Z Downloaded rand v0.8.6
10922026-06-21T00:09:52.100Z Downloaded try-lock v0.2.5
10932026-06-21T00:09:52.100Z Downloaded thread_local v1.1.9
10942026-06-21T00:09:52.103Z Downloaded typify-macro v0.6.2
10952026-06-21T00:09:52.103Z Downloaded trait-variant v0.1.2
10962026-06-21T00:09:52.115Z Downloaded num-bigint-dig v0.8.6
10972026-06-21T00:09:52.118Z Downloaded tiny-keccak v2.0.2
10982026-06-21T00:09:52.121Z Downloaded tokio-dtrace v0.1.1
10992026-06-21T00:09:52.121Z Downloaded time-macros v0.2.27
11002026-06-21T00:09:52.125Z Downloaded chrono v0.4.44
11012026-06-21T00:09:52.128Z Downloaded unarray v0.1.4
11022026-06-21T00:09:52.131Z Downloaded tokio-native-tls v0.3.1
11032026-06-21T00:09:52.131Z Downloaded similar v2.7.0
11042026-06-21T00:09:52.134Z Downloaded tokio-rustls v0.25.0
11052026-06-21T00:09:52.134Z Downloaded rsa v0.9.10
11062026-06-21T00:09:52.137Z Downloaded usdt v0.6.0
11072026-06-21T00:09:52.139Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11082026-06-21T00:09:52.139Z Downloaded universal-hash v0.5.1
11092026-06-21T00:09:52.139Z Downloaded unit-prefix v0.5.2
11102026-06-21T00:09:52.142Z Downloaded unicode-truncate v1.1.0
11112026-06-21T00:09:52.142Z Downloaded untrusted v0.9.0
11122026-06-21T00:09:52.142Z Downloaded untrusted v0.7.1
11132026-06-21T00:09:52.142Z Downloaded utf-8 v0.7.6
11142026-06-21T00:09:52.145Z Downloaded usdt-attr-macro v0.6.0
11152026-06-21T00:09:52.146Z Downloaded tokio-tungstenite v0.23.1
11162026-06-21T00:09:52.146Z Downloaded strum_macros v0.27.2
11172026-06-21T00:09:52.148Z Downloaded libxml v0.3.3
11182026-06-21T00:09:52.153Z Downloaded toml_writer v1.0.6+spec-1.1.0
11192026-06-21T00:09:52.153Z Downloaded schemars v0.9.0
11202026-06-21T00:09:52.158Z Downloaded signal-hook v0.3.18
11212026-06-21T00:09:52.161Z Downloaded socket2 v0.6.3
11222026-06-21T00:09:52.161Z Downloaded usdt-macro v0.6.0
11232026-06-21T00:09:52.164Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-06-21T00:09:52.164Z Downloaded rustls-webpki v0.103.9
11252026-06-21T00:09:52.164Z Downloaded tokio-tungstenite v0.21.0
11262026-06-21T00:09:52.167Z Downloaded waitgroup v0.1.2
11272026-06-21T00:09:52.167Z Downloaded void v1.0.2
11282026-06-21T00:09:52.167Z Downloaded tower-layer v0.3.3
11292026-06-21T00:09:52.167Z Downloaded thiserror-no-std v2.0.2
11302026-06-21T00:09:52.171Z Downloaded hyper v1.8.1
11312026-06-21T00:09:52.176Z Downloaded nom v7.1.3
11322026-06-21T00:09:52.183Z Downloaded samael v0.0.19
11332026-06-21T00:09:52.187Z Downloaded slog v2.8.2
11342026-06-21T00:09:52.187Z Downloaded term v1.2.1
11352026-06-21T00:09:52.187Z Downloaded tui-tree-widget v0.23.1
11362026-06-21T00:09:52.187Z Downloaded want v0.3.1
11372026-06-21T00:09:52.187Z Downloaded socket2 v0.5.10
11382026-06-21T00:09:52.190Z Downloaded itertools v0.13.0
11392026-06-21T00:09:52.192Z Downloaded rand v0.9.2
11402026-06-21T00:09:52.192Z Downloaded itertools v0.12.1
11412026-06-21T00:09:52.196Z Downloaded dropshot-api-manager v0.7.2
11422026-06-21T00:09:52.199Z Downloaded tls_codec v0.4.2
11432026-06-21T00:09:52.202Z Downloaded serde_yaml v0.9.34+deprecated
11442026-06-21T00:09:52.204Z Downloaded nom v8.0.0
11452026-06-21T00:09:52.207Z Downloaded itertools v0.14.0
11462026-06-21T00:09:52.210Z Downloaded tokio-rustls v0.24.1
11472026-06-21T00:09:52.213Z Downloaded tls_codec_derive v0.4.2
11482026-06-21T00:09:52.213Z Downloaded subprocess v0.2.15
11492026-06-21T00:09:52.216Z Downloaded iri-string v0.7.10
11502026-06-21T00:09:52.220Z Downloaded num-bigint v0.4.6
11512026-06-21T00:09:52.224Z Downloaded zeroize_derive v1.4.3
11522026-06-21T00:09:52.224Z Downloaded xshell-macros v0.2.7
11532026-06-21T00:09:52.224Z Downloaded vergen-git2 v9.1.0
11542026-06-21T00:09:52.225Z Downloaded xattr v1.6.1
11552026-06-21T00:09:52.227Z Downloaded usdt-impl v0.6.0
11562026-06-21T00:09:52.233Z Downloaded hkdf v0.12.4
11572026-06-21T00:09:52.236Z Downloaded schemars v1.2.1
11582026-06-21T00:09:52.242Z Downloaded zone_cfg_derive v0.3.1
11592026-06-21T00:09:52.244Z Downloaded zone v0.3.1
11602026-06-21T00:09:52.245Z Downloaded toml_parser v1.0.9+spec-1.1.0
11612026-06-21T00:09:52.245Z Downloaded uzers v0.12.2
11622026-06-21T00:09:52.247Z Downloaded test-strategy v0.4.5
11632026-06-21T00:09:52.250Z Downloaded snafu v0.8.9
11642026-06-21T00:09:52.253Z Downloaded russh v0.45.0
11652026-06-21T00:09:52.256Z Downloaded p521 v0.13.3
11662026-06-21T00:09:52.256Z Downloaded wait-timeout v0.2.1
11672026-06-21T00:09:52.260Z Downloaded vergen-lib v9.1.0
11682026-06-21T00:09:52.260Z Downloaded vergen-lib v0.1.6
11692026-06-21T00:09:52.260Z Downloaded h2 v0.4.13
11702026-06-21T00:09:52.263Z Downloaded vsss-rs v3.3.4
11712026-06-21T00:09:52.266Z Downloaded wyz v0.5.1
11722026-06-21T00:09:52.266Z Downloaded term v0.7.0
11732026-06-21T00:09:52.269Z Downloaded blake3 v1.8.3
11742026-06-21T00:09:52.272Z Downloaded whoami v1.6.1
11752026-06-21T00:09:52.274Z Downloaded walkdir v2.5.0
11762026-06-21T00:09:52.274Z Downloaded twox-hash v2.1.2
11772026-06-21T00:09:52.275Z Downloaded futures-util v0.3.32
11782026-06-21T00:09:52.282Z Downloaded tinyvec v1.10.0
11792026-06-21T00:09:52.284Z Downloaded whoami v2.1.0
11802026-06-21T00:09:52.287Z Downloaded tokio-stream v0.1.18
11812026-06-21T00:09:52.287Z Downloaded rand v0.10.0
11822026-06-21T00:09:52.290Z Downloaded tokio-rustls v0.26.4
11832026-06-21T00:09:52.293Z Downloaded tar v0.4.45
11842026-06-21T00:09:52.296Z Downloaded unicode-properties v0.1.4
11852026-06-21T00:09:52.296Z Downloaded unicase v2.9.0
11862026-06-21T00:09:52.299Z Downloaded xshell v0.2.7
11872026-06-21T00:09:52.299Z Downloaded vergen-gitcl v1.0.8
11882026-06-21T00:09:52.302Z Downloaded zeroize v1.8.2
11892026-06-21T00:09:52.304Z Downloaded vergen v9.1.0
11902026-06-21T00:09:52.307Z Downloaded iddqd v0.4.2
11912026-06-21T00:09:52.311Z Downloaded toml v1.0.6+spec-1.1.0
11922026-06-21T00:09:52.314Z Downloaded tungstenite v0.21.0
11932026-06-21T00:09:52.317Z Downloaded tracing-core v0.1.36
11942026-06-21T00:09:52.320Z Downloaded tracing-attributes v0.1.31
11952026-06-21T00:09:52.320Z Downloaded toml v0.7.8
11962026-06-21T00:09:52.337Z Downloaded zstd v0.13.3
11972026-06-21T00:09:52.343Z Downloaded unsafe-libyaml v0.2.11
11982026-06-21T00:09:52.346Z Downloaded zerocopy v0.6.6
11992026-06-21T00:09:52.352Z Downloaded tungstenite v0.23.0
12002026-06-21T00:09:52.356Z Downloaded rustyline v14.0.0
12012026-06-21T00:09:52.359Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-06-21T00:09:52.362Z Downloaded typify v0.6.2
12032026-06-21T00:09:52.365Z Downloaded unicode-bidi v0.3.18
12042026-06-21T00:09:52.368Z Downloaded yasna v0.5.2
12052026-06-21T00:09:52.368Z Downloaded steno v0.4.1
12062026-06-21T00:09:52.371Z Downloaded bitvec v1.0.1
12072026-06-21T00:09:52.379Z Downloaded uuid v1.23.0
12082026-06-21T00:09:52.386Z Downloaded tokio-postgres v0.7.16
12092026-06-21T00:09:52.395Z Downloaded vte v0.14.1
12102026-06-21T00:09:52.398Z Downloaded zstd-safe v7.2.4
12112026-06-21T00:09:52.408Z Downloaded ssh-key v0.6.7
12122026-06-21T00:09:52.411Z Downloaded p384 v0.13.1
12132026-06-21T00:09:52.415Z Downloaded libm v0.2.16
12142026-06-21T00:09:52.419Z Downloaded regex v1.12.3
12152026-06-21T00:09:52.422Z Downloaded zopfli v0.8.3
12162026-06-21T00:09:52.425Z Downloaded reedline v0.40.0
12172026-06-21T00:09:52.428Z Downloaded aws-lc-rs v1.16.3
12182026-06-21T00:09:52.433Z Downloaded toml_edit v0.19.15
12192026-06-21T00:09:52.441Z Downloaded unicode_categories v0.1.1
12202026-06-21T00:09:52.450Z Downloaded zip v0.6.6
12212026-06-21T00:09:52.463Z Downloaded git2 v0.20.4
12222026-06-21T00:09:52.478Z Downloaded yansi v1.0.1
12232026-06-21T00:09:52.494Z Downloaded goblin v0.10.5
12242026-06-21T00:09:52.499Z Downloaded rustls-webpki v0.101.7
12252026-06-21T00:09:52.505Z Downloaded typed-path v0.9.3
12262026-06-21T00:09:52.511Z Downloaded bindgen v0.71.1
12272026-06-21T00:09:52.514Z Downloaded x509-cert v0.2.5
12282026-06-21T00:09:52.514Z Downloaded quick-xml v0.37.5
12292026-06-21T00:09:52.517Z Downloaded lalrpop v0.19.12
12302026-06-21T00:09:52.523Z Downloaded serde_with v1.14.0
12312026-06-21T00:09:52.526Z Downloaded reqwest v0.13.2
12322026-06-21T00:09:52.529Z Downloaded reqwest v0.12.28
12332026-06-21T00:09:52.532Z Downloaded portable-atomic v1.13.1
12342026-06-21T00:09:52.537Z Downloaded moka v0.12.13
12352026-06-21T00:09:52.541Z Downloaded rpassword v7.4.0
12362026-06-21T00:09:52.544Z Downloaded tokio-util v0.7.18
12372026-06-21T00:09:52.547Z Downloaded rayon v1.11.0
12382026-06-21T00:09:52.552Z Downloaded petname v2.0.2
12392026-06-21T00:09:52.556Z Downloaded rustls-webpki v0.102.8
12402026-06-21T00:09:52.565Z Downloaded unicode-segmentation v1.12.0
12412026-06-21T00:09:52.568Z Downloaded tower v0.5.3
12422026-06-21T00:09:52.575Z Downloaded zerocopy-derive v0.8.40
12432026-06-21T00:09:52.579Z Downloaded object v0.30.4
12442026-06-21T00:09:52.610Z Downloaded winnow v0.6.26
12452026-06-21T00:09:52.620Z Downloaded tough v0.22.0
12462026-06-21T00:09:52.623Z Downloaded zip v4.6.1
12472026-06-21T00:09:52.626Z Downloaded bstr v1.12.1
12482026-06-21T00:09:52.631Z Downloaded tower-http v0.6.8
12492026-06-21T00:09:52.636Z Downloaded winnow v0.5.40
12502026-06-21T00:09:52.643Z Downloaded nix v0.27.1
12512026-06-21T00:09:52.648Z Downloaded serde_with v3.17.0
12522026-06-21T00:09:52.657Z Downloaded salty v0.3.0
12532026-06-21T00:09:52.661Z Downloaded proptest v1.10.0
12542026-06-21T00:09:52.666Z Downloaded curve25519-dalek v4.1.3
12552026-06-21T00:09:52.672Z Downloaded regex-syntax v0.6.29
12562026-06-21T00:09:52.678Z Downloaded unicode-normalization v0.1.25
12572026-06-21T00:09:52.691Z Downloaded smoltcp v0.9.1
12582026-06-21T00:09:52.699Z Downloaded radix_trie v0.2.1
12592026-06-21T00:09:52.703Z Downloaded vcpkg v0.2.15
12602026-06-21T00:09:52.725Z Downloaded hickory-proto v0.24.4
12612026-06-21T00:09:52.749Z Downloaded polar-core v0.27.3
12622026-06-21T00:09:52.752Z Downloaded openapiv3 v2.2.0
12632026-06-21T00:09:52.761Z Downloaded quinn-proto v0.11.13
12642026-06-21T00:09:52.764Z Downloaded regress v0.11.1
12652026-06-21T00:09:52.775Z Downloaded regex-syntax v0.8.10
12662026-06-21T00:09:52.779Z Downloaded regress v0.10.5
12672026-06-21T00:09:52.786Z Downloaded tabled v0.20.0
12682026-06-21T00:09:52.817Z Downloaded openssl v0.10.79
12692026-06-21T00:09:52.825Z Downloaded nix v0.28.0
12702026-06-21T00:09:52.825Z Downloaded time v0.3.47
12712026-06-21T00:09:52.829Z Downloaded rustls v0.21.12
12722026-06-21T00:09:52.837Z Downloaded dropshot v0.17.0
12732026-06-21T00:09:52.843Z Downloaded zlib-rs v0.6.2
12742026-06-21T00:09:52.848Z Downloaded nix v0.31.2
12752026-06-21T00:09:52.859Z Downloaded object v0.37.3
12762026-06-21T00:09:52.863Z Downloaded sqlparser v0.61.0
12772026-06-21T00:09:52.898Z Downloaded sled v0.34.7
12782026-06-21T00:09:52.910Z Downloaded webpki-roots v1.0.6
12792026-06-21T00:09:52.916Z Downloaded tracing v0.1.44
12802026-06-21T00:09:52.923Z Downloaded smoltcp v0.11.0
12812026-06-21T00:09:52.923Z Downloaded rustls v0.23.37
12822026-06-21T00:09:52.931Z Downloaded zerocopy v0.8.40
12832026-06-21T00:09:52.939Z Downloaded hickory-proto v0.25.2
12842026-06-21T00:09:52.952Z Downloaded zerocopy-derive v0.6.6
12852026-06-21T00:09:52.956Z Downloaded rustix v0.38.44
12862026-06-21T00:09:52.968Z Downloaded ratatui v0.29.0
12872026-06-21T00:09:52.979Z Downloaded chrono-tz v0.10.4
12882026-06-21T00:09:52.989Z Downloaded petgraph v0.6.5
12892026-06-21T00:09:52.999Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-06-21T00:09:53.006Z Downloaded rustls v0.22.4
12912026-06-21T00:09:53.013Z Downloaded diesel v2.3.7
12922026-06-21T00:09:53.026Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-06-21T00:09:53.038Z Downloaded petgraph v0.8.3
12942026-06-21T00:09:53.047Z Downloaded libz-sys v1.1.24
12952026-06-21T00:09:53.058Z Downloaded typify-impl v0.6.2
12962026-06-21T00:09:53.112Z Downloaded regex-automata v0.4.14
12972026-06-21T00:09:53.145Z Downloaded jiff v0.2.21
12982026-06-21T00:09:53.180Z Downloaded csv v1.4.0
12992026-06-21T00:09:53.222Z Downloaded sha3 v0.10.8
13002026-06-21T00:09:53.246Z Downloaded tokio v1.52.1
13012026-06-21T00:09:53.324Z Downloaded encoding_rs v0.8.35
13022026-06-21T00:09:53.377Z Downloaded ring v0.17.14
13032026-06-21T00:09:53.404Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-06-21T00:09:53.723Z Downloaded aws-lc-sys v0.40.0
13052026-06-21T00:09:53.989Z Compiling libc v0.2.185
13062026-06-21T00:09:53.989Z Compiling serde v1.0.228
13072026-06-21T00:09:54.012Z Compiling log v0.4.29
13082026-06-21T00:09:54.012Z Compiling find-msvc-tools v0.1.9
13092026-06-21T00:09:54.108Z Compiling shlex v1.3.0
13102026-06-21T00:09:54.129Z Compiling smallvec v1.15.1
13112026-06-21T00:09:54.129Z Compiling syn v2.0.117
13122026-06-21T00:09:54.129Z Compiling typenum v1.19.0
13132026-06-21T00:09:54.312Z Compiling generic-array v0.14.7
13142026-06-21T00:09:54.346Z Compiling subtle v2.6.1
13152026-06-21T00:09:54.379Z Compiling scopeguard v1.2.0
13162026-06-21T00:09:54.379Z Compiling const-oid v0.9.6
13172026-06-21T00:09:54.424Z Compiling serde_json v1.0.149
13182026-06-21T00:09:54.467Z Compiling lock_api v0.4.14
13192026-06-21T00:09:54.484Z Compiling zerocopy v0.8.40
13202026-06-21T00:09:54.578Z Compiling parking_lot_core v0.9.12
13212026-06-21T00:09:54.685Z Compiling pin-project-lite v0.2.17
13222026-06-21T00:09:54.795Z Compiling portable-atomic v1.13.1
13232026-06-21T00:09:54.838Z Compiling pkg-config v0.3.32
13242026-06-21T00:09:54.937Z Compiling bitflags v2.11.0
13252026-06-21T00:09:55.013Z Compiling getrandom v0.2.17
13262026-06-21T00:09:55.090Z Compiling jobserver v0.1.34
13272026-06-21T00:09:55.125Z Compiling errno v0.3.14
13282026-06-21T00:09:55.161Z Compiling rand_core v0.6.4
13292026-06-21T00:09:55.238Z Compiling signal-hook-registry v1.4.8
13302026-06-21T00:09:55.297Z Compiling cc v1.2.56
13312026-06-21T00:09:55.438Z Compiling critical-section v1.2.0
13322026-06-21T00:09:55.460Z Compiling futures-core v0.3.32
13332026-06-21T00:09:55.507Z Compiling libm v0.2.16
13342026-06-21T00:09:55.536Z Compiling parking_lot v0.12.5
13352026-06-21T00:09:55.552Z Compiling mio v1.2.0
13362026-06-21T00:09:55.599Z Compiling num-traits v0.2.19
13372026-06-21T00:09:55.765Z Compiling percent-encoding v2.3.2
13382026-06-21T00:09:55.781Z Compiling once_cell v1.21.3
13392026-06-21T00:09:55.912Z Compiling socket2 v0.6.3
13402026-06-21T00:09:55.974Z Compiling futures-sink v0.3.32
13412026-06-21T00:09:55.994Z Compiling getrandom v0.4.1
13422026-06-21T00:09:56.009Z Compiling futures-task v0.3.32
13432026-06-21T00:09:56.036Z Compiling futures-channel v0.3.32
13442026-06-21T00:09:56.052Z Compiling cpufeatures v0.2.17
13452026-06-21T00:09:56.141Z Compiling slab v0.4.12
13462026-06-21T00:09:56.179Z Compiling futures-io v0.3.32
13472026-06-21T00:09:56.255Z Compiling rand_core v0.10.0
13482026-06-21T00:09:56.299Z Compiling indexmap v2.14.0
13492026-06-21T00:09:56.310Z Compiling getrandom v0.3.4
13502026-06-21T00:09:56.338Z Compiling rustversion v1.0.22
13512026-06-21T00:09:56.356Z Compiling cmake v0.1.57
13522026-06-21T00:09:56.736Z Compiling form_urlencoded v1.2.2
13532026-06-21T00:09:56.750Z Compiling dunce v1.0.5
13542026-06-21T00:09:56.825Z Compiling fs_extra v1.3.0
13552026-06-21T00:09:56.903Z Compiling synstructure v0.13.2
13562026-06-21T00:09:56.920Z Compiling ident_case v1.0.1
13572026-06-21T00:09:56.952Z Compiling base64ct v1.8.3
13582026-06-21T00:09:57.052Z Compiling flagset v0.4.7
13592026-06-21T00:09:57.090Z Compiling aws-lc-sys v0.40.0
13602026-06-21T00:09:57.173Z Compiling regex-syntax v0.8.10
13612026-06-21T00:09:57.240Z Compiling pem-rfc7468 v0.7.0
13622026-06-21T00:09:57.251Z Compiling rustix v1.1.3
13632026-06-21T00:09:57.265Z Compiling iana-time-zone v0.1.65
13642026-06-21T00:09:57.404Z Compiling rand_core v0.9.5
13652026-06-21T00:09:57.467Z Compiling ring v0.17.14
13662026-06-21T00:09:57.498Z Compiling vcpkg v0.2.15
13672026-06-21T00:09:57.542Z Compiling aws-lc-rs v1.16.3
13682026-06-21T00:09:57.759Z Compiling uuid v1.23.0
13692026-06-21T00:09:57.897Z Compiling rustc_version v0.4.1
13702026-06-21T00:09:58.301Z Compiling tracing-core v0.1.36
13712026-06-21T00:09:58.311Z Compiling openssl-sys v0.9.115
13722026-06-21T00:09:58.491Z Compiling base64 v0.22.1
13732026-06-21T00:09:58.710Z Compiling serde_derive v1.0.228
13742026-06-21T00:09:58.793Z Compiling zeroize_derive v1.4.3
13752026-06-21T00:09:58.821Z Compiling zerofrom-derive v0.1.6
13762026-06-21T00:09:58.839Z Compiling yoke-derive v0.8.1
13772026-06-21T00:09:59.026Z Compiling zerovec-derive v0.11.2
13782026-06-21T00:09:59.444Z Compiling zeroize v1.8.2
13792026-06-21T00:09:59.643Z Compiling zerocopy-derive v0.8.40
13802026-06-21T00:10:00.033Z Compiling displaydoc v0.2.5
13812026-06-21T00:10:00.160Z Compiling crypto-common v0.1.7
13822026-06-21T00:10:00.203Z Compiling block-buffer v0.10.4
13832026-06-21T00:10:00.228Z Compiling zerofrom v0.1.6
13842026-06-21T00:10:00.301Z Compiling tokio-macros v2.7.0
13852026-06-21T00:10:00.355Z Compiling yoke v0.8.1
13862026-06-21T00:10:00.373Z Compiling digest v0.10.7
13872026-06-21T00:10:00.535Z Compiling zerovec v0.11.5
13882026-06-21T00:10:00.617Z Compiling futures-macro v0.3.32
13892026-06-21T00:10:00.774Z Compiling zerotrie v0.2.3
13902026-06-21T00:10:01.015Z Compiling tinystr v0.8.2
13912026-06-21T00:10:01.058Z Compiling potential_utf v0.1.4
13922026-06-21T00:10:01.063Z Compiling hmac v0.12.1
13932026-06-21T00:10:01.205Z Compiling icu_locale_core v2.1.1
13942026-06-21T00:10:01.208Z Compiling icu_collections v2.1.1
13952026-06-21T00:10:01.208Z Compiling block-padding v0.3.3
13962026-06-21T00:10:01.442Z Compiling inout v0.1.4
13972026-06-21T00:10:01.447Z Compiling futures-util v0.3.32
13982026-06-21T00:10:01.544Z Compiling cipher v0.4.4
13992026-06-21T00:10:01.690Z Compiling sha2 v0.10.9
14002026-06-21T00:10:01.862Z Compiling der_derive v0.7.3
14012026-06-21T00:10:02.106Z Compiling bytes v1.11.1
14022026-06-21T00:10:02.163Z Compiling icu_provider v2.1.1
14032026-06-21T00:10:02.176Z Compiling chrono v0.4.44
14042026-06-21T00:10:02.521Z Compiling icu_normalizer v2.1.1
14052026-06-21T00:10:02.744Z Compiling tokio v1.52.1
14062026-06-21T00:10:02.829Z Compiling icu_properties v2.1.2
14072026-06-21T00:10:03.043Z Compiling der v0.7.10
14082026-06-21T00:10:03.074Z Compiling http v1.4.0
14092026-06-21T00:10:03.638Z Compiling salsa20 v0.10.2
14102026-06-21T00:10:03.816Z Compiling idna_adapter v1.2.1
14112026-06-21T00:10:03.835Z Compiling pbkdf2 v0.12.2
14122026-06-21T00:10:03.884Z Compiling idna v1.1.0
14132026-06-21T00:10:03.908Z Compiling spki v0.7.3
14142026-06-21T00:10:03.935Z Compiling ppv-lite86 v0.2.21
14152026-06-21T00:10:03.991Z Compiling rustls-pki-types v1.14.0
14162026-06-21T00:10:04.108Z Compiling tracing-attributes v0.1.31
14172026-06-21T00:10:04.124Z Compiling thiserror-impl v2.0.18
14182026-06-21T00:10:04.268Z Compiling url v2.5.8
14192026-06-21T00:10:04.283Z Compiling rand_chacha v0.9.0
14202026-06-21T00:10:04.434Z Compiling scrypt v0.11.0
14212026-06-21T00:10:04.502Z Compiling http-body v1.0.1
14222026-06-21T00:10:04.651Z Compiling cbc v0.1.2
14232026-06-21T00:10:04.684Z Compiling aes v0.8.4
14242026-06-21T00:10:04.882Z Compiling tinyvec_macros v0.1.1
14252026-06-21T00:10:04.946Z Compiling untrusted v0.9.0
14262026-06-21T00:10:04.982Z Compiling httparse v1.10.1
14272026-06-21T00:10:05.085Z Compiling untrusted v0.7.1
14282026-06-21T00:10:05.099Z Compiling openssl-probe v0.2.1
14292026-06-21T00:10:05.163Z Compiling pkcs5 v0.7.1
14302026-06-21T00:10:05.345Z Compiling tinyvec v1.10.0
14312026-06-21T00:10:05.427Z Compiling tracing v0.1.44
14322026-06-21T00:10:05.436Z Compiling thiserror v2.0.18
14332026-06-21T00:10:05.548Z Compiling pest_generator v2.8.6
14342026-06-21T00:10:05.657Z Compiling rand v0.9.2
14352026-06-21T00:10:05.670Z Compiling serde_derive_internals v0.29.1
14362026-06-21T00:10:05.674Z Compiling aho-corasick v1.1.4
14372026-06-21T00:10:05.798Z Compiling rustls v0.23.37
14382026-06-21T00:10:05.919Z Compiling atomic-waker v1.1.2
14392026-06-21T00:10:06.191Z Compiling schemars v0.8.22
14402026-06-21T00:10:06.241Z Compiling try-lock v0.2.5
14412026-06-21T00:10:06.245Z Compiling dyn-clone v1.0.20
14422026-06-21T00:10:06.329Z Compiling tower-service v0.3.3
14432026-06-21T00:10:06.383Z Compiling tower-layer v0.3.3
14442026-06-21T00:10:06.417Z Compiling tokio-util v0.7.18
14452026-06-21T00:10:06.431Z Compiling want v0.3.1
14462026-06-21T00:10:06.599Z Compiling regex-automata v0.4.14
14472026-06-21T00:10:06.625Z Compiling schemars_derive v0.8.22
14482026-06-21T00:10:06.625Z Compiling pest_derive v2.8.6
14492026-06-21T00:10:07.007Z Compiling pkcs8 v0.10.2
14502026-06-21T00:10:07.291Z Compiling h2 v0.4.13
14512026-06-21T00:10:07.367Z Compiling ipnet v2.11.0
14522026-06-21T00:10:07.375Z Compiling scroll_derive v0.13.1
14532026-06-21T00:10:07.431Z Compiling darling_core v0.20.11
14542026-06-21T00:10:07.790Z Compiling openssl v0.10.79
14552026-06-21T00:10:07.824Z Compiling foreign-types-shared v0.1.1
14562026-06-21T00:10:07.930Z Compiling httpdate v1.0.3
14572026-06-21T00:10:08.025Z Compiling pin-utils v0.1.0
14582026-06-21T00:10:08.246Z Compiling foreign-types v0.3.2
14592026-06-21T00:10:08.289Z Compiling tempfile v3.25.0
14602026-06-21T00:10:08.289Z Compiling scroll v0.13.0
14612026-06-21T00:10:08.413Z Compiling unicode-normalization v0.1.25
14622026-06-21T00:10:08.540Z Compiling openssl-macros v0.1.1
14632026-06-21T00:10:08.895Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-06-21T00:10:08.938Z Compiling socket2 v0.5.10
14652026-06-21T00:10:08.938Z Compiling spin v0.9.8
14662026-06-21T00:10:09.126Z Compiling native-tls v0.2.18
14672026-06-21T00:10:09.501Z Compiling time-core v0.1.8
14682026-06-21T00:10:09.558Z Compiling num-conv v0.2.0
14692026-06-21T00:10:09.558Z Compiling crc32fast v1.5.0
14702026-06-21T00:10:09.559Z Compiling powerfmt v0.2.0
14712026-06-21T00:10:09.559Z Compiling time-macros v0.2.27
14722026-06-21T00:10:09.706Z Compiling deranged v0.5.8
14732026-06-21T00:10:09.764Z Compiling darling_macro v0.20.11
14742026-06-21T00:10:10.318Z Compiling darling v0.20.11
14752026-06-21T00:10:10.409Z Compiling hyper v1.8.1
14762026-06-21T00:10:10.474Z Compiling goblin v0.10.5
14772026-06-21T00:10:10.578Z Compiling rustls-native-certs v0.8.3
14782026-06-21T00:10:10.645Z Compiling sync_wrapper v1.0.2
14792026-06-21T00:10:11.169Z Compiling wait-timeout v0.2.1
14802026-06-21T00:10:11.214Z Compiling simd-adler32 v0.3.8
14812026-06-21T00:10:11.215Z Compiling quick-error v1.2.3
14822026-06-21T00:10:11.215Z Compiling unicode-segmentation v1.12.0
14832026-06-21T00:10:11.215Z Compiling num_threads v0.1.7
14842026-06-21T00:10:11.250Z Compiling siphasher v1.0.2
14852026-06-21T00:10:11.300Z Compiling bit-vec v0.8.0
14862026-06-21T00:10:11.405Z Compiling hyper-util v0.1.20
14872026-06-21T00:10:11.476Z Compiling syn v1.0.109
14882026-06-21T00:10:11.516Z Compiling crossbeam-utils v0.8.21
14892026-06-21T00:10:11.766Z Compiling usdt-impl v0.6.0
14902026-06-21T00:10:11.887Z Compiling bit-set v0.8.0
14912026-06-21T00:10:12.009Z Compiling time v0.3.47
14922026-06-21T00:10:12.064Z Compiling rusty-fork v0.3.1
14932026-06-21T00:10:12.161Z Compiling tower v0.5.3
14942026-06-21T00:10:12.410Z Compiling derive_builder_core v0.20.2
14952026-06-21T00:10:12.682Z Compiling dtrace-parser v0.3.0
14962026-06-21T00:10:12.863Z Compiling http-body-util v0.1.3
14972026-06-21T00:10:13.107Z Compiling webpki-roots v1.0.6
14982026-06-21T00:10:13.170Z Compiling signature v2.2.0
14992026-06-21T00:10:13.223Z Compiling dof v0.4.0
15002026-06-21T00:10:13.271Z Compiling thiserror-impl v1.0.69
15012026-06-21T00:10:13.336Z Compiling scroll_derive v0.12.1
15022026-06-21T00:10:13.432Z Compiling heapless v0.7.17
15032026-06-21T00:10:13.575Z Compiling rand_xorshift v0.4.0
15042026-06-21T00:10:13.671Z Compiling slog v2.8.2
15052026-06-21T00:10:13.741Z Compiling darling_core v0.21.3
15062026-06-21T00:10:13.895Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-06-21T00:10:13.995Z Compiling thread-id v5.1.0
15082026-06-21T00:10:14.080Z Compiling cookie v0.18.1
15092026-06-21T00:10:14.133Z Compiling anyhow v1.0.102
15102026-06-21T00:10:14.261Z Compiling unarray v0.1.4
15112026-06-21T00:10:14.377Z Compiling signal-hook v0.3.18
15122026-06-21T00:10:14.394Z Compiling paste v1.0.15
15132026-06-21T00:10:14.434Z Compiling unicode-properties v0.1.4
15142026-06-21T00:10:14.523Z Compiling zstd-safe v7.2.4
15152026-06-21T00:10:14.553Z Compiling unicode-bidi v0.3.18
15162026-06-21T00:10:14.652Z Compiling allocator-api2 v0.2.21
15172026-06-21T00:10:14.669Z Compiling ryu v1.0.23
15182026-06-21T00:10:14.727Z Compiling adler2 v2.0.1
15192026-06-21T00:10:14.749Z Compiling iri-string v0.7.10
15202026-06-21T00:10:14.835Z Compiling miniz_oxide v0.8.9
15212026-06-21T00:10:14.847Z Compiling serde_urlencoded v0.7.1
15222026-06-21T00:10:14.958Z Compiling stringprep v0.1.5
15232026-06-21T00:10:15.136Z Compiling thiserror v1.0.69
15242026-06-21T00:10:15.219Z Compiling proptest v1.10.0
15252026-06-21T00:10:15.517Z Compiling scroll v0.12.0
15262026-06-21T00:10:15.766Z Compiling derive_builder_macro v0.20.2
15272026-06-21T00:10:15.973Z Compiling tower-http v0.6.8
15282026-06-21T00:10:16.124Z Compiling tokio-native-tls v0.3.1
15292026-06-21T00:10:16.237Z Compiling darling_macro v0.21.3
15302026-06-21T00:10:16.246Z Compiling heck v0.4.1
15312026-06-21T00:10:16.312Z Compiling ipnetwork v0.21.1
15322026-06-21T00:10:16.369Z Compiling bstr v1.12.1
15332026-06-21T00:10:16.482Z Compiling rand_chacha v0.3.1
15342026-06-21T00:10:16.685Z Compiling serde_spanned v0.6.9
15352026-06-21T00:10:16.698Z Compiling toml_datetime v0.6.11
15362026-06-21T00:10:16.713Z Compiling erased-serde v0.3.31
15372026-06-21T00:10:16.832Z Compiling serde_tokenstream v0.2.3
15382026-06-21T00:10:16.990Z Compiling md-5 v0.10.6
15392026-06-21T00:10:17.098Z Compiling zerocopy-derive v0.7.35
15402026-06-21T00:10:17.135Z Compiling pin-project-internal v1.1.11
15412026-06-21T00:10:17.154Z Compiling async-trait v0.1.89
15422026-06-21T00:10:17.197Z Compiling curve25519-dalek v4.1.3
15432026-06-21T00:10:17.269Z Compiling vergen-lib v9.1.0
15442026-06-21T00:10:17.451Z Compiling num-integer v0.1.46
15452026-06-21T00:10:17.525Z Compiling hash32 v0.2.1
15462026-06-21T00:10:17.783Z Compiling ff v0.13.1
15472026-06-21T00:10:17.834Z Compiling memoffset v0.9.1
15482026-06-21T00:10:17.902Z Compiling encoding_rs v0.8.35
15492026-06-21T00:10:17.929Z Compiling num-bigint-dig v0.8.6
15502026-06-21T00:10:18.032Z Compiling rustix v0.38.44
15512026-06-21T00:10:18.125Z Compiling litrs v1.0.0
15522026-06-21T00:10:18.198Z Compiling fallible-iterator v0.2.0
15532026-06-21T00:10:18.257Z Compiling cfg_aliases v0.2.1
15542026-06-21T00:10:18.336Z Compiling base16ct v0.2.0
15552026-06-21T00:10:18.386Z Compiling psl-types v2.0.11
15562026-06-21T00:10:18.515Z Compiling smoltcp v0.9.1
15572026-06-21T00:10:18.516Z Compiling zlib-rs v0.6.2
15582026-06-21T00:10:18.520Z Compiling mime v0.3.17
15592026-06-21T00:10:18.649Z Compiling ref-cast v1.0.25
15602026-06-21T00:10:18.833Z Compiling document-features v0.2.12
15612026-06-21T00:10:18.920Z Compiling postgres-protocol v0.6.10
15622026-06-21T00:10:19.007Z Compiling publicsuffix v2.3.0
15632026-06-21T00:10:19.192Z Compiling sec1 v0.7.3
15642026-06-21T00:10:19.448Z Compiling nix v0.31.2
15652026-06-21T00:10:19.473Z Compiling pin-project v1.1.11
15662026-06-21T00:10:19.529Z Compiling zerocopy v0.7.35
15672026-06-21T00:10:19.566Z Compiling group v0.13.0
15682026-06-21T00:10:19.748Z Compiling num-iter v0.1.45
15692026-06-21T00:10:19.884Z Compiling newtype-uuid v1.3.2
15702026-06-21T00:10:20.050Z Compiling darling v0.21.3
15712026-06-21T00:10:20.074Z Compiling rand v0.8.6
15722026-06-21T00:10:20.112Z Compiling hubpack_derive v0.1.1
15732026-06-21T00:10:20.147Z Compiling oxnet v0.1.6
15742026-06-21T00:10:20.202Z Compiling snafu-derive v0.8.9
15752026-06-21T00:10:20.305Z Compiling hyper-tls v0.6.0
15762026-06-21T00:10:20.563Z Compiling derive_builder v0.20.2
15772026-06-21T00:10:20.663Z Compiling goblin v0.8.2
15782026-06-21T00:10:21.307Z Compiling phf_shared v0.13.1
15792026-06-21T00:10:21.453Z Compiling flate2 v1.1.9
15802026-06-21T00:10:21.481Z Compiling lazy_static v1.5.0
15812026-06-21T00:10:21.481Z Compiling regex v1.12.3
15822026-06-21T00:10:21.533Z Compiling anstyle-parse v0.2.7
15832026-06-21T00:10:21.753Z Compiling strum_macros v0.27.2
15842026-06-21T00:10:21.779Z Compiling futures-executor v0.3.32
15852026-06-21T00:10:21.854Z Compiling hex v0.4.3
15862026-06-21T00:10:21.906Z Compiling hkdf v0.12.4
15872026-06-21T00:10:22.006Z Compiling crypto-bigint v0.5.5
15882026-06-21T00:10:22.073Z Compiling terminal_size v0.4.3
15892026-06-21T00:10:22.102Z Compiling ref-cast-impl v1.0.25
15902026-06-21T00:10:22.118Z Compiling curve25519-dalek-derive v0.1.1
15912026-06-21T00:10:22.222Z Compiling daft-derive v0.1.7
15922026-06-21T00:10:22.638Z Compiling vergen v9.1.0
15932026-06-21T00:10:22.765Z Compiling fs-err v3.3.0
15942026-06-21T00:10:22.850Z Compiling cargo-platform v0.3.2
15952026-06-21T00:10:22.952Z Compiling ahash v0.8.12
15962026-06-21T00:10:22.984Z Compiling same-file v1.0.6
15972026-06-21T00:10:23.113Z Compiling foldhash v0.1.5
15982026-06-21T00:10:23.144Z Compiling managed v0.8.0
15992026-06-21T00:10:23.164Z Compiling winnow v0.5.40
16002026-06-21T00:10:23.287Z Compiling libbz2-rs-sys v0.2.2
16012026-06-21T00:10:23.448Z Compiling bitflags v1.3.2
16022026-06-21T00:10:23.477Z Compiling foldhash v0.2.0
16032026-06-21T00:10:23.685Z Compiling object v0.37.3
16042026-06-21T00:10:23.743Z Compiling bumpalo v3.20.2
16052026-06-21T00:10:23.953Z Compiling clap_builder v4.6.0
16062026-06-21T00:10:23.996Z Compiling zopfli v0.8.3
16072026-06-21T00:10:24.059Z Compiling strum v0.27.2
16082026-06-21T00:10:24.185Z Compiling bzip2 v0.6.1
16092026-06-21T00:10:24.201Z Compiling hashbrown v0.16.1
16102026-06-21T00:10:24.403Z Compiling hashbrown v0.15.5
16112026-06-21T00:10:24.615Z Compiling toml_edit v0.19.15
16122026-06-21T00:10:24.729Z Compiling walkdir v2.5.0
16132026-06-21T00:10:24.794Z Compiling cargo_metadata v0.23.1
16142026-06-21T00:10:24.943Z Compiling elliptic-curve v0.13.8
16152026-06-21T00:10:25.125Z Compiling daft v0.1.7
16162026-06-21T00:10:25.192Z Compiling dof v0.3.0
16172026-06-21T00:10:25.492Z Compiling snafu v0.8.9
16182026-06-21T00:10:25.803Z Compiling futures v0.3.32
16192026-06-21T00:10:25.851Z Compiling anstream v0.6.21
16202026-06-21T00:10:26.161Z Compiling phf v0.13.1
16212026-06-21T00:10:26.161Z Compiling signal-hook-mio v0.2.5
16222026-06-21T00:10:26.298Z Compiling cookie_store v0.22.1
16232026-06-21T00:10:26.321Z Compiling zstd v0.13.3
16242026-06-21T00:10:26.586Z Compiling bzip2 v0.4.4
16252026-06-21T00:10:26.625Z Compiling hubpack v0.1.2
16262026-06-21T00:10:26.829Z Compiling serde_with_macros v3.17.0
16272026-06-21T00:10:26.963Z Compiling postgres-types v0.2.12
16282026-06-21T00:10:26.987Z Compiling usdt-macro v0.6.0
16292026-06-21T00:10:27.356Z Compiling usdt-attr-macro v0.6.0
16302026-06-21T00:10:27.537Z Compiling globset v0.4.18
16312026-06-21T00:10:27.946Z Compiling dtrace-parser v0.2.0
16322026-06-21T00:10:28.124Z Compiling ed25519 v2.2.3
16332026-06-21T00:10:28.210Z Compiling phf_shared v0.11.3
16342026-06-21T00:10:28.211Z Compiling olpc-cjson v0.1.4
16352026-06-21T00:10:28.251Z Compiling pkcs1 v0.7.5
16362026-06-21T00:10:28.251Z Compiling strum_macros v0.26.4
16372026-06-21T00:10:28.346Z Compiling enum-as-inner v0.6.1
16382026-06-21T00:10:28.460Z Compiling clap_derive v4.6.1
16392026-06-21T00:10:28.533Z Compiling serde_plain v1.0.2
16402026-06-21T00:10:28.654Z Compiling serde-big-array v0.5.1
16412026-06-21T00:10:28.726Z Compiling rfc6979 v0.4.0
16422026-06-21T00:10:28.750Z Compiling pem v3.0.6
16432026-06-21T00:10:28.784Z Compiling async-recursion v1.1.1
16442026-06-21T00:10:28.858Z Compiling serde_repr v0.1.20
16452026-06-21T00:10:28.912Z Compiling float-cmp v0.10.0
16462026-06-21T00:10:29.064Z Compiling thread-id v4.2.2
16472026-06-21T00:10:29.102Z Compiling memmap2 v0.9.10
16482026-06-21T00:10:29.135Z Compiling env_filter v1.0.0
16492026-06-21T00:10:29.318Z Compiling whoami v2.1.0
16502026-06-21T00:10:29.372Z Compiling fixedbitset v0.4.2
16512026-06-21T00:10:29.467Z Compiling fixedbitset v0.5.7
16522026-06-21T00:10:29.549Z Compiling predicates-core v1.0.10
16532026-06-21T00:10:29.615Z Compiling data-encoding v2.10.0
16542026-06-21T00:10:29.680Z Compiling jiff v0.2.21
16552026-06-21T00:10:29.761Z Compiling typed-path v0.9.3
16562026-06-21T00:10:29.799Z Compiling normalize-line-endings v0.3.0
16572026-06-21T00:10:29.843Z Compiling static_assertions v1.1.0
16582026-06-21T00:10:29.941Z Compiling difflib v0.4.0
16592026-06-21T00:10:30.015Z Compiling precomputed-hash v0.1.1
16602026-06-21T00:10:30.130Z Compiling new_debug_unreachable v1.0.6
16612026-06-21T00:10:30.196Z Compiling either v1.15.0
16622026-06-21T00:10:30.242Z Compiling keccak v0.1.6
16632026-06-21T00:10:30.298Z Compiling string_cache v0.8.9
16642026-06-21T00:10:30.375Z Compiling sha3 v0.10.8
16652026-06-21T00:10:30.481Z Compiling itertools v0.13.0
16662026-06-21T00:10:30.502Z Compiling clap v4.6.1
16672026-06-21T00:10:30.570Z Compiling predicates v3.1.4
16682026-06-21T00:10:30.804Z Compiling toml_edit v0.22.27
16692026-06-21T00:10:30.869Z Compiling strum v0.26.3
16702026-06-21T00:10:31.331Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16712026-06-21T00:10:31.436Z Compiling hickory-proto v0.25.2
16722026-06-21T00:10:31.436Z Compiling petgraph v0.8.3
16732026-06-21T00:10:31.565Z Compiling petgraph v0.6.5
16742026-06-21T00:10:31.731Z Compiling tokio-postgres v0.7.16
16752026-06-21T00:10:33.054Z Compiling zip v4.6.1
16762026-06-21T00:10:33.239Z Compiling env_logger v0.11.9
16772026-06-21T00:10:33.529Z Compiling usdt v0.6.0
16782026-06-21T00:10:33.594Z Compiling usdt-impl v0.5.0
16792026-06-21T00:10:33.800Z Compiling ecdsa v0.16.9
16802026-06-21T00:10:33.831Z Compiling rsa v0.9.10
16812026-06-21T00:10:33.831Z Compiling ed25519-dalek v2.2.0
16822026-06-21T00:10:33.976Z Compiling serde_with v3.17.0
16832026-06-21T00:10:34.032Z Compiling crossterm v0.28.1
16842026-06-21T00:10:34.164Z Compiling zip v0.6.6
16852026-06-21T00:10:34.762Z Compiling toml v0.7.8
16862026-06-21T00:10:34.896Z Compiling iddqd v0.4.2
16872026-06-21T00:10:35.730Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-06-21T00:10:35.808Z Compiling similar v2.7.0
16892026-06-21T00:10:35.808Z Compiling crossbeam-epoch v0.9.18
16902026-06-21T00:10:35.837Z Compiling tokio-stream v0.1.18
16912026-06-21T00:10:36.064Z Compiling buf-list v1.1.2
16922026-06-21T00:10:36.180Z Compiling x509-cert v0.2.5
16932026-06-21T00:10:36.234Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-06-21T00:10:36.305Z Compiling openapiv3 v2.2.0
16952026-06-21T00:10:36.339Z Compiling sha1 v0.10.6
16962026-06-21T00:10:36.553Z Compiling lalrpop-util v0.19.12
16972026-06-21T00:10:36.578Z Compiling peg-runtime v0.8.5
16982026-06-21T00:10:36.627Z Compiling thread_local v1.1.9
16992026-06-21T00:10:36.758Z Compiling slog-async v2.8.0
17002026-06-21T00:10:36.839Z Compiling crossbeam-channel v0.5.15
17012026-06-21T00:10:36.839Z Compiling filetime v0.2.27
17022026-06-21T00:10:37.019Z Compiling is-terminal v0.4.17
17032026-06-21T00:10:37.031Z Compiling term v1.2.1
17042026-06-21T00:10:37.129Z Compiling xattr v1.6.1
17052026-06-21T00:10:37.150Z Compiling take_mut v0.2.2
17062026-06-21T00:10:37.275Z Compiling tar v0.4.45
17072026-06-21T00:10:37.381Z Compiling slog-term v2.9.2
17082026-06-21T00:10:46.718Z Compiling rustls-webpki v0.103.9
17092026-06-21T00:10:49.552Z Compiling tokio-rustls v0.26.4
17102026-06-21T00:10:49.552Z Compiling rustls-platform-verifier v0.6.2
17112026-06-21T00:10:49.753Z Compiling hyper-rustls v0.27.7
17122026-06-21T00:10:49.950Z Compiling reqwest v0.12.28
17132026-06-21T00:10:49.972Z Compiling reqwest v0.13.2
17142026-06-21T00:10:51.203Z Compiling tough v0.22.0
17152026-06-21T00:10:53.776Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-06-21T00:10:53.994Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-06-21T00:10:56.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17182026-06-21T00:10:57.012Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17192026-06-21T00:10:57.073ZJun 21 00:10:55.394 INFO Starting download, target: Cockroach
17202026-06-21T00:10:57.073ZJun 21 00:10:55.395 INFO Starting download, target: Clickhouse
17212026-06-21T00:10:57.074ZJun 21 00:10:55.395 INFO Starting download, target: Console
17222026-06-21T00:10:57.074ZJun 21 00:10:55.395 INFO Starting download, target: DendriteStub
17232026-06-21T00:10:57.074ZJun 21 00:10:55.395 INFO Starting download, target: MaghemiteMgd
17242026-06-21T00:10:57.083ZJun 21 00:10:55.395 INFO Starting download, target: MaghemiteDdmd
17252026-06-21T00:10:57.083ZJun 21 00:10:55.395 INFO Starting download, target: TransceiverControl
17262026-06-21T00:10:57.083ZJun 21 00:10:55.395 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-06-21T00:10:57.083ZJun 21 00:10:55.395 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-06-21T00:10:57.083ZJun 21 00:10:55.395 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-06-21T00:10:57.085ZJun 21 00:10:55.395 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17302026-06-21T00:10:57.085ZJun 21 00:10:55.395 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-06-21T00:10:57.085ZJun 21 00:10:55.395 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-06-21T00:10:57.085ZJun 21 00:10:55.395 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17332026-06-21T00:10:58.037ZJun 21 00:10:56.370 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17342026-06-21T00:10:58.276ZJun 21 00:10:56.604 INFO Download complete, target: Console
17352026-06-21T00:10:59.672ZJun 21 00:10:57.724 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-06-21T00:11:07.095ZJun 21 00:11:04.317 INFO Checking that binary works, target: Clickhouse
17372026-06-21T00:11:07.170ZJun 21 00:11:04.409 INFO Download complete, target: Clickhouse
17382026-06-21T00:11:20.240ZJun 21 00:11:18.439 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-06-21T00:11:20.400ZJun 21 00:11:18.637 INFO Download complete, target: TransceiverControl
17402026-06-21T00:11:26.615ZJun 21 00:11:24.937 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17412026-06-21T00:11:26.882ZJun 21 00:11:25.190 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-06-21T00:11:27.134ZJun 21 00:11:25.437 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-06-21T00:11:28.249ZJun 21 00:11:26.581 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-06-21T00:11:28.249ZJun 21 00:11:26.582 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-06-21T00:11:28.436ZJun 21 00:11:26.769 INFO Download complete, target: MaghemiteDdmd
17462026-06-21T00:11:29.327ZJun 21 00:11:27.659 INFO Download complete, target: DendriteStub
17472026-06-21T00:11:29.531ZJun 21 00:11:27.864 INFO Download complete, target: MaghemiteMgd
17482026-06-21T00:11:32.812ZJun 21 00:11:31.143 INFO Checking that binary works, target: Cockroach
17492026-06-21T00:11:32.932ZJun 21 00:11:31.264 INFO Download complete, target: Cockroach
17502026-06-21T00:11:32.950ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-21T00:11:32.968Z
17522026-06-21T00:11:32.968Zreal 2:32.746671122
17532026-06-21T00:11:32.968Zuser 6:53.653759393
17542026-06-21T00:11:32.968Zsys 1:22.960708389
17552026-06-21T00:11:32.968Ztrap 0.207075149
17562026-06-21T00:11:32.968Ztflt 0.698179659
17572026-06-21T00:11:32.968Zdflt 0.584639355
17582026-06-21T00:11:32.968Zkflt 0.024419332
17592026-06-21T00:11:32.968Zlock 28:25.803336865
17602026-06-21T00:11:32.968Zslp 22:01.342819577
17612026-06-21T00:11:32.968Zlat 43.327291312
17622026-06-21T00:11:32.968Zstop 1:59.550285247
17632026-06-21T00:11:32.968Z+ banner hack-check
17642026-06-21T00:11:32.968Z
17652026-06-21T00:11:32.968Z # # ## #### # # #### # # ###### #### # #
17662026-06-21T00:11:32.968Z # # # # # # # # # # # # # # # # #
17672026-06-21T00:11:32.968Z ###### # # # #### ##### # ###### ##### # ####
17682026-06-21T00:11:32.968Z # # ###### # # # # # # # # # #
17692026-06-21T00:11:32.968Z # # # # # # # # # # # # # # # # #
17702026-06-21T00:11:32.969Z # # # # #### # # #### # # ###### #### # #
17712026-06-21T00:11:32.969Z
17722026-06-21T00:11:32.969Z+ export CARGO_INCREMENTAL=0
17732026-06-21T00:11:32.969Z+ CARGO_INCREMENTAL=0
17742026-06-21T00:11:32.969Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-06-21T00:11:33.406Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-21T00:11:33.667Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-21T00:11:35.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
17782026-06-21T00:11:35.552Z Running `target/debug/xtask check-features --ci`
17792026-06-21T00:11:35.580Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-06-21T00:11:35.580Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-06-21T00:11:35.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17822026-06-21T00:11:36.012Z Running `target/debug/xtask download cargo-hack`
17832026-06-21T00:11:36.729Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-06-21T00:11:37.039Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-06-21T00:11:39.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
17862026-06-21T00:11:39.764Z Running `target/debug/xtask-downloader cargo-hack`
17872026-06-21T00:11:39.835ZJun 21 00:11:38.134 INFO Starting download, target: CargoHack
17882026-06-21T00:11:39.920ZJun 21 00:11:38.135 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-06-21T00:11:40.027ZJun 21 00:11:38.360 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-06-21T00:11:40.085ZJun 21 00:11:38.409 INFO Download complete, target: CargoHack
17912026-06-21T00:11:40.092Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17922026-06-21T00:11:40.095Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-06-21T00:11:40.261Zinfo: running `cargo check --bins` on api_identity (1/298)
17942026-06-21T00:11:40.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-06-21T00:11:40.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-06-21T00:11:40.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-06-21T00:11:40.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17982026-06-21T00:11:40.764Z
17992026-06-21T00:11:40.764Zinfo: running `cargo check --bins` on bootstore (2/298)
18002026-06-21T00:11:41.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-21T00:11:41.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-21T00:11:41.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-21T00:11:41.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18042026-06-21T00:11:41.289Z
18052026-06-21T00:11:41.289Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18062026-06-21T00:11:41.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-21T00:11:41.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-21T00:11:41.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-21T00:11:41.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-21T00:11:41.782Z
18112026-06-21T00:11:41.782Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18122026-06-21T00:11:42.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-21T00:11:42.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-21T00:11:42.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-21T00:11:42.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18162026-06-21T00:11:42.289Z
18172026-06-21T00:11:42.289Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18182026-06-21T00:11:42.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-21T00:11:42.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-21T00:11:42.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-21T00:11:42.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18222026-06-21T00:11:42.800Z
18232026-06-21T00:11:42.800Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18242026-06-21T00:11:43.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-21T00:11:43.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-21T00:11:43.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-21T00:11:43.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18282026-06-21T00:11:43.339Z
18292026-06-21T00:11:43.339Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18302026-06-21T00:11:43.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-21T00:11:43.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-21T00:11:43.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-21T00:11:43.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18342026-06-21T00:11:43.848Z
18352026-06-21T00:11:43.849Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18362026-06-21T00:11:44.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-21T00:11:44.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-21T00:11:44.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-21T00:11:44.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18402026-06-21T00:11:44.374Z
18412026-06-21T00:11:44.374Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18422026-06-21T00:11:44.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-21T00:11:44.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-21T00:11:44.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-21T00:11:44.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18462026-06-21T00:11:44.762Z
18472026-06-21T00:11:44.762Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18482026-06-21T00:11:45.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-21T00:11:45.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-21T00:11:45.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-21T00:11:45.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18522026-06-21T00:11:45.226Z
18532026-06-21T00:11:45.226Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18542026-06-21T00:11:45.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-21T00:11:45.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-21T00:11:45.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-21T00:11:45.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18582026-06-21T00:11:45.543Z
18592026-06-21T00:11:45.543Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18602026-06-21T00:11:45.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-21T00:11:45.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-21T00:11:45.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-21T00:11:45.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18642026-06-21T00:11:45.937Z
18652026-06-21T00:11:45.938Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18662026-06-21T00:11:46.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-21T00:11:46.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-21T00:11:46.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-21T00:11:46.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18702026-06-21T00:11:46.346Z
18712026-06-21T00:11:46.346Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18722026-06-21T00:11:46.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-21T00:11:46.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-21T00:11:46.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-21T00:11:46.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18762026-06-21T00:11:46.724Z
18772026-06-21T00:11:46.724Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18782026-06-21T00:11:47.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-21T00:11:47.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-21T00:11:47.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-21T00:11:47.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18822026-06-21T00:11:47.148Z
18832026-06-21T00:11:47.148Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18842026-06-21T00:11:47.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-21T00:11:47.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-21T00:11:47.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-21T00:11:47.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18882026-06-21T00:11:47.513Z
18892026-06-21T00:11:47.513Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18902026-06-21T00:11:47.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-21T00:11:47.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-21T00:11:47.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-21T00:11:47.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18942026-06-21T00:11:47.934Z
18952026-06-21T00:11:47.934Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
18962026-06-21T00:11:48.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-21T00:11:48.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-21T00:11:48.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-21T00:11:48.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19002026-06-21T00:11:48.307Z
19012026-06-21T00:11:48.307Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19022026-06-21T00:11:48.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-21T00:11:48.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-21T00:11:48.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-21T00:11:48.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19062026-06-21T00:11:48.695Z
19072026-06-21T00:11:48.695Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19082026-06-21T00:11:49.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-21T00:11:49.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-21T00:11:49.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-21T00:11:49.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19122026-06-21T00:11:49.177Z
19132026-06-21T00:11:49.177Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19142026-06-21T00:11:49.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-21T00:11:49.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-21T00:11:49.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-21T00:11:49.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-21T00:11:49.490Z
19192026-06-21T00:11:49.490Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19202026-06-21T00:11:49.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-21T00:11:49.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-21T00:11:49.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-21T00:11:49.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19242026-06-21T00:11:49.925Z
19252026-06-21T00:11:49.925Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19262026-06-21T00:11:50.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-21T00:11:50.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-21T00:11:50.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-21T00:11:50.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-21T00:11:50.287Z
19312026-06-21T00:11:50.287Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19322026-06-21T00:11:50.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-21T00:11:50.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-21T00:11:50.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-21T00:11:50.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19362026-06-21T00:11:50.678Z
19372026-06-21T00:11:50.679Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19382026-06-21T00:11:51.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-21T00:11:51.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-21T00:11:51.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-21T00:11:51.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19422026-06-21T00:11:51.867Z
19432026-06-21T00:11:51.867Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19442026-06-21T00:11:51.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-21T00:11:51.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-21T00:11:51.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-21T00:11:51.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19482026-06-21T00:11:51.878Z
19492026-06-21T00:11:51.879Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19502026-06-21T00:11:52.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-21T00:11:52.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-21T00:11:52.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-21T00:11:52.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19542026-06-21T00:11:52.054Z
19552026-06-21T00:11:52.054Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19562026-06-21T00:11:52.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-21T00:11:52.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-21T00:11:52.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-21T00:11:52.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19602026-06-21T00:11:52.349Z
19612026-06-21T00:11:52.349Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19622026-06-21T00:11:52.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-21T00:11:52.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-21T00:11:52.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-21T00:11:52.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19662026-06-21T00:11:52.964Z
19672026-06-21T00:11:52.964Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19682026-06-21T00:11:53.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-21T00:11:53.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-21T00:11:53.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-21T00:11:53.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19722026-06-21T00:11:53.115Z
19732026-06-21T00:11:53.115Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19742026-06-21T00:11:53.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-21T00:11:53.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-21T00:11:53.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-21T00:11:53.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19782026-06-21T00:11:53.491Z
19792026-06-21T00:11:53.491Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19802026-06-21T00:11:53.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-21T00:11:53.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-21T00:11:53.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-21T00:11:53.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19842026-06-21T00:11:53.844Z
19852026-06-21T00:11:53.844Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19862026-06-21T00:11:54.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-21T00:11:54.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-21T00:11:54.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-21T00:11:54.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19902026-06-21T00:11:54.240Z
19912026-06-21T00:11:54.240Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19922026-06-21T00:11:54.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-21T00:11:54.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-21T00:11:54.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-21T00:11:54.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19962026-06-21T00:11:54.631Z
19972026-06-21T00:11:54.631Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
19982026-06-21T00:11:54.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-21T00:11:54.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-21T00:11:54.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-21T00:11:54.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-21T00:11:55.021Z
20032026-06-21T00:11:55.021Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20042026-06-21T00:11:55.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-21T00:11:55.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-21T00:11:55.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-21T00:11:55.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20082026-06-21T00:11:55.453Z
20092026-06-21T00:11:55.453Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20102026-06-21T00:11:55.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-21T00:11:55.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-21T00:11:55.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-21T00:11:55.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20142026-06-21T00:11:55.820Z
20152026-06-21T00:11:55.820Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20162026-06-21T00:12:00.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-21T00:12:00.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-21T00:12:00.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-21T00:12:00.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20202026-06-21T00:12:00.866Z
20212026-06-21T00:12:00.866Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20222026-06-21T00:12:00.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-21T00:12:00.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-21T00:12:00.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-21T00:12:00.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-21T00:12:00.867Z
20272026-06-21T00:12:00.867Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20282026-06-21T00:12:00.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-21T00:12:00.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-21T00:12:00.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-21T00:12:00.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-21T00:12:00.867Z
20332026-06-21T00:12:00.867Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20342026-06-21T00:12:00.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-21T00:12:00.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-21T00:12:00.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-21T00:12:01.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20382026-06-21T00:12:01.180Z
20392026-06-21T00:12:01.180Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20402026-06-21T00:12:01.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-21T00:12:01.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-21T00:12:01.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-21T00:12:01.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-21T00:12:01.180Z
20452026-06-21T00:12:01.180Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20462026-06-21T00:12:01.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-21T00:12:01.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-21T00:12:01.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-21T00:12:01.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20502026-06-21T00:12:01.180Z
20512026-06-21T00:12:01.180Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20522026-06-21T00:12:01.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-21T00:12:01.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-21T00:12:01.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-21T00:12:01.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-21T00:12:01.181Z
20572026-06-21T00:12:01.181Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20582026-06-21T00:12:01.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-21T00:12:01.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-21T00:12:01.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-21T00:12:01.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20622026-06-21T00:12:01.181Z
20632026-06-21T00:12:01.181Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20642026-06-21T00:12:01.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-21T00:12:01.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-21T00:12:01.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-21T00:12:01.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20682026-06-21T00:12:01.182Z
20692026-06-21T00:12:01.183Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20702026-06-21T00:12:01.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-21T00:12:01.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-21T00:12:01.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-21T00:12:01.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-21T00:12:01.183Z
20752026-06-21T00:12:01.183Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20762026-06-21T00:12:01.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-21T00:12:01.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-21T00:12:01.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-21T00:12:01.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20802026-06-21T00:12:01.183Z
20812026-06-21T00:12:01.183Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20822026-06-21T00:12:01.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-21T00:12:01.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-21T00:12:01.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-21T00:12:01.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20862026-06-21T00:12:01.183Z
20872026-06-21T00:12:01.183Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20882026-06-21T00:12:01.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-21T00:12:01.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-21T00:12:01.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-21T00:12:01.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20922026-06-21T00:12:01.292Z
20932026-06-21T00:12:01.294Zinfo: running `cargo check --bins` on nexus-config (51/298)
20942026-06-21T00:12:01.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-21T00:12:01.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-21T00:12:01.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-21T00:12:01.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20982026-06-21T00:12:01.854Z
20992026-06-21T00:12:01.854Zinfo: running `cargo check --bins` on nexus-types (52/298)
21002026-06-21T00:12:02.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-21T00:12:02.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-21T00:12:02.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-21T00:12:02.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21042026-06-21T00:12:02.416Z
21052026-06-21T00:12:02.416Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21062026-06-21T00:12:02.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-21T00:12:02.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-21T00:12:02.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-21T00:12:02.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21102026-06-21T00:12:02.964Z
21112026-06-21T00:12:02.964Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21122026-06-21T00:12:03.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-21T00:12:03.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-21T00:12:03.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-21T00:12:03.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21162026-06-21T00:12:03.459Z
21172026-06-21T00:12:03.459Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21182026-06-21T00:12:03.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-21T00:12:04.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-21T00:12:04.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-21T00:12:04.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21222026-06-21T00:12:04.009Z
21232026-06-21T00:12:04.009Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21242026-06-21T00:12:04.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-21T00:12:04.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-21T00:12:04.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-21T00:12:04.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21282026-06-21T00:12:04.524Z
21292026-06-21T00:12:04.524Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21302026-06-21T00:12:04.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-21T00:12:04.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-21T00:12:04.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-21T00:12:04.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21342026-06-21T00:12:05.056Z
21352026-06-21T00:12:05.056Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21362026-06-21T00:12:05.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-21T00:12:05.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-21T00:12:05.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-21T00:12:05.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21402026-06-21T00:12:05.588Z
21412026-06-21T00:12:05.588Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21422026-06-21T00:12:06.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-21T00:12:06.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-21T00:12:06.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-21T00:12:06.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21462026-06-21T00:12:06.104Z
21472026-06-21T00:12:06.104Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21482026-06-21T00:12:06.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-21T00:12:06.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-21T00:12:06.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-21T00:12:06.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-21T00:12:06.620Z
21532026-06-21T00:12:06.620Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21542026-06-21T00:12:07.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-21T00:12:07.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-21T00:12:07.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-21T00:12:07.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-21T00:12:07.131Z
21592026-06-21T00:12:07.131Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21602026-06-21T00:12:07.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-21T00:12:07.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-21T00:12:07.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-21T00:12:07.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21642026-06-21T00:12:07.640Z
21652026-06-21T00:12:07.640Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21662026-06-21T00:12:08.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-21T00:12:08.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-21T00:12:08.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-21T00:12:08.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21702026-06-21T00:12:08.172Z
21712026-06-21T00:12:08.172Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21722026-06-21T00:12:08.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-21T00:12:08.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-21T00:12:08.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-21T00:12:08.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21762026-06-21T00:12:08.699Z
21772026-06-21T00:12:08.700Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21782026-06-21T00:12:09.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-21T00:12:09.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-21T00:12:09.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-21T00:12:09.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21822026-06-21T00:12:09.211Z
21832026-06-21T00:12:09.211Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21842026-06-21T00:12:09.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-21T00:12:09.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-21T00:12:09.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-21T00:12:09.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21882026-06-21T00:12:09.724Z
21892026-06-21T00:12:09.724Zinfo: running `cargo check --bins` on ereport-types (67/298)
21902026-06-21T00:12:10.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-21T00:12:10.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-21T00:12:10.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-21T00:12:10.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-21T00:12:10.295Z
21952026-06-21T00:12:10.295Zinfo: running `cargo check --bins` on gateway-client (68/298)
21962026-06-21T00:12:10.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-21T00:12:10.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-21T00:12:10.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-21T00:12:10.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22002026-06-21T00:12:10.776Z
22012026-06-21T00:12:10.776Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22022026-06-21T00:12:11.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-21T00:12:11.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-21T00:12:11.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-21T00:12:11.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22062026-06-21T00:12:11.288Z
22072026-06-21T00:12:11.288Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22082026-06-21T00:12:11.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-21T00:12:11.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-21T00:12:11.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-21T00:12:11.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22122026-06-21T00:12:11.807Z
22132026-06-21T00:12:11.807Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22142026-06-21T00:12:12.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-21T00:12:12.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-21T00:12:12.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-21T00:12:12.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22182026-06-21T00:12:12.328Z
22192026-06-21T00:12:12.328Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22202026-06-21T00:12:12.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-21T00:12:12.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-21T00:12:12.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-21T00:12:12.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22242026-06-21T00:12:12.851Z
22252026-06-21T00:12:12.851Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22262026-06-21T00:12:13.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-21T00:12:13.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-21T00:12:13.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-21T00:12:13.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22302026-06-21T00:12:13.398Z
22312026-06-21T00:12:13.398Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22322026-06-21T00:12:13.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-21T00:12:13.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-21T00:12:13.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-21T00:12:13.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22362026-06-21T00:12:13.942Z
22372026-06-21T00:12:13.942Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22382026-06-21T00:12:14.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-21T00:12:14.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-21T00:12:14.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-21T00:12:14.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22422026-06-21T00:12:14.454Z
22432026-06-21T00:12:14.454Zinfo: running `cargo check --bins` on oxlog (76/298)
22442026-06-21T00:12:14.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-21T00:12:14.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-21T00:12:15.009Z Checking cfg-if v1.0.4
22472026-06-21T00:12:15.013Z Checking libc v0.2.185
22482026-06-21T00:12:15.013Z Checking serde_core v1.0.228
22492026-06-21T00:12:15.120Z Checking zeroize v1.8.2
22502026-06-21T00:12:15.128Z Checking memchr v2.8.0
22512026-06-21T00:12:15.135Z Checking log v0.4.29
22522026-06-21T00:12:15.144Z Checking smallvec v1.15.1
22532026-06-21T00:12:15.154Z Checking typenum v1.19.0
22542026-06-21T00:12:15.168Z Checking subtle v2.6.1
22552026-06-21T00:12:15.263Z Checking itoa v1.0.17
22562026-06-21T00:12:15.294Z Checking scopeguard v1.2.0
22572026-06-21T00:12:15.315Z Checking stable_deref_trait v1.2.1
22582026-06-21T00:12:15.318Z Checking const-oid v0.9.6
22592026-06-21T00:12:15.388Z Checking lock_api v0.4.14
22602026-06-21T00:12:15.403Z Checking zerofrom v0.1.6
22612026-06-21T00:12:15.415Z Checking pin-project-lite v0.2.17
22622026-06-21T00:12:15.499Z Checking portable-atomic v1.13.1
22632026-06-21T00:12:15.512Z Checking yoke v0.8.1
22642026-06-21T00:12:15.521Z Checking getrandom v0.2.17
22652026-06-21T00:12:15.524Z Checking errno v0.3.14
22662026-06-21T00:12:15.585Z Checking parking_lot_core v0.9.12
22672026-06-21T00:12:15.649Z Checking signal-hook-registry v1.4.8
22682026-06-21T00:12:15.658Z Checking rand_core v0.6.4
22692026-06-21T00:12:15.669Z Checking zerovec v0.11.5
22702026-06-21T00:12:15.681Z Checking generic-array v0.14.7
22712026-06-21T00:12:15.770Z Checking futures-core v0.3.32
22722026-06-21T00:12:15.798Z Checking critical-section v1.2.0
22732026-06-21T00:12:15.831Z Checking parking_lot v0.12.5
22742026-06-21T00:12:15.888Z Checking mio v1.2.0
22752026-06-21T00:12:15.893Z Checking once_cell v1.21.3
22762026-06-21T00:12:15.893Z Checking zerocopy v0.8.40
22772026-06-21T00:12:16.004Z Checking zmij v1.0.21
22782026-06-21T00:12:16.016Z Checking socket2 v0.6.3
22792026-06-21T00:12:16.100Z Checking tinystr v0.8.2
22802026-06-21T00:12:16.111Z Checking libm v0.2.16
22812026-06-21T00:12:16.114Z Checking crypto-common v0.1.7
22822026-06-21T00:12:16.214Z Checking block-buffer v0.10.4
22832026-06-21T00:12:16.220Z Checking percent-encoding v2.3.2
22842026-06-21T00:12:16.228Z Checking equivalent v1.0.2
22852026-06-21T00:12:16.253Z Checking litemap v0.8.1
22862026-06-21T00:12:16.276Z Checking writeable v0.6.2
22872026-06-21T00:12:16.309Z Checking potential_utf v0.1.4
22882026-06-21T00:12:16.335Z Checking digest v0.10.7
22892026-06-21T00:12:16.348Z Checking zerotrie v0.2.3
22902026-06-21T00:12:16.423Z Checking futures-sink v0.3.32
22912026-06-21T00:12:16.437Z Checking icu_locale_core v2.1.1
22922026-06-21T00:12:16.448Z Checking icu_collections v2.1.1
22932026-06-21T00:12:16.522Z Checking futures-channel v0.3.32
22942026-06-21T00:12:16.535Z Checking futures-io v0.3.32
22952026-06-21T00:12:16.591Z Checking futures-task v0.3.32
22962026-06-21T00:12:16.598Z Checking serde v1.0.228
22972026-06-21T00:12:16.648Z Checking bitflags v2.11.0
22982026-06-21T00:12:16.713Z Checking serde_json v1.0.149
22992026-06-21T00:12:16.727Z Checking cpufeatures v0.2.17
23002026-06-21T00:12:16.747Z Checking slab v0.4.12
23012026-06-21T00:12:16.795Z Checking hmac v0.12.1
23022026-06-21T00:12:16.813Z Checking icu_properties_data v2.1.2
23032026-06-21T00:12:16.813Z Checking num-traits v0.2.19
23042026-06-21T00:12:16.902Z Checking futures-util v0.3.32
23052026-06-21T00:12:16.924Z Checking icu_normalizer_data v2.1.1
23062026-06-21T00:12:16.950Z Checking rand_core v0.10.0
23072026-06-21T00:12:16.987Z Checking icu_provider v2.1.1
23082026-06-21T00:12:17.001Z Checking hashbrown v0.17.0
23092026-06-21T00:12:17.011Z Checking bytes v1.11.1
23102026-06-21T00:12:17.091Z Checking getrandom v0.4.1
23112026-06-21T00:12:17.218Z Checking icu_properties v2.1.2
23122026-06-21T00:12:17.234Z Checking icu_normalizer v2.1.1
23132026-06-21T00:12:17.346Z Checking block-padding v0.3.3
23142026-06-21T00:12:17.378Z Checking utf8_iter v1.0.4
23152026-06-21T00:12:17.439Z Checking tokio v1.52.1
23162026-06-21T00:12:17.453Z Checking indexmap v2.14.0
23172026-06-21T00:12:17.475Z Checking inout v0.1.4
23182026-06-21T00:12:17.499Z Checking sha2 v0.10.9
23192026-06-21T00:12:17.538Z Checking form_urlencoded v1.2.2
23202026-06-21T00:12:17.611Z Checking cipher v0.4.4
23212026-06-21T00:12:17.667Z Checking getrandom v0.3.4
23222026-06-21T00:12:17.769Z Checking fnv v1.0.7
23232026-06-21T00:12:17.809Z Checking base64ct v1.8.3
23242026-06-21T00:12:17.822Z Checking byteorder v1.5.0
23252026-06-21T00:12:17.863Z Checking flagset v0.4.7
23262026-06-21T00:12:17.989Z Checking rand_core v0.9.5
23272026-06-21T00:12:18.012Z Checking http v1.4.0
23282026-06-21T00:12:18.024Z Checking regex-syntax v0.8.10
23292026-06-21T00:12:18.035Z Checking pem-rfc7468 v0.7.0
23302026-06-21T00:12:18.040Z Checking idna_adapter v1.2.1
23312026-06-21T00:12:18.161Z Checking idna v1.1.0
23322026-06-21T00:12:18.175Z Checking salsa20 v0.10.2
23332026-06-21T00:12:18.191Z Checking der v0.7.10
23342026-06-21T00:12:18.309Z Checking uuid v1.23.0
23352026-06-21T00:12:18.403Z Checking url v2.5.8
23362026-06-21T00:12:18.577Z Checking pbkdf2 v0.12.2
23372026-06-21T00:12:18.621Z Checking rustix v1.1.3
23382026-06-21T00:12:18.686Z Checking tracing-core v0.1.36
23392026-06-21T00:12:18.698Z Checking ppv-lite86 v0.2.21
23402026-06-21T00:12:18.811Z Checking rustls-pki-types v1.14.0
23412026-06-21T00:12:18.856Z Checking iana-time-zone v0.1.65
23422026-06-21T00:12:18.934Z Checking spki v0.7.3
23432026-06-21T00:12:18.960Z Checking base64 v0.22.1
23442026-06-21T00:12:18.982Z Checking tracing v0.1.44
23452026-06-21T00:12:18.985Z Checking rand_chacha v0.9.0
23462026-06-21T00:12:19.096Z Checking chrono v0.4.44
23472026-06-21T00:12:19.107Z Checking scrypt v0.11.0
23482026-06-21T00:12:19.180Z Checking http-body v1.0.1
23492026-06-21T00:12:19.199Z Checking aes v0.8.4
23502026-06-21T00:12:19.206Z Checking cbc v0.1.2
23512026-06-21T00:12:19.242Z Checking aws-lc-sys v0.40.0
23522026-06-21T00:12:19.315Z Checking openssl-probe v0.2.1
23532026-06-21T00:12:19.327Z Checking untrusted v0.7.1
23542026-06-21T00:12:19.331Z Checking untrusted v0.9.0
23552026-06-21T00:12:19.422Z Checking tinyvec_macros v0.1.1
23562026-06-21T00:12:19.441Z Checking rand v0.9.2
23572026-06-21T00:12:19.454Z Checking ring v0.17.14
23582026-06-21T00:12:19.467Z Checking try-lock v0.2.5
23592026-06-21T00:12:19.487Z Checking tinyvec v1.10.0
23602026-06-21T00:12:19.567Z Checking tower-layer v0.3.3
23612026-06-21T00:12:19.582Z Checking pkcs5 v0.7.1
23622026-06-21T00:12:19.713Z Checking tower-service v0.3.3
23632026-06-21T00:12:19.745Z Checking aws-lc-rs v1.16.3
23642026-06-21T00:12:19.796Z Checking atomic-waker v1.1.2
23652026-06-21T00:12:19.808Z Checking want v0.3.1
23662026-06-21T00:12:19.830Z Checking pkcs8 v0.10.2
23672026-06-21T00:12:19.897Z Checking ipnet v2.11.0
23682026-06-21T00:12:19.918Z Checking httparse v1.10.1
23692026-06-21T00:12:19.940Z Checking aho-corasick v1.1.4
23702026-06-21T00:12:19.965Z Checking foreign-types-shared v0.1.1
23712026-06-21T00:12:20.039Z Checking httpdate v1.0.3
23722026-06-21T00:12:20.051Z Checking pin-utils v0.1.0
23732026-06-21T00:12:20.124Z Checking dyn-clone v1.0.20
23742026-06-21T00:12:20.133Z Checking fastrand v2.3.0
23752026-06-21T00:12:20.169Z Checking utf8parse v0.2.2
23762026-06-21T00:12:20.185Z Checking plain v0.2.3
23772026-06-21T00:12:20.225Z Checking foreign-types v0.3.2
23782026-06-21T00:12:20.273Z Checking unicode-normalization v0.1.25
23792026-06-21T00:12:20.294Z Checking semver v1.0.28
23802026-06-21T00:12:20.306Z Checking openssl-sys v0.9.115
23812026-06-21T00:12:20.313Z Checking tempfile v3.25.0
23822026-06-21T00:12:20.545Z Checking spin v0.9.8
23832026-06-21T00:12:20.564Z Checking socket2 v0.5.10
23842026-06-21T00:12:20.564Z Checking ucd-trie v0.1.7
23852026-06-21T00:12:20.609Z Checking rustls-webpki v0.103.9
23862026-06-21T00:12:20.662Z Checking regex-automata v0.4.14
23872026-06-21T00:12:20.667Z Checking unicode-ident v1.0.24
23882026-06-21T00:12:20.670Z Checking anstyle v1.0.14
23892026-06-21T00:12:20.679Z Checking pest v2.8.6
23902026-06-21T00:12:20.693Z Checking openssl v0.10.79
23912026-06-21T00:12:20.712Z Checking tokio-util v0.7.18
23922026-06-21T00:12:20.753Z Checking proc-macro2 v1.0.106
23932026-06-21T00:12:20.757Z Checking schemars v0.8.22
23942026-06-21T00:12:20.845Z Checking rustls-native-certs v0.8.3
23952026-06-21T00:12:20.978Z Checking thiserror v2.0.18
23962026-06-21T00:12:21.038Z Checking rustls v0.23.37
23972026-06-21T00:12:21.065Z Checking sync_wrapper v1.0.2
23982026-06-21T00:12:21.077Z Checking wait-timeout v0.2.1
23992026-06-21T00:12:21.171Z Checking siphasher v1.0.2
24002026-06-21T00:12:21.197Z Checking anstyle-query v1.1.5
24012026-06-21T00:12:21.291Z Checking quick-error v1.2.3
24022026-06-21T00:12:21.315Z Checking h2 v0.4.13
24032026-06-21T00:12:21.329Z Checking bit-vec v0.8.0
24042026-06-21T00:12:21.393Z Checking pretty-hex v0.4.1
24052026-06-21T00:12:21.417Z Checking powerfmt v0.2.0
24062026-06-21T00:12:21.507Z Checking simd-adler32 v0.3.8
24072026-06-21T00:12:21.519Z Checking colorchoice v1.0.4
24082026-06-21T00:12:21.566Z Checking is_terminal_polyfill v1.70.2
24092026-06-21T00:12:21.616Z Checking deranged v0.5.8
24102026-06-21T00:12:21.660Z Checking bit-set v0.8.0
24112026-06-21T00:12:21.675Z Checking rusty-fork v0.3.1
24122026-06-21T00:12:21.734Z Checking tower v0.5.3
24132026-06-21T00:12:21.799Z Checking quote v1.0.45
24142026-06-21T00:12:21.843Z Compiling newtype-uuid v1.3.2
24152026-06-21T00:12:21.968Z Checking http-body-util v0.1.3
24162026-06-21T00:12:22.024Z Checking crossbeam-utils v0.8.21
24172026-06-21T00:12:22.128Z Checking webpki-roots v1.0.6
24182026-06-21T00:12:22.185Z Checking rand_xorshift v0.4.0
24192026-06-21T00:12:22.234Z Checking crc32fast v1.5.0
24202026-06-21T00:12:22.302Z Checking scroll v0.13.0
24212026-06-21T00:12:22.356Z Checking signature v2.2.0
24222026-06-21T00:12:22.377Z Checking ryu v1.0.23
24232026-06-21T00:12:22.448Z Checking time-core v0.1.8
24242026-06-21T00:12:22.487Z Checking unicode-bidi v0.3.18
24252026-06-21T00:12:22.512Z Checking iri-string v0.7.10
24262026-06-21T00:12:22.526Z Checking unicode-properties v0.1.4
24272026-06-21T00:12:22.540Z Checking num-conv v0.2.0
24282026-06-21T00:12:22.588Z Checking allocator-api2 v0.2.21
24292026-06-21T00:12:22.656Z Checking adler2 v2.0.1
24302026-06-21T00:12:22.709Z Checking native-tls v0.2.18
24312026-06-21T00:12:22.726Z Checking num_threads v0.1.7
24322026-06-21T00:12:22.764Z Checking unarray v0.1.4
24332026-06-21T00:12:22.783Z Checking stringprep v0.1.5
24342026-06-21T00:12:22.803Z Checking time v0.3.47
24352026-06-21T00:12:22.865Z Checking proptest v1.10.0
24362026-06-21T00:12:22.869Z Checking miniz_oxide v0.8.9
24372026-06-21T00:12:22.889Z Checking tokio-native-tls v0.3.1
24382026-06-21T00:12:23.019Z Checking goblin v0.10.5
24392026-06-21T00:12:23.049Z Checking serde_urlencoded v0.7.1
24402026-06-21T00:12:23.232Z Checking bstr v1.12.1
24412026-06-21T00:12:23.260Z Checking crossbeam-epoch v0.9.18
24422026-06-21T00:12:23.412Z Checking tokio-rustls v0.26.4
24432026-06-21T00:12:23.472Z Compiling daft v0.1.7
24442026-06-21T00:12:23.539Z Checking tower-http v0.6.8
24452026-06-21T00:12:23.626Z Checking syn v2.0.117
24462026-06-21T00:12:23.642Z Checking ipnetwork v0.21.1
24472026-06-21T00:12:23.744Z Checking anstyle-parse v1.0.0
24482026-06-21T00:12:23.818Z Checking rand_chacha v0.3.1
24492026-06-21T00:12:23.859Z Checking thiserror v1.0.69
24502026-06-21T00:12:23.904Z Checking scroll v0.12.0
24512026-06-21T00:12:23.924Z Checking hash32 v0.2.1
24522026-06-21T00:12:23.959Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-06-21T00:12:24.023Z Checking hyper v1.8.1
24542026-06-21T00:12:24.027Z Checking num-integer v0.1.46
24552026-06-21T00:12:24.065Z Checking serde_spanned v0.6.9
24562026-06-21T00:12:24.081Z Checking toml_datetime v0.6.11
24572026-06-21T00:12:24.142Z Checking md-5 v0.10.6
24582026-06-21T00:12:24.195Z Checking ff v0.13.1
24592026-06-21T00:12:24.254Z Checking encoding_rs v0.8.35
24602026-06-21T00:12:24.266Z Checking base16ct v0.2.0
24612026-06-21T00:12:24.274Z Checking psl-types v2.0.11
24622026-06-21T00:12:24.319Z Checking mime v0.3.17
24632026-06-21T00:12:24.391Z Checking fallible-iterator v0.2.0
24642026-06-21T00:12:24.396Z Checking zlib-rs v0.6.2
24652026-06-21T00:12:24.496Z Checking publicsuffix v2.3.0
24662026-06-21T00:12:24.664Z Checking postgres-protocol v0.6.10
24672026-06-21T00:12:24.673Z Checking sec1 v0.7.3
24682026-06-21T00:12:24.825Z Checking group v0.13.0
24692026-06-21T00:12:24.888Z Checking num-iter v0.1.45
24702026-06-21T00:12:24.948Z Checking hyper-util v0.1.20
24712026-06-21T00:12:24.978Z Checking goblin v0.8.2
24722026-06-21T00:12:24.994Z Checking heapless v0.7.17
24732026-06-21T00:12:25.009Z Checking zstd-safe v7.2.4
24742026-06-21T00:12:25.173Z Checking rand v0.8.6
24752026-06-21T00:12:25.226Z Checking cookie v0.18.1
24762026-06-21T00:12:25.309Z Checking dof v0.4.0
24772026-06-21T00:12:25.326Z Checking flate2 v1.1.9
24782026-06-21T00:12:25.415Z Checking anstream v1.0.0
24792026-06-21T00:12:25.452Z Checking oxnet v0.1.6
24802026-06-21T00:12:25.621Z Compiling iddqd v0.4.2
24812026-06-21T00:12:25.637Z Checking dtrace-parser v0.3.0
24822026-06-21T00:12:25.699Z Checking phf_shared v0.13.1
24832026-06-21T00:12:25.717Z Checking lazy_static v1.5.0
24842026-06-21T00:12:25.804Z Checking anstyle-parse v0.2.7
24852026-06-21T00:12:25.899Z Checking zerocopy v0.7.35
24862026-06-21T00:12:25.907Z Checking pin-project v1.1.11
24872026-06-21T00:12:25.941Z Checking terminal_size v0.4.3
24882026-06-21T00:12:25.959Z Checking bzip2-sys v0.1.13+1.0.8
24892026-06-21T00:12:25.970Z Checking signal-hook v0.3.18
24902026-06-21T00:12:25.995Z Checking futures-executor v0.3.32
24912026-06-21T00:12:26.034Z Checking hex v0.4.3
24922026-06-21T00:12:26.053Z Checking hkdf v0.12.4
24932026-06-21T00:12:26.136Z Checking crypto-bigint v0.5.5
24942026-06-21T00:12:26.167Z Checking thread-id v5.1.0
24952026-06-21T00:12:26.189Z Checking libbz2-rs-sys v0.2.2
24962026-06-21T00:12:26.222Z Checking hyper-rustls v0.27.7
24972026-06-21T00:12:26.242Z Checking hyper-tls v0.6.0
24982026-06-21T00:12:26.258Z Checking bitflags v1.3.2
24992026-06-21T00:12:26.330Z Checking managed v0.8.0
25002026-06-21T00:12:26.352Z Checking clap_lex v1.0.0
25012026-06-21T00:12:26.420Z Checking strsim v0.11.1
25022026-06-21T00:12:26.430Z Checking winnow v0.7.14
25032026-06-21T00:12:26.499Z Compiling rayon-core v1.13.0
25042026-06-21T00:12:26.518Z Checking same-file v1.0.6
25052026-06-21T00:12:26.573Z Checking foldhash v0.2.0
25062026-06-21T00:12:26.585Z Checking either v1.15.0
25072026-06-21T00:12:26.629Z Checking bumpalo v3.20.2
25082026-06-21T00:12:26.681Z Checking foldhash v0.1.5
25092026-06-21T00:12:26.731Z Checking winnow v0.5.40
25102026-06-21T00:12:26.799Z Checking hashbrown v0.16.1
25112026-06-21T00:12:26.817Z Checking hashbrown v0.15.5
25122026-06-21T00:12:26.834Z Checking zopfli v0.8.3
25132026-06-21T00:12:26.904Z Checking dof v0.3.0
25142026-06-21T00:12:26.910Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-06-21T00:12:27.034Z Checking elliptic-curve v0.13.8
25162026-06-21T00:12:27.132Z Checking walkdir v2.5.0
25172026-06-21T00:12:27.155Z Checking clap_builder v4.6.0
25182026-06-21T00:12:27.206Z Checking bzip2 v0.6.1
25192026-06-21T00:12:27.277Z Checking smoltcp v0.9.1
25202026-06-21T00:12:27.289Z Checking reqwest v0.12.28
25212026-06-21T00:12:27.298Z Checking usdt-impl v0.6.0
25222026-06-21T00:12:27.337Z Checking signal-hook-mio v0.2.5
25232026-06-21T00:12:27.368Z Checking futures v0.3.32
25242026-06-21T00:12:27.441Z Checking bzip2 v0.4.4
25252026-06-21T00:12:27.462Z Checking snafu v0.8.9
25262026-06-21T00:12:27.573Z Checking anstream v0.6.21
25272026-06-21T00:12:27.602Z Checking phf v0.13.1
25282026-06-21T00:12:27.626Z Checking num-bigint-dig v0.8.6
25292026-06-21T00:12:27.746Z Checking cookie_store v0.22.1
25302026-06-21T00:12:27.774Z Checking zstd v0.13.3
25312026-06-21T00:12:27.855Z Checking postgres-types v0.2.12
25322026-06-21T00:12:27.882Z Checking toml_edit v0.19.15
25332026-06-21T00:12:27.930Z Checking dtrace-parser v0.2.0
25342026-06-21T00:12:27.963Z Checking globset v0.4.18
25352026-06-21T00:12:28.084Z Checking crossbeam-deque v0.8.6
25362026-06-21T00:12:28.129Z Checking rustls-platform-verifier v0.6.2
25372026-06-21T00:12:28.156Z Checking ed25519 v2.2.3
25382026-06-21T00:12:28.161Z Checking regex v1.12.3
25392026-06-21T00:12:28.210Z Checking phf_shared v0.11.3
25402026-06-21T00:12:28.254Z Checking olpc-cjson v0.1.4
25412026-06-21T00:12:28.266Z Checking ref-cast v1.0.25
25422026-06-21T00:12:28.346Z Checking curve25519-dalek v4.1.3
25432026-06-21T00:12:28.356Z Checking strum v0.27.2
25442026-06-21T00:12:28.366Z Checking hubpack v0.1.2
25452026-06-21T00:12:28.395Z Checking memoffset v0.9.1
25462026-06-21T00:12:28.407Z Checking rustix v0.38.44
25472026-06-21T00:12:28.439Z Checking pkcs1 v0.7.5
25482026-06-21T00:12:28.450Z Checking pem v3.0.6
25492026-06-21T00:12:28.459Z Checking float-cmp v0.10.0
25502026-06-21T00:12:28.470Z Checking erased-serde v0.3.31
25512026-06-21T00:12:28.531Z Checking serde-big-array v0.5.1
25522026-06-21T00:12:28.584Z Checking serde_plain v1.0.2
25532026-06-21T00:12:28.602Z Checking rfc6979 v0.4.0
25542026-06-21T00:12:28.638Z Checking memmap2 v0.9.10
25552026-06-21T00:12:28.662Z Checking thread-id v4.2.2
25562026-06-21T00:12:28.717Z Checking env_filter v1.0.0
25572026-06-21T00:12:28.728Z Checking jiff v0.2.21
25582026-06-21T00:12:28.740Z Checking static_assertions v1.1.0
25592026-06-21T00:12:28.801Z Checking whoami v2.1.0
25602026-06-21T00:12:28.813Z Checking fixedbitset v0.5.7
25612026-06-21T00:12:28.850Z Checking toml_write v0.1.2
25622026-06-21T00:12:28.860Z Checking difflib v0.4.0
25632026-06-21T00:12:28.916Z Checking data-encoding v2.10.0
25642026-06-21T00:12:29.006Z Checking precomputed-hash v0.1.1
25652026-06-21T00:12:29.061Z Checking new_debug_unreachable v1.0.6
25662026-06-21T00:12:29.061Z Checking fixedbitset v0.4.2
25672026-06-21T00:12:29.142Z Checking keccak v0.1.6
25682026-06-21T00:12:29.143Z Checking predicates-core v1.0.10
25692026-06-21T00:12:29.143Z Checking unicode-segmentation v1.12.0
25702026-06-21T00:12:29.155Z Checking typed-path v0.9.3
25712026-06-21T00:12:29.220Z Checking normalize-line-endings v0.3.0
25722026-06-21T00:12:29.232Z Checking petgraph v0.6.5
25732026-06-21T00:12:29.232Z Checking sha3 v0.10.8
25742026-06-21T00:12:29.232Z Checking hickory-proto v0.25.2
25752026-06-21T00:12:29.232Z Checking crossterm v0.28.1
25762026-06-21T00:12:29.246Z Checking predicates v3.1.4
25772026-06-21T00:12:29.395Z Checking similar v2.7.0
25782026-06-21T00:12:29.411Z Checking ed25519-dalek v2.2.0
25792026-06-21T00:12:29.549Z Checking string_cache v0.8.9
25802026-06-21T00:12:29.634Z Checking toml_edit v0.22.27
25812026-06-21T00:12:29.723Z Checking petgraph v0.8.3
25822026-06-21T00:12:29.780Z Checking tokio-postgres v0.7.16
25832026-06-21T00:12:29.894Z Checking tough v0.22.0
25842026-06-21T00:12:29.928Z Checking toml v0.7.8
25852026-06-21T00:12:30.244Z Checking env_logger v0.11.9
25862026-06-21T00:12:30.445Z Checking slog v2.8.2
25872026-06-21T00:12:30.456Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25882026-06-21T00:12:30.721Z Checking usdt v0.6.0
25892026-06-21T00:12:30.787Z Checking usdt-impl v0.5.0
25902026-06-21T00:12:30.880Z Checking ecdsa v0.16.9
25912026-06-21T00:12:30.977Z Checking zip v4.6.1
25922026-06-21T00:12:31.051Z Checking rsa v0.9.10
25932026-06-21T00:12:31.086Z Checking nix v0.31.2
25942026-06-21T00:12:31.270Z Checking clap v4.6.1
25952026-06-21T00:12:31.334Z Checking reqwest v0.13.2
25962026-06-21T00:12:31.542Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-06-21T00:12:31.834Z Checking zip v0.6.6
25982026-06-21T00:12:31.879Z Checking itertools v0.13.0
25992026-06-21T00:12:31.938Z Checking serde_with v3.17.0
26002026-06-21T00:12:32.007Z Checking strum v0.26.3
26012026-06-21T00:12:32.124Z Checking fs-err v3.3.0
26022026-06-21T00:12:32.139Z Checking ahash v0.8.12
26032026-06-21T00:12:32.152Z Checking object v0.37.3
26042026-06-21T00:12:32.180Z Checking tokio-stream v0.1.18
26052026-06-21T00:12:32.218Z Checking buf-list v1.1.2
26062026-06-21T00:12:32.327Z Checking camino v1.2.2
26072026-06-21T00:12:32.410Z Checking anyhow v1.0.102
26082026-06-21T00:12:32.458Z Checking x509-cert v0.2.5
26092026-06-21T00:12:32.560Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26102026-06-21T00:12:32.573Z Checking openapiv3 v2.2.0
26112026-06-21T00:12:32.598Z Checking sha1 v0.10.6
26122026-06-21T00:12:32.745Z Checking lalrpop-util v0.19.12
26132026-06-21T00:12:32.760Z Checking peg-runtime v0.8.5
26142026-06-21T00:12:32.823Z Checking rayon v1.11.0
26152026-06-21T00:12:32.900Z Checking sigpipe v0.1.3
26162026-06-21T00:12:32.914Z Checking glob v0.3.3
26172026-06-21T00:12:34.369Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-06-21T00:12:34.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.19s
26192026-06-21T00:12:34.795Z
26202026-06-21T00:12:34.795Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26212026-06-21T00:12:35.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-06-21T00:12:35.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-06-21T00:12:35.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-06-21T00:12:35.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26252026-06-21T00:12:35.327Z
26262026-06-21T00:12:35.327Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26272026-06-21T00:12:35.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-21T00:12:36.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-21T00:12:36.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-21T00:12:36.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26312026-06-21T00:12:36.181Z
26322026-06-21T00:12:36.181Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26332026-06-21T00:12:36.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-21T00:12:36.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-21T00:12:36.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-21T00:12:36.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26372026-06-21T00:12:36.389Z
26382026-06-21T00:12:36.389Zinfo: running `cargo check --bins` on oxql-types (80/298)
26392026-06-21T00:12:36.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-21T00:12:36.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-21T00:12:36.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-21T00:12:36.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26432026-06-21T00:12:36.913Z
26442026-06-21T00:12:36.913Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26452026-06-21T00:12:37.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-21T00:12:37.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-21T00:12:37.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-21T00:12:37.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26492026-06-21T00:12:37.439Z
26502026-06-21T00:12:37.439Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26512026-06-21T00:12:37.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-21T00:12:37.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-21T00:12:37.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-21T00:12:37.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26552026-06-21T00:12:37.973Z
26562026-06-21T00:12:37.973Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26572026-06-21T00:12:38.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-21T00:12:38.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-21T00:12:38.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-21T00:12:38.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26612026-06-21T00:12:38.492Z
26622026-06-21T00:12:38.492Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26632026-06-21T00:12:38.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-21T00:12:38.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-21T00:12:39.115Z Compiling structmeta-derive v0.3.0
26662026-06-21T00:12:39.224Z Compiling rustls v0.22.4
26672026-06-21T00:12:39.234Z Compiling multer v3.1.0
26682026-06-21T00:12:39.250Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-06-21T00:12:39.251Z Compiling async-stream-impl v0.3.6
26702026-06-21T00:12:39.299Z Compiling dropshot v0.17.0
26712026-06-21T00:12:39.299Z Compiling dropshot_endpoint v0.17.0
26722026-06-21T00:12:39.299Z Compiling newtype-uuid-macros v0.1.0
26732026-06-21T00:12:39.408Z Checking newtype-uuid v1.3.2
26742026-06-21T00:12:39.467Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-06-21T00:12:39.500Z Checking rustls-webpki v0.102.8
26762026-06-21T00:12:39.611Z Checking daft v0.1.7
26772026-06-21T00:12:39.623Z Checking thread_local v1.1.9
26782026-06-21T00:12:39.791Z Checking compression-core v0.4.31
26792026-06-21T00:12:39.828Z Checking match_cfg v0.1.0
26802026-06-21T00:12:39.839Z Checking iddqd v0.4.2
26812026-06-21T00:12:39.862Z Checking crossbeam-channel v0.5.15
26822026-06-21T00:12:39.919Z Checking hostname v0.3.1
26832026-06-21T00:12:39.956Z Checking compression-codecs v0.4.37
26842026-06-21T00:12:40.021Z Checking atomicwrites v0.4.4
26852026-06-21T00:12:40.064Z Checking slog-json v2.6.1
26862026-06-21T00:12:40.166Z Checking serde_spanned v1.0.4
26872026-06-21T00:12:40.191Z Checking is-terminal v0.4.17
26882026-06-21T00:12:40.236Z Checking toml_datetime v1.0.0+spec-1.1.0
26892026-06-21T00:12:40.262Z Checking toml_writer v1.0.6+spec-1.1.0
26902026-06-21T00:12:40.262Z Checking debug-ignore v1.0.5
26912026-06-21T00:12:40.300Z Checking take_mut v0.2.2
26922026-06-21T00:12:40.318Z Compiling structmeta v0.3.0
26932026-06-21T00:12:40.352Z Checking term v1.2.1
26942026-06-21T00:12:40.361Z Checking slog-async v2.8.0
26952026-06-21T00:12:40.410Z Checking slog-bunyan v2.5.0
26962026-06-21T00:12:40.416Z Checking toml v1.0.6+spec-1.1.0
26972026-06-21T00:12:40.516Z Checking async-compression v0.4.41
26982026-06-21T00:12:40.535Z Checking async-stream v0.3.6
26992026-06-21T00:12:40.535Z Compiling derive-ex v0.1.8
27002026-06-21T00:12:40.571Z Compiling parse-display-derive v0.10.0
27012026-06-21T00:12:40.662Z Checking slog-term v2.9.2
27022026-06-21T00:12:40.756Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27032026-06-21T00:12:40.806Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-21T00:12:40.862Z Checking progenitor-client v0.14.0
27052026-06-21T00:12:40.896Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27062026-06-21T00:12:40.981Z Checking waitgroup v0.1.2
27072026-06-21T00:12:41.029Z Checking backon v1.6.0
27082026-06-21T00:12:41.108Z Checking rustls-pemfile v2.2.0
27092026-06-21T00:12:41.128Z Checking serde_path_to_error v0.1.20
27102026-06-21T00:12:41.150Z Checking hostname v0.4.2
27112026-06-21T00:12:41.198Z Checking instant v0.1.13
27122026-06-21T00:12:41.282Z Checking backoff v0.4.0
27132026-06-21T00:12:41.382Z Checking progenitor-extras v0.2.0
27142026-06-21T00:12:41.406Z Checking tokio-rustls v0.25.0
27152026-06-21T00:12:41.449Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27162026-06-21T00:12:41.453Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27172026-06-21T00:12:41.630Z Checking itertools v0.14.0
27182026-06-21T00:12:41.677Z Checking regress v0.10.5
27192026-06-21T00:12:41.861Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27202026-06-21T00:12:42.066Z Checking macaddr v1.0.1
27212026-06-21T00:12:42.227Z Compiling test-strategy v0.4.5
27222026-06-21T00:12:42.248Z Checking parse-display v0.10.0
27232026-06-21T00:12:42.392Z Checking humantime v2.3.0
27242026-06-21T00:12:43.489Z Compiling prettyplease v0.2.37
27252026-06-21T00:12:43.719Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-21T00:12:43.860Z Checking num-rational v0.4.2
27272026-06-21T00:12:44.101Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27282026-06-21T00:12:44.478Z Checking num-complex v0.4.6
27292026-06-21T00:12:45.061Z Checking num v0.4.3
27302026-06-21T00:12:45.175Z Compiling usdt-attr-macro v0.5.0
27312026-06-21T00:12:45.218Z Compiling usdt-macro v0.5.0
27322026-06-21T00:12:45.235Z Checking memmap v0.7.0
27332026-06-21T00:12:45.257Z Compiling float-ord v0.3.2
27342026-06-21T00:12:45.360Z Checking unicode-width v0.2.0
27352026-06-21T00:12:45.375Z Compiling convert_case v0.4.0
27362026-06-21T00:12:45.641Z Checking console v0.15.11
27372026-06-21T00:12:45.742Z Compiling derive_more v0.99.20
27382026-06-21T00:12:45.959Z Checking newline-converter v0.3.0
27392026-06-21T00:12:45.976Z Compiling toml v0.8.23
27402026-06-21T00:12:45.976Z Checking usdt v0.5.0
27412026-06-21T00:12:46.053Z Checking linked-hash-map v0.5.6
27422026-06-21T00:12:46.129Z Compiling minimal-lexical v0.2.1
27432026-06-21T00:12:46.242Z Checking lru-cache v0.1.2
27442026-06-21T00:12:46.352Z Compiling nom v7.1.3
27452026-06-21T00:12:46.396Z Checking expectorate v1.2.0
27462026-06-21T00:12:46.911Z Checking camino-tempfile v1.4.1
27472026-06-21T00:12:47.085Z Checking hickory-proto v0.24.4
27482026-06-21T00:12:47.093Z Checking phf_shared v0.12.1
27492026-06-21T00:12:47.188Z Compiling slog-dtrace v0.3.0
27502026-06-21T00:12:47.216Z Checking resolv-conf v0.7.6
27512026-06-21T00:12:47.394Z Checking heck v0.5.0
27522026-06-21T00:12:47.407Z Compiling chrono-tz v0.10.4
27532026-06-21T00:12:47.510Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27542026-06-21T00:12:47.524Z Compiling const_format_proc_macros v0.2.34
27552026-06-21T00:12:47.661Z Checking phf v0.12.1
27562026-06-21T00:12:47.705Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-06-21T00:12:47.811Z Checking tokio-dtrace v0.1.1
27582026-06-21T00:12:47.995Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-21T00:12:48.207Z Compiling derive-where v1.6.0
27602026-06-21T00:12:48.327Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-21T00:12:48.331Z Checking highway v1.3.0
27622026-06-21T00:12:48.565Z Checking const_format v0.2.35
27632026-06-21T00:12:48.830Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-06-21T00:12:48.890Z Checking hickory-resolver v0.24.4
27652026-06-21T00:12:49.031Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-06-21T00:12:49.158Z Checking oxide-tokio-rt v0.1.4
27672026-06-21T00:12:49.295Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-21T00:12:49.316Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-21T00:12:49.627Z Checking qorb v0.4.1
27702026-06-21T00:12:49.774Z Checking gethostname v0.5.0
27712026-06-21T00:12:49.812Z Checking bcs v0.1.6
27722026-06-21T00:12:49.841Z Checking termtree v0.5.1
27732026-06-21T00:12:49.864Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-06-21T00:12:52.939Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-21T00:12:55.389Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-21T00:12:57.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.02s
27772026-06-21T00:12:57.663Z
27782026-06-21T00:12:57.663Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27792026-06-21T00:12:58.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-21T00:12:58.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-21T00:12:58.279Z Compiling ar_archive_writer v0.5.1
27822026-06-21T00:12:58.379Z Compiling stacker v0.1.23
27832026-06-21T00:12:58.401Z Compiling cfg_aliases v0.1.1
27842026-06-21T00:12:58.442Z Compiling convert_case v0.10.0
27852026-06-21T00:12:58.449Z Checking unicode-width v0.1.14
27862026-06-21T00:12:58.450Z Compiling proc-macro-error v1.0.4
27872026-06-21T00:12:58.450Z Checking fd-lock v4.0.4
27882026-06-21T00:12:58.450Z Checking nibble_vec v0.1.0
27892026-06-21T00:12:58.459Z Compiling nix v0.28.0
27902026-06-21T00:12:58.554Z Checking vte v0.14.1
27912026-06-21T00:12:58.622Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-21T00:12:58.676Z Checking bytecount v0.6.9
27932026-06-21T00:12:58.743Z Checking endian-type v0.1.2
27942026-06-21T00:12:58.743Z Checking strip-ansi-escapes v0.2.1
27952026-06-21T00:12:58.793Z Compiling derive_more-impl v2.1.1
27962026-06-21T00:12:58.793Z Compiling tabled_derive v0.7.0
27972026-06-21T00:12:58.793Z Checking papergrid v0.11.0
27982026-06-21T00:12:58.794Z Checking radix_trie v0.2.1
27992026-06-21T00:12:58.805Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-21T00:12:58.983Z Compiling peg-macros v0.8.5
28012026-06-21T00:12:58.997Z Checking winnow v0.6.26
28022026-06-21T00:12:59.238Z Compiling psm v0.1.30
28032026-06-21T00:12:59.254Z Compiling sqlparser_derive v0.5.0
28042026-06-21T00:12:59.354Z Checking unicode_categories v0.1.1
28052026-06-21T00:12:59.492Z Checking nu-ansi-term v0.50.3
28062026-06-21T00:12:59.508Z Checking derive_more v2.1.1
28072026-06-21T00:12:59.614Z Checking home v0.5.12
28082026-06-21T00:12:59.688Z Checking tabled v0.15.0
28092026-06-21T00:12:59.705Z Checking crossterm v0.29.0
28102026-06-21T00:12:59.725Z Checking reedline v0.40.0
28112026-06-21T00:12:59.752Z Checking rustyline v14.0.0
28122026-06-21T00:13:00.423Z Checking recursive v0.1.1
28132026-06-21T00:13:00.527Z Checking display-error-chain v0.2.2
28142026-06-21T00:13:00.527Z Checking sqlparser v0.61.0
28152026-06-21T00:13:00.527Z Checking sqlformat v0.3.5
28162026-06-21T00:13:00.527Z Checking peg v0.8.5
28172026-06-21T00:13:11.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
28182026-06-21T00:13:12.213Z
28192026-06-21T00:13:12.213Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28202026-06-21T00:13:12.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-21T00:13:12.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-21T00:13:12.597Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-21T00:13:15.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28242026-06-21T00:13:15.786Z
28252026-06-21T00:13:15.786Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28262026-06-21T00:13:16.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-21T00:13:16.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-21T00:13:16.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-21T00:13:18.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28302026-06-21T00:13:18.936Z
28312026-06-21T00:13:18.936Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28322026-06-21T00:13:19.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-21T00:13:19.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-21T00:13:19.613Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-21T00:13:22.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28362026-06-21T00:13:23.392Z
28372026-06-21T00:13:23.392Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28382026-06-21T00:13:23.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-21T00:13:23.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-21T00:13:23.730Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-21T00:13:27.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28422026-06-21T00:13:27.303Z
28432026-06-21T00:13:27.303Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28442026-06-21T00:13:27.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-21T00:13:27.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-21T00:13:27.634Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-21T00:13:31.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28482026-06-21T00:13:31.634Z
28492026-06-21T00:13:31.634Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28502026-06-21T00:13:31.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-21T00:13:31.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-21T00:13:31.634Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-21T00:13:34.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28542026-06-21T00:13:34.135Z
28552026-06-21T00:13:34.135Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28562026-06-21T00:13:34.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-21T00:13:34.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-21T00:13:34.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-21T00:13:37.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28602026-06-21T00:13:38.020Z
28612026-06-21T00:13:38.020Zinfo: running `cargo check --bins` on oximeter (93/298)
28622026-06-21T00:13:38.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-21T00:13:38.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-21T00:13:38.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-21T00:13:38.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28662026-06-21T00:13:38.544Z
28672026-06-21T00:13:38.544Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28682026-06-21T00:13:39.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-21T00:13:39.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-21T00:13:39.180Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-21T00:13:39.279Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-21T00:13:39.292Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-21T00:13:39.617Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-21T00:13:42.295Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-21T00:13:43.594Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-21T00:13:43.727Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-21T00:13:44.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
28782026-06-21T00:13:44.557Z
28792026-06-21T00:13:44.557Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28802026-06-21T00:13:44.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-21T00:13:45.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-21T00:13:45.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-21T00:13:45.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28842026-06-21T00:13:45.083Z
28852026-06-21T00:13:45.083Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28862026-06-21T00:13:45.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-21T00:13:45.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-21T00:13:45.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-21T00:13:45.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28902026-06-21T00:13:45.694Z
28912026-06-21T00:13:45.694Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28922026-06-21T00:13:46.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-21T00:13:46.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-21T00:13:46.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-21T00:13:46.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28962026-06-21T00:13:46.173Z
28972026-06-21T00:13:46.173Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
28982026-06-21T00:13:46.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-21T00:13:46.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-21T00:13:46.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-21T00:13:46.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29022026-06-21T00:13:46.819Z
29032026-06-21T00:13:46.819Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29042026-06-21T00:13:47.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-21T00:13:47.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-21T00:13:47.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-21T00:13:47.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29082026-06-21T00:13:47.252Z
29092026-06-21T00:13:47.252Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29102026-06-21T00:13:47.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-21T00:13:47.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-21T00:13:47.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-21T00:13:47.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-06-21T00:13:47.772Z
29152026-06-21T00:13:47.772Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29162026-06-21T00:13:48.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-21T00:13:48.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-21T00:13:48.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-21T00:13:48.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29202026-06-21T00:13:48.718Z
29212026-06-21T00:13:48.718Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29222026-06-21T00:13:48.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-21T00:13:49.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-21T00:13:49.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-21T00:13:49.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29262026-06-21T00:13:49.095Z
29272026-06-21T00:13:49.095Zinfo: running `cargo check --bins` on update-engine (103/298)
29282026-06-21T00:13:49.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-21T00:13:49.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-21T00:13:49.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-21T00:13:49.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29322026-06-21T00:13:49.339Z
29332026-06-21T00:13:49.339Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29342026-06-21T00:13:49.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-21T00:13:49.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-21T00:13:49.999Z Compiling crucible-workspace-hack v0.1.0
29372026-06-21T00:13:50.106Z Checking secrecy v0.10.3
29382026-06-21T00:13:50.123Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-06-21T00:13:50.133Z Compiling heapless v0.8.0
29402026-06-21T00:13:50.133Z Compiling ingot-macros v0.1.1
29412026-06-21T00:13:50.143Z Checking hash32 v0.3.1
29422026-06-21T00:13:50.157Z Compiling smoltcp v0.11.0
29432026-06-21T00:13:50.157Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-21T00:13:50.216Z Checking cobs v0.3.0
29452026-06-21T00:13:50.915Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-06-21T00:13:50.976Z Compiling thiserror-impl-no-std v2.0.2
29472026-06-21T00:13:50.976Z Checking universal-hash v0.5.1
29482026-06-21T00:13:50.977Z Checking half v2.7.1
29492026-06-21T00:13:50.977Z Checking opaque-debug v0.3.1
29502026-06-21T00:13:50.977Z Checking ciborium-io v0.2.2
29512026-06-21T00:13:50.977Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-06-21T00:13:50.977Z Checking poly1305 v0.8.0
29532026-06-21T00:13:50.977Z Checking postcard v1.1.3
29542026-06-21T00:13:50.977Z Checking ciborium-ll v0.2.2
29552026-06-21T00:13:50.977Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-06-21T00:13:50.978Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-06-21T00:13:50.978Z Compiling proc-macro-crate v3.4.0
29582026-06-21T00:13:50.978Z Checking password-hash v0.5.0
29592026-06-21T00:13:51.198Z Checking chacha20 v0.9.1
29602026-06-21T00:13:51.259Z Compiling proc-macro-crate v1.3.1
29612026-06-21T00:13:51.259Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29622026-06-21T00:13:51.303Z Checking blake2 v0.10.6
29632026-06-21T00:13:51.423Z Checking aead v0.5.2
29642026-06-21T00:13:51.492Z Compiling num_enum_derive v0.7.6
29652026-06-21T00:13:51.492Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29662026-06-21T00:13:51.523Z Compiling foreign-types-macros v0.2.3
29672026-06-21T00:13:51.523Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29682026-06-21T00:13:51.539Z Checking foreign-types-shared v0.3.1
29692026-06-21T00:13:51.539Z Checking thiserror-no-std v2.0.2
29702026-06-21T00:13:51.572Z Checking cpufeatures v0.3.0
29712026-06-21T00:13:51.609Z Checking vsss-rs v3.3.4
29722026-06-21T00:13:51.622Z Compiling num_enum_derive v0.5.11
29732026-06-21T00:13:51.644Z Checking chacha20 v0.10.0
29742026-06-21T00:13:51.730Z Checking argon2 v0.5.3
29752026-06-21T00:13:51.856Z Checking chacha20poly1305 v0.10.1
29762026-06-21T00:13:51.993Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29772026-06-21T00:13:52.090Z Checking foreign-types v0.5.0
29782026-06-21T00:13:52.096Z Checking ciborium v0.2.2
29792026-06-21T00:13:52.249Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-21T00:13:52.264Z Checking tabwriter v1.4.1
29812026-06-21T00:13:52.444Z Checking num_enum v0.7.6
29822026-06-21T00:13:52.935Z Checking byte-wrapper v0.1.0
29832026-06-21T00:13:53.119Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-21T00:13:53.119Z Checking cstr-argument v0.1.2
29852026-06-21T00:13:53.119Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29862026-06-21T00:13:53.119Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-21T00:13:53.119Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-06-21T00:13:53.119Z Checking num_enum v0.5.11
29892026-06-21T00:13:53.119Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-06-21T00:13:53.119Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-06-21T00:13:53.120Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-06-21T00:13:53.120Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-06-21T00:13:53.120Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-06-21T00:13:53.273Z Checking ingot-types v0.1.2
29952026-06-21T00:13:53.273Z Checking rand v0.10.0
29962026-06-21T00:13:53.273Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-21T00:13:53.273Z Checking indent_write v2.2.0
29982026-06-21T00:13:53.273Z Checking colored v3.1.1
29992026-06-21T00:13:53.393Z Compiling zone_cfg_derive v0.3.1
30002026-06-21T00:13:53.393Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-21T00:13:53.496Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30022026-06-21T00:13:53.497Z Checking ingot v0.1.1
30032026-06-21T00:13:53.497Z Checking itertools v0.12.1
30042026-06-21T00:13:53.586Z Compiling num-derive v0.4.2
30052026-06-21T00:13:53.586Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-06-21T00:13:53.586Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30072026-06-21T00:13:53.660Z Checking swrite v0.1.0
30082026-06-21T00:13:53.710Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-06-21T00:13:53.747Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-21T00:13:53.833Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-06-21T00:13:53.845Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-21T00:13:53.856Z Checking dropshot-api-manager-types v0.7.2
30132026-06-21T00:13:53.957Z Checking smf v0.2.3
30142026-06-21T00:13:53.985Z Checking nanorand v0.7.0
30152026-06-21T00:13:54.058Z Checking whoami v1.6.1
30162026-06-21T00:13:54.186Z Checking flume v0.11.1
30172026-06-21T00:13:54.197Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-21T00:13:54.341Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-06-21T00:13:54.402Z Checking zone v0.3.1
30202026-06-21T00:13:55.192Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30212026-06-21T00:13:55.880Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-21T00:13:56.777Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-21T00:14:00.209Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-21T00:14:02.078Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-21T00:14:03.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
30262026-06-21T00:14:03.343Z
30272026-06-21T00:14:03.344Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30282026-06-21T00:14:03.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-21T00:14:03.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-21T00:14:03.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-21T00:14:03.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30322026-06-21T00:14:03.940Z
30332026-06-21T00:14:03.940Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30342026-06-21T00:14:04.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-21T00:14:04.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-21T00:14:04.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-21T00:14:04.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-21T00:14:04.397Z
30392026-06-21T00:14:04.397Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30402026-06-21T00:14:04.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-21T00:14:04.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-21T00:14:04.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-21T00:14:04.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-06-21T00:14:04.936Z
30452026-06-21T00:14:04.936Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30462026-06-21T00:14:05.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-21T00:14:05.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-21T00:14:05.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-21T00:14:05.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30502026-06-21T00:14:05.465Z
30512026-06-21T00:14:05.465Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30522026-06-21T00:14:05.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-21T00:14:05.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-21T00:14:05.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-21T00:14:05.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30562026-06-21T00:14:05.996Z
30572026-06-21T00:14:05.996Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30582026-06-21T00:14:06.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-21T00:14:06.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-21T00:14:06.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-21T00:14:06.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30622026-06-21T00:14:06.525Z
30632026-06-21T00:14:06.526Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30642026-06-21T00:14:06.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-21T00:14:07.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-21T00:14:07.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-21T00:14:07.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-06-21T00:14:07.055Z
30692026-06-21T00:14:07.056Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30702026-06-21T00:14:07.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-21T00:14:07.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-21T00:14:07.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-21T00:14:07.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30742026-06-21T00:14:07.569Z
30752026-06-21T00:14:07.569Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30762026-06-21T00:14:08.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-21T00:14:08.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-21T00:14:08.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-21T00:14:08.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-06-21T00:14:08.098Z
30812026-06-21T00:14:08.098Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30822026-06-21T00:14:08.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-21T00:14:08.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-21T00:14:08.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-21T00:14:08.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-21T00:14:08.627Z
30872026-06-21T00:14:08.627Zinfo: running `cargo check --bins` on installinator-client (115/298)
30882026-06-21T00:14:09.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-21T00:14:09.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-21T00:14:09.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-21T00:14:09.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-06-21T00:14:09.655Z
30932026-06-21T00:14:09.655Zinfo: running `cargo check --bins` on nexus-client (116/298)
30942026-06-21T00:14:09.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-21T00:14:09.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-21T00:14:09.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-21T00:14:09.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30982026-06-21T00:14:09.755Z
30992026-06-21T00:14:09.755Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31002026-06-21T00:14:10.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-21T00:14:10.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-21T00:14:10.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-21T00:14:10.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-21T00:14:10.279Z
31052026-06-21T00:14:10.279Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31062026-06-21T00:14:10.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-21T00:14:10.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-21T00:14:10.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-21T00:14:10.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31102026-06-21T00:14:10.795Z
31112026-06-21T00:14:10.795Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31122026-06-21T00:14:11.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-21T00:14:11.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-21T00:14:11.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-21T00:14:11.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-21T00:14:11.309Z
31172026-06-21T00:14:11.310Zinfo: running `cargo check --bins` on oxide-client (120/298)
31182026-06-21T00:14:11.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-21T00:14:11.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-21T00:14:11.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-21T00:14:11.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-21T00:14:11.841Z
31232026-06-21T00:14:11.841Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31242026-06-21T00:14:12.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-21T00:14:12.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-21T00:14:12.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-21T00:14:12.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-06-21T00:14:12.355Z
31292026-06-21T00:14:12.356Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31302026-06-21T00:14:12.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-21T00:14:12.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-21T00:14:12.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-21T00:14:12.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31342026-06-21T00:14:12.872Z
31352026-06-21T00:14:12.872Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31362026-06-21T00:14:13.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-21T00:14:13.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-21T00:14:13.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-21T00:14:13.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31402026-06-21T00:14:13.407Z
31412026-06-21T00:14:13.407Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31422026-06-21T00:14:13.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-21T00:14:13.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-21T00:14:13.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-21T00:14:13.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31462026-06-21T00:14:13.962Z
31472026-06-21T00:14:13.962Zinfo: running `cargo check --bins` on installinator-common (125/298)
31482026-06-21T00:14:14.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-21T00:14:14.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-21T00:14:14.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-21T00:14:14.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31522026-06-21T00:14:14.506Z
31532026-06-21T00:14:14.506Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31542026-06-21T00:14:14.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-21T00:14:14.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-21T00:14:14.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-21T00:14:14.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31582026-06-21T00:14:15.018Z
31592026-06-21T00:14:15.018Zinfo: running `cargo check --bins` on wicket-common (127/298)
31602026-06-21T00:14:15.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-21T00:14:15.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-21T00:14:15.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-21T00:14:15.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31642026-06-21T00:14:15.557Z
31652026-06-21T00:14:15.557Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31662026-06-21T00:14:16.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-21T00:14:16.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-21T00:14:16.194Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-21T00:14:16.300Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-21T00:14:16.307Z Checking csv-core v0.1.13
31712026-06-21T00:14:16.314Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-21T00:14:16.320Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-06-21T00:14:16.328Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-21T00:14:16.337Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-21T00:14:16.349Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-21T00:14:16.467Z Checking csv v1.4.0
31772026-06-21T00:14:16.492Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-21T00:14:16.505Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-21T00:14:16.548Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-21T00:14:16.562Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-21T00:14:16.814Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-21T00:14:17.177Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-06-21T00:14:17.177Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-21T00:14:17.513Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-21T00:14:23.464Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-21T00:14:24.005Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-21T00:14:26.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.81s
31882026-06-21T00:14:26.544Z
31892026-06-21T00:14:26.544Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31902026-06-21T00:14:26.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-21T00:14:26.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-21T00:14:26.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-21T00:14:26.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31942026-06-21T00:14:27.067Z
31952026-06-21T00:14:27.067Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
31962026-06-21T00:14:27.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-21T00:14:27.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-21T00:14:27.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-21T00:14:27.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32002026-06-21T00:14:27.672Z
32012026-06-21T00:14:27.672Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32022026-06-21T00:14:28.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-21T00:14:28.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-21T00:14:28.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-21T00:14:28.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-06-21T00:14:28.278Z
32072026-06-21T00:14:28.278Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32082026-06-21T00:14:28.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-21T00:14:28.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-21T00:14:28.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-21T00:14:28.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32122026-06-21T00:14:28.852Z
32132026-06-21T00:14:28.852Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32142026-06-21T00:14:29.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-21T00:14:29.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-21T00:14:29.551Z Compiling regress v0.11.1
32172026-06-21T00:14:29.689Z Compiling unsafe-libyaml v0.2.11
32182026-06-21T00:14:29.699Z Compiling radium v0.7.0
32192026-06-21T00:14:29.699Z Compiling semver v0.1.20
32202026-06-21T00:14:29.717Z Checking nom v8.0.0
32212026-06-21T00:14:29.722Z Checking tap v1.0.1
32222026-06-21T00:14:29.728Z Compiling maybe-uninit v2.0.0
32232026-06-21T00:14:29.830Z Checking wyz v0.5.1
32242026-06-21T00:14:29.960Z Compiling rustc_version v0.1.7
32252026-06-21T00:14:30.025Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32262026-06-21T00:14:30.073Z Compiling zerocopy-derive v0.6.6
32272026-06-21T00:14:30.161Z Compiling packed_struct v0.10.1
32282026-06-21T00:14:30.186Z Compiling newtype_derive v0.1.6
32292026-06-21T00:14:30.376Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-21T00:14:30.411Z Checking funty v2.0.0
32312026-06-21T00:14:30.438Z Compiling owo-colors v4.3.0
32322026-06-21T00:14:30.736Z Checking crc-catalog v2.4.0
32332026-06-21T00:14:30.762Z Compiling cancel-safe-futures v0.1.5
32342026-06-21T00:14:30.833Z Checking crc v3.4.0
32352026-06-21T00:14:31.004Z Checking zerocopy v0.6.6
32362026-06-21T00:14:31.012Z Checking bitvec v1.0.1
32372026-06-21T00:14:31.121Z Checking typify-impl v0.6.2
32382026-06-21T00:14:31.221Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-21T00:14:31.546Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-06-21T00:14:31.648Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32412026-06-21T00:14:31.762Z Compiling packed_struct_codegen v0.10.1
32422026-06-21T00:14:31.828Z Checking libsw-core v0.3.2
32432026-06-21T00:14:31.895Z Compiling bitfield-macros v0.19.4
32442026-06-21T00:14:31.974Z Compiling indexmap v1.9.3
32452026-06-21T00:14:32.175Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32462026-06-21T00:14:32.252Z Checking nodrop v0.1.14
32472026-06-21T00:14:32.298Z Checking libsw v3.5.0
32482026-06-21T00:14:32.313Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-21T00:14:32.348Z Checking array-init v0.0.4
32502026-06-21T00:14:32.455Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-06-21T00:14:32.608Z Checking bitfield v0.19.4
32522026-06-21T00:14:32.638Z Checking smallvec v0.6.14
32532026-06-21T00:14:32.652Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-06-21T00:14:32.875Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-06-21T00:14:32.896Z Checking tagptr v0.2.0
32562026-06-21T00:14:33.004Z Checking hashbrown v0.12.3
32572026-06-21T00:14:33.033Z Checking linear-map v1.2.0
32582026-06-21T00:14:33.065Z Checking unicode-linebreak v0.1.5
32592026-06-21T00:14:33.080Z Checking smawk v0.3.2
32602026-06-21T00:14:33.201Z Checking base64 v0.21.7
32612026-06-21T00:14:33.214Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-06-21T00:14:33.279Z Checking textwrap v0.16.2
32632026-06-21T00:14:33.358Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-06-21T00:14:33.386Z Checking moka v0.12.13
32652026-06-21T00:14:33.444Z Checking ron v0.8.1
32662026-06-21T00:14:33.494Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-06-21T00:14:33.736Z Checking serde-hex v0.1.0
32682026-06-21T00:14:33.895Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-06-21T00:14:33.969Z Checking steno v0.4.1
32702026-06-21T00:14:34.028Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-06-21T00:14:34.211Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-06-21T00:14:34.302Z Checking hashbrown v0.13.2
32732026-06-21T00:14:34.638Z Checking crc-any v2.5.0
32742026-06-21T00:14:34.743Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-06-21T00:14:34.775Z Checking object v0.30.4
32762026-06-21T00:14:34.821Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-21T00:14:34.962Z Checking hickory-resolver v0.25.2
32782026-06-21T00:14:34.992Z Checking half v1.8.3
32792026-06-21T00:14:35.005Z Checking utf-8 v0.7.6
32802026-06-21T00:14:35.146Z Checking void v1.0.2
32812026-06-21T00:14:35.193Z Checking path-slash v0.1.5
32822026-06-21T00:14:35.257Z Checking lzss v0.8.2
32832026-06-21T00:14:35.268Z Checking serde_cbor v0.11.2
32842026-06-21T00:14:35.299Z Checking tungstenite v0.23.0
32852026-06-21T00:14:35.589Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32862026-06-21T00:14:35.651Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32872026-06-21T00:14:35.690Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32882026-06-21T00:14:35.702Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-06-21T00:14:35.723Z Checking nix v0.27.1
32902026-06-21T00:14:35.752Z Checking kstat-rs v0.2.4
32912026-06-21T00:14:35.772Z Compiling typify-macro v0.6.2
32922026-06-21T00:14:35.786Z Checking fxhash v0.2.1
32932026-06-21T00:14:35.885Z Checking serde_bytes v0.11.19
32942026-06-21T00:14:35.905Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32952026-06-21T00:14:35.940Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-06-21T00:14:36.062Z Checking tokio-tungstenite v0.23.1
32972026-06-21T00:14:36.114Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-06-21T00:14:36.208Z Checking signal-hook-tokio v0.3.1
32992026-06-21T00:14:36.929Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-06-21T00:14:37.088Z Compiling typify v0.6.2
33012026-06-21T00:14:37.168Z Compiling progenitor-impl v0.14.0
33022026-06-21T00:14:37.823Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33032026-06-21T00:14:38.123Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33042026-06-21T00:14:38.602Z Compiling progenitor-macro v0.14.0
33052026-06-21T00:14:40.904Z Checking progenitor v0.14.0
33062026-06-21T00:14:41.027Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33072026-06-21T00:14:41.031Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-06-21T00:14:43.720Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-06-21T00:14:51.829Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-06-21T00:14:58.327Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-06-21T00:14:59.687Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-06-21T00:15:00.185Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-06-21T00:15:02.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.40s
33142026-06-21T00:15:02.442Z
33152026-06-21T00:15:02.442Zinfo: running `cargo check --bins` on gateway-api (134/298)
33162026-06-21T00:15:02.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-06-21T00:15:02.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-06-21T00:15:02.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-06-21T00:15:02.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33202026-06-21T00:15:02.969Z
33212026-06-21T00:15:02.969Zinfo: running `cargo check --bins` on ipcc (135/298)
33222026-06-21T00:15:03.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-21T00:15:03.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-21T00:15:03.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-21T00:15:03.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33262026-06-21T00:15:03.494Z
33272026-06-21T00:15:03.494Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33282026-06-21T00:15:03.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-21T00:15:03.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-21T00:15:03.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-21T00:15:03.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33322026-06-21T00:15:04.005Z
33332026-06-21T00:15:04.005Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33342026-06-21T00:15:04.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-21T00:15:04.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-21T00:15:04.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-21T00:15:04.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33382026-06-21T00:15:04.547Z
33392026-06-21T00:15:04.548Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
33402026-06-21T00:15:04.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-21T00:15:04.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-21T00:15:04.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-21T00:15:04.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33442026-06-21T00:15:05.073Z
33452026-06-21T00:15:05.073Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
33462026-06-21T00:15:05.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-21T00:15:05.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-21T00:15:05.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-21T00:15:05.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-21T00:15:05.597Z
33512026-06-21T00:15:05.597Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
33522026-06-21T00:15:06.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-21T00:15:06.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-21T00:15:06.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-21T00:15:06.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-06-21T00:15:06.124Z
33572026-06-21T00:15:06.124Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
33582026-06-21T00:15:06.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-21T00:15:06.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-21T00:15:06.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-21T00:15:06.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33622026-06-21T00:15:06.666Z
33632026-06-21T00:15:06.666Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
33642026-06-21T00:15:07.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-21T00:15:07.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-21T00:15:07.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-21T00:15:07.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33682026-06-21T00:15:07.192Z
33692026-06-21T00:15:07.193Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
33702026-06-21T00:15:07.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-21T00:15:07.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-21T00:15:07.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-21T00:15:07.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-21T00:15:07.720Z
33752026-06-21T00:15:07.720Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
33762026-06-21T00:15:08.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-21T00:15:08.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-21T00:15:08.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-21T00:15:08.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33802026-06-21T00:15:08.246Z
33812026-06-21T00:15:08.246Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
33822026-06-21T00:15:08.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-21T00:15:08.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-21T00:15:08.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-21T00:15:08.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33862026-06-21T00:15:08.774Z
33872026-06-21T00:15:08.774Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
33882026-06-21T00:15:09.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-21T00:15:09.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-21T00:15:09.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-21T00:15:09.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-21T00:15:09.300Z
33932026-06-21T00:15:09.300Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
33942026-06-21T00:15:09.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-21T00:15:09.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-21T00:15:09.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-21T00:15:09.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-06-21T00:15:09.828Z
33992026-06-21T00:15:09.829Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34002026-06-21T00:15:10.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-21T00:15:10.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-21T00:15:10.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-21T00:15:10.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34042026-06-21T00:15:10.371Z
34052026-06-21T00:15:10.371Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34062026-06-21T00:15:10.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-21T00:15:10.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-21T00:15:10.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-21T00:15:10.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34102026-06-21T00:15:10.917Z
34112026-06-21T00:15:10.917Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34122026-06-21T00:15:11.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-21T00:15:11.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-21T00:15:11.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-21T00:15:11.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34162026-06-21T00:15:11.460Z
34172026-06-21T00:15:11.461Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34182026-06-21T00:15:11.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-21T00:15:11.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-21T00:15:11.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-21T00:15:11.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34222026-06-21T00:15:12.004Z
34232026-06-21T00:15:12.004Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34242026-06-21T00:15:12.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-21T00:15:12.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-21T00:15:12.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-21T00:15:12.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-06-21T00:15:12.550Z
34292026-06-21T00:15:12.550Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34302026-06-21T00:15:13.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-21T00:15:13.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-21T00:15:13.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-21T00:15:13.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34342026-06-21T00:15:13.094Z
34352026-06-21T00:15:13.094Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
34362026-06-21T00:15:13.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-21T00:15:13.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-21T00:15:13.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-21T00:15:13.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34402026-06-21T00:15:13.639Z
34412026-06-21T00:15:13.639Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
34422026-06-21T00:15:14.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-21T00:15:14.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-21T00:15:14.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-21T00:15:14.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34462026-06-21T00:15:14.184Z
34472026-06-21T00:15:14.184Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
34482026-06-21T00:15:14.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-21T00:15:14.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-21T00:15:14.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-21T00:15:14.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34522026-06-21T00:15:14.731Z
34532026-06-21T00:15:14.731Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
34542026-06-21T00:15:15.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-21T00:15:15.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-21T00:15:15.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-21T00:15:15.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34582026-06-21T00:15:15.277Z
34592026-06-21T00:15:15.277Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
34602026-06-21T00:15:15.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-21T00:15:15.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-21T00:15:15.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-21T00:15:15.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34642026-06-21T00:15:15.823Z
34652026-06-21T00:15:15.823Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
34662026-06-21T00:15:16.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-21T00:15:16.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-21T00:15:16.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-21T00:15:16.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34702026-06-21T00:15:16.322Z
34712026-06-21T00:15:16.322Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
34722026-06-21T00:15:16.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-21T00:15:16.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-21T00:15:16.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-21T00:15:16.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-21T00:15:16.846Z
34772026-06-21T00:15:16.846Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
34782026-06-21T00:15:17.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-21T00:15:17.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-21T00:15:17.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-21T00:15:17.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-21T00:15:17.371Z
34832026-06-21T00:15:17.371Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
34842026-06-21T00:15:17.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-21T00:15:17.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-21T00:15:17.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-21T00:15:17.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34882026-06-21T00:15:17.897Z
34892026-06-21T00:15:17.898Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
34902026-06-21T00:15:18.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-21T00:15:18.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-21T00:15:18.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-21T00:15:18.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-21T00:15:18.421Z
34952026-06-21T00:15:18.421Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
34962026-06-21T00:15:18.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-21T00:15:18.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-21T00:15:18.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-21T00:15:18.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-21T00:15:18.946Z
35012026-06-21T00:15:18.946Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35022026-06-21T00:15:19.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-21T00:15:19.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-21T00:15:19.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-21T00:15:19.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-21T00:15:19.470Z
35072026-06-21T00:15:19.470Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35082026-06-21T00:15:19.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-21T00:15:19.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-21T00:15:19.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-21T00:15:19.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35122026-06-21T00:15:20.015Z
35132026-06-21T00:15:20.015Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35142026-06-21T00:15:20.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-21T00:15:20.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-21T00:15:20.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-21T00:15:20.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-06-21T00:15:20.558Z
35192026-06-21T00:15:20.558Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35202026-06-21T00:15:21.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-21T00:15:21.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-21T00:15:21.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-21T00:15:21.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35242026-06-21T00:15:21.103Z
35252026-06-21T00:15:21.103Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35262026-06-21T00:15:21.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-21T00:15:21.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-21T00:15:21.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-21T00:15:21.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35302026-06-21T00:15:21.645Z
35312026-06-21T00:15:21.645Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35322026-06-21T00:15:22.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-21T00:15:22.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-21T00:15:22.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-21T00:15:22.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35362026-06-21T00:15:22.231Z
35372026-06-21T00:15:22.231Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
35382026-06-21T00:15:22.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-21T00:15:22.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-21T00:15:22.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-21T00:15:22.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35422026-06-21T00:15:22.732Z
35432026-06-21T00:15:22.732Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
35442026-06-21T00:15:23.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-21T00:15:23.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-21T00:15:23.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-21T00:15:23.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35482026-06-21T00:15:23.277Z
35492026-06-21T00:15:23.277Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
35502026-06-21T00:15:24.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-21T00:15:25.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-21T00:15:25.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-21T00:15:25.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35542026-06-21T00:15:25.011Z
35552026-06-21T00:15:25.011Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
35562026-06-21T00:15:25.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-21T00:15:25.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-21T00:15:25.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-21T00:15:25.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35602026-06-21T00:15:25.011Z
35612026-06-21T00:15:25.011Zinfo: running `cargo check --bins` on dns-server (175/298)
35622026-06-21T00:15:25.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-21T00:15:25.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-21T00:15:25.086Z Compiling parking_lot_core v0.8.6
35652026-06-21T00:15:25.086Z Compiling git-stub v1.0.0
35662026-06-21T00:15:25.086Z Checking prefix-trie v0.7.0
35672026-06-21T00:15:25.086Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35682026-06-21T00:15:25.203Z Compiling git-stub-vcs v0.1.0
35692026-06-21T00:15:25.359Z Checking hickory-server v0.25.2
35702026-06-21T00:15:25.518Z Checking parking_lot v0.11.2
35712026-06-21T00:15:25.529Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-06-21T00:15:25.634Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35732026-06-21T00:15:25.646Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35742026-06-21T00:15:25.651Z Checking sled v0.34.7
35752026-06-21T00:15:27.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
35762026-06-21T00:15:27.694Z
35772026-06-21T00:15:27.695Zinfo: running `cargo check --bins` on dns-server-api (176/298)
35782026-06-21T00:15:28.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-06-21T00:15:28.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-06-21T00:15:28.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-06-21T00:15:28.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35822026-06-21T00:15:28.217Z
35832026-06-21T00:15:28.218Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
35842026-06-21T00:15:28.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-21T00:15:28.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-21T00:15:28.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-21T00:15:28.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35882026-06-21T00:15:28.741Z
35892026-06-21T00:15:28.742Zinfo: running `cargo check --bins` on sp-sim (178/298)
35902026-06-21T00:15:29.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-21T00:15:29.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-21T00:15:29.400Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35932026-06-21T00:15:31.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
35942026-06-21T00:15:31.332Z
35952026-06-21T00:15:31.332Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
35962026-06-21T00:15:31.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-21T00:15:31.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-21T00:15:31.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-21T00:15:31.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36002026-06-21T00:15:31.922Z
36012026-06-21T00:15:31.922Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36022026-06-21T00:15:32.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-21T00:15:32.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-21T00:15:32.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-21T00:15:32.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36062026-06-21T00:15:32.507Z
36072026-06-21T00:15:32.507Zinfo: running `cargo check --bins` on db-macros (181/298)
36082026-06-21T00:15:32.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-21T00:15:32.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-21T00:15:32.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-21T00:15:32.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36122026-06-21T00:15:33.027Z
36132026-06-21T00:15:33.027Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36142026-06-21T00:15:33.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-21T00:15:33.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-21T00:15:33.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-21T00:15:33.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36182026-06-21T00:15:33.545Z
36192026-06-21T00:15:33.545Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36202026-06-21T00:15:34.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-21T00:15:34.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-21T00:15:34.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-21T00:15:34.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36242026-06-21T00:15:34.129Z
36252026-06-21T00:15:34.129Zinfo: running `cargo check --bins` on authz-macros (184/298)
36262026-06-21T00:15:34.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-21T00:15:34.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-21T00:15:34.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-21T00:15:34.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36302026-06-21T00:15:34.645Z
36312026-06-21T00:15:34.645Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36322026-06-21T00:15:35.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-21T00:15:35.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-21T00:15:35.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-21T00:15:35.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36362026-06-21T00:15:35.218Z
36372026-06-21T00:15:35.218Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
36382026-06-21T00:15:35.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-21T00:15:35.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-21T00:15:35.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-21T00:15:35.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36422026-06-21T00:15:35.795Z
36432026-06-21T00:15:35.795Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
36442026-06-21T00:15:36.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-21T00:15:36.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-21T00:15:36.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-21T00:15:36.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36482026-06-21T00:15:36.314Z
36492026-06-21T00:15:36.314Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
36502026-06-21T00:15:36.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-21T00:15:36.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-21T00:15:36.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-21T00:15:36.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36542026-06-21T00:15:36.831Z
36552026-06-21T00:15:36.831Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
36562026-06-21T00:15:37.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-21T00:15:37.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-21T00:15:37.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-21T00:15:37.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36602026-06-21T00:15:37.365Z
36612026-06-21T00:15:37.365Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
36622026-06-21T00:15:37.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-21T00:15:37.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-21T00:15:37.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-21T00:15:37.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36662026-06-21T00:15:37.885Z
36672026-06-21T00:15:37.885Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
36682026-06-21T00:15:38.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-21T00:15:38.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-21T00:15:38.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-21T00:15:38.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-21T00:15:38.400Z
36732026-06-21T00:15:38.400Zinfo: running `cargo check --bins` on omicron-git-version (192/298)
36742026-06-21T00:15:38.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-21T00:15:38.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-21T00:15:38.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-21T00:15:38.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-06-21T00:15:38.921Z
36792026-06-21T00:15:38.921Zinfo: running `cargo check --bins` on nexus-db-errors (193/298)
36802026-06-21T00:15:39.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-21T00:15:39.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-21T00:15:39.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-21T00:15:39.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36842026-06-21T00:15:39.511Z
36852026-06-21T00:15:39.511Zinfo: running `cargo check --bins` on nexus-db-lookup (194/298)
36862026-06-21T00:15:39.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-21T00:15:39.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-21T00:15:39.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-21T00:15:39.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36902026-06-21T00:15:40.086Z
36912026-06-21T00:15:40.086Zinfo: running `cargo check --bins` on nexus-inventory (195/298)
36922026-06-21T00:15:40.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-21T00:15:40.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-21T00:15:40.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-21T00:15:40.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-21T00:15:40.663Z
36972026-06-21T00:15:40.663Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298)
36982026-06-21T00:15:41.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-21T00:15:41.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-21T00:15:41.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-21T00:15:41.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37022026-06-21T00:15:41.217Z
37032026-06-21T00:15:41.217Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/298)
37042026-06-21T00:15:41.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-21T00:15:41.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-21T00:15:41.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-21T00:15:41.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37082026-06-21T00:15:41.765Z
37092026-06-21T00:15:41.765Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298)
37102026-06-21T00:15:42.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-21T00:15:42.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-21T00:15:42.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-21T00:15:42.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37142026-06-21T00:15:42.381Z
37152026-06-21T00:15:42.381Zinfo: running `cargo check --bins` on key-manager (199/298)
37162026-06-21T00:15:42.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-21T00:15:42.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-21T00:15:42.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-21T00:15:42.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37202026-06-21T00:15:42.826Z
37212026-06-21T00:15:42.826Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/298)
37222026-06-21T00:15:43.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-21T00:15:43.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-21T00:15:43.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-21T00:15:43.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37262026-06-21T00:15:43.370Z
37272026-06-21T00:15:43.370Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298)
37282026-06-21T00:15:43.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-21T00:15:43.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-21T00:15:43.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-21T00:15:43.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-06-21T00:15:43.917Z
37332026-06-21T00:15:43.917Zinfo: running `cargo check --bins` on typed-rng (202/298)
37342026-06-21T00:15:44.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-21T00:15:44.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-21T00:15:44.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-21T00:15:44.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37382026-06-21T00:15:44.427Z
37392026-06-21T00:15:44.427Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298)
37402026-06-21T00:15:44.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-21T00:15:44.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-21T00:15:45.216Z Compiling libefi-sys v0.1.0
37432026-06-21T00:15:45.220Z Compiling bitfield-struct v0.6.2
37442026-06-21T00:15:45.353Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37452026-06-21T00:15:45.361Z Compiling xshell-macros v0.2.7
37462026-06-21T00:15:45.369Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37472026-06-21T00:15:45.382Z Compiling salty v0.3.0
37482026-06-21T00:15:45.395Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37492026-06-21T00:15:45.409Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37502026-06-21T00:15:45.424Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-06-21T00:15:45.523Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-21T00:15:45.692Z Checking primeorder v0.13.6
37532026-06-21T00:15:45.692Z Compiling proc-macro-error-attr2 v2.0.0
37542026-06-21T00:15:45.720Z Checking xshell v0.2.7
37552026-06-21T00:15:45.723Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37562026-06-21T00:15:45.862Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-21T00:15:45.881Z Checking tungstenite v0.21.0
37582026-06-21T00:15:45.910Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-06-21T00:15:45.927Z Checking p384 v0.13.1
37602026-06-21T00:15:45.964Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-21T00:15:46.063Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37622026-06-21T00:15:46.080Z Compiling num-derive v0.3.3
37632026-06-21T00:15:46.094Z Compiling proc-macro-error2 v2.0.1
37642026-06-21T00:15:46.199Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-06-21T00:15:46.305Z Checking tokio-tungstenite v0.21.0
37662026-06-21T00:15:46.333Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-06-21T00:15:46.349Z Checking papergrid v0.17.0
37682026-06-21T00:15:46.400Z Compiling tabled_derive v0.11.0
37692026-06-21T00:15:46.432Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37702026-06-21T00:15:46.447Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37712026-06-21T00:15:46.549Z Compiling progenitor-impl v0.13.0
37722026-06-21T00:15:46.584Z Checking testing_table v0.3.0
37732026-06-21T00:15:46.680Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37742026-06-21T00:15:46.707Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37752026-06-21T00:15:46.731Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-21T00:15:46.919Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-06-21T00:15:46.932Z Compiling unicase v2.9.0
37782026-06-21T00:15:46.969Z Checking libscf-sys v1.1.0
37792026-06-21T00:15:47.105Z Compiling illumos-nvpair-sys v0.2.0
37802026-06-21T00:15:47.119Z Checking corncobs v0.1.4
37812026-06-21T00:15:47.134Z Compiling mime_guess v2.0.5
37822026-06-21T00:15:47.197Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37832026-06-21T00:15:47.248Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-21T00:15:47.308Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37852026-06-21T00:15:47.346Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37862026-06-21T00:15:47.403Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-21T00:15:47.459Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-21T00:15:47.555Z Checking tabled v0.20.0
37892026-06-21T00:15:47.665Z Checking progenitor-client v0.13.0
37902026-06-21T00:15:47.736Z Checking secrecy v0.8.0
37912026-06-21T00:15:47.864Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37922026-06-21T00:15:47.923Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37932026-06-21T00:15:47.986Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37942026-06-21T00:15:48.103Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37952026-06-21T00:15:48.347Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37962026-06-21T00:15:48.383Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-21T00:15:48.401Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-06-21T00:15:48.444Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37992026-06-21T00:15:48.468Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38002026-06-21T00:15:48.637Z Checking filetime v0.2.27
38012026-06-21T00:15:48.655Z Checking crc8 v0.1.1
38022026-06-21T00:15:48.758Z Checking http-range v0.1.5
38032026-06-21T00:15:48.781Z Checking xattr v1.6.1
38042026-06-21T00:15:48.886Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38052026-06-21T00:15:48.913Z Checking tar v0.4.45
38062026-06-21T00:15:49.075Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-06-21T00:15:49.142Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38082026-06-21T00:15:49.196Z Compiling progenitor-macro v0.13.0
38092026-06-21T00:15:49.267Z Checking illumos-nvpair v0.3.0
38102026-06-21T00:15:49.354Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38112026-06-21T00:15:49.425Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38122026-06-21T00:15:49.440Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-06-21T00:15:49.560Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38142026-06-21T00:15:49.601Z Checking atty v0.2.14
38152026-06-21T00:15:49.703Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38162026-06-21T00:15:49.737Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-06-21T00:15:49.781Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-06-21T00:15:49.877Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38192026-06-21T00:15:50.093Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38202026-06-21T00:15:50.125Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38212026-06-21T00:15:50.141Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38222026-06-21T00:15:50.171Z Checking hyper-staticfile v0.10.1
38232026-06-21T00:15:50.316Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38242026-06-21T00:15:50.491Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38252026-06-21T00:15:50.506Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38262026-06-21T00:15:50.539Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38272026-06-21T00:15:50.763Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38282026-06-21T00:15:50.811Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38292026-06-21T00:15:51.064Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38302026-06-21T00:15:51.091Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38312026-06-21T00:15:51.602Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38322026-06-21T00:15:52.089Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38332026-06-21T00:15:52.568Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38342026-06-21T00:15:52.981Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38352026-06-21T00:15:53.244Z Checking progenitor v0.13.0
38362026-06-21T00:15:53.384Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38372026-06-21T00:15:55.388Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38382026-06-21T00:15:58.702Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38392026-06-21T00:16:09.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.21s
38402026-06-21T00:16:09.843Z
38412026-06-21T00:16:09.843Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298)
38422026-06-21T00:16:10.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-06-21T00:16:10.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-06-21T00:16:10.569Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38452026-06-21T00:16:21.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38462026-06-21T00:16:21.510Z
38472026-06-21T00:16:21.510Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298)
38482026-06-21T00:16:21.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-21T00:16:22.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-21T00:16:22.225Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-21T00:16:32.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38522026-06-21T00:16:33.113Z
38532026-06-21T00:16:33.113Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298)
38542026-06-21T00:16:33.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-21T00:16:33.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-21T00:16:33.831Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-21T00:16:44.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38582026-06-21T00:16:44.854Z
38592026-06-21T00:16:44.854Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298)
38602026-06-21T00:16:45.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-21T00:16:45.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-21T00:16:45.576Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-21T00:16:56.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38642026-06-21T00:16:56.473Z
38652026-06-21T00:16:56.473Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298)
38662026-06-21T00:16:56.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-21T00:16:56.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-21T00:16:57.190Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-21T00:17:07.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38702026-06-21T00:17:08.140Z
38712026-06-21T00:17:08.140Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298)
38722026-06-21T00:17:08.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-21T00:17:08.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-21T00:17:08.865Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-21T00:17:19.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38762026-06-21T00:17:19.784Z
38772026-06-21T00:17:19.784Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298)
38782026-06-21T00:17:20.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-21T00:17:20.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-21T00:17:20.505Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-21T00:17:31.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38822026-06-21T00:17:31.402Z
38832026-06-21T00:17:31.402Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/298)
38842026-06-21T00:17:31.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-21T00:17:31.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-21T00:17:31.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-06-21T00:17:31.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38882026-06-21T00:17:31.944Z
38892026-06-21T00:17:31.944Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/298)
38902026-06-21T00:17:32.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-21T00:17:32.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-21T00:17:32.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-21T00:17:32.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38942026-06-21T00:17:32.484Z
38952026-06-21T00:17:32.484Zinfo: running `cargo check --bins` on range-requests (213/298)
38962026-06-21T00:17:32.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-21T00:17:32.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-21T00:17:32.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-21T00:17:32.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39002026-06-21T00:17:33.012Z
39012026-06-21T00:17:33.012Zinfo: running `cargo check --bins` on repo-depot-api (214/298)
39022026-06-21T00:17:33.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-21T00:17:33.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-21T00:17:33.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-21T00:17:33.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39062026-06-21T00:17:33.543Z
39072026-06-21T00:17:33.543Zinfo: running `cargo check --bins` on sled-agent-api (215/298)
39082026-06-21T00:17:34.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-21T00:17:34.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-21T00:17:34.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-21T00:17:34.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39122026-06-21T00:17:34.096Z
39132026-06-21T00:17:34.096Zinfo: running `cargo check --bins` on sled-diagnostics (216/298)
39142026-06-21T00:17:34.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-21T00:17:34.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-21T00:17:34.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-21T00:17:34.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39182026-06-21T00:17:34.649Z
39192026-06-21T00:17:34.649Zinfo: running `cargo check --bins` on zfs-test-harness (217/298)
39202026-06-21T00:17:35.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-21T00:17:35.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-21T00:17:35.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-21T00:17:35.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39242026-06-21T00:17:35.203Z
39252026-06-21T00:17:35.203Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/298)
39262026-06-21T00:17:35.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-21T00:17:35.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-21T00:17:35.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-21T00:17:35.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-06-21T00:17:35.753Z
39312026-06-21T00:17:35.753Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/298)
39322026-06-21T00:17:36.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-21T00:17:36.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-21T00:17:36.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-21T00:17:36.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-06-21T00:17:36.312Z
39372026-06-21T00:17:36.312Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/298)
39382026-06-21T00:17:36.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-21T00:17:36.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-21T00:17:36.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-21T00:17:36.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-21T00:17:36.863Z
39432026-06-21T00:17:36.863Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/298)
39442026-06-21T00:17:37.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-21T00:17:37.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-21T00:17:37.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-21T00:17:37.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39482026-06-21T00:17:37.407Z
39492026-06-21T00:17:37.407Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/298)
39502026-06-21T00:17:37.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-21T00:17:37.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-21T00:17:37.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-21T00:17:37.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-06-21T00:17:37.960Z
39552026-06-21T00:17:37.960Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/298)
39562026-06-21T00:17:38.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-21T00:17:38.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-21T00:17:38.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-21T00:17:38.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-06-21T00:17:38.513Z
39612026-06-21T00:17:38.514Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/298)
39622026-06-21T00:17:38.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-21T00:17:38.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-21T00:17:38.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-21T00:17:38.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-06-21T00:17:39.069Z
39672026-06-21T00:17:39.069Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/298)
39682026-06-21T00:17:39.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-21T00:17:39.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-21T00:17:39.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-21T00:17:39.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39722026-06-21T00:17:39.643Z
39732026-06-21T00:17:39.644Zinfo: running `cargo check --bins` on trust-quorum (226/298)
39742026-06-21T00:17:40.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-21T00:17:40.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-21T00:17:40.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-21T00:17:40.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39782026-06-21T00:17:40.202Z
39792026-06-21T00:17:40.202Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/298)
39802026-06-21T00:17:40.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-21T00:17:40.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-21T00:17:40.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-21T00:17:40.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-06-21T00:17:40.770Z
39852026-06-21T00:17:40.770Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/298)
39862026-06-21T00:17:41.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-21T00:17:41.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-21T00:17:41.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-21T00:17:41.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-06-21T00:17:41.352Z
39912026-06-21T00:17:41.352Zinfo: running `cargo check --bins` on update-common (229/298)
39922026-06-21T00:17:41.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-21T00:17:41.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-21T00:17:41.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-21T00:17:41.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39962026-06-21T00:17:41.889Z
39972026-06-21T00:17:41.889Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/298)
39982026-06-21T00:17:42.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-21T00:17:42.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-21T00:17:42.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-21T00:17:42.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40022026-06-21T00:17:42.473Z
40032026-06-21T00:17:42.473Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/298)
40042026-06-21T00:17:42.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-21T00:17:42.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-21T00:17:42.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-21T00:17:42.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40082026-06-21T00:17:42.984Z
40092026-06-21T00:17:42.985Zinfo: running `cargo check --bins` on reconfigurator-cli (232/298)
40102026-06-21T00:17:43.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-21T00:17:43.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-21T00:17:43.702Z Compiling fs-err v2.11.0
40132026-06-21T00:17:43.706Z Checking ignore v0.4.25
40142026-06-21T00:17:43.706Z Checking arc-swap v1.8.2
40152026-06-21T00:17:43.829Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40162026-06-21T00:17:43.832Z Checking predicates-tree v1.0.13
40172026-06-21T00:17:43.835Z Checking parse-size v1.1.0
40182026-06-21T00:17:43.857Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40192026-06-21T00:17:43.860Z Checking rand_seeder v0.4.0
40202026-06-21T00:17:43.924Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40212026-06-21T00:17:43.957Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40222026-06-21T00:17:44.010Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40232026-06-21T00:17:44.027Z Checking slog-scope v4.4.1
40242026-06-21T00:17:44.062Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-06-21T00:17:44.155Z Checking slog-stdlog v4.1.1
40262026-06-21T00:17:44.169Z Compiling petname v2.0.2
40272026-06-21T00:17:44.184Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40282026-06-21T00:17:44.201Z Checking globwalk v0.9.1
40292026-06-21T00:17:44.261Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40302026-06-21T00:17:44.275Z Checking slog-envlogger v2.2.0
40312026-06-21T00:17:44.379Z Checking camino-tempfile-ext v0.3.3
40322026-06-21T00:17:44.424Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40332026-06-21T00:17:44.454Z Checking sapling-renderdag v0.1.0
40342026-06-21T00:17:44.579Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40352026-06-21T00:17:44.615Z Checking subprocess v0.2.15
40362026-06-21T00:17:44.702Z Checking sync-ptr v0.1.4
40372026-06-21T00:17:44.799Z Checking colored v2.2.0
40382026-06-21T00:17:45.815Z Checking assert_matches v1.5.0
40392026-06-21T00:17:45.818Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40402026-06-21T00:17:45.818Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40412026-06-21T00:17:45.818Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40422026-06-21T00:17:45.818Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40432026-06-21T00:17:47.028Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40442026-06-21T00:17:49.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
40452026-06-21T00:17:49.395Z
40462026-06-21T00:17:49.395Zinfo: running `cargo check --bins` on omicron-repl-utils (233/298)
40472026-06-21T00:17:49.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-06-21T00:17:49.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-06-21T00:17:49.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-06-21T00:17:49.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40512026-06-21T00:17:49.909Z
40522026-06-21T00:17:49.909Zinfo: running `cargo check --bins` on transient-dns-server (234/298)
40532026-06-21T00:17:50.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-21T00:17:50.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-21T00:17:50.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-21T00:17:50.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40572026-06-21T00:17:50.453Z
40582026-06-21T00:17:50.453Zinfo: running `cargo check --bins` on nexus-test-interface (235/298)
40592026-06-21T00:17:50.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-21T00:17:50.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-21T00:17:50.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-21T00:17:50.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40632026-06-21T00:17:51.031Z
40642026-06-21T00:17:51.032Zinfo: running `cargo check --bins` on oximeter-collector (236/298)
40652026-06-21T00:17:51.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-21T00:17:51.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-21T00:17:51.690Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40682026-06-21T00:17:51.691Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40692026-06-21T00:17:52.325Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40702026-06-21T00:17:53.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
40712026-06-21T00:17:54.048Z
40722026-06-21T00:17:54.048Zinfo: running `cargo check --bins` on oximeter-api (237/298)
40732026-06-21T00:17:54.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-06-21T00:17:54.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-06-21T00:17:54.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-06-21T00:17:54.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40772026-06-21T00:17:54.573Z
40782026-06-21T00:17:54.573Zinfo: running `cargo check --bins` on cert-dev (238/298)
40792026-06-21T00:17:55.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-21T00:17:55.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-21T00:17:55.120Z Checking yasna v0.5.2
40822026-06-21T00:17:55.517Z Checking rcgen v0.12.1
40832026-06-21T00:17:55.770Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40842026-06-21T00:17:55.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40852026-06-21T00:17:56.099Z
40862026-06-21T00:17:56.099Zinfo: running `cargo check --bins` on clickana (239/298)
40872026-06-21T00:17:56.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-21T00:17:56.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-21T00:17:56.686Z Compiling darling_core v0.23.0
40902026-06-21T00:17:56.691Z Compiling instability v0.3.11
40912026-06-21T00:17:56.691Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40922026-06-21T00:17:56.789Z Checking castaway v0.2.4
40932026-06-21T00:17:56.794Z Compiling indoc v2.0.7
40942026-06-21T00:17:56.805Z Checking unicode-truncate v1.1.0
40952026-06-21T00:17:56.822Z Checking lru v0.12.5
40962026-06-21T00:17:56.825Z Checking cassowary v0.3.0
40972026-06-21T00:17:56.891Z Checking compact_str v0.8.1
40982026-06-21T00:17:58.098Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40992026-06-21T00:17:58.221Z Compiling darling_macro v0.23.0
41002026-06-21T00:17:58.275Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41012026-06-21T00:17:58.630Z Compiling darling v0.23.0
41022026-06-21T00:17:59.253Z Checking ratatui v0.29.0
41032026-06-21T00:18:00.317Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41042026-06-21T00:18:00.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
41052026-06-21T00:18:01.145Z
41062026-06-21T00:18:01.146Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/298)
41072026-06-21T00:18:01.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-06-21T00:18:01.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-06-21T00:18:01.805Z Checking headers-core v0.3.0
41102026-06-21T00:18:01.808Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41112026-06-21T00:18:02.000Z Checking headers v0.4.1
41122026-06-21T00:18:02.363Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41132026-06-21T00:18:03.221Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41142026-06-21T00:18:03.701Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41152026-06-21T00:18:04.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
41162026-06-21T00:18:04.285Z
41172026-06-21T00:18:04.285Zinfo: running `cargo check --bins` on ch-dev (241/298)
41182026-06-21T00:18:04.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-06-21T00:18:04.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-06-21T00:18:04.941Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41212026-06-21T00:18:05.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41222026-06-21T00:18:05.852Z
41232026-06-21T00:18:05.852Zinfo: running `cargo check --bins` on dev-tools-common (242/298)
41242026-06-21T00:18:06.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-21T00:18:06.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-21T00:18:06.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-06-21T00:18:06.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41282026-06-21T00:18:06.242Z
41292026-06-21T00:18:06.242Zinfo: running `cargo check --bins` on crdb-seed (243/298)
41302026-06-21T00:18:06.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-21T00:18:06.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-21T00:18:06.901Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-06-21T00:18:07.902Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41342026-06-21T00:18:08.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
41352026-06-21T00:18:08.390Z
41362026-06-21T00:18:08.390Zinfo: running `cargo check --bins` on db-dev (244/298)
41372026-06-21T00:18:08.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-21T00:18:08.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-21T00:18:09.047Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41402026-06-21T00:18:09.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41412026-06-21T00:18:09.971Z
41422026-06-21T00:18:09.971Zinfo: running `cargo check --bins` on omicron-dev-lib (245/298)
41432026-06-21T00:18:10.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-21T00:18:10.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-21T00:18:10.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-06-21T00:18:10.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-06-21T00:18:10.534Z
41482026-06-21T00:18:10.534Zinfo: running `cargo check --bins` on xtask-downloader (246/298)
41492026-06-21T00:18:10.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-21T00:18:10.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-21T00:18:11.084Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41522026-06-21T00:18:11.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41532026-06-21T00:18:11.928Z
41542026-06-21T00:18:11.928Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/298)
41552026-06-21T00:18:12.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-21T00:18:12.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-21T00:18:12.616Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-06-21T00:18:12.616Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-06-21T00:18:12.619Z Checking git-stub v1.0.0
41602026-06-21T00:18:12.620Z Compiling trait-variant v0.1.2
41612026-06-21T00:18:12.620Z Checking is_ci v1.2.0
41622026-06-21T00:18:12.620Z Checking maplit v1.0.2
41632026-06-21T00:18:12.742Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41642026-06-21T00:18:12.755Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41652026-06-21T00:18:12.809Z Checking drift v0.2.0
41662026-06-21T00:18:12.812Z Checking supports-color v3.0.2
41672026-06-21T00:18:12.890Z Checking git-stub-vcs v0.1.0
41682026-06-21T00:18:12.942Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41692026-06-21T00:18:12.955Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41702026-06-21T00:18:12.977Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41712026-06-21T00:18:13.086Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41722026-06-21T00:18:13.157Z Checking dropshot-api-manager v0.7.2
41732026-06-21T00:18:13.189Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41742026-06-21T00:18:13.226Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41752026-06-21T00:18:13.241Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41762026-06-21T00:18:13.522Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41772026-06-21T00:18:13.957Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41782026-06-21T00:18:14.975Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41792026-06-21T00:18:16.180Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41802026-06-21T00:18:16.760Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41812026-06-21T00:18:17.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
41822026-06-21T00:18:17.376Z
41832026-06-21T00:18:17.376Zinfo: running `cargo check --bins` on installinator-api (248/298)
41842026-06-21T00:18:17.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-06-21T00:18:17.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-06-21T00:18:17.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-06-21T00:18:17.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41882026-06-21T00:18:17.903Z
41892026-06-21T00:18:17.903Zinfo: running `cargo check --bins` on nexus-external-api (249/298)
41902026-06-21T00:18:18.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-21T00:18:18.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-21T00:18:18.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-21T00:18:18.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41942026-06-21T00:18:18.462Z
41952026-06-21T00:18:18.462Zinfo: running `cargo check --bins` on nexus-internal-api (250/298)
41962026-06-21T00:18:18.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-21T00:18:18.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-21T00:18:18.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-21T00:18:18.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-21T00:18:19.028Z
42012026-06-21T00:18:19.028Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/298)
42022026-06-21T00:18:19.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-21T00:18:19.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-21T00:18:19.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-21T00:18:19.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42062026-06-21T00:18:19.593Z
42072026-06-21T00:18:19.593Zinfo: running `cargo check --bins` on ntp-admin-api (252/298)
42082026-06-21T00:18:20.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-21T00:18:20.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-21T00:18:20.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-21T00:18:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42122026-06-21T00:18:20.124Z
42132026-06-21T00:18:20.124Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/298)
42142026-06-21T00:18:20.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-21T00:18:20.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-21T00:18:20.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-21T00:18:20.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42182026-06-21T00:18:20.637Z
42192026-06-21T00:18:20.637Zinfo: running `cargo check --bins` on wicketd-api (254/298)
42202026-06-21T00:18:21.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-21T00:18:21.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-21T00:18:21.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-21T00:18:21.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42242026-06-21T00:18:21.180Z
42252026-06-21T00:18:21.180Zinfo: running `cargo check --bins` on omicron-ls-apis (255/298)
42262026-06-21T00:18:21.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-21T00:18:21.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-21T00:18:21.727Z Checking typeid v1.0.3
42292026-06-21T00:18:21.832Z Checking ordered-float v2.10.1
42302026-06-21T00:18:21.851Z Checking unicode-xid v0.2.6
42312026-06-21T00:18:21.861Z Checking cargo-platform v0.2.0
42322026-06-21T00:18:21.872Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42332026-06-21T00:18:21.903Z Checking erased-serde v0.4.9
42342026-06-21T00:18:22.036Z Checking serde-value v0.7.0
42352026-06-21T00:18:22.216Z Checking serde-untagged v0.1.9
42362026-06-21T00:18:22.372Z Checking cargo-util-schemas v0.8.2
42372026-06-21T00:18:23.062Z Checking cargo_metadata v0.21.0
42382026-06-21T00:18:23.670Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42392026-06-21T00:18:24.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
42402026-06-21T00:18:24.579Z
42412026-06-21T00:18:24.579Zinfo: running `cargo check --bins` on mgs-dev (256/298)
42422026-06-21T00:18:25.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-06-21T00:18:25.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-06-21T00:18:25.253Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-06-21T00:18:25.856Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42462026-06-21T00:18:26.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42472026-06-21T00:18:26.530Z
42482026-06-21T00:18:26.531Zinfo: running `cargo check --bins` on omicron-omdb (257/298)
42492026-06-21T00:18:27.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-21T00:18:27.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-21T00:18:27.443Z Compiling vergen-lib v0.1.6
42522026-06-21T00:18:27.443Z Compiling diesel_derives v2.3.7
42532026-06-21T00:18:27.443Z Compiling dsl_auto_type v0.2.0
42542026-06-21T00:18:27.443Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42552026-06-21T00:18:27.446Z Checking scheduled-thread-pool v0.2.7
42562026-06-21T00:18:27.446Z Compiling vergen-gitcl v1.0.8
42572026-06-21T00:18:27.446Z Compiling diesel_table_macro_syntax v0.3.0
42582026-06-21T00:18:27.446Z Compiling dirs-sys-next v0.1.2
42592026-06-21T00:18:27.753Z Compiling glob v0.3.3
42602026-06-21T00:18:27.784Z Compiling crunchy v0.2.4
42612026-06-21T00:18:27.800Z Checking r2d2 v0.8.10
42622026-06-21T00:18:27.866Z Compiling dirs-next v2.0.0
42632026-06-21T00:18:27.887Z Checking downcast-rs v2.0.2
42642026-06-21T00:18:27.987Z Compiling tiny-keccak v2.0.2
42652026-06-21T00:18:27.990Z Compiling term v0.7.0
42662026-06-21T00:18:28.147Z Compiling bit-vec v0.6.3
42672026-06-21T00:18:28.162Z Compiling clang-sys v1.8.1
42682026-06-21T00:18:28.179Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42692026-06-21T00:18:28.367Z Compiling bit-set v0.5.3
42702026-06-21T00:18:28.384Z Compiling ascii-canvas v3.0.0
42712026-06-21T00:18:28.535Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722026-06-21T00:18:28.554Z Compiling itertools v0.10.5
42732026-06-21T00:18:28.569Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42742026-06-21T00:18:28.584Z Compiling ena v0.14.4
42752026-06-21T00:18:28.623Z Compiling libloading v0.8.9
42762026-06-21T00:18:28.626Z Compiling diff v0.1.13
42772026-06-21T00:18:28.686Z Compiling bindgen v0.71.1
42782026-06-21T00:18:28.797Z Compiling regex-syntax v0.6.29
42792026-06-21T00:18:28.908Z Compiling cexpr v0.6.0
42802026-06-21T00:18:29.141Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42812026-06-21T00:18:29.289Z Compiling rustc-hash v2.1.1
42822026-06-21T00:18:29.428Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42832026-06-21T00:18:29.526Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-06-21T00:18:29.587Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-06-21T00:18:29.618Z Compiling libxml v0.3.3
42862026-06-21T00:18:29.859Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-06-21T00:18:29.875Z Compiling strum_macros v0.24.3
42882026-06-21T00:18:29.907Z Compiling indoc v1.0.9
42892026-06-21T00:18:30.368Z Compiling lalrpop v0.19.12
42902026-06-21T00:18:30.740Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-06-21T00:18:30.915Z Checking derive_builder v0.20.2
42922026-06-21T00:18:30.931Z Compiling oso-derive v0.27.3
42932026-06-21T00:18:31.034Z Checking quick-xml v0.37.5
42942026-06-21T00:18:31.258Z Compiling impl-trait-for-tuples v0.2.3
42952026-06-21T00:18:31.424Z Checking openssl-probe v0.1.6
42962026-06-21T00:18:31.570Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-06-21T00:18:31.905Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-06-21T00:18:32.103Z Checking bb8 v0.8.6
42992026-06-21T00:18:32.331Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-06-21T00:18:32.388Z Checking nonempty v0.12.0
43012026-06-21T00:18:32.546Z Compiling libz-sys v1.1.24
43022026-06-21T00:18:32.563Z Compiling strsim v0.10.0
43032026-06-21T00:18:32.566Z Compiling libgit2-sys v0.18.3+1.9.2
43042026-06-21T00:18:32.825Z Compiling darling_core v0.13.4
43052026-06-21T00:18:32.905Z Compiling vergen-git2 v9.1.0
43062026-06-21T00:18:32.991Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43072026-06-21T00:18:33.210Z Compiling rustls v0.21.12
43082026-06-21T00:18:33.226Z Compiling base64 v0.21.7
43092026-06-21T00:18:33.449Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43102026-06-21T00:18:33.554Z Compiling ron v0.8.1
43112026-06-21T00:18:33.593Z Checking diesel v2.3.7
43122026-06-21T00:18:34.417Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43132026-06-21T00:18:34.508Z Checking sct v0.7.1
43142026-06-21T00:18:34.614Z Checking rustls-webpki v0.101.7
43152026-06-21T00:18:34.675Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43162026-06-21T00:18:34.734Z Compiling darling_macro v0.13.4
43172026-06-21T00:18:35.275Z Compiling darling v0.13.4
43182026-06-21T00:18:35.373Z Compiling serde_with_macros v1.5.2
43192026-06-21T00:18:35.649Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43202026-06-21T00:18:36.235Z Compiling serde_with v1.14.0
43212026-06-21T00:18:36.326Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43222026-06-21T00:18:37.316Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43232026-06-21T00:18:37.362Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43242026-06-21T00:18:38.095Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43252026-06-21T00:18:38.732Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43262026-06-21T00:18:38.900Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43272026-06-21T00:18:38.917Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43282026-06-21T00:18:38.932Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43292026-06-21T00:18:39.090Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-06-21T00:18:39.106Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43312026-06-21T00:18:39.123Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43322026-06-21T00:18:39.284Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-06-21T00:18:39.448Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43342026-06-21T00:18:39.498Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43352026-06-21T00:18:39.515Z Checking tokio-rustls v0.24.1
43362026-06-21T00:18:39.715Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43372026-06-21T00:18:40.172Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43382026-06-21T00:18:40.282Z Checking rustls-pemfile v1.0.4
43392026-06-21T00:18:40.432Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43402026-06-21T00:18:40.650Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43412026-06-21T00:18:40.798Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43422026-06-21T00:18:40.844Z Checking twox-hash v2.1.2
43432026-06-21T00:18:41.018Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-21T00:18:41.149Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-21T00:18:41.165Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43462026-06-21T00:18:41.204Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43472026-06-21T00:18:41.316Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-06-21T00:18:42.579Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43492026-06-21T00:18:42.861Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43502026-06-21T00:18:43.177Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43512026-06-21T00:18:43.258Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43522026-06-21T00:18:43.531Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-21T00:18:43.728Z Checking console v0.16.2
43542026-06-21T00:18:44.049Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43552026-06-21T00:18:44.204Z Checking fatfs v0.3.6
43562026-06-21T00:18:44.241Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43572026-06-21T00:18:44.681Z Compiling seq-macro v0.3.6
43582026-06-21T00:18:45.196Z Checking unit-prefix v0.5.2
43592026-06-21T00:18:45.338Z Checking indicatif v0.18.4
43602026-06-21T00:18:45.616Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43612026-06-21T00:18:45.748Z Checking support-bundle-viewer v0.1.2
43622026-06-21T00:18:45.998Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43632026-06-21T00:18:46.211Z Checking multimap v0.10.1
43642026-06-21T00:18:51.805Z Checking async-bb8-diesel v0.2.1
43652026-06-21T00:18:52.170Z Checking diesel-dtrace v0.5.0
43662026-06-21T00:18:55.141Z Compiling samael v0.0.19
43672026-06-21T00:18:59.864Z Compiling git2 v0.20.4
43682026-06-21T00:19:01.997Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43692026-06-21T00:19:02.423Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43702026-06-21T00:19:02.448Z Compiling polar-core v0.27.3
43712026-06-21T00:19:07.054Z Checking oso v0.27.3
43722026-06-21T00:19:36.067Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-06-21T00:20:47.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43742026-06-21T00:20:47.936Z
43752026-06-21T00:20:47.937Zinfo: running `cargo check --bins` on nexus-networking (258/298)
43762026-06-21T00:20:48.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-06-21T00:20:48.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-06-21T00:20:48.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-06-21T00:20:48.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43802026-06-21T00:20:48.561Z
43812026-06-21T00:20:48.561Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
43822026-06-21T00:20:49.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-06-21T00:20:49.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-06-21T00:20:49.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-06-21T00:20:49.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43862026-06-21T00:20:49.145Z
43872026-06-21T00:20:49.146Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
43882026-06-21T00:20:49.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-06-21T00:20:49.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-06-21T00:20:49.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-06-21T00:20:49.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43922026-06-21T00:20:49.731Z
43932026-06-21T00:20:49.731Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
43942026-06-21T00:20:50.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-21T00:20:50.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-21T00:20:50.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-21T00:20:50.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43982026-06-21T00:20:50.248Z
43992026-06-21T00:20:50.251Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44002026-06-21T00:20:50.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-21T00:20:50.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-21T00:20:51.025Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44032026-06-21T00:20:51.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44042026-06-21T00:20:51.964Z
44052026-06-21T00:20:51.965Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44062026-06-21T00:20:52.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-21T00:20:52.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-21T00:20:52.746Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-06-21T00:21:29.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.84s
44102026-06-21T00:21:30.014Z
44112026-06-21T00:21:30.014Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/298)
44122026-06-21T00:21:30.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-21T00:21:30.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-21T00:21:30.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-06-21T00:21:30.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44162026-06-21T00:21:30.531Z
44172026-06-21T00:21:30.531Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/298)
44182026-06-21T00:21:31.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-21T00:21:31.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-21T00:21:31.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-06-21T00:21:31.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44222026-06-21T00:21:31.106Z
44232026-06-21T00:21:31.106Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/298)
44242026-06-21T00:21:31.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-21T00:21:31.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-21T00:21:31.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-06-21T00:21:31.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44282026-06-21T00:21:31.691Z
44292026-06-21T00:21:31.691Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/298)
44302026-06-21T00:21:32.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-21T00:21:32.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-21T00:21:32.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-21T00:21:32.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44342026-06-21T00:21:32.276Z
44352026-06-21T00:21:32.276Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/298)
44362026-06-21T00:21:32.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-21T00:21:32.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-21T00:21:32.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-21T00:21:32.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44402026-06-21T00:21:32.860Z
44412026-06-21T00:21:32.861Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/298)
44422026-06-21T00:21:33.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-21T00:21:33.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-21T00:21:33.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-21T00:21:33.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-06-21T00:21:33.447Z
44472026-06-21T00:21:33.447Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/298)
44482026-06-21T00:21:33.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-21T00:21:33.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-21T00:21:33.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-21T00:21:33.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44522026-06-21T00:21:34.037Z
44532026-06-21T00:21:34.037Zinfo: running `cargo check --bins` on nexus-switch-config (271/298)
44542026-06-21T00:21:34.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-21T00:21:34.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-21T00:21:34.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-21T00:21:34.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44582026-06-21T00:21:34.607Z
44592026-06-21T00:21:34.607Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (272/298)
44602026-06-21T00:21:35.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-21T00:21:35.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-21T00:21:35.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-21T00:21:35.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44642026-06-21T00:21:35.197Z
44652026-06-21T00:21:35.197Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
44662026-06-21T00:21:35.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-21T00:21:35.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-21T00:21:35.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-06-21T00:21:35.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44702026-06-21T00:21:35.784Z
44712026-06-21T00:21:35.784Zinfo: running `cargo check --bins` on omicron-dev (274/298)
44722026-06-21T00:21:36.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-06-21T00:21:36.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-06-21T00:21:36.626Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44752026-06-21T00:21:36.693Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44762026-06-21T00:21:36.776Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44772026-06-21T00:21:36.792Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44782026-06-21T00:21:36.828Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44792026-06-21T00:21:36.832Z Checking yansi v1.0.1
44802026-06-21T00:21:36.832Z Checking diff v0.1.13
44812026-06-21T00:21:36.832Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44822026-06-21T00:21:36.951Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44832026-06-21T00:21:37.121Z Checking pretty_assertions v1.4.1
44842026-06-21T00:21:37.771Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44852026-06-21T00:21:37.854Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44862026-06-21T00:22:01.821Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44872026-06-21T00:22:01.821Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44882026-06-21T00:22:01.821Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44892026-06-21T00:22:01.826Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44902026-06-21T00:22:01.826Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44912026-06-21T00:22:01.826Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44922026-06-21T00:22:01.827Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44932026-06-21T00:22:02.620Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44942026-06-21T00:22:02.620Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44952026-06-21T00:22:03.838Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44962026-06-21T00:22:40.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44972026-06-21T00:22:40.521Z
44982026-06-21T00:22:40.521Zinfo: running `cargo check --bins` on omicron-pins (275/298)
44992026-06-21T00:22:40.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-06-21T00:22:40.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-06-21T00:22:40.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-06-21T00:22:40.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45032026-06-21T00:22:41.041Z
45042026-06-21T00:22:41.041Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45052026-06-21T00:22:41.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-06-21T00:22:41.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-06-21T00:22:41.759Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45082026-06-21T00:22:41.875Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45092026-06-21T00:22:41.878Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45102026-06-21T00:23:08.465Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-06-21T00:23:08.845Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45122026-06-21T00:23:10.550Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45132026-06-21T00:23:10.997Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45142026-06-21T00:23:13.979Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45152026-06-21T00:23:37.147Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45162026-06-21T00:23:37.854Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45172026-06-21T00:23:39.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.41s
45182026-06-21T00:23:39.659Z
45192026-06-21T00:23:39.659Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45202026-06-21T00:23:40.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-06-21T00:23:40.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-06-21T00:23:40.330Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45232026-06-21T00:23:40.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45242026-06-21T00:23:41.176Z
45252026-06-21T00:23:41.176Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45262026-06-21T00:23:41.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-06-21T00:23:41.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-06-21T00:23:41.779Z Compiling blake3 v1.8.3
45292026-06-21T00:23:41.884Z Checking arrayvec v0.7.6
45302026-06-21T00:23:41.890Z Checking arrayref v0.3.9
45312026-06-21T00:23:41.893Z Checking constant_time_eq v0.4.2
45322026-06-21T00:23:41.902Z Checking topological-sort v0.2.2
45332026-06-21T00:23:41.906Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45342026-06-21T00:23:41.906Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45352026-06-21T00:23:41.906Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45362026-06-21T00:23:41.946Z Checking shell-words v1.1.1
45372026-06-21T00:23:42.781Z Checking omicron-zone-package v0.12.2
45382026-06-21T00:23:43.497Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45392026-06-21T00:23:44.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
45402026-06-21T00:23:44.532Z
45412026-06-21T00:23:44.532Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45422026-06-21T00:23:44.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-06-21T00:23:45.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-06-21T00:23:45.177Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45452026-06-21T00:23:45.446Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45462026-06-21T00:23:45.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45472026-06-21T00:23:46.007Z
45482026-06-21T00:23:46.007Zinfo: running `cargo check --bins` on schema (280/298)
45492026-06-21T00:23:46.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-06-21T00:23:46.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-06-21T00:23:46.681Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45522026-06-21T00:23:47.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45532026-06-21T00:23:47.545Z
45542026-06-21T00:23:47.545Zinfo: running `cargo check --bins` on xtask (281/298)
45552026-06-21T00:23:47.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-06-21T00:23:47.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-06-21T00:23:47.933Z Checking libc v0.2.185
45582026-06-21T00:23:47.936Z Checking serde v1.0.228
45592026-06-21T00:23:48.006Z Checking zerofrom v0.1.6
45602026-06-21T00:23:48.014Z Checking bitflags v2.11.0
45612026-06-21T00:23:48.019Z Checking smallvec v1.15.1
45622026-06-21T00:23:48.024Z Checking indexmap v2.14.0
45632026-06-21T00:23:48.032Z Checking serde_json v1.0.149
45642026-06-21T00:23:48.036Z Checking num-traits v0.2.19
45652026-06-21T00:23:48.111Z Checking yoke v0.8.1
45662026-06-21T00:23:48.157Z Checking scroll v0.12.0
45672026-06-21T00:23:48.190Z Checking thiserror v1.0.69
45682026-06-21T00:23:48.277Z Checking zerovec v0.11.5
45692026-06-21T00:23:48.289Z Checking zerotrie v0.2.3
45702026-06-21T00:23:48.301Z Checking errno v0.3.14
45712026-06-21T00:23:48.380Z Checking percent-encoding v2.3.2
45722026-06-21T00:23:48.395Z Checking toml_datetime v0.6.11
45732026-06-21T00:23:48.413Z Checking rustix v1.1.3
45742026-06-21T00:23:48.520Z Checking serde_spanned v0.6.9
45752026-06-21T00:23:48.532Z Checking log v0.4.29
45762026-06-21T00:23:48.542Z Checking form_urlencoded v1.2.2
45772026-06-21T00:23:48.570Z Checking ordered-float v2.10.1
45782026-06-21T00:23:48.580Z Checking zerocopy v0.7.35
45792026-06-21T00:23:48.634Z Checking getrandom v0.4.1
45802026-06-21T00:23:48.644Z Checking toml_edit v0.22.27
45812026-06-21T00:23:48.672Z Checking thiserror v2.0.18
45822026-06-21T00:23:48.686Z Checking goblin v0.8.2
45832026-06-21T00:23:48.709Z Checking tinystr v0.8.2
45842026-06-21T00:23:48.769Z Checking potential_utf v0.1.4
45852026-06-21T00:23:48.779Z Checking syn v2.0.117
45862026-06-21T00:23:48.797Z Checking serde-value v0.7.0
45872026-06-21T00:23:48.892Z Checking icu_locale_core v2.1.1
45882026-06-21T00:23:48.902Z Checking icu_collections v2.1.1
45892026-06-21T00:23:49.000Z Checking dtrace-parser v0.2.0
45902026-06-21T00:23:49.080Z Checking thread-id v4.2.2
45912026-06-21T00:23:49.163Z Checking once_cell v1.21.3
45922026-06-21T00:23:49.213Z Checking cargo-platform v0.2.0
45932026-06-21T00:23:49.236Z Checking terminal_size v0.4.3
45942026-06-21T00:23:49.248Z Checking memmap v0.7.0
45952026-06-21T00:23:49.340Z Checking tempfile v3.25.0
45962026-06-21T00:23:49.350Z Checking clap_builder v4.6.0
45972026-06-21T00:23:49.374Z Checking textwrap v0.16.2
45982026-06-21T00:23:49.387Z Checking fs-err v3.3.0
45992026-06-21T00:23:49.453Z Checking icu_provider v2.1.1
46002026-06-21T00:23:49.534Z Checking camino-tempfile v1.4.1
46012026-06-21T00:23:49.563Z Checking tabled v0.15.0
46022026-06-21T00:23:49.582Z Checking anyhow v1.0.102
46032026-06-21T00:23:49.692Z Checking macaddr v1.0.1
46042026-06-21T00:23:49.703Z Checking icu_normalizer v2.1.1
46052026-06-21T00:23:49.779Z Checking icu_properties v2.1.2
46062026-06-21T00:23:49.790Z Checking toml v0.8.23
46072026-06-21T00:23:49.871Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46082026-06-21T00:23:50.106Z Checking cargo_toml v0.21.0
46092026-06-21T00:23:50.537Z Checking clap v4.6.1
46102026-06-21T00:23:50.560Z Checking dof v0.3.0
46112026-06-21T00:23:50.599Z Checking idna_adapter v1.2.1
46122026-06-21T00:23:50.713Z Checking idna v1.1.0
46132026-06-21T00:23:50.821Z Checking usdt-impl v0.5.0
46142026-06-21T00:23:50.935Z Checking url v2.5.8
46152026-06-21T00:23:51.067Z Checking usdt v0.5.0
46162026-06-21T00:23:51.278Z Checking cargo-util-schemas v0.8.2
46172026-06-21T00:23:51.976Z Checking cargo_metadata v0.21.0
46182026-06-21T00:23:52.588Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46192026-06-21T00:23:53.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
46202026-06-21T00:23:53.110Z
46212026-06-21T00:23:53.110Zinfo: running `cargo check --bins` on dnsadm (282/298)
46222026-06-21T00:23:53.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-06-21T00:23:53.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-06-21T00:23:53.687Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46252026-06-21T00:23:54.153Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46262026-06-21T00:23:54.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46272026-06-21T00:23:54.705Z
46282026-06-21T00:23:54.705Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46292026-06-21T00:23:55.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-06-21T00:23:55.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-06-21T00:23:55.442Z Checking polyval v0.6.2
46322026-06-21T00:23:55.558Z Checking ctr v0.9.2
46332026-06-21T00:23:55.568Z Checking ssh-encoding v0.2.0
46342026-06-21T00:23:55.568Z Checking blowfish v0.9.1
46352026-06-21T00:23:55.586Z Checking password-hash v0.4.2
46362026-06-21T00:23:55.599Z Checking p256 v0.13.2
46372026-06-21T00:23:55.603Z Checking p521 v0.13.3
46382026-06-21T00:23:55.628Z Checking russh-cryptovec v0.7.3
46392026-06-21T00:23:55.703Z Checking ghash v0.5.1
46402026-06-21T00:23:55.715Z Checking bcrypt-pbkdf v0.10.0
46412026-06-21T00:23:55.728Z Checking md5 v0.7.0
46422026-06-21T00:23:55.747Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46432026-06-21T00:23:55.762Z Checking num-bigint v0.4.6
46442026-06-21T00:23:55.798Z Checking pbkdf2 v0.11.0
46452026-06-21T00:23:55.815Z Checking aes-gcm v0.10.3
46462026-06-21T00:23:55.858Z Checking des v0.8.1
46472026-06-21T00:23:55.875Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46482026-06-21T00:23:55.919Z Checking hex-literal v0.4.1
46492026-06-21T00:23:55.957Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46502026-06-21T00:23:55.976Z Checking ssh-cipher v0.2.0
46512026-06-21T00:23:55.976Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46522026-06-21T00:23:56.011Z Checking internet-checksum v0.2.1
46532026-06-21T00:23:56.152Z Checking ssh-key v0.6.7
46542026-06-21T00:23:56.254Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46552026-06-21T00:23:56.784Z Checking russh-keys v0.45.0
46562026-06-21T00:23:57.380Z Checking russh v0.45.0
46572026-06-21T00:24:13.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s
46582026-06-21T00:24:13.906Z
46592026-06-21T00:24:13.906Zinfo: running `cargo check --bins` on gateway-cli (284/298)
46602026-06-21T00:24:14.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-21T00:24:14.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-21T00:24:14.496Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46632026-06-21T00:24:14.597Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46642026-06-21T00:24:14.606Z Checking termios v0.3.3
46652026-06-21T00:24:15.814Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46662026-06-21T00:24:15.977Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46672026-06-21T00:24:17.629Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46682026-06-21T00:24:18.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
46692026-06-21T00:24:18.360Z
46702026-06-21T00:24:18.361Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
46712026-06-21T00:24:18.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-06-21T00:24:18.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-06-21T00:24:19.016Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46742026-06-21T00:24:19.019Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46752026-06-21T00:24:19.019Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46762026-06-21T00:24:19.019Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46772026-06-21T00:24:19.142Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46782026-06-21T00:24:19.149Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46792026-06-21T00:24:19.880Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46802026-06-21T00:24:20.229Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46812026-06-21T00:24:20.229Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46822026-06-21T00:24:20.861Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46832026-06-21T00:24:22.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
46842026-06-21T00:24:22.660Z
46852026-06-21T00:24:22.660Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
46862026-06-21T00:24:23.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-06-21T00:24:23.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-06-21T00:24:23.244Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46892026-06-21T00:24:23.691Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46902026-06-21T00:24:24.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46912026-06-21T00:24:24.170Z
46922026-06-21T00:24:24.171Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
46932026-06-21T00:24:24.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-06-21T00:24:24.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-06-21T00:24:24.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46962026-06-21T00:24:24.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46972026-06-21T00:24:24.691Z
46982026-06-21T00:24:24.694Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
46992026-06-21T00:24:25.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-06-21T00:24:25.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-06-21T00:24:25.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47022026-06-21T00:24:25.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47032026-06-21T00:24:25.201Z
47042026-06-21T00:24:25.201Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47052026-06-21T00:24:25.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-06-21T00:24:25.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-06-21T00:24:25.889Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47082026-06-21T00:24:26.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
47092026-06-21T00:24:26.653Z
47102026-06-21T00:24:26.653Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47112026-06-21T00:24:27.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-21T00:24:27.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-21T00:24:27.235Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47142026-06-21T00:24:27.240Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47152026-06-21T00:24:27.510Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47162026-06-21T00:24:27.510Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47172026-06-21T00:24:28.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47182026-06-21T00:24:28.486Z
47192026-06-21T00:24:28.486Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47202026-06-21T00:24:28.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-06-21T00:24:28.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-06-21T00:24:28.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47232026-06-21T00:24:28.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47242026-06-21T00:24:28.997Z
47252026-06-21T00:24:28.997Zinfo: running `cargo check --bins` on omicron-package (292/298)
47262026-06-21T00:24:29.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-06-21T00:24:29.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-06-21T00:24:29.612Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47292026-06-21T00:24:30.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47302026-06-21T00:24:30.856Z
47312026-06-21T00:24:30.856Zinfo: running `cargo check --bins` on tqdb (293/298)
47322026-06-21T00:24:31.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-06-21T00:24:31.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-06-21T00:24:31.574Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47352026-06-21T00:24:31.926Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47362026-06-21T00:24:32.444Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47372026-06-21T00:24:32.447Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47382026-06-21T00:24:38.410Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47392026-06-21T00:24:38.415Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47402026-06-21T00:24:38.987Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47412026-06-21T00:24:38.987Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47422026-06-21T00:24:38.991Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47432026-06-21T00:24:38.991Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47442026-06-21T00:24:39.756Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47452026-06-21T00:24:40.721Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47462026-06-21T00:24:41.505Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47472026-06-21T00:24:42.112Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47482026-06-21T00:24:46.843Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47492026-06-21T00:24:53.409Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47502026-06-21T00:24:53.411Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47512026-06-21T00:24:53.411Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47522026-06-21T00:24:53.411Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47532026-06-21T00:24:54.884Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47542026-06-21T00:24:56.213Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47552026-06-21T00:24:56.880Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47562026-06-21T00:24:58.113Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47572026-06-21T00:24:58.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.79s
47582026-06-21T00:24:58.845Z
47592026-06-21T00:24:58.845Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
47602026-06-21T00:25:00.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-06-21T00:25:00.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-06-21T00:25:00.847Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47632026-06-21T00:25:00.848Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47642026-06-21T00:25:00.848Z Checking rtoolbox v0.0.3
47652026-06-21T00:25:00.848Z Checking tui-tree-widget v0.23.1
47662026-06-21T00:25:00.848Z Checking rpassword v7.4.0
47672026-06-21T00:25:00.848Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47682026-06-21T00:25:03.903Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47692026-06-21T00:25:05.757Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47702026-06-21T00:25:06.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.80s
47712026-06-21T00:25:06.833Z
47722026-06-21T00:25:06.833Zinfo: running `cargo check --bins` on wicket (295/298)
47732026-06-21T00:25:07.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-06-21T00:25:07.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-06-21T00:25:07.474Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47762026-06-21T00:25:07.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47772026-06-21T00:25:08.002Z
47782026-06-21T00:25:08.002Zinfo: running `cargo check --bins` on wicketd (296/298)
47792026-06-21T00:25:08.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-21T00:25:08.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-21T00:25:08.655Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47822026-06-21T00:25:08.655Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47832026-06-21T00:25:08.658Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47842026-06-21T00:25:08.658Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47852026-06-21T00:25:09.644Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47862026-06-21T00:25:10.212Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47872026-06-21T00:25:13.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
47882026-06-21T00:25:13.391Z
47892026-06-21T00:25:13.391Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
47902026-06-21T00:25:13.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-06-21T00:25:13.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-06-21T00:25:13.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47932026-06-21T00:25:13.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47942026-06-21T00:25:13.899Z
47952026-06-21T00:25:13.899Zinfo: running `cargo check --bins` on zone-setup (298/298)
47962026-06-21T00:25:14.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-06-21T00:25:14.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-06-21T00:25:14.508Z Checking uzers v0.12.2
47992026-06-21T00:25:14.777Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48002026-06-21T00:25:15.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48012026-06-21T00:25:15.718Z
48022026-06-21T00:25:15.718Zreal 13:42.764260436
48032026-06-21T00:25:15.718Zuser 20:48.322793063
48042026-06-21T00:25:15.718Zsys 4:08.659960152
48052026-06-21T00:25:15.718Ztrap 0.330845241
48062026-06-21T00:25:15.718Ztflt 0.731890708
48072026-06-21T00:25:15.718Zdflt 1.065134469
48082026-06-21T00:25:15.718Zkflt 0.005096147
48092026-06-21T00:25:15.719Zlock 1:15:23.157391039
48102026-06-21T00:25:15.719Zslp 1:39:36.038642362
48112026-06-21T00:25:15.719Zlat 53.290889249
48122026-06-21T00:25:15.719Zstop 3:22.055298608
48132026-06-21T00:25:15.721Zprocess exited: duration 975571 ms, exit code 0
 
48142026-06-21T00:25:15.727Zfound 0 output files