01KW0JMD5Z86P1Z7031VC4DW7G: 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: 01KW0JMS9K1WFR5CEPD8XC3CQX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T23:43:53.881Zjob assigned to worker 01KW0JN151ZJK7VJT15XJ04XRZ [factory aws, i-06fcac45c264c1e58] (queued for 50 s)
 
22026-06-25T23:43:59.982Zstarting task 0: "setup"
32026-06-25T23:43:59.986Z++ uname -s
42026-06-25T23:43:59.989Z+ kern=SunOS
52026-06-25T23:43:59.989Z+ build_user=build
62026-06-25T23:43:59.989Z+ build_uid=12345
72026-06-25T23:43:59.989Z+ work_dir=/work
82026-06-25T23:43:59.989Z+ input_dir=/input
92026-06-25T23:43:59.990Z+ [[ 0 == 12345 ]]
102026-06-25T23:43:59.990Z+ case "$kern" in
112026-06-25T23:43:59.990Z+ groupadd -g 12345 build
122026-06-25T23:43:59.990Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T23:44:01.994Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T23:44:02.113Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T23:44:02.116Z+ home_fs=zfs
162026-06-25T23:44:02.116Z+ [[ zfs == autofs ]]
172026-06-25T23:44:02.116Z+ mkdir -p /home/build
182026-06-25T23:44:02.116Z+ chown build:build /home/build /work
192026-06-25T23:44:04.117Z+ chmod 0700 /home/build /work
202026-06-25T23:44:04.120Zprocess exited: duration 4138 ms, exit code 0
 
212026-06-25T23:44:04.126Zstarting task 1: "rust-toolchain"
222026-06-25T23:44:04.129Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T23:44:04.129Z * rust toolchain channel = "1.96.0"
242026-06-25T23:44:04.129Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T23:44:04.132Z * rust toolchain profile = "default"
262026-06-25T23:44:04.132Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T23:44:04.132Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T23:44:04.132Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T23:44:04.132Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T23:44:04.188Zinfo: downloading installer
312026-06-25T23:44:05.599Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T23:44:05.599Zwarn: /home/build/.rustup/settings.toml
332026-06-25T23:44:05.599Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T23:44:05.599Zwarn: instead of the one inferred from the default host triple.
352026-06-25T23:44:05.610Zinfo: profile set to default
362026-06-25T23:44:05.611Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T23:44:05.613Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T23:44:05.772Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T23:44:05.775Zinfo: downloading 6 components
402026-06-25T23:44:20.823Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T23:44:20.823Z
422026-06-25T23:44:20.852Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T23:44:20.852Z
442026-06-25T23:44:20.852Z
452026-06-25T23:44:20.852ZRust is installed now. Great!
462026-06-25T23:44:20.852Z
472026-06-25T23:44:20.853ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T23:44:20.853Zenvironment variable. This has not been done automatically.
492026-06-25T23:44:20.853Z
502026-06-25T23:44:20.853ZTo configure your current shell, you need to source
512026-06-25T23:44:20.853Zthe corresponding env file under $HOME/.cargo.
522026-06-25T23:44:20.853Z
532026-06-25T23:44:20.853ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T23:44:20.856Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T23:44:20.856Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T23:44:20.856Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T23:44:20.856Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T23:44:20.857Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T23:44:20.857Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T23:44:20.857Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T23:44:20.857Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T23:44:20.942Z+ rustup --version
632026-06-25T23:44:20.950Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T23:44:20.954Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T23:44:20.971Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T23:44:20.974Z+ cargo --version
672026-06-25T23:44:20.987Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T23:44:20.990Z+ rustc --version
692026-06-25T23:44:21.008Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T23:44:21.012Zprocess exited: duration 16883 ms, exit code 0
 
712026-06-25T23:44:21.018Zstarting task 2: "authentication"
722026-06-25T23:44:21.034Zprocess exited: duration 15 ms, exit code 0
 
732026-06-25T23:44:21.039Zstarting task 3: "clone repository"
742026-06-25T23:44:21.042Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T23:44:21.045Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T23:44:21.072ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T23:44:32.832Z+ cd /work/oxidecomputer/omicron
782026-06-25T23:44:32.832Z+ git fetch origin 794b50256f2d4fa6f94e39dacec47863ad6bf338
792026-06-25T23:44:33.266ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T23:44:33.266Z * branch 794b50256f2d4fa6f94e39dacec47863ad6bf338 -> FETCH_HEAD
812026-06-25T23:44:33.276Z+ [[ -n '' ]]
822026-06-25T23:44:33.276Z+ git reset --hard 794b50256f2d4fa6f94e39dacec47863ad6bf338
832026-06-25T23:44:33.583ZHEAD is now at 794b50256 Support only requiring 2/3 downstairs to activate
842026-06-25T23:44:33.586Zprocess exited: duration 12546 ms, exit code 0
 
852026-06-25T23:44:33.592Zstarting task 4: "build"
862026-06-25T23:44:33.596Z+ source .github/buildomat/ci-env.sh
872026-06-25T23:44:33.599Z++ export CARGO_TERM_COLOR=always
882026-06-25T23:44:33.599Z++ CARGO_TERM_COLOR=always
892026-06-25T23:44:33.599Z+ cargo --version
902026-06-25T23:44:33.606Zcargo 1.96.0 (30a34c682 2026-05-25)
912026-06-25T23:44:33.609Z+ rustc --version
922026-06-25T23:44:33.628Zrustc 1.96.0 (ac68faa20 2026-05-25)
932026-06-25T23:44:33.631Z+ source ./env.sh
942026-06-25T23:44:33.631Z++ OLD_SHELL_OPTS=ehxB
952026-06-25T23:44:33.631Z++ set -o xtrace
962026-06-25T23:44:33.634Z++++ dirname ./env.sh
972026-06-25T23:44:33.634Z+++ readlink -f .
982026-06-25T23:44:33.637Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-25T23:44:33.637Z++ 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-25T23:44:33.637Z++ 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-25T23:44:33.637Z++ 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-25T23:44:33.637Z++ 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-25T23:44:33.637Z++ 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-25T23:44:33.637Z++ 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-25T23:44:33.637Z++ 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-25T23:44:33.637Z++ 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-25T23:44:33.637Z++ 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-25T23:44:33.637Z++ 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-25T23:44:33.637Z++ case $OLD_SHELL_OPTS in
1102026-06-25T23:44:33.637Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-06-25T23:44:33.637Z+ 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-25T23:44:33.637Z+ 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-25T23:44:33.637Z+ banner prerequisites
1142026-06-25T23:44:33.640Z
1152026-06-25T23:44:33.640Z ##### ##### ###### ##### ###### #### # # # #### #
1162026-06-25T23:44:33.640Z # # # # # # # # # # # # # # #
1172026-06-25T23:44:33.640Z # # # # ##### # # ##### # # # # # #### #
1182026-06-25T23:44:33.640Z ##### ##### # ##### # # # # # # # # #
1192026-06-25T23:44:33.641Z # # # # # # # # # # # # # # #
1202026-06-25T23:44:33.641Z # # # ###### # # ###### ### # #### # #### #
1212026-06-25T23:44:33.641Z
1222026-06-25T23:44:33.641Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1232026-06-25T23:44:35.128Z Startup: Refreshing catalog 'helios' ... Done
1242026-06-25T23:44:35.237Z Startup: Caching catalogs ... Done
1252026-06-25T23:44:35.726ZPlanning: Solver setup ... Done (0.443s)
1262026-06-25T23:44:35.750ZPlanning: Running solver ... Done (0.024s)
1272026-06-25T23:44:35.763ZPlanning: Finding local manifests ... Done (0.003s)
1282026-06-25T23:44:35.774ZPlanning: Fetching manifests: 0/2 0% complete
1292026-06-25T23:44:35.790ZPlanning: Fetching manifests: 2/2 100% complete
1302026-06-25T23:44:35.803ZPlanning: Package planning ... Done (0.013s)
1312026-06-25T23:44:35.806ZPlanning: Merging actions ... Done (0.001s)
1322026-06-25T23:44:35.971ZPlanning: Checking for conflicting actions ... Done (0.166s)
1332026-06-25T23:44:35.974ZPlanning: Consolidating action changes ... Done (0.001s)
1342026-06-25T23:44:36.764ZPlanning: Evaluating mediators ... Done (0.792s)
1352026-06-25T23:44:36.766ZPlanning: Planning completed in 1.51 seconds
1362026-06-25T23:44:36.773Z Packages to install: 2
1372026-06-25T23:44:36.775Z Estimated space available: 156.06 GB
1382026-06-25T23:44:36.775ZEstimated space to be consumed: 30.96 MB
1392026-06-25T23:44:36.775Z Create boot environment: No
1402026-06-25T23:44:36.775ZCreate backup boot environment: No
1412026-06-25T23:44:36.775Z Rebuild boot archive: No
1422026-06-25T23:44:36.775Z
1432026-06-25T23:44:36.775ZChanged packages:
1442026-06-25T23:44:36.775Zhelios
1452026-06-25T23:44:36.775Z developer/build-essential
1462026-06-25T23:44:36.776Z None -> 11-3.0
1472026-06-25T23:44:36.776Z library/libxmlsec1
1482026-06-25T23:44:36.776Z None -> 1.2.35-3.0
1492026-06-25T23:44:36.797Z
1502026-06-25T23:44:36.797ZDownload: 0/214 items 0.0/1.3MB 0% complete
1512026-06-25T23:44:37.318ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1522026-06-25T23:44:37.398Z Actions: 1/268 actions (Installing new actions)
1532026-06-25T23:44:37.436Z Actions: Completed 268 actions in 0.04 seconds.
1542026-06-25T23:44:37.447ZFinalize: Updating package state database ... Done (0.010s)
1552026-06-25T23:44:37.449ZFinalize: Updating package cache ... Done (0.000s)
1562026-06-25T23:44:37.475ZFinalize: Updating image state ... Done (0.029s)
1572026-06-25T23:44:39.844ZFinalize: Creating fast lookup database ... Done (2.344s)
1582026-06-25T23:44:39.909ZFinalize: Reading search index ... Done (0.011s)
1592026-06-25T23:44:39.912ZFinalize: Updating search index ... Done (0.000s)
1602026-06-25T23:44:40.002ZFinalize: Updating package cache ... Done (0.000s)
1612026-06-25T23:44:40.318ZPlanning: Evaluating mediator changes ... Done
1622026-06-25T23:44:40.422ZPlanning: Checking for conflicting actions ... Done
1632026-06-25T23:44:40.425ZPlanning: Consolidating action changes ... Done
1642026-06-25T23:44:40.579ZPlanning: Evaluating mediators ... Done
1652026-06-25T23:44:40.582ZPlanning: Planning completed in 0.26 seconds
1662026-06-25T23:44:40.602Z Mediators to change: 2
1672026-06-25T23:44:40.602Z Create boot environment: No
1682026-06-25T23:44:40.605ZCreate backup boot environment: No
1692026-06-25T23:44:40.665ZFinalize: Updating package state database ... Done
1702026-06-25T23:44:40.665ZFinalize: Updating package cache ... Done
1712026-06-25T23:44:40.680ZFinalize: Updating image state ... Done
1722026-06-25T23:44:42.606ZFinalize: Creating fast lookup database ... Done
1732026-06-25T23:44:42.669ZFinalize: Reading search index ... Done
1742026-06-25T23:44:42.672ZFinalize: Updating search index ... Done
1752026-06-25T23:44:42.755ZFinalize: Updating package cache ... Done
1762026-06-25T23:44:43.043ZPlanning: Evaluating mediator changes ... Done
1772026-06-25T23:44:43.147ZPlanning: Checking for conflicting actions ... Done
1782026-06-25T23:44:43.149ZPlanning: Consolidating action changes ... Done
1792026-06-25T23:44:43.302ZPlanning: Evaluating mediators ... Done
1802026-06-25T23:44:43.305ZPlanning: Planning completed in 0.26 seconds
1812026-06-25T23:44:43.325Z Mediators to change: 1
1822026-06-25T23:44:43.325Z Create boot environment: No
1832026-06-25T23:44:43.325ZCreate backup boot environment: No
1842026-06-25T23:44:43.376ZFinalize: Updating package state database ... Done
1852026-06-25T23:44:43.376ZFinalize: Updating package cache ... Done
1862026-06-25T23:44:43.392ZFinalize: Updating image state ... Done
1872026-06-25T23:44:45.320ZFinalize: Creating fast lookup database ... Done
1882026-06-25T23:44:45.378ZFinalize: Reading search index ... Done
1892026-06-25T23:44:45.382ZFinalize: Updating search index ... Done
1902026-06-25T23:44:45.458ZFinalize: Updating package cache ... Done
1912026-06-25T23:44:45.767ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922026-06-25T23:44:45.767Zapache system 2.4 system
1932026-06-25T23:44:45.767Zclang system 15 system
1942026-06-25T23:44:45.767Zcsh system system illumos
1952026-06-25T23:44:45.767Zctags system system illumos
1962026-06-25T23:44:45.767Zfile vendor vendor darwinsys
1972026-06-25T23:44:45.767Zfile system system illumos
1982026-06-25T23:44:45.767Zgcc vendor 14 vendor
1992026-06-25T23:44:45.767Zgcc system 13 system
2002026-06-25T23:44:45.767Zgcc system 10 system
2012026-06-25T23:44:45.767Zgo system 1.25 system
2022026-06-25T23:44:45.768Zllvm system 15 system
2032026-06-25T23:44:45.768Zmariadb system 11.4 system
2042026-06-25T23:44:45.768Zmta vendor vendor dma
2052026-06-25T23:44:45.768Zopenjdk system 17 system
2062026-06-25T23:44:45.768Zopenjdk system 11 system
2072026-06-25T23:44:45.768Zopenssl vendor 3 vendor
2082026-06-25T23:44:45.768Zperl system 5.40 system
2092026-06-25T23:44:45.768Zpostgresql system 18 system
2102026-06-25T23:44:45.768Zpostgresql system 17 system
2112026-06-25T23:44:45.768Zpython vendor 3 vendor
2122026-06-25T23:44:45.768Zpython system 2 system
2132026-06-25T23:44:45.768Zpython3 vendor 3.13 vendor
2142026-06-25T23:44:45.768Zruby system 3.4 system
2152026-06-25T23:44:45.768Zruby system 3.0 system
2162026-06-25T23:44:45.768Zwords vendor vendor american-english
2172026-06-25T23:44:45.768Zwords system system australian-english
2182026-06-25T23:44:45.768Zwords system system british-english
2192026-06-25T23:44:45.768Zwords system system canadian-english
2202026-06-25T23:44:45.768Zwords system system french
2212026-06-25T23:44:45.768Zwords system system italian
2222026-06-25T23:44:45.768Zwords system system ngerman
2232026-06-25T23:44:45.768Zwords system system ogerman
2242026-06-25T23:44:45.768Zwords system system spanish
2252026-06-25T23:44:46.018ZPUBLISHER TYPE STATUS P LOCATION
2262026-06-25T23:44:46.018Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2272026-06-25T23:44:46.318ZFMRI IFO
2282026-06-25T23:44:46.318Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2292026-06-25T23:44:46.318Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2302026-06-25T23:44:46.318Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2312026-06-25T23:44:46.318Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2322026-06-25T23:44:46.318Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2332026-06-25T23:44:46.318Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2342026-06-25T23:44:46.318Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2352026-06-25T23:44:46.318Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2362026-06-25T23:44:46.318Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2372026-06-25T23:44:46.570Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2382026-06-25T23:44:46.849Z Updating crates.io index
2392026-06-25T23:44:46.851Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402026-06-25T23:44:47.104Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-25T23:44:47.417Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-06-25T23:44:47.707Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-06-25T23:44:48.598Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-25T23:44:49.143Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-06-25T23:44:50.688Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-06-25T23:44:51.427Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-06-25T23:44:51.705Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482026-06-25T23:44:52.721Z Updating git repository `https://github.com/oxidecomputer/clickward`
2492026-06-25T23:44:53.162Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2502026-06-25T23:44:53.477Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512026-06-25T23:44:53.720Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2522026-06-25T23:44:54.163Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-06-25T23:44:54.643Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-06-25T23:44:54.897Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2552026-06-25T23:44:55.125Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562026-06-25T23:44:55.417Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2572026-06-25T23:44:55.724Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582026-06-25T23:44:55.980Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592026-06-25T23:44:56.222Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602026-06-25T23:44:56.499Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-06-25T23:44:56.877Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-06-25T23:44:57.197Z Updating git repository `https://github.com/oxidecomputer/erebor`
2632026-06-25T23:44:57.457Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2642026-06-25T23:44:57.860Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2652026-06-25T23:44:58.129Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2662026-06-25T23:44:58.444Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672026-06-25T23:44:58.687Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-06-25T23:44:58.948Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692026-06-25T23:44:59.308Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-06-25T23:44:59.674Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712026-06-25T23:44:59.919Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-06-25T23:45:00.227Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-06-25T23:45:00.500Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2742026-06-25T23:45:00.785Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2752026-06-25T23:45:01.231Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-06-25T23:45:01.505Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-06-25T23:45:01.753Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-06-25T23:45:02.026Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-06-25T23:45:04.774Z Downloading crates ...
2802026-06-25T23:45:04.825Z Downloaded clap_lex v1.0.0
2812026-06-25T23:45:04.833Z Downloaded fnv v1.0.7
2822026-06-25T23:45:04.835Z Downloaded anstyle-query v1.1.5
2832026-06-25T23:45:04.839Z Downloaded anyhow v1.0.102
2842026-06-25T23:45:04.842Z Downloaded generic-array v0.14.7
2852026-06-25T23:45:04.845Z Downloaded strsim v0.11.1
2862026-06-25T23:45:04.845Z Downloaded anstyle v1.0.14
2872026-06-25T23:45:04.847Z Downloaded anstream v1.0.0
2882026-06-25T23:45:04.847Z Downloaded scroll_derive v0.12.1
2892026-06-25T23:45:04.850Z Downloaded equivalent v1.0.2
2902026-06-25T23:45:04.853Z Downloaded heck v0.5.0
2912026-06-25T23:45:04.853Z Downloaded fastrand v2.3.0
2922026-06-25T23:45:04.856Z Downloaded block-buffer v0.10.4
2932026-06-25T23:45:04.856Z Downloaded colorchoice v1.0.4
2942026-06-25T23:45:04.856Z Downloaded cfg-if v1.0.4
2952026-06-25T23:45:04.859Z Downloaded zerotrie v0.2.3
2962026-06-25T23:45:04.861Z Downloaded zmij v1.0.21
2972026-06-25T23:45:04.861Z Downloaded errno v0.3.14
2982026-06-25T23:45:04.861Z Downloaded dtrace-parser v0.2.0
2992026-06-25T23:45:04.865Z Downloaded zerocopy-derive v0.7.35
3002026-06-25T23:45:04.867Z Downloaded typeid v1.0.3
3012026-06-25T23:45:04.867Z Downloaded toml_write v0.1.2
3022026-06-25T23:45:04.867Z Downloaded dof v0.3.0
3032026-06-25T23:45:04.870Z Downloaded zerofrom-derive v0.1.6
3042026-06-25T23:45:04.870Z Downloaded serde_spanned v0.6.9
3052026-06-25T23:45:04.870Z Downloaded unicode-linebreak v0.1.5
3062026-06-25T23:45:04.873Z Downloaded version_check v0.9.5
3072026-06-25T23:45:04.875Z Downloaded zerofrom v0.1.6
3082026-06-25T23:45:04.875Z Downloaded serde-untagged v0.1.9
3092026-06-25T23:45:04.875Z Downloaded utf8_iter v1.0.4
3102026-06-25T23:45:04.875Z Downloaded cargo_metadata v0.21.0
3112026-06-25T23:45:04.879Z Downloaded crypto-common v0.1.7
3122026-06-25T23:45:04.882Z Downloaded heck v0.4.1
3132026-06-25T23:45:04.885Z Downloaded usdt-attr-macro v0.5.0
3142026-06-25T23:45:04.885Z Downloaded usdt v0.5.0
3152026-06-25T23:45:04.885Z Downloaded thread-id v4.2.2
3162026-06-25T23:45:04.888Z Downloaded yoke-derive v0.8.1
3172026-06-25T23:45:04.891Z Downloaded cpufeatures v0.2.17
3182026-06-25T23:45:04.891Z Downloaded usdt-macro v0.5.0
3192026-06-25T23:45:04.894Z Downloaded fs-err v3.3.0
3202026-06-25T23:45:04.894Z Downloaded byteorder v1.5.0
3212026-06-25T23:45:04.896Z Downloaded bytecount v0.6.9
3222026-06-25T23:45:04.896Z Downloaded digest v0.10.7
3232026-06-25T23:45:04.896Z Downloaded autocfg v1.5.0
3242026-06-25T23:45:04.899Z Downloaded cargo-platform v0.2.0
3252026-06-25T23:45:04.899Z Downloaded utf8parse v0.2.2
3262026-06-25T23:45:04.899Z Downloaded thiserror-impl v2.0.18
3272026-06-25T23:45:04.899Z Downloaded displaydoc v0.2.5
3282026-06-25T23:45:04.902Z Downloaded tinystr v0.8.2
3292026-06-25T23:45:04.902Z Downloaded thiserror-impl v1.0.69
3302026-06-25T23:45:04.905Z Downloaded erased-serde v0.4.9
3312026-06-25T23:45:04.905Z Downloaded camino-tempfile v1.4.1
3322026-06-25T23:45:04.905Z Downloaded zerovec-derive v0.11.2
3332026-06-25T23:45:04.908Z Downloaded pest_derive v2.8.6
3342026-06-25T23:45:04.908Z Downloaded form_urlencoded v1.2.2
3352026-06-25T23:45:04.908Z Downloaded yoke v0.8.1
3362026-06-25T23:45:04.911Z Downloaded unicode-xid v0.2.6
3372026-06-25T23:45:04.911Z Downloaded anstyle-parse v1.0.0
3382026-06-25T23:45:04.911Z Downloaded writeable v0.6.2
3392026-06-25T23:45:04.914Z Downloaded toml v0.8.23
3402026-06-25T23:45:04.919Z Downloaded itoa v1.0.17
3412026-06-25T23:45:04.921Z Downloaded usdt-impl v0.5.0
3422026-06-25T23:45:04.921Z Downloaded ucd-trie v0.1.7
3432026-06-25T23:45:04.921Z Downloaded tabled_derive v0.7.0
3442026-06-25T23:45:04.924Z Downloaded proc-macro-error-attr v1.0.4
3452026-06-25T23:45:04.924Z Downloaded is_terminal_polyfill v1.70.2
3462026-06-25T23:45:04.927Z Downloaded unicode-ident v1.0.24
3472026-06-25T23:45:04.930Z Downloaded proc-macro-error v1.0.4
3482026-06-25T23:45:04.936Z Downloaded typenum v1.19.0
3492026-06-25T23:45:04.939Z Downloaded toml_datetime v0.6.11
3502026-06-25T23:45:04.941Z Downloaded stable_deref_trait v1.2.1
3512026-06-25T23:45:04.944Z Downloaded ordered-float v2.10.1
3522026-06-25T23:45:04.944Z Downloaded idna_adapter v1.2.1
3532026-06-25T23:45:04.944Z Downloaded plain v0.2.3
3542026-06-25T23:45:04.944Z Downloaded textwrap v0.16.2
3552026-06-25T23:45:04.947Z Downloaded url v2.5.8
3562026-06-25T23:45:04.949Z Downloaded swrite v0.1.0
3572026-06-25T23:45:04.949Z Downloaded macaddr v1.0.1
3582026-06-25T23:45:04.949Z Downloaded toml_edit v0.22.27
3592026-06-25T23:45:04.952Z Downloaded once_cell v1.21.3
3602026-06-25T23:45:04.952Z Downloaded icu_locale_core v2.1.1
3612026-06-25T23:45:04.955Z Downloaded pretty-hex v0.4.1
3622026-06-25T23:45:04.958Z Downloaded memmap v0.7.0
3632026-06-25T23:45:04.960Z Downloaded potential_utf v0.1.4
3642026-06-25T23:45:04.964Z Downloaded serde-value v0.7.0
3652026-06-25T23:45:04.967Z Downloaded percent-encoding v2.3.2
3662026-06-25T23:45:04.969Z Downloaded zerovec v0.11.5
3672026-06-25T23:45:04.972Z Downloaded synstructure v0.13.2
3682026-06-25T23:45:04.972Z Downloaded sha2 v0.10.9
3692026-06-25T23:45:04.975Z Downloaded camino v1.2.2
3702026-06-25T23:45:04.978Z Downloaded zerocopy v0.7.35
3712026-06-25T23:45:04.986Z Downloaded smallvec v1.15.1
3722026-06-25T23:45:04.986Z Downloaded serde_core v1.0.228
3732026-06-25T23:45:04.989Z Downloaded icu_properties v2.1.2
3742026-06-25T23:45:04.989Z Downloaded clap v4.6.1
3752026-06-25T23:45:04.992Z Downloaded winnow v0.7.14
3762026-06-25T23:45:04.997Z Downloaded litemap v0.8.1
3772026-06-25T23:45:05.000Z Downloaded unicode-width v0.2.0
3782026-06-25T23:45:05.002Z Downloaded unicode-width v0.1.14
3792026-06-25T23:45:05.005Z Downloaded serde_tokenstream v0.2.3
3802026-06-25T23:45:05.005Z Downloaded quote v1.0.45
3812026-06-25T23:45:05.008Z Downloaded papergrid v0.11.0
3822026-06-25T23:45:05.011Z Downloaded getrandom v0.4.1
3832026-06-25T23:45:05.011Z Downloaded thiserror v2.0.18
3842026-06-25T23:45:05.014Z Downloaded clap_derive v4.6.1
3852026-06-25T23:45:05.016Z Downloaded icu_normalizer_data v2.1.1
3862026-06-25T23:45:05.016Z Downloaded scroll v0.12.0
3872026-06-25T23:45:05.016Z Downloaded thiserror v1.0.69
3882026-06-25T23:45:05.019Z Downloaded cargo-util-schemas v0.8.2
3892026-06-25T23:45:05.022Z Downloaded cargo_toml v0.21.0
3902026-06-25T23:45:05.025Z Downloaded terminal_size v0.4.3
3912026-06-25T23:45:05.028Z Downloaded tempfile v3.25.0
3922026-06-25T23:45:05.028Z Downloaded pest_generator v2.8.6
3932026-06-25T23:45:05.032Z Downloaded smawk v0.3.2
3942026-06-25T23:45:05.034Z Downloaded semver v1.0.28
3952026-06-25T23:45:05.034Z Downloaded icu_normalizer v2.1.1
3962026-06-25T23:45:05.046Z Downloaded log v0.4.29
3972026-06-25T23:45:05.049Z Downloaded proc-macro2 v1.0.106
3982026-06-25T23:45:05.054Z Downloaded num-traits v0.2.19
3992026-06-25T23:45:05.056Z Downloaded icu_provider v2.1.1
4002026-06-25T23:45:05.063Z Downloaded memchr v2.8.0
4012026-06-25T23:45:05.069Z Downloaded pest_meta v2.8.6
4022026-06-25T23:45:05.073Z Downloaded serde_derive v1.0.228
4032026-06-25T23:45:05.082Z Downloaded serde v1.0.228
4042026-06-25T23:45:05.084Z Downloaded icu_collections v2.1.1
4052026-06-25T23:45:05.117Z Downloaded indexmap v2.14.0
4062026-06-25T23:45:05.129Z Downloaded hashbrown v0.17.0
4072026-06-25T23:45:05.137Z Downloaded pest v2.8.6
4082026-06-25T23:45:05.143Z Downloaded serde_json v1.0.149
4092026-06-25T23:45:05.147Z Downloaded idna v1.1.0
4102026-06-25T23:45:05.150Z Downloaded clap_builder v4.6.0
4112026-06-25T23:45:05.165Z Downloaded icu_properties_data v2.1.2
4122026-06-25T23:45:05.172Z Downloaded goblin v0.8.2
4132026-06-25T23:45:05.178Z Downloaded tabled v0.15.0
4142026-06-25T23:45:05.186Z Downloaded syn v1.0.109
4152026-06-25T23:45:05.193Z Downloaded syn v2.0.117
4162026-06-25T23:45:05.214Z Downloaded bitflags v2.11.0
4172026-06-25T23:45:05.219Z Downloaded rustix v1.1.3
4182026-06-25T23:45:05.248Z Downloaded libc v0.2.185
4192026-06-25T23:45:05.314Z Compiling proc-macro2 v1.0.106
4202026-06-25T23:45:05.314Z Compiling unicode-ident v1.0.24
4212026-06-25T23:45:05.314Z Compiling quote v1.0.45
4222026-06-25T23:45:05.314Z Compiling serde_core v1.0.228
4232026-06-25T23:45:05.318Z Compiling libc v0.2.185
4242026-06-25T23:45:05.319Z Compiling version_check v0.9.5
4252026-06-25T23:45:05.319Z Compiling memchr v2.8.0
4262026-06-25T23:45:05.319Z Compiling serde v1.0.228
4272026-06-25T23:45:05.630Z Compiling stable_deref_trait v1.2.1
4282026-06-25T23:45:05.706Z Compiling zmij v1.0.21
4292026-06-25T23:45:05.917Z Compiling ucd-trie v0.1.7
4302026-06-25T23:45:05.920Z Compiling thiserror v1.0.69
4312026-06-25T23:45:05.947Z Compiling autocfg v1.5.0
4322026-06-25T23:45:06.191Z Compiling itoa v1.0.17
4332026-06-25T23:45:06.294Z Compiling pest v2.8.6
4342026-06-25T23:45:06.311Z Compiling litemap v0.8.1
4352026-06-25T23:45:06.369Z Compiling writeable v0.6.2
4362026-06-25T23:45:06.385Z Compiling byteorder v1.5.0
4372026-06-25T23:45:06.404Z Compiling rustix v1.1.3
4382026-06-25T23:45:06.498Z Compiling icu_normalizer_data v2.1.1
4392026-06-25T23:45:06.686Z Compiling icu_properties_data v2.1.2
4402026-06-25T23:45:06.811Z Compiling syn v2.0.117
4412026-06-25T23:45:06.857Z Compiling errno v0.3.14
4422026-06-25T23:45:06.890Z Compiling bitflags v2.11.0
4432026-06-25T23:45:06.940Z Compiling serde_json v1.0.149
4442026-06-25T23:45:07.096Z Compiling num-traits v0.2.19
4452026-06-25T23:45:07.149Z Compiling typeid v1.0.3
4462026-06-25T23:45:07.280Z Compiling smallvec v1.15.1
4472026-06-25T23:45:07.305Z Compiling hashbrown v0.17.0
4482026-06-25T23:45:07.419Z Compiling pest_meta v2.8.6
4492026-06-25T23:45:07.497Z Compiling equivalent v1.0.2
4502026-06-25T23:45:07.616Z Compiling thread-id v4.2.2
4512026-06-25T23:45:07.699Z Compiling proc-macro-error-attr v1.0.4
4522026-06-25T23:45:07.732Z Compiling usdt-impl v0.5.0
4532026-06-25T23:45:07.756Z Compiling erased-serde v0.4.9
4542026-06-25T23:45:07.859Z Compiling indexmap v2.14.0
4552026-06-25T23:45:07.880Z Compiling syn v1.0.109
4562026-06-25T23:45:07.938Z Compiling winnow v0.7.14
4572026-06-25T23:45:08.016Z Compiling toml_write v0.1.2
4582026-06-25T23:45:08.467Z Compiling proc-macro-error v1.0.4
4592026-06-25T23:45:08.528Z Compiling plain v0.2.3
4602026-06-25T23:45:08.642Z Compiling thiserror v2.0.18
4612026-06-25T23:45:08.657Z Compiling camino v1.2.2
4622026-06-25T23:45:08.840Z Compiling log v0.4.29
4632026-06-25T23:45:08.965Z Compiling getrandom v0.4.1
4642026-06-25T23:45:08.982Z Compiling percent-encoding v2.3.2
4652026-06-25T23:45:09.019Z Compiling utf8_iter v1.0.4
4662026-06-25T23:45:09.034Z Compiling utf8parse v0.2.2
4672026-06-25T23:45:09.147Z Compiling anstyle-parse v1.0.0
4682026-06-25T23:45:09.167Z Compiling form_urlencoded v1.2.2
4692026-06-25T23:45:09.313Z Compiling ordered-float v2.10.1
4702026-06-25T23:45:09.345Z Compiling synstructure v0.13.2
4712026-06-25T23:45:09.348Z Compiling pest_generator v2.8.6
4722026-06-25T23:45:09.450Z Compiling terminal_size v0.4.3
4732026-06-25T23:45:09.606Z Compiling colorchoice v1.0.4
4742026-06-25T23:45:09.723Z Compiling is_terminal_polyfill v1.70.2
4752026-06-25T23:45:09.801Z Compiling pretty-hex v0.4.1
4762026-06-25T23:45:09.804Z Compiling anstyle-query v1.1.5
4772026-06-25T23:45:09.835Z Compiling anstyle v1.0.14
4782026-06-25T23:45:09.855Z Compiling cfg-if v1.0.4
4792026-06-25T23:45:09.957Z Compiling serde-untagged v0.1.9
4802026-06-25T23:45:10.042Z Compiling anstream v1.0.0
4812026-06-25T23:45:10.058Z Compiling semver v1.0.28
4822026-06-25T23:45:10.100Z Compiling fs-err v3.3.0
4832026-06-25T23:45:10.198Z Compiling fastrand v2.3.0
4842026-06-25T23:45:10.288Z Compiling clap_lex v1.0.0
4852026-06-25T23:45:10.339Z Compiling bytecount v0.6.9
4862026-06-25T23:45:10.343Z Compiling heck v0.5.0
4872026-06-25T23:45:10.372Z Compiling once_cell v1.21.3
4882026-06-25T23:45:10.490Z Compiling heck v0.4.1
4892026-06-25T23:45:10.529Z Compiling unicode-xid v0.2.6
4902026-06-25T23:45:10.557Z Compiling unicode-width v0.1.14
4912026-06-25T23:45:10.642Z Compiling anyhow v1.0.102
4922026-06-25T23:45:10.658Z Compiling strsim v0.11.1
4932026-06-25T23:45:10.711Z Compiling fnv v1.0.7
4942026-06-25T23:45:10.820Z Compiling papergrid v0.11.0
4952026-06-25T23:45:10.834Z Compiling tempfile v3.25.0
4962026-06-25T23:45:10.930Z Compiling clap_builder v4.6.0
4972026-06-25T23:45:10.979Z Compiling serde_derive v1.0.228
4982026-06-25T23:45:11.010Z Compiling zerofrom-derive v0.1.6
4992026-06-25T23:45:11.159Z Compiling yoke-derive v0.8.1
5002026-06-25T23:45:11.203Z Compiling zerovec-derive v0.11.2
5012026-06-25T23:45:11.491Z Compiling displaydoc v0.2.5
5022026-06-25T23:45:12.230Z Compiling thiserror-impl v1.0.69
5032026-06-25T23:45:12.247Z Compiling zerocopy-derive v0.7.35
5042026-06-25T23:45:12.309Z Compiling pest_derive v2.8.6
5052026-06-25T23:45:12.309Z Compiling scroll_derive v0.12.1
5062026-06-25T23:45:12.390Z Compiling zerofrom v0.1.6
5072026-06-25T23:45:12.519Z Compiling yoke v0.8.1
5082026-06-25T23:45:12.721Z Compiling zerovec v0.11.5
5092026-06-25T23:45:12.742Z Compiling zerotrie v0.2.3
5102026-06-25T23:45:13.011Z Compiling scroll v0.12.0
5112026-06-25T23:45:13.042Z Compiling thiserror-impl v2.0.18
5122026-06-25T23:45:13.120Z Compiling zerocopy v0.7.35
5132026-06-25T23:45:13.234Z Compiling tinystr v0.8.2
5142026-06-25T23:45:13.289Z Compiling potential_utf v0.1.4
5152026-06-25T23:45:13.445Z Compiling icu_locale_core v2.1.1
5162026-06-25T23:45:13.459Z Compiling icu_collections v2.1.1
5172026-06-25T23:45:13.587Z Compiling dtrace-parser v0.2.0
5182026-06-25T23:45:13.673Z Compiling goblin v0.8.2
5192026-06-25T23:45:13.926Z Compiling tabled_derive v0.7.0
5202026-06-25T23:45:13.994Z Compiling clap_derive v4.6.1
5212026-06-25T23:45:14.310Z Compiling icu_provider v2.1.1
5222026-06-25T23:45:14.328Z Compiling toml_datetime v0.6.11
5232026-06-25T23:45:14.359Z Compiling serde_spanned v0.6.9
5242026-06-25T23:45:14.376Z Compiling dof v0.3.0
5252026-06-25T23:45:14.423Z Compiling serde_tokenstream v0.2.3
5262026-06-25T23:45:14.508Z Compiling toml_edit v0.22.27
5272026-06-25T23:45:14.581Z Compiling icu_normalizer v2.1.1
5282026-06-25T23:45:14.600Z Compiling icu_properties v2.1.2
5292026-06-25T23:45:14.812Z Compiling serde-value v0.7.0
5302026-06-25T23:45:14.867Z Compiling cargo-platform v0.2.0
5312026-06-25T23:45:15.137Z Compiling memmap v0.7.0
5322026-06-25T23:45:15.166Z Compiling unicode-width v0.2.0
5332026-06-25T23:45:15.206Z Compiling unicode-linebreak v0.1.5
5342026-06-25T23:45:15.314Z Compiling smawk v0.3.2
5352026-06-25T23:45:15.329Z Compiling usdt-attr-macro v0.5.0
5362026-06-25T23:45:15.508Z Compiling idna_adapter v1.2.1
5372026-06-25T23:45:15.508Z Compiling usdt-macro v0.5.0
5382026-06-25T23:45:15.511Z Compiling textwrap v0.16.2
5392026-06-25T23:45:15.685Z Compiling idna v1.1.0
5402026-06-25T23:45:15.727Z Compiling clap v4.6.1
5412026-06-25T23:45:15.812Z Compiling tabled v0.15.0
5422026-06-25T23:45:16.022Z Compiling toml v0.8.23
5432026-06-25T23:45:16.039Z Compiling url v2.5.8
5442026-06-25T23:45:16.164Z Compiling macaddr v1.0.1
5452026-06-25T23:45:16.640Z Compiling cargo-util-schemas v0.8.2
5462026-06-25T23:45:16.700Z Compiling cargo_toml v0.21.0
5472026-06-25T23:45:16.748Z Compiling usdt v0.5.0
5482026-06-25T23:45:16.804Z Compiling camino-tempfile v1.4.1
5492026-06-25T23:45:16.988Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-06-25T23:45:17.008Z Compiling swrite v0.1.0
5512026-06-25T23:45:17.556Z Compiling cargo_metadata v0.21.0
5522026-06-25T23:45:18.475Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5532026-06-25T23:45:20.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.12s
5542026-06-25T23:45:20.741Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5552026-06-25T23:45:21.237Z Downloading crates ...
5562026-06-25T23:45:21.338Z Downloaded async-compression v0.4.41
5572026-06-25T23:45:21.342Z Downloaded adler2 v2.0.1
5582026-06-25T23:45:21.345Z Downloaded ahash v0.8.12
5592026-06-25T23:45:21.348Z Downloaded const-oid v0.9.6
5602026-06-25T23:45:21.350Z Downloaded async-recursion v1.1.1
5612026-06-25T23:45:21.350Z Downloaded atomic-waker v1.1.2
5622026-06-25T23:45:21.353Z Downloaded async-bb8-diesel v0.2.1
5632026-06-25T23:45:21.353Z Downloaded assert_matches v1.5.0
5642026-06-25T23:45:21.356Z Downloaded arrayref v0.3.9
5652026-06-25T23:45:21.360Z Downloaded cstr-argument v0.1.2
5662026-06-25T23:45:21.369Z Downloaded crossbeam-epoch v0.9.18
5672026-06-25T23:45:21.372Z Downloaded allocator-api2 v0.2.21
5682026-06-25T23:45:21.375Z Downloaded bit-vec v0.8.0
5692026-06-25T23:45:21.377Z Downloaded dirs-next v2.0.0
5702026-06-25T23:45:21.377Z Downloaded defmt v0.3.100
5712026-06-25T23:45:21.380Z Downloaded defmt-parser v1.0.0
5722026-06-25T23:45:21.380Z Downloaded darling_core v0.21.3
5732026-06-25T23:45:21.382Z Downloaded crunchy v0.2.4
5742026-06-25T23:45:21.385Z Downloaded enum-as-inner v0.6.1
5752026-06-25T23:45:21.385Z Downloaded dsl_auto_type v0.2.0
5762026-06-25T23:45:21.388Z Downloaded diesel_table_macro_syntax v0.3.0
5772026-06-25T23:45:21.388Z Downloaded bb8 v0.8.6
5782026-06-25T23:45:21.388Z Downloaded arc-swap v1.8.2
5792026-06-25T23:45:21.391Z Downloaded array-init v0.0.4
5802026-06-25T23:45:21.393Z Downloaded aes-gcm v0.10.3
5812026-06-25T23:45:21.396Z Downloaded darling v0.20.11
5822026-06-25T23:45:21.399Z Downloaded curve25519-dalek-derive v0.1.1
5832026-06-25T23:45:21.399Z Downloaded ciborium-ll v0.2.2
5842026-06-25T23:45:21.399Z Downloaded ciborium-io v0.2.2
5852026-06-25T23:45:21.402Z Downloaded filetime v0.2.27
5862026-06-25T23:45:21.402Z Downloaded ctr v0.9.2
5872026-06-25T23:45:21.404Z Downloaded critical-section v1.2.0
5882026-06-25T23:45:21.404Z Downloaded bitfield-macros v0.19.4
5892026-06-25T23:45:21.407Z Downloaded convert_case v0.4.0
5902026-06-25T23:45:21.407Z Downloaded async-stream-impl v0.3.6
5912026-06-25T23:45:21.407Z Downloaded bcrypt-pbkdf v0.10.0
5922026-06-25T23:45:21.410Z Downloaded darling_macro v0.21.3
5932026-06-25T23:45:21.410Z Downloaded darling_macro v0.20.11
5942026-06-25T23:45:21.410Z Downloaded ascii-canvas v3.0.0
5952026-06-25T23:45:21.413Z Downloaded crossbeam-utils v0.8.21
5962026-06-25T23:45:21.413Z Downloaded base16ct v0.2.0
5972026-06-25T23:45:21.413Z Downloaded atomicwrites v0.4.4
5982026-06-25T23:45:21.416Z Downloaded crc8 v0.1.1
5992026-06-25T23:45:21.416Z Downloaded bit-set v0.8.0
6002026-06-25T23:45:21.416Z Downloaded aead v0.5.2
6012026-06-25T23:45:21.418Z Downloaded der_derive v0.7.3
6022026-06-25T23:45:21.421Z Downloaded cpufeatures v0.3.0
6032026-06-25T23:45:21.422Z Downloaded cargo-platform v0.3.2
6042026-06-25T23:45:21.424Z Downloaded defmt v1.0.1
6052026-06-25T23:45:21.424Z Downloaded cfg_aliases v0.2.1
6062026-06-25T23:45:21.427Z Downloaded foreign-types v0.5.0
6072026-06-25T23:45:21.427Z Downloaded downcast-rs v2.0.2
6082026-06-25T23:45:21.427Z Downloaded async-stream v0.3.6
6092026-06-25T23:45:21.430Z Downloaded dunce v1.0.5
6102026-06-25T23:45:21.430Z Downloaded darling_macro v0.23.0
6112026-06-25T23:45:21.430Z Downloaded crc-catalog v2.4.0
6122026-06-25T23:45:21.433Z Downloaded debug-ignore v1.0.5
6132026-06-25T23:45:21.433Z Downloaded bit-set v0.5.3
6142026-06-25T23:45:21.436Z Downloaded bitfield-struct v0.6.2
6152026-06-25T23:45:21.436Z Downloaded crossbeam-deque v0.8.6
6162026-06-25T23:45:21.436Z Downloaded ar_archive_writer v0.5.1
6172026-06-25T23:45:21.439Z Downloaded daft v0.1.7
6182026-06-25T23:45:21.441Z Downloaded castaway v0.2.4
6192026-06-25T23:45:21.441Z Downloaded aes v0.8.4
6202026-06-25T23:45:21.446Z Downloaded dtrace-parser v0.3.0
6212026-06-25T23:45:21.448Z Downloaded dirs-sys-next v0.1.2
6222026-06-25T23:45:21.449Z Downloaded crucible-workspace-hack v0.1.0
6232026-06-25T23:45:21.451Z Downloaded cfg_aliases v0.1.1
6242026-06-25T23:45:21.451Z Downloaded block-padding v0.3.3
6252026-06-25T23:45:21.454Z Downloaded crc v3.4.0
6262026-06-25T23:45:21.457Z Downloaded env_filter v1.0.0
6272026-06-25T23:45:21.459Z Downloaded foreign-types v0.3.2
6282026-06-25T23:45:21.460Z Downloaded compression-core v0.4.31
6292026-06-25T23:45:21.462Z Downloaded embedded-io v0.6.1
6302026-06-25T23:45:21.462Z Downloaded dropshot-api-manager-types v0.7.2
6312026-06-25T23:45:21.462Z Downloaded derive_builder_macro v0.20.2
6322026-06-25T23:45:21.467Z Downloaded cexpr v0.6.0
6332026-06-25T23:45:21.470Z Downloaded flagset v0.4.7
6342026-06-25T23:45:21.470Z Downloaded bit-vec v0.6.3
6352026-06-25T23:45:21.473Z Downloaded fixedbitset v0.4.2
6362026-06-25T23:45:21.473Z Downloaded darling_macro v0.13.4
6372026-06-25T23:45:21.473Z Downloaded atty v0.2.14
6382026-06-25T23:45:21.476Z Downloaded argon2 v0.5.3
6392026-06-25T23:45:21.476Z Downloaded float-ord v0.3.2
6402026-06-25T23:45:21.478Z Downloaded float-cmp v0.10.0
6412026-06-25T23:45:21.478Z Downloaded difflib v0.4.0
6422026-06-25T23:45:21.478Z Downloaded cipher v0.4.4
6432026-06-25T23:45:21.481Z Downloaded futures-sink v0.3.32
6442026-06-25T23:45:21.481Z Downloaded futures-core v0.3.32
6452026-06-25T23:45:21.484Z Downloaded embedded-io v0.4.0
6462026-06-25T23:45:21.484Z Downloaded foreign-types-shared v0.3.1
6472026-06-25T23:45:21.486Z Downloaded foreign-types-shared v0.1.1
6482026-06-25T23:45:21.486Z Downloaded foreign-types-macros v0.2.3
6492026-06-25T23:45:21.487Z Downloaded document-features v0.2.12
6502026-06-25T23:45:21.487Z Downloaded cobs v0.3.0
6512026-06-25T23:45:21.489Z Downloaded globwalk v0.9.1
6522026-06-25T23:45:21.489Z Downloaded futures-task v0.3.32
6532026-06-25T23:45:21.492Z Downloaded fd-lock v4.0.4
6542026-06-25T23:45:21.492Z Downloaded dof v0.4.0
6552026-06-25T23:45:21.495Z Downloaded anstream v0.6.21
6562026-06-25T23:45:21.497Z Downloaded foldhash v0.1.5
6572026-06-25T23:45:21.497Z Downloaded darling v0.13.4
6582026-06-25T23:45:21.500Z Downloaded corncobs v0.1.4
6592026-06-25T23:45:21.500Z Downloaded cmake v0.1.57
6602026-06-25T23:45:21.500Z Downloaded cargo_metadata v0.23.1
6612026-06-25T23:45:21.503Z Downloaded csv-core v0.1.13
6622026-06-25T23:45:21.503Z Downloaded futures-io v0.3.32
6632026-06-25T23:45:21.506Z Downloaded camino-tempfile-ext v0.3.3
6642026-06-25T23:45:21.506Z Downloaded bcs v0.1.6
6652026-06-25T23:45:21.509Z Downloaded const_format_proc_macros v0.2.34
6662026-06-25T23:45:21.509Z Downloaded chacha20 v0.9.1
6672026-06-25T23:45:21.512Z Downloaded fxhash v0.2.1
6682026-06-25T23:45:21.512Z Downloaded futures-macro v0.3.32
6692026-06-25T23:45:21.512Z Downloaded funty v2.0.0
6702026-06-25T23:45:21.512Z Downloaded blowfish v0.9.1
6712026-06-25T23:45:21.515Z Downloaded gethostname v0.5.0
6722026-06-25T23:45:21.515Z Downloaded cbc v0.1.2
6732026-06-25T23:45:21.515Z Downloaded endian-type v0.1.2
6742026-06-25T23:45:21.517Z Downloaded async-trait v0.1.89
6752026-06-25T23:45:21.520Z Downloaded ff v0.13.1
6762026-06-25T23:45:21.520Z Downloaded derive_builder_core v0.20.2
6772026-06-25T23:45:21.520Z Downloaded daft-derive v0.1.7
6782026-06-25T23:45:21.523Z Downloaded git-stub v1.0.0
6792026-06-25T23:45:21.526Z Downloaded colored v2.2.0
6802026-06-25T23:45:21.526Z Downloaded find-msvc-tools v0.1.9
6812026-06-25T23:45:21.529Z Downloaded erased-serde v0.3.31
6822026-06-25T23:45:21.529Z Downloaded either v1.15.0
6832026-06-25T23:45:21.531Z Downloaded bitfield v0.19.4
6842026-06-25T23:45:21.531Z Downloaded anstyle-parse v0.2.7
6852026-06-25T23:45:21.534Z Downloaded hex-literal v0.4.1
6862026-06-25T23:45:21.534Z Downloaded chacha20 v0.10.0
6872026-06-25T23:45:21.534Z Downloaded backon v1.6.0
6882026-06-25T23:45:21.537Z Downloaded backoff v0.4.0
6892026-06-25T23:45:21.539Z Downloaded hex v0.4.3
6902026-06-25T23:45:21.539Z Downloaded headers-core v0.3.0
6912026-06-25T23:45:21.539Z Downloaded hostname v0.4.2
6922026-06-25T23:45:21.542Z Downloaded hash32 v0.2.1
6932026-06-25T23:45:21.542Z Downloaded constant_time_eq v0.4.2
6942026-06-25T23:45:21.545Z Downloaded cassowary v0.3.0
6952026-06-25T23:45:21.545Z Downloaded byte-wrapper v0.1.0
6962026-06-25T23:45:21.547Z Downloaded crypto-bigint v0.5.5
6972026-06-25T23:45:21.550Z Downloaded home v0.5.12
6982026-06-25T23:45:21.550Z Downloaded hash32 v0.3.1
6992026-06-25T23:45:21.553Z Downloaded fallible-iterator v0.2.0
7002026-06-25T23:45:21.553Z Downloaded http-body v1.0.1
7012026-06-25T23:45:21.553Z Downloaded deranged v0.5.8
7022026-06-25T23:45:21.555Z Downloaded git-stub-vcs v0.1.0
7032026-06-25T23:45:21.555Z Downloaded foldhash v0.2.0
7042026-06-25T23:45:21.558Z Downloaded display-error-chain v0.2.2
7052026-06-25T23:45:21.558Z Downloaded fs_extra v1.3.0
7062026-06-25T23:45:21.561Z Downloaded fixedbitset v0.5.7
7072026-06-25T23:45:21.561Z Downloaded clang-sys v1.8.1
7082026-06-25T23:45:21.563Z Downloaded ed25519 v2.2.3
7092026-06-25T23:45:21.563Z Downloaded derive_more v2.1.1
7102026-06-25T23:45:21.569Z Downloaded hubpack_derive v0.1.1
7112026-06-25T23:45:21.572Z Downloaded hubpack v0.1.2
7122026-06-25T23:45:21.572Z Downloaded httpdate v1.0.3
7132026-06-25T23:45:21.572Z Downloaded http-range v0.1.5
7142026-06-25T23:45:21.575Z Downloaded ghash v0.5.1
7152026-06-25T23:45:21.575Z Downloaded hyper-tls v0.6.0
7162026-06-25T23:45:21.575Z Downloaded futures-executor v0.3.32
7172026-06-25T23:45:21.578Z Downloaded indoc v1.0.9
7182026-06-25T23:45:21.578Z Downloaded ciborium v0.2.2
7192026-06-25T23:45:21.580Z Downloaded ecdsa v0.16.9
7202026-06-25T23:45:21.580Z Downloaded diesel-dtrace v0.5.0
7212026-06-25T23:45:21.583Z Downloaded cookie_store v0.22.1
7222026-06-25T23:45:21.583Z Downloaded is_ci v1.2.0
7232026-06-25T23:45:21.583Z Downloaded darling v0.21.3
7242026-06-25T23:45:21.586Z Downloaded globset v0.4.18
7252026-06-25T23:45:21.589Z Downloaded illumos-nvpair-sys v0.2.0
7262026-06-25T23:45:21.589Z Downloaded illumos-nvpair v0.3.0
7272026-06-25T23:45:21.589Z Downloaded derive-ex v0.1.8
7282026-06-25T23:45:21.592Z Downloaded crc32fast v1.5.0
7292026-06-25T23:45:21.592Z Downloaded indent_write v2.2.0
7302026-06-25T23:45:21.594Z Downloaded glob v0.3.3
7312026-06-25T23:45:21.594Z Downloaded futures-channel v0.3.32
7322026-06-25T23:45:21.594Z Downloaded hostname v0.3.1
7332026-06-25T23:45:21.597Z Downloaded fs-err v2.11.0
7342026-06-25T23:45:21.597Z Downloaded env_logger v0.11.9
7352026-06-25T23:45:21.600Z Downloaded console v0.16.2
7362026-06-25T23:45:21.600Z Downloaded internet-checksum v0.2.1
7372026-06-25T23:45:21.600Z Downloaded instability v0.3.11
7382026-06-25T23:45:21.603Z Downloaded inout v0.1.4
7392026-06-25T23:45:21.603Z Downloaded http-body-util v0.1.3
7402026-06-25T23:45:21.603Z Downloaded group v0.13.0
7412026-06-25T23:45:21.605Z Downloaded console v0.15.11
7422026-06-25T23:45:21.608Z Downloaded cancel-safe-futures v0.1.5
7432026-06-25T23:45:21.608Z Downloaded buf-list v1.1.2
7442026-06-25T23:45:21.611Z Downloaded lru v0.12.5
7452026-06-25T23:45:21.611Z Downloaded compression-codecs v0.4.37
7462026-06-25T23:45:21.613Z Downloaded derive_builder v0.20.2
7472026-06-25T23:45:21.616Z Downloaded highway v1.3.0
7482026-06-25T23:45:21.618Z Downloaded des v0.8.1
7492026-06-25T23:45:21.619Z Downloaded diff v0.1.13
7502026-06-25T23:45:21.621Z Downloaded ena v0.14.4
7512026-06-25T23:45:21.621Z Downloaded bzip2 v0.4.4
7522026-06-25T23:45:21.624Z Downloaded colored v3.1.1
7532026-06-25T23:45:21.624Z Downloaded kstat-rs v0.2.4
7542026-06-25T23:45:21.626Z Downloaded blake2 v0.10.6
7552026-06-25T23:45:21.626Z Downloaded libscf-sys v1.1.0
7562026-06-25T23:45:21.629Z Downloaded crc-any v2.5.0
7572026-06-25T23:45:21.629Z Downloaded lazy_static v1.5.0
7582026-06-25T23:45:21.629Z Downloaded instant v0.1.13
7592026-06-25T23:45:21.632Z Downloaded is-terminal v0.4.17
7602026-06-25T23:45:21.632Z Downloaded lzss v0.8.2
7612026-06-25T23:45:21.634Z Downloaded humantime v2.3.0
7622026-06-25T23:45:21.634Z Downloaded maplit v1.0.2
7632026-06-25T23:45:21.634Z Downloaded darling_core v0.20.11
7642026-06-25T23:45:21.637Z Downloaded ident_case v1.0.1
7652026-06-25T23:45:21.640Z Downloaded indoc v2.0.7
7662026-06-25T23:45:21.640Z Downloaded managed v0.8.0
7672026-06-25T23:45:21.642Z Downloaded linked-hash-map v0.5.6
7682026-06-25T23:45:21.642Z Downloaded ingot-types v0.1.2
7692026-06-25T23:45:21.645Z Downloaded impl-trait-for-tuples v0.2.3
7702026-06-25T23:45:21.645Z Downloaded multimap v0.10.1
7712026-06-25T23:45:21.645Z Downloaded darling_core v0.13.4
7722026-06-25T23:45:21.648Z Downloaded ipnet v2.11.0
7732026-06-25T23:45:21.650Z Downloaded drift v0.2.0
7742026-06-25T23:45:21.655Z Downloaded jobserver v0.1.34
7752026-06-25T23:45:21.657Z Downloaded hmac v0.12.1
7762026-06-25T23:45:21.660Z Downloaded getrandom v0.3.4
7772026-06-25T23:45:21.660Z Downloaded md-5 v0.10.6
7782026-06-25T23:45:21.663Z Downloaded lru-cache v0.1.2
7792026-06-25T23:45:21.663Z Downloaded libefi-sys v0.1.0
7802026-06-25T23:45:21.663Z Downloaded memoffset v0.9.1
7812026-06-25T23:45:21.665Z Downloaded match_cfg v0.1.0
7822026-06-25T23:45:21.665Z Downloaded keccak v0.1.6
7832026-06-25T23:45:21.665Z Downloaded nibble_vec v0.1.0
7842026-06-25T23:45:21.668Z Downloaded hyper-rustls v0.27.7
7852026-06-25T23:45:21.668Z Downloaded httparse v1.10.1
7862026-06-25T23:45:21.671Z Downloaded normalize-line-endings v0.3.0
7872026-06-25T23:45:21.671Z Downloaded num v0.4.3
7882026-06-25T23:45:21.674Z Downloaded newtype_derive v0.1.6
7892026-06-25T23:45:21.674Z Downloaded newline-converter v0.3.0
7902026-06-25T23:45:21.674Z Downloaded chacha20poly1305 v0.10.1
7912026-06-25T23:45:21.677Z Downloaded flume v0.11.1
7922026-06-25T23:45:21.677Z Downloaded derive-where v1.6.0
7932026-06-25T23:45:21.679Z Downloaded nonempty v0.12.0
7942026-06-25T23:45:21.682Z Downloaded base64 v0.21.7
7952026-06-25T23:45:21.685Z Downloaded lalrpop-util v0.19.12
7962026-06-25T23:45:21.685Z Downloaded libloading v0.8.9
7972026-06-25T23:45:21.685Z Downloaded half v2.7.1
7982026-06-25T23:45:21.688Z Downloaded base64 v0.22.1
7992026-06-25T23:45:21.691Z Downloaded num_threads v0.1.7
8002026-06-25T23:45:21.691Z Downloaded md5 v0.7.0
8012026-06-25T23:45:21.691Z Downloaded openssl-macros v0.1.1
8022026-06-25T23:45:21.691Z Downloaded opaque-debug v0.3.1
8032026-06-25T23:45:21.694Z Downloaded num_enum_derive v0.5.11
8042026-06-25T23:45:21.694Z Downloaded nodrop v0.1.14
8052026-06-25T23:45:21.694Z Downloaded new_debug_unreachable v1.0.6
8062026-06-25T23:45:21.694Z Downloaded lru-slab v0.1.2
8072026-06-25T23:45:21.697Z Downloaded fatfs v0.3.6
8082026-06-25T23:45:21.697Z Downloaded olpc-cjson v0.1.4
8092026-06-25T23:45:21.700Z Downloaded newtype-uuid-macros v0.1.0
8102026-06-25T23:45:21.700Z Downloaded lock_api v0.4.14
8112026-06-25T23:45:21.700Z Downloaded getrandom v0.2.17
8122026-06-25T23:45:21.702Z Downloaded mime v0.3.17
8132026-06-25T23:45:21.702Z Downloaded iana-time-zone v0.1.65
8142026-06-25T23:45:21.706Z Downloaded compact_str v0.8.1
8152026-06-25T23:45:21.709Z Downloaded openssl-probe v0.1.6
8162026-06-25T23:45:21.709Z Downloaded ingot v0.1.1
8172026-06-25T23:45:21.709Z Downloaded libsw v3.5.0
8182026-06-25T23:45:21.711Z Downloaded maybe-uninit v2.0.0
8192026-06-25T23:45:21.712Z Downloaded openssl-probe v0.2.1
8202026-06-25T23:45:21.712Z Downloaded ipnetwork v0.21.1
8212026-06-25T23:45:21.715Z Downloaded futures v0.3.32
8222026-06-25T23:45:21.717Z Downloaded pbkdf2 v0.11.0
8232026-06-25T23:45:21.718Z Downloaded path-slash v0.1.5
8242026-06-25T23:45:21.720Z Downloaded parse-size v1.1.0
8252026-06-25T23:45:21.720Z Downloaded nanorand v0.7.0
8262026-06-25T23:45:21.720Z Downloaded ingot-macros v0.1.1
8272026-06-25T23:45:21.723Z Downloaded derive_more v0.99.20
8282026-06-25T23:45:21.725Z Downloaded oso-derive v0.27.3
8292026-06-25T23:45:21.725Z Downloaded num-derive v0.3.3
8302026-06-25T23:45:21.725Z Downloaded num-iter v0.1.45
8312026-06-25T23:45:21.728Z Downloaded darling v0.23.0
8322026-06-25T23:45:21.731Z Downloaded half v1.8.3
8332026-06-25T23:45:21.731Z Downloaded hyper-staticfile v0.10.1
8342026-06-25T23:45:21.733Z Downloaded nu-ansi-term v0.50.3
8352026-06-25T23:45:21.734Z Downloaded num-complex v0.4.6
8362026-06-25T23:45:21.736Z Downloaded darling_core v0.23.0
8372026-06-25T23:45:21.739Z Downloaded crossterm v0.28.1
8382026-06-25T23:45:21.742Z Downloaded elliptic-curve v0.13.8
8392026-06-25T23:45:21.744Z Downloaded peg-runtime v0.8.5
8402026-06-25T23:45:21.744Z Downloaded pbkdf2 v0.12.2
8412026-06-25T23:45:21.747Z Downloaded phf_shared v0.11.3
8422026-06-25T23:45:21.747Z Downloaded num-derive v0.4.2
8432026-06-25T23:45:21.750Z Downloaded dropshot_endpoint v0.17.0
8442026-06-25T23:45:21.750Z Downloaded const_format v0.2.35
8452026-06-25T23:45:21.752Z Downloaded crossterm v0.29.0
8462026-06-25T23:45:21.756Z Downloaded num_enum_derive v0.7.6
8472026-06-25T23:45:21.759Z Downloaded num_enum v0.7.6
8482026-06-25T23:45:21.762Z Downloaded pin-utils v0.1.0
8492026-06-25T23:45:21.762Z Downloaded phf_shared v0.13.1
8502026-06-25T23:45:21.764Z Downloaded linear-map v1.2.0
8512026-06-25T23:45:21.764Z Downloaded num_enum v0.5.11
8522026-06-25T23:45:21.767Z Downloaded native-tls v0.2.18
8532026-06-25T23:45:21.770Z Downloaded precomputed-hash v0.1.1
8542026-06-25T23:45:21.770Z Downloaded litrs v1.0.0
8552026-06-25T23:45:21.770Z Downloaded memmap2 v0.9.10
8562026-06-25T23:45:21.772Z Downloaded mime_guess v2.0.5
8572026-06-25T23:45:21.772Z Downloaded ignore v0.4.25
8582026-06-25T23:45:21.775Z Downloaded heapless v0.8.0
8592026-06-25T23:45:21.778Z Downloaded libsw-core v0.3.2
8602026-06-25T23:45:21.778Z Downloaded oxide-tokio-rt v0.1.4
8612026-06-25T23:45:21.780Z Downloaded predicates-tree v1.0.13
8622026-06-25T23:45:21.780Z Downloaded predicates-core v1.0.10
8632026-06-25T23:45:21.780Z Downloaded owo-colors v4.3.0
8642026-06-25T23:45:21.783Z Downloaded num-integer v0.1.46
8652026-06-25T23:45:21.783Z Downloaded num-conv v0.2.0
8662026-06-25T23:45:21.783Z Downloaded cookie v0.18.1
8672026-06-25T23:45:21.786Z Downloaded proc-macro-error-attr2 v2.0.0
8682026-06-25T23:45:21.786Z Downloaded proc-macro-crate v3.4.0
8692026-06-25T23:45:21.790Z Downloaded proc-macro-crate v1.3.1
8702026-06-25T23:45:21.790Z Downloaded der v0.7.10
8712026-06-25T23:45:21.793Z Downloaded bzip2 v0.6.1
8722026-06-25T23:45:21.793Z Downloaded defmt-macros v1.0.1
8732026-06-25T23:45:21.795Z Downloaded password-hash v0.5.0
8742026-06-25T23:45:21.795Z Downloaded bumpalo v3.20.2
8752026-06-25T23:45:21.799Z Downloaded heapless v0.7.17
8762026-06-25T23:45:21.802Z Downloaded cc v1.2.56
8772026-06-25T23:45:21.802Z Downloaded password-hash v0.4.2
8782026-06-25T23:45:21.804Z Downloaded psl-types v2.0.11
8792026-06-25T23:45:21.804Z Downloaded progenitor-macro v0.14.0
8802026-06-25T23:45:21.805Z Downloaded packed_struct_codegen v0.10.1
8812026-06-25T23:45:21.807Z Downloaded packed_struct v0.10.1
8822026-06-25T23:45:21.807Z Downloaded headers v0.4.1
8832026-06-25T23:45:21.810Z Downloaded powerfmt v0.2.0
8842026-06-25T23:45:21.823Z Downloaded radium v0.7.0
8852026-06-25T23:45:21.826Z Downloaded rand_chacha v0.3.1
8862026-06-25T23:45:21.826Z Downloaded quick-error v1.2.3
8872026-06-25T23:45:21.826Z Downloaded progenitor-macro v0.13.0
8882026-06-25T23:45:21.829Z Downloaded crossbeam-channel v0.5.15
8892026-06-25T23:45:21.829Z Downloaded phf_shared v0.12.1
8902026-06-25T23:45:21.832Z Downloaded phf v0.13.1
8912026-06-25T23:45:21.832Z Downloaded pkcs8 v0.10.2
8922026-06-25T23:45:21.834Z Downloaded pin-project-internal v1.1.11
8932026-06-25T23:45:21.834Z Downloaded pin-project-lite v0.2.17
8942026-06-25T23:45:21.837Z Downloaded paste v1.0.15
8952026-06-25T23:45:21.840Z Downloaded hickory-resolver v0.24.4
8962026-06-25T23:45:21.842Z Downloaded newtype-uuid v1.3.2
8972026-06-25T23:45:21.842Z Downloaded multer v3.1.0
8982026-06-25T23:45:21.845Z Downloaded phf v0.12.1
8992026-06-25T23:45:21.845Z Downloaded pkg-config v0.3.32
9002026-06-25T23:45:21.849Z Downloaded rand_xorshift v0.4.0
9012026-06-25T23:45:21.849Z Downloaded ppv-lite86 v0.2.21
9022026-06-25T23:45:21.849Z Downloaded indicatif v0.18.4
9032026-06-25T23:45:21.851Z Downloaded peg-macros v0.8.5
9042026-06-25T23:45:21.851Z Downloaded parking_lot v0.11.2
9052026-06-25T23:45:21.854Z Downloaded ref-cast-impl v1.0.25
9062026-06-25T23:45:21.854Z Downloaded ref-cast v1.0.25
9072026-06-25T23:45:21.857Z Downloaded num-rational v0.4.2
9082026-06-25T23:45:21.857Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-06-25T23:45:21.857Z Downloaded recursive v0.1.1
9102026-06-25T23:45:21.860Z Downloaded pem v3.0.6
9112026-06-25T23:45:21.860Z Downloaded parse-display-derive v0.10.0
9122026-06-25T23:45:21.860Z Downloaded parking_lot_core v0.9.12
9132026-06-25T23:45:21.863Z Downloaded indexmap v1.9.3
9142026-06-25T23:45:21.864Z Downloaded postgres-protocol v0.6.10
9152026-06-25T23:45:21.867Z Downloaded oxnet v0.1.6
9162026-06-25T23:45:21.867Z Downloaded libbz2-rs-sys v0.2.2
9172026-06-25T23:45:21.870Z Downloaded progenitor-extras v0.2.0
9182026-06-25T23:45:21.870Z Downloaded progenitor v0.14.0
9192026-06-25T23:45:21.870Z Downloaded bytes v1.11.1
9202026-06-25T23:45:21.872Z Downloaded primeorder v0.13.6
9212026-06-25T23:45:21.875Z Downloaded parse-display v0.10.0
9222026-06-25T23:45:21.875Z Downloaded parking_lot_core v0.8.6
9232026-06-25T23:45:21.875Z Downloaded psm v0.1.30
9242026-06-25T23:45:21.878Z Downloaded rtoolbox v0.0.3
9252026-06-25T23:45:21.878Z Downloaded polyval v0.6.2
9262026-06-25T23:45:21.880Z Downloaded peg v0.8.5
9272026-06-25T23:45:21.883Z Downloaded rustc-hash v2.1.1
9282026-06-25T23:45:21.883Z Downloaded rustc_version v0.4.1
9292026-06-25T23:45:21.886Z Downloaded pem-rfc7468 v0.7.0
9302026-06-25T23:45:21.886Z Downloaded russh-cryptovec v0.7.3
9312026-06-25T23:45:21.886Z Downloaded rfc6979 v0.4.0
9322026-06-25T23:45:21.888Z Downloaded expectorate v1.2.0
9332026-06-25T23:45:21.888Z Downloaded ed25519-dalek v2.2.0
9342026-06-25T23:45:21.891Z Downloaded rand_core v0.9.5
9352026-06-25T23:45:21.891Z Downloaded progenitor-client v0.14.0
9362026-06-25T23:45:21.894Z Downloaded diesel_derives v2.3.7
9372026-06-25T23:45:21.896Z Downloaded progenitor-client v0.13.0
9382026-06-25T23:45:21.896Z Downloaded pkcs1 v0.7.5
9392026-06-25T23:45:21.899Z Downloaded rustc_version v0.1.7
9402026-06-25T23:45:21.899Z Downloaded derive_more-impl v2.1.1
9412026-06-25T23:45:21.902Z Downloaded rand_core v0.6.4
9422026-06-25T23:45:21.904Z Downloaded progenitor v0.13.0
9432026-06-25T23:45:21.904Z Downloaded flate2 v1.1.9
9442026-06-25T23:45:21.907Z Downloaded dyn-clone v1.0.20
9452026-06-25T23:45:21.910Z Downloaded data-encoding v2.10.0
9462026-06-25T23:45:21.910Z Downloaded convert_case v0.10.0
9472026-06-25T23:45:21.910Z Downloaded bitflags v1.3.2
9482026-06-25T23:45:21.912Z Downloaded parking_lot v0.12.5
9492026-06-25T23:45:21.915Z Downloaded predicates v3.1.4
9502026-06-25T23:45:21.915Z Downloaded postgres-types v0.2.12
9512026-06-25T23:45:21.917Z Downloaded rand_seeder v0.4.0
9522026-06-25T23:45:21.918Z Downloaded rand_core v0.10.0
9532026-06-25T23:45:21.921Z Downloaded omicron-zone-package v0.12.2
9542026-06-25T23:45:21.924Z Downloaded arrayvec v0.7.6
9552026-06-25T23:45:21.924Z Downloaded poly1305 v0.8.0
9562026-06-25T23:45:21.924Z Downloaded base64ct v1.8.3
9572026-06-25T23:45:21.927Z Downloaded salsa20 v0.10.2
9582026-06-25T23:45:21.929Z Downloaded postcard v1.1.3
9592026-06-25T23:45:21.933Z Downloaded jiff-static v0.2.21
9602026-06-25T23:45:21.936Z Downloaded p256 v0.13.2
9612026-06-25T23:45:21.939Z Downloaded scopeguard v1.2.0
9622026-06-25T23:45:21.939Z Downloaded secrecy v0.8.0
9632026-06-25T23:45:21.942Z Downloaded semver v0.1.20
9642026-06-25T23:45:21.942Z Downloaded serde_bytes v0.11.19
9652026-06-25T23:45:21.945Z Downloaded same-file v1.0.6
9662026-06-25T23:45:21.945Z Downloaded secrecy v0.10.3
9672026-06-25T23:45:21.947Z Downloaded r2d2 v0.8.10
9682026-06-25T23:45:21.947Z Downloaded resolv-conf v0.7.6
9692026-06-25T23:45:21.950Z Downloaded quinn-udp v0.5.14
9702026-06-25T23:45:21.950Z Downloaded dropshot-api-manager v0.7.2
9712026-06-25T23:45:21.962Z Downloaded pin-project v1.1.11
9722026-06-25T23:45:21.968Z Downloaded serde-big-array v0.5.1
9732026-06-25T23:45:21.971Z Downloaded scrypt v0.11.0
9742026-06-25T23:45:21.971Z Downloaded scroll_derive v0.13.1
9752026-06-25T23:45:21.971Z Downloaded rustls-pemfile v2.2.0
9762026-06-25T23:45:21.974Z Downloaded pkcs5 v0.7.1
9772026-06-25T23:45:21.977Z Downloaded miniz_oxide v0.8.9
9782026-06-25T23:45:21.977Z Downloaded hashbrown v0.13.2
9792026-06-25T23:45:21.980Z Downloaded rand_chacha v0.9.0
9802026-06-25T23:45:21.983Z Downloaded rustls-native-certs v0.8.3
9812026-06-25T23:45:21.983Z Downloaded seq-macro v0.3.6
9822026-06-25T23:45:21.986Z Downloaded sapling-renderdag v0.1.0
9832026-06-25T23:45:21.988Z Downloaded shell-words v1.1.1
9842026-06-25T23:45:21.988Z Downloaded serde_repr v0.1.20
9852026-06-25T23:45:21.991Z Downloaded sha1 v0.10.6
9862026-06-25T23:45:21.994Z Downloaded serde_plain v1.0.2
9872026-06-25T23:45:21.996Z Downloaded serde_spanned v1.0.4
9882026-06-25T23:45:22.001Z Downloaded sigpipe v0.1.3
9892026-06-25T23:45:22.008Z Downloaded hickory-server v0.25.2
9902026-06-25T23:45:22.011Z Downloaded rusty-fork v0.3.1
9912026-06-25T23:45:22.013Z Downloaded rustversion v1.0.22
9922026-06-25T23:45:22.016Z Downloaded papergrid v0.17.0
9932026-06-25T23:45:22.018Z Downloaded oso v0.27.3
9942026-06-25T23:45:22.021Z Downloaded signal-hook-tokio v0.3.1
9952026-06-25T23:45:22.021Z Downloaded slog-envlogger v2.2.0
9962026-06-25T23:45:22.021Z Downloaded siphasher v1.0.2
9972026-06-25T23:45:22.024Z Downloaded signal-hook-mio v0.2.5
9982026-06-25T23:45:22.024Z Downloaded schemars_derive v0.8.22
9992026-06-25T23:45:22.027Z Downloaded proc-macro-error2 v2.0.1
10002026-06-25T23:45:22.027Z Downloaded sec1 v0.7.3
10012026-06-25T23:45:22.030Z Downloaded sct v0.7.1
10022026-06-25T23:45:22.032Z Downloaded slog-bunyan v2.5.0
10032026-06-25T23:45:22.032Z Downloaded prefix-trie v0.7.0
10042026-06-25T23:45:22.038Z Downloaded russh-keys v0.45.0
10052026-06-25T23:45:22.041Z Downloaded rustls-pki-types v1.14.0
10062026-06-25T23:45:22.044Z Downloaded rustls-pemfile v1.0.4
10072026-06-25T23:45:22.044Z Downloaded scheduled-thread-pool v0.2.7
10082026-06-25T23:45:22.047Z Downloaded progenitor-impl v0.14.0
10092026-06-25T23:45:22.047Z Downloaded progenitor-impl v0.13.0
10102026-06-25T23:45:22.050Z Downloaded sqlparser_derive v0.5.0
10112026-06-25T23:45:22.056Z Downloaded serde_derive_internals v0.29.1
10122026-06-25T23:45:22.059Z Downloaded mio v1.2.0
10132026-06-25T23:45:22.062Z Downloaded serde_urlencoded v0.7.1
10142026-06-25T23:45:22.064Z Downloaded rcgen v0.12.1
10152026-06-25T23:45:22.064Z Downloaded hyper-util v0.1.20
10162026-06-25T23:45:22.068Z Downloaded strip-ansi-escapes v0.2.1
10172026-06-25T23:45:22.070Z Downloaded simd-adler32 v0.3.8
10182026-06-25T23:45:22.070Z Downloaded signal-hook-registry v1.4.8
10192026-06-25T23:45:22.073Z Downloaded signature v2.2.0
10202026-06-25T23:45:22.073Z Downloaded strum v0.26.3
10212026-06-25T23:45:22.073Z Downloaded shlex v1.3.0
10222026-06-25T23:45:22.075Z Downloaded itertools v0.10.5
10232026-06-25T23:45:22.091Z Downloaded strum v0.27.2
10242026-06-25T23:45:22.091Z Downloaded structmeta-derive v0.3.0
10252026-06-25T23:45:22.091Z Downloaded structmeta v0.3.0
10262026-06-25T23:45:22.091Z Downloaded hickory-resolver v0.25.2
10272026-06-25T23:45:22.091Z Downloaded ssh-cipher v0.2.0
10282026-06-25T23:45:22.091Z Downloaded slog-dtrace v0.3.0
10292026-06-25T23:45:22.091Z Downloaded http v1.4.0
10302026-06-25T23:45:22.091Z Downloaded slog-async v2.8.0
10312026-06-25T23:45:22.091Z Downloaded prettyplease v0.2.37
10322026-06-25T23:45:22.091Z Downloaded serde_with_macros v1.5.2
10332026-06-25T23:45:22.094Z Downloaded serde_path_to_error v0.1.20
10342026-06-25T23:45:22.094Z Downloaded serde-hex v0.1.0
10352026-06-25T23:45:22.097Z Downloaded ssh-encoding v0.2.0
10362026-06-25T23:45:22.097Z Downloaded slog-stdlog v4.1.1
10372026-06-25T23:45:22.100Z Downloaded supports-color v3.0.2
10382026-06-25T23:45:22.100Z Downloaded subtle v2.6.1
10392026-06-25T23:45:22.103Z Downloaded slog-json v2.6.1
10402026-06-25T23:45:22.103Z Downloaded tabled_derive v0.11.0
10412026-06-25T23:45:22.105Z Downloaded slog-term v2.9.2
10422026-06-25T23:45:22.105Z Downloaded slog-scope v4.4.1
10432026-06-25T23:45:22.110Z Downloaded pretty_assertions v1.4.1
10442026-06-25T23:45:22.117Z Downloaded smallvec v0.6.14
10452026-06-25T23:45:22.120Z Downloaded snafu-derive v0.8.9
10462026-06-25T23:45:22.120Z Downloaded sync_wrapper v1.0.2
10472026-06-25T23:45:22.123Z Downloaded tagptr v0.2.0
10482026-06-25T23:45:22.123Z Downloaded spki v0.7.3
10492026-06-25T23:45:22.126Z Downloaded tap v1.0.1
10502026-06-25T23:45:22.126Z Downloaded hashbrown v0.12.3
10512026-06-25T23:45:22.129Z Downloaded take_mut v0.2.2
10522026-06-25T23:45:22.129Z Downloaded tabwriter v1.4.1
10532026-06-25T23:45:22.131Z Downloaded sqlformat v0.3.5
10542026-06-25T23:45:22.132Z Downloaded rustls-platform-verifier v0.6.2
10552026-06-25T23:45:22.134Z Downloaded minimal-lexical v0.2.1
10562026-06-25T23:45:22.137Z Downloaded serde_cbor v0.11.2
10572026-06-25T23:45:22.140Z Downloaded openssl-sys v0.9.115
10582026-06-25T23:45:22.142Z Downloaded testing_table v0.3.0
10592026-06-25T23:45:22.142Z Downloaded termtree v0.5.1
10602026-06-25T23:45:22.145Z Downloaded hashbrown v0.15.5
10612026-06-25T23:45:22.148Z Downloaded strsim v0.10.0
10622026-06-25T23:45:22.148Z Downloaded string_cache v0.8.9
10632026-06-25T23:45:22.148Z Downloaded thread-id v5.1.0
10642026-06-25T23:45:22.151Z Downloaded stringprep v0.1.5
10652026-06-25T23:45:22.151Z Downloaded static_assertions v1.1.0
10662026-06-25T23:45:22.153Z Downloaded stacker v0.1.23
10672026-06-25T23:45:22.153Z Downloaded thiserror-impl-no-std v2.0.2
10682026-06-25T23:45:22.153Z Downloaded serde_with_macros v3.17.0
10692026-06-25T23:45:22.156Z Downloaded rayon-core v1.13.0
10702026-06-25T23:45:22.159Z Downloaded tokio-macros v2.7.0
10712026-06-25T23:45:22.159Z Downloaded slab v0.4.12
10722026-06-25T23:45:22.159Z Downloaded hashbrown v0.16.1
10732026-06-25T23:45:22.161Z Downloaded rand v0.8.6
10742026-06-25T23:45:22.164Z Downloaded tinyvec_macros v0.1.1
10752026-06-25T23:45:22.164Z Downloaded time-core v0.1.8
10762026-06-25T23:45:22.167Z Downloaded num-bigint v0.4.6
10772026-06-25T23:45:22.170Z Downloaded strum_macros v0.24.3
10782026-06-25T23:45:22.172Z Downloaded strum_macros v0.27.2
10792026-06-25T23:45:22.172Z Downloaded ryu v1.0.23
10802026-06-25T23:45:22.175Z Downloaded schemars v0.8.22
10812026-06-25T23:45:22.180Z Downloaded scroll v0.13.0
10822026-06-25T23:45:22.183Z Downloaded aho-corasick v1.1.4
10832026-06-25T23:45:22.187Z Downloaded sync-ptr v0.1.4
10842026-06-25T23:45:22.187Z Downloaded support-bundle-viewer v0.1.2
10852026-06-25T23:45:22.189Z Downloaded smf v0.2.3
10862026-06-25T23:45:22.189Z Downloaded ron v0.8.1
10872026-06-25T23:45:22.192Z Downloaded quinn v0.11.9
10882026-06-25T23:45:22.195Z Downloaded nom v7.1.3
10892026-06-25T23:45:22.198Z Downloaded signal-hook v0.3.18
10902026-06-25T23:45:22.207Z Downloaded termios v0.3.3
10912026-06-25T23:45:22.209Z Downloaded spin v0.9.8
10922026-06-25T23:45:22.209Z Downloaded futures-util v0.3.32
10932026-06-25T23:45:22.216Z Downloaded try-lock v0.2.5
10942026-06-25T23:45:22.218Z Downloaded trait-variant v0.1.2
10952026-06-25T23:45:22.219Z Downloaded tower-service v0.3.3
10962026-06-25T23:45:22.219Z Downloaded thiserror-no-std v2.0.2
10972026-06-25T23:45:22.222Z Downloaded itertools v0.12.1
10982026-06-25T23:45:22.224Z Downloaded tower-layer v0.3.3
10992026-06-25T23:45:22.227Z Downloaded topological-sort v0.2.2
11002026-06-25T23:45:22.227Z Downloaded tiny-keccak v2.0.2
11012026-06-25T23:45:22.227Z Downloaded slog v2.8.2
11022026-06-25T23:45:22.230Z Downloaded iri-string v0.7.10
11032026-06-25T23:45:22.233Z Downloaded strum_macros v0.26.4
11042026-06-25T23:45:22.237Z Downloaded time-macros v0.2.27
11052026-06-25T23:45:22.242Z Downloaded rand v0.10.0
11062026-06-25T23:45:22.246Z Downloaded num-bigint-dig v0.8.6
11072026-06-25T23:45:22.249Z Downloaded similar v2.7.0
11082026-06-25T23:45:22.252Z Downloaded tls_codec_derive v0.4.2
11092026-06-25T23:45:22.254Z Downloaded schemars v0.9.0
11102026-06-25T23:45:22.260Z Downloaded usdt v0.6.0
11112026-06-25T23:45:22.262Z Downloaded untrusted v0.7.1
11122026-06-25T23:45:22.262Z Downloaded universal-hash v0.5.1
11132026-06-25T23:45:22.262Z Downloaded unit-prefix v0.5.2
11142026-06-25T23:45:22.265Z Downloaded tokio-rustls v0.25.0
11152026-06-25T23:45:22.265Z Downloaded tokio-native-tls v0.3.1
11162026-06-25T23:45:22.265Z Downloaded unicode-truncate v1.1.0
11172026-06-25T23:45:22.268Z Downloaded rsa v0.9.10
11182026-06-25T23:45:22.270Z Downloaded toml_writer v1.0.6+spec-1.1.0
11192026-06-25T23:45:22.270Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-06-25T23:45:22.273Z Downloaded tokio-tungstenite v0.21.0
11212026-06-25T23:45:22.273Z Downloaded term v1.2.1
11222026-06-25T23:45:22.276Z Downloaded usdt-macro v0.6.0
11232026-06-25T23:45:22.276Z Downloaded usdt-attr-macro v0.6.0
11242026-06-25T23:45:22.276Z Downloaded serde_yaml v0.9.34+deprecated
11252026-06-25T23:45:22.278Z Downloaded socket2 v0.6.3
11262026-06-25T23:45:22.281Z Downloaded socket2 v0.5.10
11272026-06-25T23:45:22.281Z Downloaded hyper v1.8.1
11282026-06-25T23:45:22.284Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11292026-06-25T23:45:22.287Z Downloaded thread_local v1.1.9
11302026-06-25T23:45:22.287Z Downloaded unarray v0.1.4
11312026-06-25T23:45:22.287Z Downloaded utf-8 v0.7.6
11322026-06-25T23:45:22.290Z Downloaded typify-macro v0.6.2
11332026-06-25T23:45:22.290Z Downloaded tokio-tungstenite v0.23.1
11342026-06-25T23:45:22.290Z Downloaded tokio-dtrace v0.1.1
11352026-06-25T23:45:22.292Z Downloaded tls_codec v0.4.2
11362026-06-25T23:45:22.292Z Downloaded qorb v0.4.1
11372026-06-25T23:45:22.295Z Downloaded waitgroup v0.1.2
11382026-06-25T23:45:22.295Z Downloaded wait-timeout v0.2.1
11392026-06-25T23:45:22.295Z Downloaded rand v0.9.2
11402026-06-25T23:45:22.298Z Downloaded publicsuffix v2.3.0
11412026-06-25T23:45:22.300Z Downloaded rustls-webpki v0.103.9
11422026-06-25T23:45:22.303Z Downloaded tui-tree-widget v0.23.1
11432026-06-25T23:45:22.306Z Downloaded samael v0.0.19
11442026-06-25T23:45:22.309Z Downloaded hkdf v0.12.4
11452026-06-25T23:45:22.311Z Downloaded want v0.3.1
11462026-06-25T23:45:22.311Z Downloaded void v1.0.2
11472026-06-25T23:45:22.315Z Downloaded xshell-macros v0.2.7
11482026-06-25T23:45:22.319Z Downloaded xattr v1.6.1
11492026-06-25T23:45:22.325Z Downloaded libxml v0.3.3
11502026-06-25T23:45:22.328Z Downloaded snafu v0.8.9
11512026-06-25T23:45:22.331Z Downloaded schemars v1.2.1
11522026-06-25T23:45:22.338Z Downloaded untrusted v0.9.0
11532026-06-25T23:45:22.341Z Downloaded tokio-rustls v0.26.4
11542026-06-25T23:45:22.341Z Downloaded russh v0.45.0
11552026-06-25T23:45:22.344Z Downloaded itertools v0.14.0
11562026-06-25T23:45:22.347Z Downloaded itertools v0.13.0
11572026-06-25T23:45:22.350Z Downloaded zeroize_derive v1.4.3
11582026-06-25T23:45:22.353Z Downloaded term v0.7.0
11592026-06-25T23:45:22.353Z Downloaded test-strategy v0.4.5
11602026-06-25T23:45:22.356Z Downloaded tracing-attributes v0.1.31
11612026-06-25T23:45:22.358Z Downloaded toml_parser v1.0.9+spec-1.1.0
11622026-06-25T23:45:22.358Z Downloaded uzers v0.12.2
11632026-06-25T23:45:22.363Z Downloaded walkdir v2.5.0
11642026-06-25T23:45:22.365Z Downloaded vergen-lib v0.1.6
11652026-06-25T23:45:22.365Z Downloaded vergen-gitcl v1.0.8
11662026-06-25T23:45:22.368Z Downloaded tokio-rustls v0.24.1
11672026-06-25T23:45:22.368Z Downloaded p521 v0.13.3
11682026-06-25T23:45:22.371Z Downloaded zone v0.3.1
11692026-06-25T23:45:22.371Z Downloaded zone_cfg_derive v0.3.1
11702026-06-25T23:45:22.378Z Downloaded whoami v2.1.0
11712026-06-25T23:45:22.381Z Downloaded vsss-rs v3.3.4
11722026-06-25T23:45:22.381Z Downloaded blake3 v1.8.5
11732026-06-25T23:45:22.385Z Downloaded xshell v0.2.7
11742026-06-25T23:45:22.388Z Downloaded tinyvec v1.10.0
11752026-06-25T23:45:22.388Z Downloaded twox-hash v2.1.2
11762026-06-25T23:45:22.390Z Downloaded wyz v0.5.1
11772026-06-25T23:45:22.390Z Downloaded subprocess v0.2.15
11782026-06-25T23:45:22.393Z Downloaded whoami v1.6.1
11792026-06-25T23:45:22.393Z Downloaded nom v8.0.0
11802026-06-25T23:45:22.396Z Downloaded h2 v0.4.13
11812026-06-25T23:45:22.399Z Downloaded aws-lc-rs v1.16.3
11822026-06-25T23:45:22.405Z Downloaded unicode-properties v0.1.4
11832026-06-25T23:45:22.407Z Downloaded vergen v9.1.0
11842026-06-25T23:45:22.407Z Downloaded unicase v2.9.0
11852026-06-25T23:45:22.410Z Downloaded toml v1.0.6+spec-1.1.0
11862026-06-25T23:45:22.413Z Downloaded tar v0.4.45
11872026-06-25T23:45:22.416Z Downloaded zeroize v1.8.2
11882026-06-25T23:45:22.419Z Downloaded tokio-stream v0.1.18
11892026-06-25T23:45:22.422Z Downloaded toml v0.7.8
11902026-06-25T23:45:22.428Z Downloaded steno v0.4.1
11912026-06-25T23:45:22.431Z Downloaded zstd-safe v7.2.4
11922026-06-25T23:45:22.434Z Downloaded rustyline v14.0.0
11932026-06-25T23:45:22.437Z Downloaded zstd v0.13.3
11942026-06-25T23:45:22.439Z Downloaded tungstenite v0.23.0
11952026-06-25T23:45:22.440Z Downloaded tungstenite v0.21.0
11962026-06-25T23:45:22.442Z Downloaded bitvec v1.0.1
11972026-06-25T23:45:22.449Z Downloaded typify v0.6.2
11982026-06-25T23:45:22.452Z Downloaded unicode-bidi v0.3.18
11992026-06-25T23:45:22.454Z Downloaded chrono v0.4.44
12002026-06-25T23:45:22.457Z Downloaded unsafe-libyaml v0.2.11
12012026-06-25T23:45:22.460Z Downloaded rpassword v7.4.0
12022026-06-25T23:45:22.460Z Downloaded libm v0.2.16
12032026-06-25T23:45:22.465Z Downloaded yasna v0.5.2
12042026-06-25T23:45:22.468Z Downloaded usdt-impl v0.6.0
12052026-06-25T23:45:22.468Z Downloaded tracing-core v0.1.36
12062026-06-25T23:45:22.471Z Downloaded zerocopy v0.6.6
12072026-06-25T23:45:22.473Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-06-25T23:45:22.473Z Downloaded vergen-git2 v9.1.0
12092026-06-25T23:45:22.476Z Downloaded iddqd v0.4.2
12102026-06-25T23:45:22.479Z Downloaded reedline v0.40.0
12112026-06-25T23:45:22.487Z Downloaded serde_with v1.14.0
12122026-06-25T23:45:22.490Z Downloaded vte v0.14.1
12132026-06-25T23:45:22.517Z Downloaded toml_edit v0.19.15
12142026-06-25T23:45:22.526Z Downloaded uuid v1.23.0
12152026-06-25T23:45:22.529Z Downloaded tokio-postgres v0.7.16
12162026-06-25T23:45:22.532Z Downloaded p384 v0.13.1
12172026-06-25T23:45:22.535Z Downloaded zopfli v0.8.3
12182026-06-25T23:45:22.537Z Downloaded bindgen v0.71.1
12192026-06-25T23:45:22.544Z Downloaded yansi v1.0.1
12202026-06-25T23:45:22.547Z Downloaded vergen-lib v9.1.0
12212026-06-25T23:45:22.547Z Downloaded reqwest v0.12.28
12222026-06-25T23:45:22.550Z Downloaded unicode_categories v0.1.1
12232026-06-25T23:45:22.553Z Downloaded regex v1.12.3
12242026-06-25T23:45:22.565Z Downloaded zip v0.6.6
12252026-06-25T23:45:22.574Z Downloaded ssh-key v0.6.7
12262026-06-25T23:45:22.578Z Downloaded reqwest v0.13.2
12272026-06-25T23:45:22.581Z Downloaded lalrpop v0.19.12
12282026-06-25T23:45:22.587Z Downloaded git2 v0.20.4
12292026-06-25T23:45:22.594Z Downloaded tower v0.5.3
12302026-06-25T23:45:22.599Z Downloaded rustls-webpki v0.101.7
12312026-06-25T23:45:22.606Z Downloaded x509-cert v0.2.5
12322026-06-25T23:45:22.609Z Downloaded portable-atomic v1.13.1
12332026-06-25T23:45:22.614Z Downloaded rayon v1.11.0
12342026-06-25T23:45:22.625Z Downloaded quick-xml v0.37.5
12352026-06-25T23:45:22.631Z Downloaded moka v0.12.13
12362026-06-25T23:45:22.642Z Downloaded unicode-segmentation v1.12.0
12372026-06-25T23:45:22.649Z Downloaded zerocopy-derive v0.8.40
12382026-06-25T23:45:22.654Z Downloaded typed-path v0.9.3
12392026-06-25T23:45:22.657Z Downloaded unicode-normalization v0.1.25
12402026-06-25T23:45:22.660Z Downloaded petname v2.0.2
12412026-06-25T23:45:22.662Z Downloaded tough v0.22.0
12422026-06-25T23:45:22.667Z Downloaded tower-http v0.6.8
12432026-06-25T23:45:22.671Z Downloaded curve25519-dalek v4.1.3
12442026-06-25T23:45:22.676Z Downloaded tokio-util v0.7.18
12452026-06-25T23:45:22.680Z Downloaded zip v4.6.1
12462026-06-25T23:45:22.683Z Downloaded salty v0.3.0
12472026-06-25T23:45:22.687Z Downloaded proptest v1.10.0
12482026-06-25T23:45:22.692Z Downloaded serde_with v3.17.0
12492026-06-25T23:45:22.699Z Downloaded rustls-webpki v0.102.8
12502026-06-25T23:45:22.709Z Downloaded object v0.30.4
12512026-06-25T23:45:22.714Z Downloaded goblin v0.10.5
12522026-06-25T23:45:22.718Z Downloaded radix_trie v0.2.1
12532026-06-25T23:45:22.721Z Downloaded nix v0.27.1
12542026-06-25T23:45:22.740Z Downloaded winnow v0.5.40
12552026-06-25T23:45:22.745Z Downloaded quinn-proto v0.11.13
12562026-06-25T23:45:22.749Z Downloaded bstr v1.12.1
12572026-06-25T23:45:22.756Z Downloaded openssl v0.10.79
12582026-06-25T23:45:22.766Z Downloaded winnow v0.6.26
12592026-06-25T23:45:22.779Z Downloaded polar-core v0.27.3
12602026-06-25T23:45:22.784Z Downloaded nix v0.28.0
12612026-06-25T23:45:22.791Z Downloaded dropshot v0.17.0
12622026-06-25T23:45:22.803Z Downloaded time v0.3.47
12632026-06-25T23:45:22.810Z Downloaded tabled v0.20.0
12642026-06-25T23:45:22.820Z Downloaded zlib-rs v0.6.2
12652026-06-25T23:45:22.823Z Downloaded vcpkg v0.2.15
12662026-06-25T23:45:22.845Z Downloaded smoltcp v0.9.1
12672026-06-25T23:45:22.850Z Downloaded nix v0.31.2
12682026-06-25T23:45:22.857Z Downloaded object v0.37.3
12692026-06-25T23:45:22.863Z Downloaded regex-syntax v0.6.29
12702026-06-25T23:45:22.867Z Downloaded regress v0.11.1
12712026-06-25T23:45:22.872Z Downloaded regex-syntax v0.8.10
12722026-06-25T23:45:22.877Z Downloaded webpki-roots v1.0.6
12732026-06-25T23:45:22.879Z Downloaded rustix v0.38.44
12742026-06-25T23:45:22.891Z Downloaded rustls v0.22.4
12752026-06-25T23:45:22.898Z Downloaded hickory-proto v0.25.2
12762026-06-25T23:45:22.907Z Downloaded zerocopy v0.8.40
12772026-06-25T23:45:22.912Z Downloaded regress v0.10.5
12782026-06-25T23:45:22.917Z Downloaded smoltcp v0.11.0
12792026-06-25T23:45:22.924Z Downloaded openapiv3 v2.2.0
12802026-06-25T23:45:22.930Z Downloaded hickory-proto v0.24.4
12812026-06-25T23:45:22.938Z Downloaded rustls v0.21.12
12822026-06-25T23:45:22.944Z Downloaded rustls v0.23.37
12832026-06-25T23:45:22.951Z Downloaded diesel v2.3.7
12842026-06-25T23:45:22.969Z Downloaded tracing v0.1.44
12852026-06-25T23:45:22.999Z Downloaded sqlparser v0.61.0
12862026-06-25T23:45:23.012Z Downloaded zerocopy-derive v0.6.6
12872026-06-25T23:45:23.019Z Downloaded regex-automata v0.4.14
12882026-06-25T23:45:23.029Z Downloaded sled v0.34.7
12892026-06-25T23:45:23.060Z Downloaded ratatui v0.29.0
12902026-06-25T23:45:23.072Z Downloaded typify-impl v0.6.2
12912026-06-25T23:45:23.080Z Downloaded csv v1.4.0
12922026-06-25T23:45:23.092Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-06-25T23:45:23.101Z Downloaded petgraph v0.8.3
12942026-06-25T23:45:23.121Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12952026-06-25T23:45:23.132Z Downloaded sha3 v0.10.8
12962026-06-25T23:45:23.136Z Downloaded petgraph v0.6.5
12972026-06-25T23:45:23.147Z Downloaded chrono-tz v0.10.4
12982026-06-25T23:45:23.158Z Downloaded jiff v0.2.21
12992026-06-25T23:45:23.187Z Downloaded libz-sys v1.1.24
13002026-06-25T23:45:23.199Z Downloaded encoding_rs v0.8.35
13012026-06-25T23:45:23.211Z Downloaded tokio v1.52.1
13022026-06-25T23:45:23.249Z Downloaded libgit2-sys v0.18.3+1.9.2
13032026-06-25T23:45:23.317Z Downloaded ring v0.17.14
13042026-06-25T23:45:23.874Z Downloaded aws-lc-sys v0.40.0
13052026-06-25T23:45:24.121Z Compiling libc v0.2.185
13062026-06-25T23:45:24.121Z Compiling serde v1.0.228
13072026-06-25T23:45:24.124Z Compiling log v0.4.29
13082026-06-25T23:45:24.124Z Compiling find-msvc-tools v0.1.9
13092026-06-25T23:45:24.256Z Compiling shlex v1.3.0
13102026-06-25T23:45:24.260Z Compiling smallvec v1.15.1
13112026-06-25T23:45:24.263Z Compiling syn v2.0.117
13122026-06-25T23:45:24.269Z Compiling typenum v1.19.0
13132026-06-25T23:45:24.437Z Compiling generic-array v0.14.7
13142026-06-25T23:45:24.459Z Compiling subtle v2.6.1
13152026-06-25T23:45:24.463Z Compiling scopeguard v1.2.0
13162026-06-25T23:45:24.505Z Compiling const-oid v0.9.6
13172026-06-25T23:45:24.556Z Compiling lock_api v0.4.14
13182026-06-25T23:45:24.569Z Compiling serde_json v1.0.149
13192026-06-25T23:45:24.634Z Compiling zerocopy v0.8.40
13202026-06-25T23:45:24.668Z Compiling parking_lot_core v0.9.12
13212026-06-25T23:45:24.772Z Compiling pin-project-lite v0.2.17
13222026-06-25T23:45:24.874Z Compiling portable-atomic v1.13.1
13232026-06-25T23:45:24.920Z Compiling pkg-config v0.3.32
13242026-06-25T23:45:25.039Z Compiling getrandom v0.2.17
13252026-06-25T23:45:25.110Z Compiling jobserver v0.1.34
13262026-06-25T23:45:25.224Z Compiling rand_core v0.6.4
13272026-06-25T23:45:25.236Z Compiling errno v0.3.14
13282026-06-25T23:45:25.306Z Compiling cc v1.2.56
13292026-06-25T23:45:25.377Z Compiling signal-hook-registry v1.4.8
13302026-06-25T23:45:25.574Z Compiling bitflags v2.11.0
13312026-06-25T23:45:25.611Z Compiling libm v0.2.16
13322026-06-25T23:45:25.739Z Compiling futures-core v0.3.32
13332026-06-25T23:45:25.801Z Compiling critical-section v1.2.0
13342026-06-25T23:45:25.819Z Compiling parking_lot v0.12.5
13352026-06-25T23:45:25.896Z Compiling once_cell v1.21.3
13362026-06-25T23:45:25.909Z Compiling mio v1.2.0
13372026-06-25T23:45:25.938Z Compiling num-traits v0.2.19
13382026-06-25T23:45:25.995Z Compiling percent-encoding v2.3.2
13392026-06-25T23:45:26.109Z Compiling socket2 v0.6.3
13402026-06-25T23:45:26.227Z Compiling futures-sink v0.3.32
13412026-06-25T23:45:26.230Z Compiling futures-io v0.3.32
13422026-06-25T23:45:26.304Z Compiling futures-channel v0.3.32
13432026-06-25T23:45:26.330Z Compiling cpufeatures v0.2.17
13442026-06-25T23:45:26.391Z Compiling slab v0.4.12
13452026-06-25T23:45:26.391Z Compiling futures-task v0.3.32
13462026-06-25T23:45:26.416Z Compiling getrandom v0.4.1
13472026-06-25T23:45:26.538Z Compiling rand_core v0.10.0
13482026-06-25T23:45:26.550Z Compiling indexmap v2.14.0
13492026-06-25T23:45:26.569Z Compiling rustversion v1.0.22
13502026-06-25T23:45:26.572Z Compiling getrandom v0.3.4
13512026-06-25T23:45:26.703Z Compiling cmake v0.1.57
13522026-06-25T23:45:27.090Z Compiling form_urlencoded v1.2.2
13532026-06-25T23:45:27.108Z Compiling dunce v1.0.5
13542026-06-25T23:45:27.118Z Compiling fs_extra v1.3.0
13552026-06-25T23:45:27.201Z Compiling synstructure v0.13.2
13562026-06-25T23:45:27.214Z Compiling ident_case v1.0.1
13572026-06-25T23:45:27.265Z Compiling base64ct v1.8.3
13582026-06-25T23:45:27.334Z Compiling regex-syntax v0.8.10
13592026-06-25T23:45:27.387Z Compiling aws-lc-sys v0.40.0
13602026-06-25T23:45:27.400Z Compiling rustix v1.1.3
13612026-06-25T23:45:27.518Z Compiling pem-rfc7468 v0.7.0
13622026-06-25T23:45:27.561Z Compiling flagset v0.4.7
13632026-06-25T23:45:27.692Z Compiling iana-time-zone v0.1.65
13642026-06-25T23:45:27.751Z Compiling rand_core v0.9.5
13652026-06-25T23:45:27.817Z Compiling ring v0.17.14
13662026-06-25T23:45:27.836Z Compiling aws-lc-rs v1.16.3
13672026-06-25T23:45:27.910Z Compiling vcpkg v0.2.15
13682026-06-25T23:45:28.028Z Compiling uuid v1.23.0
13692026-06-25T23:45:28.120Z Compiling rustc_version v0.4.1
13702026-06-25T23:45:28.448Z Compiling tracing-core v0.1.36
13712026-06-25T23:45:28.642Z Compiling openssl-sys v0.9.115
13722026-06-25T23:45:28.749Z Compiling base64 v0.22.1
13732026-06-25T23:45:28.949Z Compiling serde_derive v1.0.228
13742026-06-25T23:45:29.011Z Compiling zeroize_derive v1.4.3
13752026-06-25T23:45:29.075Z Compiling zerofrom-derive v0.1.6
13762026-06-25T23:45:29.133Z Compiling yoke-derive v0.8.1
13772026-06-25T23:45:29.160Z Compiling zerocopy-derive v0.8.40
13782026-06-25T23:45:29.662Z Compiling zeroize v1.8.2
13792026-06-25T23:45:29.722Z Compiling zerovec-derive v0.11.2
13802026-06-25T23:45:30.277Z Compiling displaydoc v0.2.5
13812026-06-25T23:45:30.413Z Compiling crypto-common v0.1.7
13822026-06-25T23:45:30.473Z Compiling zerofrom v0.1.6
13832026-06-25T23:45:30.595Z Compiling yoke v0.8.1
13842026-06-25T23:45:30.607Z Compiling block-buffer v0.10.4
13852026-06-25T23:45:30.765Z Compiling digest v0.10.7
13862026-06-25T23:45:30.777Z Compiling tokio-macros v2.7.0
13872026-06-25T23:45:30.822Z Compiling zerovec v0.11.5
13882026-06-25T23:45:31.012Z Compiling futures-macro v0.3.32
13892026-06-25T23:45:31.065Z Compiling zerotrie v0.2.3
13902026-06-25T23:45:31.329Z Compiling tinystr v0.8.2
13912026-06-25T23:45:31.360Z Compiling potential_utf v0.1.4
13922026-06-25T23:45:31.505Z Compiling icu_locale_core v2.1.1
13932026-06-25T23:45:31.520Z Compiling icu_collections v2.1.1
13942026-06-25T23:45:31.532Z Compiling hmac v0.12.1
13952026-06-25T23:45:31.681Z Compiling block-padding v0.3.3
13962026-06-25T23:45:31.811Z Compiling futures-util v0.3.32
13972026-06-25T23:45:31.836Z Compiling inout v0.1.4
13982026-06-25T23:45:31.983Z Compiling cipher v0.4.4
13992026-06-25T23:45:31.995Z Compiling sha2 v0.10.9
14002026-06-25T23:45:32.243Z Compiling icu_provider v2.1.1
14012026-06-25T23:45:32.356Z Compiling bytes v1.11.1
14022026-06-25T23:45:32.415Z Compiling der_derive v0.7.3
14032026-06-25T23:45:32.478Z Compiling icu_properties v2.1.2
14042026-06-25T23:45:32.536Z Compiling icu_normalizer v2.1.1
14052026-06-25T23:45:32.964Z Compiling tokio v1.52.1
14062026-06-25T23:45:33.070Z Compiling http v1.4.0
14072026-06-25T23:45:33.347Z Compiling idna_adapter v1.2.1
14082026-06-25T23:45:33.360Z Compiling der v0.7.10
14092026-06-25T23:45:33.481Z Compiling idna v1.1.0
14102026-06-25T23:45:33.554Z Compiling ppv-lite86 v0.2.21
14112026-06-25T23:45:33.620Z Compiling chrono v0.4.44
14122026-06-25T23:45:33.867Z Compiling url v2.5.8
14132026-06-25T23:45:33.972Z Compiling salsa20 v0.10.2
14142026-06-25T23:45:34.057Z Compiling pbkdf2 v0.12.2
14152026-06-25T23:45:34.103Z Compiling rustls-pki-types v1.14.0
14162026-06-25T23:45:34.106Z Compiling thiserror-impl v2.0.18
14172026-06-25T23:45:34.166Z Compiling spki v0.7.3
14182026-06-25T23:45:34.362Z Compiling tracing-attributes v0.1.31
14192026-06-25T23:45:34.522Z Compiling scrypt v0.11.0
14202026-06-25T23:45:34.550Z Compiling rand_chacha v0.9.0
14212026-06-25T23:45:34.639Z Compiling http-body v1.0.1
14222026-06-25T23:45:34.764Z Compiling aes v0.8.4
14232026-06-25T23:45:34.786Z Compiling cbc v0.1.2
14242026-06-25T23:45:34.965Z Compiling untrusted v0.7.1
14252026-06-25T23:45:34.991Z Compiling tinyvec_macros v0.1.1
14262026-06-25T23:45:35.060Z Compiling openssl-probe v0.2.1
14272026-06-25T23:45:35.083Z Compiling httparse v1.10.1
14282026-06-25T23:45:35.222Z Compiling untrusted v0.9.0
14292026-06-25T23:45:35.234Z Compiling pkcs5 v0.7.1
14302026-06-25T23:45:35.393Z Compiling thiserror v2.0.18
14312026-06-25T23:45:35.493Z Compiling tinyvec v1.10.0
14322026-06-25T23:45:35.505Z Compiling pest_generator v2.8.6
14332026-06-25T23:45:35.672Z Compiling tracing v0.1.44
14342026-06-25T23:45:35.774Z Compiling rand v0.9.2
14352026-06-25T23:45:35.799Z Compiling serde_derive_internals v0.29.1
14362026-06-25T23:45:35.835Z Compiling aho-corasick v1.1.4
14372026-06-25T23:45:35.937Z Compiling schemars v0.8.22
14382026-06-25T23:45:36.132Z Compiling tower-service v0.3.3
14392026-06-25T23:45:36.193Z Compiling try-lock v0.2.5
14402026-06-25T23:45:36.223Z Compiling dyn-clone v1.0.20
14412026-06-25T23:45:36.299Z Compiling rustls v0.23.37
14422026-06-25T23:45:36.356Z Compiling atomic-waker v1.1.2
14432026-06-25T23:45:36.469Z Compiling tower-layer v0.3.3
14442026-06-25T23:45:36.481Z Compiling want v0.3.1
14452026-06-25T23:45:36.566Z Compiling pest_derive v2.8.6
14462026-06-25T23:45:36.626Z Compiling regex-automata v0.4.14
14472026-06-25T23:45:36.662Z Compiling pkcs8 v0.10.2
14482026-06-25T23:45:36.674Z Compiling schemars_derive v0.8.22
14492026-06-25T23:45:36.955Z Compiling tokio-util v0.7.18
14502026-06-25T23:45:37.159Z Compiling ipnet v2.11.0
14512026-06-25T23:45:37.278Z Compiling scroll_derive v0.13.1
14522026-06-25T23:45:37.481Z Compiling darling_core v0.20.11
14532026-06-25T23:45:37.644Z Compiling h2 v0.4.13
14542026-06-25T23:45:37.892Z Compiling openssl v0.10.79
14552026-06-25T23:45:37.959Z Compiling foreign-types-shared v0.1.1
14562026-06-25T23:45:38.043Z Compiling httpdate v1.0.3
14572026-06-25T23:45:38.057Z Compiling pin-utils v0.1.0
14582026-06-25T23:45:38.127Z Compiling tempfile v3.25.0
14592026-06-25T23:45:38.140Z Compiling scroll v0.13.0
14602026-06-25T23:45:38.264Z Compiling foreign-types v0.3.2
14612026-06-25T23:45:38.400Z Compiling unicode-normalization v0.1.25
14622026-06-25T23:45:38.667Z Compiling openssl-macros v0.1.1
14632026-06-25T23:45:38.854Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-06-25T23:45:38.873Z Compiling socket2 v0.5.10
14652026-06-25T23:45:39.055Z Compiling spin v0.9.8
14662026-06-25T23:45:39.227Z Compiling powerfmt v0.2.0
14672026-06-25T23:45:39.254Z Compiling time-core v0.1.8
14682026-06-25T23:45:39.267Z Compiling native-tls v0.2.18
14692026-06-25T23:45:39.396Z Compiling crc32fast v1.5.0
14702026-06-25T23:45:39.422Z Compiling num-conv v0.2.0
14712026-06-25T23:45:39.479Z Compiling deranged v0.5.8
14722026-06-25T23:45:39.550Z Compiling time-macros v0.2.27
14732026-06-25T23:45:39.682Z Compiling darling_macro v0.20.11
14742026-06-25T23:45:40.149Z Compiling darling v0.20.11
14752026-06-25T23:45:40.229Z Compiling goblin v0.10.5
14762026-06-25T23:45:40.425Z Compiling rustls-native-certs v0.8.3
14772026-06-25T23:45:40.626Z Compiling sync_wrapper v1.0.2
14782026-06-25T23:45:40.641Z Compiling hyper v1.8.1
14792026-06-25T23:45:40.729Z Compiling wait-timeout v0.2.1
14802026-06-25T23:45:40.743Z Compiling num_threads v0.1.7
14812026-06-25T23:45:40.837Z Compiling quick-error v1.2.3
14822026-06-25T23:45:40.941Z Compiling siphasher v1.0.2
14832026-06-25T23:45:40.991Z Compiling syn v1.0.109
14842026-06-25T23:45:41.125Z Compiling usdt-impl v0.6.0
14852026-06-25T23:45:41.296Z Compiling crossbeam-utils v0.8.21
14862026-06-25T23:45:41.330Z Compiling unicode-segmentation v1.12.0
14872026-06-25T23:45:41.574Z Compiling simd-adler32 v0.3.8
14882026-06-25T23:45:41.642Z Compiling bit-vec v0.8.0
14892026-06-25T23:45:41.707Z Compiling hyper-util v0.1.20
14902026-06-25T23:45:41.833Z Compiling bit-set v0.8.0
14912026-06-25T23:45:41.938Z Compiling rusty-fork v0.3.1
14922026-06-25T23:45:42.199Z Compiling time v0.3.47
14932026-06-25T23:45:42.240Z Compiling tower v0.5.3
14942026-06-25T23:45:42.301Z Compiling derive_builder_core v0.20.2
14952026-06-25T23:45:42.711Z Compiling dtrace-parser v0.3.0
14962026-06-25T23:45:42.878Z Compiling http-body-util v0.1.3
14972026-06-25T23:45:43.116Z Compiling dof v0.4.0
14982026-06-25T23:45:43.152Z Compiling webpki-roots v1.0.6
14992026-06-25T23:45:43.274Z Compiling signature v2.2.0
15002026-06-25T23:45:43.438Z Compiling scroll_derive v0.12.1
15012026-06-25T23:45:43.441Z Compiling thiserror-impl v1.0.69
15022026-06-25T23:45:43.464Z Compiling heapless v0.7.17
15032026-06-25T23:45:43.695Z Compiling rand_xorshift v0.4.0
15042026-06-25T23:45:43.738Z Compiling slog v2.8.2
15052026-06-25T23:45:43.848Z Compiling darling_core v0.21.3
15062026-06-25T23:45:43.912Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-06-25T23:45:44.078Z Compiling thread-id v5.1.0
15082026-06-25T23:45:44.159Z Compiling cookie v0.18.1
15092026-06-25T23:45:44.180Z Compiling anyhow v1.0.102
15102026-06-25T23:45:44.241Z Compiling zstd-safe v7.2.4
15112026-06-25T23:45:44.334Z Compiling signal-hook v0.3.18
15122026-06-25T23:45:44.427Z Compiling allocator-api2 v0.2.21
15132026-06-25T23:45:44.460Z Compiling unarray v0.1.4
15142026-06-25T23:45:44.473Z Compiling paste v1.0.15
15152026-06-25T23:45:44.499Z Compiling iri-string v0.7.10
15162026-06-25T23:45:44.565Z Compiling ryu v1.0.23
15172026-06-25T23:45:44.663Z Compiling unicode-properties v0.1.4
15182026-06-25T23:45:44.730Z Compiling unicode-bidi v0.3.18
15192026-06-25T23:45:44.743Z Compiling adler2 v2.0.1
15202026-06-25T23:45:44.796Z Compiling serde_urlencoded v0.7.1
15212026-06-25T23:45:44.863Z Compiling miniz_oxide v0.8.9
15222026-06-25T23:45:44.866Z Compiling thiserror v1.0.69
15232026-06-25T23:45:44.970Z Compiling proptest v1.10.0
15242026-06-25T23:45:45.044Z Compiling stringprep v0.1.5
15252026-06-25T23:45:45.517Z Compiling scroll v0.12.0
15262026-06-25T23:45:45.774Z Compiling tower-http v0.6.8
15272026-06-25T23:45:46.069Z Compiling derive_builder_macro v0.20.2
15282026-06-25T23:45:46.108Z Compiling tokio-native-tls v0.3.1
15292026-06-25T23:45:46.236Z Compiling heck v0.4.1
15302026-06-25T23:45:46.270Z Compiling ipnetwork v0.21.1
15312026-06-25T23:45:46.302Z Compiling darling_macro v0.21.3
15322026-06-25T23:45:46.450Z Compiling bstr v1.12.1
15332026-06-25T23:45:46.522Z Compiling rand_chacha v0.3.1
15342026-06-25T23:45:46.666Z Compiling serde_spanned v0.6.9
15352026-06-25T23:45:46.702Z Compiling serde_tokenstream v0.2.3
15362026-06-25T23:45:46.788Z Compiling erased-serde v0.3.31
15372026-06-25T23:45:46.806Z Compiling toml_datetime v0.6.11
15382026-06-25T23:45:47.010Z Compiling md-5 v0.10.6
15392026-06-25T23:45:47.063Z Compiling pin-project-internal v1.1.11
15402026-06-25T23:45:47.088Z Compiling zerocopy-derive v0.7.35
15412026-06-25T23:45:47.169Z Compiling async-trait v0.1.89
15422026-06-25T23:45:47.268Z Compiling curve25519-dalek v4.1.3
15432026-06-25T23:45:47.309Z Compiling vergen-lib v9.1.0
15442026-06-25T23:45:47.483Z Compiling num-integer v0.1.46
15452026-06-25T23:45:47.589Z Compiling hash32 v0.2.1
15462026-06-25T23:45:47.775Z Compiling ff v0.13.1
15472026-06-25T23:45:47.800Z Compiling memoffset v0.9.1
15482026-06-25T23:45:47.906Z Compiling encoding_rs v0.8.35
15492026-06-25T23:45:47.929Z Compiling num-bigint-dig v0.8.6
15502026-06-25T23:45:47.985Z Compiling psl-types v2.0.11
15512026-06-25T23:45:48.108Z Compiling litrs v1.0.0
15522026-06-25T23:45:48.121Z Compiling cfg_aliases v0.2.1
15532026-06-25T23:45:48.146Z Compiling fallible-iterator v0.2.0
15542026-06-25T23:45:48.158Z Compiling base16ct v0.2.0
15552026-06-25T23:45:48.188Z Compiling rustix v0.38.44
15562026-06-25T23:45:48.325Z Compiling mime v0.3.17
15572026-06-25T23:45:48.456Z Compiling ref-cast v1.0.25
15582026-06-25T23:45:48.522Z Compiling zlib-rs v0.6.2
15592026-06-25T23:45:48.579Z Compiling smoltcp v0.9.1
15602026-06-25T23:45:48.605Z Compiling document-features v0.2.12
15612026-06-25T23:45:48.876Z Compiling postgres-protocol v0.6.10
15622026-06-25T23:45:48.926Z Compiling sec1 v0.7.3
15632026-06-25T23:45:49.189Z Compiling nix v0.31.2
15642026-06-25T23:45:49.203Z Compiling pin-project v1.1.11
15652026-06-25T23:45:49.315Z Compiling publicsuffix v2.3.0
15662026-06-25T23:45:49.402Z Compiling zerocopy v0.7.35
15672026-06-25T23:45:49.473Z Compiling group v0.13.0
15682026-06-25T23:45:49.542Z Compiling num-iter v0.1.45
15692026-06-25T23:45:49.676Z Compiling newtype-uuid v1.3.2
15702026-06-25T23:45:49.938Z Compiling darling v0.21.3
15712026-06-25T23:45:49.941Z Compiling rand v0.8.6
15722026-06-25T23:45:49.963Z Compiling hubpack_derive v0.1.1
15732026-06-25T23:45:49.987Z Compiling derive_builder v0.20.2
15742026-06-25T23:45:50.016Z Compiling oxnet v0.1.6
15752026-06-25T23:45:50.100Z Compiling snafu-derive v0.8.9
15762026-06-25T23:45:50.207Z Compiling hyper-tls v0.6.0
15772026-06-25T23:45:50.440Z Compiling goblin v0.8.2
15782026-06-25T23:45:51.013Z Compiling phf_shared v0.13.1
15792026-06-25T23:45:51.148Z Compiling lazy_static v1.5.0
15802026-06-25T23:45:51.241Z Compiling regex v1.12.3
15812026-06-25T23:45:51.254Z Compiling anstyle-parse v0.2.7
15822026-06-25T23:45:51.432Z Compiling flate2 v1.1.9
15832026-06-25T23:45:51.489Z Compiling strum_macros v0.27.2
15842026-06-25T23:45:51.671Z Compiling futures-executor v0.3.32
15852026-06-25T23:45:51.787Z Compiling hex v0.4.3
15862026-06-25T23:45:51.843Z Compiling hkdf v0.12.4
15872026-06-25T23:45:51.927Z Compiling crypto-bigint v0.5.5
15882026-06-25T23:45:52.005Z Compiling ref-cast-impl v1.0.25
15892026-06-25T23:45:52.031Z Compiling daft-derive v0.1.7
15902026-06-25T23:45:52.046Z Compiling curve25519-dalek-derive v0.1.1
15912026-06-25T23:45:52.530Z Compiling terminal_size v0.4.3
15922026-06-25T23:45:52.669Z Compiling vergen v9.1.0
15932026-06-25T23:45:52.683Z Compiling fs-err v3.3.0
15942026-06-25T23:45:52.739Z Compiling cargo-platform v0.3.2
15952026-06-25T23:45:52.843Z Compiling ahash v0.8.12
15962026-06-25T23:45:52.861Z Compiling bumpalo v3.20.2
15972026-06-25T23:45:53.004Z Compiling foldhash v0.2.0
15982026-06-25T23:45:53.046Z Compiling bitflags v1.3.2
15992026-06-25T23:45:53.106Z Compiling object v0.37.3
16002026-06-25T23:45:53.119Z Compiling libbz2-rs-sys v0.2.2
16012026-06-25T23:45:53.218Z Compiling winnow v0.5.40
16022026-06-25T23:45:53.384Z Compiling managed v0.8.0
16032026-06-25T23:45:53.415Z Compiling same-file v1.0.6
16042026-06-25T23:45:53.577Z Compiling foldhash v0.1.5
16052026-06-25T23:45:53.747Z Compiling hashbrown v0.15.5
16062026-06-25T23:45:53.789Z Compiling bzip2 v0.6.1
16072026-06-25T23:45:53.914Z Compiling walkdir v2.5.0
16082026-06-25T23:45:53.991Z Compiling strum v0.27.2
16092026-06-25T23:45:54.006Z Compiling clap_builder v4.6.0
16102026-06-25T23:45:54.160Z Compiling hashbrown v0.16.1
16112026-06-25T23:45:54.217Z Compiling zopfli v0.8.3
16122026-06-25T23:45:54.326Z Compiling cargo_metadata v0.23.1
16132026-06-25T23:45:54.378Z Compiling elliptic-curve v0.13.8
16142026-06-25T23:45:54.638Z Compiling toml_edit v0.19.15
16152026-06-25T23:45:54.794Z Compiling daft v0.1.7
16162026-06-25T23:45:54.863Z Compiling dof v0.3.0
16172026-06-25T23:45:55.175Z Compiling snafu v0.8.9
16182026-06-25T23:45:55.566Z Compiling futures v0.3.32
16192026-06-25T23:45:55.584Z Compiling anstream v0.6.21
16202026-06-25T23:45:55.713Z Compiling phf v0.13.1
16212026-06-25T23:45:55.874Z Compiling signal-hook-mio v0.2.5
16222026-06-25T23:45:55.888Z Compiling cookie_store v0.22.1
16232026-06-25T23:45:55.991Z Compiling zstd v0.13.3
16242026-06-25T23:45:56.242Z Compiling hubpack v0.1.2
16252026-06-25T23:45:56.255Z Compiling bzip2 v0.4.4
16262026-06-25T23:45:56.465Z Compiling serde_with_macros v3.17.0
16272026-06-25T23:45:56.552Z Compiling postgres-types v0.2.12
16282026-06-25T23:45:57.042Z Compiling usdt-attr-macro v0.6.0
16292026-06-25T23:45:57.089Z Compiling usdt-macro v0.6.0
16302026-06-25T23:45:57.258Z Compiling globset v0.4.18
16312026-06-25T23:45:57.586Z Compiling dtrace-parser v0.2.0
16322026-06-25T23:45:57.656Z Compiling ed25519 v2.2.3
16332026-06-25T23:45:57.811Z Compiling phf_shared v0.11.3
16342026-06-25T23:45:57.811Z Compiling olpc-cjson v0.1.4
16352026-06-25T23:45:57.879Z Compiling pkcs1 v0.7.5
16362026-06-25T23:45:57.934Z Compiling clap_derive v4.6.1
16372026-06-25T23:45:57.964Z Compiling strum_macros v0.26.4
16382026-06-25T23:45:57.995Z Compiling enum-as-inner v0.6.1
16392026-06-25T23:45:58.265Z Compiling serde_plain v1.0.2
16402026-06-25T23:45:58.312Z Compiling serde-big-array v0.5.1
16412026-06-25T23:45:58.453Z Compiling rfc6979 v0.4.0
16422026-06-25T23:45:58.456Z Compiling pem v3.0.6
16432026-06-25T23:45:58.519Z Compiling serde_repr v0.1.20
16442026-06-25T23:45:58.556Z Compiling async-recursion v1.1.1
16452026-06-25T23:45:58.572Z Compiling float-cmp v0.10.0
16462026-06-25T23:45:58.711Z Compiling thread-id v4.2.2
16472026-06-25T23:45:58.781Z Compiling memmap2 v0.9.10
16482026-06-25T23:45:58.793Z Compiling env_filter v1.0.0
16492026-06-25T23:45:58.989Z Compiling new_debug_unreachable v1.0.6
16502026-06-25T23:45:59.039Z Compiling predicates-core v1.0.10
16512026-06-25T23:45:59.057Z Compiling data-encoding v2.10.0
16522026-06-25T23:45:59.081Z Compiling typed-path v0.9.3
16532026-06-25T23:45:59.186Z Compiling static_assertions v1.1.0
16542026-06-25T23:45:59.208Z Compiling fixedbitset v0.5.7
16552026-06-25T23:45:59.258Z Compiling normalize-line-endings v0.3.0
16562026-06-25T23:45:59.352Z Compiling precomputed-hash v0.1.1
16572026-06-25T23:45:59.436Z Compiling whoami v2.1.0
16582026-06-25T23:45:59.499Z Compiling keccak v0.1.6
16592026-06-25T23:45:59.651Z Compiling either v1.15.0
16602026-06-25T23:45:59.682Z Compiling fixedbitset v0.4.2
16612026-06-25T23:45:59.732Z Compiling jiff v0.2.21
16622026-06-25T23:45:59.801Z Compiling difflib v0.4.0
16632026-06-25T23:45:59.852Z Compiling itertools v0.13.0
16642026-06-25T23:45:59.884Z Compiling petgraph v0.6.5
16652026-06-25T23:46:00.223Z Compiling predicates v3.1.4
16662026-06-25T23:46:00.273Z Compiling strum v0.26.3
16672026-06-25T23:46:00.349Z Compiling clap v4.6.1
16682026-06-25T23:46:00.404Z Compiling sha3 v0.10.8
16692026-06-25T23:46:00.484Z Compiling tokio-postgres v0.7.16
16702026-06-25T23:46:00.891Z Compiling toml_edit v0.22.27
16712026-06-25T23:46:00.896Z Compiling string_cache v0.8.9
16722026-06-25T23:46:01.128Z Compiling petgraph v0.8.3
16732026-06-25T23:46:01.143Z Compiling hickory-proto v0.25.2
16742026-06-25T23:46:01.335Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-06-25T23:46:01.401Z Compiling env_logger v0.11.9
16762026-06-25T23:46:01.756Z Compiling usdt v0.6.0
16772026-06-25T23:46:02.011Z Compiling usdt-impl v0.5.0
16782026-06-25T23:46:02.573Z Compiling zip v4.6.1
16792026-06-25T23:46:02.698Z Compiling ecdsa v0.16.9
16802026-06-25T23:46:03.072Z Compiling rsa v0.9.10
16812026-06-25T23:46:03.086Z Compiling ed25519-dalek v2.2.0
16822026-06-25T23:46:03.514Z Compiling serde_with v3.17.0
16832026-06-25T23:46:03.599Z Compiling crossterm v0.28.1
16842026-06-25T23:46:03.923Z Compiling zip v0.6.6
16852026-06-25T23:46:04.483Z Compiling toml v0.7.8
16862026-06-25T23:46:04.483Z Compiling iddqd v0.4.2
16872026-06-25T23:46:05.231Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-06-25T23:46:05.293Z Compiling similar v2.7.0
16892026-06-25T23:46:05.307Z Compiling crossbeam-epoch v0.9.18
16902026-06-25T23:46:05.677Z Compiling tokio-stream v0.1.18
16912026-06-25T23:46:05.814Z Compiling buf-list v1.1.2
16922026-06-25T23:46:05.837Z Compiling x509-cert v0.2.5
16932026-06-25T23:46:05.884Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-06-25T23:46:06.089Z Compiling openapiv3 v2.2.0
16952026-06-25T23:46:06.143Z Compiling sha1 v0.10.6
16962026-06-25T23:46:06.181Z Compiling lalrpop-util v0.19.12
16972026-06-25T23:46:06.194Z Compiling peg-runtime v0.8.5
16982026-06-25T23:46:06.358Z Compiling thread_local v1.1.9
16992026-06-25T23:46:06.370Z Compiling slog-async v2.8.0
17002026-06-25T23:46:06.384Z Compiling crossbeam-channel v0.5.15
17012026-06-25T23:46:06.463Z Compiling is-terminal v0.4.17
17022026-06-25T23:46:06.557Z Compiling filetime v0.2.27
17032026-06-25T23:46:06.602Z Compiling term v1.2.1
17042026-06-25T23:46:06.670Z Compiling xattr v1.6.1
17052026-06-25T23:46:06.726Z Compiling take_mut v0.2.2
17062026-06-25T23:46:06.840Z Compiling tar v0.4.45
17072026-06-25T23:46:07.168Z Compiling slog-term v2.9.2
17082026-06-25T23:46:16.998Z Compiling rustls-webpki v0.103.9
17092026-06-25T23:46:19.789Z Compiling tokio-rustls v0.26.4
17102026-06-25T23:46:19.789Z Compiling rustls-platform-verifier v0.6.2
17112026-06-25T23:46:19.988Z Compiling hyper-rustls v0.27.7
17122026-06-25T23:46:20.181Z Compiling reqwest v0.12.28
17132026-06-25T23:46:20.184Z Compiling reqwest v0.13.2
17142026-06-25T23:46:21.465Z Compiling tough v0.22.0
17152026-06-25T23:46:24.004Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-06-25T23:46:24.188Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-06-25T23:46:27.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17182026-06-25T23:46:27.167Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17192026-06-25T23:46:27.219ZJun 25 23:46:25.807 INFO Starting download, target: Console
17202026-06-25T23:46:27.219ZJun 25 23:46:25.807 INFO Starting download, target: MaghemiteMgd
17212026-06-25T23:46:27.219ZJun 25 23:46:25.807 INFO Starting download, target: DendriteStub
17222026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Starting download, target: Clickhouse
17232026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Starting download, target: Cockroach
17242026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Starting download, target: MaghemiteDdmd
17252026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Starting download, target: TransceiverControl
17262026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17272026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17302026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-25T23:46:27.222ZJun 25 23:46:25.807 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-06-25T23:46:28.280ZJun 25 23:46:26.865 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-06-25T23:46:28.488ZJun 25 23:46:27.074 INFO Download complete, target: TransceiverControl
17352026-06-25T23:46:28.768ZJun 25 23:46:27.354 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-06-25T23:46:28.972ZJun 25 23:46:27.560 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-06-25T23:46:29.209ZJun 25 23:46:27.793 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-06-25T23:46:29.333ZJun 25 23:46:27.917 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392026-06-25T23:46:29.418ZJun 25 23:46:28.000 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17402026-06-25T23:46:29.454ZJun 25 23:46:28.042 INFO Download complete, target: Console
17412026-06-25T23:46:29.962ZJun 25 23:46:28.551 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-06-25T23:46:29.962ZJun 25 23:46:28.551 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-06-25T23:46:31.294ZJun 25 23:46:29.883 INFO Download complete, target: DendriteStub
17442026-06-25T23:46:31.479ZJun 25 23:46:30.067 INFO Download complete, target: MaghemiteDdmd
17452026-06-25T23:46:31.904ZJun 25 23:46:30.491 INFO Download complete, target: MaghemiteMgd
17462026-06-25T23:46:34.606ZJun 25 23:46:33.194 INFO Checking that binary works, target: Cockroach
17472026-06-25T23:46:34.717ZJun 25 23:46:33.302 INFO Download complete, target: Cockroach
17482026-06-25T23:46:35.747ZJun 25 23:46:34.332 INFO Checking that binary works, target: Clickhouse
17492026-06-25T23:46:35.873ZJun 25 23:46:34.460 INFO Download complete, target: Clickhouse
17502026-06-25T23:46:35.919ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-25T23:46:35.940Z
17522026-06-25T23:46:35.940Zreal 2:02.245316252
17532026-06-25T23:46:35.940Zuser 6:49.185716734
17542026-06-25T23:46:35.940Zsys 1:22.726329394
17552026-06-25T23:46:35.940Ztrap 0.245583686
17562026-06-25T23:46:35.940Ztflt 0.638421442
17572026-06-25T23:46:35.940Zdflt 0.575821122
17582026-06-25T23:46:35.940Zkflt 0.025394615
17592026-06-25T23:46:35.941Zlock 22:36.029951440
17602026-06-25T23:46:35.941Zslp 21:10.642052897
17612026-06-25T23:46:35.941Zlat 38.713559440
17622026-06-25T23:46:35.941Zstop 1:51.054254295
17632026-06-25T23:46:35.941Z+ banner hack-check
17642026-06-25T23:46:35.941Z
17652026-06-25T23:46:35.941Z # # ## #### # # #### # # ###### #### # #
17662026-06-25T23:46:35.941Z # # # # # # # # # # # # # # # # #
17672026-06-25T23:46:35.941Z ###### # # # #### ##### # ###### ##### # ####
17682026-06-25T23:46:35.941Z # # ###### # # # # # # # # # #
17692026-06-25T23:46:35.941Z # # # # # # # # # # # # # # # # #
17702026-06-25T23:46:35.941Z # # # # #### # # #### # # ###### #### # #
17712026-06-25T23:46:35.941Z
17722026-06-25T23:46:35.941Z+ export CARGO_INCREMENTAL=0
17732026-06-25T23:46:35.941Z+ CARGO_INCREMENTAL=0
17742026-06-25T23:46:35.941Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-06-25T23:46:36.355Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-25T23:46:36.555Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-25T23:46:38.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17782026-06-25T23:46:38.462Z Running `target/debug/xtask check-features --ci`
17792026-06-25T23:46:38.484Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-06-25T23:46:38.487Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-06-25T23:46:38.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17822026-06-25T23:46:38.917Z Running `target/debug/xtask download cargo-hack`
17832026-06-25T23:46:39.633Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-06-25T23:46:39.926Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-06-25T23:46:42.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
17862026-06-25T23:46:42.585Z Running `target/debug/xtask-downloader cargo-hack`
17872026-06-25T23:46:42.620ZJun 25 23:46:41.207 INFO Starting download, target: CargoHack
17882026-06-25T23:46:42.624ZJun 25 23:46:41.208 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-06-25T23:46:43.007ZJun 25 23:46:41.595 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-06-25T23:46:43.060ZJun 25 23:46:41.645 INFO Download complete, target: CargoHack
17912026-06-25T23:46:43.066Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17922026-06-25T23:46:43.078Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-06-25T23:46:43.227Zinfo: running `cargo check --bins` on api_identity (1/296)
17942026-06-25T23:46:43.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-06-25T23:46:43.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-06-25T23:46:43.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-06-25T23:46:43.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17982026-06-25T23:46:43.723Z
17992026-06-25T23:46:43.724Zinfo: running `cargo check --bins` on bootstore (2/296)
18002026-06-25T23:46:44.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-25T23:46:44.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-25T23:46:44.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-25T23:46:44.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18042026-06-25T23:46:44.220Z
18052026-06-25T23:46:44.220Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18062026-06-25T23:46:44.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-25T23:46:44.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-25T23:46:44.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-25T23:46:44.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18102026-06-25T23:46:44.719Z
18112026-06-25T23:46:44.720Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18122026-06-25T23:46:45.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-25T23:46:45.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-25T23:46:45.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-25T23:46:45.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18162026-06-25T23:46:45.216Z
18172026-06-25T23:46:45.216Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18182026-06-25T23:46:45.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-25T23:46:45.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-25T23:46:45.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-25T23:46:45.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18222026-06-25T23:46:45.746Z
18232026-06-25T23:46:45.746Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18242026-06-25T23:46:46.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-25T23:46:46.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-25T23:46:46.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-25T23:46:46.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18282026-06-25T23:46:46.241Z
18292026-06-25T23:46:46.242Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18302026-06-25T23:46:46.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-25T23:46:46.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-25T23:46:46.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-25T23:46:46.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18342026-06-25T23:46:46.753Z
18352026-06-25T23:46:46.753Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18362026-06-25T23:46:47.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-25T23:46:47.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-25T23:46:47.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-25T23:46:47.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18402026-06-25T23:46:47.349Z
18412026-06-25T23:46:47.349Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18422026-06-25T23:46:47.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-25T23:46:47.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-25T23:46:47.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-25T23:46:47.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18462026-06-25T23:46:47.642Z
18472026-06-25T23:46:47.642Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18482026-06-25T23:46:47.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-25T23:46:47.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-25T23:46:47.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-25T23:46:47.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18522026-06-25T23:46:48.014Z
18532026-06-25T23:46:48.014Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18542026-06-25T23:46:48.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-25T23:46:48.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-25T23:46:48.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-25T23:46:48.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18582026-06-25T23:46:48.397Z
18592026-06-25T23:46:48.397Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18602026-06-25T23:46:48.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-25T23:46:48.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-25T23:46:48.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-25T23:46:48.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18642026-06-25T23:46:48.779Z
18652026-06-25T23:46:48.779Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18662026-06-25T23:46:49.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-25T23:46:49.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-25T23:46:49.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-25T23:46:49.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18702026-06-25T23:46:49.162Z
18712026-06-25T23:46:49.162Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18722026-06-25T23:46:49.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-25T23:46:49.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-25T23:46:49.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-25T23:46:49.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18762026-06-25T23:46:49.547Z
18772026-06-25T23:46:49.547Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18782026-06-25T23:46:49.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-25T23:46:49.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-25T23:46:49.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-25T23:46:49.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18822026-06-25T23:46:49.931Z
18832026-06-25T23:46:49.931Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18842026-06-25T23:46:50.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-25T23:46:50.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-25T23:46:50.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-25T23:46:50.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18882026-06-25T23:46:50.316Z
18892026-06-25T23:46:50.316Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
18902026-06-25T23:46:50.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-25T23:46:50.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-25T23:46:50.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-25T23:46:50.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18942026-06-25T23:46:50.700Z
18952026-06-25T23:46:50.700Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
18962026-06-25T23:46:51.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-25T23:46:51.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-25T23:46:51.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-25T23:46:51.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19002026-06-25T23:46:51.086Z
19012026-06-25T23:46:51.086Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19022026-06-25T23:46:51.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-25T23:46:51.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-25T23:46:51.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-25T23:46:51.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19062026-06-25T23:46:51.471Z
19072026-06-25T23:46:51.471Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19082026-06-25T23:46:51.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-25T23:46:51.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-25T23:46:51.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-25T23:46:51.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19122026-06-25T23:46:51.862Z
19132026-06-25T23:46:51.862Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19142026-06-25T23:46:52.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-25T23:46:52.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-25T23:46:52.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-25T23:46:52.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19182026-06-25T23:46:52.251Z
19192026-06-25T23:46:52.251Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19202026-06-25T23:46:52.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-25T23:46:52.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-25T23:46:52.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-25T23:46:52.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19242026-06-25T23:46:52.640Z
19252026-06-25T23:46:52.640Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19262026-06-25T23:46:52.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-25T23:46:52.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-25T23:46:52.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-25T23:46:52.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19302026-06-25T23:46:53.028Z
19312026-06-25T23:46:53.028Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19322026-06-25T23:46:53.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-25T23:46:53.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-25T23:46:53.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-25T23:46:53.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19362026-06-25T23:46:53.420Z
19372026-06-25T23:46:53.420Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19382026-06-25T23:46:53.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-25T23:46:53.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-25T23:46:53.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-25T23:46:53.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19422026-06-25T23:46:53.811Z
19432026-06-25T23:46:53.811Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19442026-06-25T23:46:54.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-25T23:46:54.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-25T23:46:54.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-25T23:46:54.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19482026-06-25T23:46:54.199Z
19492026-06-25T23:46:54.199Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19502026-06-25T23:46:54.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-25T23:46:54.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-25T23:46:54.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-25T23:46:54.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19542026-06-25T23:46:54.587Z
19552026-06-25T23:46:54.588Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19562026-06-25T23:46:54.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-25T23:46:54.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-25T23:46:54.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-25T23:46:54.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19602026-06-25T23:46:54.974Z
19612026-06-25T23:46:54.974Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19622026-06-25T23:46:55.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-25T23:46:55.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-25T23:46:55.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-25T23:46:55.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19662026-06-25T23:46:55.365Z
19672026-06-25T23:46:55.365Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19682026-06-25T23:46:55.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-25T23:46:55.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-25T23:46:55.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-25T23:46:55.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19722026-06-25T23:46:55.755Z
19732026-06-25T23:46:55.755Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19742026-06-25T23:46:56.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-25T23:46:56.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-25T23:46:56.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-25T23:46:56.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19782026-06-25T23:46:56.145Z
19792026-06-25T23:46:56.145Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19802026-06-25T23:46:56.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-25T23:46:56.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-25T23:46:56.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-25T23:46:56.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19842026-06-25T23:46:56.525Z
19852026-06-25T23:46:56.525Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19862026-06-25T23:46:56.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-25T23:46:56.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-25T23:46:56.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-25T23:46:56.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19902026-06-25T23:46:56.909Z
19912026-06-25T23:46:56.909Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
19922026-06-25T23:46:57.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-25T23:46:57.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-25T23:46:57.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-25T23:46:57.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19962026-06-25T23:46:57.296Z
19972026-06-25T23:46:57.296Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
19982026-06-25T23:46:57.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-25T23:46:57.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-25T23:46:57.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-25T23:46:57.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-25T23:46:57.685Z
20032026-06-25T23:46:57.685Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20042026-06-25T23:46:58.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-25T23:46:58.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-25T23:46:58.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-25T23:46:58.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20082026-06-25T23:46:58.070Z
20092026-06-25T23:46:58.070Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20102026-06-25T23:46:58.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-25T23:46:58.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-25T23:46:58.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-25T23:46:58.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20142026-06-25T23:46:58.457Z
20152026-06-25T23:46:58.457Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20162026-06-25T23:46:58.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-25T23:46:58.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-25T23:46:58.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-25T23:46:58.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20202026-06-25T23:46:58.836Z
20212026-06-25T23:46:58.837Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20222026-06-25T23:46:59.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-25T23:46:59.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-25T23:46:59.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-25T23:46:59.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20262026-06-25T23:46:59.222Z
20272026-06-25T23:46:59.222Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20282026-06-25T23:46:59.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-25T23:46:59.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-25T23:46:59.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-25T23:46:59.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-25T23:46:59.610Z
20332026-06-25T23:46:59.610Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20342026-06-25T23:46:59.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-25T23:46:59.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-25T23:46:59.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-25T23:46:59.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20382026-06-25T23:46:59.997Z
20392026-06-25T23:46:59.997Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20402026-06-25T23:47:00.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-25T23:47:00.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-25T23:47:00.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-25T23:47:00.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-25T23:47:00.388Z
20452026-06-25T23:47:00.388Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20462026-06-25T23:47:00.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-25T23:47:00.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-25T23:47:00.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-25T23:47:00.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20502026-06-25T23:47:00.781Z
20512026-06-25T23:47:00.781Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20522026-06-25T23:47:01.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-25T23:47:01.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-25T23:47:01.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-25T23:47:01.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20562026-06-25T23:47:01.170Z
20572026-06-25T23:47:01.170Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20582026-06-25T23:47:01.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-25T23:47:01.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-25T23:47:01.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-25T23:47:01.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20622026-06-25T23:47:01.569Z
20632026-06-25T23:47:01.569Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20642026-06-25T23:47:01.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-25T23:47:01.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-25T23:47:01.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-25T23:47:01.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20682026-06-25T23:47:01.954Z
20692026-06-25T23:47:01.954Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20702026-06-25T23:47:02.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-25T23:47:02.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-25T23:47:02.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-25T23:47:02.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-25T23:47:02.347Z
20752026-06-25T23:47:02.347Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20762026-06-25T23:47:02.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-25T23:47:02.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-25T23:47:02.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-25T23:47:02.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20802026-06-25T23:47:02.741Z
20812026-06-25T23:47:02.741Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20822026-06-25T23:47:03.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-25T23:47:03.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-25T23:47:03.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-25T23:47:03.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20862026-06-25T23:47:03.301Z
20872026-06-25T23:47:03.301Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
20882026-06-25T23:47:03.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-25T23:47:03.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-25T23:47:03.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-25T23:47:03.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20922026-06-25T23:47:03.861Z
20932026-06-25T23:47:03.861Zinfo: running `cargo check --bins` on nexus-config (51/296)
20942026-06-25T23:47:04.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-25T23:47:04.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-25T23:47:04.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-25T23:47:04.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20982026-06-25T23:47:04.418Z
20992026-06-25T23:47:04.418Zinfo: running `cargo check --bins` on nexus-types (52/296)
21002026-06-25T23:47:04.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-25T23:47:04.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-25T23:47:04.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-25T23:47:04.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21042026-06-25T23:47:04.979Z
21052026-06-25T23:47:04.979Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21062026-06-25T23:47:05.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-25T23:47:05.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-25T23:47:05.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-25T23:47:05.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21102026-06-25T23:47:05.504Z
21112026-06-25T23:47:05.504Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21122026-06-25T23:47:05.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-25T23:47:05.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-25T23:47:05.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-25T23:47:05.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21162026-06-25T23:47:06.008Z
21172026-06-25T23:47:06.008Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21182026-06-25T23:47:06.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-25T23:47:06.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-25T23:47:06.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-25T23:47:06.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21222026-06-25T23:47:06.539Z
21232026-06-25T23:47:06.539Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21242026-06-25T23:47:06.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-25T23:47:06.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-25T23:47:06.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-25T23:47:06.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21282026-06-25T23:47:07.070Z
21292026-06-25T23:47:07.070Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21302026-06-25T23:47:07.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-25T23:47:07.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-25T23:47:07.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-25T23:47:07.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21342026-06-25T23:47:07.597Z
21352026-06-25T23:47:07.598Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21362026-06-25T23:47:08.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-25T23:47:08.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-25T23:47:08.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-25T23:47:08.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21402026-06-25T23:47:08.123Z
21412026-06-25T23:47:08.123Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21422026-06-25T23:47:08.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-25T23:47:08.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-25T23:47:08.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-25T23:47:08.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21462026-06-25T23:47:08.634Z
21472026-06-25T23:47:08.634Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21482026-06-25T23:47:09.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-25T23:47:09.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-25T23:47:09.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-25T23:47:09.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21522026-06-25T23:47:09.142Z
21532026-06-25T23:47:09.142Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21542026-06-25T23:47:09.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-25T23:47:09.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-25T23:47:09.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-25T23:47:09.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-25T23:47:09.651Z
21592026-06-25T23:47:09.651Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21602026-06-25T23:47:10.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-25T23:47:10.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-25T23:47:10.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-25T23:47:10.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21642026-06-25T23:47:10.156Z
21652026-06-25T23:47:10.156Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21662026-06-25T23:47:10.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-25T23:47:10.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-25T23:47:10.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-25T23:47:10.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21702026-06-25T23:47:10.682Z
21712026-06-25T23:47:10.682Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21722026-06-25T23:47:11.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-25T23:47:11.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-25T23:47:11.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-25T23:47:11.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21762026-06-25T23:47:11.207Z
21772026-06-25T23:47:11.207Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21782026-06-25T23:47:11.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-25T23:47:11.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-25T23:47:11.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-25T23:47:11.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21822026-06-25T23:47:11.717Z
21832026-06-25T23:47:11.717Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21842026-06-25T23:47:12.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-25T23:47:12.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-25T23:47:12.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-25T23:47:12.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21882026-06-25T23:47:12.228Z
21892026-06-25T23:47:12.228Zinfo: running `cargo check --bins` on ereport-types (67/296)
21902026-06-25T23:47:12.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-25T23:47:12.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-25T23:47:12.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-25T23:47:12.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-25T23:47:12.747Z
21952026-06-25T23:47:12.747Zinfo: running `cargo check --bins` on gateway-client (68/296)
21962026-06-25T23:47:13.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-25T23:47:13.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-25T23:47:13.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-25T23:47:13.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22002026-06-25T23:47:13.266Z
22012026-06-25T23:47:13.266Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22022026-06-25T23:47:13.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-25T23:47:13.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-25T23:47:13.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-25T23:47:13.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22062026-06-25T23:47:13.779Z
22072026-06-25T23:47:13.779Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22082026-06-25T23:47:14.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-25T23:47:14.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-25T23:47:14.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-25T23:47:14.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22122026-06-25T23:47:14.293Z
22132026-06-25T23:47:14.293Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22142026-06-25T23:47:14.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-25T23:47:14.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-25T23:47:14.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-25T23:47:14.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22182026-06-25T23:47:14.812Z
22192026-06-25T23:47:14.812Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22202026-06-25T23:47:15.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-25T23:47:15.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-25T23:47:15.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-25T23:47:15.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22242026-06-25T23:47:15.330Z
22252026-06-25T23:47:15.330Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22262026-06-25T23:47:15.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-25T23:47:15.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-25T23:47:15.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-25T23:47:15.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22302026-06-25T23:47:15.869Z
22312026-06-25T23:47:15.869Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22322026-06-25T23:47:16.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-25T23:47:16.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-25T23:47:16.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-25T23:47:16.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22362026-06-25T23:47:16.408Z
22372026-06-25T23:47:16.408Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22382026-06-25T23:47:16.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-25T23:47:16.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-25T23:47:16.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-25T23:47:16.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22422026-06-25T23:47:16.917Z
22432026-06-25T23:47:16.917Zinfo: running `cargo check --bins` on oxlog (76/296)
22442026-06-25T23:47:17.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-25T23:47:17.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-25T23:47:17.469Z Checking cfg-if v1.0.4
22472026-06-25T23:47:17.472Z Checking libc v0.2.185
22482026-06-25T23:47:17.567Z Checking serde_core v1.0.228
22492026-06-25T23:47:17.579Z Checking zeroize v1.8.2
22502026-06-25T23:47:17.586Z Checking memchr v2.8.0
22512026-06-25T23:47:17.594Z Checking log v0.4.29
22522026-06-25T23:47:17.604Z Checking smallvec v1.15.1
22532026-06-25T23:47:17.614Z Checking typenum v1.19.0
22542026-06-25T23:47:17.617Z Checking subtle v2.6.1
22552026-06-25T23:47:17.718Z Checking itoa v1.0.17
22562026-06-25T23:47:17.747Z Checking scopeguard v1.2.0
22572026-06-25T23:47:17.760Z Checking stable_deref_trait v1.2.1
22582026-06-25T23:47:17.772Z Checking const-oid v0.9.6
22592026-06-25T23:47:17.828Z Checking zerofrom v0.1.6
22602026-06-25T23:47:17.840Z Checking lock_api v0.4.14
22612026-06-25T23:47:17.853Z Checking pin-project-lite v0.2.17
22622026-06-25T23:47:17.934Z Checking yoke v0.8.1
22632026-06-25T23:47:17.947Z Checking portable-atomic v1.13.1
22642026-06-25T23:47:17.958Z Checking critical-section v1.2.0
22652026-06-25T23:47:17.967Z Checking getrandom v0.2.17
22662026-06-25T23:47:18.028Z Checking errno v0.3.14
22672026-06-25T23:47:18.043Z Checking parking_lot_core v0.9.12
22682026-06-25T23:47:18.091Z Checking zerovec v0.11.5
22692026-06-25T23:47:18.103Z Checking rand_core v0.6.4
22702026-06-25T23:47:18.136Z Checking signal-hook-registry v1.4.8
22712026-06-25T23:47:18.146Z Checking generic-array v0.14.7
22722026-06-25T23:47:18.219Z Checking futures-core v0.3.32
22732026-06-25T23:47:18.268Z Checking parking_lot v0.12.5
22742026-06-25T23:47:18.288Z Checking mio v1.2.0
22752026-06-25T23:47:18.334Z Checking zerocopy v0.8.40
22762026-06-25T23:47:18.345Z Checking once_cell v1.21.3
22772026-06-25T23:47:18.439Z Checking zmij v1.0.21
22782026-06-25T23:47:18.453Z Checking socket2 v0.6.3
22792026-06-25T23:47:18.506Z Checking libm v0.2.16
22802026-06-25T23:47:18.519Z Checking tinystr v0.8.2
22812026-06-25T23:47:18.558Z Checking equivalent v1.0.2
22822026-06-25T23:47:18.578Z Checking crypto-common v0.1.7
22832026-06-25T23:47:18.633Z Checking block-buffer v0.10.4
22842026-06-25T23:47:18.644Z Checking percent-encoding v2.3.2
22852026-06-25T23:47:18.684Z Checking writeable v0.6.2
22862026-06-25T23:47:18.696Z Checking litemap v0.8.1
22872026-06-25T23:47:18.712Z Checking potential_utf v0.1.4
22882026-06-25T23:47:18.762Z Checking digest v0.10.7
22892026-06-25T23:47:18.773Z Checking zerotrie v0.2.3
22902026-06-25T23:47:18.831Z Checking futures-sink v0.3.32
22912026-06-25T23:47:18.844Z Checking icu_collections v2.1.1
22922026-06-25T23:47:18.859Z Checking icu_locale_core v2.1.1
22932026-06-25T23:47:18.926Z Checking futures-channel v0.3.32
22942026-06-25T23:47:18.950Z Checking cpufeatures v0.2.17
22952026-06-25T23:47:19.013Z Checking futures-io v0.3.32
22962026-06-25T23:47:19.017Z Checking slab v0.4.12
22972026-06-25T23:47:19.035Z Checking serde v1.0.228
22982026-06-25T23:47:19.108Z Checking bitflags v2.11.0
22992026-06-25T23:47:19.128Z Checking serde_json v1.0.149
23002026-06-25T23:47:19.144Z Checking futures-task v0.3.32
23012026-06-25T23:47:19.164Z Checking hmac v0.12.1
23022026-06-25T23:47:19.197Z Checking num-traits v0.2.19
23032026-06-25T23:47:19.267Z Checking icu_normalizer_data v2.1.1
23042026-06-25T23:47:19.278Z Checking futures-util v0.3.32
23052026-06-25T23:47:19.289Z Checking icu_properties_data v2.1.2
23062026-06-25T23:47:19.337Z Checking hashbrown v0.17.0
23072026-06-25T23:47:19.404Z Checking icu_provider v2.1.1
23082026-06-25T23:47:19.416Z Checking rand_core v0.10.0
23092026-06-25T23:47:19.430Z Checking bytes v1.11.1
23102026-06-25T23:47:19.550Z Checking getrandom v0.4.1
23112026-06-25T23:47:19.630Z Checking icu_normalizer v2.1.1
23122026-06-25T23:47:19.694Z Checking icu_properties v2.1.2
23132026-06-25T23:47:19.710Z Checking block-padding v0.3.3
23142026-06-25T23:47:19.783Z Checking utf8_iter v1.0.4
23152026-06-25T23:47:19.795Z Checking indexmap v2.14.0
23162026-06-25T23:47:19.834Z Checking inout v0.1.4
23172026-06-25T23:47:19.864Z Checking tokio v1.52.1
23182026-06-25T23:47:19.899Z Checking sha2 v0.10.9
23192026-06-25T23:47:19.933Z Checking form_urlencoded v1.2.2
23202026-06-25T23:47:19.965Z Checking cipher v0.4.4
23212026-06-25T23:47:20.054Z Checking getrandom v0.3.4
23222026-06-25T23:47:20.159Z Checking fnv v1.0.7
23232026-06-25T23:47:20.184Z Checking base64ct v1.8.3
23242026-06-25T23:47:20.191Z Checking byteorder v1.5.0
23252026-06-25T23:47:20.248Z Checking flagset v0.4.7
23262026-06-25T23:47:20.343Z Checking rand_core v0.9.5
23272026-06-25T23:47:20.366Z Checking http v1.4.0
23282026-06-25T23:47:20.386Z Checking pem-rfc7468 v0.7.0
23292026-06-25T23:47:20.397Z Checking regex-syntax v0.8.10
23302026-06-25T23:47:20.508Z Checking idna_adapter v1.2.1
23312026-06-25T23:47:20.521Z Checking salsa20 v0.10.2
23322026-06-25T23:47:20.537Z Checking der v0.7.10
23332026-06-25T23:47:20.620Z Checking idna v1.1.0
23342026-06-25T23:47:20.645Z Checking uuid v1.23.0
23352026-06-25T23:47:20.859Z Checking url v2.5.8
23362026-06-25T23:47:20.914Z Checking pbkdf2 v0.12.2
23372026-06-25T23:47:20.952Z Checking rustix v1.1.3
23382026-06-25T23:47:21.019Z Checking tracing-core v0.1.36
23392026-06-25T23:47:21.087Z Checking ppv-lite86 v0.2.21
23402026-06-25T23:47:21.196Z Checking rustls-pki-types v1.14.0
23412026-06-25T23:47:21.272Z Checking spki v0.7.3
23422026-06-25T23:47:21.318Z Checking base64 v0.22.1
23432026-06-25T23:47:21.336Z Checking iana-time-zone v0.1.65
23442026-06-25T23:47:21.387Z Checking rand_chacha v0.9.0
23452026-06-25T23:47:21.436Z Checking chrono v0.4.44
23462026-06-25T23:47:21.447Z Checking tracing v0.1.44
23472026-06-25T23:47:21.481Z Checking scrypt v0.11.0
23482026-06-25T23:47:21.548Z Checking http-body v1.0.1
23492026-06-25T23:47:21.590Z Checking aes v0.8.4
23502026-06-25T23:47:21.616Z Checking cbc v0.1.2
23512026-06-25T23:47:21.649Z Checking aws-lc-sys v0.40.0
23522026-06-25T23:47:21.673Z Checking openssl-probe v0.2.1
23532026-06-25T23:47:21.738Z Checking tinyvec_macros v0.1.1
23542026-06-25T23:47:21.738Z Checking untrusted v0.7.1
23552026-06-25T23:47:21.774Z Checking untrusted v0.9.0
23562026-06-25T23:47:21.807Z Checking tinyvec v1.10.0
23572026-06-25T23:47:21.821Z Checking rand v0.9.2
23582026-06-25T23:47:21.845Z Checking atomic-waker v1.1.2
23592026-06-25T23:47:21.873Z Checking ring v0.17.14
23602026-06-25T23:47:21.940Z Checking tower-layer v0.3.3
23612026-06-25T23:47:21.983Z Checking pkcs5 v0.7.1
23622026-06-25T23:47:22.084Z Checking try-lock v0.2.5
23632026-06-25T23:47:22.114Z Checking tower-service v0.3.3
23642026-06-25T23:47:22.134Z Checking aws-lc-rs v1.16.3
23652026-06-25T23:47:22.175Z Checking want v0.3.1
23662026-06-25T23:47:22.197Z Checking ipnet v2.11.0
23672026-06-25T23:47:22.228Z Checking pkcs8 v0.10.2
23682026-06-25T23:47:22.280Z Checking httparse v1.10.1
23692026-06-25T23:47:22.293Z Checking aho-corasick v1.1.4
23702026-06-25T23:47:22.305Z Checking dyn-clone v1.0.20
23712026-06-25T23:47:22.401Z Checking plain v0.2.3
23722026-06-25T23:47:22.404Z Checking foreign-types-shared v0.1.1
23732026-06-25T23:47:22.448Z Checking pin-utils v0.1.0
23742026-06-25T23:47:22.479Z Checking fastrand v2.3.0
23752026-06-25T23:47:22.491Z Checking utf8parse v0.2.2
23762026-06-25T23:47:22.503Z Checking httpdate v1.0.3
23772026-06-25T23:47:22.513Z Checking foreign-types v0.3.2
23782026-06-25T23:47:22.577Z Checking unicode-normalization v0.1.25
23792026-06-25T23:47:22.591Z Checking semver v1.0.28
23802026-06-25T23:47:22.638Z Checking openssl-sys v0.9.115
23812026-06-25T23:47:22.653Z Checking tempfile v3.25.0
23822026-06-25T23:47:22.793Z Checking spin v0.9.8
23832026-06-25T23:47:22.841Z Checking socket2 v0.5.10
23842026-06-25T23:47:22.872Z Checking ucd-trie v0.1.7
23852026-06-25T23:47:22.958Z Checking regex-automata v0.4.14
23862026-06-25T23:47:22.961Z Checking rustls-webpki v0.103.9
23872026-06-25T23:47:22.979Z Checking unicode-ident v1.0.24
23882026-06-25T23:47:22.991Z Checking anstyle v1.0.14
23892026-06-25T23:47:23.004Z Checking openssl v0.10.79
23902026-06-25T23:47:23.015Z Checking pest v2.8.6
23912026-06-25T23:47:23.077Z Checking proc-macro2 v1.0.106
23922026-06-25T23:47:23.088Z Checking schemars v0.8.22
23932026-06-25T23:47:23.146Z Checking tokio-util v0.7.18
23942026-06-25T23:47:23.162Z Checking rustls-native-certs v0.8.3
23952026-06-25T23:47:23.288Z Checking thiserror v2.0.18
23962026-06-25T23:47:23.375Z Checking rustls v0.23.37
23972026-06-25T23:47:23.379Z Checking sync_wrapper v1.0.2
23982026-06-25T23:47:23.398Z Checking wait-timeout v0.2.1
23992026-06-25T23:47:23.482Z Checking bit-vec v0.8.0
24002026-06-25T23:47:23.511Z Checking pretty-hex v0.4.1
24012026-06-25T23:47:23.622Z Checking simd-adler32 v0.3.8
24022026-06-25T23:47:23.668Z Checking anstyle-query v1.1.5
24032026-06-25T23:47:23.730Z Checking powerfmt v0.2.0
24042026-06-25T23:47:23.744Z Checking h2 v0.4.13
24052026-06-25T23:47:23.755Z Checking is_terminal_polyfill v1.70.2
24062026-06-25T23:47:23.783Z Checking colorchoice v1.0.4
24072026-06-25T23:47:23.835Z Checking quick-error v1.2.3
24082026-06-25T23:47:23.873Z Checking siphasher v1.0.2
24092026-06-25T23:47:23.884Z Checking deranged v0.5.8
24102026-06-25T23:47:23.929Z Checking rusty-fork v0.3.1
24112026-06-25T23:47:24.024Z Checking bit-set v0.8.0
24122026-06-25T23:47:24.057Z Checking tower v0.5.3
24132026-06-25T23:47:24.091Z Checking quote v1.0.45
24142026-06-25T23:47:24.164Z Compiling newtype-uuid v1.3.2
24152026-06-25T23:47:24.255Z Checking http-body-util v0.1.3
24162026-06-25T23:47:24.339Z Checking crossbeam-utils v0.8.21
24172026-06-25T23:47:24.438Z Checking webpki-roots v1.0.6
24182026-06-25T23:47:24.467Z Checking rand_xorshift v0.4.0
24192026-06-25T23:47:24.549Z Checking crc32fast v1.5.0
24202026-06-25T23:47:24.579Z Checking scroll v0.13.0
24212026-06-25T23:47:24.669Z Checking signature v2.2.0
24222026-06-25T23:47:24.683Z Checking unarray v0.1.4
24232026-06-25T23:47:24.782Z Checking ryu v1.0.23
24242026-06-25T23:47:24.796Z Checking unicode-bidi v0.3.18
24252026-06-25T23:47:24.800Z Checking num-conv v0.2.0
24262026-06-25T23:47:24.800Z Checking num_threads v0.1.7
24272026-06-25T23:47:24.800Z Checking unicode-properties v0.1.4
24282026-06-25T23:47:24.906Z Checking adler2 v2.0.1
24292026-06-25T23:47:24.918Z Checking allocator-api2 v0.2.21
24302026-06-25T23:47:24.929Z Checking iri-string v0.7.10
24312026-06-25T23:47:24.977Z Checking time-core v0.1.8
24322026-06-25T23:47:25.007Z Checking native-tls v0.2.18
24332026-06-25T23:47:25.018Z Checking miniz_oxide v0.8.9
24342026-06-25T23:47:25.096Z Checking stringprep v0.1.5
24352026-06-25T23:47:25.108Z Checking time v0.3.47
24362026-06-25T23:47:25.179Z Checking tokio-native-tls v0.3.1
24372026-06-25T23:47:25.192Z Checking serde_urlencoded v0.7.1
24382026-06-25T23:47:25.244Z Checking goblin v0.10.5
24392026-06-25T23:47:25.334Z Checking bstr v1.12.1
24402026-06-25T23:47:25.363Z Checking proptest v1.10.0
24412026-06-25T23:47:25.390Z Checking crossbeam-epoch v0.9.18
24422026-06-25T23:47:25.605Z Compiling daft v0.1.7
24432026-06-25T23:47:25.727Z Checking syn v2.0.117
24442026-06-25T23:47:25.740Z Checking tokio-rustls v0.26.4
24452026-06-25T23:47:25.877Z Checking ipnetwork v0.21.1
24462026-06-25T23:47:25.944Z Checking tower-http v0.6.8
24472026-06-25T23:47:25.957Z Checking anstyle-parse v1.0.0
24482026-06-25T23:47:26.089Z Checking rand_chacha v0.3.1
24492026-06-25T23:47:26.102Z Checking thiserror v1.0.69
24502026-06-25T23:47:26.197Z Checking scroll v0.12.0
24512026-06-25T23:47:26.226Z Checking hash32 v0.2.1
24522026-06-25T23:47:26.249Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-06-25T23:47:26.298Z Checking num-integer v0.1.46
24542026-06-25T23:47:26.354Z Checking toml_datetime v0.6.11
24552026-06-25T23:47:26.378Z Checking serde_spanned v0.6.9
24562026-06-25T23:47:26.417Z Checking md-5 v0.10.6
24572026-06-25T23:47:26.468Z Checking hyper v1.8.1
24582026-06-25T23:47:26.499Z Checking ff v0.13.1
24592026-06-25T23:47:26.521Z Checking encoding_rs v0.8.35
24602026-06-25T23:47:26.531Z Checking base16ct v0.2.0
24612026-06-25T23:47:26.548Z Checking psl-types v2.0.11
24622026-06-25T23:47:26.622Z Checking mime v0.3.17
24632026-06-25T23:47:26.651Z Checking fallible-iterator v0.2.0
24642026-06-25T23:47:26.662Z Checking zlib-rs v0.6.2
24652026-06-25T23:47:26.792Z Checking publicsuffix v2.3.0
24662026-06-25T23:47:26.920Z Checking postgres-protocol v0.6.10
24672026-06-25T23:47:26.948Z Checking sec1 v0.7.3
24682026-06-25T23:47:27.151Z Checking group v0.13.0
24692026-06-25T23:47:27.222Z Checking num-iter v0.1.45
24702026-06-25T23:47:27.294Z Checking goblin v0.8.2
24712026-06-25T23:47:27.319Z Checking heapless v0.7.17
24722026-06-25T23:47:27.330Z Checking zstd-safe v7.2.4
24732026-06-25T23:47:27.367Z Checking hyper-util v0.1.20
24742026-06-25T23:47:27.450Z Checking rand v0.8.6
24752026-06-25T23:47:27.483Z Checking cookie v0.18.1
24762026-06-25T23:47:27.538Z Checking flate2 v1.1.9
24772026-06-25T23:47:27.618Z Checking dof v0.4.0
24782026-06-25T23:47:27.703Z Checking anstream v1.0.0
24792026-06-25T23:47:27.724Z Checking oxnet v0.1.6
24802026-06-25T23:47:27.827Z Compiling iddqd v0.4.2
24812026-06-25T23:47:27.899Z Checking dtrace-parser v0.3.0
24822026-06-25T23:47:27.949Z Checking phf_shared v0.13.1
24832026-06-25T23:47:27.974Z Checking lazy_static v1.5.0
24842026-06-25T23:47:28.013Z Checking anstyle-parse v0.2.7
24852026-06-25T23:47:28.056Z Checking pin-project v1.1.11
24862026-06-25T23:47:28.127Z Checking zerocopy v0.7.35
24872026-06-25T23:47:28.138Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-25T23:47:28.150Z Checking signal-hook v0.3.18
24892026-06-25T23:47:28.160Z Checking terminal_size v0.4.3
24902026-06-25T23:47:28.214Z Checking futures-executor v0.3.32
24912026-06-25T23:47:28.246Z Checking hex v0.4.3
24922026-06-25T23:47:28.263Z Checking hkdf v0.12.4
24932026-06-25T23:47:28.328Z Checking crypto-bigint v0.5.5
24942026-06-25T23:47:28.357Z Checking thread-id v5.1.0
24952026-06-25T23:47:28.388Z Checking either v1.15.0
24962026-06-25T23:47:28.428Z Checking clap_lex v1.0.0
24972026-06-25T23:47:28.460Z Checking winnow v0.5.40
24982026-06-25T23:47:28.565Z Checking bitflags v1.3.2
24992026-06-25T23:47:28.579Z Checking foldhash v0.2.0
25002026-06-25T23:47:28.596Z Checking managed v0.8.0
25012026-06-25T23:47:28.629Z Checking hyper-rustls v0.27.7
25022026-06-25T23:47:28.640Z Checking hyper-tls v0.6.0
25032026-06-25T23:47:28.725Z Checking libbz2-rs-sys v0.2.2
25042026-06-25T23:47:28.771Z Checking strsim v0.11.1
25052026-06-25T23:47:28.801Z Checking winnow v0.7.14
25062026-06-25T23:47:28.833Z Checking bumpalo v3.20.2
25072026-06-25T23:47:28.925Z Checking foldhash v0.1.5
25082026-06-25T23:47:29.030Z Compiling rayon-core v1.13.0
25092026-06-25T23:47:29.057Z Checking same-file v1.0.6
25102026-06-25T23:47:29.090Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-06-25T23:47:29.118Z Checking bzip2 v0.6.1
25122026-06-25T23:47:29.168Z Checking walkdir v2.5.0
25132026-06-25T23:47:29.189Z Checking dof v0.3.0
25142026-06-25T23:47:29.220Z Checking hashbrown v0.15.5
25152026-06-25T23:47:29.223Z Checking elliptic-curve v0.13.8
25162026-06-25T23:47:29.268Z Checking zopfli v0.8.3
25172026-06-25T23:47:29.284Z Checking clap_builder v4.6.0
25182026-06-25T23:47:29.325Z Checking reqwest v0.12.28
25192026-06-25T23:47:29.462Z Checking smoltcp v0.9.1
25202026-06-25T23:47:29.528Z Checking hashbrown v0.16.1
25212026-06-25T23:47:29.590Z Checking usdt-impl v0.6.0
25222026-06-25T23:47:29.617Z Checking toml_edit v0.19.15
25232026-06-25T23:47:29.678Z Checking futures v0.3.32
25242026-06-25T23:47:29.752Z Checking signal-hook-mio v0.2.5
25252026-06-25T23:47:29.855Z Checking bzip2 v0.4.4
25262026-06-25T23:47:29.866Z Checking anstream v0.6.21
25272026-06-25T23:47:30.002Z Checking snafu v0.8.9
25282026-06-25T23:47:30.014Z Checking phf v0.13.1
25292026-06-25T23:47:30.024Z Checking num-bigint-dig v0.8.6
25302026-06-25T23:47:30.059Z Checking cookie_store v0.22.1
25312026-06-25T23:47:30.151Z Checking zstd v0.13.3
25322026-06-25T23:47:30.183Z Checking postgres-types v0.2.12
25332026-06-25T23:47:30.231Z Checking dtrace-parser v0.2.0
25342026-06-25T23:47:30.268Z Checking rustls-platform-verifier v0.6.2
25352026-06-25T23:47:30.331Z Checking globset v0.4.18
25362026-06-25T23:47:30.378Z Checking crossbeam-deque v0.8.6
25372026-06-25T23:47:30.403Z Checking regex v1.12.3
25382026-06-25T23:47:30.458Z Checking ed25519 v2.2.3
25392026-06-25T23:47:30.489Z Checking phf_shared v0.11.3
25402026-06-25T23:47:30.517Z Checking olpc-cjson v0.1.4
25412026-06-25T23:47:30.550Z Checking curve25519-dalek v4.1.3
25422026-06-25T23:47:30.577Z Checking ref-cast v1.0.25
25432026-06-25T23:47:30.623Z Checking strum v0.27.2
25442026-06-25T23:47:30.633Z Checking hubpack v0.1.2
25452026-06-25T23:47:30.646Z Checking memoffset v0.9.1
25462026-06-25T23:47:30.649Z Checking rustix v0.38.44
25472026-06-25T23:47:30.669Z Checking pkcs1 v0.7.5
25482026-06-25T23:47:30.679Z Checking pem v3.0.6
25492026-06-25T23:47:30.718Z Checking float-cmp v0.10.0
25502026-06-25T23:47:30.729Z Checking serde-big-array v0.5.1
25512026-06-25T23:47:30.790Z Checking erased-serde v0.3.31
25522026-06-25T23:47:30.829Z Checking serde_plain v1.0.2
25532026-06-25T23:47:30.839Z Checking rfc6979 v0.4.0
25542026-06-25T23:47:30.839Z Checking memmap2 v0.9.10
25552026-06-25T23:47:30.861Z Checking thread-id v4.2.2
25562026-06-25T23:47:30.873Z Checking env_filter v1.0.0
25572026-06-25T23:47:30.932Z Checking difflib v0.4.0
25582026-06-25T23:47:30.946Z Checking precomputed-hash v0.1.1
25592026-06-25T23:47:30.961Z Checking keccak v0.1.6
25602026-06-25T23:47:31.004Z Checking toml_write v0.1.2
25612026-06-25T23:47:31.004Z Checking fixedbitset v0.5.7
25622026-06-25T23:47:31.027Z Checking static_assertions v1.1.0
25632026-06-25T23:47:31.092Z Checking normalize-line-endings v0.3.0
25642026-06-25T23:47:31.103Z Checking unicode-segmentation v1.12.0
25652026-06-25T23:47:31.115Z Checking new_debug_unreachable v1.0.6
25662026-06-25T23:47:31.165Z Checking fixedbitset v0.4.2
25672026-06-25T23:47:31.184Z Checking predicates-core v1.0.10
25682026-06-25T23:47:31.195Z Checking jiff v0.2.21
25692026-06-25T23:47:31.195Z Checking data-encoding v2.10.0
25702026-06-25T23:47:31.218Z Checking whoami v2.1.0
25712026-06-25T23:47:31.304Z Checking typed-path v0.9.3
25722026-06-25T23:47:31.315Z Checking petgraph v0.6.5
25732026-06-25T23:47:31.348Z Checking ed25519-dalek v2.2.0
25742026-06-25T23:47:31.409Z Checking tokio-postgres v0.7.16
25752026-06-25T23:47:31.412Z Checking similar v2.7.0
25762026-06-25T23:47:31.463Z Checking hickory-proto v0.25.2
25772026-06-25T23:47:31.475Z Checking crossterm v0.28.1
25782026-06-25T23:47:31.578Z Checking predicates v3.1.4
25792026-06-25T23:47:31.802Z Checking petgraph v0.8.3
25802026-06-25T23:47:31.866Z Checking string_cache v0.8.9
25812026-06-25T23:47:32.031Z Checking slog v2.8.2
25822026-06-25T23:47:32.067Z Checking tough v0.22.0
25832026-06-25T23:47:32.177Z Checking toml_edit v0.22.27
25842026-06-25T23:47:32.293Z Checking sha3 v0.10.8
25852026-06-25T23:47:32.495Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25862026-06-25T23:47:32.556Z Checking env_logger v0.11.9
25872026-06-25T23:47:32.672Z Checking usdt v0.6.0
25882026-06-25T23:47:32.738Z Checking ecdsa v0.16.9
25892026-06-25T23:47:32.834Z Checking usdt-impl v0.5.0
25902026-06-25T23:47:33.072Z Checking rsa v0.9.10
25912026-06-25T23:47:33.108Z Checking nix v0.31.2
25922026-06-25T23:47:33.359Z Checking toml v0.7.8
25932026-06-25T23:47:33.442Z Checking zip v4.6.1
25942026-06-25T23:47:33.666Z Checking clap v4.6.1
25952026-06-25T23:47:33.742Z Checking reqwest v0.13.2
25962026-06-25T23:47:33.879Z Checking zip v0.6.6
25972026-06-25T23:47:34.002Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-06-25T23:47:34.113Z Checking itertools v0.13.0
25992026-06-25T23:47:34.143Z Checking serde_with v3.17.0
26002026-06-25T23:47:34.178Z Checking strum v0.26.3
26012026-06-25T23:47:34.197Z Checking fs-err v3.3.0
26022026-06-25T23:47:34.264Z Checking ahash v0.8.12
26032026-06-25T23:47:34.282Z Checking object v0.37.3
26042026-06-25T23:47:34.324Z Checking tokio-stream v0.1.18
26052026-06-25T23:47:34.454Z Checking buf-list v1.1.2
26062026-06-25T23:47:34.496Z Checking camino v1.2.2
26072026-06-25T23:47:34.600Z Checking anyhow v1.0.102
26082026-06-25T23:47:34.631Z Checking x509-cert v0.2.5
26092026-06-25T23:47:34.704Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26102026-06-25T23:47:34.736Z Checking openapiv3 v2.2.0
26112026-06-25T23:47:34.763Z Checking sha1 v0.10.6
26122026-06-25T23:47:34.791Z Checking peg-runtime v0.8.5
26132026-06-25T23:47:34.918Z Checking lalrpop-util v0.19.12
26142026-06-25T23:47:34.929Z Checking rayon v1.11.0
26152026-06-25T23:47:34.953Z Checking sigpipe v0.1.3
26162026-06-25T23:47:35.025Z Checking glob v0.3.3
26172026-06-25T23:47:36.480Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-06-25T23:47:36.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.82s
26192026-06-25T23:47:36.893Z
26202026-06-25T23:47:36.893Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26212026-06-25T23:47:37.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-06-25T23:47:37.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-06-25T23:47:37.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-06-25T23:47:37.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26252026-06-25T23:47:37.418Z
26262026-06-25T23:47:37.418Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26272026-06-25T23:47:37.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-25T23:47:37.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-25T23:47:37.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-25T23:47:37.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26312026-06-25T23:47:37.935Z
26322026-06-25T23:47:37.935Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26332026-06-25T23:47:38.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-25T23:47:38.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-25T23:47:38.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-25T23:47:38.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26372026-06-25T23:47:38.472Z
26382026-06-25T23:47:38.473Zinfo: running `cargo check --bins` on oxql-types (80/296)
26392026-06-25T23:47:38.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-25T23:47:38.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-25T23:47:38.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-25T23:47:38.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26432026-06-25T23:47:38.994Z
26442026-06-25T23:47:38.994Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26452026-06-25T23:47:39.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-25T23:47:39.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-25T23:47:39.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-25T23:47:39.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26492026-06-25T23:47:39.513Z
26502026-06-25T23:47:39.513Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26512026-06-25T23:47:39.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-25T23:47:39.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-25T23:47:39.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-25T23:47:39.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26552026-06-25T23:47:40.021Z
26562026-06-25T23:47:40.021Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26572026-06-25T23:47:40.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-25T23:47:40.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-25T23:47:40.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-25T23:47:40.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26612026-06-25T23:47:40.519Z
26622026-06-25T23:47:40.519Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26632026-06-25T23:47:40.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-25T23:47:40.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-25T23:47:41.133Z Compiling structmeta-derive v0.3.0
26662026-06-25T23:47:41.244Z Compiling rustls v0.22.4
26672026-06-25T23:47:41.254Z Compiling multer v3.1.0
26682026-06-25T23:47:41.263Z Compiling async-stream-impl v0.3.6
26692026-06-25T23:47:41.267Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-06-25T23:47:41.285Z Compiling dropshot v0.17.0
26712026-06-25T23:47:41.299Z Compiling dropshot_endpoint v0.17.0
26722026-06-25T23:47:41.299Z Compiling newtype-uuid-macros v0.1.0
26732026-06-25T23:47:41.414Z Checking newtype-uuid v1.3.2
26742026-06-25T23:47:41.477Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-06-25T23:47:41.513Z Checking rustls-webpki v0.102.8
26762026-06-25T23:47:41.611Z Checking daft v0.1.7
26772026-06-25T23:47:41.651Z Checking thread_local v1.1.9
26782026-06-25T23:47:41.818Z Checking match_cfg v0.1.0
26792026-06-25T23:47:41.830Z Checking compression-core v0.4.31
26802026-06-25T23:47:41.844Z Checking iddqd v0.4.2
26812026-06-25T23:47:41.883Z Checking hostname v0.3.1
26822026-06-25T23:47:41.896Z Checking crossbeam-channel v0.5.15
26832026-06-25T23:47:41.945Z Checking compression-codecs v0.4.37
26842026-06-25T23:47:41.970Z Checking atomicwrites v0.4.4
26852026-06-25T23:47:42.049Z Checking slog-json v2.6.1
26862026-06-25T23:47:42.089Z Checking is-terminal v0.4.17
26872026-06-25T23:47:42.104Z Checking serde_spanned v1.0.4
26882026-06-25T23:47:42.173Z Checking toml_datetime v1.0.0+spec-1.1.0
26892026-06-25T23:47:42.197Z Checking term v1.2.1
26902026-06-25T23:47:42.227Z Checking debug-ignore v1.0.5
26912026-06-25T23:47:42.240Z Checking take_mut v0.2.2
26922026-06-25T23:47:42.299Z Compiling structmeta v0.3.0
26932026-06-25T23:47:42.318Z Checking toml_writer v1.0.6+spec-1.1.0
26942026-06-25T23:47:42.335Z Checking slog-async v2.8.0
26952026-06-25T23:47:42.367Z Checking slog-bunyan v2.5.0
26962026-06-25T23:47:42.407Z Checking slog-term v2.9.2
26972026-06-25T23:47:42.474Z Checking async-compression v0.4.41
26982026-06-25T23:47:42.492Z Checking toml v1.0.6+spec-1.1.0
26992026-06-25T23:47:42.505Z Compiling derive-ex v0.1.8
27002026-06-25T23:47:42.508Z Compiling parse-display-derive v0.10.0
27012026-06-25T23:47:42.661Z Checking async-stream v0.3.6
27022026-06-25T23:47:42.709Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27032026-06-25T23:47:42.762Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-25T23:47:42.783Z Checking progenitor-client v0.14.0
27052026-06-25T23:47:42.809Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27062026-06-25T23:47:42.945Z Checking waitgroup v0.1.2
27072026-06-25T23:47:43.009Z Checking backon v1.6.0
27082026-06-25T23:47:43.039Z Checking rustls-pemfile v2.2.0
27092026-06-25T23:47:43.067Z Checking serde_path_to_error v0.1.20
27102026-06-25T23:47:43.068Z Checking hostname v0.4.2
27112026-06-25T23:47:43.166Z Checking instant v0.1.13
27122026-06-25T23:47:43.249Z Checking backoff v0.4.0
27132026-06-25T23:47:43.323Z Checking tokio-rustls v0.25.0
27142026-06-25T23:47:43.347Z Checking progenitor-extras v0.2.0
27152026-06-25T23:47:43.385Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27162026-06-25T23:47:43.418Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27172026-06-25T23:47:43.579Z Checking itertools v0.14.0
27182026-06-25T23:47:43.592Z Checking regress v0.10.5
27192026-06-25T23:47:43.777Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27202026-06-25T23:47:43.994Z Checking macaddr v1.0.1
27212026-06-25T23:47:44.182Z Compiling test-strategy v0.4.5
27222026-06-25T23:47:44.186Z Checking parse-display v0.10.0
27232026-06-25T23:47:44.309Z Checking humantime v2.3.0
27242026-06-25T23:47:45.330Z Compiling prettyplease v0.2.37
27252026-06-25T23:47:45.636Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-25T23:47:45.770Z Checking num-rational v0.4.2
27272026-06-25T23:47:46.009Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27282026-06-25T23:47:46.240Z Checking num-complex v0.4.6
27292026-06-25T23:47:46.922Z Compiling num v0.4.3
27302026-06-25T23:47:46.998Z Compiling usdt-macro v0.5.0
27312026-06-25T23:47:47.044Z Compiling usdt-attr-macro v0.5.0
27322026-06-25T23:47:47.061Z Checking memmap v0.7.0
27332026-06-25T23:47:47.134Z Checking float-ord v0.3.2
27342026-06-25T23:47:47.190Z Checking unicode-width v0.2.0
27352026-06-25T23:47:47.235Z Compiling convert_case v0.4.0
27362026-06-25T23:47:47.439Z Checking console v0.15.11
27372026-06-25T23:47:47.612Z Compiling derive_more v0.99.20
27382026-06-25T23:47:47.712Z Checking newline-converter v0.3.0
27392026-06-25T23:47:47.733Z Compiling toml v0.8.23
27402026-06-25T23:47:47.809Z Checking usdt v0.5.0
27412026-06-25T23:47:47.821Z Checking linked-hash-map v0.5.6
27422026-06-25T23:47:47.974Z Compiling minimal-lexical v0.2.1
27432026-06-25T23:47:47.986Z Checking lru-cache v0.1.2
27442026-06-25T23:47:48.101Z Checking expectorate v1.2.0
27452026-06-25T23:47:48.225Z Compiling nom v7.1.3
27462026-06-25T23:47:48.408Z Checking camino-tempfile v1.4.1
27472026-06-25T23:47:48.661Z Checking hickory-proto v0.24.4
27482026-06-25T23:47:48.750Z Checking phf_shared v0.12.1
27492026-06-25T23:47:48.886Z Compiling slog-dtrace v0.3.0
27502026-06-25T23:47:48.983Z Checking resolv-conf v0.7.6
27512026-06-25T23:47:49.075Z Checking heck v0.5.0
27522026-06-25T23:47:49.164Z Compiling chrono-tz v0.10.4
27532026-06-25T23:47:49.247Z Compiling const_format_proc_macros v0.2.34
27542026-06-25T23:47:49.357Z Checking phf v0.12.1
27552026-06-25T23:47:49.416Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-06-25T23:47:49.495Z Checking tokio-dtrace v0.1.1
27572026-06-25T23:47:49.539Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582026-06-25T23:47:49.676Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-25T23:47:50.009Z Compiling derive-where v1.6.0
27602026-06-25T23:47:50.139Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-25T23:47:50.189Z Checking highway v1.3.0
27622026-06-25T23:47:50.413Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27632026-06-25T23:47:50.470Z Checking hickory-resolver v0.24.4
27642026-06-25T23:47:50.900Z Checking const_format v0.2.35
27652026-06-25T23:47:50.943Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-06-25T23:47:51.048Z Checking oxide-tokio-rt v0.1.4
27672026-06-25T23:47:51.221Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-25T23:47:51.239Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-25T23:47:51.322Z Checking gethostname v0.5.0
27702026-06-25T23:47:51.349Z Checking qorb v0.4.1
27712026-06-25T23:47:51.405Z Checking bcs v0.1.6
27722026-06-25T23:47:51.499Z Checking termtree v0.5.1
27732026-06-25T23:47:51.686Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-06-25T23:47:54.765Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-25T23:47:57.301Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-25T23:47:59.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s
27772026-06-25T23:47:59.554Z
27782026-06-25T23:47:59.554Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27792026-06-25T23:48:00.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-25T23:48:00.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-25T23:48:00.160Z Compiling ar_archive_writer v0.5.1
27822026-06-25T23:48:00.264Z Compiling stacker v0.1.23
27832026-06-25T23:48:00.270Z Compiling cfg_aliases v0.1.1
27842026-06-25T23:48:00.275Z Compiling convert_case v0.10.0
27852026-06-25T23:48:00.278Z Checking unicode-width v0.1.14
27862026-06-25T23:48:00.289Z Compiling proc-macro-error v1.0.4
27872026-06-25T23:48:00.300Z Checking fd-lock v4.0.4
27882026-06-25T23:48:00.303Z Checking nibble_vec v0.1.0
27892026-06-25T23:48:00.322Z Compiling nix v0.28.0
27902026-06-25T23:48:00.410Z Checking vte v0.14.1
27912026-06-25T23:48:00.422Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-25T23:48:00.508Z Checking bytecount v0.6.9
27932026-06-25T23:48:00.520Z Checking endian-type v0.1.2
27942026-06-25T23:48:00.554Z Checking strip-ansi-escapes v0.2.1
27952026-06-25T23:48:00.557Z Compiling derive_more-impl v2.1.1
27962026-06-25T23:48:00.576Z Compiling tabled_derive v0.7.0
27972026-06-25T23:48:00.601Z Checking papergrid v0.11.0
27982026-06-25T23:48:00.634Z Checking radix_trie v0.2.1
27992026-06-25T23:48:00.663Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-25T23:48:00.815Z Compiling peg-macros v0.8.5
28012026-06-25T23:48:00.835Z Checking winnow v0.6.26
28022026-06-25T23:48:01.084Z Compiling psm v0.1.30
28032026-06-25T23:48:01.123Z Compiling sqlparser_derive v0.5.0
28042026-06-25T23:48:01.268Z Checking home v0.5.12
28052026-06-25T23:48:01.371Z Checking unicode_categories v0.1.1
28062026-06-25T23:48:01.408Z Checking derive_more v2.1.1
28072026-06-25T23:48:01.493Z Checking nu-ansi-term v0.50.3
28082026-06-25T23:48:01.525Z Checking crossterm v0.29.0
28092026-06-25T23:48:01.565Z Checking tabled v0.15.0
28102026-06-25T23:48:01.631Z Checking rustyline v14.0.0
28112026-06-25T23:48:01.718Z Checking reedline v0.40.0
28122026-06-25T23:48:01.882Z Checking recursive v0.1.1
28132026-06-25T23:48:01.913Z Checking display-error-chain v0.2.2
28142026-06-25T23:48:01.971Z Checking sqlparser v0.61.0
28152026-06-25T23:48:02.019Z Checking sqlformat v0.3.5
28162026-06-25T23:48:02.196Z Checking peg v0.8.5
28172026-06-25T23:48:13.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
28182026-06-25T23:48:13.280Z
28192026-06-25T23:48:13.280Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28202026-06-25T23:48:13.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-25T23:48:13.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-25T23:48:13.883Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-25T23:48:17.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28242026-06-25T23:48:17.460Z
28252026-06-25T23:48:17.460Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28262026-06-25T23:48:17.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-25T23:48:17.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-25T23:48:18.067Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-25T23:48:20.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28302026-06-25T23:48:20.671Z
28312026-06-25T23:48:20.671Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28322026-06-25T23:48:21.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-25T23:48:21.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-25T23:48:21.279Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-25T23:48:24.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28362026-06-25T23:48:24.651Z
28372026-06-25T23:48:24.651Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28382026-06-25T23:48:25.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-25T23:48:25.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-25T23:48:25.262Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-25T23:48:28.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28422026-06-25T23:48:28.723Z
28432026-06-25T23:48:28.723Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28442026-06-25T23:48:29.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-25T23:48:29.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-25T23:48:29.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-25T23:48:31.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28482026-06-25T23:48:32.058Z
28492026-06-25T23:48:32.058Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28502026-06-25T23:48:32.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-25T23:48:32.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-25T23:48:32.666Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-25T23:48:35.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28542026-06-25T23:48:35.431Z
28552026-06-25T23:48:35.431Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28562026-06-25T23:48:35.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-25T23:48:35.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-25T23:48:36.041Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-25T23:48:39.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28602026-06-25T23:48:39.640Z
28612026-06-25T23:48:39.640Zinfo: running `cargo check --bins` on oximeter (93/296)
28622026-06-25T23:48:40.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-25T23:48:40.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-25T23:48:40.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-25T23:48:40.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28662026-06-25T23:48:40.158Z
28672026-06-25T23:48:40.158Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28682026-06-25T23:48:40.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-25T23:48:40.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-25T23:48:40.732Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-25T23:48:40.884Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-25T23:48:40.888Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-25T23:48:41.223Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-25T23:48:43.884Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-25T23:48:45.094Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-25T23:48:45.299Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-25T23:48:45.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
28782026-06-25T23:48:46.116Z
28792026-06-25T23:48:46.116Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28802026-06-25T23:48:46.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-25T23:48:46.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-25T23:48:46.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-25T23:48:46.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28842026-06-25T23:48:46.640Z
28852026-06-25T23:48:46.640Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28862026-06-25T23:48:47.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-25T23:48:47.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-25T23:48:47.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-25T23:48:47.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28902026-06-25T23:48:47.193Z
28912026-06-25T23:48:47.193Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
28922026-06-25T23:48:47.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-25T23:48:47.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-25T23:48:47.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-25T23:48:47.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28962026-06-25T23:48:47.722Z
28972026-06-25T23:48:47.722Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
28982026-06-25T23:48:48.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-25T23:48:48.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-25T23:48:48.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-25T23:48:48.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29022026-06-25T23:48:48.247Z
29032026-06-25T23:48:48.247Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29042026-06-25T23:48:48.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-25T23:48:48.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-25T23:48:48.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-25T23:48:48.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29082026-06-25T23:48:48.769Z
29092026-06-25T23:48:48.769Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29102026-06-25T23:48:49.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-25T23:48:49.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-25T23:48:49.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-25T23:48:49.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29142026-06-25T23:48:49.299Z
29152026-06-25T23:48:49.300Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29162026-06-25T23:48:49.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-25T23:48:49.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-25T23:48:49.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-25T23:48:49.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29202026-06-25T23:48:49.814Z
29212026-06-25T23:48:49.814Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29222026-06-25T23:48:50.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-25T23:48:50.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-25T23:48:50.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-25T23:48:50.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29262026-06-25T23:48:50.349Z
29272026-06-25T23:48:50.349Zinfo: running `cargo check --bins` on update-engine (103/296)
29282026-06-25T23:48:50.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-25T23:48:50.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-25T23:48:50.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-25T23:48:50.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29322026-06-25T23:48:50.864Z
29332026-06-25T23:48:50.864Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29342026-06-25T23:48:51.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-25T23:48:51.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-25T23:48:51.518Z Compiling crucible-workspace-hack v0.1.0
29372026-06-25T23:48:51.629Z Checking secrecy v0.10.3
29382026-06-25T23:48:51.635Z Compiling heapless v0.8.0
29392026-06-25T23:48:51.638Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-25T23:48:51.647Z Compiling ingot-macros v0.1.1
29412026-06-25T23:48:51.654Z Checking hash32 v0.3.1
29422026-06-25T23:48:51.683Z Compiling smoltcp v0.11.0
29432026-06-25T23:48:51.683Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-25T23:48:51.725Z Checking cobs v0.3.0
29452026-06-25T23:48:51.766Z Compiling thiserror-impl-no-std v2.0.2
29462026-06-25T23:48:51.795Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-25T23:48:51.870Z Checking universal-hash v0.5.1
29482026-06-25T23:48:51.906Z Checking half v2.7.1
29492026-06-25T23:48:51.921Z Checking ciborium-io v0.2.2
29502026-06-25T23:48:51.990Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-06-25T23:48:52.003Z Checking opaque-debug v0.3.1
29522026-06-25T23:48:52.017Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29532026-06-25T23:48:52.066Z Checking poly1305 v0.8.0
29542026-06-25T23:48:52.153Z Checking ciborium-ll v0.2.2
29552026-06-25T23:48:52.182Z Checking postcard v1.1.3
29562026-06-25T23:48:52.323Z Compiling proc-macro-crate v3.4.0
29572026-06-25T23:48:52.327Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-06-25T23:48:52.406Z Checking password-hash v0.5.0
29592026-06-25T23:48:52.473Z Checking chacha20 v0.9.1
29602026-06-25T23:48:52.597Z Compiling proc-macro-crate v1.3.1
29612026-06-25T23:48:52.630Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29622026-06-25T23:48:52.705Z Checking blake2 v0.10.6
29632026-06-25T23:48:52.835Z Checking aead v0.5.2
29642026-06-25T23:48:52.863Z Compiling num_enum_derive v0.7.6
29652026-06-25T23:48:52.867Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29662026-06-25T23:48:52.912Z Checking thiserror-no-std v2.0.2
29672026-06-25T23:48:52.937Z Compiling foreign-types-macros v0.2.3
29682026-06-25T23:48:52.971Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29692026-06-25T23:48:52.993Z Checking foreign-types-shared v0.3.1
29702026-06-25T23:48:53.008Z Checking cpufeatures v0.3.0
29712026-06-25T23:48:53.062Z Compiling num_enum_derive v0.5.11
29722026-06-25T23:48:53.076Z Checking vsss-rs v3.3.4
29732026-06-25T23:48:53.079Z Checking chacha20 v0.10.0
29742026-06-25T23:48:53.200Z Checking chacha20poly1305 v0.10.1
29752026-06-25T23:48:53.285Z Checking argon2 v0.5.3
29762026-06-25T23:48:53.322Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29772026-06-25T23:48:53.517Z Checking foreign-types v0.5.0
29782026-06-25T23:48:53.590Z Checking ciborium v0.2.2
29792026-06-25T23:48:53.692Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-25T23:48:53.725Z Checking tabwriter v1.4.1
29812026-06-25T23:48:53.869Z Checking byte-wrapper v0.1.0
29822026-06-25T23:48:53.899Z Checking num_enum v0.7.6
29832026-06-25T23:48:53.969Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-25T23:48:54.010Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29852026-06-25T23:48:54.020Z Checking cstr-argument v0.1.2
29862026-06-25T23:48:54.065Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-25T23:48:54.078Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-06-25T23:48:54.132Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-06-25T23:48:54.197Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-06-25T23:48:54.261Z Checking num_enum v0.5.11
29912026-06-25T23:48:54.298Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-06-25T23:48:54.370Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-06-25T23:48:54.384Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-06-25T23:48:54.426Z Checking ingot-types v0.1.2
29952026-06-25T23:48:54.444Z Checking rand v0.10.0
29962026-06-25T23:48:54.457Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-25T23:48:54.484Z Checking indent_write v2.2.0
29982026-06-25T23:48:54.569Z Checking colored v3.1.1
29992026-06-25T23:48:54.611Z Compiling zone_cfg_derive v0.3.1
30002026-06-25T23:48:54.704Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-25T23:48:54.761Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30022026-06-25T23:48:54.773Z Checking itertools v0.12.1
30032026-06-25T23:48:54.786Z Checking ingot v0.1.1
30042026-06-25T23:48:54.789Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30052026-06-25T23:48:54.869Z Compiling num-derive v0.4.2
30062026-06-25T23:48:54.886Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-06-25T23:48:54.924Z Checking swrite v0.1.0
30082026-06-25T23:48:55.011Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-06-25T23:48:55.081Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-25T23:48:55.235Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-06-25T23:48:55.248Z Checking dropshot-api-manager-types v0.7.2
30122026-06-25T23:48:55.305Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-06-25T23:48:55.318Z Checking smf v0.2.3
30142026-06-25T23:48:55.341Z Checking nanorand v0.7.0
30152026-06-25T23:48:55.404Z Checking whoami v1.6.1
30162026-06-25T23:48:55.531Z Checking flume v0.11.1
30172026-06-25T23:48:55.544Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-25T23:48:55.778Z Checking zone v0.3.1
30192026-06-25T23:48:55.793Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30202026-06-25T23:48:56.327Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30212026-06-25T23:48:57.292Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-25T23:48:58.173Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-25T23:49:01.431Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-25T23:49:03.475Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-25T23:49:04.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
30262026-06-25T23:49:04.745Z
30272026-06-25T23:49:04.745Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30282026-06-25T23:49:05.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-25T23:49:05.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-25T23:49:05.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-25T23:49:05.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30322026-06-25T23:49:05.278Z
30332026-06-25T23:49:05.278Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30342026-06-25T23:49:05.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-25T23:49:05.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-25T23:49:05.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-25T23:49:05.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-25T23:49:05.807Z
30392026-06-25T23:49:05.807Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30402026-06-25T23:49:06.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-25T23:49:06.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-25T23:49:06.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-25T23:49:06.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-06-25T23:49:06.349Z
30452026-06-25T23:49:06.349Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30462026-06-25T23:49:06.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-25T23:49:06.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-25T23:49:06.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-25T23:49:06.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-06-25T23:49:06.888Z
30512026-06-25T23:49:06.888Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30522026-06-25T23:49:07.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-25T23:49:07.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-25T23:49:07.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-25T23:49:07.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30562026-06-25T23:49:07.420Z
30572026-06-25T23:49:07.420Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30582026-06-25T23:49:07.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-25T23:49:07.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-25T23:49:07.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-25T23:49:07.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30622026-06-25T23:49:07.948Z
30632026-06-25T23:49:07.948Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30642026-06-25T23:49:08.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-25T23:49:08.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-25T23:49:08.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-25T23:49:08.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-06-25T23:49:08.476Z
30692026-06-25T23:49:08.476Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30702026-06-25T23:49:08.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-25T23:49:08.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-25T23:49:08.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-25T23:49:08.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30742026-06-25T23:49:08.988Z
30752026-06-25T23:49:08.988Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30762026-06-25T23:49:09.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-25T23:49:09.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-25T23:49:09.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-25T23:49:09.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-06-25T23:49:09.518Z
30812026-06-25T23:49:09.518Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30822026-06-25T23:49:09.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-25T23:49:09.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-25T23:49:09.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-25T23:49:09.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-25T23:49:10.050Z
30872026-06-25T23:49:10.050Zinfo: running `cargo check --bins` on installinator-client (115/296)
30882026-06-25T23:49:10.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-25T23:49:10.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-25T23:49:10.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-25T23:49:10.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-06-25T23:49:10.585Z
30932026-06-25T23:49:10.585Zinfo: running `cargo check --bins` on nexus-client (116/296)
30942026-06-25T23:49:11.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-25T23:49:11.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-25T23:49:11.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-25T23:49:11.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30982026-06-25T23:49:11.147Z
30992026-06-25T23:49:11.147Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31002026-06-25T23:49:11.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-25T23:49:11.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-25T23:49:11.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-25T23:49:11.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-25T23:49:11.713Z
31052026-06-25T23:49:11.713Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31062026-06-25T23:49:12.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-25T23:49:12.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-25T23:49:12.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-25T23:49:12.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31102026-06-25T23:49:12.230Z
31112026-06-25T23:49:12.230Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31122026-06-25T23:49:12.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-25T23:49:12.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-25T23:49:12.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-25T23:49:12.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-25T23:49:12.748Z
31172026-06-25T23:49:12.748Zinfo: running `cargo check --bins` on oxide-client (120/296)
31182026-06-25T23:49:13.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-25T23:49:13.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-25T23:49:13.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-25T23:49:13.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-25T23:49:13.265Z
31232026-06-25T23:49:13.265Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31242026-06-25T23:49:13.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-25T23:49:13.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-25T23:49:13.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-25T23:49:13.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-06-25T23:49:13.793Z
31292026-06-25T23:49:13.793Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31302026-06-25T23:49:14.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-25T23:49:14.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-25T23:49:14.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-25T23:49:14.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31342026-06-25T23:49:14.311Z
31352026-06-25T23:49:14.311Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31362026-06-25T23:49:14.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-25T23:49:14.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-25T23:49:14.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-25T23:49:14.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31402026-06-25T23:49:14.848Z
31412026-06-25T23:49:14.848Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31422026-06-25T23:49:15.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-25T23:49:15.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-25T23:49:15.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-25T23:49:15.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31462026-06-25T23:49:15.403Z
31472026-06-25T23:49:15.403Zinfo: running `cargo check --bins` on installinator-common (125/296)
31482026-06-25T23:49:15.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-25T23:49:15.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-25T23:49:15.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-25T23:49:15.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-06-25T23:49:15.954Z
31532026-06-25T23:49:15.954Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31542026-06-25T23:49:16.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-25T23:49:16.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-25T23:49:16.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-25T23:49:16.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31582026-06-25T23:49:16.468Z
31592026-06-25T23:49:16.468Zinfo: running `cargo check --bins` on wicket-common (127/296)
31602026-06-25T23:49:16.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-25T23:49:16.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-25T23:49:16.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-25T23:49:16.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31642026-06-25T23:49:17.006Z
31652026-06-25T23:49:17.006Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31662026-06-25T23:49:17.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-25T23:49:17.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-25T23:49:17.639Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-25T23:49:17.749Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-25T23:49:17.758Z Checking csv-core v0.1.13
31712026-06-25T23:49:17.763Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-25T23:49:17.770Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-06-25T23:49:17.773Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-06-25T23:49:17.787Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-25T23:49:17.798Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-25T23:49:17.907Z Checking csv v1.4.0
31772026-06-25T23:49:17.946Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-25T23:49:17.959Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-25T23:49:17.983Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-25T23:49:18.005Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-25T23:49:18.241Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-25T23:49:18.605Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-06-25T23:49:18.605Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-25T23:49:18.940Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-25T23:49:24.860Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-25T23:49:25.384Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-25T23:49:27.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s
31882026-06-25T23:49:27.903Z
31892026-06-25T23:49:27.903Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
31902026-06-25T23:49:28.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-25T23:49:28.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-25T23:49:28.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-25T23:49:28.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31942026-06-25T23:49:28.420Z
31952026-06-25T23:49:28.420Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
31962026-06-25T23:49:28.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-25T23:49:28.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-25T23:49:28.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-25T23:49:28.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32002026-06-25T23:49:29.023Z
32012026-06-25T23:49:29.023Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32022026-06-25T23:49:29.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-25T23:49:29.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-25T23:49:29.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-25T23:49:29.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-06-25T23:49:29.622Z
32072026-06-25T23:49:29.622Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32082026-06-25T23:49:30.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-25T23:49:30.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-25T23:49:30.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-25T23:49:30.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32122026-06-25T23:49:30.192Z
32132026-06-25T23:49:30.192Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32142026-06-25T23:49:30.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-25T23:49:30.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-25T23:49:30.894Z Compiling regress v0.11.1
32172026-06-25T23:49:31.034Z Compiling unsafe-libyaml v0.2.11
32182026-06-25T23:49:31.044Z Compiling radium v0.7.0
32192026-06-25T23:49:31.044Z Compiling semver v0.1.20
32202026-06-25T23:49:31.065Z Checking nom v8.0.0
32212026-06-25T23:49:31.065Z Checking tap v1.0.1
32222026-06-25T23:49:31.068Z Compiling maybe-uninit v2.0.0
32232026-06-25T23:49:31.173Z Checking wyz v0.5.1
32242026-06-25T23:49:31.316Z Compiling rustc_version v0.1.7
32252026-06-25T23:49:31.364Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32262026-06-25T23:49:31.397Z Compiling zerocopy-derive v0.6.6
32272026-06-25T23:49:31.499Z Compiling cancel-safe-futures v0.1.5
32282026-06-25T23:49:31.530Z Compiling newtype_derive v0.1.6
32292026-06-25T23:49:31.701Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-25T23:49:31.714Z Checking crc-catalog v2.4.0
32312026-06-25T23:49:31.774Z Compiling packed_struct v0.10.1
32322026-06-25T23:49:31.821Z Checking funty v2.0.0
32332026-06-25T23:49:32.056Z Compiling owo-colors v4.3.0
32342026-06-25T23:49:32.141Z Checking bitvec v1.0.1
32352026-06-25T23:49:32.248Z Checking zerocopy v0.6.6
32362026-06-25T23:49:32.441Z Checking crc v3.4.0
32372026-06-25T23:49:32.485Z Checking typify-impl v0.6.2
32382026-06-25T23:49:32.748Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-25T23:49:32.847Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-06-25T23:49:33.026Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32412026-06-25T23:49:33.174Z Compiling packed_struct_codegen v0.10.1
32422026-06-25T23:49:33.187Z Checking libsw-core v0.3.2
32432026-06-25T23:49:33.278Z Compiling bitfield-macros v0.19.4
32442026-06-25T23:49:33.331Z Compiling indexmap v1.9.3
32452026-06-25T23:49:33.449Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32462026-06-25T23:49:33.520Z Checking nodrop v0.1.14
32472026-06-25T23:49:33.554Z Checking libsw v3.5.0
32482026-06-25T23:49:33.611Z Checking array-init v0.0.4
32492026-06-25T23:49:33.639Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-06-25T23:49:33.704Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-06-25T23:49:33.884Z Checking smallvec v0.6.14
32522026-06-25T23:49:33.907Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-25T23:49:33.992Z Checking bitfield v0.19.4
32542026-06-25T23:49:34.211Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-06-25T23:49:34.257Z Checking tagptr v0.2.0
32562026-06-25T23:49:34.271Z Checking hashbrown v0.12.3
32572026-06-25T23:49:34.328Z Checking linear-map v1.2.0
32582026-06-25T23:49:34.331Z Checking smawk v0.3.2
32592026-06-25T23:49:34.392Z Checking base64 v0.21.7
32602026-06-25T23:49:34.466Z Checking unicode-linebreak v0.1.5
32612026-06-25T23:49:34.496Z Checking moka v0.12.13
32622026-06-25T23:49:34.626Z Checking ron v0.8.1
32632026-06-25T23:49:34.674Z Checking textwrap v0.16.2
32642026-06-25T23:49:34.701Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-06-25T23:49:34.886Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-06-25T23:49:34.999Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-06-25T23:49:35.058Z Checking steno v0.4.1
32682026-06-25T23:49:35.130Z Checking serde-hex v0.1.0
32692026-06-25T23:49:35.148Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-06-25T23:49:35.270Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-06-25T23:49:35.302Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-06-25T23:49:35.810Z Checking hashbrown v0.13.2
32732026-06-25T23:49:35.874Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-06-25T23:49:35.959Z Checking crc-any v2.5.0
32752026-06-25T23:49:36.037Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-25T23:49:36.080Z Checking hickory-resolver v0.25.2
32772026-06-25T23:49:36.132Z Checking path-slash v0.1.5
32782026-06-25T23:49:36.235Z Checking half v1.8.3
32792026-06-25T23:49:36.239Z Checking object v0.30.4
32802026-06-25T23:49:36.266Z Checking void v1.0.2
32812026-06-25T23:49:36.371Z Checking utf-8 v0.7.6
32822026-06-25T23:49:36.430Z Checking serde_cbor v0.11.2
32832026-06-25T23:49:36.506Z Checking tungstenite v0.23.0
32842026-06-25T23:49:36.650Z Checking lzss v0.8.2
32852026-06-25T23:49:36.837Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32862026-06-25T23:49:36.851Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-06-25T23:49:36.935Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-06-25T23:49:36.950Z Checking nix v0.27.1
32892026-06-25T23:49:37.006Z Checking kstat-rs v0.2.4
32902026-06-25T23:49:37.040Z Compiling typify-macro v0.6.2
32912026-06-25T23:49:37.095Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32922026-06-25T23:49:37.175Z Checking fxhash v0.2.1
32932026-06-25T23:49:37.190Z Checking serde_bytes v0.11.19
32942026-06-25T23:49:37.202Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-06-25T23:49:37.266Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-06-25T23:49:37.291Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32972026-06-25T23:49:37.361Z Checking tokio-tungstenite v0.23.1
32982026-06-25T23:49:37.455Z Checking signal-hook-tokio v0.3.1
32992026-06-25T23:49:38.270Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-06-25T23:49:38.361Z Compiling typify v0.6.2
33012026-06-25T23:49:38.438Z Compiling progenitor-impl v0.14.0
33022026-06-25T23:49:39.165Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33032026-06-25T23:49:39.457Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33042026-06-25T23:49:39.866Z Compiling progenitor-macro v0.14.0
33052026-06-25T23:49:42.147Z Checking progenitor v0.14.0
33062026-06-25T23:49:42.259Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33072026-06-25T23:49:42.262Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-06-25T23:49:44.898Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-06-25T23:49:52.974Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-06-25T23:49:59.499Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-06-25T23:50:00.856Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-06-25T23:50:01.348Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-06-25T23:50:03.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.26s
33142026-06-25T23:50:03.636Z
33152026-06-25T23:50:03.636Zinfo: running `cargo check --bins` on gateway-api (134/296)
33162026-06-25T23:50:04.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-06-25T23:50:04.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-06-25T23:50:04.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-06-25T23:50:04.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33202026-06-25T23:50:04.161Z
33212026-06-25T23:50:04.161Zinfo: running `cargo check --bins` on ipcc (135/296)
33222026-06-25T23:50:04.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-25T23:50:04.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-25T23:50:04.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-25T23:50:04.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33262026-06-25T23:50:04.691Z
33272026-06-25T23:50:04.691Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33282026-06-25T23:50:05.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-25T23:50:05.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-25T23:50:05.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-25T23:50:05.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33322026-06-25T23:50:05.201Z
33332026-06-25T23:50:05.201Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33342026-06-25T23:50:05.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-25T23:50:05.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-25T23:50:05.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-25T23:50:05.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33382026-06-25T23:50:05.744Z
33392026-06-25T23:50:05.744Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33402026-06-25T23:50:06.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-25T23:50:06.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-25T23:50:06.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-25T23:50:06.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33442026-06-25T23:50:06.272Z
33452026-06-25T23:50:06.272Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33462026-06-25T23:50:06.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-25T23:50:06.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-25T23:50:06.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-25T23:50:06.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-25T23:50:06.803Z
33512026-06-25T23:50:06.803Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33522026-06-25T23:50:07.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-25T23:50:07.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-25T23:50:07.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-25T23:50:07.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-06-25T23:50:07.336Z
33572026-06-25T23:50:07.336Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33582026-06-25T23:50:07.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-25T23:50:07.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-25T23:50:07.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-25T23:50:07.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33622026-06-25T23:50:07.886Z
33632026-06-25T23:50:07.886Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33642026-06-25T23:50:08.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-25T23:50:08.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-25T23:50:08.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-25T23:50:08.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33682026-06-25T23:50:08.419Z
33692026-06-25T23:50:08.419Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33702026-06-25T23:50:08.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-25T23:50:08.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-25T23:50:08.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-25T23:50:08.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-25T23:50:08.953Z
33752026-06-25T23:50:08.953Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33762026-06-25T23:50:09.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-25T23:50:09.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-25T23:50:09.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-25T23:50:09.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33802026-06-25T23:50:09.485Z
33812026-06-25T23:50:09.485Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33822026-06-25T23:50:09.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-25T23:50:09.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-25T23:50:09.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-25T23:50:09.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33862026-06-25T23:50:10.019Z
33872026-06-25T23:50:10.019Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
33882026-06-25T23:50:10.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-25T23:50:10.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-25T23:50:10.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-25T23:50:10.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-25T23:50:10.547Z
33932026-06-25T23:50:10.547Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
33942026-06-25T23:50:10.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-25T23:50:10.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-25T23:50:10.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-25T23:50:11.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33982026-06-25T23:50:11.077Z
33992026-06-25T23:50:11.077Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34002026-06-25T23:50:11.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-25T23:50:11.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-25T23:50:11.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-25T23:50:11.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34042026-06-25T23:50:11.630Z
34052026-06-25T23:50:11.630Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34062026-06-25T23:50:12.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-25T23:50:12.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-25T23:50:12.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-25T23:50:12.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34102026-06-25T23:50:12.177Z
34112026-06-25T23:50:12.177Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34122026-06-25T23:50:12.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-25T23:50:12.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-25T23:50:12.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-25T23:50:12.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34162026-06-25T23:50:12.731Z
34172026-06-25T23:50:12.731Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34182026-06-25T23:50:13.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-25T23:50:13.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-25T23:50:13.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-25T23:50:13.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34222026-06-25T23:50:13.285Z
34232026-06-25T23:50:13.285Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34242026-06-25T23:50:13.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-25T23:50:13.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-25T23:50:13.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-25T23:50:13.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-06-25T23:50:13.838Z
34292026-06-25T23:50:13.838Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34302026-06-25T23:50:14.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-25T23:50:14.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-25T23:50:14.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-25T23:50:14.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34342026-06-25T23:50:14.392Z
34352026-06-25T23:50:14.392Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34362026-06-25T23:50:14.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-25T23:50:14.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-25T23:50:14.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-25T23:50:14.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34402026-06-25T23:50:14.936Z
34412026-06-25T23:50:14.936Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34422026-06-25T23:50:15.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-25T23:50:15.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-25T23:50:15.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-25T23:50:15.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34462026-06-25T23:50:15.487Z
34472026-06-25T23:50:15.487Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34482026-06-25T23:50:15.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-25T23:50:15.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-25T23:50:15.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-25T23:50:15.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34522026-06-25T23:50:16.023Z
34532026-06-25T23:50:16.023Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34542026-06-25T23:50:16.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-25T23:50:16.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-25T23:50:16.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-25T23:50:16.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34582026-06-25T23:50:16.562Z
34592026-06-25T23:50:16.562Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34602026-06-25T23:50:17.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-25T23:50:17.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-25T23:50:17.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-25T23:50:17.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34642026-06-25T23:50:17.082Z
34652026-06-25T23:50:17.082Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34662026-06-25T23:50:17.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-25T23:50:17.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-25T23:50:17.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-25T23:50:17.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34702026-06-25T23:50:17.605Z
34712026-06-25T23:50:17.605Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34722026-06-25T23:50:18.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-25T23:50:18.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-25T23:50:18.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-25T23:50:18.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-25T23:50:18.129Z
34772026-06-25T23:50:18.129Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34782026-06-25T23:50:18.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-25T23:50:18.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-25T23:50:18.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-25T23:50:18.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-25T23:50:18.655Z
34832026-06-25T23:50:18.656Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34842026-06-25T23:50:19.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-25T23:50:19.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-25T23:50:19.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-25T23:50:19.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34882026-06-25T23:50:19.175Z
34892026-06-25T23:50:19.175Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
34902026-06-25T23:50:19.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-25T23:50:19.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-25T23:50:19.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-25T23:50:19.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-25T23:50:19.701Z
34952026-06-25T23:50:19.701Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
34962026-06-25T23:50:20.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-25T23:50:20.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-25T23:50:20.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-25T23:50:20.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-25T23:50:20.225Z
35012026-06-25T23:50:20.225Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35022026-06-25T23:50:20.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-25T23:50:20.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-25T23:50:20.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-25T23:50:20.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-25T23:50:20.748Z
35072026-06-25T23:50:20.748Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35082026-06-25T23:50:21.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-25T23:50:21.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-25T23:50:21.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-25T23:50:21.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35122026-06-25T23:50:21.284Z
35132026-06-25T23:50:21.284Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35142026-06-25T23:50:21.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-25T23:50:21.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-25T23:50:21.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-25T23:50:21.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-06-25T23:50:21.826Z
35192026-06-25T23:50:21.826Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35202026-06-25T23:50:22.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-25T23:50:22.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-25T23:50:22.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-25T23:50:22.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35242026-06-25T23:50:22.366Z
35252026-06-25T23:50:22.366Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35262026-06-25T23:50:22.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-25T23:50:22.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-25T23:50:22.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-25T23:50:22.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35302026-06-25T23:50:22.906Z
35312026-06-25T23:50:22.906Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35322026-06-25T23:50:23.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-25T23:50:23.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-25T23:50:23.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-25T23:50:23.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35362026-06-25T23:50:23.446Z
35372026-06-25T23:50:23.447Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35382026-06-25T23:50:23.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-25T23:50:23.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-25T23:50:23.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-25T23:50:23.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35422026-06-25T23:50:23.988Z
35432026-06-25T23:50:23.988Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35442026-06-25T23:50:24.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-25T23:50:24.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-25T23:50:24.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-25T23:50:24.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35482026-06-25T23:50:24.531Z
35492026-06-25T23:50:24.531Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35502026-06-25T23:50:24.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-25T23:50:25.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-25T23:50:25.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-25T23:50:25.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35542026-06-25T23:50:25.087Z
35552026-06-25T23:50:25.087Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35562026-06-25T23:50:25.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-25T23:50:25.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-25T23:50:25.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-25T23:50:25.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35602026-06-25T23:50:25.613Z
35612026-06-25T23:50:25.613Zinfo: running `cargo check --bins` on dns-server (175/296)
35622026-06-25T23:50:26.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-25T23:50:26.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-25T23:50:26.201Z Compiling parking_lot_core v0.8.6
35652026-06-25T23:50:26.204Z Compiling git-stub v1.0.0
35662026-06-25T23:50:26.204Z Checking prefix-trie v0.7.0
35672026-06-25T23:50:26.314Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35682026-06-25T23:50:26.426Z Compiling git-stub-vcs v0.1.0
35692026-06-25T23:50:26.586Z Checking hickory-server v0.25.2
35702026-06-25T23:50:26.687Z Checking parking_lot v0.11.2
35712026-06-25T23:50:26.705Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-06-25T23:50:26.776Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35732026-06-25T23:50:26.776Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35742026-06-25T23:50:26.852Z Checking sled v0.34.7
35752026-06-25T23:50:28.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
35762026-06-25T23:50:28.907Z
35772026-06-25T23:50:28.908Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35782026-06-25T23:50:29.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-06-25T23:50:29.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-06-25T23:50:29.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-06-25T23:50:29.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35822026-06-25T23:50:29.437Z
35832026-06-25T23:50:29.437Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35842026-06-25T23:50:29.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-25T23:50:29.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-25T23:50:29.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-25T23:50:29.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35882026-06-25T23:50:29.956Z
35892026-06-25T23:50:29.956Zinfo: running `cargo check --bins` on sp-sim (178/296)
35902026-06-25T23:50:30.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-25T23:50:30.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-25T23:50:30.609Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35932026-06-25T23:50:32.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
35942026-06-25T23:50:32.540Z
35952026-06-25T23:50:32.540Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
35962026-06-25T23:50:33.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-25T23:50:33.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-25T23:50:33.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-25T23:50:33.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36002026-06-25T23:50:33.114Z
36012026-06-25T23:50:33.114Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36022026-06-25T23:50:33.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-25T23:50:33.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-25T23:50:33.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-25T23:50:33.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36062026-06-25T23:50:33.694Z
36072026-06-25T23:50:33.694Zinfo: running `cargo check --bins` on db-macros (181/296)
36082026-06-25T23:50:34.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-25T23:50:34.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-25T23:50:34.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-25T23:50:34.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36122026-06-25T23:50:34.200Z
36132026-06-25T23:50:34.200Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36142026-06-25T23:50:34.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-25T23:50:34.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-25T23:50:34.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-25T23:50:34.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-25T23:50:34.708Z
36192026-06-25T23:50:34.708Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36202026-06-25T23:50:35.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-25T23:50:35.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-25T23:50:35.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-25T23:50:35.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36242026-06-25T23:50:35.280Z
36252026-06-25T23:50:35.280Zinfo: running `cargo check --bins` on authz-macros (184/296)
36262026-06-25T23:50:35.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-25T23:50:35.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-25T23:50:35.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-25T23:50:35.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36302026-06-25T23:50:35.786Z
36312026-06-25T23:50:35.786Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36322026-06-25T23:50:36.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-25T23:50:36.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-25T23:50:36.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-25T23:50:36.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36362026-06-25T23:50:36.361Z
36372026-06-25T23:50:36.361Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36382026-06-25T23:50:36.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-25T23:50:36.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-25T23:50:36.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-25T23:50:36.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-06-25T23:50:36.921Z
36432026-06-25T23:50:36.921Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36442026-06-25T23:50:37.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-25T23:50:37.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-25T23:50:37.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-25T23:50:37.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36482026-06-25T23:50:37.433Z
36492026-06-25T23:50:37.433Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36502026-06-25T23:50:37.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-25T23:50:37.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-25T23:50:37.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-25T23:50:37.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36542026-06-25T23:50:37.938Z
36552026-06-25T23:50:37.938Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36562026-06-25T23:50:38.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-25T23:50:38.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-25T23:50:38.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-25T23:50:38.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36602026-06-25T23:50:38.462Z
36612026-06-25T23:50:38.462Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36622026-06-25T23:50:39.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-25T23:50:39.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-25T23:50:39.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-25T23:50:39.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36662026-06-25T23:50:39.298Z
36672026-06-25T23:50:39.298Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36682026-06-25T23:50:39.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-25T23:50:39.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-25T23:50:39.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-25T23:50:39.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36722026-06-25T23:50:39.475Z
36732026-06-25T23:50:39.475Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36742026-06-25T23:50:39.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-25T23:50:39.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-25T23:50:39.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-25T23:50:39.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36782026-06-25T23:50:39.980Z
36792026-06-25T23:50:39.981Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36802026-06-25T23:50:40.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-25T23:50:40.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-25T23:50:40.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-25T23:50:40.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36842026-06-25T23:50:40.546Z
36852026-06-25T23:50:40.546Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36862026-06-25T23:50:41.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-25T23:50:41.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-25T23:50:41.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-25T23:50:41.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36902026-06-25T23:50:41.112Z
36912026-06-25T23:50:41.112Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
36922026-06-25T23:50:41.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-25T23:50:41.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-25T23:50:41.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-25T23:50:41.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36962026-06-25T23:50:41.675Z
36972026-06-25T23:50:41.675Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
36982026-06-25T23:50:42.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-25T23:50:42.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-25T23:50:42.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-25T23:50:42.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37022026-06-25T23:50:42.216Z
37032026-06-25T23:50:42.216Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37042026-06-25T23:50:42.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-25T23:50:42.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-25T23:50:42.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-25T23:50:42.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37082026-06-25T23:50:42.757Z
37092026-06-25T23:50:42.757Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37102026-06-25T23:50:43.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-25T23:50:43.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-25T23:50:43.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-25T23:50:43.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37142026-06-25T23:50:43.295Z
37152026-06-25T23:50:43.295Zinfo: running `cargo check --bins` on key-manager (199/296)
37162026-06-25T23:50:43.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-25T23:50:43.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-25T23:50:43.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-25T23:50:43.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37202026-06-25T23:50:43.811Z
37212026-06-25T23:50:43.812Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37222026-06-25T23:50:44.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-25T23:50:44.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-25T23:50:44.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-25T23:50:44.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37262026-06-25T23:50:44.348Z
37272026-06-25T23:50:44.348Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37282026-06-25T23:50:44.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-25T23:50:44.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-25T23:50:44.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-25T23:50:44.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37322026-06-25T23:50:44.887Z
37332026-06-25T23:50:44.887Zinfo: running `cargo check --bins` on typed-rng (202/296)
37342026-06-25T23:50:45.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-25T23:50:45.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-25T23:50:45.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-25T23:50:45.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
37382026-06-25T23:50:45.393Z
37392026-06-25T23:50:45.393Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37402026-06-25T23:50:45.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-25T23:50:45.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-25T23:50:46.171Z Compiling libefi-sys v0.1.0
37432026-06-25T23:50:46.175Z Compiling bitfield-struct v0.6.2
37442026-06-25T23:50:46.308Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37452026-06-25T23:50:46.316Z Compiling xshell-macros v0.2.7
37462026-06-25T23:50:46.325Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37472026-06-25T23:50:46.336Z Compiling salty v0.3.0
37482026-06-25T23:50:46.349Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37492026-06-25T23:50:46.362Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37502026-06-25T23:50:46.375Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-06-25T23:50:46.471Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-25T23:50:46.641Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37532026-06-25T23:50:46.657Z Checking primeorder v0.13.6
37542026-06-25T23:50:46.660Z Compiling proc-macro-error-attr2 v2.0.0
37552026-06-25T23:50:46.671Z Checking xshell v0.2.7
37562026-06-25T23:50:46.788Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-25T23:50:46.831Z Checking tungstenite v0.21.0
37582026-06-25T23:50:46.870Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-06-25T23:50:46.893Z Checking p384 v0.13.1
37602026-06-25T23:50:46.916Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-25T23:50:46.989Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37622026-06-25T23:50:47.003Z Compiling num-derive v0.3.3
37632026-06-25T23:50:47.058Z Compiling proc-macro-error2 v2.0.1
37642026-06-25T23:50:47.123Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37652026-06-25T23:50:47.150Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-25T23:50:47.254Z Checking tokio-tungstenite v0.21.0
37672026-06-25T23:50:47.353Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-06-25T23:50:47.367Z Compiling tabled_derive v0.11.0
37692026-06-25T23:50:47.380Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37702026-06-25T23:50:47.436Z Checking papergrid v0.17.0
37712026-06-25T23:50:47.500Z Compiling progenitor-impl v0.13.0
37722026-06-25T23:50:47.514Z Checking testing_table v0.3.0
37732026-06-25T23:50:47.533Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37742026-06-25T23:50:47.604Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37752026-06-25T23:50:47.630Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-25T23:50:47.808Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-06-25T23:50:47.822Z Checking corncobs v0.1.4
37782026-06-25T23:50:47.882Z Checking libscf-sys v1.1.0
37792026-06-25T23:50:47.941Z Compiling illumos-nvpair-sys v0.2.0
37802026-06-25T23:50:47.995Z Compiling unicase v2.9.0
37812026-06-25T23:50:48.019Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37822026-06-25T23:50:48.193Z Compiling mime_guess v2.0.5
37832026-06-25T23:50:48.196Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-25T23:50:48.220Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37852026-06-25T23:50:48.245Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-06-25T23:50:48.257Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-25T23:50:48.295Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-25T23:50:48.512Z Checking tabled v0.20.0
37892026-06-25T23:50:48.586Z Checking progenitor-client v0.13.0
37902026-06-25T23:50:48.726Z Checking secrecy v0.8.0
37912026-06-25T23:50:48.802Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37922026-06-25T23:50:48.821Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37932026-06-25T23:50:48.918Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37942026-06-25T23:50:49.039Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37952026-06-25T23:50:49.174Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37962026-06-25T23:50:49.282Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-25T23:50:49.343Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-06-25T23:50:49.373Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37992026-06-25T23:50:49.412Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38002026-06-25T23:50:49.551Z Checking filetime v0.2.27
38012026-06-25T23:50:49.575Z Checking crc8 v0.1.1
38022026-06-25T23:50:49.689Z Checking xattr v1.6.1
38032026-06-25T23:50:49.799Z Checking http-range v0.1.5
38042026-06-25T23:50:49.817Z Checking tar v0.4.45
38052026-06-25T23:50:49.923Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-06-25T23:50:50.011Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38072026-06-25T23:50:50.072Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38082026-06-25T23:50:50.085Z Compiling progenitor-macro v0.13.0
38092026-06-25T23:50:50.104Z Checking illumos-nvpair v0.3.0
38102026-06-25T23:50:50.194Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38112026-06-25T23:50:50.257Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38122026-06-25T23:50:50.287Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-06-25T23:50:50.556Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38142026-06-25T23:50:50.586Z Checking atty v0.2.14
38152026-06-25T23:50:50.663Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38162026-06-25T23:50:50.683Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38172026-06-25T23:50:50.794Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38182026-06-25T23:50:50.879Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38192026-06-25T23:50:50.893Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38202026-06-25T23:50:50.906Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38212026-06-25T23:50:50.983Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38222026-06-25T23:50:51.149Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38232026-06-25T23:50:51.224Z Checking hyper-staticfile v0.10.1
38242026-06-25T23:50:51.298Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38252026-06-25T23:50:51.407Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38262026-06-25T23:50:51.525Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38272026-06-25T23:50:51.562Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38282026-06-25T23:50:51.799Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38292026-06-25T23:50:51.849Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38302026-06-25T23:50:52.073Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38312026-06-25T23:50:52.392Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38322026-06-25T23:50:53.030Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38332026-06-25T23:50:53.509Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38342026-06-25T23:50:53.924Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38352026-06-25T23:50:54.156Z Checking progenitor v0.13.0
38362026-06-25T23:50:54.293Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38372026-06-25T23:50:56.199Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38382026-06-25T23:50:59.605Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38392026-06-25T23:51:10.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.24s
38402026-06-25T23:51:10.840Z
38412026-06-25T23:51:10.840Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38422026-06-25T23:51:11.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-06-25T23:51:11.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-06-25T23:51:11.564Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38452026-06-25T23:51:22.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38462026-06-25T23:51:22.559Z
38472026-06-25T23:51:22.559Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38482026-06-25T23:51:23.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-25T23:51:23.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-25T23:51:23.273Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-25T23:51:34.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
38522026-06-25T23:51:34.399Z
38532026-06-25T23:51:34.399Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38542026-06-25T23:51:34.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-25T23:51:34.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-25T23:51:35.114Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-25T23:51:45.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38582026-06-25T23:51:46.121Z
38592026-06-25T23:51:46.121Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38602026-06-25T23:51:46.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-25T23:51:46.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-25T23:51:46.840Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-25T23:51:57.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38642026-06-25T23:51:57.927Z
38652026-06-25T23:51:57.927Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38662026-06-25T23:51:58.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-25T23:51:58.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-25T23:51:58.640Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-25T23:52:09.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38702026-06-25T23:52:09.638Z
38712026-06-25T23:52:09.639Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38722026-06-25T23:52:10.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-25T23:52:10.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-25T23:52:10.355Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-25T23:52:21.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38762026-06-25T23:52:21.352Z
38772026-06-25T23:52:21.352Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38782026-06-25T23:52:21.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-25T23:52:21.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-25T23:52:22.068Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-25T23:52:32.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38822026-06-25T23:52:33.098Z
38832026-06-25T23:52:33.098Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
38842026-06-25T23:52:33.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-25T23:52:33.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-25T23:52:33.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-06-25T23:52:33.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38882026-06-25T23:52:33.628Z
38892026-06-25T23:52:33.628Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
38902026-06-25T23:52:34.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-25T23:52:34.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-25T23:52:34.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-25T23:52:34.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38942026-06-25T23:52:34.156Z
38952026-06-25T23:52:34.156Zinfo: running `cargo check --bins` on range-requests (213/296)
38962026-06-25T23:52:34.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-25T23:52:34.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-25T23:52:34.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-25T23:52:34.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39002026-06-25T23:52:34.673Z
39012026-06-25T23:52:34.673Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39022026-06-25T23:52:35.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-25T23:52:35.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-25T23:52:35.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-25T23:52:35.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39062026-06-25T23:52:35.191Z
39072026-06-25T23:52:35.191Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39082026-06-25T23:52:35.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-25T23:52:35.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-25T23:52:35.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-25T23:52:35.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39122026-06-25T23:52:35.736Z
39132026-06-25T23:52:35.736Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39142026-06-25T23:52:36.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-25T23:52:36.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-25T23:52:36.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-25T23:52:36.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39182026-06-25T23:52:36.283Z
39192026-06-25T23:52:36.283Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39202026-06-25T23:52:36.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-25T23:52:36.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-25T23:52:36.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-25T23:52:36.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39242026-06-25T23:52:36.827Z
39252026-06-25T23:52:36.827Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39262026-06-25T23:52:37.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-25T23:52:37.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-25T23:52:37.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-25T23:52:37.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-06-25T23:52:37.369Z
39312026-06-25T23:52:37.369Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39322026-06-25T23:52:37.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-25T23:52:37.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-25T23:52:37.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-25T23:52:37.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39362026-06-25T23:52:37.913Z
39372026-06-25T23:52:37.913Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39382026-06-25T23:52:38.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-25T23:52:38.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-25T23:52:38.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-25T23:52:38.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-25T23:52:38.461Z
39432026-06-25T23:52:38.461Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39442026-06-25T23:52:38.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-25T23:52:38.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-25T23:52:38.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-25T23:52:38.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39482026-06-25T23:52:38.999Z
39492026-06-25T23:52:38.999Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39502026-06-25T23:52:39.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-25T23:52:39.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-25T23:52:39.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-25T23:52:39.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-06-25T23:52:39.543Z
39552026-06-25T23:52:39.543Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39562026-06-25T23:52:39.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-25T23:52:40.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-25T23:52:40.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-25T23:52:40.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39602026-06-25T23:52:40.088Z
39612026-06-25T23:52:40.088Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39622026-06-25T23:52:40.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-25T23:52:40.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-25T23:52:40.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-25T23:52:40.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-06-25T23:52:40.631Z
39672026-06-25T23:52:40.631Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39682026-06-25T23:52:41.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-25T23:52:41.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-25T23:52:41.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-25T23:52:41.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-06-25T23:52:41.197Z
39732026-06-25T23:52:41.197Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39742026-06-25T23:52:41.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-25T23:52:41.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-25T23:52:41.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-25T23:52:41.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39782026-06-25T23:52:41.742Z
39792026-06-25T23:52:41.742Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
39802026-06-25T23:52:42.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-25T23:52:42.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-25T23:52:42.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-25T23:52:42.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-06-25T23:52:42.302Z
39852026-06-25T23:52:42.302Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
39862026-06-25T23:52:42.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-25T23:52:42.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-25T23:52:42.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-25T23:52:42.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-06-25T23:52:42.881Z
39912026-06-25T23:52:42.881Zinfo: running `cargo check --bins` on update-common (229/296)
39922026-06-25T23:52:43.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-25T23:52:43.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-25T23:52:43.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-25T23:52:43.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39962026-06-25T23:52:43.412Z
39972026-06-25T23:52:43.412Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
39982026-06-25T23:52:43.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-25T23:52:43.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-25T23:52:43.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-25T23:52:43.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40022026-06-25T23:52:43.987Z
40032026-06-25T23:52:43.987Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40042026-06-25T23:52:44.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-25T23:52:44.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-25T23:52:44.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-25T23:52:44.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40082026-06-25T23:52:44.496Z
40092026-06-25T23:52:44.496Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40102026-06-25T23:52:44.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-25T23:52:44.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-25T23:52:45.209Z Compiling fs-err v2.11.0
40132026-06-25T23:52:45.212Z Checking ignore v0.4.25
40142026-06-25T23:52:45.212Z Checking arc-swap v1.8.2
40152026-06-25T23:52:45.338Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40162026-06-25T23:52:45.338Z Checking predicates-tree v1.0.13
40172026-06-25T23:52:45.383Z Checking parse-size v1.1.0
40182026-06-25T23:52:45.383Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40192026-06-25T23:52:45.383Z Checking rand_seeder v0.4.0
40202026-06-25T23:52:45.440Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40212026-06-25T23:52:45.459Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40222026-06-25T23:52:45.513Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40232026-06-25T23:52:45.532Z Checking slog-scope v4.4.1
40242026-06-25T23:52:45.565Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-06-25T23:52:45.654Z Compiling petname v2.0.2
40262026-06-25T23:52:45.668Z Checking slog-stdlog v4.1.1
40272026-06-25T23:52:45.672Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40282026-06-25T23:52:45.708Z Checking globwalk v0.9.1
40292026-06-25T23:52:45.747Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40302026-06-25T23:52:45.783Z Checking slog-envlogger v2.2.0
40312026-06-25T23:52:45.880Z Checking camino-tempfile-ext v0.3.3
40322026-06-25T23:52:45.931Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40332026-06-25T23:52:45.972Z Checking sapling-renderdag v0.1.0
40342026-06-25T23:52:46.067Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40352026-06-25T23:52:46.117Z Checking subprocess v0.2.15
40362026-06-25T23:52:46.217Z Checking sync-ptr v0.1.4
40372026-06-25T23:52:46.299Z Checking colored v2.2.0
40382026-06-25T23:52:46.330Z Checking assert_matches v1.5.0
40392026-06-25T23:52:46.410Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40402026-06-25T23:52:46.548Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40412026-06-25T23:52:46.552Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-06-25T23:52:47.251Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40432026-06-25T23:52:48.580Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40442026-06-25T23:52:50.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
40452026-06-25T23:52:50.922Z
40462026-06-25T23:52:50.922Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40472026-06-25T23:52:51.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-06-25T23:52:51.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-06-25T23:52:51.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-06-25T23:52:51.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40512026-06-25T23:52:51.431Z
40522026-06-25T23:52:51.431Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40532026-06-25T23:52:51.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-25T23:52:51.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-25T23:52:51.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-25T23:52:51.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40572026-06-25T23:52:51.959Z
40582026-06-25T23:52:51.959Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40592026-06-25T23:52:52.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-25T23:52:52.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-25T23:52:52.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-25T23:52:52.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40632026-06-25T23:52:52.534Z
40642026-06-25T23:52:52.534Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40652026-06-25T23:52:53.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-25T23:52:53.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-25T23:52:53.195Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40682026-06-25T23:52:53.195Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40692026-06-25T23:52:53.823Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40702026-06-25T23:52:55.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
40712026-06-25T23:52:55.557Z
40722026-06-25T23:52:55.557Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40732026-06-25T23:52:55.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-06-25T23:52:56.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-06-25T23:52:56.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-06-25T23:52:56.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40772026-06-25T23:52:56.080Z
40782026-06-25T23:52:56.080Zinfo: running `cargo check --bins` on cert-dev (238/296)
40792026-06-25T23:52:56.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-25T23:52:56.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-25T23:52:56.627Z Checking yasna v0.5.2
40822026-06-25T23:52:57.019Z Checking rcgen v0.12.1
40832026-06-25T23:52:57.264Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40842026-06-25T23:52:57.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
40852026-06-25T23:52:57.594Z
40862026-06-25T23:52:57.594Zinfo: running `cargo check --bins` on clickana (239/296)
40872026-06-25T23:52:58.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-25T23:52:58.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-25T23:52:58.174Z Compiling darling_core v0.23.0
40902026-06-25T23:52:58.276Z Compiling instability v0.3.11
40912026-06-25T23:52:58.282Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40922026-06-25T23:52:58.285Z Checking castaway v0.2.4
40932026-06-25T23:52:58.288Z Compiling indoc v2.0.7
40942026-06-25T23:52:58.299Z Checking unicode-truncate v1.1.0
40952026-06-25T23:52:58.302Z Checking lru v0.12.5
40962026-06-25T23:52:58.302Z Checking cassowary v0.3.0
40972026-06-25T23:52:58.374Z Checking compact_str v0.8.1
40982026-06-25T23:52:59.604Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40992026-06-25T23:52:59.692Z Compiling darling_macro v0.23.0
41002026-06-25T23:52:59.775Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41012026-06-25T23:53:00.107Z Compiling darling v0.23.0
41022026-06-25T23:53:00.725Z Checking ratatui v0.29.0
41032026-06-25T23:53:01.782Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41042026-06-25T23:53:02.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
41052026-06-25T23:53:02.594Z
41062026-06-25T23:53:02.594Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41072026-06-25T23:53:03.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-06-25T23:53:03.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-06-25T23:53:03.252Z Checking headers-core v0.3.0
41102026-06-25T23:53:03.255Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41112026-06-25T23:53:03.441Z Checking headers v0.4.1
41122026-06-25T23:53:03.803Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41132026-06-25T23:53:04.663Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41142026-06-25T23:53:05.135Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41152026-06-25T23:53:05.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
41162026-06-25T23:53:05.715Z
41172026-06-25T23:53:05.715Zinfo: running `cargo check --bins` on ch-dev (241/296)
41182026-06-25T23:53:06.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-06-25T23:53:06.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-06-25T23:53:06.368Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41212026-06-25T23:53:07.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41222026-06-25T23:53:07.260Z
41232026-06-25T23:53:07.260Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41242026-06-25T23:53:07.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-25T23:53:07.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-25T23:53:07.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-06-25T23:53:07.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41282026-06-25T23:53:07.646Z
41292026-06-25T23:53:07.647Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41302026-06-25T23:53:08.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-25T23:53:08.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-25T23:53:08.295Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-06-25T23:53:09.293Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41342026-06-25T23:53:09.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
41352026-06-25T23:53:09.797Z
41362026-06-25T23:53:09.798Zinfo: running `cargo check --bins` on db-dev (244/296)
41372026-06-25T23:53:10.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-25T23:53:10.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-25T23:53:10.448Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41402026-06-25T23:53:11.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41412026-06-25T23:53:11.353Z
41422026-06-25T23:53:11.354Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41432026-06-25T23:53:11.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-25T23:53:11.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-25T23:53:11.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-06-25T23:53:11.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41472026-06-25T23:53:11.913Z
41482026-06-25T23:53:11.914Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41492026-06-25T23:53:12.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-25T23:53:12.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-25T23:53:12.459Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41522026-06-25T23:53:13.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41532026-06-25T23:53:13.296Z
41542026-06-25T23:53:13.296Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41552026-06-25T23:53:13.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-25T23:53:13.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-25T23:53:13.980Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-06-25T23:53:13.980Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-06-25T23:53:13.985Z Checking git-stub v1.0.0
41602026-06-25T23:53:13.985Z Compiling trait-variant v0.1.2
41612026-06-25T23:53:14.093Z Checking is_ci v1.2.0
41622026-06-25T23:53:14.098Z Checking maplit v1.0.2
41632026-06-25T23:53:14.112Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41642026-06-25T23:53:14.123Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41652026-06-25T23:53:14.186Z Checking drift v0.2.0
41662026-06-25T23:53:14.198Z Checking supports-color v3.0.2
41672026-06-25T23:53:14.219Z Checking git-stub-vcs v0.1.0
41682026-06-25T23:53:14.311Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41692026-06-25T23:53:14.323Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41702026-06-25T23:53:14.338Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41712026-06-25T23:53:14.409Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41722026-06-25T23:53:14.532Z Checking dropshot-api-manager v0.7.2
41732026-06-25T23:53:14.546Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41742026-06-25T23:53:14.592Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41752026-06-25T23:53:14.605Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41762026-06-25T23:53:14.828Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41772026-06-25T23:53:15.313Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41782026-06-25T23:53:16.297Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41792026-06-25T23:53:17.488Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41802026-06-25T23:53:18.077Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41812026-06-25T23:53:18.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
41822026-06-25T23:53:18.682Z
41832026-06-25T23:53:18.682Zinfo: running `cargo check --bins` on installinator-api (248/296)
41842026-06-25T23:53:19.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-06-25T23:53:19.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-06-25T23:53:19.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-06-25T23:53:19.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
41882026-06-25T23:53:19.203Z
41892026-06-25T23:53:19.203Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
41902026-06-25T23:53:19.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-25T23:53:19.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-25T23:53:19.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-25T23:53:19.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41942026-06-25T23:53:19.766Z
41952026-06-25T23:53:19.766Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
41962026-06-25T23:53:20.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-25T23:53:20.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-25T23:53:20.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-25T23:53:20.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42002026-06-25T23:53:20.325Z
42012026-06-25T23:53:20.325Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42022026-06-25T23:53:20.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-25T23:53:20.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-25T23:53:20.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-25T23:53:20.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42062026-06-25T23:53:20.881Z
42072026-06-25T23:53:20.881Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42082026-06-25T23:53:21.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-25T23:53:21.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-25T23:53:21.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-25T23:53:21.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42122026-06-25T23:53:21.403Z
42132026-06-25T23:53:21.403Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42142026-06-25T23:53:21.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-25T23:53:21.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-25T23:53:21.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-25T23:53:21.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
42182026-06-25T23:53:21.907Z
42192026-06-25T23:53:21.907Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42202026-06-25T23:53:22.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-25T23:53:22.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-25T23:53:22.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-25T23:53:22.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42242026-06-25T23:53:22.441Z
42252026-06-25T23:53:22.441Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42262026-06-25T23:53:22.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-25T23:53:22.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-25T23:53:22.984Z Checking typeid v1.0.3
42292026-06-25T23:53:23.090Z Checking ordered-float v2.10.1
42302026-06-25T23:53:23.108Z Checking unicode-xid v0.2.6
42312026-06-25T23:53:23.119Z Checking cargo-platform v0.2.0
42322026-06-25T23:53:23.128Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42332026-06-25T23:53:23.152Z Checking erased-serde v0.4.9
42342026-06-25T23:53:23.295Z Checking serde-value v0.7.0
42352026-06-25T23:53:23.459Z Checking serde-untagged v0.1.9
42362026-06-25T23:53:23.609Z Checking cargo-util-schemas v0.8.2
42372026-06-25T23:53:24.278Z Checking cargo_metadata v0.21.0
42382026-06-25T23:53:24.873Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42392026-06-25T23:53:25.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
42402026-06-25T23:53:25.756Z
42412026-06-25T23:53:25.756Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42422026-06-25T23:53:26.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-06-25T23:53:26.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-06-25T23:53:26.426Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-06-25T23:53:27.018Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42462026-06-25T23:53:27.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42472026-06-25T23:53:27.692Z
42482026-06-25T23:53:27.692Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42492026-06-25T23:53:28.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-25T23:53:28.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-25T23:53:28.580Z Compiling vergen-lib v0.1.6
42522026-06-25T23:53:28.580Z Compiling diesel_derives v2.3.7
42532026-06-25T23:53:28.580Z Compiling dsl_auto_type v0.2.0
42542026-06-25T23:53:28.583Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42552026-06-25T23:53:28.583Z Checking scheduled-thread-pool v0.2.7
42562026-06-25T23:53:28.584Z Compiling vergen-gitcl v1.0.8
42572026-06-25T23:53:28.584Z Compiling diesel_table_macro_syntax v0.3.0
42582026-06-25T23:53:28.739Z Compiling dirs-sys-next v0.1.2
42592026-06-25T23:53:28.908Z Compiling crunchy v0.2.4
42602026-06-25T23:53:28.911Z Compiling glob v0.3.3
42612026-06-25T23:53:28.922Z Checking r2d2 v0.8.10
42622026-06-25T23:53:28.950Z Compiling dirs-next v2.0.0
42632026-06-25T23:53:29.080Z Checking downcast-rs v2.0.2
42642026-06-25T23:53:29.095Z Compiling tiny-keccak v2.0.2
42652026-06-25T23:53:29.109Z Compiling term v0.7.0
42662026-06-25T23:53:29.272Z Compiling bit-vec v0.6.3
42672026-06-25T23:53:29.300Z Compiling clang-sys v1.8.1
42682026-06-25T23:53:29.315Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42692026-06-25T23:53:29.491Z Compiling bit-set v0.5.3
42702026-06-25T23:53:29.508Z Compiling ascii-canvas v3.0.0
42712026-06-25T23:53:29.649Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722026-06-25T23:53:29.665Z Compiling itertools v0.10.5
42732026-06-25T23:53:29.694Z Compiling ena v0.14.4
42742026-06-25T23:53:29.731Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42752026-06-25T23:53:29.732Z Compiling libloading v0.8.9
42762026-06-25T23:53:29.760Z Compiling diff v0.1.13
42772026-06-25T23:53:29.806Z Compiling regex-syntax v0.6.29
42782026-06-25T23:53:29.896Z Compiling bindgen v0.71.1
42792026-06-25T23:53:30.039Z Compiling cexpr v0.6.0
42802026-06-25T23:53:30.323Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42812026-06-25T23:53:30.360Z Compiling rustc-hash v2.1.1
42822026-06-25T23:53:30.531Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42832026-06-25T23:53:30.653Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-06-25T23:53:30.721Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-06-25T23:53:30.736Z Compiling libxml v0.3.3
42862026-06-25T23:53:30.970Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-06-25T23:53:30.987Z Compiling strum_macros v0.24.3
42882026-06-25T23:53:31.003Z Compiling indoc v1.0.9
42892026-06-25T23:53:31.182Z Compiling lalrpop v0.19.12
42902026-06-25T23:53:31.903Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-06-25T23:53:32.090Z Checking derive_builder v0.20.2
42922026-06-25T23:53:32.210Z Compiling oso-derive v0.27.3
42932026-06-25T23:53:32.346Z Checking quick-xml v0.37.5
42942026-06-25T23:53:32.407Z Compiling impl-trait-for-tuples v0.2.3
42952026-06-25T23:53:32.705Z Checking openssl-probe v0.1.6
42962026-06-25T23:53:32.845Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-06-25T23:53:33.225Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-06-25T23:53:33.418Z Checking bb8 v0.8.6
42992026-06-25T23:53:33.588Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-06-25T23:53:33.606Z Compiling libz-sys v1.1.24
43012026-06-25T23:53:33.698Z Checking nonempty v0.12.0
43022026-06-25T23:53:33.791Z Compiling strsim v0.10.0
43032026-06-25T23:53:33.862Z Compiling libgit2-sys v0.18.3+1.9.2
43042026-06-25T23:53:33.925Z Compiling vergen-git2 v9.1.0
43052026-06-25T23:53:34.043Z Compiling darling_core v0.13.4
43062026-06-25T23:53:34.151Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43072026-06-25T23:53:34.229Z Compiling rustls v0.21.12
43082026-06-25T23:53:34.338Z Compiling base64 v0.21.7
43092026-06-25T23:53:34.460Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43102026-06-25T23:53:34.640Z Checking diesel v2.3.7
43112026-06-25T23:53:34.661Z Compiling ron v0.8.1
43122026-06-25T23:53:35.416Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43132026-06-25T23:53:35.603Z Checking rustls-webpki v0.101.7
43142026-06-25T23:53:35.619Z Checking sct v0.7.1
43152026-06-25T23:53:35.778Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43162026-06-25T23:53:35.940Z Compiling darling_macro v0.13.4
43172026-06-25T23:53:36.405Z Compiling darling v0.13.4
43182026-06-25T23:53:36.498Z Compiling serde_with_macros v1.5.2
43192026-06-25T23:53:36.865Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43202026-06-25T23:53:37.332Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43212026-06-25T23:53:37.348Z Compiling serde_with v1.14.0
43222026-06-25T23:53:38.480Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43232026-06-25T23:53:38.527Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43242026-06-25T23:53:39.079Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43252026-06-25T23:53:39.720Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43262026-06-25T23:53:39.908Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43272026-06-25T23:53:39.992Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-06-25T23:53:40.091Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43292026-06-25T23:53:40.112Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-06-25T23:53:40.171Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43312026-06-25T23:53:40.272Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-06-25T23:53:40.435Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43332026-06-25T23:53:40.474Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43342026-06-25T23:53:40.494Z Checking tokio-rustls v0.24.1
43352026-06-25T23:53:40.695Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43362026-06-25T23:53:41.303Z Checking rustls-pemfile v1.0.4
43372026-06-25T23:53:41.360Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43382026-06-25T23:53:41.444Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43392026-06-25T23:53:41.563Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43402026-06-25T23:53:41.630Z Checking twox-hash v2.1.2
43412026-06-25T23:53:41.931Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43422026-06-25T23:53:41.947Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43432026-06-25T23:53:41.988Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43442026-06-25T23:53:42.299Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43452026-06-25T23:53:42.454Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43462026-06-25T23:53:43.635Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43472026-06-25T23:53:43.760Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43482026-06-25T23:53:43.946Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-06-25T23:53:44.317Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43502026-06-25T23:53:44.420Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43512026-06-25T23:53:44.605Z Checking console v0.16.2
43522026-06-25T23:53:44.913Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43532026-06-25T23:53:45.061Z Checking fatfs v0.3.6
43542026-06-25T23:53:45.298Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43552026-06-25T23:53:45.523Z Checking unit-prefix v0.5.2
43562026-06-25T23:53:45.657Z Compiling seq-macro v0.3.6
43572026-06-25T23:53:46.206Z Checking indicatif v0.18.4
43582026-06-25T23:53:46.633Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43592026-06-25T23:53:46.653Z Checking support-bundle-viewer v0.1.2
43602026-06-25T23:53:46.899Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43612026-06-25T23:53:46.970Z Checking multimap v0.10.1
43622026-06-25T23:53:52.782Z Checking diesel-dtrace v0.5.0
43632026-06-25T23:53:53.026Z Checking async-bb8-diesel v0.2.1
43642026-06-25T23:53:55.340Z Compiling samael v0.0.19
43652026-06-25T23:53:58.257Z Compiling git2 v0.20.4
43662026-06-25T23:54:02.138Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43672026-06-25T23:54:02.691Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43682026-06-25T23:54:03.734Z Compiling polar-core v0.27.3
43692026-06-25T23:54:08.345Z Checking oso v0.27.3
43702026-06-25T23:54:37.115Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43712026-06-25T23:55:50.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43722026-06-25T23:55:50.361Z
43732026-06-25T23:55:50.361Zinfo: running `cargo check --bins` on nexus-networking (258/296)
43742026-06-25T23:55:50.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-06-25T23:55:50.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-06-25T23:55:50.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43772026-06-25T23:55:50.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43782026-06-25T23:55:50.970Z
43792026-06-25T23:55:50.970Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
43802026-06-25T23:55:51.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-06-25T23:55:51.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-06-25T23:55:51.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-06-25T23:55:51.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43842026-06-25T23:55:51.550Z
43852026-06-25T23:55:51.550Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
43862026-06-25T23:55:52.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-06-25T23:55:52.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-06-25T23:55:52.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-06-25T23:55:52.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43902026-06-25T23:55:52.132Z
43912026-06-25T23:55:52.132Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
43922026-06-25T23:55:52.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-06-25T23:55:52.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-06-25T23:55:52.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-06-25T23:55:52.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43962026-06-25T23:55:52.654Z
43972026-06-25T23:55:52.654Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
43982026-06-25T23:55:53.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-06-25T23:55:53.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-06-25T23:55:53.437Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44012026-06-25T23:55:54.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44022026-06-25T23:55:54.361Z
44032026-06-25T23:55:54.361Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
44042026-06-25T23:55:54.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-06-25T23:55:54.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-06-25T23:55:55.132Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44072026-06-25T23:56:33.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.65s
44082026-06-25T23:56:33.228Z
44092026-06-25T23:56:33.228Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44102026-06-25T23:56:33.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-06-25T23:56:33.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-06-25T23:56:33.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-06-25T23:56:33.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44142026-06-25T23:56:33.745Z
44152026-06-25T23:56:33.745Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44162026-06-25T23:56:34.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-06-25T23:56:34.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-06-25T23:56:34.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-06-25T23:56:34.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44202026-06-25T23:56:34.319Z
44212026-06-25T23:56:34.320Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44222026-06-25T23:56:34.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-06-25T23:56:34.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-06-25T23:56:34.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-06-25T23:56:34.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44262026-06-25T23:56:34.905Z
44272026-06-25T23:56:34.905Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44282026-06-25T23:56:35.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-06-25T23:56:35.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-06-25T23:56:35.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-06-25T23:56:35.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44322026-06-25T23:56:35.489Z
44332026-06-25T23:56:35.489Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44342026-06-25T23:56:35.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-06-25T23:56:35.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-06-25T23:56:35.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-06-25T23:56:35.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44382026-06-25T23:56:36.050Z
44392026-06-25T23:56:36.050Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44402026-06-25T23:56:36.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-06-25T23:56:36.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-06-25T23:56:36.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-06-25T23:56:36.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44442026-06-25T23:56:36.634Z
44452026-06-25T23:56:36.634Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44462026-06-25T23:56:37.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-06-25T23:56:37.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-06-25T23:56:37.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-06-25T23:56:37.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44502026-06-25T23:56:37.221Z
44512026-06-25T23:56:37.221Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44522026-06-25T23:56:37.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-06-25T23:56:37.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-06-25T23:56:37.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-06-25T23:56:37.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44562026-06-25T23:56:37.809Z
44572026-06-25T23:56:37.809Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44582026-06-25T23:56:38.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-06-25T23:56:38.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-06-25T23:56:38.656Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44612026-06-25T23:56:38.659Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44622026-06-25T23:56:38.805Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44632026-06-25T23:56:38.821Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44642026-06-25T23:56:38.834Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44652026-06-25T23:56:38.847Z Checking diff v0.1.13
44662026-06-25T23:56:38.850Z Checking yansi v1.0.1
44672026-06-25T23:56:38.873Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44682026-06-25T23:56:38.964Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44692026-06-25T23:56:39.101Z Checking pretty_assertions v1.4.1
44702026-06-25T23:56:39.818Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44712026-06-25T23:56:39.890Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44722026-06-25T23:57:04.334Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44732026-06-25T23:57:04.334Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44742026-06-25T23:57:04.338Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44752026-06-25T23:57:04.338Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44762026-06-25T23:57:04.338Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44772026-06-25T23:57:04.338Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44782026-06-25T23:57:05.149Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44792026-06-25T23:57:05.152Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44802026-06-25T23:57:06.356Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44812026-06-25T23:57:44.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44822026-06-25T23:57:44.611Z
44832026-06-25T23:57:44.611Zinfo: running `cargo check --bins` on omicron-pins (273/296)
44842026-06-25T23:57:45.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-06-25T23:57:45.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-06-25T23:57:45.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-06-25T23:57:45.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44882026-06-25T23:57:45.117Z
44892026-06-25T23:57:45.117Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
44902026-06-25T23:57:45.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-06-25T23:57:45.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-06-25T23:57:45.824Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44932026-06-25T23:57:45.941Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44942026-06-25T23:57:45.944Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44952026-06-25T23:58:12.829Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44962026-06-25T23:58:13.203Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44972026-06-25T23:58:14.890Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44982026-06-25T23:58:15.328Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44992026-06-25T23:58:18.329Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45002026-06-25T23:58:41.780Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45012026-06-25T23:58:42.471Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45022026-06-25T23:58:44.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.95s
45032026-06-25T23:58:44.268Z
45042026-06-25T23:58:44.268Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45052026-06-25T23:58:44.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-06-25T23:58:44.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-06-25T23:58:44.933Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45082026-06-25T23:58:45.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45092026-06-25T23:58:45.769Z
45102026-06-25T23:58:45.769Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45112026-06-25T23:58:46.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-06-25T23:58:46.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-06-25T23:58:46.361Z Compiling blake3 v1.8.5
45142026-06-25T23:58:46.464Z Checking constant_time_eq v0.4.2
45152026-06-25T23:58:46.465Z Checking arrayref v0.3.9
45162026-06-25T23:58:46.468Z Checking arrayvec v0.7.6
45172026-06-25T23:58:46.483Z Checking topological-sort v0.2.2
45182026-06-25T23:58:46.483Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45192026-06-25T23:58:46.486Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45202026-06-25T23:58:46.486Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45212026-06-25T23:58:46.523Z Checking shell-words v1.1.1
45222026-06-25T23:58:47.341Z Checking omicron-zone-package v0.12.2
45232026-06-25T23:58:48.067Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45242026-06-25T23:58:48.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
45252026-06-25T23:58:49.094Z
45262026-06-25T23:58:49.094Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45272026-06-25T23:58:49.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-06-25T23:58:49.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-06-25T23:58:49.685Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45302026-06-25T23:58:49.998Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45312026-06-25T23:58:50.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45322026-06-25T23:58:50.556Z
45332026-06-25T23:58:50.556Zinfo: running `cargo check --bins` on schema (278/296)
45342026-06-25T23:58:51.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-06-25T23:58:51.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-06-25T23:58:51.227Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45372026-06-25T23:58:51.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45382026-06-25T23:58:52.066Z
45392026-06-25T23:58:52.066Zinfo: running `cargo check --bins` on xtask (279/296)
45402026-06-25T23:58:52.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-06-25T23:58:52.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-06-25T23:58:52.455Z Checking libc v0.2.185
45432026-06-25T23:58:52.528Z Checking serde v1.0.228
45442026-06-25T23:58:52.533Z Checking zerofrom v0.1.6
45452026-06-25T23:58:52.537Z Checking bitflags v2.11.0
45462026-06-25T23:58:52.542Z Checking smallvec v1.15.1
45472026-06-25T23:58:52.547Z Checking indexmap v2.14.0
45482026-06-25T23:58:52.556Z Checking serde_json v1.0.149
45492026-06-25T23:58:52.559Z Checking scroll v0.12.0
45502026-06-25T23:58:52.627Z Checking yoke v0.8.1
45512026-06-25T23:58:52.676Z Checking num-traits v0.2.19
45522026-06-25T23:58:52.706Z Checking thiserror v1.0.69
45532026-06-25T23:58:52.781Z Checking log v0.4.29
45542026-06-25T23:58:52.792Z Checking zerovec v0.11.5
45552026-06-25T23:58:52.801Z Checking zerotrie v0.2.3
45562026-06-25T23:58:52.811Z Checking errno v0.3.14
45572026-06-25T23:58:52.922Z Checking rustix v1.1.3
45582026-06-25T23:58:52.925Z Checking serde_spanned v0.6.9
45592026-06-25T23:58:52.925Z Checking toml_datetime v0.6.11
45602026-06-25T23:58:53.031Z Checking percent-encoding v2.3.2
45612026-06-25T23:58:53.053Z Checking goblin v0.8.2
45622026-06-25T23:58:53.071Z Checking zerocopy v0.7.35
45632026-06-25T23:58:53.115Z Checking toml_edit v0.22.27
45642026-06-25T23:58:53.157Z Checking getrandom v0.4.1
45652026-06-25T23:58:53.168Z Checking form_urlencoded v1.2.2
45662026-06-25T23:58:53.188Z Checking ordered-float v2.10.1
45672026-06-25T23:58:53.209Z Checking tinystr v0.8.2
45682026-06-25T23:58:53.281Z Checking potential_utf v0.1.4
45692026-06-25T23:58:53.292Z Checking thiserror v2.0.18
45702026-06-25T23:58:53.384Z Checking syn v2.0.117
45712026-06-25T23:58:53.388Z Checking icu_locale_core v2.1.1
45722026-06-25T23:58:53.403Z Checking icu_collections v2.1.1
45732026-06-25T23:58:53.406Z Checking serde-value v0.7.0
45742026-06-25T23:58:53.548Z Checking dtrace-parser v0.2.0
45752026-06-25T23:58:53.607Z Checking thread-id v4.2.2
45762026-06-25T23:58:53.685Z Checking once_cell v1.21.3
45772026-06-25T23:58:53.701Z Checking cargo-platform v0.2.0
45782026-06-25T23:58:53.729Z Checking terminal_size v0.4.3
45792026-06-25T23:58:53.780Z Checking memmap v0.7.0
45802026-06-25T23:58:53.854Z Checking clap_builder v4.6.0
45812026-06-25T23:58:53.864Z Checking tempfile v3.25.0
45822026-06-25T23:58:53.873Z Checking textwrap v0.16.2
45832026-06-25T23:58:53.905Z Checking fs-err v3.3.0
45842026-06-25T23:58:53.937Z Checking icu_provider v2.1.1
45852026-06-25T23:58:54.050Z Checking camino-tempfile v1.4.1
45862026-06-25T23:58:54.076Z Checking anyhow v1.0.102
45872026-06-25T23:58:54.076Z Checking tabled v0.15.0
45882026-06-25T23:58:54.169Z Checking icu_normalizer v2.1.1
45892026-06-25T23:58:54.197Z Checking icu_properties v2.1.2
45902026-06-25T23:58:54.252Z Checking toml v0.8.23
45912026-06-25T23:58:54.279Z Checking macaddr v1.0.1
45922026-06-25T23:58:54.465Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45932026-06-25T23:58:54.571Z Checking cargo_toml v0.21.0
45942026-06-25T23:58:54.944Z Checking dof v0.3.0
45952026-06-25T23:58:55.009Z Checking idna_adapter v1.2.1
45962026-06-25T23:58:55.057Z Checking clap v4.6.1
45972026-06-25T23:58:55.125Z Checking idna v1.1.0
45982026-06-25T23:58:55.212Z Checking usdt-impl v0.5.0
45992026-06-25T23:58:55.344Z Checking url v2.5.8
46002026-06-25T23:58:55.459Z Checking usdt v0.5.0
46012026-06-25T23:58:55.680Z Checking cargo-util-schemas v0.8.2
46022026-06-25T23:58:56.366Z Checking cargo_metadata v0.21.0
46032026-06-25T23:58:56.964Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46042026-06-25T23:58:57.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
46052026-06-25T23:58:57.482Z
46062026-06-25T23:58:57.482Zinfo: running `cargo check --bins` on dnsadm (280/296)
46072026-06-25T23:58:57.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-06-25T23:58:57.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-06-25T23:58:58.065Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46102026-06-25T23:58:58.522Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46112026-06-25T23:58:58.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46122026-06-25T23:58:59.068Z
46132026-06-25T23:58:59.068Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46142026-06-25T23:58:59.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-06-25T23:58:59.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-06-25T23:58:59.821Z Checking polyval v0.6.2
46172026-06-25T23:58:59.928Z Checking ctr v0.9.2
46182026-06-25T23:58:59.938Z Checking ssh-encoding v0.2.0
46192026-06-25T23:58:59.941Z Checking blowfish v0.9.1
46202026-06-25T23:58:59.956Z Checking password-hash v0.4.2
46212026-06-25T23:58:59.968Z Checking p521 v0.13.3
46222026-06-25T23:58:59.968Z Checking p256 v0.13.2
46232026-06-25T23:58:59.996Z Checking russh-cryptovec v0.7.3
46242026-06-25T23:59:00.066Z Checking ghash v0.5.1
46252026-06-25T23:59:00.079Z Checking bcrypt-pbkdf v0.10.0
46262026-06-25T23:59:00.083Z Checking md5 v0.7.0
46272026-06-25T23:59:00.108Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46282026-06-25T23:59:00.156Z Checking num-bigint v0.4.6
46292026-06-25T23:59:00.177Z Checking pbkdf2 v0.11.0
46302026-06-25T23:59:00.177Z Checking aes-gcm v0.10.3
46312026-06-25T23:59:00.216Z Checking des v0.8.1
46322026-06-25T23:59:00.236Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46332026-06-25T23:59:00.239Z Checking hex-literal v0.4.1
46342026-06-25T23:59:00.305Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46352026-06-25T23:59:00.323Z Checking ssh-cipher v0.2.0
46362026-06-25T23:59:00.338Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46372026-06-25T23:59:00.350Z Checking internet-checksum v0.2.1
46382026-06-25T23:59:00.486Z Checking ssh-key v0.6.7
46392026-06-25T23:59:00.586Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46402026-06-25T23:59:01.105Z Checking russh-keys v0.45.0
46412026-06-25T23:59:01.647Z Checking russh v0.45.0
46422026-06-25T23:59:18.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.95s
46432026-06-25T23:59:18.340Z
46442026-06-25T23:59:18.340Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46452026-06-25T23:59:18.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-06-25T23:59:18.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-06-25T23:59:18.801Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46482026-06-25T23:59:18.905Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46492026-06-25T23:59:18.916Z Checking termios v0.3.3
46502026-06-25T23:59:20.117Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46512026-06-25T23:59:20.261Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46522026-06-25T23:59:21.951Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46532026-06-25T23:59:22.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
46542026-06-25T23:59:22.678Z
46552026-06-25T23:59:22.678Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46562026-06-25T23:59:23.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-06-25T23:59:23.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-06-25T23:59:23.334Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46592026-06-25T23:59:23.338Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46602026-06-25T23:59:23.454Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46612026-06-25T23:59:23.454Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46622026-06-25T23:59:23.470Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46632026-06-25T23:59:23.470Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46642026-06-25T23:59:24.200Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46652026-06-25T23:59:24.533Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46662026-06-25T23:59:24.533Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46672026-06-25T23:59:25.164Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46682026-06-25T23:59:26.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
46692026-06-25T23:59:26.961Z
46702026-06-25T23:59:26.961Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
46712026-06-25T23:59:27.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-06-25T23:59:27.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-06-25T23:59:27.545Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46742026-06-25T23:59:27.984Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46752026-06-25T23:59:28.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46762026-06-25T23:59:28.460Z
46772026-06-25T23:59:28.460Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
46782026-06-25T23:59:28.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46792026-06-25T23:59:28.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46802026-06-25T23:59:28.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46812026-06-25T23:59:28.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46822026-06-25T23:59:28.979Z
46832026-06-25T23:59:28.979Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
46842026-06-25T23:59:29.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-06-25T23:59:29.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-06-25T23:59:29.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46872026-06-25T23:59:29.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
46882026-06-25T23:59:29.500Z
46892026-06-25T23:59:29.500Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
46902026-06-25T23:59:29.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-06-25T23:59:29.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-06-25T23:59:30.183Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46932026-06-25T23:59:30.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
46942026-06-25T23:59:30.933Z
46952026-06-25T23:59:30.933Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
46962026-06-25T23:59:31.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-25T23:59:31.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-25T23:59:31.530Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46992026-06-25T23:59:31.534Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47002026-06-25T23:59:31.798Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47012026-06-25T23:59:31.801Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47022026-06-25T23:59:32.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47032026-06-25T23:59:32.749Z
47042026-06-25T23:59:32.750Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47052026-06-25T23:59:33.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-06-25T23:59:33.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-06-25T23:59:33.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47082026-06-25T23:59:33.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47092026-06-25T23:59:33.272Z
47102026-06-25T23:59:33.272Zinfo: running `cargo check --bins` on omicron-package (290/296)
47112026-06-25T23:59:33.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-25T23:59:33.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-25T23:59:33.930Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47142026-06-25T23:59:34.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47152026-06-25T23:59:35.124Z
47162026-06-25T23:59:35.124Zinfo: running `cargo check --bins` on tqdb (291/296)
47172026-06-25T23:59:35.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-06-25T23:59:35.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-06-25T23:59:35.846Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47202026-06-25T23:59:36.188Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47212026-06-25T23:59:36.702Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47222026-06-25T23:59:36.702Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47232026-06-25T23:59:42.641Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47242026-06-25T23:59:42.641Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47252026-06-25T23:59:43.201Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47262026-06-25T23:59:43.202Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47272026-06-25T23:59:43.205Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47282026-06-25T23:59:43.205Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47292026-06-25T23:59:43.997Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47302026-06-25T23:59:44.941Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47312026-06-25T23:59:45.725Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47322026-06-25T23:59:46.335Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47332026-06-25T23:59:51.042Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47342026-06-25T23:59:57.633Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47352026-06-25T23:59:57.633Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47362026-06-25T23:59:57.636Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47372026-06-25T23:59:57.636Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47382026-06-25T23:59:59.087Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47392026-06-26T00:00:00.391Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47402026-06-26T00:00:01.093Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47412026-06-26T00:00:02.263Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47422026-06-26T00:00:02.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.66s
47432026-06-26T00:00:02.986Z
47442026-06-26T00:00:02.986Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47452026-06-26T00:00:03.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-06-26T00:00:03.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-06-26T00:00:03.641Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47482026-06-26T00:00:03.645Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47492026-06-26T00:00:03.645Z Checking rtoolbox v0.0.3
47502026-06-26T00:00:03.765Z Checking tui-tree-widget v0.23.1
47512026-06-26T00:00:03.855Z Checking rpassword v7.4.0
47522026-06-26T00:00:04.920Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47532026-06-26T00:00:08.027Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47542026-06-26T00:00:09.877Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47552026-06-26T00:00:10.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s
47562026-06-26T00:00:10.941Z
47572026-06-26T00:00:10.941Zinfo: running `cargo check --bins` on wicket (293/296)
47582026-06-26T00:00:11.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-06-26T00:00:11.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-06-26T00:00:11.570Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47612026-06-26T00:00:11.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
47622026-06-26T00:00:12.094Z
47632026-06-26T00:00:12.094Zinfo: running `cargo check --bins` on wicketd (294/296)
47642026-06-26T00:00:12.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-06-26T00:00:12.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-06-26T00:00:12.752Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47672026-06-26T00:00:12.754Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47682026-06-26T00:00:12.754Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47692026-06-26T00:00:12.754Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47702026-06-26T00:00:13.740Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47712026-06-26T00:00:14.298Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47722026-06-26T00:00:17.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
47732026-06-26T00:00:17.507Z
47742026-06-26T00:00:17.507Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
47752026-06-26T00:00:17.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-06-26T00:00:17.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-06-26T00:00:17.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47782026-06-26T00:00:17.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47792026-06-26T00:00:18.014Z
47802026-06-26T00:00:18.014Zinfo: running `cargo check --bins` on zone-setup (296/296)
47812026-06-26T00:00:18.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-06-26T00:00:18.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-06-26T00:00:18.625Z Checking uzers v0.12.2
47842026-06-26T00:00:18.889Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47852026-06-26T00:00:19.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
47862026-06-26T00:00:19.815Z
47872026-06-26T00:00:19.815Zreal 13:43.915806237
47882026-06-26T00:00:19.815Zuser 20:46.249149387
47892026-06-26T00:00:19.815Zsys 4:03.315815108
47902026-06-26T00:00:19.815Ztrap 0.343343905
47912026-06-26T00:00:19.816Ztflt 0.714721549
47922026-06-26T00:00:19.816Zdflt 1.070616702
47932026-06-26T00:00:19.816Zkflt 0.004550032
47942026-06-26T00:00:19.816Zlock 1:14:47.776795936
47952026-06-26T00:00:19.816Zslp 1:39:29.593162467
47962026-06-26T00:00:19.816Zlat 52.229009894
47972026-06-26T00:00:19.816Zstop 3:10.958115509
47982026-06-26T00:00:19.819Zprocess exited: duration 946214 ms, exit code 0
 
47992026-06-26T00:00:19.825Zfound 0 output files