01KWG0RSZB0M145GSMH7D9XK22: 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: 01KWG0SVTT5NRNP7W9ANC29VQ1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T23:40:03.382Zjob assigned to worker 01KWG0T2MC8Q2CQ4BRJHA9AG6X [factory aws, i-04e3d93305c280be6] (queued for 56 s)
 
22026-07-01T23:40:10.602Zstarting task 0: "setup"
32026-07-01T23:40:10.607Z++ uname -s
42026-07-01T23:40:10.610Z+ kern=SunOS
52026-07-01T23:40:10.610Z+ build_user=build
62026-07-01T23:40:10.610Z+ build_uid=12345
72026-07-01T23:40:10.610Z+ work_dir=/work
82026-07-01T23:40:10.610Z+ input_dir=/input
92026-07-01T23:40:10.610Z+ [[ 0 == 12345 ]]
102026-07-01T23:40:10.610Z+ case "$kern" in
112026-07-01T23:40:10.610Z+ groupadd -g 12345 build
122026-07-01T23:40:10.610Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T23:40:12.618Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T23:40:12.791Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T23:40:12.806Z+ home_fs=zfs
162026-07-01T23:40:12.807Z+ [[ zfs == autofs ]]
172026-07-01T23:40:12.807Z+ mkdir -p /home/build
182026-07-01T23:40:12.807Z+ chown build:build /home/build /work
192026-07-01T23:40:14.744Z+ chmod 0700 /home/build /work
202026-07-01T23:40:14.750Zprocess exited: duration 4145 ms, exit code 0
 
212026-07-01T23:40:14.764Zstarting task 1: "rust-toolchain"
222026-07-01T23:40:14.771Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T23:40:14.771Z * rust toolchain channel = "1.96.1"
242026-07-01T23:40:14.771Z * rust toolchain profile = "default"
252026-07-01T23:40:14.771Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-01T23:40:14.771Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T23:40:14.771Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T23:40:14.783Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T23:40:14.783Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T23:40:14.876Zinfo: downloading installer
312026-07-01T23:40:16.391Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T23:40:16.392Zwarn: /home/build/.rustup/settings.toml
332026-07-01T23:40:16.392Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T23:40:16.392Zwarn: instead of the one inferred from the default host triple.
352026-07-01T23:40:16.408Zinfo: profile set to default
362026-07-01T23:40:16.408Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T23:40:16.409Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T23:40:16.564Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T23:40:16.599Zinfo: downloading 6 components
402026-07-01T23:40:31.949Z
412026-07-01T23:40:31.950Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-01T23:40:31.971Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T23:40:31.971Z
442026-07-01T23:40:31.971Z
452026-07-01T23:40:31.971ZRust is installed now. Great!
462026-07-01T23:40:31.971Z
472026-07-01T23:40:31.975ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T23:40:31.975Zenvironment variable. This has not been done automatically.
492026-07-01T23:40:31.975Z
502026-07-01T23:40:31.975ZTo configure your current shell, you need to source
512026-07-01T23:40:31.975Zthe corresponding env file under $HOME/.cargo.
522026-07-01T23:40:31.975Z
532026-07-01T23:40:31.975ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T23:40:31.975Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T23:40:31.975Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T23:40:31.975Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T23:40:31.975Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T23:40:31.975Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T23:40:31.975Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T23:40:31.977Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T23:40:31.977Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T23:40:32.075Z+ rustup --version
632026-07-01T23:40:32.084Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T23:40:32.087Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T23:40:32.105Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T23:40:32.109Z+ cargo --version
672026-07-01T23:40:32.121Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T23:40:32.125Z+ rustc --version
692026-07-01T23:40:32.144Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T23:40:32.148Zprocess exited: duration 17381 ms, exit code 0
 
712026-07-01T23:40:32.155Zstarting task 2: "authentication"
722026-07-01T23:40:32.169ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-01T23:40:34.192Zprocess exited: duration 2031 ms, exit code 0
 
742026-07-01T23:40:34.219Zstarting task 3: "clone repository"
752026-07-01T23:40:34.238Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-01T23:40:34.238Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-01T23:40:34.259ZCloning into '/work/oxidecomputer/omicron'...
782026-07-01T23:40:44.674Z+ cd /work/oxidecomputer/omicron
792026-07-01T23:40:44.674Z+ git fetch origin c267127a26899266dce2615afd704228e4301f30
802026-07-01T23:40:44.977ZFrom https://github.com/oxidecomputer/omicron
812026-07-01T23:40:44.977Z * branch c267127a26899266dce2615afd704228e4301f30 -> FETCH_HEAD
822026-07-01T23:40:44.985Z+ [[ -n '' ]]
832026-07-01T23:40:44.985Z+ git reset --hard c267127a26899266dce2615afd704228e4301f30
842026-07-01T23:40:45.234ZHEAD is now at c267127a2 Bump diesel from 2.3.7 to 2.3.8
852026-07-01T23:40:45.237Zprocess exited: duration 11023 ms, exit code 0
 
862026-07-01T23:40:45.246Zstarting task 4: "build"
872026-07-01T23:40:45.251Z+ source .github/buildomat/ci-env.sh
882026-07-01T23:40:45.251Z++ export CARGO_TERM_COLOR=always
892026-07-01T23:40:45.251Z++ CARGO_TERM_COLOR=always
902026-07-01T23:40:45.251Z+ cargo --version
912026-07-01T23:40:45.257Zcargo 1.96.1 (356927216 2026-06-26)
922026-07-01T23:40:45.261Z+ rustc --version
932026-07-01T23:40:45.279Zrustc 1.96.1 (31fca3adb 2026-06-26)
942026-07-01T23:40:45.285Z+ source ./env.sh
952026-07-01T23:40:45.285Z++ OLD_SHELL_OPTS=ehxB
962026-07-01T23:40:45.285Z++ set -o xtrace
972026-07-01T23:40:45.285Z++++ dirname ./env.sh
982026-07-01T23:40:45.289Z+++ readlink -f .
992026-07-01T23:40:45.289Z++ OMICRON_WS=/work/oxidecomputer/omicron
1002026-07-01T23:40:45.289Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-01T23:40:45.289Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-01T23:40:45.289Z++ 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
1032026-07-01T23:40:45.290Z++ 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
1042026-07-01T23:40:45.290Z++ 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
1052026-07-01T23:40:45.290Z++ 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
1062026-07-01T23:40:45.290Z++ 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
1072026-07-01T23:40:45.290Z++ 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
1082026-07-01T23:40:45.290Z++ 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
1092026-07-01T23:40:45.290Z++ 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
1102026-07-01T23:40:45.290Z++ case $OLD_SHELL_OPTS in
1112026-07-01T23:40:45.290Z++ unset OLD_SHELL_OPTS OMICRON_WS
1122026-07-01T23:40:45.290Z+ 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
1132026-07-01T23:40:45.290Z+ 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
1142026-07-01T23:40:45.291Z+ banner prerequisites
1152026-07-01T23:40:45.297Z
1162026-07-01T23:40:45.297Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-07-01T23:40:45.297Z # # # # # # # # # # # # # # #
1182026-07-01T23:40:45.297Z # # # # ##### # # ##### # # # # # #### #
1192026-07-01T23:40:45.297Z ##### ##### # ##### # # # # # # # # #
1202026-07-01T23:40:45.297Z # # # # # # # # # # # # # # #
1212026-07-01T23:40:45.298Z # # # ###### # # ###### ### # #### # #### #
1222026-07-01T23:40:45.298Z
1232026-07-01T23:40:45.298Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-07-01T23:40:46.760Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-01T23:40:46.871Z Startup: Caching catalogs ... Done
1262026-07-01T23:40:47.354ZPlanning: Solver setup ... Done (0.439s)
1272026-07-01T23:40:47.381ZPlanning: Running solver ... Done (0.027s)
1282026-07-01T23:40:47.393ZPlanning: Finding local manifests ... Done (0.003s)
1292026-07-01T23:40:47.416ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-01T23:40:47.468ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-01T23:40:47.483ZPlanning: Package planning ... Done (0.013s)
1322026-07-01T23:40:47.494ZPlanning: Merging actions ... Done (0.001s)
1332026-07-01T23:40:47.646ZPlanning: Checking for conflicting actions ... Done (0.164s)
1342026-07-01T23:40:47.652ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-07-01T23:40:48.378ZPlanning: Evaluating mediators ... Done (0.682s)
1362026-07-01T23:40:48.392ZPlanning: Planning completed in 1.44 seconds
1372026-07-01T23:40:48.392Z Packages to install: 2
1382026-07-01T23:40:48.392Z Estimated space available: 156.06 GB
1392026-07-01T23:40:48.392ZEstimated space to be consumed: 30.98 MB
1402026-07-01T23:40:48.392Z Create boot environment: No
1412026-07-01T23:40:48.392ZCreate backup boot environment: No
1422026-07-01T23:40:48.392Z Rebuild boot archive: No
1432026-07-01T23:40:48.393Z
1442026-07-01T23:40:48.393ZChanged packages:
1452026-07-01T23:40:48.393Zhelios
1462026-07-01T23:40:48.393Z developer/build-essential
1472026-07-01T23:40:48.393Z None -> 11-3.0
1482026-07-01T23:40:48.393Z library/libxmlsec1
1492026-07-01T23:40:48.393Z None -> 1.2.35-3.0
1502026-07-01T23:40:48.393Z
1512026-07-01T23:40:48.393ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-07-01T23:40:49.022ZDownload: Completed 1.28 MB in 0.66 seconds (1.9M/s)
1532026-07-01T23:40:49.098Z Actions: 1/268 actions (Installing new actions)
1542026-07-01T23:40:49.136Z Actions: Completed 268 actions in 0.04 seconds.
1552026-07-01T23:40:49.147ZFinalize: Updating package state database ... Done (0.011s)
1562026-07-01T23:40:49.147ZFinalize: Updating package cache ... Done (0.000s)
1572026-07-01T23:40:49.178ZFinalize: Updating image state ... Done (0.029s)
1582026-07-01T23:40:51.617ZFinalize: Creating fast lookup database ... Done (2.368s)
1592026-07-01T23:40:51.639ZFinalize: Reading search index ... Done (0.012s)
1602026-07-01T23:40:51.642ZFinalize: Updating search index ... Done (0.000s)
1612026-07-01T23:40:51.725ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-01T23:40:52.033ZPlanning: Evaluating mediator changes ... Done
1632026-07-01T23:40:52.138ZPlanning: Checking for conflicting actions ... Done
1642026-07-01T23:40:52.155ZPlanning: Consolidating action changes ... Done
1652026-07-01T23:40:52.292ZPlanning: Evaluating mediators ... Done
1662026-07-01T23:40:52.295ZPlanning: Planning completed in 0.26 seconds
1672026-07-01T23:40:52.329Z Mediators to change: 2
1682026-07-01T23:40:52.329Z Create boot environment: No
1692026-07-01T23:40:52.329ZCreate backup boot environment: No
1702026-07-01T23:40:52.413ZFinalize: Updating package state database ... Done
1712026-07-01T23:40:52.413ZFinalize: Updating package cache ... Done
1722026-07-01T23:40:52.430ZFinalize: Updating image state ... Done
1732026-07-01T23:40:54.326ZFinalize: Creating fast lookup database ... Done
1742026-07-01T23:40:54.396ZFinalize: Reading search index ... Done
1752026-07-01T23:40:54.410ZFinalize: Updating search index ... Done
1762026-07-01T23:40:54.453ZFinalize: Updating package cache ... Done
1772026-07-01T23:40:54.727ZPlanning: Evaluating mediator changes ... Done
1782026-07-01T23:40:54.848ZPlanning: Checking for conflicting actions ... Done
1792026-07-01T23:40:54.853ZPlanning: Consolidating action changes ... Done
1802026-07-01T23:40:54.987ZPlanning: Evaluating mediators ... Done
1812026-07-01T23:40:55.012ZPlanning: Planning completed in 0.26 seconds
1822026-07-01T23:40:55.018Z Mediators to change: 1
1832026-07-01T23:40:55.018Z Create boot environment: No
1842026-07-01T23:40:55.018ZCreate backup boot environment: No
1852026-07-01T23:40:55.049ZFinalize: Updating package state database ... Done
1862026-07-01T23:40:55.049ZFinalize: Updating package cache ... Done
1872026-07-01T23:40:55.066ZFinalize: Updating image state ... Done
1882026-07-01T23:40:57.007ZFinalize: Creating fast lookup database ... Done
1892026-07-01T23:40:57.067ZFinalize: Reading search index ... Done
1902026-07-01T23:40:57.071ZFinalize: Updating search index ... Done
1912026-07-01T23:40:57.123ZFinalize: Updating package cache ... Done
1922026-07-01T23:40:57.437ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-07-01T23:40:57.437Zapache system 2.4 system
1942026-07-01T23:40:57.437Zclang system 15 system
1952026-07-01T23:40:57.437Zcsh system system illumos
1962026-07-01T23:40:57.437Zctags system system illumos
1972026-07-01T23:40:57.437Zfile vendor vendor darwinsys
1982026-07-01T23:40:57.437Zfile system system illumos
1992026-07-01T23:40:57.438Zgcc vendor 14 vendor
2002026-07-01T23:40:57.438Zgcc system 13 system
2012026-07-01T23:40:57.438Zgcc system 10 system
2022026-07-01T23:40:57.438Zgo system 1.25 system
2032026-07-01T23:40:57.438Zllvm system 15 system
2042026-07-01T23:40:57.438Zmariadb system 11.4 system
2052026-07-01T23:40:57.438Zmta vendor vendor dma
2062026-07-01T23:40:57.438Zopenjdk system 17 system
2072026-07-01T23:40:57.438Zopenjdk system 11 system
2082026-07-01T23:40:57.438Zopenssl vendor 3 vendor
2092026-07-01T23:40:57.438Zperl system 5.40 system
2102026-07-01T23:40:57.438Zpostgresql system 18 system
2112026-07-01T23:40:57.438Zpostgresql system 17 system
2122026-07-01T23:40:57.438Zpython vendor 3 vendor
2132026-07-01T23:40:57.438Zpython system 2 system
2142026-07-01T23:40:57.438Zpython3 vendor 3.13 vendor
2152026-07-01T23:40:57.438Zruby system 3.4 system
2162026-07-01T23:40:57.438Zruby system 3.0 system
2172026-07-01T23:40:57.438Zwords vendor vendor american-english
2182026-07-01T23:40:57.438Zwords system system australian-english
2192026-07-01T23:40:57.438Zwords system system british-english
2202026-07-01T23:40:57.438Zwords system system canadian-english
2212026-07-01T23:40:57.438Zwords system system french
2222026-07-01T23:40:57.439Zwords system system italian
2232026-07-01T23:40:57.439Zwords system system ngerman
2242026-07-01T23:40:57.439Zwords system system ogerman
2252026-07-01T23:40:57.439Zwords system system spanish
2262026-07-01T23:40:57.691ZPUBLISHER TYPE STATUS P LOCATION
2272026-07-01T23:40:57.691Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-07-01T23:40:57.989ZFMRI IFO
2292026-07-01T23:40:57.989Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-07-01T23:40:57.989Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-07-01T23:40:57.989Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-07-01T23:40:57.989Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-07-01T23:40:57.989Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-07-01T23:40:57.989Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-07-01T23:40:57.989Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-07-01T23:40:57.989Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-07-01T23:40:57.989Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-07-01T23:40:58.245Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-07-01T23:40:58.550Z Updating crates.io index
2402026-07-01T23:40:58.553Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-07-01T23:40:58.808Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-07-01T23:40:59.106Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-01T23:41:00.013Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-01T23:41:00.511Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-07-01T23:41:02.350Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-07-01T23:41:03.114Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-07-01T23:41:03.380Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-07-01T23:41:03.717Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-07-01T23:41:05.172Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-07-01T23:41:05.421Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-07-01T23:41:05.761Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-07-01T23:41:06.001Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-07-01T23:41:06.443Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-01T23:41:06.904Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-07-01T23:41:07.148Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-01T23:41:07.397Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-07-01T23:41:07.689Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-07-01T23:41:08.023Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-07-01T23:41:08.247Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-07-01T23:41:08.533Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-07-01T23:41:08.779Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-07-01T23:41:09.168Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-07-01T23:41:09.470Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-07-01T23:41:09.823Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-07-01T23:41:10.278Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-07-01T23:41:10.708Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-07-01T23:41:10.983Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-07-01T23:41:11.266Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-07-01T23:41:11.554Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702026-07-01T23:41:11.842Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-07-01T23:41:12.260Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-07-01T23:41:12.521Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-07-01T23:41:12.857Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-07-01T23:41:13.079Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-07-01T23:41:13.390Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-07-01T23:41:14.002Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-07-01T23:41:14.175Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-07-01T23:41:14.592Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-07-01T23:41:14.695Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-07-01T23:41:17.538Z Downloading crates ...
2812026-07-01T23:41:17.571Z Downloaded camino v1.2.2
2822026-07-01T23:41:17.596Z Downloaded zmij v1.0.21
2832026-07-01T23:41:17.597Z Downloaded cfg-if v1.0.4
2842026-07-01T23:41:17.597Z Downloaded zerocopy-derive v0.7.35
2852026-07-01T23:41:17.620Z Downloaded errno v0.3.14
2862026-07-01T23:41:17.620Z Downloaded fastrand v2.3.0
2872026-07-01T23:41:17.620Z Downloaded generic-array v0.14.7
2882026-07-01T23:41:17.620Z Downloaded zerocopy v0.7.35
2892026-07-01T23:41:17.620Z Downloaded memmap v0.7.0
2902026-07-01T23:41:17.621Z Downloaded dof v0.3.0
2912026-07-01T23:41:17.621Z Downloaded heck v0.4.1
2922026-07-01T23:41:17.622Z Downloaded cpufeatures v0.2.17
2932026-07-01T23:41:17.622Z Downloaded clap_lex v1.0.0
2942026-07-01T23:41:17.622Z Downloaded cargo-platform v0.3.2
2952026-07-01T23:41:17.622Z Downloaded colorchoice v1.0.4
2962026-07-01T23:41:17.622Z Downloaded anstyle-query v1.1.5
2972026-07-01T23:41:17.622Z Downloaded usdt v0.5.0
2982026-07-01T23:41:17.649Z Downloaded usdt-attr-macro v0.5.0
2992026-07-01T23:41:17.649Z Downloaded macaddr v1.0.1
3002026-07-01T23:41:17.649Z Downloaded heck v0.5.0
3012026-07-01T23:41:17.649Z Downloaded utf8parse v0.2.2
3022026-07-01T23:41:17.649Z Downloaded itoa v1.0.17
3032026-07-01T23:41:17.649Z Downloaded crypto-common v0.1.7
3042026-07-01T23:41:17.649Z Downloaded equivalent v1.0.2
3052026-07-01T23:41:17.649Z Downloaded is_terminal_polyfill v1.70.2
3062026-07-01T23:41:17.649Z Downloaded fnv v1.0.7
3072026-07-01T23:41:17.684Z Downloaded usdt-macro v0.5.0
3082026-07-01T23:41:17.684Z Downloaded strsim v0.11.1
3092026-07-01T23:41:17.684Z Downloaded thread-id v4.2.2
3102026-07-01T23:41:17.684Z Downloaded version_check v0.9.5
3112026-07-01T23:41:17.684Z Downloaded toml_write v0.1.2
3122026-07-01T23:41:17.684Z Downloaded serde_spanned v0.6.9
3132026-07-01T23:41:17.684Z Downloaded plain v0.2.3
3142026-07-01T23:41:17.684Z Downloaded tabled_derive v0.7.0
3152026-07-01T23:41:17.684Z Downloaded swrite v0.1.0
3162026-07-01T23:41:17.684Z Downloaded terminal_size v0.4.3
3172026-07-01T23:41:17.684Z Downloaded pretty-hex v0.4.1
3182026-07-01T23:41:17.709Z Downloaded unicode-linebreak v0.1.5
3192026-07-01T23:41:17.709Z Downloaded proc-macro-error-attr v1.0.4
3202026-07-01T23:41:17.709Z Downloaded smawk v0.3.2
3212026-07-01T23:41:17.709Z Downloaded serde_tokenstream v0.2.3
3222026-07-01T23:41:17.709Z Downloaded scroll_derive v0.12.1
3232026-07-01T23:41:17.716Z Downloaded bytecount v0.6.9
3242026-07-01T23:41:17.716Z Downloaded anstream v1.0.0
3252026-07-01T23:41:17.716Z Downloaded digest v0.10.7
3262026-07-01T23:41:17.716Z Downloaded cargo_toml v0.21.0
3272026-07-01T23:41:17.716Z Downloaded camino-tempfile v1.4.1
3282026-07-01T23:41:17.716Z Downloaded byteorder v1.5.0
3292026-07-01T23:41:17.717Z Downloaded block-buffer v0.10.4
3302026-07-01T23:41:17.717Z Downloaded autocfg v1.5.0
3312026-07-01T23:41:17.718Z Downloaded anstyle-parse v1.0.0
3322026-07-01T23:41:17.718Z Downloaded anstyle v1.0.14
3332026-07-01T23:41:17.718Z Downloaded dtrace-parser v0.2.0
3342026-07-01T23:41:17.718Z Downloaded fs-err v3.3.0
3352026-07-01T23:41:17.718Z Downloaded cargo_metadata v0.23.1
3362026-07-01T23:41:17.718Z Downloaded thiserror v2.0.18
3372026-07-01T23:41:17.718Z Downloaded thiserror v1.0.69
3382026-07-01T23:41:17.718Z Downloaded quote v1.0.45
3392026-07-01T23:41:17.743Z Downloaded thiserror-impl v2.0.18
3402026-07-01T23:41:17.743Z Downloaded usdt-impl v0.5.0
3412026-07-01T23:41:17.743Z Downloaded thiserror-impl v1.0.69
3422026-07-01T23:41:17.746Z Downloaded sha2 v0.10.9
3432026-07-01T23:41:17.746Z Downloaded scroll v0.12.0
3442026-07-01T23:41:17.746Z Downloaded proc-macro-error v1.0.4
3452026-07-01T23:41:17.746Z Downloaded clap_derive v4.6.1
3462026-07-01T23:41:17.746Z Downloaded bitflags v2.11.0
3472026-07-01T23:41:17.779Z Downloaded once_cell v1.21.3
3482026-07-01T23:41:17.781Z Downloaded toml_datetime v0.6.11
3492026-07-01T23:41:17.782Z Downloaded pest_derive v2.8.6
3502026-07-01T23:41:17.782Z Downloaded semver v1.0.28
3512026-07-01T23:41:17.782Z Downloaded log v0.4.29
3522026-07-01T23:41:17.782Z Downloaded getrandom v0.4.1
3532026-07-01T23:41:17.782Z Downloaded anyhow v1.0.102
3542026-07-01T23:41:17.782Z Downloaded tempfile v3.25.0
3552026-07-01T23:41:17.782Z Downloaded papergrid v0.11.0
3562026-07-01T23:41:17.782Z Downloaded clap v4.6.1
3572026-07-01T23:41:17.793Z Downloaded pest_generator v2.8.6
3582026-07-01T23:41:17.793Z Downloaded unicode-ident v1.0.24
3592026-07-01T23:41:17.793Z Downloaded toml v0.8.23
3602026-07-01T23:41:17.793Z Downloaded textwrap v0.16.2
3612026-07-01T23:41:17.793Z Downloaded ucd-trie v0.1.7
3622026-07-01T23:41:17.793Z Downloaded serde_derive v1.0.228
3632026-07-01T23:41:17.793Z Downloaded serde_core v1.0.228
3642026-07-01T23:41:17.793Z Downloaded proc-macro2 v1.0.106
3652026-07-01T23:41:17.810Z Downloaded pest_meta v2.8.6
3662026-07-01T23:41:17.820Z Downloaded serde v1.0.228
3672026-07-01T23:41:17.820Z Downloaded toml_edit v0.22.27
3682026-07-01T23:41:17.820Z Downloaded memchr v2.8.0
3692026-07-01T23:41:17.833Z Downloaded indexmap v2.14.0
3702026-07-01T23:41:17.861Z Downloaded pest v2.8.6
3712026-07-01T23:41:17.876Z Downloaded typenum v1.20.1
3722026-07-01T23:41:17.876Z Downloaded hashbrown v0.17.0
3732026-07-01T23:41:17.888Z Downloaded clap_builder v4.6.0
3742026-07-01T23:41:17.919Z Downloaded serde_json v1.0.150
3752026-07-01T23:41:17.919Z Downloaded winnow v0.7.14
3762026-07-01T23:41:17.941Z Downloaded goblin v0.8.2
3772026-07-01T23:41:17.941Z Downloaded tabled v0.15.0
3782026-07-01T23:41:17.941Z Downloaded syn v1.0.109
3792026-07-01T23:41:17.942Z Downloaded unicode-width v0.2.0
3802026-07-01T23:41:17.956Z Downloaded unicode-width v0.1.14
3812026-07-01T23:41:17.957Z Downloaded syn v2.0.117
3822026-07-01T23:41:17.961Z Downloaded rustix v1.1.3
3832026-07-01T23:41:17.986Z Downloaded libc v0.2.185
3842026-07-01T23:41:18.061Z Compiling proc-macro2 v1.0.106
3852026-07-01T23:41:18.062Z Compiling unicode-ident v1.0.24
3862026-07-01T23:41:18.062Z Compiling quote v1.0.45
3872026-07-01T23:41:18.062Z Compiling serde_core v1.0.228
3882026-07-01T23:41:18.062Z Compiling libc v0.2.185
3892026-07-01T23:41:18.076Z Compiling version_check v0.9.5
3902026-07-01T23:41:18.076Z Compiling memchr v2.8.0
3912026-07-01T23:41:18.076Z Compiling serde v1.0.228
3922026-07-01T23:41:18.348Z Compiling zmij v1.0.21
3932026-07-01T23:41:18.652Z Compiling thiserror v1.0.69
3942026-07-01T23:41:18.704Z Compiling itoa v1.0.17
3952026-07-01T23:41:18.864Z Compiling ucd-trie v0.1.7
3962026-07-01T23:41:18.899Z Compiling byteorder v1.5.0
3972026-07-01T23:41:19.067Z Compiling pest v2.8.6
3982026-07-01T23:41:19.121Z Compiling rustix v1.1.3
3992026-07-01T23:41:19.166Z Compiling errno v0.3.14
4002026-07-01T23:41:19.175Z Compiling bitflags v2.11.0
4012026-07-01T23:41:19.373Z Compiling serde_json v1.0.150
4022026-07-01T23:41:19.558Z Compiling syn v2.0.117
4032026-07-01T23:41:19.593Z Compiling thread-id v4.2.2
4042026-07-01T23:41:19.620Z Compiling usdt-impl v0.5.0
4052026-07-01T23:41:19.674Z Compiling proc-macro-error-attr v1.0.4
4062026-07-01T23:41:19.703Z Compiling camino v1.2.2
4072026-07-01T23:41:19.831Z Compiling syn v1.0.109
4082026-07-01T23:41:20.007Z Compiling proc-macro-error v1.0.4
4092026-07-01T23:41:20.030Z Compiling log v0.4.29
4102026-07-01T23:41:20.117Z Compiling pest_meta v2.8.6
4112026-07-01T23:41:20.213Z Compiling getrandom v0.4.1
4122026-07-01T23:41:20.287Z Compiling equivalent v1.0.2
4132026-07-01T23:41:20.302Z Compiling hashbrown v0.17.0
4142026-07-01T23:41:20.337Z Compiling plain v0.2.3
4152026-07-01T23:41:20.523Z Compiling utf8parse v0.2.2
4162026-07-01T23:41:20.625Z Compiling anstyle-parse v1.0.0
4172026-07-01T23:41:20.752Z Compiling terminal_size v0.4.3
4182026-07-01T23:41:20.792Z Compiling indexmap v2.14.0
4192026-07-01T23:41:21.396Z Compiling anstyle v1.0.14
4202026-07-01T23:41:21.410Z Compiling winnow v0.7.14
4212026-07-01T23:41:21.432Z Compiling colorchoice v1.0.4
4222026-07-01T23:41:21.448Z Compiling autocfg v1.5.0
4232026-07-01T23:41:21.551Z Compiling is_terminal_polyfill v1.70.2
4242026-07-01T23:41:21.594Z Compiling cfg-if v1.0.4
4252026-07-01T23:41:21.616Z Compiling pretty-hex v0.4.1
4262026-07-01T23:41:21.663Z Compiling thiserror v2.0.18
4272026-07-01T23:41:21.695Z Compiling anstyle-query v1.1.5
4282026-07-01T23:41:21.716Z Compiling pest_generator v2.8.6
4292026-07-01T23:41:21.759Z Compiling toml_write v0.1.2
4302026-07-01T23:41:21.781Z Compiling anstream v1.0.0
4312026-07-01T23:41:21.931Z Compiling fs-err v3.3.0
4322026-07-01T23:41:22.261Z Compiling fnv v1.0.7
4332026-07-01T23:41:22.269Z Compiling heck v0.4.1
4342026-07-01T23:41:22.289Z Compiling clap_lex v1.0.0
4352026-07-01T23:41:22.329Z Compiling strsim v0.11.1
4362026-07-01T23:41:22.359Z Compiling fastrand v2.3.0
4372026-07-01T23:41:22.480Z Compiling unicode-width v0.1.14
4382026-07-01T23:41:22.519Z Compiling once_cell v1.21.3
4392026-07-01T23:41:22.562Z Compiling heck v0.5.0
4402026-07-01T23:41:22.650Z Compiling anyhow v1.0.102
4412026-07-01T23:41:22.686Z Compiling bytecount v0.6.9
4422026-07-01T23:41:22.742Z Compiling tempfile v3.25.0
4432026-07-01T23:41:22.797Z Compiling clap_builder v4.6.0
4442026-07-01T23:41:22.835Z Compiling papergrid v0.11.0
4452026-07-01T23:41:22.851Z Compiling tabled_derive v0.7.0
4462026-07-01T23:41:22.908Z Compiling cargo-platform v0.3.2
4472026-07-01T23:41:23.117Z Compiling semver v1.0.28
4482026-07-01T23:41:23.167Z Compiling memmap v0.7.0
4492026-07-01T23:41:23.184Z Compiling unicode-width v0.2.0
4502026-07-01T23:41:23.184Z Compiling unicode-linebreak v0.1.5
4512026-07-01T23:41:23.293Z Compiling smawk v0.3.2
4522026-07-01T23:41:23.403Z Compiling serde_derive v1.0.228
4532026-07-01T23:41:23.422Z Compiling thiserror-impl v1.0.69
4542026-07-01T23:41:23.447Z Compiling zerocopy-derive v0.7.35
4552026-07-01T23:41:23.447Z Compiling pest_derive v2.8.6
4562026-07-01T23:41:23.653Z Compiling scroll_derive v0.12.1
4572026-07-01T23:41:23.800Z Compiling thiserror-impl v2.0.18
4582026-07-01T23:41:23.972Z Compiling clap_derive v4.6.1
4592026-07-01T23:41:24.221Z Compiling tabled v0.15.0
4602026-07-01T23:41:24.327Z Compiling zerocopy v0.7.35
4612026-07-01T23:41:24.358Z Compiling scroll v0.12.0
4622026-07-01T23:41:24.672Z Compiling goblin v0.8.2
4632026-07-01T23:41:24.833Z Compiling dtrace-parser v0.2.0
4642026-07-01T23:41:24.918Z Compiling textwrap v0.16.2
4652026-07-01T23:41:25.363Z Compiling camino-tempfile v1.4.1
4662026-07-01T23:41:25.510Z Compiling swrite v0.1.0
4672026-07-01T23:41:25.956Z Compiling clap v4.6.1
4682026-07-01T23:41:26.601Z Compiling dof v0.3.0
4692026-07-01T23:41:26.601Z Compiling serde_tokenstream v0.2.3
4702026-07-01T23:41:26.702Z Compiling toml_datetime v0.6.11
4712026-07-01T23:41:26.702Z Compiling serde_spanned v0.6.9
4722026-07-01T23:41:26.702Z Compiling macaddr v1.0.1
4732026-07-01T23:41:26.702Z Compiling cargo_metadata v0.23.1
4742026-07-01T23:41:26.702Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-07-01T23:41:26.925Z Compiling toml_edit v0.22.27
4762026-07-01T23:41:27.327Z Compiling usdt-macro v0.5.0
4772026-07-01T23:41:27.358Z Compiling usdt-attr-macro v0.5.0
4782026-07-01T23:41:27.970Z Compiling usdt v0.5.0
4792026-07-01T23:41:28.185Z Compiling toml v0.8.23
4802026-07-01T23:41:28.598Z Compiling cargo_toml v0.21.0
4812026-07-01T23:41:29.728Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4822026-07-01T23:41:31.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.61s
4832026-07-01T23:41:31.906Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4842026-07-01T23:41:32.422Z Downloading crates ...
4852026-07-01T23:41:32.538Z Downloaded adler2 v2.0.1
4862026-07-01T23:41:32.589Z Downloaded atomicwrites v0.4.4
4872026-07-01T23:41:32.589Z Downloaded async-stream-impl v0.3.6
4882026-07-01T23:41:32.590Z Downloaded aead v0.5.2
4892026-07-01T23:41:32.590Z Downloaded backon v1.6.0
4902026-07-01T23:41:32.590Z Downloaded compression-core v0.4.31
4912026-07-01T23:41:32.590Z Downloaded async-stream v0.3.6
4922026-07-01T23:41:32.590Z Downloaded array-init v0.0.4
4932026-07-01T23:41:32.590Z Downloaded cpubits v0.1.1
4942026-07-01T23:41:32.590Z Downloaded crc-catalog v2.4.0
4952026-07-01T23:41:32.590Z Downloaded bcrypt-pbkdf v0.11.0
4962026-07-01T23:41:32.590Z Downloaded atomic-waker v1.1.2
4972026-07-01T23:41:32.591Z Downloaded crossbeam-epoch v0.9.18
4982026-07-01T23:41:32.591Z Downloaded document-features v0.2.12
4992026-07-01T23:41:32.591Z Downloaded embedded-io v0.4.0
5002026-07-01T23:41:32.591Z Downloaded bit-set v0.5.3
5012026-07-01T23:41:32.591Z Downloaded crucible-workspace-hack v0.1.0
5022026-07-01T23:41:32.591Z Downloaded aead v0.6.1
5032026-07-01T23:41:32.591Z Downloaded base64 v0.21.7
5042026-07-01T23:41:32.591Z Downloaded bit-set v0.8.0
5052026-07-01T23:41:32.591Z Downloaded crunchy v0.2.4
5062026-07-01T23:41:32.591Z Downloaded crc v3.4.0
5072026-07-01T23:41:32.591Z Downloaded darling_macro v0.13.4
5082026-07-01T23:41:32.591Z Downloaded crypto-common v0.2.2
5092026-07-01T23:41:32.591Z Downloaded assert_matches v1.5.0
5102026-07-01T23:41:32.591Z Downloaded ascii-canvas v3.0.0
5112026-07-01T23:41:32.591Z Downloaded base64ct v1.8.3
5122026-07-01T23:41:32.591Z Downloaded backoff v0.4.0
5132026-07-01T23:41:32.591Z Downloaded bitfield-macros v0.19.4
5142026-07-01T23:41:32.631Z Downloaded crc8 v0.1.1
5152026-07-01T23:41:32.631Z Downloaded base16ct v1.0.0
5162026-07-01T23:41:32.631Z Downloaded ciborium-io v0.2.2
5172026-07-01T23:41:32.631Z Downloaded bitfield-struct v0.6.2
5182026-07-01T23:41:32.631Z Downloaded cpufeatures v0.3.0
5192026-07-01T23:41:32.631Z Downloaded async-recursion v1.1.1
5202026-07-01T23:41:32.631Z Downloaded corncobs v0.1.4
5212026-07-01T23:41:32.632Z Downloaded const-oid v0.9.6
5222026-07-01T23:41:32.633Z Downloaded crossbeam-deque v0.8.6
5232026-07-01T23:41:32.633Z Downloaded ciborium v0.2.2
5242026-07-01T23:41:32.633Z Downloaded ahash v0.8.12
5252026-07-01T23:41:32.633Z Downloaded clang-sys v1.8.1
5262026-07-01T23:41:32.633Z Downloaded defmt v0.3.100
5272026-07-01T23:41:32.633Z Downloaded bcs v0.1.6
5282026-07-01T23:41:32.633Z Downloaded downcast-rs v2.0.2
5292026-07-01T23:41:32.633Z Downloaded dropshot-api-manager-types v0.7.2
5302026-07-01T23:41:32.633Z Downloaded dof v0.4.0
5312026-07-01T23:41:32.633Z Downloaded difflib v0.4.0
5322026-07-01T23:41:32.633Z Downloaded cstr-argument v0.1.2
5332026-07-01T23:41:32.633Z Downloaded cfg_aliases v0.1.1
5342026-07-01T23:41:32.633Z Downloaded arrayref v0.3.9
5352026-07-01T23:41:32.633Z Downloaded dirs-next v2.0.0
5362026-07-01T23:41:32.719Z Downloaded block-padding v0.4.2
5372026-07-01T23:41:32.719Z Downloaded bb8 v0.8.6
5382026-07-01T23:41:32.719Z Downloaded cfg_aliases v0.2.1
5392026-07-01T23:41:32.719Z Downloaded block-buffer v0.12.1
5402026-07-01T23:41:32.719Z Downloaded atty v0.2.14
5412026-07-01T23:41:32.719Z Downloaded castaway v0.2.4
5422026-07-01T23:41:32.719Z Downloaded defmt-parser v1.0.0
5432026-07-01T23:41:32.719Z Downloaded debug-ignore v1.0.5
5442026-07-01T23:41:32.719Z Downloaded darling v0.13.4
5452026-07-01T23:41:32.720Z Downloaded curve25519-dalek-derive v0.1.1
5462026-07-01T23:41:32.720Z Downloaded base16ct v0.2.0
5472026-07-01T23:41:32.720Z Downloaded critical-section v1.2.0
5482026-07-01T23:41:32.720Z Downloaded daft v0.1.7
5492026-07-01T23:41:32.720Z Downloaded convert_case v0.10.0
5502026-07-01T23:41:32.720Z Downloaded data-encoding v2.10.0
5512026-07-01T23:41:32.720Z Downloaded csv-core v0.1.13
5522026-07-01T23:41:32.720Z Downloaded cookie_store v0.22.1
5532026-07-01T23:41:32.720Z Downloaded ciborium-ll v0.2.2
5542026-07-01T23:41:32.721Z Downloaded darling_macro v0.23.0
5552026-07-01T23:41:32.721Z Downloaded embedded-io v0.6.1
5562026-07-01T23:41:32.721Z Downloaded dtrace-parser v0.3.0
5572026-07-01T23:41:32.721Z Downloaded darling_macro v0.20.11
5582026-07-01T23:41:32.721Z Downloaded convert_case v0.4.0
5592026-07-01T23:41:32.754Z Downloaded enum-as-inner v0.6.1
5602026-07-01T23:41:32.755Z Downloaded bzip2 v0.4.4
5612026-07-01T23:41:32.755Z Downloaded dirs-sys-next v0.1.2
5622026-07-01T23:41:32.755Z Downloaded async-trait v0.1.89
5632026-07-01T23:41:32.755Z Downloaded dyn-clone v1.0.20
5642026-07-01T23:41:32.755Z Downloaded bit-vec v0.8.0
5652026-07-01T23:41:32.755Z Downloaded argon2 v0.5.3
5662026-07-01T23:41:32.755Z Downloaded anstream v0.6.21
5672026-07-01T23:41:32.755Z Downloaded endian-type v0.1.2
5682026-07-01T23:41:32.755Z Downloaded diesel_table_macro_syntax v0.3.0
5692026-07-01T23:41:32.755Z Downloaded bitfield v0.19.4
5702026-07-01T23:41:32.755Z Downloaded anstyle-parse v0.2.7
5712026-07-01T23:41:32.755Z Downloaded env_filter v1.0.0
5722026-07-01T23:41:32.757Z Downloaded dsl_auto_type v0.2.0
5732026-07-01T23:41:32.757Z Downloaded cexpr v0.6.0
5742026-07-01T23:41:32.757Z Downloaded fd-lock v4.0.4
5752026-07-01T23:41:32.757Z Downloaded daft-derive v0.1.7
5762026-07-01T23:41:32.757Z Downloaded arrayvec v0.7.6
5772026-07-01T23:41:32.757Z Downloaded ctr v0.10.1
5782026-07-01T23:41:32.757Z Downloaded ena v0.14.4
5792026-07-01T23:41:32.757Z Downloaded float-cmp v0.10.0
5802026-07-01T23:41:32.757Z Downloaded fixedbitset v0.4.2
5812026-07-01T23:41:32.757Z Downloaded dunce v1.0.5
5822026-07-01T23:41:32.757Z Downloaded foreign-types v0.3.2
5832026-07-01T23:41:32.757Z Downloaded flagset v0.4.7
5842026-07-01T23:41:32.757Z Downloaded foreign-types v0.5.0
5852026-07-01T23:41:32.758Z Downloaded float-ord v0.3.2
5862026-07-01T23:41:32.758Z Downloaded display-error-chain v0.2.2
5872026-07-01T23:41:32.758Z Downloaded form_urlencoded v1.2.2
5882026-07-01T23:41:32.758Z Downloaded ed25519 v2.2.3
5892026-07-01T23:41:32.758Z Downloaded derive_builder_core v0.20.2
5902026-07-01T23:41:32.758Z Downloaded darling v0.23.0
5912026-07-01T23:41:32.758Z Downloaded futures-macro v0.3.32
5922026-07-01T23:41:32.758Z Downloaded futures-core v0.3.32
5932026-07-01T23:41:32.758Z Downloaded futures-io v0.3.32
5942026-07-01T23:41:32.758Z Downloaded defmt-macros v1.0.1
5952026-07-01T23:41:32.758Z Downloaded foreign-types-shared v0.1.1
5962026-07-01T23:41:32.758Z Downloaded crc32fast v1.5.0
5972026-07-01T23:41:32.758Z Downloaded cobs v0.3.0
5982026-07-01T23:41:32.759Z Downloaded chacha20 v0.9.1
5992026-07-01T23:41:32.759Z Downloaded blowfish v0.10.0
6002026-07-01T23:41:32.759Z Downloaded darling v0.20.11
6012026-07-01T23:41:32.759Z Downloaded gethostname v0.5.0
6022026-07-01T23:41:32.760Z Downloaded futures-task v0.3.32
6032026-07-01T23:41:32.760Z Downloaded futures-sink v0.3.32
6042026-07-01T23:41:32.760Z Downloaded funty v2.0.0
6052026-07-01T23:41:32.760Z Downloaded foreign-types-shared v0.3.1
6062026-07-01T23:41:32.760Z Downloaded cmov v0.5.4
6072026-07-01T23:41:32.760Z Downloaded darling_macro v0.21.3
6082026-07-01T23:41:32.760Z Downloaded byte-wrapper v0.1.0
6092026-07-01T23:41:32.760Z Downloaded derive_builder_macro v0.20.2
6102026-07-01T23:41:32.760Z Downloaded diesel-dtrace v0.5.0
6112026-07-01T23:41:32.760Z Downloaded displaydoc v0.2.5
6122026-07-01T23:41:32.760Z Downloaded digest v0.11.3
6132026-07-01T23:41:32.760Z Downloaded cbc v0.2.1
6142026-07-01T23:41:32.760Z Downloaded camino-tempfile-ext v0.3.3
6152026-07-01T23:41:32.760Z Downloaded derive-ex v0.1.8
6162026-07-01T23:41:32.761Z Downloaded der_derive v0.7.3
6172026-07-01T23:41:32.761Z Downloaded git-stub v1.0.0
6182026-07-01T23:41:32.762Z Downloaded deranged v0.5.8
6192026-07-01T23:41:32.817Z Downloaded buf-list v1.1.2
6202026-07-01T23:41:32.817Z Downloaded delegate v0.13.5
6212026-07-01T23:41:32.817Z Downloaded constant_time_eq v0.4.2
6222026-07-01T23:41:32.818Z Downloaded fxhash v0.2.1
6232026-07-01T23:41:32.818Z Downloaded hash32 v0.3.1
6242026-07-01T23:41:32.818Z Downloaded ghash v0.6.0
6252026-07-01T23:41:32.818Z Downloaded cmake v0.1.57
6262026-07-01T23:41:32.818Z Downloaded cassowary v0.3.0
6272026-07-01T23:41:32.818Z Downloaded compression-codecs v0.4.37
6282026-07-01T23:41:32.818Z Downloaded hash32 v0.2.1
6292026-07-01T23:41:32.818Z Downloaded crossbeam-utils v0.8.21
6302026-07-01T23:41:32.818Z Downloaded async-bb8-diesel v0.2.1
6312026-07-01T23:41:32.818Z Downloaded argon2 v0.6.0-rc.8
6322026-07-01T23:41:32.818Z Downloaded allocator-api2 v0.2.21
6332026-07-01T23:41:32.818Z Downloaded enum_dispatch v0.3.13
6342026-07-01T23:41:32.818Z Downloaded darling v0.21.3
6352026-07-01T23:41:32.818Z Downloaded diff v0.1.13
6362026-07-01T23:41:32.818Z Downloaded filetime v0.2.27
6372026-07-01T23:41:32.818Z Downloaded globwalk v0.9.1
6382026-07-01T23:41:32.818Z Downloaded env_logger v0.11.9
6392026-07-01T23:41:32.818Z Downloaded ff v0.13.1
6402026-07-01T23:41:32.818Z Downloaded ed25519 v3.0.0
6412026-07-01T23:41:32.818Z Downloaded fs_extra v1.3.0
6422026-07-01T23:41:32.818Z Downloaded foreign-types-macros v0.2.3
6432026-07-01T23:41:32.819Z Downloaded hex-literal v1.1.0
6442026-07-01T23:41:32.819Z Downloaded hex v0.4.3
6452026-07-01T23:41:32.819Z Downloaded headers-core v0.3.0
6462026-07-01T23:41:32.819Z Downloaded foldhash v0.2.0
6472026-07-01T23:41:32.819Z Downloaded fixedbitset v0.5.7
6482026-07-01T23:41:32.844Z Downloaded find-msvc-tools v0.1.9
6492026-07-01T23:41:32.844Z Downloaded cipher v0.4.4
6502026-07-01T23:41:32.844Z Downloaded blake2 v0.10.6
6512026-07-01T23:41:32.844Z Downloaded bitflags v1.3.2
6522026-07-01T23:41:32.844Z Downloaded home v0.5.12
6532026-07-01T23:41:32.844Z Downloaded dropshot_endpoint v0.17.1
6542026-07-01T23:41:32.844Z Downloaded http-range v0.1.5
6552026-07-01T23:41:32.844Z Downloaded http-body v1.0.1
6562026-07-01T23:41:32.844Z Downloaded hostname v0.4.2
6572026-07-01T23:41:32.844Z Downloaded hostname v0.3.1
6582026-07-01T23:41:32.844Z Downloaded futures-executor v0.3.32
6592026-07-01T23:41:32.844Z Downloaded fs-err v2.11.0
6602026-07-01T23:41:32.844Z Downloaded either v1.15.0
6612026-07-01T23:41:32.844Z Downloaded crc-any v2.5.0
6622026-07-01T23:41:32.844Z Downloaded foldhash v0.1.5
6632026-07-01T23:41:32.844Z Downloaded blake2 v0.11.0-rc.6
6642026-07-01T23:41:32.844Z Downloaded defmt v1.0.1
6652026-07-01T23:41:32.844Z Downloaded console v0.15.11
6662026-07-01T23:41:32.844Z Downloaded hubpack v0.1.2
6672026-07-01T23:41:32.844Z Downloaded httpdate v1.0.3
6682026-07-01T23:41:32.844Z Downloaded glob v0.3.3
6692026-07-01T23:41:32.846Z Downloaded colored v2.2.0
6702026-07-01T23:41:32.846Z Downloaded bzip2 v0.6.1
6712026-07-01T23:41:32.846Z Downloaded cancel-safe-futures v0.1.5
6722026-07-01T23:41:32.846Z Downloaded cookie v0.18.1
6732026-07-01T23:41:32.846Z Downloaded derive_builder v0.20.2
6742026-07-01T23:41:32.846Z Downloaded ctutils v0.4.2
6752026-07-01T23:41:32.846Z Downloaded console v0.16.2
6762026-07-01T23:41:32.846Z Downloaded globset v0.4.18
6772026-07-01T23:41:32.846Z Downloaded colored v3.1.1
6782026-07-01T23:41:32.846Z Downloaded fallible-iterator v0.2.0
6792026-07-01T23:41:32.846Z Downloaded hyper-tls v0.6.0
6802026-07-01T23:41:32.846Z Downloaded hubpack_derive v0.1.1
6812026-07-01T23:41:32.846Z Downloaded chacha20 v0.10.0
6822026-07-01T23:41:32.847Z Downloaded cipher v0.5.2
6832026-07-01T23:41:32.847Z Downloaded const_format_proc_macros v0.2.34
6842026-07-01T23:41:32.847Z Downloaded bit-vec v0.6.3
6852026-07-01T23:41:32.847Z Downloaded ident_case v1.0.1
6862026-07-01T23:41:32.847Z Downloaded erased-serde v0.3.31
6872026-07-01T23:41:32.847Z Downloaded indoc v1.0.9
6882026-07-01T23:41:32.847Z Downloaded group v0.14.0
6892026-07-01T23:41:32.873Z Downloaded ecdsa v0.17.0-rc.18
6902026-07-01T23:41:32.873Z Downloaded indent_write v2.2.0
6912026-07-01T23:41:32.873Z Downloaded illumos-nvpair v0.3.0
6922026-07-01T23:41:32.873Z Downloaded idna_adapter v1.2.1
6932026-07-01T23:41:32.874Z Downloaded elliptic-curve v0.13.8
6942026-07-01T23:41:32.874Z Downloaded inout v0.1.4
6952026-07-01T23:41:32.874Z Downloaded ff v0.14.0
6962026-07-01T23:41:32.874Z Downloaded derive_more v0.99.20
6972026-07-01T23:41:32.874Z Downloaded is-terminal v0.4.17
6982026-07-01T23:41:32.874Z Downloaded instant v0.1.13
6992026-07-01T23:41:32.874Z Downloaded ecdsa v0.16.9
7002026-07-01T23:41:32.874Z Downloaded illumos-nvpair-sys v0.2.0
7012026-07-01T23:41:32.875Z Downloaded instability v0.3.11
7022026-07-01T23:41:32.875Z Downloaded highway v1.3.0
7032026-07-01T23:41:32.902Z Downloaded keccak v0.1.6
7042026-07-01T23:41:32.902Z Downloaded is_ci v1.2.0
7052026-07-01T23:41:32.902Z Downloaded internet-checksum v0.2.1
7062026-07-01T23:41:32.902Z Downloaded elliptic-curve v0.14.0-rc.33
7072026-07-01T23:41:32.902Z Downloaded lazy_static v1.5.0
7082026-07-01T23:41:32.902Z Downloaded futures-channel v0.3.32
7092026-07-01T23:41:32.902Z Downloaded kstat-rs v0.2.4
7102026-07-01T23:41:32.904Z Downloaded des v0.9.0
7112026-07-01T23:41:32.905Z Downloaded darling_core v0.20.11
7122026-07-01T23:41:32.905Z Downloaded http-body-util v0.1.3
7132026-07-01T23:41:32.905Z Downloaded const-oid v0.10.2
7142026-07-01T23:41:32.906Z Downloaded kem v0.3.0
7152026-07-01T23:41:32.906Z Downloaded getrandom v0.2.17
7162026-07-01T23:41:32.906Z Downloaded git-stub-vcs v0.1.0
7172026-07-01T23:41:32.906Z Downloaded lalrpop-util v0.19.12
7182026-07-01T23:41:32.919Z Downloaded group v0.13.0
7192026-07-01T23:41:32.919Z Downloaded darling_core v0.13.4
7202026-07-01T23:41:32.919Z Downloaded fatfs v0.3.6
7212026-07-01T23:41:32.919Z Downloaded lru-cache v0.1.2
7222026-07-01T23:41:32.919Z Downloaded lru v0.12.5
7232026-07-01T23:41:32.919Z Downloaded linked-hash-map v0.5.6
7242026-07-01T23:41:32.919Z Downloaded lzss v0.8.2
7252026-07-01T23:41:32.949Z Downloaded libscf-sys v1.1.0
7262026-07-01T23:41:32.949Z Downloaded cc v1.2.56
7272026-07-01T23:41:32.949Z Downloaded match_cfg v0.1.0
7282026-07-01T23:41:32.949Z Downloaded managed v0.8.0
7292026-07-01T23:41:32.949Z Downloaded lru-slab v0.1.2
7302026-07-01T23:41:32.949Z Downloaded md5 v0.8.0
7312026-07-01T23:41:32.949Z Downloaded multimap v0.10.1
7322026-07-01T23:41:33.196Z Downloaded md-5 v0.10.6
7332026-07-01T23:41:33.196Z Downloaded inout v0.2.2
7342026-07-01T23:41:33.196Z Downloaded memoffset v0.9.1
7352026-07-01T23:41:33.196Z Downloaded maybe-uninit v2.0.0
7362026-07-01T23:41:33.196Z Downloaded maplit v1.0.2
7372026-07-01T23:41:33.197Z Downloaded derive-where v1.6.0
7382026-07-01T23:41:33.197Z Downloaded drift v0.2.0
7392026-07-01T23:41:33.197Z Downloaded ipnet v2.11.0
7402026-07-01T23:41:33.197Z Downloaded impl-trait-for-tuples v0.2.3
7412026-07-01T23:41:33.197Z Downloaded ipnetwork v0.21.1
7422026-07-01T23:41:33.197Z Downloaded ingot-types v0.1.2
7432026-07-01T23:41:33.197Z Downloaded keccak v0.2.0
7442026-07-01T23:41:33.197Z Downloaded mime v0.3.17
7452026-07-01T23:41:33.197Z Downloaded nibble_vec v0.1.0
7462026-07-01T23:41:33.197Z Downloaded indoc v2.0.7
7472026-07-01T23:41:33.197Z Downloaded newtype-uuid-macros v0.1.0
7482026-07-01T23:41:33.198Z Downloaded hmac v0.12.1
7492026-07-01T23:41:33.198Z Downloaded newline-converter v0.3.0
7502026-07-01T23:41:33.198Z Downloaded crypto-bigint v0.5.5
7512026-07-01T23:41:33.241Z Downloaded num-derive v0.3.3
7522026-07-01T23:41:33.241Z Downloaded normalize-line-endings v0.3.0
7532026-07-01T23:41:33.242Z Downloaded nodrop v0.1.14
7542026-07-01T23:41:33.242Z Downloaded linear-map v1.2.0
7552026-07-01T23:41:33.242Z Downloaded num-derive v0.4.2
7562026-07-01T23:41:33.242Z Downloaded libefi-sys v0.1.0
7572026-07-01T23:41:33.242Z Downloaded hyper-rustls v0.27.7
7582026-07-01T23:41:33.242Z Downloaded hybrid-array v0.4.13
7592026-07-01T23:41:33.242Z Downloaded num_threads v0.1.7
7602026-07-01T23:41:33.242Z Downloaded num v0.4.3
7612026-07-01T23:41:33.243Z Downloaded libsw-core v0.3.2
7622026-07-01T23:41:33.243Z Downloaded darling_core v0.21.3
7632026-07-01T23:41:33.243Z Downloaded libloading v0.8.9
7642026-07-01T23:41:33.243Z Downloaded num-iter v0.1.45
7652026-07-01T23:41:33.243Z Downloaded num-conv v0.2.0
7662026-07-01T23:41:33.243Z Downloaded humantime v2.3.0
7672026-07-01T23:41:33.243Z Downloaded base64 v0.22.1
7682026-07-01T23:41:33.244Z Downloaded half v2.7.1
7692026-07-01T23:41:33.244Z Downloaded hmac v0.13.0
7702026-07-01T23:41:33.244Z Downloaded iana-time-zone v0.1.65
7712026-07-01T23:41:33.244Z Downloaded hyper-staticfile v0.10.1
7722026-07-01T23:41:33.244Z Downloaded multer v3.1.0
7732026-07-01T23:41:33.244Z Downloaded openssl-probe v0.1.6
7742026-07-01T23:41:33.244Z Downloaded opaque-debug v0.3.1
7752026-07-01T23:41:33.244Z Downloaded half v1.8.3
7762026-07-01T23:41:33.244Z Downloaded openssl-probe v0.2.1
7772026-07-01T23:41:33.245Z Downloaded openssl-macros v0.1.1
7782026-07-01T23:41:33.245Z Downloaded nanorand v0.7.0
7792026-07-01T23:41:33.245Z Downloaded olpc-cjson v0.1.4
7802026-07-01T23:41:33.245Z Downloaded getrandom v0.3.4
7812026-07-01T23:41:33.245Z Downloaded generic-array v1.4.3
7822026-07-01T23:41:33.245Z Downloaded futures v0.3.32
7832026-07-01T23:41:33.245Z Downloaded darling_core v0.23.0
7842026-07-01T23:41:33.245Z Downloaded compact_str v0.8.1
7852026-07-01T23:41:33.245Z Downloaded mime_guess v2.0.5
7862026-07-01T23:41:33.245Z Downloaded httparse v1.10.1
7872026-07-01T23:41:33.245Z Downloaded ingot-macros v0.1.1
7882026-07-01T23:41:33.245Z Downloaded ingot v0.1.1
7892026-07-01T23:41:33.245Z Downloaded flume v0.11.1
7902026-07-01T23:41:33.246Z Downloaded oso-derive v0.27.3
7912026-07-01T23:41:33.246Z Downloaded native-tls v0.2.18
7922026-07-01T23:41:33.246Z Downloaded newtype-uuid v1.3.2
7932026-07-01T23:41:33.246Z Downloaded chacha20poly1305 v0.10.1
7942026-07-01T23:41:33.247Z Downloaded bytes v1.11.1
7952026-07-01T23:41:33.247Z Downloaded new_debug_unreachable v1.0.6
7962026-07-01T23:41:33.247Z Downloaded const_format v0.2.35
7972026-07-01T23:41:33.247Z Downloaded packed_struct_codegen v0.10.1
7982026-07-01T23:41:33.247Z Downloaded parse-display v0.10.0
7992026-07-01T23:41:33.247Z Downloaded newtype_derive v0.1.6
8002026-07-01T23:41:33.247Z Downloaded nu-ansi-term v0.50.3
8012026-07-01T23:41:33.247Z Downloaded num_enum v0.5.11
8022026-07-01T23:41:33.247Z Downloaded num-integer v0.1.46
8032026-07-01T23:41:33.247Z Downloaded lock_api v0.4.14
8042026-07-01T23:41:33.247Z Downloaded password-hash v0.6.1
8052026-07-01T23:41:33.247Z Downloaded peg-runtime v0.8.5
8062026-07-01T23:41:33.247Z Downloaded litrs v1.0.0
8072026-07-01T23:41:33.248Z Downloaded parse-size v1.1.0
8082026-07-01T23:41:33.248Z Downloaded litemap v0.8.1
8092026-07-01T23:41:33.248Z Downloaded num-rational v0.4.2
8102026-07-01T23:41:33.248Z Downloaded async-compression v0.4.41
8112026-07-01T23:41:33.248Z Downloaded num_enum v0.7.6
8122026-07-01T23:41:33.248Z Downloaded indexmap v1.9.3
8132026-07-01T23:41:33.248Z Downloaded num_enum_derive v0.5.11
8142026-07-01T23:41:33.248Z Downloaded aes v0.9.1
8152026-07-01T23:41:33.248Z Downloaded path-slash v0.1.5
8162026-07-01T23:41:33.249Z Downloaded ignore v0.4.25
8172026-07-01T23:41:33.249Z Downloaded percent-encoding v2.3.2
8182026-07-01T23:41:33.249Z Downloaded icu_provider v2.1.1
8192026-07-01T23:41:33.249Z Downloaded ed25519-dalek v2.2.0
8202026-07-01T23:41:33.249Z Downloaded arc-swap v1.8.2
8212026-07-01T23:41:33.249Z Downloaded headers v0.4.1
8222026-07-01T23:41:33.249Z Downloaded expectorate v1.2.0
8232026-07-01T23:41:33.249Z Downloaded derive_more v2.1.1
8242026-07-01T23:41:33.249Z Downloaded libbz2-rs-sys v0.2.2
8252026-07-01T23:41:33.249Z Downloaded module-lattice v0.2.3
8262026-07-01T23:41:33.250Z Downloaded memmap2 v0.9.10
8272026-07-01T23:41:33.250Z Downloaded phf_shared v0.13.1
8282026-07-01T23:41:33.250Z Downloaded jobserver v0.1.34
8292026-07-01T23:41:33.250Z Downloaded flate2 v1.1.9
8302026-07-01T23:41:33.250Z Downloaded phf_shared v0.11.3
8312026-07-01T23:41:33.250Z Downloaded der v0.7.10
8322026-07-01T23:41:33.250Z Downloaded ar_archive_writer v0.5.1
8332026-07-01T23:41:33.250Z Downloaded num-complex v0.4.6
8342026-07-01T23:41:33.250Z Downloaded oxnet v0.1.6
8352026-07-01T23:41:33.250Z Downloaded bumpalo v3.20.2
8362026-07-01T23:41:33.250Z Downloaded potential_utf v0.1.4
8372026-07-01T23:41:33.250Z Downloaded icu_properties v2.1.2
8382026-07-01T23:41:33.250Z Downloaded nonempty v0.12.0
8392026-07-01T23:41:33.250Z Downloaded crossbeam-channel v0.5.15
8402026-07-01T23:41:33.250Z Downloaded oxide-tokio-rt v0.1.4
8412026-07-01T23:41:33.250Z Downloaded owo-colors v4.3.0
8422026-07-01T23:41:33.250Z Downloaded heapless v0.8.0
8432026-07-01T23:41:33.251Z Downloaded powerfmt v0.2.0
8442026-07-01T23:41:33.251Z Downloaded packed_struct v0.10.1
8452026-07-01T23:41:33.251Z Downloaded icu_normalizer v2.1.1
8462026-07-01T23:41:33.251Z Downloaded precomputed-hash v0.1.1
8472026-07-01T23:41:33.251Z Downloaded parking_lot_core v0.8.6
8482026-07-01T23:41:33.251Z Downloaded password-hash v0.5.0
8492026-07-01T23:41:33.251Z Downloaded predicates-core v1.0.10
8502026-07-01T23:41:33.251Z Downloaded pbkdf2 v0.13.0
8512026-07-01T23:41:33.271Z Downloaded paste v1.0.15
8522026-07-01T23:41:33.271Z Downloaded icu_normalizer_data v2.1.1
8532026-07-01T23:41:33.271Z Downloaded indicatif v0.18.4
8542026-07-01T23:41:33.271Z Downloaded proc-macro-crate v1.3.1
8552026-07-01T23:41:33.271Z Downloaded num_enum_derive v0.7.6
8562026-07-01T23:41:33.272Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-07-01T23:41:33.272Z Downloaded peg-macros v0.8.5
8582026-07-01T23:41:33.272Z Downloaded peg v0.8.5
8592026-07-01T23:41:33.272Z Downloaded proc-macro-crate v3.4.0
8602026-07-01T23:41:33.272Z Downloaded progenitor-client v0.14.0
8612026-07-01T23:41:33.272Z Downloaded pem-rfc7468 v0.7.0
8622026-07-01T23:41:33.272Z Downloaded heapless v0.7.17
8632026-07-01T23:41:33.272Z Downloaded pem v3.0.6
8642026-07-01T23:41:33.272Z Downloaded hickory-resolver v0.24.4
8652026-07-01T23:41:33.272Z Downloaded pem-rfc7468 v1.0.0
8662026-07-01T23:41:33.272Z Downloaded ml-kem v0.3.2
8672026-07-01T23:41:33.272Z Downloaded progenitor-macro v0.14.0
8682026-07-01T23:41:33.272Z Downloaded phc v0.6.1
8692026-07-01T23:41:33.273Z Downloaded psl-types v2.0.11
8702026-07-01T23:41:33.273Z Downloaded pin-project-lite v0.2.17
8712026-07-01T23:41:33.273Z Downloaded phf v0.12.1
8722026-07-01T23:41:33.273Z Downloaded phf v0.13.1
8732026-07-01T23:41:33.273Z Downloaded phf_shared v0.12.1
8742026-07-01T23:41:33.273Z Downloaded pkg-config v0.3.32
8752026-07-01T23:41:33.273Z Downloaded ed25519-dalek v3.0.0-rc.0
8762026-07-01T23:41:33.273Z Downloaded derive_more-impl v2.1.1
8772026-07-01T23:41:33.273Z Downloaded polyval v0.7.1
8782026-07-01T23:41:33.273Z Downloaded ppv-lite86 v0.2.21
8792026-07-01T23:41:33.273Z Downloaded radium v0.7.0
8802026-07-01T23:41:33.273Z Downloaded quick-error v1.2.3
8812026-07-01T23:41:33.273Z Downloaded rand_chacha v0.3.1
8822026-07-01T23:41:33.273Z Downloaded aes-gcm v0.11.0
8832026-07-01T23:41:33.273Z Downloaded postgres-protocol v0.6.10
8842026-07-01T23:41:33.273Z Downloaded parking_lot v0.12.5
8852026-07-01T23:41:33.274Z Downloaded crossterm v0.28.1
8862026-07-01T23:41:33.274Z Downloaded rand_xorshift v0.4.0
8872026-07-01T23:41:33.274Z Downloaded predicates-tree v1.0.13
8882026-07-01T23:41:33.336Z Downloaded primeorder v0.13.6
8892026-07-01T23:41:33.337Z Downloaded primefield v0.14.0
8902026-07-01T23:41:33.337Z Downloaded omicron-zone-package v0.12.3
8912026-07-01T23:41:33.337Z Downloaded primeorder v0.14.0-rc.10
8922026-07-01T23:41:33.337Z Downloaded parking_lot v0.11.2
8932026-07-01T23:41:33.337Z Downloaded predicates v3.1.4
8942026-07-01T23:41:33.337Z Downloaded ref-cast-impl v1.0.25
8952026-07-01T23:41:33.337Z Downloaded progenitor-extras v0.2.0
8962026-07-01T23:41:33.337Z Downloaded recursive v0.1.1
8972026-07-01T23:41:33.337Z Downloaded hickory-resolver v0.25.2
8982026-07-01T23:41:33.339Z Downloaded progenitor-client v0.13.0
8992026-07-01T23:41:33.339Z Downloaded progenitor v0.13.0
9002026-07-01T23:41:33.339Z Downloaded proc-macro-error2 v2.0.1
9012026-07-01T23:41:33.339Z Downloaded libsw v3.5.0
9022026-07-01T23:41:33.339Z Downloaded pin-project-internal v1.1.11
9032026-07-01T23:41:33.339Z Downloaded der v0.8.0
9042026-07-01T23:41:33.389Z Downloaded miniz_oxide v0.8.9
9052026-07-01T23:41:33.389Z Downloaded progenitor-macro v0.13.0
9062026-07-01T23:41:33.391Z Downloaded rfc6979 v0.4.0
9072026-07-01T23:41:33.391Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-07-01T23:41:33.391Z Downloaded pkcs8 v0.10.2
9092026-07-01T23:41:33.391Z Downloaded rustc-hash v2.1.1
9102026-07-01T23:41:33.391Z Downloaded rfc6979 v0.5.0
9112026-07-01T23:41:33.391Z Downloaded jiff-static v0.2.21
9122026-07-01T23:41:33.392Z Downloaded diesel_derives v2.3.7
9132026-07-01T23:41:33.392Z Downloaded hashbrown v0.13.2
9142026-07-01T23:41:33.392Z Downloaded pkcs8 v0.11.0
9152026-07-01T23:41:33.392Z Downloaded pkcs1 v0.8.0-rc.4
9162026-07-01T23:41:33.392Z Downloaded hashbrown v0.12.3
9172026-07-01T23:41:33.393Z Downloaded num-traits v0.2.19
9182026-07-01T23:41:33.393Z Downloaded psm v0.1.30
9192026-07-01T23:41:33.393Z Downloaded oso v0.27.3
9202026-07-01T23:41:33.393Z Downloaded russh-util v0.52.0
9212026-07-01T23:41:33.393Z Downloaded poly1305 v0.8.0
9222026-07-01T23:41:33.393Z Downloaded pkcs1 v0.7.5
9232026-07-01T23:41:33.393Z Downloaded rustc_version v0.1.7
9242026-07-01T23:41:33.393Z Downloaded poly1305 v0.9.0
9252026-07-01T23:41:33.394Z Downloaded icu_collections v2.1.1
9262026-07-01T23:41:33.394Z Downloaded rustc_version v0.4.1
9272026-07-01T23:41:33.394Z Downloaded rand_core v0.9.5
9282026-07-01T23:41:33.394Z Downloaded r2d2 v0.8.10
9292026-07-01T23:41:33.394Z Downloaded rand_core v0.6.4
9302026-07-01T23:41:33.394Z Downloaded rand_seeder v0.4.0
9312026-07-01T23:41:33.394Z Downloaded rand_core v0.10.0
9322026-07-01T23:41:33.396Z Downloaded postgres-types v0.2.12
9332026-07-01T23:41:33.396Z Downloaded postcard v1.1.3
9342026-07-01T23:41:33.396Z Downloaded rand_chacha v0.9.0
9352026-07-01T23:41:33.396Z Downloaded parse-display-derive v0.10.0
9362026-07-01T23:41:33.396Z Downloaded papergrid v0.17.0
9372026-07-01T23:41:33.396Z Downloaded parking_lot_core v0.9.12
9382026-07-01T23:41:33.396Z Downloaded icu_locale_core v2.1.1
9392026-07-01T23:41:33.396Z Downloaded sapling-renderdag v0.1.0
9402026-07-01T23:41:33.396Z Downloaded same-file v1.0.6
9412026-07-01T23:41:33.559Z Downloaded ref-cast v1.0.25
9422026-07-01T23:41:33.559Z Downloaded scheduled-thread-pool v0.2.7
9432026-07-01T23:41:33.559Z Downloaded progenitor v0.14.0
9442026-07-01T23:41:33.559Z Downloaded aws-lc-rs v1.16.3
9452026-07-01T23:41:33.560Z Downloaded pin-project v1.1.11
9462026-07-01T23:41:33.560Z Downloaded russh-cryptovec v0.61.0
9472026-07-01T23:41:33.560Z Downloaded secrecy v0.10.3
9482026-07-01T23:41:33.560Z Downloaded secrecy v0.8.0
9492026-07-01T23:41:33.560Z Downloaded quinn-udp v0.5.14
9502026-07-01T23:41:33.560Z Downloaded scroll_derive v0.13.1
9512026-07-01T23:41:33.560Z Downloaded resolv-conf v0.7.6
9522026-07-01T23:41:33.561Z Downloaded minimal-lexical v0.2.1
9532026-07-01T23:41:33.561Z Downloaded pkcs5 v0.8.1
9542026-07-01T23:41:33.561Z Downloaded serde-big-array v0.5.1
9552026-07-01T23:41:33.561Z Downloaded rustls-native-certs v0.8.3
9562026-07-01T23:41:33.561Z Downloaded rtoolbox v0.0.3
9572026-07-01T23:41:33.561Z Downloaded sha1 v0.10.6
9582026-07-01T23:41:33.561Z Downloaded serde_spanned v1.1.1
9592026-07-01T23:41:33.562Z Downloaded serde_urlencoded v0.7.1
9602026-07-01T23:41:33.562Z Downloaded signal-hook-mio v0.2.5
9612026-07-01T23:41:33.562Z Downloaded aho-corasick v1.1.4
9622026-07-01T23:41:33.562Z Downloaded signal-hook-tokio v0.3.1
9632026-07-01T23:41:33.562Z Downloaded rustls-pemfile v2.2.0
9642026-07-01T23:41:33.562Z Downloaded serde_plain v1.0.2
9652026-07-01T23:41:33.562Z Downloaded p384 v0.14.0-rc.10
9662026-07-01T23:41:33.565Z Downloaded serde_repr v0.1.20
9672026-07-01T23:41:33.565Z Downloaded serde_bytes v0.11.19
9682026-07-01T23:41:33.565Z Downloaded crossterm v0.29.0
9692026-07-01T23:41:33.565Z Downloaded scopeguard v1.2.0
9702026-07-01T23:41:33.663Z Downloaded rusty-fork v0.3.1
9712026-07-01T23:41:33.663Z Downloaded sigpipe v0.1.3
9722026-07-01T23:41:33.663Z Downloaded signature v3.0.0
9732026-07-01T23:41:33.663Z Downloaded rustversion v1.0.22
9742026-07-01T23:41:33.663Z Downloaded sha1 v0.11.0
9752026-07-01T23:41:33.663Z Downloaded shell-words v1.1.1
9762026-07-01T23:41:33.663Z Downloaded signature v2.2.0
9772026-07-01T23:41:33.663Z Downloaded schemars_derive v0.8.22
9782026-07-01T23:41:33.664Z Downloaded http v1.4.2
9792026-07-01T23:41:33.664Z Downloaded hickory-server v0.25.2
9802026-07-01T23:41:33.664Z Downloaded progenitor-impl v0.13.0
9812026-07-01T23:41:33.664Z Downloaded p256 v0.14.0-rc.10
9822026-07-01T23:41:33.665Z Downloaded mio v1.2.0
9832026-07-01T23:41:33.665Z Downloaded slog-envlogger v2.2.0
9842026-07-01T23:41:33.665Z Downloaded internal-russh-num-bigint v0.5.0
9852026-07-01T23:41:33.665Z Downloaded slog-bunyan v2.5.0
9862026-07-01T23:41:33.665Z Downloaded scroll v0.13.0
9872026-07-01T23:41:33.665Z Downloaded hyper-util v0.1.20
9882026-07-01T23:41:33.665Z Downloaded seq-macro v0.3.6
9892026-07-01T23:41:33.666Z Downloaded sec1 v0.8.1
9902026-07-01T23:41:33.667Z Downloaded sec1 v0.7.3
9912026-07-01T23:41:33.667Z Downloaded scrypt v0.12.0
9922026-07-01T23:41:33.667Z Downloaded progenitor-impl v0.14.0
9932026-07-01T23:41:33.667Z Downloaded serde-hex v0.1.0
9942026-07-01T23:41:33.667Z Downloaded dropshot-api-manager v0.7.2
9952026-07-01T23:41:33.667Z Downloaded semver v0.1.20
9962026-07-01T23:41:33.667Z Downloaded itertools v0.10.5
9972026-07-01T23:41:33.667Z Downloaded rustls-pki-types v1.14.0
9982026-07-01T23:41:33.668Z Downloaded openssl-sys v0.9.115
9992026-07-01T23:41:33.668Z Downloaded sqlparser_derive v0.5.0
10002026-07-01T23:41:33.669Z Downloaded serdect v0.4.3
10012026-07-01T23:41:33.669Z Downloaded serde_derive_internals v0.29.1
10022026-07-01T23:41:33.670Z Downloaded signal-hook-registry v1.4.8
10032026-07-01T23:41:33.670Z Downloaded serde_path_to_error v0.1.20
10042026-07-01T23:41:33.670Z Downloaded siphasher v1.0.2
10052026-07-01T23:41:33.670Z Downloaded simd-adler32 v0.3.8
10062026-07-01T23:41:33.670Z Downloaded salsa20 v0.11.0
10072026-07-01T23:41:33.670Z Downloaded shlex v1.3.0
10082026-07-01T23:41:33.670Z Downloaded stable_deref_trait v1.2.1
10092026-07-01T23:41:33.670Z Downloaded prettyplease v0.2.37
10102026-07-01T23:41:33.670Z Downloaded pretty_assertions v1.4.1
10112026-07-01T23:41:33.670Z Downloaded prefix-trie v0.7.0
10122026-07-01T23:41:33.670Z Downloaded slab v0.4.12
10132026-07-01T23:41:33.670Z Downloaded smallvec v0.6.14
10142026-07-01T23:41:33.670Z Downloaded slog-scope v4.4.1
10152026-07-01T23:41:33.670Z Downloaded strum v0.27.2
10162026-07-01T23:41:33.671Z Downloaded strum v0.26.3
10172026-07-01T23:41:33.672Z Downloaded structmeta-derive v0.3.0
10182026-07-01T23:41:33.672Z Downloaded supports-color v3.0.2
10192026-07-01T23:41:33.672Z Downloaded slog-json v2.6.1
10202026-07-01T23:41:33.672Z Downloaded slog-stdlog v4.1.1
10212026-07-01T23:41:33.672Z Downloaded slog-dtrace v0.3.0
10222026-07-01T23:41:33.672Z Downloaded sync_wrapper v1.0.2
10232026-07-01T23:41:33.672Z Downloaded strip-ansi-escapes v0.2.1
10242026-07-01T23:41:33.672Z Downloaded sync-ptr v0.1.4
10252026-07-01T23:41:33.672Z Downloaded snafu-derive v0.8.9
10262026-07-01T23:41:33.672Z Downloaded tabwriter v1.4.1
10272026-07-01T23:41:33.672Z Downloaded tagptr v0.2.0
10282026-07-01T23:41:33.672Z Downloaded ron v0.8.1
10292026-07-01T23:41:33.672Z Downloaded smf v0.2.3
10302026-07-01T23:41:33.672Z Downloaded subtle v2.6.1
10312026-07-01T23:41:33.672Z Downloaded rustls-platform-verifier v0.6.2
10322026-07-01T23:41:33.672Z Downloaded spki v0.7.3
10332026-07-01T23:41:33.672Z Downloaded time-core v0.1.8
10342026-07-01T23:41:33.673Z Downloaded ryu v1.0.23
10352026-07-01T23:41:33.673Z Downloaded serde_with_macros v3.17.0
10362026-07-01T23:41:33.673Z Downloaded tap v1.0.1
10372026-07-01T23:41:33.673Z Downloaded take_mut v0.2.2
10382026-07-01T23:41:33.673Z Downloaded tabled_derive v0.11.0
10392026-07-01T23:41:33.673Z Downloaded ssh-encoding v0.3.0-rc.9
10402026-07-01T23:41:33.673Z Downloaded spki v0.8.0
10412026-07-01T23:41:33.673Z Downloaded termtree v0.5.1
10422026-07-01T23:41:33.674Z Downloaded crypto-primes v0.7.2
10432026-07-01T23:41:33.674Z Downloaded rcgen v0.12.1
10442026-07-01T23:41:33.674Z Downloaded serde_with_macros v1.5.2
10452026-07-01T23:41:33.674Z Downloaded schemars v0.8.22
10462026-07-01T23:41:33.674Z Downloaded thiserror-impl-no-std v2.0.2
10472026-07-01T23:41:33.674Z Downloaded testing_table v0.3.0
10482026-07-01T23:41:33.674Z Downloaded thread-id v5.1.0
10492026-07-01T23:41:33.674Z Downloaded structmeta v0.3.0
10502026-07-01T23:41:33.674Z Downloaded stringprep v0.1.5
10512026-07-01T23:41:33.674Z Downloaded string_cache v0.8.9
10522026-07-01T23:41:33.674Z Downloaded static_assertions v1.1.0
10532026-07-01T23:41:33.675Z Downloaded ssh-cipher v0.3.0-rc.9
10542026-07-01T23:41:33.675Z Downloaded stacker v0.1.23
10552026-07-01T23:41:33.704Z Downloaded tinyvec_macros v0.1.1
10562026-07-01T23:41:33.704Z Downloaded strsim v0.10.0
10572026-07-01T23:41:33.704Z Downloaded strum_macros v0.24.3
10582026-07-01T23:41:33.704Z Downloaded slog-async v2.8.0
10592026-07-01T23:41:33.704Z Downloaded strum_macros v0.26.4
10602026-07-01T23:41:33.704Z Downloaded libxml v0.3.3
10612026-07-01T23:41:33.704Z Downloaded strum_macros v0.27.2
10622026-07-01T23:41:33.704Z Downloaded futures-util v0.3.32
10632026-07-01T23:41:33.704Z Downloaded support-bundle-viewer v0.1.2
10642026-07-01T23:41:33.705Z Downloaded quinn v0.11.9
10652026-07-01T23:41:33.705Z Downloaded nom v7.1.3
10662026-07-01T23:41:33.705Z Downloaded synstructure v0.13.2
10672026-07-01T23:41:33.705Z Downloaded hashbrown v0.15.5
10682026-07-01T23:41:33.705Z Downloaded tokio-test v0.4.5
10692026-07-01T23:41:33.705Z Downloaded idna v1.1.0
10702026-07-01T23:41:33.705Z Downloaded hashbrown v0.16.1
10712026-07-01T23:41:33.705Z Downloaded num-bigint-dig v0.8.6
10722026-07-01T23:41:33.706Z Downloaded num-bigint v0.4.6
10732026-07-01T23:41:33.706Z Downloaded rand v0.8.6
10742026-07-01T23:41:33.706Z Downloaded thiserror-no-std v2.0.2
10752026-07-01T23:41:33.706Z Downloaded sqlformat v0.3.5
10762026-07-01T23:41:33.706Z Downloaded tower-service v0.3.3
10772026-07-01T23:41:33.706Z Downloaded tower-layer v0.3.3
10782026-07-01T23:41:33.706Z Downloaded serde_cbor v0.11.2
10792026-07-01T23:41:33.706Z Downloaded rayon-core v1.13.0
10802026-07-01T23:41:33.732Z Downloaded topological-sort v0.2.2
10812026-07-01T23:41:33.732Z Downloaded signal-hook v0.3.18
10822026-07-01T23:41:33.732Z Downloaded p521 v0.14.0-rc.10
10832026-07-01T23:41:33.732Z Downloaded iri-string v0.7.10
10842026-07-01T23:41:33.732Z Downloaded sha2 v0.11.0
10852026-07-01T23:41:33.732Z Downloaded serde_yaml v0.9.34+deprecated
10862026-07-01T23:41:33.732Z Downloaded trait-variant v0.1.2
10872026-07-01T23:41:33.762Z Downloaded tinystr v0.8.2
10882026-07-01T23:41:33.762Z Downloaded try-lock v0.2.5
10892026-07-01T23:41:33.762Z Downloaded time-macros v0.2.27
10902026-07-01T23:41:33.762Z Downloaded hkdf v0.13.0
10912026-07-01T23:41:33.762Z Downloaded thread_local v1.1.9
10922026-07-01T23:41:33.762Z Downloaded slog v2.8.2
10932026-07-01T23:41:33.762Z Downloaded tls_codec v0.4.2
10942026-07-01T23:41:33.762Z Downloaded unarray v0.1.4
10952026-07-01T23:41:33.762Z Downloaded tokio-dtrace v0.1.1
10962026-07-01T23:41:33.762Z Downloaded unicode-truncate v1.1.0
10972026-07-01T23:41:33.763Z Downloaded smallvec v1.15.1
10982026-07-01T23:41:33.764Z Downloaded schemars v0.9.0
10992026-07-01T23:41:33.787Z Downloaded rsa v0.9.10
11002026-07-01T23:41:33.787Z Downloaded socket2 v0.6.3
11012026-07-01T23:41:33.787Z Downloaded universal-hash v0.5.1
11022026-07-01T23:41:33.787Z Downloaded usdt-attr-macro v0.6.0
11032026-07-01T23:41:33.787Z Downloaded unit-prefix v0.5.2
11042026-07-01T23:41:33.787Z Downloaded unicode-xid v0.2.6
11052026-07-01T23:41:33.787Z Downloaded tokio-tungstenite v0.21.0
11062026-07-01T23:41:33.787Z Downloaded socket2 v0.5.10
11072026-07-01T23:41:33.787Z Downloaded libm v0.2.16
11082026-07-01T23:41:33.787Z Downloaded utf8_iter v1.0.4
11092026-07-01T23:41:33.788Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11102026-07-01T23:41:33.788Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11112026-07-01T23:41:33.788Z Downloaded term v1.2.1
11122026-07-01T23:41:33.788Z Downloaded spin v0.9.8
11132026-07-01T23:41:33.788Z Downloaded slog-term v2.9.2
11142026-07-01T23:41:33.788Z Downloaded itertools v0.12.1
11152026-07-01T23:41:33.788Z Downloaded term v0.7.0
11162026-07-01T23:41:33.788Z Downloaded rand v0.9.2
11172026-07-01T23:41:33.795Z Downloaded usdt v0.6.0
11182026-07-01T23:41:33.796Z Downloaded toml_writer v1.1.1+spec-1.1.0
11192026-07-01T23:41:33.796Z Downloaded tiny-keccak v2.0.2
11202026-07-01T23:41:33.796Z Downloaded hkdf v0.12.4
11212026-07-01T23:41:33.796Z Downloaded hyper v1.10.1
11222026-07-01T23:41:33.796Z Downloaded universal-hash v0.6.1
11232026-07-01T23:41:33.796Z Downloaded rand v0.10.1
11242026-07-01T23:41:33.796Z Downloaded usdt-macro v0.6.0
11252026-07-01T23:41:33.796Z Downloaded untrusted v0.7.1
11262026-07-01T23:41:33.796Z Downloaded itertools v0.13.0
11272026-07-01T23:41:33.796Z Downloaded utf-8 v0.7.6
11282026-07-01T23:41:33.796Z Downloaded schemars v1.2.1
11292026-07-01T23:41:33.815Z Downloaded wait-timeout v0.2.1
11302026-07-01T23:41:33.826Z Downloaded termios v0.3.3
11312026-07-01T23:41:33.826Z Downloaded similar v2.7.0
11322026-07-01T23:41:33.826Z Downloaded tui-tree-widget v0.23.1
11332026-07-01T23:41:33.827Z Downloaded nom v8.0.0
11342026-07-01T23:41:33.827Z Downloaded tokio-macros v2.7.0
11352026-07-01T23:41:33.827Z Downloaded subprocess v0.2.15
11362026-07-01T23:41:33.827Z Downloaded samael v0.0.19
11372026-07-01T23:41:33.827Z Downloaded void v1.0.2
11382026-07-01T23:41:33.827Z Downloaded rustls-webpki v0.103.13
11392026-07-01T23:41:33.827Z Downloaded qorb v0.4.1
11402026-07-01T23:41:33.827Z Downloaded tokio-native-tls v0.3.1
11412026-07-01T23:41:33.846Z Downloaded h2 v0.4.15
11422026-07-01T23:41:33.846Z Downloaded typify-macro v0.6.2
11432026-07-01T23:41:33.846Z Downloaded tls_codec_derive v0.4.2
11442026-07-01T23:41:33.846Z Downloaded tokio-tungstenite v0.23.1
11452026-07-01T23:41:33.846Z Downloaded xshell-macros v0.2.7
11462026-07-01T23:41:33.970Z Downloaded tokio-stream v0.1.18
11472026-07-01T23:41:33.970Z Downloaded bitvec v1.0.1
11482026-07-01T23:41:33.970Z Downloaded publicsuffix v2.3.0
11492026-07-01T23:41:33.970Z Downloaded itertools v0.14.0
11502026-07-01T23:41:33.970Z Downloaded usdt-impl v0.6.0
11512026-07-01T23:41:33.970Z Downloaded zeroize_derive v1.4.3
11522026-07-01T23:41:33.970Z Downloaded tokio-rustls v0.26.4
11532026-07-01T23:41:33.970Z Downloaded snafu v0.8.9
11542026-07-01T23:41:33.970Z Downloaded unicase v2.9.0
11552026-07-01T23:41:33.970Z Downloaded vergen-git2 v9.1.0
11562026-07-01T23:41:33.970Z Downloaded toml_parser v1.1.2+spec-1.1.0
11572026-07-01T23:41:33.971Z Downloaded xattr v1.6.1
11582026-07-01T23:41:33.971Z Downloaded yoke-derive v0.8.1
11592026-07-01T23:41:34.068Z Downloaded zone_cfg_derive v0.3.1
11602026-07-01T23:41:34.068Z Downloaded untrusted v0.9.0
11612026-07-01T23:41:34.068Z Downloaded vergen-lib v9.1.0
11622026-07-01T23:41:34.068Z Downloaded tinyvec v1.10.0
11632026-07-01T23:41:34.068Z Downloaded zerofrom v0.1.6
11642026-07-01T23:41:34.068Z Downloaded zerofrom-derive v0.1.6
11652026-07-01T23:41:34.068Z Downloaded want v0.3.1
11662026-07-01T23:41:34.068Z Downloaded walkdir v2.5.0
11672026-07-01T23:41:34.068Z Downloaded tracing-attributes v0.1.31
11682026-07-01T23:41:34.069Z Downloaded icu_properties_data v2.1.2
11692026-07-01T23:41:34.069Z Downloaded wyz v0.5.1
11702026-07-01T23:41:34.069Z Downloaded test-strategy v0.4.5
11712026-07-01T23:41:34.069Z Downloaded vergen-gitcl v1.0.8
11722026-07-01T23:41:34.069Z Downloaded uzers v0.12.2
11732026-07-01T23:41:34.069Z Downloaded xshell v0.2.7
11742026-07-01T23:41:34.069Z Downloaded iddqd v0.4.2
11752026-07-01T23:41:34.069Z Downloaded zone v0.3.1
11762026-07-01T23:41:34.069Z Downloaded vergen-lib v0.1.6
11772026-07-01T23:41:34.069Z Downloaded twox-hash v2.1.2
11782026-07-01T23:41:34.069Z Downloaded whoami v1.6.1
11792026-07-01T23:41:34.070Z Downloaded waitgroup v0.1.2
11802026-07-01T23:41:34.070Z Downloaded vsss-rs v3.3.4
11812026-07-01T23:41:34.070Z Downloaded vergen v9.1.0
11822026-07-01T23:41:34.071Z Downloaded zerovec-derive v0.11.2
11832026-07-01T23:41:34.071Z Downloaded whoami v2.1.0
11842026-07-01T23:41:34.071Z Downloaded tungstenite v0.21.0
11852026-07-01T23:41:34.071Z Downloaded zstd v0.13.3
11862026-07-01T23:41:34.071Z Downloaded typify v0.6.2
11872026-07-01T23:41:34.071Z Downloaded zstd-safe v7.2.4
11882026-07-01T23:41:34.071Z Downloaded unicode-properties v0.1.4
11892026-07-01T23:41:34.071Z Downloaded rsa v0.10.0-rc.18
11902026-07-01T23:41:34.071Z Downloaded git2 v0.20.4
11912026-07-01T23:41:34.071Z Downloaded writeable v0.6.2
11922026-07-01T23:41:34.071Z Downloaded toml v0.7.8
11932026-07-01T23:41:34.071Z Downloaded yasna v0.5.2
11942026-07-01T23:41:34.076Z Downloaded tar v0.4.45
11952026-07-01T23:41:34.187Z Downloaded toml_edit v0.23.10+spec-1.0.0
11962026-07-01T23:41:34.187Z Downloaded yoke v0.8.1
11972026-07-01T23:41:34.187Z Downloaded vte v0.14.1
11982026-07-01T23:41:34.187Z Downloaded tracing-core v0.1.36
11992026-07-01T23:41:34.187Z Downloaded rustyline v14.0.0
12002026-07-01T23:41:34.187Z Downloaded zeroize v1.8.2
12012026-07-01T23:41:34.187Z Downloaded reedline v0.40.0
12022026-07-01T23:41:34.187Z Downloaded steno v0.4.1
12032026-07-01T23:41:34.188Z Downloaded bindgen v0.71.1
12042026-07-01T23:41:34.189Z Downloaded unicode-bidi v0.3.18
12052026-07-01T23:41:34.189Z Downloaded rpassword v7.4.0
12062026-07-01T23:41:34.189Z Downloaded serde_with v1.14.0
12072026-07-01T23:41:34.190Z Downloaded blake3 v1.8.5
12082026-07-01T23:41:34.190Z Downloaded zerocopy v0.6.6
12092026-07-01T23:41:34.190Z Downloaded toml v1.1.2+spec-1.1.0
12102026-07-01T23:41:34.190Z Downloaded unsafe-libyaml v0.2.11
12112026-07-01T23:41:34.190Z Downloaded tokio-postgres v0.7.16
12122026-07-01T23:41:34.190Z Downloaded yansi v1.0.1
12132026-07-01T23:41:34.190Z Downloaded reqwest v0.13.2
12142026-07-01T23:41:34.190Z Downloaded reqwest v0.12.28
12152026-07-01T23:41:34.190Z Downloaded portable-atomic v1.13.1
12162026-07-01T23:41:34.190Z Downloaded tungstenite v0.23.0
12172026-07-01T23:41:34.190Z Downloaded zerotrie v0.2.3
12182026-07-01T23:41:34.190Z Downloaded toml_edit v0.19.15
12192026-07-01T23:41:34.217Z Downloaded tower v0.5.3
12202026-07-01T23:41:34.217Z Downloaded zip v0.6.6
12212026-07-01T23:41:34.217Z Downloaded uuid v1.23.4
12222026-07-01T23:41:34.217Z Downloaded zopfli v0.8.3
12232026-07-01T23:41:34.217Z Downloaded regex v1.12.3
12242026-07-01T23:41:34.217Z Downloaded salty v0.3.0
12252026-07-01T23:41:34.217Z Downloaded ssh-key v0.7.0-rc.10
12262026-07-01T23:41:34.217Z Downloaded p384 v0.13.1
12272026-07-01T23:41:34.218Z Downloaded dropshot v0.17.1
12282026-07-01T23:41:34.218Z Downloaded zerocopy-derive v0.8.40
12292026-07-01T23:41:34.218Z Downloaded url v2.5.8
12302026-07-01T23:41:34.218Z Downloaded rayon v1.11.0
12312026-07-01T23:41:34.218Z Downloaded crypto-bigint v0.7.5
12322026-07-01T23:41:34.218Z Downloaded x509-cert v0.2.5
12332026-07-01T23:41:34.218Z Downloaded moka v0.12.13
12342026-07-01T23:41:34.218Z Downloaded unicode_categories v0.1.1
12352026-07-01T23:41:34.218Z Downloaded serde_with v3.17.0
12362026-07-01T23:41:34.218Z Downloaded unicode-segmentation v1.12.0
12372026-07-01T23:41:34.218Z Downloaded chrono v0.4.44
12382026-07-01T23:41:34.334Z Downloaded quick-xml v0.37.5
12392026-07-01T23:41:34.334Z Downloaded zip v4.6.1
12402026-07-01T23:41:34.334Z Downloaded tough v0.22.0
12412026-07-01T23:41:34.334Z Downloaded object v0.30.4
12422026-07-01T23:41:34.334Z Downloaded proptest v1.10.0
12432026-07-01T23:41:34.334Z Downloaded curve25519-dalek v4.1.3
12442026-07-01T23:41:34.335Z Downloaded lalrpop v0.19.12
12452026-07-01T23:41:34.559Z Downloaded goblin v0.10.5
12462026-07-01T23:41:34.559Z Downloaded petname v2.0.2
12472026-07-01T23:41:34.559Z Downloaded zerovec v0.11.5
12482026-07-01T23:41:34.559Z Downloaded tower-http v0.6.8
12492026-07-01T23:41:34.559Z Downloaded typed-path v0.9.3
12502026-07-01T23:41:34.559Z Downloaded polar-core v0.27.3
12512026-07-01T23:41:34.559Z Downloaded winnow v0.6.26
12522026-07-01T23:41:34.559Z Downloaded unicode-normalization v0.1.25
12532026-07-01T23:41:34.559Z Downloaded curve25519-dalek v5.0.0-rc.0
12542026-07-01T23:41:34.560Z Downloaded tokio-util v0.7.18
12552026-07-01T23:41:34.560Z Downloaded nix v0.28.0
12562026-07-01T23:41:34.579Z Downloaded time v0.3.47
12572026-07-01T23:41:34.579Z Downloaded nix v0.31.2
12582026-07-01T23:41:34.634Z Downloaded nix v0.27.1
12592026-07-01T23:41:34.634Z Downloaded quinn-proto v0.11.13
12602026-07-01T23:41:34.634Z Downloaded radix_trie v0.2.1
12612026-07-01T23:41:34.634Z Downloaded russh v0.61.2
12622026-07-01T23:41:34.634Z Downloaded openapiv3 v2.2.0
12632026-07-01T23:41:34.634Z Downloaded winnow v0.5.40
12642026-07-01T23:41:34.634Z Downloaded zerocopy v0.8.40
12652026-07-01T23:41:34.635Z Downloaded bstr v1.12.1
12662026-07-01T23:41:34.635Z Downloaded diesel v2.3.10
12672026-07-01T23:41:34.635Z Downloaded rustls v0.23.41
12682026-07-01T23:41:34.635Z Downloaded openssl v0.10.79
12692026-07-01T23:41:34.635Z Downloaded regex-syntax v0.6.29
12702026-07-01T23:41:34.635Z Downloaded winnow v1.0.3
12712026-07-01T23:41:34.635Z Downloaded smoltcp v0.9.1
12722026-07-01T23:41:34.635Z Downloaded tabled v0.20.0
12732026-07-01T23:41:34.635Z Downloaded sled v0.34.7
12742026-07-01T23:41:34.635Z Downloaded hickory-proto v0.24.4
12752026-07-01T23:41:34.635Z Downloaded fiat-crypto v0.3.0
12762026-07-01T23:41:34.635Z Downloaded vcpkg v0.2.15
12772026-07-01T23:41:34.635Z Downloaded object v0.37.3
12782026-07-01T23:41:34.635Z Downloaded sha3 v0.11.0
12792026-07-01T23:41:34.636Z Downloaded zlib-rs v0.6.2
12802026-07-01T23:41:34.636Z Downloaded hickory-proto v0.25.2
12812026-07-01T23:41:34.636Z Downloaded regress v0.10.5
12822026-07-01T23:41:34.636Z Downloaded zerocopy-derive v0.6.6
12832026-07-01T23:41:34.636Z Downloaded smoltcp v0.11.0
12842026-07-01T23:41:34.636Z Downloaded regress v0.11.1
12852026-07-01T23:41:34.636Z Downloaded regex-syntax v0.8.10
12862026-07-01T23:41:34.673Z Downloaded petgraph v0.8.3
12872026-07-01T23:41:34.673Z Downloaded rustix v0.38.44
12882026-07-01T23:41:34.687Z Downloaded csv v1.4.0
12892026-07-01T23:41:34.687Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-07-01T23:41:34.688Z Downloaded tokio v1.52.1
12912026-07-01T23:41:34.705Z Downloaded sha3 v0.10.8
12922026-07-01T23:41:34.760Z Downloaded sqlparser v0.61.0
12932026-07-01T23:41:34.795Z Downloaded typify-impl v0.6.2
12942026-07-01T23:41:34.812Z Downloaded ratatui v0.29.0
12952026-07-01T23:41:34.812Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-07-01T23:41:34.889Z Downloaded tracing v0.1.44
12972026-07-01T23:41:34.937Z Downloaded regex-automata v0.4.14
12982026-07-01T23:41:34.937Z Downloaded chrono-tz v0.10.4
12992026-07-01T23:41:34.937Z Downloaded petgraph v0.6.5
13002026-07-01T23:41:35.013Z Downloaded jiff v0.2.21
13012026-07-01T23:41:35.053Z Downloaded libz-sys v1.1.24
13022026-07-01T23:41:35.130Z Downloaded encoding_rs v0.8.35
13032026-07-01T23:41:35.199Z Downloaded ring v0.17.14
13042026-07-01T23:41:35.274Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-07-01T23:41:35.966Z Downloaded aws-lc-sys v0.40.0
13062026-07-01T23:41:36.107Z Compiling libc v0.2.185
13072026-07-01T23:41:36.107Z Compiling serde_core v1.0.228
13082026-07-01T23:41:36.107Z Compiling serde v1.0.228
13092026-07-01T23:41:36.132Z Compiling log v0.4.29
13102026-07-01T23:41:36.132Z Compiling smallvec v1.15.1
13112026-07-01T23:41:36.132Z Compiling shlex v1.3.0
13122026-07-01T23:41:36.132Z Compiling find-msvc-tools v0.1.9
13132026-07-01T23:41:36.132Z Compiling syn v2.0.117
13142026-07-01T23:41:36.524Z Compiling subtle v2.6.1
13152026-07-01T23:41:36.601Z Compiling scopeguard v1.2.0
13162026-07-01T23:41:36.602Z Compiling stable_deref_trait v1.2.1
13172026-07-01T23:41:36.602Z Compiling typenum v1.20.1
13182026-07-01T23:41:36.602Z Compiling lock_api v0.4.14
13192026-07-01T23:41:36.656Z Compiling serde_json v1.0.150
13202026-07-01T23:41:36.658Z Compiling zerocopy v0.8.40
13212026-07-01T23:41:36.723Z Compiling portable-atomic v1.13.1
13222026-07-01T23:41:36.779Z Compiling parking_lot_core v0.9.12
13232026-07-01T23:41:36.815Z Compiling pin-project-lite v0.2.17
13242026-07-01T23:41:36.881Z Compiling pkg-config v0.3.32
13252026-07-01T23:41:37.032Z Compiling critical-section v1.2.0
13262026-07-01T23:41:37.214Z Compiling futures-core v0.3.32
13272026-07-01T23:41:37.262Z Compiling jobserver v0.1.34
13282026-07-01T23:41:37.262Z Compiling errno v0.3.14
13292026-07-01T23:41:37.539Z Compiling getrandom v0.2.17
13302026-07-01T23:41:37.612Z Compiling cc v1.2.56
13312026-07-01T23:41:37.612Z Compiling signal-hook-registry v1.4.8
13322026-07-01T23:41:37.612Z Compiling rand_core v0.6.4
13332026-07-01T23:41:37.612Z Compiling libm v0.2.16
13342026-07-01T23:41:37.713Z Compiling getrandom v0.4.1
13352026-07-01T23:41:37.769Z Compiling once_cell v1.21.3
13362026-07-01T23:41:37.808Z Compiling parking_lot v0.12.5
13372026-07-01T23:41:37.869Z Compiling mio v1.2.0
13382026-07-01T23:41:37.959Z Compiling num-traits v0.2.19
13392026-07-01T23:41:38.009Z Compiling generic-array v0.14.7
13402026-07-01T23:41:38.038Z Compiling const-oid v0.9.6
13412026-07-01T23:41:38.054Z Compiling rand_core v0.10.0
13422026-07-01T23:41:38.323Z Compiling writeable v0.6.2
13432026-07-01T23:41:38.457Z Compiling litemap v0.8.1
13442026-07-01T23:41:38.559Z Compiling bitflags v2.11.0
13452026-07-01T23:41:38.630Z Compiling percent-encoding v2.3.2
13462026-07-01T23:41:38.630Z Compiling semver v1.0.28
13472026-07-01T23:41:38.715Z Compiling socket2 v0.6.3
13482026-07-01T23:41:38.743Z Compiling icu_normalizer_data v2.1.1
13492026-07-01T23:41:38.794Z Compiling icu_properties_data v2.1.2
13502026-07-01T23:41:38.970Z Compiling futures-sink v0.3.32
13512026-07-01T23:41:39.067Z Compiling slab v0.4.12
13522026-07-01T23:41:39.067Z Compiling futures-channel v0.3.32
13532026-07-01T23:41:39.128Z Compiling futures-task v0.3.32
13542026-07-01T23:41:39.186Z Compiling futures-io v0.3.32
13552026-07-01T23:41:39.186Z Compiling indexmap v2.14.0
13562026-07-01T23:41:39.219Z Compiling synstructure v0.13.2
13572026-07-01T23:41:39.280Z Compiling utf8_iter v1.0.4
13582026-07-01T23:41:39.289Z Compiling rustversion v1.0.22
13592026-07-01T23:41:39.384Z Compiling getrandom v0.3.4
13602026-07-01T23:41:39.501Z Compiling form_urlencoded v1.2.2
13612026-07-01T23:41:39.696Z Compiling cmake v0.1.57
13622026-07-01T23:41:39.743Z Compiling dunce v1.0.5
13632026-07-01T23:41:39.743Z Compiling fs_extra v1.3.0
13642026-07-01T23:41:39.743Z Compiling ident_case v1.0.1
13652026-07-01T23:41:39.822Z Compiling rustix v1.1.3
13662026-07-01T23:41:39.860Z Compiling iana-time-zone v0.1.65
13672026-07-01T23:41:39.860Z Compiling regex-syntax v0.8.10
13682026-07-01T23:41:39.898Z Compiling base64ct v1.8.3
13692026-07-01T23:41:40.008Z Compiling aws-lc-sys v0.40.0
13702026-07-01T23:41:40.030Z Compiling vcpkg v0.2.15
13712026-07-01T23:41:40.312Z Compiling pem-rfc7468 v0.7.0
13722026-07-01T23:41:40.359Z Compiling rand_core v0.9.5
13732026-07-01T23:41:40.359Z Compiling rustc_version v0.4.1
13742026-07-01T23:41:40.504Z Compiling uuid v1.23.4
13752026-07-01T23:41:40.582Z Compiling tracing-core v0.1.36
13762026-07-01T23:41:40.649Z Compiling aws-lc-rs v1.16.3
13772026-07-01T23:41:40.775Z Compiling openssl-sys v0.9.115
13782026-07-01T23:41:41.000Z Compiling serde_derive v1.0.228
13792026-07-01T23:41:41.047Z Compiling zeroize_derive v1.4.3
13802026-07-01T23:41:41.130Z Compiling zerofrom-derive v0.1.6
13812026-07-01T23:41:41.242Z Compiling yoke-derive v0.8.1
13822026-07-01T23:41:41.341Z Compiling zerovec-derive v0.11.2
13832026-07-01T23:41:41.630Z Compiling zerocopy-derive v0.8.40
13842026-07-01T23:41:41.688Z Compiling zeroize v1.8.2
13852026-07-01T23:41:41.830Z Compiling displaydoc v0.2.5
13862026-07-01T23:41:42.594Z Compiling tokio-macros v2.7.0
13872026-07-01T23:41:42.673Z Compiling futures-macro v0.3.32
13882026-07-01T23:41:42.673Z Compiling tracing-attributes v0.1.31
13892026-07-01T23:41:42.673Z Compiling zerofrom v0.1.6
13902026-07-01T23:41:42.726Z Compiling yoke v0.8.1
13912026-07-01T23:41:42.904Z Compiling block-buffer v0.10.4
13922026-07-01T23:41:42.927Z Compiling zerovec v0.11.5
13932026-07-01T23:41:42.990Z Compiling zerotrie v0.2.3
13942026-07-01T23:41:43.277Z Compiling crypto-common v0.1.7
13952026-07-01T23:41:43.337Z Compiling thiserror-impl v2.0.18
13962026-07-01T23:41:43.337Z Compiling futures-util v0.3.32
13972026-07-01T23:41:43.363Z Compiling digest v0.10.7
13982026-07-01T23:41:43.486Z Compiling tinystr v0.8.2
13992026-07-01T23:41:43.607Z Compiling icu_locale_core v2.1.1
14002026-07-01T23:41:43.669Z Compiling potential_utf v0.1.4
14012026-07-01T23:41:43.779Z Compiling icu_collections v2.1.1
14022026-07-01T23:41:43.915Z Compiling der_derive v0.7.3
14032026-07-01T23:41:44.252Z Compiling icu_provider v2.1.1
14042026-07-01T23:41:44.467Z Compiling bytes v1.11.1
14052026-07-01T23:41:44.618Z Compiling icu_normalizer v2.1.1
14062026-07-01T23:41:44.687Z Compiling icu_properties v2.1.2
14072026-07-01T23:41:44.687Z Compiling chrono v0.4.44
14082026-07-01T23:41:44.882Z Compiling flagset v0.4.7
14092026-07-01T23:41:45.000Z Compiling tokio v1.52.1
14102026-07-01T23:41:45.016Z Compiling http v1.4.2
14112026-07-01T23:41:45.055Z Compiling base64 v0.22.1
14122026-07-01T23:41:45.374Z Compiling idna_adapter v1.2.1
14132026-07-01T23:41:45.519Z Compiling idna v1.1.0
14142026-07-01T23:41:45.580Z Compiling der v0.7.10
14152026-07-01T23:41:45.607Z Compiling thiserror v2.0.18
14162026-07-01T23:41:45.726Z Compiling http-body v1.0.1
14172026-07-01T23:41:45.855Z Compiling ppv-lite86 v0.2.21
14182026-07-01T23:41:45.966Z Compiling url v2.5.8
14192026-07-01T23:41:46.000Z Compiling tracing v0.1.44
14202026-07-01T23:41:46.031Z Compiling rustls-pki-types v1.14.0
14212026-07-01T23:41:46.137Z Compiling rand_chacha v0.9.0
14222026-07-01T23:41:46.223Z Compiling cmov v0.5.4
14232026-07-01T23:41:46.264Z Compiling openssl-probe v0.2.1
14242026-07-01T23:41:46.420Z Compiling tinyvec_macros v0.1.1
14252026-07-01T23:41:46.459Z Compiling httparse v1.10.1
14262026-07-01T23:41:46.459Z Compiling ctutils v0.4.2
14272026-07-01T23:41:46.473Z Compiling tinyvec v1.10.0
14282026-07-01T23:41:46.676Z Compiling spki v0.7.3
14292026-07-01T23:41:46.697Z Compiling rand v0.9.2
14302026-07-01T23:41:46.737Z Compiling pest_generator v2.8.6
14312026-07-01T23:41:46.807Z Compiling serde_derive_internals v0.29.1
14322026-07-01T23:41:46.834Z Compiling aho-corasick v1.1.4
14332026-07-01T23:41:46.834Z Compiling tower-service v0.3.3
14342026-07-01T23:41:46.857Z Compiling schemars v0.8.22
14352026-07-01T23:41:46.936Z Compiling atomic-waker v1.1.2
14362026-07-01T23:41:47.056Z Compiling try-lock v0.2.5
14372026-07-01T23:41:47.091Z Compiling dyn-clone v1.0.20
14382026-07-01T23:41:47.229Z Compiling tower-layer v0.3.3
14392026-07-01T23:41:47.271Z Compiling untrusted v0.7.1
14402026-07-01T23:41:47.463Z Compiling want v0.3.1
14412026-07-01T23:41:47.740Z Compiling tempfile v3.25.0
14422026-07-01T23:41:47.740Z Compiling pest_derive v2.8.6
14432026-07-01T23:41:47.740Z Compiling hybrid-array v0.4.13
14442026-07-01T23:41:47.747Z Compiling schemars_derive v0.8.22
14452026-07-01T23:41:47.763Z Compiling regex-automata v0.4.14
14462026-07-01T23:41:47.792Z Compiling ipnet v2.11.0
14472026-07-01T23:41:47.860Z Compiling scroll_derive v0.13.1
14482026-07-01T23:41:48.313Z Compiling darling_core v0.20.11
14492026-07-01T23:41:48.333Z Compiling cpufeatures v0.2.17
14502026-07-01T23:41:48.401Z Compiling openssl v0.10.79
14512026-07-01T23:41:48.560Z Compiling foreign-types-shared v0.1.1
14522026-07-01T23:41:48.625Z Compiling untrusted v0.9.0
14532026-07-01T23:41:48.625Z Compiling httpdate v1.0.3
14542026-07-01T23:41:48.661Z Compiling rustls v0.23.41
14552026-07-01T23:41:48.745Z Compiling tokio-util v0.7.18
14562026-07-01T23:41:48.837Z Compiling scroll v0.13.0
14572026-07-01T23:41:48.869Z Compiling foreign-types v0.3.2
14582026-07-01T23:41:49.038Z Compiling pkcs8 v0.10.2
14592026-07-01T23:41:49.101Z Compiling unicode-normalization v0.1.25
14602026-07-01T23:41:49.579Z Compiling h2 v0.4.15
14612026-07-01T23:41:49.625Z Compiling openssl-macros v0.1.1
14622026-07-01T23:41:49.745Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-07-01T23:41:50.012Z Compiling spin v0.9.8
14642026-07-01T23:41:50.173Z Compiling native-tls v0.2.18
14652026-07-01T23:41:50.180Z Compiling time-core v0.1.8
14662026-07-01T23:41:50.180Z Compiling crc32fast v1.5.0
14672026-07-01T23:41:50.667Z Compiling powerfmt v0.2.0
14682026-07-01T23:41:50.740Z Compiling num-conv v0.2.0
14692026-07-01T23:41:50.740Z Compiling time-macros v0.2.27
14702026-07-01T23:41:50.740Z Compiling darling_macro v0.20.11
14712026-07-01T23:41:50.740Z Compiling deranged v0.5.8
14722026-07-01T23:41:51.072Z Compiling darling v0.20.11
14732026-07-01T23:41:51.203Z Compiling goblin v0.10.5
14742026-07-01T23:41:51.466Z Compiling sha2 v0.10.9
14752026-07-01T23:41:51.572Z Compiling hmac v0.12.1
14762026-07-01T23:41:51.670Z Compiling sync_wrapper v1.0.2
14772026-07-01T23:41:51.778Z Compiling wait-timeout v0.2.1
14782026-07-01T23:41:51.794Z Compiling quick-error v1.2.3
14792026-07-01T23:41:52.025Z Compiling siphasher v1.0.2
14802026-07-01T23:41:52.070Z Compiling syn v1.0.109
14812026-07-01T23:41:52.070Z Compiling unicode-segmentation v1.12.0
14822026-07-01T23:41:52.343Z Compiling usdt-impl v0.6.0
14832026-07-01T23:41:52.442Z Compiling bit-vec v0.8.0
14842026-07-01T23:41:52.582Z Compiling crossbeam-utils v0.8.21
14852026-07-01T23:41:52.663Z Compiling hyper v1.10.1
14862026-07-01T23:41:52.845Z Compiling simd-adler32 v0.3.8
14872026-07-01T23:41:52.876Z Compiling num_threads v0.1.7
14882026-07-01T23:41:52.999Z Compiling time v0.3.47
14892026-07-01T23:41:53.405Z Compiling bit-set v0.8.0
14902026-07-01T23:41:53.633Z Compiling rusty-fork v0.3.1
14912026-07-01T23:41:53.633Z Compiling tower v0.5.3
14922026-07-01T23:41:53.667Z Compiling derive_builder_core v0.20.2
14932026-07-01T23:41:53.963Z Compiling hyper-util v0.1.20
14942026-07-01T23:41:54.079Z Compiling dof v0.4.0
14952026-07-01T23:41:54.470Z Compiling dtrace-parser v0.3.0
14962026-07-01T23:41:54.503Z Compiling http-body-util v0.1.3
14972026-07-01T23:41:54.532Z Compiling thiserror-impl v1.0.69
14982026-07-01T23:41:54.714Z Compiling scroll_derive v0.12.1
14992026-07-01T23:41:55.152Z Compiling heapless v0.7.17
15002026-07-01T23:41:55.206Z Compiling rand_xorshift v0.4.0
15012026-07-01T23:41:55.229Z Compiling slog v2.8.2
15022026-07-01T23:41:55.364Z Compiling darling_core v0.21.3
15032026-07-01T23:41:55.380Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-07-01T23:41:55.608Z Compiling thread-id v5.1.0
15052026-07-01T23:41:55.608Z Compiling cookie v0.18.1
15062026-07-01T23:41:55.677Z Compiling zstd-safe v7.2.4
15072026-07-01T23:41:55.677Z Compiling paste v1.0.15
15082026-07-01T23:41:55.677Z Compiling iri-string v0.7.10
15092026-07-01T23:41:55.819Z Compiling adler2 v2.0.1
15102026-07-01T23:41:55.819Z Compiling unicode-properties v0.1.4
15112026-07-01T23:41:55.819Z Compiling ryu v1.0.23
15122026-07-01T23:41:55.870Z Compiling unarray v0.1.4
15132026-07-01T23:41:55.878Z Compiling anyhow v1.0.102
15142026-07-01T23:41:55.878Z Compiling signal-hook v0.3.18
15152026-07-01T23:41:55.878Z Compiling allocator-api2 v0.2.21
15162026-07-01T23:41:55.940Z Compiling unicode-bidi v0.3.18
15172026-07-01T23:41:56.194Z Compiling proptest v1.10.0
15182026-07-01T23:41:56.228Z Compiling serde_urlencoded v0.7.1
15192026-07-01T23:41:56.379Z Compiling stringprep v0.1.5
15202026-07-01T23:41:56.548Z Compiling miniz_oxide v0.8.9
15212026-07-01T23:41:56.613Z Compiling thiserror v1.0.69
15222026-07-01T23:41:56.812Z Compiling tower-http v0.6.8
15232026-07-01T23:41:57.245Z Compiling scroll v0.12.0
15242026-07-01T23:41:57.407Z Compiling derive_builder_macro v0.20.2
15252026-07-01T23:41:57.407Z Compiling camino v1.2.2
15262026-07-01T23:41:57.610Z Compiling tokio-native-tls v0.3.1
15272026-07-01T23:41:57.714Z Compiling heck v0.4.1
15282026-07-01T23:41:57.786Z Compiling bstr v1.12.1
15292026-07-01T23:41:57.786Z Compiling ipnetwork v0.21.1
15302026-07-01T23:41:57.883Z Compiling darling_macro v0.21.3
15312026-07-01T23:41:57.966Z Compiling crypto-common v0.2.2
15322026-07-01T23:41:58.092Z Compiling block-padding v0.4.2
15332026-07-01T23:41:58.122Z Compiling block-buffer v0.12.1
15342026-07-01T23:41:58.204Z Compiling rustls-native-certs v0.8.3
15352026-07-01T23:41:58.401Z Compiling rand_chacha v0.3.1
15362026-07-01T23:41:58.485Z Compiling toml_datetime v0.6.11
15372026-07-01T23:41:58.485Z Compiling serde_tokenstream v0.2.3
15382026-07-01T23:41:58.509Z Compiling serde_spanned v0.6.9
15392026-07-01T23:41:58.543Z Compiling erased-serde v0.3.31
15402026-07-01T23:41:58.624Z Compiling md-5 v0.10.6
15412026-07-01T23:41:58.666Z Compiling signature v2.2.0
15422026-07-01T23:41:58.886Z Compiling pin-project-internal v1.1.11
15432026-07-01T23:41:58.954Z Compiling async-trait v0.1.89
15442026-07-01T23:41:59.026Z Compiling zerocopy-derive v0.7.35
15452026-07-01T23:41:59.114Z Compiling curve25519-dalek v4.1.3
15462026-07-01T23:41:59.387Z Compiling vergen-lib v9.1.0
15472026-07-01T23:41:59.566Z Compiling num-integer v0.1.46
15482026-07-01T23:41:59.579Z Compiling hash32 v0.2.1
15492026-07-01T23:41:59.770Z Compiling memoffset v0.9.1
15502026-07-01T23:41:59.850Z Compiling encoding_rs v0.8.35
15512026-07-01T23:41:59.943Z Compiling smoltcp v0.9.1
15522026-07-01T23:41:59.943Z Compiling ref-cast v1.0.25
15532026-07-01T23:41:59.943Z Compiling psl-types v2.0.11
15542026-07-01T23:41:59.961Z Compiling num-bigint-dig v0.8.6
15552026-07-01T23:42:00.002Z Compiling mime v0.3.17
15562026-07-01T23:42:00.159Z Compiling zlib-rs v0.6.2
15572026-07-01T23:42:00.197Z Compiling rustix v0.38.44
15582026-07-01T23:42:00.233Z Compiling cfg_aliases v0.2.1
15592026-07-01T23:42:00.252Z Compiling fallible-iterator v0.2.0
15602026-07-01T23:42:00.316Z Compiling litrs v1.0.0
15612026-07-01T23:42:00.607Z Compiling postgres-protocol v0.6.10
15622026-07-01T23:42:00.638Z Compiling nix v0.31.2
15632026-07-01T23:42:00.954Z Compiling document-features v0.2.12
15642026-07-01T23:42:01.027Z Compiling hubpack_derive v0.1.1
15652026-07-01T23:42:01.086Z Compiling publicsuffix v2.3.0
15662026-07-01T23:42:01.187Z Compiling pin-project v1.1.11
15672026-07-01T23:42:01.251Z Compiling zerocopy v0.7.35
15682026-07-01T23:42:01.286Z Compiling num-iter v0.1.45
15692026-07-01T23:42:01.541Z Compiling rand v0.8.6
15702026-07-01T23:42:01.565Z Compiling newtype-uuid v1.3.2
15712026-07-01T23:42:01.746Z Compiling darling v0.21.3
15722026-07-01T23:42:01.765Z Compiling inout v0.2.2
15732026-07-01T23:42:01.788Z Compiling oxnet v0.1.6
15742026-07-01T23:42:01.837Z Compiling snafu-derive v0.8.9
15752026-07-01T23:42:01.853Z Compiling derive_builder v0.20.2
15762026-07-01T23:42:01.960Z Compiling hyper-tls v0.6.0
15772026-07-01T23:42:01.986Z Compiling goblin v0.8.2
15782026-07-01T23:42:02.809Z Compiling phf_shared v0.13.1
15792026-07-01T23:42:02.976Z Compiling lazy_static v1.5.0
15802026-07-01T23:42:02.987Z Compiling regex v1.12.3
15812026-07-01T23:42:03.053Z Compiling flate2 v1.1.9
15822026-07-01T23:42:03.072Z Compiling anstyle-parse v0.2.7
15832026-07-01T23:42:03.241Z Compiling strum_macros v0.27.2
15842026-07-01T23:42:03.414Z Compiling futures-executor v0.3.32
15852026-07-01T23:42:03.434Z Compiling hex v0.4.3
15862026-07-01T23:42:03.456Z Compiling terminal_size v0.4.3
15872026-07-01T23:42:03.608Z Compiling curve25519-dalek-derive v0.1.1
15882026-07-01T23:42:03.687Z Compiling ref-cast-impl v1.0.25
15892026-07-01T23:42:03.701Z Compiling daft-derive v0.1.7
15902026-07-01T23:42:03.701Z Compiling vergen v9.1.0
15912026-07-01T23:42:03.889Z Compiling cargo-platform v0.3.2
15922026-07-01T23:42:04.163Z Compiling ff v0.13.1
15932026-07-01T23:42:04.287Z Compiling fs-err v3.3.0
15942026-07-01T23:42:04.350Z Compiling ahash v0.8.12
15952026-07-01T23:42:04.350Z Compiling object v0.37.3
15962026-07-01T23:42:04.403Z Compiling foldhash v0.1.5
15972026-07-01T23:42:04.445Z Compiling foldhash v0.2.0
15982026-07-01T23:42:04.483Z Compiling same-file v1.0.6
15992026-07-01T23:42:04.646Z Compiling libbz2-rs-sys v0.2.2
16002026-07-01T23:42:04.658Z Compiling base16ct v0.2.0
16012026-07-01T23:42:04.658Z Compiling bumpalo v3.20.2
16022026-07-01T23:42:04.658Z Compiling bitflags v1.3.2
16032026-07-01T23:42:04.982Z Compiling managed v0.8.0
16042026-07-01T23:42:05.012Z Compiling winnow v0.5.40
16052026-07-01T23:42:05.012Z Compiling zopfli v0.8.3
16062026-07-01T23:42:05.354Z Compiling strum v0.27.2
16072026-07-01T23:42:05.478Z Compiling bzip2 v0.6.1
16082026-07-01T23:42:05.478Z Compiling sec1 v0.7.3
16092026-07-01T23:42:05.667Z Compiling walkdir v2.5.0
16102026-07-01T23:42:05.668Z Compiling hashbrown v0.16.1
16112026-07-01T23:42:05.751Z Compiling hashbrown v0.15.5
16122026-07-01T23:42:05.790Z Compiling daft v0.1.7
16132026-07-01T23:42:05.791Z Compiling clap_builder v4.6.0
16142026-07-01T23:42:05.807Z Compiling group v0.13.0
16152026-07-01T23:42:06.106Z Compiling toml_edit v0.19.15
16162026-07-01T23:42:06.311Z Compiling dof v0.3.0
16172026-07-01T23:42:06.311Z Compiling cargo_metadata v0.23.1
16182026-07-01T23:42:06.477Z Compiling snafu v0.8.9
16192026-07-01T23:42:06.590Z Compiling futures v0.3.32
16202026-07-01T23:42:06.620Z Compiling anstream v0.6.21
16212026-07-01T23:42:06.917Z Compiling phf v0.13.1
16222026-07-01T23:42:07.015Z Compiling signal-hook-mio v0.2.5
16232026-07-01T23:42:07.077Z Compiling cookie_store v0.22.1
16242026-07-01T23:42:08.314Z Compiling zstd v0.13.3
16252026-07-01T23:42:08.354Z Compiling bzip2 v0.4.4
16262026-07-01T23:42:08.354Z Compiling reqwest v0.12.28
16272026-07-01T23:42:08.354Z Compiling cipher v0.5.2
16282026-07-01T23:42:08.354Z Compiling serde_with_macros v3.17.0
16292026-07-01T23:42:08.354Z Compiling hubpack v0.1.2
16302026-07-01T23:42:08.374Z Compiling postgres-types v0.2.12
16312026-07-01T23:42:13.591Z Compiling ed25519 v2.2.3
16322026-07-01T23:42:13.697Z Compiling usdt-attr-macro v0.6.0
16332026-07-01T23:42:13.697Z Compiling usdt-macro v0.6.0
16342026-07-01T23:42:13.697Z Compiling globset v0.4.18
16352026-07-01T23:42:13.697Z Compiling dtrace-parser v0.2.0
16362026-07-01T23:42:13.697Z Compiling phf_shared v0.11.3
16372026-07-01T23:42:13.698Z Compiling hkdf v0.12.4
16382026-07-01T23:42:13.698Z Compiling olpc-cjson v0.1.4
16392026-07-01T23:42:13.698Z Compiling pkcs1 v0.7.5
16402026-07-01T23:42:13.698Z Compiling strum_macros v0.26.4
16412026-07-01T23:42:13.698Z Compiling clap_derive v4.6.1
16422026-07-01T23:42:13.698Z Compiling enum-as-inner v0.6.1
16432026-07-01T23:42:13.698Z Compiling pem v3.0.6
16442026-07-01T23:42:13.698Z Compiling serde-big-array v0.5.1
16452026-07-01T23:42:13.698Z Compiling serde_plain v1.0.2
16462026-07-01T23:42:13.698Z Compiling crypto-bigint v0.5.5
16472026-07-01T23:42:13.698Z Compiling async-recursion v1.1.1
16482026-07-01T23:42:13.698Z Compiling serde_repr v0.1.20
16492026-07-01T23:42:13.802Z Compiling float-cmp v0.10.0
16502026-07-01T23:42:13.802Z Compiling thread-id v4.2.2
16512026-07-01T23:42:13.802Z Compiling memmap2 v0.9.10
16522026-07-01T23:42:13.802Z Compiling env_filter v1.0.0
16532026-07-01T23:42:13.802Z Compiling either v1.15.0
16542026-07-01T23:42:13.803Z Compiling whoami v2.1.0
16552026-07-01T23:42:13.803Z Compiling fixedbitset v0.5.7
16562026-07-01T23:42:13.803Z Compiling static_assertions v1.1.0
16572026-07-01T23:42:13.803Z Compiling const-oid v0.10.2
16582026-07-01T23:42:13.803Z Compiling winnow v1.0.3
16592026-07-01T23:42:13.803Z Compiling predicates-core v1.0.10
16602026-07-01T23:42:13.803Z Compiling typed-path v0.9.3
16612026-07-01T23:42:13.803Z Compiling keccak v0.1.6
16622026-07-01T23:42:13.803Z Compiling new_debug_unreachable v1.0.6
16632026-07-01T23:42:13.803Z Compiling data-encoding v2.10.0
16642026-07-01T23:42:13.803Z Compiling precomputed-hash v0.1.1
16652026-07-01T23:42:13.803Z Compiling jiff v0.2.21
16662026-07-01T23:42:13.803Z Compiling cpufeatures v0.3.0
16672026-07-01T23:42:13.803Z Compiling difflib v0.4.0
16682026-07-01T23:42:13.803Z Compiling fixedbitset v0.4.2
16692026-07-01T23:42:13.803Z Compiling normalize-line-endings v0.3.0
16702026-07-01T23:42:13.803Z Compiling hickory-proto v0.25.2
16712026-07-01T23:42:13.803Z Compiling chacha20 v0.10.0
16722026-07-01T23:42:13.803Z Compiling predicates v3.1.4
16732026-07-01T23:42:13.803Z Compiling petgraph v0.6.5
16742026-07-01T23:42:13.803Z Compiling string_cache v0.8.9
16752026-07-01T23:42:13.803Z Compiling sha3 v0.10.8
16762026-07-01T23:42:13.803Z Compiling toml_parser v1.1.2+spec-1.1.0
16772026-07-01T23:42:13.803Z Compiling petgraph v0.8.3
16782026-07-01T23:42:13.803Z Compiling digest v0.11.3
16792026-07-01T23:42:13.804Z Compiling tokio-postgres v0.7.16
16802026-07-01T23:42:13.804Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-07-01T23:42:13.804Z Compiling itertools v0.13.0
16822026-07-01T23:42:18.852Z Compiling clap v4.6.1
16832026-07-01T23:42:18.924Z Compiling toml_edit v0.22.27
16842026-07-01T23:42:18.924Z Compiling zip v4.6.1
16852026-07-01T23:42:18.924Z Compiling strum v0.26.3
16862026-07-01T23:42:18.924Z Compiling elliptic-curve v0.13.8
16872026-07-01T23:42:18.924Z Compiling env_logger v0.11.9
16882026-07-01T23:42:18.924Z Compiling usdt v0.6.0
16892026-07-01T23:42:19.036Z Compiling usdt-impl v0.5.0
16902026-07-01T23:42:19.036Z Compiling rsa v0.9.10
16912026-07-01T23:42:19.036Z Compiling crossterm v0.28.1
16922026-07-01T23:42:19.036Z Compiling ed25519-dalek v2.2.0
16932026-07-01T23:42:19.036Z Compiling serde_with v3.17.0
16942026-07-01T23:42:19.036Z Compiling zip v0.6.6
16952026-07-01T23:42:19.036Z Compiling toml v0.7.8
16962026-07-01T23:42:19.036Z Compiling iddqd v0.4.2
16972026-07-01T23:42:19.036Z Compiling similar v2.7.0
16982026-07-01T23:42:19.036Z Compiling crossbeam-epoch v0.9.18
16992026-07-01T23:42:19.036Z Compiling tokio-stream v0.1.18
17002026-07-01T23:42:19.036Z Compiling buf-list v1.1.2
17012026-07-01T23:42:19.036Z Compiling x509-cert v0.2.5
17022026-07-01T23:42:19.036Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17032026-07-01T23:42:19.036Z Compiling openapiv3 v2.2.0
17042026-07-01T23:42:19.036Z Compiling lalrpop-util v0.19.12
17052026-07-01T23:42:19.036Z Compiling peg-runtime v0.8.5
17062026-07-01T23:42:19.036Z Compiling thread_local v1.1.9
17072026-07-01T23:42:19.036Z Compiling slog-async v2.8.0
17082026-07-01T23:42:19.036Z Compiling crossbeam-channel v0.5.15
17092026-07-01T23:42:19.036Z Compiling filetime v0.2.27
17102026-07-01T23:42:19.036Z Compiling is-terminal v0.4.17
17112026-07-01T23:42:19.093Z Compiling term v1.2.1
17122026-07-01T23:42:19.093Z Compiling take_mut v0.2.2
17132026-07-01T23:42:19.929Z Compiling xattr v1.6.1
17142026-07-01T23:42:21.421Z Compiling tar v0.4.45
17152026-07-01T23:42:21.421Z Compiling slog-term v2.9.2
17162026-07-01T23:42:21.421Z Compiling camino-tempfile v1.4.1
17172026-07-01T23:42:29.898Z Compiling rustls-webpki v0.103.13
17182026-07-01T23:42:32.576Z Compiling tokio-rustls v0.26.4
17192026-07-01T23:42:32.577Z Compiling rustls-platform-verifier v0.6.2
17202026-07-01T23:42:32.588Z Compiling tough v0.22.0
17212026-07-01T23:42:32.818Z Compiling hyper-rustls v0.27.7
17222026-07-01T23:42:32.999Z Compiling reqwest v0.13.2
17232026-07-01T23:42:35.175Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-07-01T23:42:35.395Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-07-01T23:42:38.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17262026-07-01T23:42:38.342Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17272026-07-01T23:42:38.501ZJul 01 23:42:37.046 INFO Starting download, target: Cockroach
17282026-07-01T23:42:38.501ZJul 01 23:42:37.046 INFO Starting download, target: Clickhouse
17292026-07-01T23:42:38.501ZJul 01 23:42:37.046 INFO Starting download, target: Console
17302026-07-01T23:42:38.536ZJul 01 23:42:37.046 INFO Starting download, target: DendriteStub
17312026-07-01T23:42:38.536ZJul 01 23:42:37.046 INFO Starting download, target: MaghemiteMgd
17322026-07-01T23:42:38.536ZJul 01 23:42:37.046 INFO Starting download, target: MaghemiteDdmd
17332026-07-01T23:42:38.536ZJul 01 23:42:37.046 INFO Starting download, target: TransceiverControl
17342026-07-01T23:42:38.536ZJul 01 23:42:37.046 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-07-01T23:42:38.536ZJul 01 23:42:37.046 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-07-01T23:42:38.536ZJul 01 23:42:37.046 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-07-01T23:42:38.536ZJul 01 23:42:37.046 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17382026-07-01T23:42:38.536ZJul 01 23:42:37.046 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-07-01T23:42:38.537ZJul 01 23:42:37.047 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-07-01T23:42:38.537ZJul 01 23:42:37.047 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-07-01T23:42:40.118ZJul 01 23:42:38.787 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-07-01T23:42:40.305ZJul 01 23:42:38.962 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-07-01T23:42:40.359ZJul 01 23:42:39.023 INFO Download complete, target: Console
17442026-07-01T23:42:41.175ZJul 01 23:42:39.810 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-07-01T23:42:41.457ZJul 01 23:42:40.010 INFO Download complete, target: TransceiverControl
17462026-07-01T23:42:46.756ZJul 01 23:42:45.401 INFO Checking that binary works, target: Clickhouse
17472026-07-01T23:42:46.967ZJul 01 23:42:45.489 INFO Download complete, target: Clickhouse
17482026-07-01T23:42:52.151ZJul 01 23:42:50.729 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17492026-07-01T23:42:53.667ZJul 01 23:42:52.314 INFO Download complete, target: MaghemiteDdmd
17502026-07-01T23:42:56.048ZJul 01 23:42:54.690 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-07-01T23:42:58.231ZJul 01 23:42:56.889 INFO Download complete, target: DendriteStub
17522026-07-01T23:43:03.553ZJul 01 23:43:02.210 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-07-01T23:43:05.658ZJul 01 23:43:04.286 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-07-01T23:43:05.658ZJul 01 23:43:04.286 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-07-01T23:43:05.828ZJul 01 23:43:04.490 INFO Download complete, target: MaghemiteMgd
17562026-07-01T23:43:10.076ZJul 01 23:43:08.751 INFO Checking that binary works, target: Cockroach
17572026-07-01T23:43:10.187ZJul 01 23:43:08.861 INFO Download complete, target: Cockroach
17582026-07-01T23:43:10.200ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-07-01T23:43:10.205Z
17602026-07-01T23:43:10.205Zreal 2:24.907038426
17612026-07-01T23:43:10.205Zuser 6:33.348377267
17622026-07-01T23:43:10.205Zsys 1:19.213751379
17632026-07-01T23:43:10.205Ztrap 0.219273395
17642026-07-01T23:43:10.205Ztflt 0.445908160
17652026-07-01T23:43:10.205Zdflt 0.859942695
17662026-07-01T23:43:10.205Zkflt 0.024560034
17672026-07-01T23:43:10.205Zlock 28:00.341698283
17682026-07-01T23:43:10.206Zslp 20:52.697061451
17692026-07-01T23:43:10.206Zlat 41.326492035
17702026-07-01T23:43:10.206Zstop 1:53.097176863
17712026-07-01T23:43:10.206Z+ banner hack-check
17722026-07-01T23:43:10.206Z
17732026-07-01T23:43:10.206Z # # ## #### # # #### # # ###### #### # #
17742026-07-01T23:43:10.206Z # # # # # # # # # # # # # # # # #
17752026-07-01T23:43:10.206Z ###### # # # #### ##### # ###### ##### # ####
17762026-07-01T23:43:10.206Z # # ###### # # # # # # # # # #
17772026-07-01T23:43:10.206Z # # # # # # # # # # # # # # # # #
17782026-07-01T23:43:10.206Z # # # # #### # # #### # # ###### #### # #
17792026-07-01T23:43:10.206Z
17802026-07-01T23:43:10.206Z+ export CARGO_INCREMENTAL=0
17812026-07-01T23:43:10.206Z+ CARGO_INCREMENTAL=0
17822026-07-01T23:43:10.206Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-07-01T23:43:10.654Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-07-01T23:43:10.933Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-07-01T23:43:12.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
17862026-07-01T23:43:12.712Z Running `target/debug/xtask check-features --ci`
17872026-07-01T23:43:12.738Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-07-01T23:43:12.742Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-07-01T23:43:13.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17902026-07-01T23:43:13.170Z Running `target/debug/xtask download cargo-hack`
17912026-07-01T23:43:13.882Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-07-01T23:43:14.205Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-07-01T23:43:16.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
17942026-07-01T23:43:16.818Z Running `target/debug/xtask-downloader cargo-hack`
17952026-07-01T23:43:16.863ZJul 01 23:43:15.533 INFO Starting download, target: CargoHack
17962026-07-01T23:43:16.882ZJul 01 23:43:15.534 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-07-01T23:43:17.122ZJul 01 23:43:15.797 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-07-01T23:43:17.177ZJul 01 23:43:15.845 INFO Download complete, target: CargoHack
17992026-07-01T23:43:17.186Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18002026-07-01T23:43:17.190Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-07-01T23:43:17.344Zinfo: running `cargo check --bins` on api_identity (1/299)
18022026-07-01T23:43:17.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-07-01T23:43:17.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-07-01T23:43:17.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-07-01T23:43:17.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18062026-07-01T23:43:17.862Z
18072026-07-01T23:43:17.862Zinfo: running `cargo check --bins` on bootstore (2/299)
18082026-07-01T23:43:18.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-07-01T23:43:18.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-07-01T23:43:18.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-07-01T23:43:18.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18122026-07-01T23:43:18.343Z
18132026-07-01T23:43:18.343Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18142026-07-01T23:43:18.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-07-01T23:43:18.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-07-01T23:43:18.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-07-01T23:43:18.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18182026-07-01T23:43:18.838Z
18192026-07-01T23:43:18.838Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18202026-07-01T23:43:19.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-07-01T23:43:19.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-07-01T23:43:19.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-07-01T23:43:19.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18242026-07-01T23:43:19.336Z
18252026-07-01T23:43:19.336Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18262026-07-01T23:43:19.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-07-01T23:43:19.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-07-01T23:43:19.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-07-01T23:43:19.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18302026-07-01T23:43:19.835Z
18312026-07-01T23:43:19.835Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18322026-07-01T23:43:20.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-07-01T23:43:20.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-07-01T23:43:20.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-07-01T23:43:20.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18362026-07-01T23:43:20.351Z
18372026-07-01T23:43:20.351Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18382026-07-01T23:43:20.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-07-01T23:43:20.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-07-01T23:43:20.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-07-01T23:43:20.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18422026-07-01T23:43:20.866Z
18432026-07-01T23:43:20.866Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18442026-07-01T23:43:21.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-07-01T23:43:21.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-07-01T23:43:21.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-07-01T23:43:21.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18482026-07-01T23:43:21.376Z
18492026-07-01T23:43:21.376Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18502026-07-01T23:43:21.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-07-01T23:43:21.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-07-01T23:43:21.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-07-01T23:43:21.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18542026-07-01T23:43:21.763Z
18552026-07-01T23:43:21.763Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18562026-07-01T23:43:22.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-07-01T23:43:22.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-07-01T23:43:22.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-07-01T23:43:22.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18602026-07-01T23:43:22.172Z
18612026-07-01T23:43:22.172Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18622026-07-01T23:43:22.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-07-01T23:43:22.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-07-01T23:43:22.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-07-01T23:43:22.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18662026-07-01T23:43:22.537Z
18672026-07-01T23:43:22.538Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18682026-07-01T23:43:22.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-07-01T23:43:22.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-07-01T23:43:22.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-07-01T23:43:22.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18722026-07-01T23:43:22.930Z
18732026-07-01T23:43:22.930Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18742026-07-01T23:43:23.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-07-01T23:43:23.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-07-01T23:43:23.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-07-01T23:43:23.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18782026-07-01T23:43:23.310Z
18792026-07-01T23:43:23.310Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18802026-07-01T23:43:23.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-07-01T23:43:23.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-07-01T23:43:23.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-07-01T23:43:23.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18842026-07-01T23:43:23.699Z
18852026-07-01T23:43:23.699Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18862026-07-01T23:43:24.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-07-01T23:43:24.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-07-01T23:43:24.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-07-01T23:43:24.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18902026-07-01T23:43:24.104Z
18912026-07-01T23:43:24.104Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18922026-07-01T23:43:24.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-07-01T23:43:24.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-07-01T23:43:24.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-07-01T23:43:24.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18962026-07-01T23:43:24.509Z
18972026-07-01T23:43:24.510Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
18982026-07-01T23:43:24.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-07-01T23:43:24.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-07-01T23:43:24.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-07-01T23:43:24.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19022026-07-01T23:43:24.861Z
19032026-07-01T23:43:24.861Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19042026-07-01T23:43:25.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-07-01T23:43:25.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-07-01T23:43:25.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-07-01T23:43:25.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19082026-07-01T23:43:25.254Z
19092026-07-01T23:43:25.254Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19102026-07-01T23:43:25.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-07-01T23:43:25.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-07-01T23:43:25.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-07-01T23:43:25.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19142026-07-01T23:43:25.636Z
19152026-07-01T23:43:25.636Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19162026-07-01T23:43:25.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-07-01T23:43:25.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-07-01T23:43:25.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-07-01T23:43:25.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19202026-07-01T23:43:26.052Z
19212026-07-01T23:43:26.052Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19222026-07-01T23:43:26.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-07-01T23:43:26.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-07-01T23:43:26.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-07-01T23:43:26.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19262026-07-01T23:43:26.421Z
19272026-07-01T23:43:26.421Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19282026-07-01T23:43:26.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-07-01T23:43:26.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-07-01T23:43:26.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-07-01T23:43:26.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19322026-07-01T23:43:26.824Z
19332026-07-01T23:43:26.824Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19342026-07-01T23:43:27.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-07-01T23:43:27.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-07-01T23:43:27.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-07-01T23:43:27.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19382026-07-01T23:43:27.209Z
19392026-07-01T23:43:27.209Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19402026-07-01T23:43:27.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-07-01T23:43:27.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-07-01T23:43:27.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-07-01T23:43:27.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19442026-07-01T23:43:27.593Z
19452026-07-01T23:43:27.593Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19462026-07-01T23:43:27.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-07-01T23:43:27.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-07-01T23:43:27.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-07-01T23:43:27.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19502026-07-01T23:43:27.987Z
19512026-07-01T23:43:27.987Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19522026-07-01T23:43:28.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-07-01T23:43:28.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-07-01T23:43:28.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-07-01T23:43:28.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19562026-07-01T23:43:28.370Z
19572026-07-01T23:43:28.370Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19582026-07-01T23:43:28.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-07-01T23:43:28.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-07-01T23:43:28.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-07-01T23:43:28.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19622026-07-01T23:43:28.756Z
19632026-07-01T23:43:28.756Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19642026-07-01T23:43:29.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-07-01T23:43:29.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-07-01T23:43:29.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-07-01T23:43:29.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19682026-07-01T23:43:29.145Z
19692026-07-01T23:43:29.145Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19702026-07-01T23:43:29.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-07-01T23:43:29.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-07-01T23:43:29.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-07-01T23:43:29.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19742026-07-01T23:43:29.538Z
19752026-07-01T23:43:29.538Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19762026-07-01T23:43:29.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-07-01T23:43:29.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-07-01T23:43:29.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-07-01T23:43:29.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19802026-07-01T23:43:29.928Z
19812026-07-01T23:43:29.928Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19822026-07-01T23:43:30.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-07-01T23:43:30.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-07-01T23:43:30.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-07-01T23:43:30.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19862026-07-01T23:43:30.314Z
19872026-07-01T23:43:30.314Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19882026-07-01T23:43:30.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-07-01T23:43:30.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-07-01T23:43:30.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-07-01T23:43:30.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19922026-07-01T23:43:30.709Z
19932026-07-01T23:43:30.709Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19942026-07-01T23:43:31.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-07-01T23:43:31.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-07-01T23:43:31.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-07-01T23:43:31.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19982026-07-01T23:43:31.090Z
19992026-07-01T23:43:31.090Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20002026-07-01T23:43:31.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-07-01T23:43:31.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-07-01T23:43:31.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-07-01T23:43:31.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20042026-07-01T23:43:31.475Z
20052026-07-01T23:43:31.475Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20062026-07-01T23:43:31.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-07-01T23:43:31.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-07-01T23:43:31.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-07-01T23:43:31.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20102026-07-01T23:43:31.876Z
20112026-07-01T23:43:31.876Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20122026-07-01T23:43:32.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-07-01T23:43:32.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-07-01T23:43:32.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-07-01T23:43:32.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20162026-07-01T23:43:32.253Z
20172026-07-01T23:43:32.253Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20182026-07-01T23:43:32.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-07-01T23:43:32.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-07-01T23:43:32.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-07-01T23:43:32.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20222026-07-01T23:43:32.634Z
20232026-07-01T23:43:32.634Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20242026-07-01T23:43:32.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-07-01T23:43:32.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-07-01T23:43:32.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-07-01T23:43:32.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20282026-07-01T23:43:33.021Z
20292026-07-01T23:43:33.021Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20302026-07-01T23:43:33.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-07-01T23:43:33.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-07-01T23:43:33.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-07-01T23:43:33.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20342026-07-01T23:43:33.413Z
20352026-07-01T23:43:33.414Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20362026-07-01T23:43:33.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-07-01T23:43:33.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-07-01T23:43:33.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-07-01T23:43:33.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20402026-07-01T23:43:33.798Z
20412026-07-01T23:43:33.798Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20422026-07-01T23:43:34.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-07-01T23:43:34.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-07-01T23:43:34.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-07-01T23:43:34.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20462026-07-01T23:43:34.191Z
20472026-07-01T23:43:34.191Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20482026-07-01T23:43:34.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-07-01T23:43:34.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-07-01T23:43:34.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-07-01T23:43:34.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20522026-07-01T23:43:34.576Z
20532026-07-01T23:43:34.576Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20542026-07-01T23:43:34.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-07-01T23:43:34.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-07-01T23:43:34.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-07-01T23:43:34.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20582026-07-01T23:43:34.969Z
20592026-07-01T23:43:34.969Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20602026-07-01T23:43:35.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-07-01T23:43:35.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-07-01T23:43:35.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-07-01T23:43:35.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20642026-07-01T23:43:35.359Z
20652026-07-01T23:43:35.359Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20662026-07-01T23:43:35.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-07-01T23:43:35.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-07-01T23:43:35.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-07-01T23:43:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20702026-07-01T23:43:35.755Z
20712026-07-01T23:43:35.755Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20722026-07-01T23:43:36.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-07-01T23:43:36.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-07-01T23:43:36.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-07-01T23:43:36.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20762026-07-01T23:43:36.156Z
20772026-07-01T23:43:36.156Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20782026-07-01T23:43:36.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-07-01T23:43:36.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-07-01T23:43:36.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-07-01T23:43:36.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20822026-07-01T23:43:36.538Z
20832026-07-01T23:43:36.538Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20842026-07-01T23:43:36.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-07-01T23:43:36.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-07-01T23:43:36.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-07-01T23:43:36.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20882026-07-01T23:43:36.937Z
20892026-07-01T23:43:36.937Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20902026-07-01T23:43:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-07-01T23:43:37.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-07-01T23:43:37.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-07-01T23:43:37.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20942026-07-01T23:43:37.495Z
20952026-07-01T23:43:37.495Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
20962026-07-01T23:43:38.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-07-01T23:43:38.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-07-01T23:43:38.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-07-01T23:43:38.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21002026-07-01T23:43:38.353Z
21012026-07-01T23:43:38.353Zinfo: running `cargo check --bins` on nexus-config (51/299)
21022026-07-01T23:43:38.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-07-01T23:43:38.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-07-01T23:43:38.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-07-01T23:43:38.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21062026-07-01T23:43:38.614Z
21072026-07-01T23:43:38.614Zinfo: running `cargo check --bins` on nexus-types (52/299)
21082026-07-01T23:43:39.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-07-01T23:43:39.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-07-01T23:43:39.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-07-01T23:43:39.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21122026-07-01T23:43:39.333Z
21132026-07-01T23:43:39.333Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21142026-07-01T23:43:39.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-07-01T23:43:39.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-07-01T23:43:39.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-07-01T23:43:39.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21182026-07-01T23:43:39.680Z
21192026-07-01T23:43:39.680Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21202026-07-01T23:43:40.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-07-01T23:43:40.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-07-01T23:43:40.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-07-01T23:43:40.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21242026-07-01T23:43:40.195Z
21252026-07-01T23:43:40.196Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21262026-07-01T23:43:40.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-07-01T23:43:40.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-07-01T23:43:40.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-07-01T23:43:40.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21302026-07-01T23:43:40.697Z
21312026-07-01T23:43:40.697Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21322026-07-01T23:43:41.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-07-01T23:43:41.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-07-01T23:43:41.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-07-01T23:43:41.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21362026-07-01T23:43:41.204Z
21372026-07-01T23:43:41.204Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21382026-07-01T23:43:41.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-07-01T23:43:41.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-07-01T23:43:41.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-07-01T23:43:41.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21422026-07-01T23:43:41.730Z
21432026-07-01T23:43:41.730Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21442026-07-01T23:43:42.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-07-01T23:43:42.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-07-01T23:43:42.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-07-01T23:43:42.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21482026-07-01T23:43:42.260Z
21492026-07-01T23:43:42.260Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21502026-07-01T23:43:42.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-07-01T23:43:42.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-07-01T23:43:42.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-07-01T23:43:42.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21542026-07-01T23:43:42.759Z
21552026-07-01T23:43:42.763Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21562026-07-01T23:43:43.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-07-01T23:43:43.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-07-01T23:43:43.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-07-01T23:43:43.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21602026-07-01T23:43:43.262Z
21612026-07-01T23:43:43.262Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21622026-07-01T23:43:43.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-07-01T23:43:43.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-07-01T23:43:43.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-07-01T23:43:43.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21662026-07-01T23:43:43.772Z
21672026-07-01T23:43:43.772Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21682026-07-01T23:43:44.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-07-01T23:43:44.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-07-01T23:43:44.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-07-01T23:43:44.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21722026-07-01T23:43:44.271Z
21732026-07-01T23:43:44.272Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21742026-07-01T23:43:44.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-07-01T23:43:44.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-07-01T23:43:44.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-07-01T23:43:44.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21782026-07-01T23:43:44.798Z
21792026-07-01T23:43:44.798Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21802026-07-01T23:43:45.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-07-01T23:43:45.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-07-01T23:43:45.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-07-01T23:43:45.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21842026-07-01T23:43:45.304Z
21852026-07-01T23:43:45.305Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21862026-07-01T23:43:45.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-07-01T23:43:45.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-07-01T23:43:45.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-07-01T23:43:45.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21902026-07-01T23:43:45.806Z
21912026-07-01T23:43:45.806Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21922026-07-01T23:43:46.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-07-01T23:43:46.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-07-01T23:43:46.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-07-01T23:43:46.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21962026-07-01T23:43:46.317Z
21972026-07-01T23:43:46.317Zinfo: running `cargo check --bins` on ereport-types (67/299)
21982026-07-01T23:43:46.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-07-01T23:43:46.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-07-01T23:43:46.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-07-01T23:43:46.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22022026-07-01T23:43:46.822Z
22032026-07-01T23:43:46.822Zinfo: running `cargo check --bins` on gateway-client (68/299)
22042026-07-01T23:43:47.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-07-01T23:43:47.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-07-01T23:43:47.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-07-01T23:43:47.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22082026-07-01T23:43:47.335Z
22092026-07-01T23:43:47.335Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22102026-07-01T23:43:47.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-07-01T23:43:47.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-07-01T23:43:47.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-07-01T23:43:47.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22142026-07-01T23:43:47.845Z
22152026-07-01T23:43:47.845Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22162026-07-01T23:43:48.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-07-01T23:43:48.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-07-01T23:43:48.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-07-01T23:43:48.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22202026-07-01T23:43:48.359Z
22212026-07-01T23:43:48.359Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22222026-07-01T23:43:48.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-07-01T23:43:48.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-07-01T23:43:48.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-07-01T23:43:48.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22262026-07-01T23:43:48.877Z
22272026-07-01T23:43:48.877Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22282026-07-01T23:43:49.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-07-01T23:43:49.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-07-01T23:43:49.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-07-01T23:43:49.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22322026-07-01T23:43:49.395Z
22332026-07-01T23:43:49.395Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22342026-07-01T23:43:49.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-07-01T23:43:49.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-07-01T23:43:49.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-07-01T23:43:49.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22382026-07-01T23:43:49.924Z
22392026-07-01T23:43:49.924Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22402026-07-01T23:43:50.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-07-01T23:43:50.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-07-01T23:43:50.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-07-01T23:43:50.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22442026-07-01T23:43:50.454Z
22452026-07-01T23:43:50.454Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22462026-07-01T23:43:50.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-07-01T23:43:50.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-07-01T23:43:50.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-07-01T23:43:50.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22502026-07-01T23:43:50.958Z
22512026-07-01T23:43:50.958Zinfo: running `cargo check --bins` on oxlog (76/299)
22522026-07-01T23:43:51.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-07-01T23:43:51.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-07-01T23:43:51.496Z Checking cfg-if v1.0.4
22552026-07-01T23:43:51.499Z Checking libc v0.2.185
22562026-07-01T23:43:51.499Z Checking serde_core v1.0.228
22572026-07-01T23:43:51.615Z Checking memchr v2.8.0
22582026-07-01T23:43:51.615Z Checking zeroize v1.8.2
22592026-07-01T23:43:51.624Z Checking log v0.4.29
22602026-07-01T23:43:51.632Z Checking smallvec v1.15.1
22612026-07-01T23:43:51.642Z Checking subtle v2.6.1
22622026-07-01T23:43:51.653Z Checking itoa v1.0.17
22632026-07-01T23:43:51.749Z Checking scopeguard v1.2.0
22642026-07-01T23:43:51.777Z Checking stable_deref_trait v1.2.1
22652026-07-01T23:43:51.789Z Checking typenum v1.20.1
22662026-07-01T23:43:51.801Z Checking zerofrom v0.1.6
22672026-07-01T23:43:51.813Z Checking pin-project-lite v0.2.17
22682026-07-01T23:43:51.841Z Checking lock_api v0.4.14
22692026-07-01T23:43:51.853Z Checking portable-atomic v1.13.1
22702026-07-01T23:43:51.896Z Checking futures-core v0.3.32
22712026-07-01T23:43:51.908Z Checking yoke v0.8.1
22722026-07-01T23:43:51.979Z Checking critical-section v1.2.0
22732026-07-01T23:43:51.990Z Checking errno v0.3.14
22742026-07-01T23:43:52.013Z Checking getrandom v0.2.17
22752026-07-01T23:43:52.037Z Checking parking_lot_core v0.9.12
22762026-07-01T23:43:52.066Z Checking zerovec v0.11.5
22772026-07-01T23:43:52.077Z Checking mio v1.2.0
22782026-07-01T23:43:52.099Z Checking signal-hook-registry v1.4.8
22792026-07-01T23:43:52.148Z Checking rand_core v0.6.4
22802026-07-01T23:43:52.221Z Checking parking_lot v0.12.5
22812026-07-01T23:43:52.243Z Checking once_cell v1.21.3
22822026-07-01T23:43:52.255Z Checking zerocopy v0.8.40
22832026-07-01T23:43:52.318Z Checking const-oid v0.9.6
22842026-07-01T23:43:52.347Z Checking zmij v1.0.21
22852026-07-01T23:43:52.398Z Checking rand_core v0.10.0
22862026-07-01T23:43:52.411Z Checking socket2 v0.6.3
22872026-07-01T23:43:52.494Z Checking tinystr v0.8.2
22882026-07-01T23:43:52.532Z Checking generic-array v0.14.7
22892026-07-01T23:43:52.541Z Checking getrandom v0.4.1
22902026-07-01T23:43:52.553Z Checking libm v0.2.16
22912026-07-01T23:43:52.645Z Checking litemap v0.8.1
22922026-07-01T23:43:52.660Z Checking equivalent v1.0.2
22932026-07-01T23:43:52.678Z Checking writeable v0.6.2
22942026-07-01T23:43:52.737Z Checking percent-encoding v2.3.2
22952026-07-01T23:43:52.810Z Checking potential_utf v0.1.4
22962026-07-01T23:43:52.830Z Checking icu_locale_core v2.1.1
22972026-07-01T23:43:52.874Z Checking zerotrie v0.2.3
22982026-07-01T23:43:52.933Z Checking futures-sink v0.3.32
22992026-07-01T23:43:52.977Z Checking icu_collections v2.1.1
23002026-07-01T23:43:52.995Z Checking slab v0.4.12
23012026-07-01T23:43:53.059Z Checking futures-channel v0.3.32
23022026-07-01T23:43:53.082Z Checking serde v1.0.228
23032026-07-01T23:43:53.103Z Checking bitflags v2.11.0
23042026-07-01T23:43:53.145Z Checking serde_json v1.0.150
23052026-07-01T23:43:53.227Z Checking num-traits v0.2.19
23062026-07-01T23:43:53.242Z Checking futures-io v0.3.32
23072026-07-01T23:43:53.259Z Checking futures-task v0.3.32
23082026-07-01T23:43:53.272Z Checking icu_normalizer_data v2.1.1
23092026-07-01T23:43:53.340Z Checking icu_properties_data v2.1.2
23102026-07-01T23:43:53.352Z Checking hashbrown v0.17.0
23112026-07-01T23:43:53.364Z Checking icu_provider v2.1.1
23122026-07-01T23:43:53.390Z Checking futures-util v0.3.32
23132026-07-01T23:43:53.461Z Checking crypto-common v0.1.7
23142026-07-01T23:43:53.479Z Checking bytes v1.11.1
23152026-07-01T23:43:53.577Z Checking block-buffer v0.10.4
23162026-07-01T23:43:53.588Z Checking icu_properties v2.1.2
23172026-07-01T23:43:53.708Z Checking icu_normalizer v2.1.1
23182026-07-01T23:43:53.738Z Checking digest v0.10.7
23192026-07-01T23:43:53.799Z Checking utf8_iter v1.0.4
23202026-07-01T23:43:53.811Z Checking indexmap v2.14.0
23212026-07-01T23:43:53.913Z Checking tokio v1.52.1
23222026-07-01T23:43:53.925Z Checking form_urlencoded v1.2.2
23232026-07-01T23:43:53.925Z Checking getrandom v0.3.4
23242026-07-01T23:43:54.004Z Checking fnv v1.0.7
23252026-07-01T23:43:54.047Z Checking byteorder v1.5.0
23262026-07-01T23:43:54.074Z Checking rand_core v0.9.5
23272026-07-01T23:43:54.094Z Checking http v1.4.2
23282026-07-01T23:43:54.239Z Checking regex-syntax v0.8.10
23292026-07-01T23:43:54.239Z Checking base64ct v1.8.3
23302026-07-01T23:43:54.374Z Checking rustix v1.1.3
23312026-07-01T23:43:54.394Z Checking idna_adapter v1.2.1
23322026-07-01T23:43:54.472Z Checking pem-rfc7468 v0.7.0
23332026-07-01T23:43:54.521Z Checking idna v1.1.0
23342026-07-01T23:43:54.630Z Checking uuid v1.23.4
23352026-07-01T23:43:54.640Z Checking tracing-core v0.1.36
23362026-07-01T23:43:54.756Z Checking url v2.5.8
23372026-07-01T23:43:54.972Z Checking base64 v0.22.1
23382026-07-01T23:43:54.992Z Checking flagset v0.4.7
23392026-07-01T23:43:54.992Z Checking ppv-lite86 v0.2.21
23402026-07-01T23:43:55.066Z Checking iana-time-zone v0.1.65
23412026-07-01T23:43:55.207Z Checking chrono v0.4.44
23422026-07-01T23:43:55.220Z Checking der v0.7.10
23432026-07-01T23:43:55.220Z Checking tracing v0.1.44
23442026-07-01T23:43:55.220Z Checking http-body v1.0.1
23452026-07-01T23:43:55.263Z Checking rand_chacha v0.9.0
23462026-07-01T23:43:55.284Z Checking rustls-pki-types v1.14.0
23472026-07-01T23:43:55.339Z Checking cmov v0.5.4
23482026-07-01T23:43:55.394Z Checking openssl-probe v0.2.1
23492026-07-01T23:43:55.472Z Checking tinyvec_macros v0.1.1
23502026-07-01T23:43:55.503Z Checking rand v0.9.2
23512026-07-01T23:43:55.527Z Checking ctutils v0.4.2
23522026-07-01T23:43:55.543Z Checking tinyvec v1.10.0
23532026-07-01T23:43:55.569Z Checking aws-lc-sys v0.40.0
23542026-07-01T23:43:55.578Z Checking tower-service v0.3.3
23552026-07-01T23:43:55.661Z Checking atomic-waker v1.1.2
23562026-07-01T23:43:55.734Z Checking untrusted v0.7.1
23572026-07-01T23:43:55.770Z Checking try-lock v0.2.5
23582026-07-01T23:43:55.850Z Checking tower-layer v0.3.3
23592026-07-01T23:43:55.867Z Checking hybrid-array v0.4.13
23602026-07-01T23:43:55.889Z Checking want v0.3.1
23612026-07-01T23:43:55.923Z Checking spki v0.7.3
23622026-07-01T23:43:55.989Z Checking ipnet v2.11.0
23632026-07-01T23:43:56.005Z Checking httparse v1.10.1
23642026-07-01T23:43:56.005Z Checking aho-corasick v1.1.4
23652026-07-01T23:43:56.043Z Checking untrusted v0.9.0
23662026-07-01T23:43:56.055Z Checking aws-lc-rs v1.16.3
23672026-07-01T23:43:56.090Z Checking httpdate v1.0.3
23682026-07-01T23:43:56.151Z Checking cpufeatures v0.2.17
23692026-07-01T23:43:56.194Z Checking foreign-types-shared v0.1.1
23702026-07-01T23:43:56.212Z Checking fastrand v2.3.0
23712026-07-01T23:43:56.223Z Checking dyn-clone v1.0.20
23722026-07-01T23:43:56.250Z Checking utf8parse v0.2.2
23732026-07-01T23:43:56.266Z Checking plain v0.2.3
23742026-07-01T23:43:56.315Z Checking foreign-types v0.3.2
23752026-07-01T23:43:56.328Z Checking pkcs8 v0.10.2
23762026-07-01T23:43:56.365Z Checking unicode-normalization v0.1.25
23772026-07-01T23:43:56.380Z Checking semver v1.0.28
23782026-07-01T23:43:56.394Z Checking tempfile v3.25.0
23792026-07-01T23:43:56.482Z Checking openssl-sys v0.9.115
23802026-07-01T23:43:56.577Z Checking spin v0.9.8
23812026-07-01T23:43:56.598Z Checking ucd-trie v0.1.7
23822026-07-01T23:43:56.612Z Checking anstyle v1.0.14
23832026-07-01T23:43:56.665Z Checking regex-automata v0.4.14
23842026-07-01T23:43:56.719Z Checking unicode-ident v1.0.24
23852026-07-01T23:43:56.758Z Checking pest v2.8.6
23862026-07-01T23:43:56.775Z Checking schemars v0.8.22
23872026-07-01T23:43:56.785Z Checking sha2 v0.10.9
23882026-07-01T23:43:56.825Z Checking proc-macro2 v1.0.106
23892026-07-01T23:43:56.843Z Checking openssl v0.10.79
23902026-07-01T23:43:56.875Z Checking rustls-webpki v0.103.13
23912026-07-01T23:43:57.059Z Checking hmac v0.12.1
23922026-07-01T23:43:57.126Z Checking thiserror v2.0.18
23932026-07-01T23:43:57.565Z Checking tokio-util v0.7.18
23942026-07-01T23:43:57.572Z Checking sync_wrapper v1.0.2
23952026-07-01T23:43:57.572Z Checking wait-timeout v0.2.1
23962026-07-01T23:43:57.572Z Checking rustls v0.23.41
23972026-07-01T23:43:57.572Z Checking quick-error v1.2.3
23982026-07-01T23:43:57.572Z Checking simd-adler32 v0.3.8
23992026-07-01T23:43:57.572Z Checking siphasher v1.0.2
24002026-07-01T23:43:57.572Z Checking is_terminal_polyfill v1.70.2
24012026-07-01T23:43:57.572Z Checking colorchoice v1.0.4
24022026-07-01T23:43:57.572Z Checking bit-vec v0.8.0
24032026-07-01T23:43:57.573Z Checking powerfmt v0.2.0
24042026-07-01T23:43:57.584Z Checking pretty-hex v0.4.1
24052026-07-01T23:43:57.679Z Checking anstyle-query v1.1.5
24062026-07-01T23:43:57.691Z Checking bit-set v0.8.0
24072026-07-01T23:43:57.702Z Checking deranged v0.5.8
24082026-07-01T23:43:57.745Z Checking h2 v0.4.15
24092026-07-01T23:43:57.767Z Checking rusty-fork v0.3.1
24102026-07-01T23:43:57.814Z Checking tower v0.5.3
24112026-07-01T23:43:57.828Z Checking quote v1.0.45
24122026-07-01T23:43:57.934Z Compiling newtype-uuid v1.3.2
24132026-07-01T23:43:57.993Z Checking http-body-util v0.1.3
24142026-07-01T23:43:58.108Z Checking crossbeam-utils v0.8.21
24152026-07-01T23:43:58.166Z Checking rand_xorshift v0.4.0
24162026-07-01T23:43:58.205Z Checking crc32fast v1.5.0
24172026-07-01T23:43:58.281Z Checking scroll v0.13.0
24182026-07-01T23:43:58.341Z Checking iri-string v0.7.10
24192026-07-01T23:43:58.441Z Checking adler2 v2.0.1
24202026-07-01T23:43:58.473Z Checking allocator-api2 v0.2.21
24212026-07-01T23:43:58.503Z Checking num-conv v0.2.0
24222026-07-01T23:43:58.543Z Checking unarray v0.1.4
24232026-07-01T23:43:58.609Z Checking unicode-properties v0.1.4
24242026-07-01T23:43:58.622Z Checking num_threads v0.1.7
24252026-07-01T23:43:58.639Z Checking unicode-bidi v0.3.18
24262026-07-01T23:43:58.704Z Checking time-core v0.1.8
24272026-07-01T23:43:58.754Z Checking ryu v1.0.23
24282026-07-01T23:43:58.791Z Checking proptest v1.10.0
24292026-07-01T23:43:58.824Z Checking native-tls v0.2.18
24302026-07-01T23:43:58.837Z Checking time v0.3.47
24312026-07-01T23:43:58.886Z Checking serde_urlencoded v0.7.1
24322026-07-01T23:43:58.929Z Checking stringprep v0.1.5
24332026-07-01T23:43:58.996Z Checking tokio-native-tls v0.3.1
24342026-07-01T23:43:59.098Z Checking miniz_oxide v0.8.9
24352026-07-01T23:43:59.098Z Checking goblin v0.10.5
24362026-07-01T23:43:59.147Z Checking bstr v1.12.1
24372026-07-01T23:43:59.345Z Checking tower-http v0.6.8
24382026-07-01T23:43:59.430Z Checking crossbeam-epoch v0.9.18
24392026-07-01T23:43:59.506Z Compiling daft v0.1.7
24402026-07-01T23:43:59.529Z Checking syn v2.0.117
24412026-07-01T23:43:59.617Z Checking ipnetwork v0.21.1
24422026-07-01T23:43:59.654Z Checking block-buffer v0.12.1
24432026-07-01T23:43:59.781Z Checking crypto-common v0.2.2
24442026-07-01T23:43:59.807Z Checking block-padding v0.4.2
24452026-07-01T23:43:59.829Z Checking anstyle-parse v1.0.0
24462026-07-01T23:43:59.938Z Checking rustls-native-certs v0.8.3
24472026-07-01T23:43:59.950Z Checking rand_chacha v0.3.1
24482026-07-01T23:43:59.973Z Checking scroll v0.12.0
24492026-07-01T23:44:00.062Z Checking thiserror v1.0.69
24502026-07-01T23:44:00.146Z Checking hash32 v0.2.1
24512026-07-01T23:44:00.157Z Checking zstd-sys v2.0.16+zstd.1.5.7
24522026-07-01T23:44:00.193Z Checking md-5 v0.10.6
24532026-07-01T23:44:00.261Z Checking signature v2.2.0
24542026-07-01T23:44:00.295Z Checking num-integer v0.1.46
24552026-07-01T23:44:00.328Z Checking serde_spanned v0.6.9
24562026-07-01T23:44:00.365Z Checking toml_datetime v0.6.11
24572026-07-01T23:44:00.384Z Checking encoding_rs v0.8.35
24582026-07-01T23:44:00.470Z Checking zlib-rs v0.6.2
24592026-07-01T23:44:00.530Z Checking fallible-iterator v0.2.0
24602026-07-01T23:44:00.544Z Checking psl-types v2.0.11
24612026-07-01T23:44:00.563Z Checking hyper v1.10.1
24622026-07-01T23:44:00.587Z Checking mime v0.3.17
24632026-07-01T23:44:00.655Z Checking publicsuffix v2.3.0
24642026-07-01T23:44:00.797Z Checking postgres-protocol v0.6.10
24652026-07-01T23:44:00.811Z Checking num-iter v0.1.45
24662026-07-01T23:44:00.908Z Checking heapless v0.7.17
24672026-07-01T23:44:00.921Z Checking zstd-safe v7.2.4
24682026-07-01T23:44:01.078Z Checking goblin v0.8.2
24692026-07-01T23:44:01.106Z Checking rand v0.8.6
24702026-07-01T23:44:01.304Z Checking anstream v1.0.0
24712026-07-01T23:44:01.724Z Checking cookie v0.18.1
24722026-07-01T23:44:01.727Z Checking flate2 v1.1.9
24732026-07-01T23:44:01.727Z Checking dof v0.4.0
24742026-07-01T23:44:01.727Z Checking hyper-util v0.1.20
24752026-07-01T23:44:01.727Z Checking inout v0.2.2
24762026-07-01T23:44:01.727Z Compiling iddqd v0.4.2
24772026-07-01T23:44:01.727Z Checking oxnet v0.1.6
24782026-07-01T23:44:01.727Z Checking tokio-rustls v0.26.4
24792026-07-01T23:44:01.727Z Checking dtrace-parser v0.3.0
24802026-07-01T23:44:01.806Z Checking phf_shared v0.13.1
24812026-07-01T23:44:01.848Z Checking lazy_static v1.5.0
24822026-07-01T23:44:01.877Z Checking anstyle-parse v0.2.7
24832026-07-01T23:44:01.877Z Checking pin-project v1.1.11
24842026-07-01T23:44:01.927Z Checking zerocopy v0.7.35
24852026-07-01T23:44:01.965Z Checking bzip2-sys v0.1.13+1.0.8
24862026-07-01T23:44:01.996Z Checking signal-hook v0.3.18
24872026-07-01T23:44:02.016Z Checking futures-executor v0.3.32
24882026-07-01T23:44:02.031Z Checking terminal_size v0.4.3
24892026-07-01T23:44:02.043Z Checking hex v0.4.3
24902026-07-01T23:44:02.140Z Checking ff v0.13.1
24912026-07-01T23:44:02.152Z Checking thread-id v5.1.0
24922026-07-01T23:44:02.176Z Checking either v1.15.0
24932026-07-01T23:44:02.224Z Checking foldhash v0.1.5
24942026-07-01T23:44:02.261Z Checking strsim v0.11.1
24952026-07-01T23:44:02.271Z Checking winnow v0.5.40
24962026-07-01T23:44:02.349Z Compiling rayon-core v1.13.0
24972026-07-01T23:44:02.361Z Checking clap_lex v1.0.0
24982026-07-01T23:44:02.403Z Checking managed v0.8.0
24992026-07-01T23:44:02.416Z Checking foldhash v0.2.0
25002026-07-01T23:44:02.507Z Checking libbz2-rs-sys v0.2.2
25012026-07-01T23:44:02.541Z Checking base16ct v0.2.0
25022026-07-01T23:44:02.564Z Checking same-file v1.0.6
25032026-07-01T23:44:02.581Z Checking bitflags v1.3.2
25042026-07-01T23:44:02.650Z Checking bumpalo v3.20.2
25052026-07-01T23:44:02.663Z Checking sec1 v0.7.3
25062026-07-01T23:44:02.700Z Checking walkdir v2.5.0
25072026-07-01T23:44:02.726Z Checking hyper-tls v0.6.0
25082026-07-01T23:44:02.792Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25092026-07-01T23:44:02.830Z Checking hyper-rustls v0.27.7
25102026-07-01T23:44:02.844Z Checking zopfli v0.8.3
25112026-07-01T23:44:02.856Z Checking smoltcp v0.9.1
25122026-07-01T23:44:02.892Z Checking bzip2 v0.6.1
25132026-07-01T23:44:02.901Z Checking reqwest v0.12.28
25142026-07-01T23:44:02.946Z Checking dof v0.3.0
25152026-07-01T23:44:02.979Z Checking hashbrown v0.16.1
25162026-07-01T23:44:03.049Z Checking clap_builder v4.6.0
25172026-07-01T23:44:03.061Z Checking hashbrown v0.15.5
25182026-07-01T23:44:03.163Z Checking group v0.13.0
25192026-07-01T23:44:03.227Z Checking usdt-impl v0.6.0
25202026-07-01T23:44:03.304Z Checking signal-hook-mio v0.2.5
25212026-07-01T23:44:03.405Z Checking futures v0.3.32
25222026-07-01T23:44:03.419Z Checking toml_edit v0.19.15
25232026-07-01T23:44:03.434Z Checking bzip2 v0.4.4
25242026-07-01T23:44:03.466Z Checking anstream v0.6.21
25252026-07-01T23:44:03.474Z Checking phf v0.13.1
25262026-07-01T23:44:03.498Z Checking snafu v0.8.9
25272026-07-01T23:44:03.518Z Checking num-bigint-dig v0.8.6
25282026-07-01T23:44:03.616Z Checking cipher v0.5.2
25292026-07-01T23:44:03.648Z Checking cookie_store v0.22.1
25302026-07-01T23:44:04.065Z Checking postgres-types v0.2.12
25312026-07-01T23:44:04.068Z Checking zstd v0.13.3
25322026-07-01T23:44:04.068Z Checking ed25519 v2.2.3
25332026-07-01T23:44:04.068Z Checking dtrace-parser v0.2.0
25342026-07-01T23:44:04.068Z Checking rustls-platform-verifier v0.6.2
25352026-07-01T23:44:04.068Z Checking crossbeam-deque v0.8.6
25362026-07-01T23:44:04.068Z Checking globset v0.4.18
25372026-07-01T23:44:04.068Z Checking regex v1.12.3
25382026-07-01T23:44:04.068Z Checking phf_shared v0.11.3
25392026-07-01T23:44:04.072Z Checking hkdf v0.12.4
25402026-07-01T23:44:04.136Z Checking olpc-cjson v0.1.4
25412026-07-01T23:44:04.178Z Checking ref-cast v1.0.25
25422026-07-01T23:44:04.198Z Checking curve25519-dalek v4.1.3
25432026-07-01T23:44:04.217Z Checking pkcs1 v0.7.5
25442026-07-01T23:44:04.253Z Checking strum v0.27.2
25452026-07-01T23:44:04.265Z Checking hubpack v0.1.2
25462026-07-01T23:44:04.268Z Checking memoffset v0.9.1
25472026-07-01T23:44:04.320Z Checking rustix v0.38.44
25482026-07-01T23:44:04.333Z Checking pem v3.0.6
25492026-07-01T23:44:04.367Z Checking float-cmp v0.10.0
25502026-07-01T23:44:04.385Z Checking serde_plain v1.0.2
25512026-07-01T23:44:04.418Z Checking erased-serde v0.3.31
25522026-07-01T23:44:04.429Z Checking serde-big-array v0.5.1
25532026-07-01T23:44:04.452Z Checking crypto-bigint v0.5.5
25542026-07-01T23:44:04.465Z Checking thread-id v4.2.2
25552026-07-01T23:44:04.478Z Checking memmap2 v0.9.10
25562026-07-01T23:44:04.498Z Checking env_filter v1.0.0
25572026-07-01T23:44:04.539Z Checking fixedbitset v0.4.2
25582026-07-01T23:44:04.553Z Checking normalize-line-endings v0.3.0
25592026-07-01T23:44:04.627Z Checking winnow v1.0.3
25602026-07-01T23:44:04.640Z Checking cpufeatures v0.3.0
25612026-07-01T23:44:04.643Z Checking toml_write v0.1.2
25622026-07-01T23:44:04.679Z Checking jiff v0.2.21
25632026-07-01T23:44:04.706Z Checking predicates-core v1.0.10
25642026-07-01T23:44:04.797Z Checking data-encoding v2.10.0
25652026-07-01T23:44:04.810Z Checking typed-path v0.9.3
25662026-07-01T23:44:04.824Z Checking whoami v2.1.0
25672026-07-01T23:44:04.907Z Checking keccak v0.1.6
25682026-07-01T23:44:04.969Z Checking difflib v0.4.0
25692026-07-01T23:44:05.011Z Checking winnow v0.7.14
25702026-07-01T23:44:05.080Z Checking precomputed-hash v0.1.1
25712026-07-01T23:44:05.102Z Checking const-oid v0.10.2
25722026-07-01T23:44:05.102Z Checking new_debug_unreachable v1.0.6
25732026-07-01T23:44:05.136Z Checking static_assertions v1.1.0
25742026-07-01T23:44:05.145Z Checking fixedbitset v0.5.7
25752026-07-01T23:44:05.154Z Checking unicode-segmentation v1.12.0
25762026-07-01T23:44:05.196Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25772026-07-01T23:44:05.219Z Checking digest v0.11.3
25782026-07-01T23:44:05.342Z Checking petgraph v0.8.3
25792026-07-01T23:44:05.352Z Checking elliptic-curve v0.13.8
25802026-07-01T23:44:05.391Z Checking string_cache v0.8.9
25812026-07-01T23:44:05.458Z Checking similar v2.7.0
25822026-07-01T23:44:05.560Z Checking predicates v3.1.4
25832026-07-01T23:44:05.595Z Checking tough v0.22.0
25842026-07-01T23:44:05.661Z Checking crossterm v0.28.1
25852026-07-01T23:44:05.843Z Checking sha3 v0.10.8
25862026-07-01T23:44:05.860Z Checking hickory-proto v0.25.2
25872026-07-01T23:44:06.040Z Checking tokio-postgres v0.7.16
25882026-07-01T23:44:06.219Z Checking toml_edit v0.22.27
25892026-07-01T23:44:06.364Z Checking ed25519-dalek v2.2.0
25902026-07-01T23:44:06.592Z Checking toml_parser v1.1.2+spec-1.1.0
25912026-07-01T23:44:06.906Z Checking zip v4.6.1
25922026-07-01T23:44:06.906Z Checking slog v2.8.2
25932026-07-01T23:44:06.930Z Checking chacha20 v0.10.0
25942026-07-01T23:44:07.171Z Checking petgraph v0.6.5
25952026-07-01T23:44:07.171Z Checking env_logger v0.11.9
25962026-07-01T23:44:07.286Z Checking usdt v0.6.0
25972026-07-01T23:44:07.302Z Checking usdt-impl v0.5.0
25982026-07-01T23:44:07.366Z Checking toml v0.7.8
25992026-07-01T23:44:07.451Z Checking rsa v0.9.10
26002026-07-01T23:44:07.874Z Checking nix v0.31.2
26012026-07-01T23:44:07.877Z Checking clap v4.6.1
26022026-07-01T23:44:07.877Z Checking reqwest v0.13.2
26032026-07-01T23:44:07.877Z Checking zip v0.6.6
26042026-07-01T23:44:07.906Z Checking itertools v0.13.0
26052026-07-01T23:44:07.935Z Checking serde_with v3.17.0
26062026-07-01T23:44:07.981Z Checking strum v0.26.3
26072026-07-01T23:44:08.090Z Checking fs-err v3.3.0
26082026-07-01T23:44:08.372Z Checking ahash v0.8.12
26092026-07-01T23:44:08.390Z Checking object v0.37.3
26102026-07-01T23:44:08.420Z Checking tokio-stream v0.1.18
26112026-07-01T23:44:08.482Z Checking buf-list v1.1.2
26122026-07-01T23:44:08.562Z Checking camino v1.2.2
26132026-07-01T23:44:08.601Z Checking anyhow v1.0.102
26142026-07-01T23:44:08.651Z Checking x509-cert v0.2.5
26152026-07-01T23:44:08.662Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-07-01T23:44:08.791Z Checking openapiv3 v2.2.0
26172026-07-01T23:44:08.795Z Checking peg-runtime v0.8.5
26182026-07-01T23:44:08.815Z Checking lalrpop-util v0.19.12
26192026-07-01T23:44:08.911Z Checking rayon v1.11.0
26202026-07-01T23:44:08.936Z Checking sigpipe v0.1.3
26212026-07-01T23:44:09.344Z Checking glob v0.3.3
26222026-07-01T23:44:10.574Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232026-07-01T23:44:10.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.88s
26242026-07-01T23:44:10.992Z
26252026-07-01T23:44:10.992Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26262026-07-01T23:44:11.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-07-01T23:44:11.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-07-01T23:44:11.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-07-01T23:44:11.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26302026-07-01T23:44:11.507Z
26312026-07-01T23:44:11.507Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26322026-07-01T23:44:11.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-07-01T23:44:11.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-07-01T23:44:11.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-07-01T23:44:11.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26362026-07-01T23:44:12.023Z
26372026-07-01T23:44:12.023Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26382026-07-01T23:44:12.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-07-01T23:44:12.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-07-01T23:44:12.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-07-01T23:44:12.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26422026-07-01T23:44:12.554Z
26432026-07-01T23:44:12.554Zinfo: running `cargo check --bins` on oxql-types (80/299)
26442026-07-01T23:44:12.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-07-01T23:44:12.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-07-01T23:44:12.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-07-01T23:44:12.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26482026-07-01T23:44:13.070Z
26492026-07-01T23:44:13.070Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26502026-07-01T23:44:13.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-07-01T23:44:13.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-07-01T23:44:13.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-07-01T23:44:13.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26542026-07-01T23:44:13.918Z
26552026-07-01T23:44:13.918Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26562026-07-01T23:44:14.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-07-01T23:44:14.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-07-01T23:44:14.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-07-01T23:44:14.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26602026-07-01T23:44:14.102Z
26612026-07-01T23:44:14.102Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26622026-07-01T23:44:14.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-07-01T23:44:14.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-07-01T23:44:14.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-07-01T23:44:14.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26662026-07-01T23:44:14.606Z
26672026-07-01T23:44:14.606Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26682026-07-01T23:44:15.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-07-01T23:44:15.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-07-01T23:44:15.218Z Compiling structmeta-derive v0.3.0
26712026-07-01T23:44:15.334Z Compiling multer v3.1.0
26722026-07-01T23:44:15.346Z Compiling async-stream-impl v0.3.6
26732026-07-01T23:44:15.348Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26742026-07-01T23:44:15.371Z Compiling dropshot v0.17.1
26752026-07-01T23:44:15.381Z Compiling newtype-uuid-macros v0.1.0
26762026-07-01T23:44:15.384Z Compiling dropshot_endpoint v0.17.1
26772026-07-01T23:44:15.405Z Checking newtype-uuid v1.3.2
26782026-07-01T23:44:15.581Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26792026-07-01T23:44:15.595Z Checking daft v0.1.7
26802026-07-01T23:44:15.641Z Checking thread_local v1.1.9
26812026-07-01T23:44:15.737Z Checking match_cfg v0.1.0
26822026-07-01T23:44:15.804Z Checking compression-core v0.4.31
26832026-07-01T23:44:15.822Z Checking hostname v0.3.1
26842026-07-01T23:44:15.833Z Checking iddqd v0.4.2
26852026-07-01T23:44:15.915Z Checking crossbeam-channel v0.5.15
26862026-07-01T23:44:15.928Z Checking compression-codecs v0.4.37
26872026-07-01T23:44:15.928Z Checking atomicwrites v0.4.4
26882026-07-01T23:44:15.982Z Checking slog-json v2.6.1
26892026-07-01T23:44:16.050Z Checking serde_spanned v1.1.1
26902026-07-01T23:44:16.101Z Checking toml_datetime v1.1.1+spec-1.1.0
26912026-07-01T23:44:16.126Z Checking is-terminal v0.4.17
26922026-07-01T23:44:16.145Z Checking take_mut v0.2.2
26932026-07-01T23:44:16.173Z Checking toml_writer v1.1.1+spec-1.1.0
26942026-07-01T23:44:16.213Z Checking term v1.2.1
26952026-07-01T23:44:16.238Z Checking debug-ignore v1.0.5
26962026-07-01T23:44:16.253Z Checking slog-async v2.8.0
26972026-07-01T23:44:16.294Z Checking slog-bunyan v2.5.0
26982026-07-01T23:44:16.744Z Checking async-compression v0.4.41
26992026-07-01T23:44:16.749Z Checking toml v1.1.2+spec-1.1.0
27002026-07-01T23:44:16.750Z Compiling structmeta v0.3.0
27012026-07-01T23:44:16.750Z Checking async-stream v0.3.6
27022026-07-01T23:44:16.750Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27032026-07-01T23:44:16.750Z Checking slog-term v2.9.2
27042026-07-01T23:44:16.750Z Checking progenitor-client v0.14.0
27052026-07-01T23:44:16.750Z Checking sha1 v0.11.0
27062026-07-01T23:44:16.750Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-07-01T23:44:16.750Z Compiling derive-ex v0.1.8
27082026-07-01T23:44:16.750Z Compiling parse-display-derive v0.10.0
27092026-07-01T23:44:16.750Z Checking waitgroup v0.1.2
27102026-07-01T23:44:16.750Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-07-01T23:44:16.750Z Checking rustls-pemfile v2.2.0
27122026-07-01T23:44:16.807Z Checking backon v1.6.0
27132026-07-01T23:44:17.273Z Checking serde_path_to_error v0.1.20
27142026-07-01T23:44:17.279Z Checking hostname v0.4.2
27152026-07-01T23:44:17.279Z Checking instant v0.1.13
27162026-07-01T23:44:17.279Z Checking progenitor-extras v0.2.0
27172026-07-01T23:44:17.279Z Checking backoff v0.4.0
27182026-07-01T23:44:17.279Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27192026-07-01T23:44:17.279Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27202026-07-01T23:44:17.279Z Checking itertools v0.14.0
27212026-07-01T23:44:17.279Z Checking regress v0.10.5
27222026-07-01T23:44:17.325Z Checking macaddr v1.0.1
27232026-07-01T23:44:17.647Z Checking humantime v2.3.0
27242026-07-01T23:44:18.266Z Compiling test-strategy v0.4.5
27252026-07-01T23:44:18.326Z Checking parse-display v0.10.0
27262026-07-01T23:44:18.753Z Compiling prettyplease v0.2.37
27272026-07-01T23:44:19.010Z Checking num-rational v0.4.2
27282026-07-01T23:44:19.225Z Checking num-complex v0.4.6
27292026-07-01T23:44:19.667Z Compiling num v0.4.3
27302026-07-01T23:44:19.727Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27312026-07-01T23:44:19.768Z Compiling usdt-macro v0.5.0
27322026-07-01T23:44:19.781Z Compiling usdt-attr-macro v0.5.0
27332026-07-01T23:44:19.863Z Checking memmap v0.7.0
27342026-07-01T23:44:19.994Z Checking float-ord v0.3.2
27352026-07-01T23:44:20.086Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27362026-07-01T23:44:20.228Z Compiling convert_case v0.4.0
27372026-07-01T23:44:20.257Z Checking unicode-width v0.2.0
27382026-07-01T23:44:20.532Z Checking newline-converter v0.3.0
27392026-07-01T23:44:20.555Z Checking console v0.15.11
27402026-07-01T23:44:20.580Z Checking usdt v0.5.0
27412026-07-01T23:44:20.633Z Compiling derive_more v0.99.20
27422026-07-01T23:44:20.646Z Compiling toml v0.8.23
27432026-07-01T23:44:20.745Z Checking linked-hash-map v0.5.6
27442026-07-01T23:44:20.835Z Compiling minimal-lexical v0.2.1
27452026-07-01T23:44:20.917Z Checking lru-cache v0.1.2
27462026-07-01T23:44:21.037Z Compiling nom v7.1.3
27472026-07-01T23:44:21.084Z Checking expectorate v1.2.0
27482026-07-01T23:44:21.486Z Checking camino-tempfile v1.4.1
27492026-07-01T23:44:21.580Z Checking hickory-proto v0.24.4
27502026-07-01T23:44:21.650Z Checking phf_shared v0.12.1
27512026-07-01T23:44:21.740Z Compiling slog-dtrace v0.3.0
27522026-07-01T23:44:21.793Z Checking heck v0.5.0
27532026-07-01T23:44:21.942Z Compiling unicode-xid v0.2.6
27542026-07-01T23:44:22.068Z Checking resolv-conf v0.7.6
27552026-07-01T23:44:22.623Z Compiling chrono-tz v0.10.4
27562026-07-01T23:44:22.628Z Compiling const_format_proc_macros v0.2.34
27572026-07-01T23:44:22.628Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582026-07-01T23:44:22.628Z Checking phf v0.12.1
27592026-07-01T23:44:22.628Z Checking tokio-dtrace v0.1.1
27602026-07-01T23:44:22.806Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-07-01T23:44:22.884Z Compiling derive-where v1.6.0
27622026-07-01T23:44:23.209Z Checking highway v1.3.0
27632026-07-01T23:44:23.260Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-07-01T23:44:23.279Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27652026-07-01T23:44:23.386Z Checking hickory-resolver v0.24.4
27662026-07-01T23:44:23.434Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-07-01T23:44:23.918Z Checking const_format v0.2.35
27682026-07-01T23:44:24.141Z Checking oxide-tokio-rt v0.1.4
27692026-07-01T23:44:24.186Z Checking qorb v0.4.1
27702026-07-01T23:44:24.405Z Checking gethostname v0.5.0
27712026-07-01T23:44:24.482Z Checking bcs v0.1.6
27722026-07-01T23:44:24.495Z Checking termtree v0.5.1
27732026-07-01T23:44:24.722Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-07-01T23:44:24.737Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-07-01T23:44:24.963Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-07-01T23:44:24.963Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-07-01T23:44:27.859Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27782026-07-01T23:44:30.243Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27792026-07-01T23:44:32.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.73s
27802026-07-01T23:44:32.511Z
27812026-07-01T23:44:32.511Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27822026-07-01T23:44:32.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-07-01T23:44:32.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-07-01T23:44:33.114Z Compiling ar_archive_writer v0.5.1
27852026-07-01T23:44:33.118Z Compiling stacker v0.1.23
27862026-07-01T23:44:33.230Z Compiling cfg_aliases v0.1.1
27872026-07-01T23:44:33.237Z Compiling convert_case v0.10.0
27882026-07-01T23:44:33.237Z Checking unicode-width v0.1.14
27892026-07-01T23:44:33.253Z Compiling proc-macro-error v1.0.4
27902026-07-01T23:44:33.263Z Checking fd-lock v4.0.4
27912026-07-01T23:44:33.267Z Checking nibble_vec v0.1.0
27922026-07-01T23:44:33.288Z Compiling nix v0.28.0
27932026-07-01T23:44:33.375Z Checking vte v0.14.1
27942026-07-01T23:44:33.386Z Compiling recursive-proc-macro-impl v0.1.1
27952026-07-01T23:44:33.463Z Checking bytecount v0.6.9
27962026-07-01T23:44:33.493Z Checking endian-type v0.1.2
27972026-07-01T23:44:33.515Z Checking strip-ansi-escapes v0.2.1
27982026-07-01T23:44:33.536Z Compiling derive_more-impl v2.1.1
27992026-07-01T23:44:33.943Z Compiling tabled_derive v0.7.0
28002026-07-01T23:44:33.947Z Checking papergrid v0.11.0
28012026-07-01T23:44:33.947Z Checking radix_trie v0.2.1
28022026-07-01T23:44:33.947Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28032026-07-01T23:44:33.947Z Compiling peg-macros v0.8.5
28042026-07-01T23:44:33.947Z Compiling sqlparser_derive v0.5.0
28052026-07-01T23:44:34.032Z Compiling psm v0.1.30
28062026-07-01T23:44:34.097Z Checking winnow v0.6.26
28072026-07-01T23:44:34.185Z Checking unicode_categories v0.1.1
28082026-07-01T23:44:34.339Z Checking home v0.5.12
28092026-07-01T23:44:34.353Z Checking derive_more v2.1.1
28102026-07-01T23:44:34.425Z Checking nu-ansi-term v0.50.3
28112026-07-01T23:44:34.443Z Checking crossterm v0.29.0
28122026-07-01T23:44:34.525Z Checking tabled v0.15.0
28132026-07-01T23:44:34.568Z Checking rustyline v14.0.0
28142026-07-01T23:44:34.597Z Checking display-error-chain v0.2.2
28152026-07-01T23:44:34.624Z Checking reedline v0.40.0
28162026-07-01T23:44:34.795Z Checking recursive v0.1.1
28172026-07-01T23:44:34.887Z Checking sqlparser v0.61.0
28182026-07-01T23:44:35.068Z Checking peg v0.8.5
28192026-07-01T23:44:35.211Z Checking sqlformat v0.3.5
28202026-07-01T23:44:46.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
28212026-07-01T23:44:46.225Z
28222026-07-01T23:44:46.225Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28232026-07-01T23:44:46.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-07-01T23:44:46.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-07-01T23:44:46.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-07-01T23:44:50.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28272026-07-01T23:44:50.400Z
28282026-07-01T23:44:50.400Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28292026-07-01T23:44:50.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-07-01T23:44:50.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-07-01T23:44:51.013Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-07-01T23:44:53.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28332026-07-01T23:44:53.591Z
28342026-07-01T23:44:53.591Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28352026-07-01T23:44:54.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-07-01T23:44:54.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-07-01T23:44:54.197Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-07-01T23:44:57.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
28392026-07-01T23:44:57.578Z
28402026-07-01T23:44:57.578Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28412026-07-01T23:44:58.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-07-01T23:44:58.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-07-01T23:44:58.186Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-07-01T23:45:01.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28452026-07-01T23:45:01.602Z
28462026-07-01T23:45:01.602Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28472026-07-01T23:45:02.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-07-01T23:45:02.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-07-01T23:45:02.214Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-07-01T23:45:04.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28512026-07-01T23:45:04.919Z
28522026-07-01T23:45:04.919Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28532026-07-01T23:45:05.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-07-01T23:45:05.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-07-01T23:45:05.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-07-01T23:45:08.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28572026-07-01T23:45:08.293Z
28582026-07-01T23:45:08.293Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28592026-07-01T23:45:08.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-07-01T23:45:08.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-07-01T23:45:08.897Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-07-01T23:45:12.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28632026-07-01T23:45:12.508Z
28642026-07-01T23:45:12.508Zinfo: running `cargo check --bins` on oximeter (93/299)
28652026-07-01T23:45:12.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-07-01T23:45:12.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-07-01T23:45:12.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-07-01T23:45:12.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28692026-07-01T23:45:12.986Z
28702026-07-01T23:45:12.986Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28712026-07-01T23:45:13.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-07-01T23:45:13.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-07-01T23:45:13.553Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28742026-07-01T23:45:13.711Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752026-07-01T23:45:13.711Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28762026-07-01T23:45:14.071Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28772026-07-01T23:45:16.565Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28782026-07-01T23:45:17.762Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28792026-07-01T23:45:17.958Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28802026-07-01T23:45:18.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
28812026-07-01T23:45:18.762Z
28822026-07-01T23:45:18.762Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28832026-07-01T23:45:19.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-07-01T23:45:19.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-07-01T23:45:19.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-07-01T23:45:19.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28872026-07-01T23:45:19.277Z
28882026-07-01T23:45:19.277Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28892026-07-01T23:45:19.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-07-01T23:45:19.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-07-01T23:45:19.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-07-01T23:45:19.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28932026-07-01T23:45:19.836Z
28942026-07-01T23:45:19.836Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
28952026-07-01T23:45:20.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-07-01T23:45:20.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-07-01T23:45:20.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-07-01T23:45:20.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28992026-07-01T23:45:20.360Z
29002026-07-01T23:45:20.360Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29012026-07-01T23:45:20.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-07-01T23:45:20.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-07-01T23:45:20.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-07-01T23:45:20.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29052026-07-01T23:45:20.886Z
29062026-07-01T23:45:20.886Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29072026-07-01T23:45:21.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-07-01T23:45:21.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-07-01T23:45:21.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-07-01T23:45:21.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29112026-07-01T23:45:21.420Z
29122026-07-01T23:45:21.420Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29132026-07-01T23:45:21.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-07-01T23:45:21.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-07-01T23:45:21.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-07-01T23:45:21.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29172026-07-01T23:45:21.951Z
29182026-07-01T23:45:21.951Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29192026-07-01T23:45:22.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-07-01T23:45:22.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-07-01T23:45:22.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-07-01T23:45:22.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29232026-07-01T23:45:22.467Z
29242026-07-01T23:45:22.467Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29252026-07-01T23:45:22.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-07-01T23:45:22.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-07-01T23:45:22.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-07-01T23:45:22.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29292026-07-01T23:45:22.996Z
29302026-07-01T23:45:22.996Zinfo: running `cargo check --bins` on update-engine (103/299)
29312026-07-01T23:45:23.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-07-01T23:45:23.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-07-01T23:45:23.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-07-01T23:45:23.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29352026-07-01T23:45:23.513Z
29362026-07-01T23:45:23.513Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29372026-07-01T23:45:23.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-07-01T23:45:23.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-07-01T23:45:24.169Z Compiling crucible-workspace-hack v0.1.0
29402026-07-01T23:45:24.282Z Checking secrecy v0.10.3
29412026-07-01T23:45:24.288Z Compiling heapless v0.8.0
29422026-07-01T23:45:24.294Z Compiling toml_datetime v0.7.5+spec-1.1.0
29432026-07-01T23:45:24.300Z Compiling ingot-macros v0.1.1
29442026-07-01T23:45:24.308Z Checking hash32 v0.3.1
29452026-07-01T23:45:24.311Z Checking inout v0.1.4
29462026-07-01T23:45:24.330Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29472026-07-01T23:45:24.380Z Compiling smoltcp v0.11.0
29482026-07-01T23:45:24.424Z Checking cobs v0.3.0
29492026-07-01T23:45:24.440Z Compiling toml_edit v0.23.10+spec-1.0.0
29502026-07-01T23:45:24.515Z Checking cipher v0.4.4
29512026-07-01T23:45:24.533Z Checking universal-hash v0.5.1
29522026-07-01T23:45:24.556Z Compiling thiserror-impl-no-std v2.0.2
29532026-07-01T23:45:24.563Z Checking half v2.7.1
29542026-07-01T23:45:24.646Z Checking opaque-debug v0.3.1
29552026-07-01T23:45:24.704Z Checking ciborium-io v0.2.2
29562026-07-01T23:45:24.721Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-07-01T23:45:24.746Z Checking poly1305 v0.8.0
29582026-07-01T23:45:24.789Z Checking chacha20 v0.9.1
29592026-07-01T23:45:24.846Z Checking ciborium-ll v0.2.2
29602026-07-01T23:45:24.922Z Checking postcard v1.1.3
29612026-07-01T23:45:24.977Z Compiling proc-macro-crate v3.4.0
29622026-07-01T23:45:25.001Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29632026-07-01T23:45:25.020Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-07-01T23:45:25.209Z Checking password-hash v0.5.0
29652026-07-01T23:45:25.304Z Checking blake2 v0.10.6
29662026-07-01T23:45:25.405Z Compiling proc-macro-crate v1.3.1
29672026-07-01T23:45:25.437Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29682026-07-01T23:45:25.493Z Checking aead v0.5.2
29692026-07-01T23:45:25.514Z Compiling num_enum_derive v0.7.6
29702026-07-01T23:45:25.536Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29712026-07-01T23:45:25.631Z Compiling foreign-types-macros v0.2.3
29722026-07-01T23:45:25.666Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29732026-07-01T23:45:25.744Z Checking foreign-types-shared v0.3.1
29742026-07-01T23:45:25.761Z Checking thiserror-no-std v2.0.2
29752026-07-01T23:45:25.822Z Compiling num_enum_derive v0.5.11
29762026-07-01T23:45:25.835Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-07-01T23:45:25.847Z Checking vsss-rs v3.3.4
29782026-07-01T23:45:25.912Z Checking chacha20poly1305 v0.10.1
29792026-07-01T23:45:26.036Z Checking argon2 v0.5.3
29802026-07-01T23:45:26.229Z Checking foreign-types v0.5.0
29812026-07-01T23:45:26.307Z Checking ciborium v0.2.2
29822026-07-01T23:45:26.435Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29832026-07-01T23:45:26.550Z Checking tabwriter v1.4.1
29842026-07-01T23:45:26.566Z Checking num_enum v0.7.6
29852026-07-01T23:45:26.621Z Checking byte-wrapper v0.1.0
29862026-07-01T23:45:26.669Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-07-01T23:45:26.709Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29882026-07-01T23:45:26.722Z Checking cstr-argument v0.1.2
29892026-07-01T23:45:26.824Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29902026-07-01T23:45:26.839Z Checking num_enum v0.5.11
29912026-07-01T23:45:26.843Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29922026-07-01T23:45:26.942Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29932026-07-01T23:45:26.962Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29942026-07-01T23:45:27.002Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29952026-07-01T23:45:27.044Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29962026-07-01T23:45:27.100Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29972026-07-01T23:45:27.114Z Checking ingot-types v0.1.2
29982026-07-01T23:45:27.155Z Checking rand v0.10.1
29992026-07-01T23:45:27.169Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30002026-07-01T23:45:27.201Z Checking colored v3.1.1
30012026-07-01T23:45:27.224Z Checking indent_write v2.2.0
30022026-07-01T23:45:27.280Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30032026-07-01T23:45:27.350Z Compiling zone_cfg_derive v0.3.1
30042026-07-01T23:45:27.375Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30052026-07-01T23:45:27.392Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30062026-07-01T23:45:27.470Z Checking ingot v0.1.1
30072026-07-01T23:45:27.486Z Checking itertools v0.12.1
30082026-07-01T23:45:27.540Z Compiling num-derive v0.4.2
30092026-07-01T23:45:27.557Z Checking swrite v0.1.0
30102026-07-01T23:45:27.578Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30112026-07-01T23:45:27.645Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30122026-07-01T23:45:27.814Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30132026-07-01T23:45:27.938Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30142026-07-01T23:45:27.949Z Checking dropshot-api-manager-types v0.7.2
30152026-07-01T23:45:27.995Z Checking smf v0.2.3
30162026-07-01T23:45:28.028Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30172026-07-01T23:45:28.044Z Checking nanorand v0.7.0
30182026-07-01T23:45:28.111Z Checking whoami v1.6.1
30192026-07-01T23:45:28.226Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30202026-07-01T23:45:28.242Z Checking flume v0.11.1
30212026-07-01T23:45:28.468Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30222026-07-01T23:45:28.489Z Checking zone v0.3.1
30232026-07-01T23:45:29.006Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30242026-07-01T23:45:29.947Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30252026-07-01T23:45:30.823Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30262026-07-01T23:45:34.200Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272026-07-01T23:45:36.227Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30282026-07-01T23:45:37.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
30292026-07-01T23:45:37.453Z
30302026-07-01T23:45:37.453Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30312026-07-01T23:45:37.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-07-01T23:45:37.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-07-01T23:45:37.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-07-01T23:45:37.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30352026-07-01T23:45:37.978Z
30362026-07-01T23:45:37.978Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30372026-07-01T23:45:38.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-07-01T23:45:38.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-07-01T23:45:38.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-07-01T23:45:38.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30412026-07-01T23:45:38.506Z
30422026-07-01T23:45:38.506Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30432026-07-01T23:45:38.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-07-01T23:45:38.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-07-01T23:45:38.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-07-01T23:45:38.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30472026-07-01T23:45:39.039Z
30482026-07-01T23:45:39.039Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30492026-07-01T23:45:39.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-07-01T23:45:39.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-07-01T23:45:39.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-07-01T23:45:39.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30532026-07-01T23:45:39.576Z
30542026-07-01T23:45:39.576Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30552026-07-01T23:45:40.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-07-01T23:45:40.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-07-01T23:45:40.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-07-01T23:45:40.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30592026-07-01T23:45:40.100Z
30602026-07-01T23:45:40.100Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30612026-07-01T23:45:40.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-07-01T23:45:40.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-07-01T23:45:40.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-07-01T23:45:40.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30652026-07-01T23:45:40.627Z
30662026-07-01T23:45:40.627Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30672026-07-01T23:45:41.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-07-01T23:45:41.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-07-01T23:45:41.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-07-01T23:45:41.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30712026-07-01T23:45:41.146Z
30722026-07-01T23:45:41.146Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30732026-07-01T23:45:41.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-07-01T23:45:41.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-07-01T23:45:41.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-07-01T23:45:41.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30772026-07-01T23:45:41.677Z
30782026-07-01T23:45:41.677Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30792026-07-01T23:45:42.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-07-01T23:45:42.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-07-01T23:45:42.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-07-01T23:45:42.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30832026-07-01T23:45:42.184Z
30842026-07-01T23:45:42.184Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30852026-07-01T23:45:42.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-07-01T23:45:42.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-07-01T23:45:42.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-07-01T23:45:42.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30892026-07-01T23:45:42.707Z
30902026-07-01T23:45:42.707Zinfo: running `cargo check --bins` on installinator-client (115/299)
30912026-07-01T23:45:43.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-07-01T23:45:43.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-07-01T23:45:43.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-07-01T23:45:43.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30952026-07-01T23:45:43.231Z
30962026-07-01T23:45:43.231Zinfo: running `cargo check --bins` on nexus-client (116/299)
30972026-07-01T23:45:43.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-07-01T23:45:43.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-07-01T23:45:43.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-07-01T23:45:43.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31012026-07-01T23:45:43.820Z
31022026-07-01T23:45:43.820Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31032026-07-01T23:45:44.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-07-01T23:45:44.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-07-01T23:45:44.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-07-01T23:45:44.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31072026-07-01T23:45:44.352Z
31082026-07-01T23:45:44.353Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31092026-07-01T23:45:44.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-07-01T23:45:44.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-07-01T23:45:44.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-07-01T23:45:44.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31132026-07-01T23:45:44.862Z
31142026-07-01T23:45:44.862Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31152026-07-01T23:45:45.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-07-01T23:45:45.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-07-01T23:45:45.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-07-01T23:45:45.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31192026-07-01T23:45:45.376Z
31202026-07-01T23:45:45.376Zinfo: running `cargo check --bins` on oxide-client (120/299)
31212026-07-01T23:45:45.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-07-01T23:45:45.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-07-01T23:45:45.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-07-01T23:45:45.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31252026-07-01T23:45:45.885Z
31262026-07-01T23:45:45.885Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31272026-07-01T23:45:46.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-07-01T23:45:46.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-07-01T23:45:46.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-07-01T23:45:46.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31312026-07-01T23:45:46.409Z
31322026-07-01T23:45:46.409Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31332026-07-01T23:45:46.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-07-01T23:45:46.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-07-01T23:45:46.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-07-01T23:45:46.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31372026-07-01T23:45:46.918Z
31382026-07-01T23:45:46.918Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31392026-07-01T23:45:47.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-07-01T23:45:47.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-07-01T23:45:47.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-07-01T23:45:47.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31432026-07-01T23:45:47.453Z
31442026-07-01T23:45:47.453Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31452026-07-01T23:45:47.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-07-01T23:45:47.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-07-01T23:45:47.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-07-01T23:45:47.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31492026-07-01T23:45:48.003Z
31502026-07-01T23:45:48.004Zinfo: running `cargo check --bins` on installinator-common (125/299)
31512026-07-01T23:45:48.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-07-01T23:45:48.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-07-01T23:45:48.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-07-01T23:45:48.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31552026-07-01T23:45:48.547Z
31562026-07-01T23:45:48.547Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31572026-07-01T23:45:48.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-07-01T23:45:48.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-07-01T23:45:48.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-07-01T23:45:48.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31612026-07-01T23:45:49.054Z
31622026-07-01T23:45:49.054Zinfo: running `cargo check --bins` on wicket-common (127/299)
31632026-07-01T23:45:49.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-07-01T23:45:49.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-07-01T23:45:49.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-07-01T23:45:49.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31672026-07-01T23:45:49.592Z
31682026-07-01T23:45:49.592Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31692026-07-01T23:45:50.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-07-01T23:45:50.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-07-01T23:45:50.226Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31722026-07-01T23:45:50.335Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-07-01T23:45:50.345Z Checking csv-core v0.1.13
31742026-07-01T23:45:50.353Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-07-01T23:45:50.361Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31762026-07-01T23:45:50.364Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31772026-07-01T23:45:50.380Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31782026-07-01T23:45:50.391Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31792026-07-01T23:45:50.502Z Checking csv v1.4.0
31802026-07-01T23:45:50.528Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-07-01T23:45:50.542Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-07-01T23:45:50.569Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31832026-07-01T23:45:50.599Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31842026-07-01T23:45:50.831Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31852026-07-01T23:45:51.188Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31862026-07-01T23:45:51.191Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31872026-07-01T23:45:51.529Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31882026-07-01T23:45:57.583Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31892026-07-01T23:45:58.151Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31902026-07-01T23:46:00.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.87s
31912026-07-01T23:46:00.644Z
31922026-07-01T23:46:00.644Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31932026-07-01T23:46:01.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-07-01T23:46:01.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-07-01T23:46:01.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-07-01T23:46:01.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31972026-07-01T23:46:01.173Z
31982026-07-01T23:46:01.173Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
31992026-07-01T23:46:01.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-07-01T23:46:01.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-07-01T23:46:01.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-07-01T23:46:01.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32032026-07-01T23:46:01.788Z
32042026-07-01T23:46:01.788Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32052026-07-01T23:46:02.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-07-01T23:46:02.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-07-01T23:46:02.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-07-01T23:46:02.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32092026-07-01T23:46:02.397Z
32102026-07-01T23:46:02.397Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32112026-07-01T23:46:02.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-07-01T23:46:02.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-07-01T23:46:02.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-07-01T23:46:02.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32152026-07-01T23:46:02.974Z
32162026-07-01T23:46:02.974Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32172026-07-01T23:46:03.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-07-01T23:46:03.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-07-01T23:46:03.679Z Compiling regress v0.11.1
32202026-07-01T23:46:03.821Z Compiling unsafe-libyaml v0.2.11
32212026-07-01T23:46:03.831Z Compiling semver v0.1.20
32222026-07-01T23:46:03.834Z Compiling radium v0.7.0
32232026-07-01T23:46:03.852Z Checking nom v8.0.0
32242026-07-01T23:46:03.855Z Compiling maybe-uninit v2.0.0
32252026-07-01T23:46:03.855Z Checking tap v1.0.1
32262026-07-01T23:46:03.961Z Checking wyz v0.5.1
32272026-07-01T23:46:04.109Z Compiling rustc_version v0.1.7
32282026-07-01T23:46:04.139Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-07-01T23:46:04.199Z Compiling zerocopy-derive v0.6.6
32302026-07-01T23:46:04.295Z Compiling owo-colors v4.3.0
32312026-07-01T23:46:04.319Z Compiling newtype_derive v0.1.6
32322026-07-01T23:46:04.535Z Compiling serde_yaml v0.9.34+deprecated
32332026-07-01T23:46:04.551Z Compiling packed_struct v0.10.1
32342026-07-01T23:46:04.659Z Compiling cancel-safe-futures v0.1.5
32352026-07-01T23:46:04.810Z Checking crc-catalog v2.4.0
32362026-07-01T23:46:04.877Z Checking funty v2.0.0
32372026-07-01T23:46:04.904Z Checking crc v3.4.0
32382026-07-01T23:46:05.045Z Checking zerocopy v0.6.6
32392026-07-01T23:46:05.191Z Checking bitvec v1.0.1
32402026-07-01T23:46:05.258Z Checking typify-impl v0.6.2
32412026-07-01T23:46:05.287Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-07-01T23:46:05.644Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-07-01T23:46:05.795Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32442026-07-01T23:46:05.823Z Compiling packed_struct_codegen v0.10.1
32452026-07-01T23:46:05.988Z Checking libsw-core v0.3.2
32462026-07-01T23:46:06.020Z Compiling bitfield-macros v0.19.4
32472026-07-01T23:46:06.132Z Compiling indexmap v1.9.3
32482026-07-01T23:46:06.343Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32492026-07-01T23:46:06.414Z Checking nodrop v0.1.14
32502026-07-01T23:46:06.460Z Checking libsw v3.5.0
32512026-07-01T23:46:06.504Z Checking array-init v0.0.4
32522026-07-01T23:46:06.522Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-07-01T23:46:06.604Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-07-01T23:46:06.741Z Checking bitfield v0.19.4
32552026-07-01T23:46:06.776Z Checking smallvec v0.6.14
32562026-07-01T23:46:06.809Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-07-01T23:46:07.006Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32582026-07-01T23:46:07.008Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32592026-07-01T23:46:07.126Z Checking linear-map v1.2.0
32602026-07-01T23:46:07.215Z Checking tagptr v0.2.0
32612026-07-01T23:46:07.228Z Checking hashbrown v0.12.3
32622026-07-01T23:46:07.293Z Checking smawk v0.3.2
32632026-07-01T23:46:07.351Z Checking unicode-linebreak v0.1.5
32642026-07-01T23:46:07.446Z Checking base64 v0.21.7
32652026-07-01T23:46:07.473Z Checking moka v0.12.13
32662026-07-01T23:46:07.506Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32672026-07-01T23:46:07.562Z Checking textwrap v0.16.2
32682026-07-01T23:46:07.655Z Checking ron v0.8.1
32692026-07-01T23:46:07.772Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-07-01T23:46:07.924Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-07-01T23:46:07.940Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32722026-07-01T23:46:07.958Z Checking steno v0.4.1
32732026-07-01T23:46:08.097Z Checking serde-hex v0.1.0
32742026-07-01T23:46:08.167Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-07-01T23:46:08.323Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32762026-07-01T23:46:08.741Z Checking hashbrown v0.13.2
32772026-07-01T23:46:08.774Z Checking crc-any v2.5.0
32782026-07-01T23:46:08.890Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32792026-07-01T23:46:08.938Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-07-01T23:46:08.951Z Checking hickory-resolver v0.25.2
32812026-07-01T23:46:09.106Z Checking sha1 v0.10.6
32822026-07-01T23:46:09.123Z Checking path-slash v0.1.5
32832026-07-01T23:46:09.164Z Checking object v0.30.4
32842026-07-01T23:46:09.224Z Checking half v1.8.3
32852026-07-01T23:46:09.267Z Checking utf-8 v0.7.6
32862026-07-01T23:46:09.406Z Checking void v1.0.2
32872026-07-01T23:46:09.425Z Checking serde_cbor v0.11.2
32882026-07-01T23:46:09.513Z Checking lzss v0.8.2
32892026-07-01T23:46:09.574Z Checking tungstenite v0.23.0
32902026-07-01T23:46:09.652Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32912026-07-01T23:46:09.727Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32922026-07-01T23:46:09.790Z Compiling typify-macro v0.6.2
32932026-07-01T23:46:09.806Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32942026-07-01T23:46:09.818Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32952026-07-01T23:46:09.832Z Checking nix v0.27.1
32962026-07-01T23:46:09.957Z Checking kstat-rs v0.2.4
32972026-07-01T23:46:09.986Z Checking fxhash v0.2.1
32982026-07-01T23:46:10.046Z Checking serde_bytes v0.11.19
32992026-07-01T23:46:10.061Z Checking tokio-tungstenite v0.23.1
33002026-07-01T23:46:10.101Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33012026-07-01T23:46:10.139Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-07-01T23:46:10.219Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-07-01T23:46:10.318Z Checking signal-hook-tokio v0.3.1
33042026-07-01T23:46:10.921Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33052026-07-01T23:46:11.195Z Compiling typify v0.6.2
33062026-07-01T23:46:11.275Z Compiling progenitor-impl v0.14.0
33072026-07-01T23:46:11.836Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33082026-07-01T23:46:12.137Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33092026-07-01T23:46:12.681Z Compiling progenitor-macro v0.14.0
33102026-07-01T23:46:14.960Z Checking progenitor v0.14.0
33112026-07-01T23:46:15.072Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33122026-07-01T23:46:15.075Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33132026-07-01T23:46:17.726Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33142026-07-01T23:46:25.990Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-07-01T23:46:32.464Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33162026-07-01T23:46:33.845Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33172026-07-01T23:46:34.323Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33182026-07-01T23:46:36.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.43s
33192026-07-01T23:46:36.591Z
33202026-07-01T23:46:36.591Zinfo: running `cargo check --bins` on gateway-api (134/299)
33212026-07-01T23:46:37.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-07-01T23:46:37.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-07-01T23:46:37.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-07-01T23:46:37.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33252026-07-01T23:46:37.128Z
33262026-07-01T23:46:37.128Zinfo: running `cargo check --bins` on ipcc (135/299)
33272026-07-01T23:46:37.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-07-01T23:46:37.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-07-01T23:46:37.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-07-01T23:46:37.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33312026-07-01T23:46:37.642Z
33322026-07-01T23:46:37.642Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33332026-07-01T23:46:38.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-07-01T23:46:38.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-07-01T23:46:38.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-07-01T23:46:38.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33372026-07-01T23:46:38.151Z
33382026-07-01T23:46:38.151Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33392026-07-01T23:46:38.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-07-01T23:46:38.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-07-01T23:46:38.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-07-01T23:46:38.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33432026-07-01T23:46:38.693Z
33442026-07-01T23:46:38.693Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33452026-07-01T23:46:39.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-07-01T23:46:39.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-07-01T23:46:39.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-07-01T23:46:39.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33492026-07-01T23:46:39.217Z
33502026-07-01T23:46:39.217Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33512026-07-01T23:46:39.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-07-01T23:46:39.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-07-01T23:46:39.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-07-01T23:46:39.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33552026-07-01T23:46:39.740Z
33562026-07-01T23:46:39.740Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33572026-07-01T23:46:40.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-07-01T23:46:40.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-07-01T23:46:40.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-07-01T23:46:40.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33612026-07-01T23:46:40.263Z
33622026-07-01T23:46:40.263Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33632026-07-01T23:46:40.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-07-01T23:46:40.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-07-01T23:46:40.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-07-01T23:46:40.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33672026-07-01T23:46:40.806Z
33682026-07-01T23:46:40.806Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33692026-07-01T23:46:41.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-07-01T23:46:41.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-07-01T23:46:41.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-07-01T23:46:41.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33732026-07-01T23:46:41.331Z
33742026-07-01T23:46:41.331Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33752026-07-01T23:46:41.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-07-01T23:46:41.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-07-01T23:46:41.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-07-01T23:46:41.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33792026-07-01T23:46:41.858Z
33802026-07-01T23:46:41.858Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33812026-07-01T23:46:42.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-07-01T23:46:42.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-07-01T23:46:42.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-07-01T23:46:42.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33852026-07-01T23:46:42.381Z
33862026-07-01T23:46:42.381Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33872026-07-01T23:46:42.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-07-01T23:46:42.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-07-01T23:46:42.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-07-01T23:46:42.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33912026-07-01T23:46:42.905Z
33922026-07-01T23:46:42.905Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33932026-07-01T23:46:43.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-07-01T23:46:43.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-07-01T23:46:43.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-07-01T23:46:43.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33972026-07-01T23:46:43.424Z
33982026-07-01T23:46:43.424Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
33992026-07-01T23:46:43.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-07-01T23:46:43.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-07-01T23:46:43.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-07-01T23:46:43.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34032026-07-01T23:46:43.953Z
34042026-07-01T23:46:43.954Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34052026-07-01T23:46:44.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-07-01T23:46:44.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-07-01T23:46:44.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-07-01T23:46:44.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34092026-07-01T23:46:45.502Z
34102026-07-01T23:46:45.502Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34112026-07-01T23:46:45.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-07-01T23:46:45.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-07-01T23:46:45.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-07-01T23:46:45.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34152026-07-01T23:46:45.505Z
34162026-07-01T23:46:45.505Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34172026-07-01T23:46:45.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-07-01T23:46:45.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-07-01T23:46:45.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-07-01T23:46:45.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34212026-07-01T23:46:45.583Z
34222026-07-01T23:46:45.583Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34232026-07-01T23:46:46.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-07-01T23:46:46.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-07-01T23:46:46.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-07-01T23:46:46.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34272026-07-01T23:46:46.123Z
34282026-07-01T23:46:46.123Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34292026-07-01T23:46:46.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-07-01T23:46:46.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-07-01T23:46:46.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-07-01T23:46:46.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34332026-07-01T23:46:46.661Z
34342026-07-01T23:46:46.661Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34352026-07-01T23:46:47.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-07-01T23:46:47.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-07-01T23:46:47.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-07-01T23:46:47.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34392026-07-01T23:46:47.205Z
34402026-07-01T23:46:47.205Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34412026-07-01T23:46:47.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-07-01T23:46:47.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-07-01T23:46:47.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-07-01T23:46:47.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34452026-07-01T23:46:47.748Z
34462026-07-01T23:46:47.748Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34472026-07-01T23:46:48.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-07-01T23:46:48.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-07-01T23:46:48.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-07-01T23:46:48.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34512026-07-01T23:46:48.293Z
34522026-07-01T23:46:48.293Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34532026-07-01T23:46:48.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-07-01T23:46:48.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-07-01T23:46:48.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-07-01T23:46:48.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34572026-07-01T23:46:48.837Z
34582026-07-01T23:46:48.837Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34592026-07-01T23:46:49.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-07-01T23:46:49.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-07-01T23:46:49.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-07-01T23:46:49.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34632026-07-01T23:46:49.380Z
34642026-07-01T23:46:49.380Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34652026-07-01T23:46:49.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-07-01T23:46:49.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-07-01T23:46:49.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-07-01T23:46:49.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34692026-07-01T23:46:49.904Z
34702026-07-01T23:46:49.904Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34712026-07-01T23:46:50.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-07-01T23:46:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-07-01T23:46:50.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-07-01T23:46:50.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34752026-07-01T23:46:50.431Z
34762026-07-01T23:46:50.431Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34772026-07-01T23:46:50.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-07-01T23:46:50.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-07-01T23:46:50.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-07-01T23:46:50.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34812026-07-01T23:46:50.953Z
34822026-07-01T23:46:50.954Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34832026-07-01T23:46:51.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-07-01T23:46:51.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-07-01T23:46:51.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-07-01T23:46:51.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34872026-07-01T23:46:51.477Z
34882026-07-01T23:46:51.477Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34892026-07-01T23:46:51.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-07-01T23:46:51.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-07-01T23:46:51.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-07-01T23:46:51.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34932026-07-01T23:46:52.003Z
34942026-07-01T23:46:52.003Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
34952026-07-01T23:46:52.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-07-01T23:46:52.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-07-01T23:46:52.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-07-01T23:46:52.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34992026-07-01T23:46:52.531Z
35002026-07-01T23:46:52.531Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35012026-07-01T23:46:52.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-07-01T23:46:52.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-07-01T23:46:52.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-07-01T23:46:52.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35052026-07-01T23:46:53.054Z
35062026-07-01T23:46:53.054Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35072026-07-01T23:46:53.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-07-01T23:46:53.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-07-01T23:46:53.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-07-01T23:46:53.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35112026-07-01T23:46:53.583Z
35122026-07-01T23:46:53.583Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35132026-07-01T23:46:54.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-07-01T23:46:54.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-07-01T23:46:54.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-07-01T23:46:54.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35172026-07-01T23:46:54.118Z
35182026-07-01T23:46:54.118Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35192026-07-01T23:46:54.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-07-01T23:46:54.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-07-01T23:46:54.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-07-01T23:46:54.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35232026-07-01T23:46:54.655Z
35242026-07-01T23:46:54.655Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35252026-07-01T23:46:55.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-07-01T23:46:55.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-07-01T23:46:55.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-07-01T23:46:55.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35292026-07-01T23:46:55.191Z
35302026-07-01T23:46:55.191Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35312026-07-01T23:46:55.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-07-01T23:46:55.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-07-01T23:46:55.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-07-01T23:46:55.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35352026-07-01T23:46:55.728Z
35362026-07-01T23:46:55.728Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35372026-07-01T23:46:56.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-07-01T23:46:56.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-07-01T23:46:56.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-07-01T23:46:56.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35412026-07-01T23:46:56.264Z
35422026-07-01T23:46:56.264Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35432026-07-01T23:46:56.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-07-01T23:46:56.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-07-01T23:46:56.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-07-01T23:46:56.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35472026-07-01T23:46:56.804Z
35482026-07-01T23:46:56.804Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35492026-07-01T23:46:57.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-07-01T23:46:57.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-07-01T23:46:57.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-07-01T23:46:57.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35532026-07-01T23:46:57.345Z
35542026-07-01T23:46:57.345Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35552026-07-01T23:46:57.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-07-01T23:46:57.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-07-01T23:46:57.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-07-01T23:46:57.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35592026-07-01T23:46:57.899Z
35602026-07-01T23:46:57.899Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35612026-07-01T23:46:58.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-07-01T23:46:58.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-07-01T23:46:58.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-07-01T23:46:58.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35652026-07-01T23:46:58.424Z
35662026-07-01T23:46:58.424Zinfo: running `cargo check --bins` on dns-server (175/299)
35672026-07-01T23:46:58.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-07-01T23:46:58.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-07-01T23:46:59.006Z Compiling parking_lot_core v0.8.6
35702026-07-01T23:46:59.010Z Compiling git-stub v1.0.0
35712026-07-01T23:46:59.010Z Checking prefix-trie v0.7.0
35722026-07-01T23:46:59.010Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35732026-07-01T23:46:59.238Z Compiling git-stub-vcs v0.1.0
35742026-07-01T23:46:59.392Z Checking hickory-server v0.25.2
35752026-07-01T23:46:59.522Z Checking parking_lot v0.11.2
35762026-07-01T23:46:59.529Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35772026-07-01T23:46:59.573Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35782026-07-01T23:46:59.573Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35792026-07-01T23:46:59.698Z Checking sled v0.34.7
35802026-07-01T23:47:02.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
35812026-07-01T23:47:02.442Z
35822026-07-01T23:47:02.442Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35832026-07-01T23:47:02.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-01T23:47:02.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-01T23:47:02.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-01T23:47:02.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35872026-07-01T23:47:02.442Z
35882026-07-01T23:47:02.442Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35892026-07-01T23:47:02.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-01T23:47:02.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-01T23:47:02.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-07-01T23:47:02.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35932026-07-01T23:47:02.814Z
35942026-07-01T23:47:02.815Zinfo: running `cargo check --bins` on sp-sim (178/299)
35952026-07-01T23:47:03.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-01T23:47:03.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-01T23:47:03.421Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35982026-07-01T23:47:05.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
35992026-07-01T23:47:05.326Z
36002026-07-01T23:47:05.326Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36012026-07-01T23:47:05.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-01T23:47:05.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-01T23:47:05.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-01T23:47:05.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36052026-07-01T23:47:05.897Z
36062026-07-01T23:47:05.897Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36072026-07-01T23:47:06.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-01T23:47:06.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-01T23:47:06.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-01T23:47:06.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36112026-07-01T23:47:06.471Z
36122026-07-01T23:47:06.471Zinfo: running `cargo check --bins` on db-macros (181/299)
36132026-07-01T23:47:06.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-01T23:47:06.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-01T23:47:06.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-01T23:47:06.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36172026-07-01T23:47:06.978Z
36182026-07-01T23:47:06.978Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36192026-07-01T23:47:07.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-01T23:47:07.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-01T23:47:07.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-01T23:47:07.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36232026-07-01T23:47:07.482Z
36242026-07-01T23:47:07.483Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36252026-07-01T23:47:07.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-01T23:47:07.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-01T23:47:07.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-01T23:47:07.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36292026-07-01T23:47:08.047Z
36302026-07-01T23:47:08.047Zinfo: running `cargo check --bins` on authz-macros (184/299)
36312026-07-01T23:47:08.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-01T23:47:08.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-01T23:47:08.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-01T23:47:08.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36352026-07-01T23:47:08.557Z
36362026-07-01T23:47:08.557Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36372026-07-01T23:47:09.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-01T23:47:09.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-01T23:47:09.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-01T23:47:09.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36412026-07-01T23:47:09.112Z
36422026-07-01T23:47:09.112Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36432026-07-01T23:47:09.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-01T23:47:09.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-01T23:47:09.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-01T23:47:09.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36472026-07-01T23:47:09.670Z
36482026-07-01T23:47:09.671Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36492026-07-01T23:47:10.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-01T23:47:10.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-01T23:47:10.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-01T23:47:10.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36532026-07-01T23:47:10.179Z
36542026-07-01T23:47:10.179Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36552026-07-01T23:47:10.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-01T23:47:10.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-01T23:47:10.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-01T23:47:10.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36592026-07-01T23:47:10.691Z
36602026-07-01T23:47:10.691Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36612026-07-01T23:47:11.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-01T23:47:11.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-01T23:47:11.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-01T23:47:11.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36652026-07-01T23:47:11.198Z
36662026-07-01T23:47:11.198Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36672026-07-01T23:47:11.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-01T23:47:11.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-01T23:47:11.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-01T23:47:11.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36712026-07-01T23:47:11.707Z
36722026-07-01T23:47:11.707Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36732026-07-01T23:47:12.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-01T23:47:12.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-01T23:47:12.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-01T23:47:12.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36772026-07-01T23:47:12.211Z
36782026-07-01T23:47:12.211Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36792026-07-01T23:47:12.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-01T23:47:12.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-01T23:47:12.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-01T23:47:12.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36832026-07-01T23:47:12.719Z
36842026-07-01T23:47:12.719Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36852026-07-01T23:47:13.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-01T23:47:13.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-01T23:47:13.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-01T23:47:13.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36892026-07-01T23:47:13.286Z
36902026-07-01T23:47:13.286Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36912026-07-01T23:47:13.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-01T23:47:13.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-01T23:47:13.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-01T23:47:13.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36952026-07-01T23:47:13.855Z
36962026-07-01T23:47:13.855Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
36972026-07-01T23:47:14.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-01T23:47:14.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-01T23:47:14.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-01T23:47:14.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37012026-07-01T23:47:14.415Z
37022026-07-01T23:47:14.415Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37032026-07-01T23:47:14.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-01T23:47:14.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-01T23:47:14.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-01T23:47:14.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37072026-07-01T23:47:14.956Z
37082026-07-01T23:47:14.956Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37092026-07-01T23:47:15.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-01T23:47:15.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-01T23:47:15.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-01T23:47:15.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37132026-07-01T23:47:15.494Z
37142026-07-01T23:47:15.494Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37152026-07-01T23:47:15.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-01T23:47:15.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-01T23:47:15.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-01T23:47:15.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37192026-07-01T23:47:16.031Z
37202026-07-01T23:47:16.031Zinfo: running `cargo check --bins` on key-manager (199/299)
37212026-07-01T23:47:16.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-01T23:47:16.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-01T23:47:16.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-01T23:47:16.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37252026-07-01T23:47:16.550Z
37262026-07-01T23:47:16.550Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37272026-07-01T23:47:17.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-01T23:47:17.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-01T23:47:17.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-01T23:47:17.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37312026-07-01T23:47:17.085Z
37322026-07-01T23:47:17.085Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37332026-07-01T23:47:17.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-01T23:47:17.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-01T23:47:17.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-01T23:47:17.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37372026-07-01T23:47:17.623Z
37382026-07-01T23:47:17.623Zinfo: running `cargo check --bins` on typed-rng (202/299)
37392026-07-01T23:47:18.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-01T23:47:18.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-01T23:47:18.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-07-01T23:47:18.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37432026-07-01T23:47:18.130Z
37442026-07-01T23:47:18.130Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37452026-07-01T23:47:18.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-07-01T23:47:18.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-07-01T23:47:18.907Z Compiling libefi-sys v0.1.0
37482026-07-01T23:47:18.912Z Compiling bitfield-struct v0.6.2
37492026-07-01T23:47:19.044Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37502026-07-01T23:47:19.052Z Compiling xshell-macros v0.2.7
37512026-07-01T23:47:19.061Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37522026-07-01T23:47:19.073Z Compiling salty v0.3.0
37532026-07-01T23:47:19.086Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37542026-07-01T23:47:19.100Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37552026-07-01T23:47:19.113Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37562026-07-01T23:47:19.220Z Checking rfc6979 v0.4.0
37572026-07-01T23:47:19.345Z Checking ecdsa v0.16.9
37582026-07-01T23:47:19.365Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-07-01T23:47:19.410Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37602026-07-01T23:47:19.426Z Checking xshell v0.2.7
37612026-07-01T23:47:19.534Z Checking primeorder v0.13.6
37622026-07-01T23:47:19.550Z Compiling proc-macro-error-attr2 v2.0.0
37632026-07-01T23:47:19.564Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-07-01T23:47:19.583Z Checking tungstenite v0.21.0
37652026-07-01T23:47:19.647Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-07-01T23:47:19.673Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37672026-07-01T23:47:19.732Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-07-01T23:47:19.771Z Checking p384 v0.13.1
37692026-07-01T23:47:19.844Z Compiling num-derive v0.3.3
37702026-07-01T23:47:19.874Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-07-01T23:47:19.946Z Compiling proc-macro-error2 v2.0.1
37722026-07-01T23:47:19.994Z Checking tokio-tungstenite v0.21.0
37732026-07-01T23:47:20.047Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37742026-07-01T23:47:20.097Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37752026-07-01T23:47:20.100Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-07-01T23:47:20.180Z Checking papergrid v0.17.0
37772026-07-01T23:47:20.249Z Compiling tabled_derive v0.11.0
37782026-07-01T23:47:20.264Z Compiling progenitor-impl v0.13.0
37792026-07-01T23:47:20.297Z Checking testing_table v0.3.0
37802026-07-01T23:47:20.377Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-07-01T23:47:20.392Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37822026-07-01T23:47:20.423Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-07-01T23:47:20.603Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-07-01T23:47:20.617Z Checking corncobs v0.1.4
37852026-07-01T23:47:20.675Z Checking libscf-sys v1.1.0
37862026-07-01T23:47:20.741Z Compiling unicase v2.9.0
37872026-07-01T23:47:20.803Z Compiling illumos-nvpair-sys v0.2.0
37882026-07-01T23:47:20.867Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-07-01T23:47:20.948Z Compiling mime_guess v2.0.5
37902026-07-01T23:47:20.988Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-01T23:47:21.005Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37922026-07-01T23:47:21.058Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-07-01T23:47:21.072Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37942026-07-01T23:47:21.145Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-07-01T23:47:21.385Z Checking progenitor-client v0.13.0
37962026-07-01T23:47:21.433Z Checking tabled v0.20.0
37972026-07-01T23:47:21.485Z Checking secrecy v0.8.0
37982026-07-01T23:47:21.609Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37992026-07-01T23:47:21.636Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-07-01T23:47:21.660Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38012026-07-01T23:47:21.857Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38022026-07-01T23:47:22.007Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38032026-07-01T23:47:22.097Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38042026-07-01T23:47:22.112Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38052026-07-01T23:47:22.131Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38062026-07-01T23:47:22.179Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38072026-07-01T23:47:22.342Z Checking filetime v0.2.27
38082026-07-01T23:47:22.485Z Checking crc8 v0.1.1
38092026-07-01T23:47:22.517Z Checking xattr v1.6.1
38102026-07-01T23:47:22.549Z Checking http-range v0.1.5
38112026-07-01T23:47:22.643Z Checking tar v0.4.45
38122026-07-01T23:47:22.674Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38132026-07-01T23:47:22.794Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-07-01T23:47:22.816Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38152026-07-01T23:47:22.847Z Compiling progenitor-macro v0.13.0
38162026-07-01T23:47:22.901Z Checking illumos-nvpair v0.3.0
38172026-07-01T23:47:23.026Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-07-01T23:47:23.054Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38192026-07-01T23:47:23.146Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-07-01T23:47:23.308Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38212026-07-01T23:47:23.398Z Checking atty v0.2.14
38222026-07-01T23:47:23.468Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-07-01T23:47:23.485Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38242026-07-01T23:47:23.498Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38252026-07-01T23:47:23.552Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38262026-07-01T23:47:23.705Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-07-01T23:47:23.786Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38282026-07-01T23:47:23.802Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38292026-07-01T23:47:23.881Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38302026-07-01T23:47:23.987Z Checking hyper-staticfile v0.10.1
38312026-07-01T23:47:24.094Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38322026-07-01T23:47:24.129Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38332026-07-01T23:47:24.271Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38342026-07-01T23:47:24.341Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-07-01T23:47:24.536Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38362026-07-01T23:47:24.622Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-07-01T23:47:24.802Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38382026-07-01T23:47:25.137Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38392026-07-01T23:47:25.653Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38402026-07-01T23:47:26.134Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38412026-07-01T23:47:26.533Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38422026-07-01T23:47:26.933Z Checking progenitor v0.13.0
38432026-07-01T23:47:27.065Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38442026-07-01T23:47:28.989Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38452026-07-01T23:47:32.399Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38462026-07-01T23:47:43.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.09s
38472026-07-01T23:47:43.431Z
38482026-07-01T23:47:43.431Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38492026-07-01T23:47:43.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-07-01T23:47:43.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-07-01T23:47:44.143Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-07-01T23:47:55.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38532026-07-01T23:47:55.484Z
38542026-07-01T23:47:55.484Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38552026-07-01T23:47:55.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-07-01T23:47:55.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-07-01T23:47:55.703Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-07-01T23:48:06.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38592026-07-01T23:48:06.531Z
38602026-07-01T23:48:06.531Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38612026-07-01T23:48:07.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-07-01T23:48:07.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-07-01T23:48:07.239Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-07-01T23:48:17.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38652026-07-01T23:48:18.049Z
38662026-07-01T23:48:18.050Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38672026-07-01T23:48:18.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-07-01T23:48:18.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-07-01T23:48:18.756Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-07-01T23:48:29.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
38712026-07-01T23:48:29.557Z
38722026-07-01T23:48:29.557Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38732026-07-01T23:48:30.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-07-01T23:48:30.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-07-01T23:48:30.267Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-07-01T23:48:40.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38772026-07-01T23:48:41.093Z
38782026-07-01T23:48:41.093Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38792026-07-01T23:48:41.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-07-01T23:48:41.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-07-01T23:48:41.805Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-07-01T23:48:52.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38832026-07-01T23:48:52.755Z
38842026-07-01T23:48:52.756Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38852026-07-01T23:48:53.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-07-01T23:48:53.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-07-01T23:48:53.467Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-07-01T23:49:04.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38892026-07-01T23:49:04.303Z
38902026-07-01T23:49:04.303Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38912026-07-01T23:49:04.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-07-01T23:49:04.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-07-01T23:49:04.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-07-01T23:49:04.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38952026-07-01T23:49:04.834Z
38962026-07-01T23:49:04.835Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
38972026-07-01T23:49:05.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-07-01T23:49:05.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-07-01T23:49:05.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-07-01T23:49:05.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39012026-07-01T23:49:05.368Z
39022026-07-01T23:49:05.368Zinfo: running `cargo check --bins` on range-requests (213/299)
39032026-07-01T23:49:05.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-07-01T23:49:05.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-07-01T23:49:05.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-07-01T23:49:05.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39072026-07-01T23:49:05.889Z
39082026-07-01T23:49:05.889Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39092026-07-01T23:49:06.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-07-01T23:49:06.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-07-01T23:49:06.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-07-01T23:49:06.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39132026-07-01T23:49:06.404Z
39142026-07-01T23:49:06.404Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39152026-07-01T23:49:06.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-01T23:49:06.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-01T23:49:06.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-07-01T23:49:06.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39192026-07-01T23:49:06.948Z
39202026-07-01T23:49:06.948Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39212026-07-01T23:49:07.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-07-01T23:49:07.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-07-01T23:49:07.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-07-01T23:49:07.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39252026-07-01T23:49:07.490Z
39262026-07-01T23:49:07.490Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39272026-07-01T23:49:07.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-07-01T23:49:07.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-07-01T23:49:07.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-07-01T23:49:07.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39312026-07-01T23:49:08.031Z
39322026-07-01T23:49:08.031Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39332026-07-01T23:49:08.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-07-01T23:49:08.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-07-01T23:49:08.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-07-01T23:49:08.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39372026-07-01T23:49:08.585Z
39382026-07-01T23:49:08.585Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39392026-07-01T23:49:09.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-07-01T23:49:09.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-07-01T23:49:09.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-07-01T23:49:09.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39432026-07-01T23:49:09.130Z
39442026-07-01T23:49:09.130Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39452026-07-01T23:49:09.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-07-01T23:49:09.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-07-01T23:49:09.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-07-01T23:49:09.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39492026-07-01T23:49:09.679Z
39502026-07-01T23:49:09.679Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39512026-07-01T23:49:10.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-07-01T23:49:10.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-07-01T23:49:10.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-07-01T23:49:10.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39552026-07-01T23:49:10.222Z
39562026-07-01T23:49:10.222Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39572026-07-01T23:49:10.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-07-01T23:49:10.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-07-01T23:49:10.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-07-01T23:49:10.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39612026-07-01T23:49:10.770Z
39622026-07-01T23:49:10.770Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39632026-07-01T23:49:11.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-07-01T23:49:11.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-07-01T23:49:11.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-07-01T23:49:11.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39672026-07-01T23:49:11.317Z
39682026-07-01T23:49:11.318Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39692026-07-01T23:49:11.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-07-01T23:49:11.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-07-01T23:49:11.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-07-01T23:49:11.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39732026-07-01T23:49:11.866Z
39742026-07-01T23:49:11.866Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39752026-07-01T23:49:12.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-07-01T23:49:12.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-07-01T23:49:12.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-07-01T23:49:12.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39792026-07-01T23:49:12.436Z
39802026-07-01T23:49:12.436Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39812026-07-01T23:49:12.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-07-01T23:49:12.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-07-01T23:49:12.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-07-01T23:49:12.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39852026-07-01T23:49:12.984Z
39862026-07-01T23:49:12.984Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39872026-07-01T23:49:13.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-07-01T23:49:13.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-07-01T23:49:13.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-07-01T23:49:13.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39912026-07-01T23:49:13.545Z
39922026-07-01T23:49:13.545Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39932026-07-01T23:49:14.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-07-01T23:49:14.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-07-01T23:49:14.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-07-01T23:49:14.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39972026-07-01T23:49:14.117Z
39982026-07-01T23:49:14.117Zinfo: running `cargo check --bins` on update-common (229/299)
39992026-07-01T23:49:14.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-07-01T23:49:14.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-07-01T23:49:14.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-07-01T23:49:14.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40032026-07-01T23:49:14.644Z
40042026-07-01T23:49:14.644Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40052026-07-01T23:49:15.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-07-01T23:49:15.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-07-01T23:49:15.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-07-01T23:49:15.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40092026-07-01T23:49:15.220Z
40102026-07-01T23:49:15.220Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40112026-07-01T23:49:15.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-07-01T23:49:15.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-07-01T23:49:15.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-07-01T23:49:15.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40152026-07-01T23:49:15.730Z
40162026-07-01T23:49:15.730Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40172026-07-01T23:49:16.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-07-01T23:49:16.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-07-01T23:49:16.440Z Compiling fs-err v2.11.0
40202026-07-01T23:49:16.443Z Checking ignore v0.4.25
40212026-07-01T23:49:16.443Z Checking arc-swap v1.8.2
40222026-07-01T23:49:16.571Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40232026-07-01T23:49:16.571Z Checking predicates-tree v1.0.13
40242026-07-01T23:49:16.612Z Checking parse-size v1.1.0
40252026-07-01T23:49:16.612Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40262026-07-01T23:49:16.617Z Checking rand_seeder v0.4.0
40272026-07-01T23:49:16.663Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40282026-07-01T23:49:16.693Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40292026-07-01T23:49:16.751Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40302026-07-01T23:49:16.763Z Checking slog-scope v4.4.1
40312026-07-01T23:49:16.806Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40322026-07-01T23:49:16.884Z Compiling petname v2.0.2
40332026-07-01T23:49:16.897Z Checking slog-stdlog v4.1.1
40342026-07-01T23:49:16.910Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40352026-07-01T23:49:16.935Z Checking globwalk v0.9.1
40362026-07-01T23:49:16.994Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40372026-07-01T23:49:17.012Z Checking slog-envlogger v2.2.0
40382026-07-01T23:49:17.107Z Checking camino-tempfile-ext v0.3.3
40392026-07-01T23:49:17.154Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40402026-07-01T23:49:17.169Z Checking sapling-renderdag v0.1.0
40412026-07-01T23:49:17.296Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40422026-07-01T23:49:17.350Z Checking subprocess v0.2.15
40432026-07-01T23:49:17.400Z Checking sync-ptr v0.1.4
40442026-07-01T23:49:17.489Z Checking colored v2.2.0
40452026-07-01T23:49:17.519Z Checking assert_matches v1.5.0
40462026-07-01T23:49:17.622Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40472026-07-01T23:49:17.787Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-07-01T23:49:17.787Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40492026-07-01T23:49:18.420Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40502026-07-01T23:49:19.713Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40512026-07-01T23:49:21.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
40522026-07-01T23:49:22.040Z
40532026-07-01T23:49:22.041Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40542026-07-01T23:49:22.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-07-01T23:49:22.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-07-01T23:49:22.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-07-01T23:49:22.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40582026-07-01T23:49:22.552Z
40592026-07-01T23:49:22.552Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40602026-07-01T23:49:22.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-07-01T23:49:23.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-07-01T23:49:23.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-07-01T23:49:23.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40642026-07-01T23:49:23.081Z
40652026-07-01T23:49:23.081Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40662026-07-01T23:49:23.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-07-01T23:49:23.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-07-01T23:49:23.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-07-01T23:49:23.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40702026-07-01T23:49:23.659Z
40712026-07-01T23:49:23.659Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40722026-07-01T23:49:24.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-01T23:49:24.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-01T23:49:24.317Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40752026-07-01T23:49:24.317Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40762026-07-01T23:49:24.935Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40772026-07-01T23:49:26.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
40782026-07-01T23:49:26.640Z
40792026-07-01T23:49:26.640Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40802026-07-01T23:49:27.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-01T23:49:27.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-01T23:49:27.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-07-01T23:49:27.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40842026-07-01T23:49:27.160Z
40852026-07-01T23:49:27.160Zinfo: running `cargo check --bins` on cert-dev (238/299)
40862026-07-01T23:49:27.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-01T23:49:27.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-01T23:49:27.701Z Checking yasna v0.5.2
40892026-07-01T23:49:28.097Z Checking rcgen v0.12.1
40902026-07-01T23:49:28.346Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40912026-07-01T23:49:28.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
40922026-07-01T23:49:28.670Z
40932026-07-01T23:49:28.670Zinfo: running `cargo check --bins` on clickana (239/299)
40942026-07-01T23:49:29.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-01T23:49:29.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-01T23:49:29.250Z Compiling darling_core v0.23.0
40972026-07-01T23:49:29.358Z Compiling instability v0.3.11
40982026-07-01T23:49:29.361Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40992026-07-01T23:49:29.372Z Checking castaway v0.2.4
41002026-07-01T23:49:29.375Z Compiling indoc v2.0.7
41012026-07-01T23:49:29.385Z Checking unicode-truncate v1.1.0
41022026-07-01T23:49:29.388Z Checking lru v0.12.5
41032026-07-01T23:49:29.388Z Checking cassowary v0.3.0
41042026-07-01T23:49:29.459Z Checking compact_str v0.8.1
41052026-07-01T23:49:30.650Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41062026-07-01T23:49:30.756Z Compiling darling_macro v0.23.0
41072026-07-01T23:49:30.814Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41082026-07-01T23:49:31.171Z Compiling darling v0.23.0
41092026-07-01T23:49:31.790Z Checking ratatui v0.29.0
41102026-07-01T23:49:32.844Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41112026-07-01T23:49:33.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
41122026-07-01T23:49:33.638Z
41132026-07-01T23:49:33.638Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41142026-07-01T23:49:34.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-07-01T23:49:34.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-07-01T23:49:34.289Z Checking headers-core v0.3.0
41172026-07-01T23:49:34.289Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41182026-07-01T23:49:34.480Z Checking headers v0.4.1
41192026-07-01T23:49:34.837Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41202026-07-01T23:49:35.689Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41212026-07-01T23:49:36.148Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41222026-07-01T23:49:36.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
41232026-07-01T23:49:36.717Z
41242026-07-01T23:49:36.717Zinfo: running `cargo check --bins` on ch-dev (241/299)
41252026-07-01T23:49:37.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-07-01T23:49:37.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-07-01T23:49:37.369Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41282026-07-01T23:49:38.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41292026-07-01T23:49:38.279Z
41302026-07-01T23:49:38.279Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41312026-07-01T23:49:38.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-07-01T23:49:38.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-07-01T23:49:38.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-07-01T23:49:38.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41352026-07-01T23:49:38.669Z
41362026-07-01T23:49:38.669Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41372026-07-01T23:49:39.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-07-01T23:49:39.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-07-01T23:49:39.316Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-07-01T23:49:40.290Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41412026-07-01T23:49:40.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
41422026-07-01T23:49:40.789Z
41432026-07-01T23:49:40.789Zinfo: running `cargo check --bins` on db-dev (244/299)
41442026-07-01T23:49:41.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-07-01T23:49:41.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-07-01T23:49:41.440Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41472026-07-01T23:49:42.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41482026-07-01T23:49:42.356Z
41492026-07-01T23:49:42.356Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41502026-07-01T23:49:42.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-07-01T23:49:42.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-07-01T23:49:42.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-07-01T23:49:42.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41542026-07-01T23:49:42.919Z
41552026-07-01T23:49:42.919Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41562026-07-01T23:49:43.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-07-01T23:49:43.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-07-01T23:49:43.465Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41592026-07-01T23:49:44.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
41602026-07-01T23:49:44.292Z
41612026-07-01T23:49:44.292Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41622026-07-01T23:49:44.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-07-01T23:49:44.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-07-01T23:49:44.980Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-07-01T23:49:44.980Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-07-01T23:49:44.985Z Checking git-stub v1.0.0
41672026-07-01T23:49:44.985Z Compiling trait-variant v0.1.2
41682026-07-01T23:49:44.985Z Checking is_ci v1.2.0
41692026-07-01T23:49:44.985Z Checking maplit v1.0.2
41702026-07-01T23:49:45.117Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41712026-07-01T23:49:45.144Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41722026-07-01T23:49:45.179Z Checking supports-color v3.0.2
41732026-07-01T23:49:45.191Z Checking drift v0.2.0
41742026-07-01T23:49:45.234Z Checking git-stub-vcs v0.1.0
41752026-07-01T23:49:45.286Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41762026-07-01T23:49:45.325Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41772026-07-01T23:49:45.354Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41782026-07-01T23:49:45.423Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41792026-07-01T23:49:45.541Z Checking dropshot-api-manager v0.7.2
41802026-07-01T23:49:45.564Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41812026-07-01T23:49:45.576Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41822026-07-01T23:49:45.611Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41832026-07-01T23:49:45.821Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41842026-07-01T23:49:46.322Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-07-01T23:49:47.278Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41862026-07-01T23:49:48.468Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41872026-07-01T23:49:49.049Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41882026-07-01T23:49:49.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
41892026-07-01T23:49:49.662Z
41902026-07-01T23:49:49.662Zinfo: running `cargo check --bins` on installinator-api (248/299)
41912026-07-01T23:49:50.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-07-01T23:49:50.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-07-01T23:49:50.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-07-01T23:49:50.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41952026-07-01T23:49:50.186Z
41962026-07-01T23:49:50.186Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
41972026-07-01T23:49:50.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-07-01T23:49:50.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-07-01T23:49:50.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-07-01T23:49:50.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42012026-07-01T23:49:50.752Z
42022026-07-01T23:49:50.752Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42032026-07-01T23:49:51.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-07-01T23:49:51.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-07-01T23:49:51.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-07-01T23:49:51.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42072026-07-01T23:49:51.309Z
42082026-07-01T23:49:51.309Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42092026-07-01T23:49:51.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-07-01T23:49:51.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-07-01T23:49:51.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-07-01T23:49:51.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42132026-07-01T23:49:51.869Z
42142026-07-01T23:49:51.869Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42152026-07-01T23:49:52.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-07-01T23:49:52.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-07-01T23:49:52.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-07-01T23:49:52.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42192026-07-01T23:49:52.393Z
42202026-07-01T23:49:52.393Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42212026-07-01T23:49:52.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-07-01T23:49:52.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-07-01T23:49:52.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-07-01T23:49:52.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42252026-07-01T23:49:52.904Z
42262026-07-01T23:49:52.904Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42272026-07-01T23:49:53.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-07-01T23:49:53.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-07-01T23:49:53.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-07-01T23:49:53.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42312026-07-01T23:49:53.443Z
42322026-07-01T23:49:53.443Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42332026-07-01T23:49:53.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-07-01T23:49:53.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-07-01T23:49:53.989Z Checking cargo-platform v0.3.2
42362026-07-01T23:49:53.992Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42372026-07-01T23:49:54.226Z Checking cargo_metadata v0.23.1
42382026-07-01T23:49:54.811Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42392026-07-01T23:49:55.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
42402026-07-01T23:49:55.688Z
42412026-07-01T23:49:55.688Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42422026-07-01T23:49:56.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-07-01T23:49:56.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-07-01T23:49:56.353Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-07-01T23:49:56.949Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42462026-07-01T23:49:57.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
42472026-07-01T23:49:57.620Z
42482026-07-01T23:49:57.620Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42492026-07-01T23:49:58.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-01T23:49:58.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-01T23:49:58.511Z Compiling vergen-lib v0.1.6
42522026-07-01T23:49:58.511Z Compiling diesel_derives v2.3.7
42532026-07-01T23:49:58.511Z Compiling dsl_auto_type v0.2.0
42542026-07-01T23:49:58.511Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42552026-07-01T23:49:58.516Z Checking scheduled-thread-pool v0.2.7
42562026-07-01T23:49:58.516Z Compiling vergen-gitcl v1.0.8
42572026-07-01T23:49:58.516Z Compiling diesel_table_macro_syntax v0.3.0
42582026-07-01T23:49:58.516Z Compiling dirs-sys-next v0.1.2
42592026-07-01T23:49:58.784Z Compiling glob v0.3.3
42602026-07-01T23:49:58.848Z Compiling crunchy v0.2.4
42612026-07-01T23:49:58.915Z Compiling dirs-next v2.0.0
42622026-07-01T23:49:58.929Z Checking r2d2 v0.8.10
42632026-07-01T23:49:58.944Z Compiling tiny-keccak v2.0.2
42642026-07-01T23:49:59.031Z Checking downcast-rs v2.0.2
42652026-07-01T23:49:59.136Z Compiling term v0.7.0
42662026-07-01T23:49:59.162Z Compiling clang-sys v1.8.1
42672026-07-01T23:49:59.191Z Compiling bit-vec v0.6.3
42682026-07-01T23:49:59.216Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42692026-07-01T23:49:59.402Z Compiling ascii-canvas v3.0.0
42702026-07-01T23:49:59.418Z Compiling bit-set v0.5.3
42712026-07-01T23:49:59.552Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722026-07-01T23:49:59.572Z Compiling itertools v0.10.5
42732026-07-01T23:49:59.638Z Compiling ena v0.14.4
42742026-07-01T23:49:59.654Z Compiling libloading v0.8.9
42752026-07-01T23:49:59.668Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42762026-07-01T23:49:59.682Z Compiling diff v0.1.13
42772026-07-01T23:49:59.697Z Compiling regex-syntax v0.6.29
42782026-07-01T23:49:59.840Z Compiling bindgen v0.71.1
42792026-07-01T23:49:59.963Z Compiling cexpr v0.6.0
42802026-07-01T23:50:00.305Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42812026-07-01T23:50:00.418Z Compiling rustc-hash v2.1.1
42822026-07-01T23:50:00.563Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42832026-07-01T23:50:00.620Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-07-01T23:50:00.657Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-07-01T23:50:00.701Z Compiling libxml v0.3.3
42862026-07-01T23:50:00.907Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-07-01T23:50:00.926Z Compiling strum_macros v0.24.3
42882026-07-01T23:50:00.971Z Compiling indoc v1.0.9
42892026-07-01T23:50:01.111Z Compiling lalrpop v0.19.12
42902026-07-01T23:50:01.840Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-07-01T23:50:02.039Z Checking derive_builder v0.20.2
42922026-07-01T23:50:02.155Z Compiling oso-derive v0.27.3
42932026-07-01T23:50:02.266Z Checking quick-xml v0.37.5
42942026-07-01T23:50:02.374Z Compiling impl-trait-for-tuples v0.2.3
42952026-07-01T23:50:02.657Z Checking openssl-probe v0.1.6
42962026-07-01T23:50:02.797Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-07-01T23:50:03.136Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-07-01T23:50:03.340Z Checking bb8 v0.8.6
42992026-07-01T23:50:03.502Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-07-01T23:50:03.520Z Checking nonempty v0.12.0
43012026-07-01T23:50:03.615Z Compiling libz-sys v1.1.24
43022026-07-01T23:50:03.681Z Compiling strsim v0.10.0
43032026-07-01T23:50:03.721Z Compiling libgit2-sys v0.18.3+1.9.2
43042026-07-01T23:50:03.916Z Compiling darling_core v0.13.4
43052026-07-01T23:50:04.012Z Compiling vergen-git2 v9.1.0
43062026-07-01T23:50:04.182Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43072026-07-01T23:50:04.241Z Compiling base64 v0.21.7
43082026-07-01T23:50:04.411Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43092026-07-01T23:50:04.530Z Checking diesel v2.3.10
43102026-07-01T23:50:04.562Z Compiling ron v0.8.1
43112026-07-01T23:50:05.368Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43122026-07-01T23:50:05.553Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43132026-07-01T23:50:05.609Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43142026-07-01T23:50:05.784Z Compiling darling_macro v0.13.4
43152026-07-01T23:50:05.809Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43162026-07-01T23:50:06.011Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43172026-07-01T23:50:06.216Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43182026-07-01T23:50:06.269Z Compiling darling v0.13.4
43192026-07-01T23:50:06.363Z Compiling serde_with_macros v1.5.2
43202026-07-01T23:50:06.417Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43212026-07-01T23:50:06.618Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43222026-07-01T23:50:06.814Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43232026-07-01T23:50:06.832Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43242026-07-01T23:50:07.212Z Compiling serde_with v1.14.0
43252026-07-01T23:50:08.319Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43262026-07-01T23:50:08.459Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-07-01T23:50:08.523Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43282026-07-01T23:50:09.155Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43292026-07-01T23:50:09.362Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43302026-07-01T23:50:09.640Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43312026-07-01T23:50:09.930Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43322026-07-01T23:50:10.013Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43332026-07-01T23:50:10.091Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43342026-07-01T23:50:10.654Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43352026-07-01T23:50:10.821Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43362026-07-01T23:50:11.031Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43372026-07-01T23:50:11.212Z Checking twox-hash v2.1.2
43382026-07-01T23:50:11.235Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43392026-07-01T23:50:11.429Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43402026-07-01T23:50:11.517Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43412026-07-01T23:50:11.972Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43422026-07-01T23:50:12.128Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43432026-07-01T23:50:13.176Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43442026-07-01T23:50:13.384Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43452026-07-01T23:50:13.433Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43462026-07-01T23:50:13.825Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43472026-07-01T23:50:14.088Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43482026-07-01T23:50:14.289Z Checking console v0.16.2
43492026-07-01T23:50:14.594Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43502026-07-01T23:50:14.738Z Checking fatfs v0.3.6
43512026-07-01T23:50:14.773Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43522026-07-01T23:50:15.195Z Checking unit-prefix v0.5.2
43532026-07-01T23:50:15.333Z Compiling seq-macro v0.3.6
43542026-07-01T23:50:15.869Z Checking indicatif v0.18.4
43552026-07-01T23:50:16.136Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43562026-07-01T23:50:16.271Z Checking support-bundle-viewer v0.1.2
43572026-07-01T23:50:16.472Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43582026-07-01T23:50:16.518Z Checking multimap v0.10.1
43592026-07-01T23:50:22.215Z Checking async-bb8-diesel v0.2.1
43602026-07-01T23:50:22.566Z Checking diesel-dtrace v0.5.0
43612026-07-01T23:50:25.771Z Compiling samael v0.0.19
43622026-07-01T23:50:30.746Z Compiling git2 v0.20.4
43632026-07-01T23:50:31.862Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43642026-07-01T23:50:32.983Z Compiling polar-core v0.27.3
43652026-07-01T23:50:33.154Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43662026-07-01T23:50:37.511Z Checking oso v0.27.3
43672026-07-01T23:51:07.202Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43682026-07-01T23:52:20.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43692026-07-01T23:52:20.903Z
43702026-07-01T23:52:20.903Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43712026-07-01T23:52:21.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-07-01T23:52:21.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-07-01T23:52:21.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-07-01T23:52:21.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43752026-07-01T23:52:21.521Z
43762026-07-01T23:52:21.521Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43772026-07-01T23:52:22.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-07-01T23:52:22.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-07-01T23:52:22.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-07-01T23:52:22.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43812026-07-01T23:52:22.093Z
43822026-07-01T23:52:22.093Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43832026-07-01T23:52:22.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-07-01T23:52:22.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-07-01T23:52:22.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-07-01T23:52:22.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43872026-07-01T23:52:22.668Z
43882026-07-01T23:52:22.668Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43892026-07-01T23:52:23.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-07-01T23:52:23.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-07-01T23:52:23.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-07-01T23:52:23.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43932026-07-01T23:52:23.181Z
43942026-07-01T23:52:23.181Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
43952026-07-01T23:52:23.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-07-01T23:52:23.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-07-01T23:52:23.945Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43982026-07-01T23:52:24.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
43992026-07-01T23:52:24.881Z
44002026-07-01T23:52:24.881Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44012026-07-01T23:52:25.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-07-01T23:52:25.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-07-01T23:52:25.640Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-07-01T23:53:02.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.06s
44052026-07-01T23:53:03.138Z
44062026-07-01T23:53:03.138Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44072026-07-01T23:53:03.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-07-01T23:53:03.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-07-01T23:53:03.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-07-01T23:53:03.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44112026-07-01T23:53:03.650Z
44122026-07-01T23:53:03.651Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44132026-07-01T23:53:04.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-07-01T23:53:04.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-07-01T23:53:04.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-07-01T23:53:04.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44172026-07-01T23:53:04.167Z
44182026-07-01T23:53:04.168Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44192026-07-01T23:53:04.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-07-01T23:53:04.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-07-01T23:53:04.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-07-01T23:53:04.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44232026-07-01T23:53:04.738Z
44242026-07-01T23:53:04.738Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44252026-07-01T23:53:05.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-07-01T23:53:05.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-07-01T23:53:05.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-07-01T23:53:05.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44292026-07-01T23:53:05.323Z
44302026-07-01T23:53:05.323Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44312026-07-01T23:53:05.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-07-01T23:53:05.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-07-01T23:53:05.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-07-01T23:53:05.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44352026-07-01T23:53:05.908Z
44362026-07-01T23:53:05.908Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44372026-07-01T23:53:06.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-07-01T23:53:06.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-07-01T23:53:06.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-07-01T23:53:06.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44412026-07-01T23:53:06.474Z
44422026-07-01T23:53:06.474Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44432026-07-01T23:53:06.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-07-01T23:53:06.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-07-01T23:53:06.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-07-01T23:53:06.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44472026-07-01T23:53:07.051Z
44482026-07-01T23:53:07.051Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44492026-07-01T23:53:07.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-07-01T23:53:07.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-07-01T23:53:07.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-07-01T23:53:07.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44532026-07-01T23:53:07.635Z
44542026-07-01T23:53:07.635Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44552026-07-01T23:53:08.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-07-01T23:53:08.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-07-01T23:53:08.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-07-01T23:53:08.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44592026-07-01T23:53:08.200Z
44602026-07-01T23:53:08.200Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44612026-07-01T23:53:08.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-07-01T23:53:08.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-07-01T23:53:08.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-07-01T23:53:08.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44652026-07-01T23:53:08.781Z
44662026-07-01T23:53:08.781Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44672026-07-01T23:53:09.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-07-01T23:53:09.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-07-01T23:53:09.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-07-01T23:53:09.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44712026-07-01T23:53:09.360Z
44722026-07-01T23:53:09.360Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44732026-07-01T23:53:09.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-07-01T23:53:09.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-07-01T23:53:10.195Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44762026-07-01T23:53:10.198Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44772026-07-01T23:53:10.349Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44782026-07-01T23:53:10.368Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44792026-07-01T23:53:10.382Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44802026-07-01T23:53:10.397Z Checking diff v0.1.13
44812026-07-01T23:53:10.397Z Checking yansi v1.0.1
44822026-07-01T23:53:10.400Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44832026-07-01T23:53:10.529Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44842026-07-01T23:53:10.693Z Checking pretty_assertions v1.4.1
44852026-07-01T23:53:11.350Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44862026-07-01T23:53:11.425Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44872026-07-01T23:53:36.734Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44882026-07-01T23:53:36.742Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44892026-07-01T23:53:36.742Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44902026-07-01T23:53:36.742Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44912026-07-01T23:53:36.742Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44922026-07-01T23:53:36.742Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44932026-07-01T23:53:36.742Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44942026-07-01T23:53:37.548Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44952026-07-01T23:53:37.548Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44962026-07-01T23:53:38.731Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44972026-07-01T23:54:15.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44982026-07-01T23:54:16.043Z
44992026-07-01T23:54:16.043Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45002026-07-01T23:54:16.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-01T23:54:16.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-01T23:54:16.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-07-01T23:54:16.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45042026-07-01T23:54:16.515Z
45052026-07-01T23:54:16.516Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45062026-07-01T23:54:17.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-01T23:54:17.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-01T23:54:17.226Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45092026-07-01T23:54:17.352Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45102026-07-01T23:54:17.361Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-07-01T23:54:44.044Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45122026-07-01T23:54:44.409Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45132026-07-01T23:54:46.080Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45142026-07-01T23:54:46.507Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45152026-07-01T23:54:49.603Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45162026-07-01T23:55:13.823Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45172026-07-01T23:55:14.499Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45182026-07-01T23:55:16.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.54s
45192026-07-01T23:55:16.261Z
45202026-07-01T23:55:16.261Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45212026-07-01T23:55:16.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-07-01T23:55:16.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-07-01T23:55:16.913Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45242026-07-01T23:55:17.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45252026-07-01T23:55:17.750Z
45262026-07-01T23:55:17.750Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45272026-07-01T23:55:18.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-01T23:55:18.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-01T23:55:18.332Z Compiling blake3 v1.8.5
45302026-07-01T23:55:18.439Z Checking arrayvec v0.7.6
45312026-07-01T23:55:18.439Z Checking constant_time_eq v0.4.2
45322026-07-01T23:55:18.442Z Checking arrayref v0.3.9
45332026-07-01T23:55:18.454Z Checking topological-sort v0.2.2
45342026-07-01T23:55:18.454Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45352026-07-01T23:55:18.457Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45362026-07-01T23:55:18.457Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45372026-07-01T23:55:18.499Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45382026-07-01T23:55:18.550Z Checking shell-words v1.1.1
45392026-07-01T23:55:19.332Z Checking omicron-zone-package v0.12.3
45402026-07-01T23:55:20.031Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45412026-07-01T23:55:20.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
45422026-07-01T23:55:21.084Z
45432026-07-01T23:55:21.084Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45442026-07-01T23:55:21.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-07-01T23:55:21.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-07-01T23:55:21.662Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472026-07-01T23:55:21.976Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-07-01T23:55:22.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
45492026-07-01T23:55:22.524Z
45502026-07-01T23:55:22.524Zinfo: running `cargo check --bins` on schema (281/299)
45512026-07-01T23:55:22.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-07-01T23:55:23.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-07-01T23:55:23.183Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-07-01T23:55:23.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45552026-07-01T23:55:24.041Z
45562026-07-01T23:55:24.041Zinfo: running `cargo check --bins` on xtask (282/299)
45572026-07-01T23:55:24.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-07-01T23:55:24.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-07-01T23:55:24.419Z Checking serde_core v1.0.228
45602026-07-01T23:55:24.419Z Checking libc v0.2.185
45612026-07-01T23:55:24.423Z Checking bitflags v2.11.0
45622026-07-01T23:55:24.502Z Checking scroll v0.12.0
45632026-07-01T23:55:24.505Z Checking thiserror v1.0.69
45642026-07-01T23:55:24.512Z Checking log v0.4.29
45652026-07-01T23:55:24.519Z Checking zerocopy v0.7.35
45662026-07-01T23:55:24.521Z Checking indexmap v2.14.0
45672026-07-01T23:55:24.589Z Checking syn v2.0.117
45682026-07-01T23:55:24.633Z Checking dtrace-parser v0.2.0
45692026-07-01T23:55:24.649Z Checking once_cell v1.21.3
45702026-07-01T23:55:24.710Z Checking goblin v0.8.2
45712026-07-01T23:55:24.774Z Checking errno v0.3.14
45722026-07-01T23:55:24.841Z Checking thread-id v4.2.2
45732026-07-01T23:55:24.862Z Checking getrandom v0.4.1
45742026-07-01T23:55:24.886Z Checking rustix v1.1.3
45752026-07-01T23:55:24.896Z Checking memmap v0.7.0
45762026-07-01T23:55:24.987Z Checking thiserror v2.0.18
45772026-07-01T23:55:24.998Z Checking fs-err v3.3.0
45782026-07-01T23:55:25.016Z Checking anyhow v1.0.102
45792026-07-01T23:55:25.045Z Checking tabled v0.15.0
45802026-07-01T23:55:25.646Z Checking terminal_size v0.4.3
45812026-07-01T23:55:25.646Z Checking tempfile v3.25.0
45822026-07-01T23:55:25.752Z Checking clap_builder v4.6.0
45832026-07-01T23:55:25.752Z Checking textwrap v0.16.2
45842026-07-01T23:55:25.929Z Checking serde v1.0.228
45852026-07-01T23:55:25.929Z Checking serde_json v1.0.150
45862026-07-01T23:55:25.932Z Checking camino v1.2.2
45872026-07-01T23:55:25.958Z Checking cargo-platform v0.3.2
45882026-07-01T23:55:26.121Z Checking semver v1.0.28
45892026-07-01T23:55:26.171Z Checking camino-tempfile v1.4.1
45902026-07-01T23:55:26.337Z Checking toml_datetime v0.6.11
45912026-07-01T23:55:26.342Z Checking serde_spanned v0.6.9
45922026-07-01T23:55:26.342Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45932026-07-01T23:55:26.342Z Checking macaddr v1.0.1
45942026-07-01T23:55:26.509Z Checking toml_edit v0.22.27
45952026-07-01T23:55:26.520Z Checking dof v0.3.0
45962026-07-01T23:55:26.522Z Checking cargo_metadata v0.23.1
45972026-07-01T23:55:26.778Z Checking usdt-impl v0.5.0
45982026-07-01T23:55:26.925Z Checking clap v4.6.1
45992026-07-01T23:55:27.053Z Checking usdt v0.5.0
46002026-07-01T23:55:27.464Z Checking toml v0.8.23
46012026-07-01T23:55:27.717Z Checking cargo_toml v0.21.0
46022026-07-01T23:55:28.351Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46032026-07-01T23:55:28.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
46042026-07-01T23:55:28.821Z
46052026-07-01T23:55:28.821Zinfo: running `cargo check --bins` on dnsadm (283/299)
46062026-07-01T23:55:29.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-07-01T23:55:29.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-07-01T23:55:29.398Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46092026-07-01T23:55:29.843Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46102026-07-01T23:55:30.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46112026-07-01T23:55:30.390Z
46122026-07-01T23:55:30.390Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46132026-07-01T23:55:30.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-07-01T23:55:30.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-07-01T23:55:31.144Z Checking cpubits v0.1.1
46162026-07-01T23:55:31.147Z Checking pem-rfc7468 v1.0.0
46172026-07-01T23:55:31.280Z Checking hmac v0.13.0
46182026-07-01T23:55:31.287Z Checking universal-hash v0.6.1
46192026-07-01T23:55:31.302Z Checking ctr v0.10.1
46202026-07-01T23:55:31.302Z Checking aead v0.6.1
46212026-07-01T23:55:31.306Z Checking sha2 v0.11.0
46222026-07-01T23:55:31.340Z Checking aes v0.9.1
46232026-07-01T23:55:31.383Z Checking crypto-bigint v0.7.5
46242026-07-01T23:55:31.395Z Checking polyval v0.7.1
46252026-07-01T23:55:31.408Z Checking der v0.8.0
46262026-07-01T23:55:31.423Z Checking pbkdf2 v0.13.0
46272026-07-01T23:55:31.443Z Checking salsa20 v0.11.0
46282026-07-01T23:55:31.466Z Checking cbc v0.2.1
46292026-07-01T23:55:31.549Z Checking ff v0.14.0
46302026-07-01T23:55:31.559Z Checking ghash v0.6.0
46312026-07-01T23:55:31.602Z Checking signature v3.0.0
46322026-07-01T23:55:31.604Z Checking base16ct v1.0.0
46332026-07-01T23:55:31.701Z Checking hkdf v0.13.0
46342026-07-01T23:55:31.717Z Checking group v0.14.0
46352026-07-01T23:55:31.732Z Checking aes-gcm v0.11.0
46362026-07-01T23:55:31.748Z Checking rfc6979 v0.5.0
46372026-07-01T23:55:31.766Z Compiling curve25519-dalek v5.0.0-rc.0
46382026-07-01T23:55:31.834Z Checking poly1305 v0.9.0
46392026-07-01T23:55:31.861Z Checking blowfish v0.10.0
46402026-07-01T23:55:31.881Z Checking blake2 v0.11.0-rc.6
46412026-07-01T23:55:31.884Z Checking keccak v0.2.0
46422026-07-01T23:55:32.007Z Checking fiat-crypto v0.3.0
46432026-07-01T23:55:32.032Z Checking scrypt v0.12.0
46442026-07-01T23:55:32.045Z Checking sha3 v0.11.0
46452026-07-01T23:55:32.098Z Checking bcrypt-pbkdf v0.11.0
46462026-07-01T23:55:32.129Z Checking argon2 v0.6.0-rc.8
46472026-07-01T23:55:32.183Z Checking spki v0.8.0
46482026-07-01T23:55:32.186Z Checking sec1 v0.8.1
46492026-07-01T23:55:32.245Z Checking kem v0.3.0
46502026-07-01T23:55:32.351Z Checking pkcs5 v0.8.1
46512026-07-01T23:55:32.366Z Checking pkcs1 v0.8.0-rc.4
46522026-07-01T23:55:32.380Z Checking module-lattice v0.2.3
46532026-07-01T23:55:32.399Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46542026-07-01T23:55:32.429Z Checking internal-russh-num-bigint v0.5.0
46552026-07-01T23:55:32.565Z Checking num-bigint v0.4.6
46562026-07-01T23:55:32.591Z Checking ml-kem v0.3.2
46572026-07-01T23:55:32.609Z Checking generic-array v1.4.3
46582026-07-01T23:55:32.637Z Checking pkcs8 v0.11.0
46592026-07-01T23:55:32.831Z Checking ed25519 v3.0.0
46602026-07-01T23:55:32.997Z Checking russh-util v0.52.0
46612026-07-01T23:55:33.024Z Compiling enum_dispatch v0.3.13
46622026-07-01T23:55:33.039Z Checking ed25519-dalek v3.0.0-rc.0
46632026-07-01T23:55:33.117Z Compiling delegate v0.13.5
46642026-07-01T23:55:33.252Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46652026-07-01T23:55:33.268Z Checking md5 v0.8.0
46662026-07-01T23:55:33.372Z Checking hex-literal v1.1.0
46672026-07-01T23:55:33.457Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46682026-07-01T23:55:33.471Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46692026-07-01T23:55:33.485Z Checking socket2 v0.5.10
46702026-07-01T23:55:33.535Z Checking elliptic-curve v0.14.0-rc.33
46712026-07-01T23:55:33.664Z Checking primefield v0.14.0
46722026-07-01T23:55:33.680Z Checking ssh-encoding v0.3.0-rc.9
46732026-07-01T23:55:33.725Z Checking crypto-primes v0.7.2
46742026-07-01T23:55:33.865Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46752026-07-01T23:55:33.894Z Checking ssh-cipher v0.3.0-rc.9
46762026-07-01T23:55:33.963Z Checking russh-cryptovec v0.61.0
46772026-07-01T23:55:33.997Z Checking ecdsa v0.17.0-rc.18
46782026-07-01T23:55:34.053Z Checking primeorder v0.14.0-rc.10
46792026-07-01T23:55:34.096Z Checking internet-checksum v0.2.1
46802026-07-01T23:55:34.350Z Checking p521 v0.14.0-rc.10
46812026-07-01T23:55:34.350Z Checking p256 v0.14.0-rc.10
46822026-07-01T23:55:34.663Z Checking rsa v0.10.0-rc.18
46832026-07-01T23:55:36.739Z Checking p384 v0.14.0-rc.10
46842026-07-01T23:55:38.645Z Checking ssh-key v0.7.0-rc.10
46852026-07-01T23:55:39.390Z Checking russh v0.61.2
46862026-07-01T23:55:51.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.99s
46872026-07-01T23:55:51.585Z
46882026-07-01T23:55:51.585Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46892026-07-01T23:55:52.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-07-01T23:55:52.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-07-01T23:55:52.154Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46922026-07-01T23:55:52.263Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46932026-07-01T23:55:52.272Z Checking termios v0.3.3
46942026-07-01T23:55:53.462Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46952026-07-01T23:55:53.608Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46962026-07-01T23:55:55.251Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46972026-07-01T23:55:55.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
46982026-07-01T23:55:55.974Z
46992026-07-01T23:55:55.974Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47002026-07-01T23:55:56.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-07-01T23:55:56.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-07-01T23:55:56.621Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47032026-07-01T23:55:56.655Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47042026-07-01T23:55:56.736Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47052026-07-01T23:55:56.736Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47062026-07-01T23:55:56.751Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47072026-07-01T23:55:56.767Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47082026-07-01T23:55:57.469Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47092026-07-01T23:55:57.799Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47102026-07-01T23:55:57.799Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47112026-07-01T23:55:58.600Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47122026-07-01T23:56:00.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
47132026-07-01T23:56:00.214Z
47142026-07-01T23:56:00.214Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47152026-07-01T23:56:00.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-07-01T23:56:00.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-07-01T23:56:00.856Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47182026-07-01T23:56:01.260Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47192026-07-01T23:56:01.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
47202026-07-01T23:56:01.711Z
47212026-07-01T23:56:01.711Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47222026-07-01T23:56:02.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-07-01T23:56:02.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-07-01T23:56:02.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47252026-07-01T23:56:02.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47262026-07-01T23:56:02.323Z
47272026-07-01T23:56:02.323Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47282026-07-01T23:56:02.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-07-01T23:56:02.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-07-01T23:56:02.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47312026-07-01T23:56:02.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47322026-07-01T23:56:02.886Z
47332026-07-01T23:56:02.886Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47342026-07-01T23:56:03.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-07-01T23:56:03.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-07-01T23:56:03.427Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47372026-07-01T23:56:04.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
47382026-07-01T23:56:04.208Z
47392026-07-01T23:56:04.208Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47402026-07-01T23:56:04.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-07-01T23:56:04.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-07-01T23:56:04.756Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47432026-07-01T23:56:04.774Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47442026-07-01T23:56:05.069Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47452026-07-01T23:56:05.070Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47462026-07-01T23:56:05.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
47472026-07-01T23:56:06.012Z
47482026-07-01T23:56:06.012Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47492026-07-01T23:56:06.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-07-01T23:56:06.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-07-01T23:56:06.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-07-01T23:56:06.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47532026-07-01T23:56:06.492Z
47542026-07-01T23:56:06.493Zinfo: running `cargo check --bins` on omicron-package (293/299)
47552026-07-01T23:56:06.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-01T23:56:07.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-01T23:56:07.185Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47582026-07-01T23:56:08.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47592026-07-01T23:56:11.653Z
47602026-07-01T23:56:11.654Zinfo: running `cargo check --bins` on tqdb (294/299)
47612026-07-01T23:56:11.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-07-01T23:56:11.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-07-01T23:56:11.757Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47642026-07-01T23:56:11.759Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47652026-07-01T23:56:11.759Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47662026-07-01T23:56:11.759Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47672026-07-01T23:56:15.976Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47682026-07-01T23:56:15.980Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47692026-07-01T23:56:16.541Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47702026-07-01T23:56:16.541Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47712026-07-01T23:56:16.544Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47722026-07-01T23:56:16.545Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47732026-07-01T23:56:17.288Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47742026-07-01T23:56:18.311Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47752026-07-01T23:56:19.078Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47762026-07-01T23:56:19.676Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47772026-07-01T23:56:24.444Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47782026-07-01T23:56:30.951Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47792026-07-01T23:56:30.954Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47802026-07-01T23:56:30.954Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47812026-07-01T23:56:30.954Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47822026-07-01T23:56:32.408Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47832026-07-01T23:56:33.702Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47842026-07-01T23:56:34.347Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47852026-07-01T23:56:35.550Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47862026-07-01T23:56:36.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.75s
47872026-07-01T23:56:36.263Z
47882026-07-01T23:56:36.263Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47892026-07-01T23:56:36.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-07-01T23:56:36.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-07-01T23:56:36.920Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47922026-07-01T23:56:36.920Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47932026-07-01T23:56:36.920Z Checking rtoolbox v0.0.3
47942026-07-01T23:56:36.926Z Checking tui-tree-widget v0.23.1
47952026-07-01T23:56:37.176Z Checking rpassword v7.4.0
47962026-07-01T23:56:38.323Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47972026-07-01T23:56:41.355Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47982026-07-01T23:56:43.126Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47992026-07-01T23:56:44.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s
48002026-07-01T23:56:44.161Z
48012026-07-01T23:56:44.161Zinfo: running `cargo check --bins` on wicket (296/299)
48022026-07-01T23:56:44.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48032026-07-01T23:56:44.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48042026-07-01T23:56:44.810Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48052026-07-01T23:56:45.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
48062026-07-01T23:56:45.297Z
48072026-07-01T23:56:45.297Zinfo: running `cargo check --bins` on wicketd (297/299)
48082026-07-01T23:56:45.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48092026-07-01T23:56:45.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48102026-07-01T23:56:45.937Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48112026-07-01T23:56:45.937Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48122026-07-01T23:56:45.947Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48132026-07-01T23:56:45.947Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48142026-07-01T23:56:46.915Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48152026-07-01T23:56:47.472Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48162026-07-01T23:56:50.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
48172026-07-01T23:56:50.647Z
48182026-07-01T23:56:50.648Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48192026-07-01T23:56:51.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-07-01T23:56:51.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-07-01T23:56:51.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48222026-07-01T23:56:51.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
48232026-07-01T23:56:51.159Z
48242026-07-01T23:56:51.159Zinfo: running `cargo check --bins` on zone-setup (299/299)
48252026-07-01T23:56:51.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48262026-07-01T23:56:51.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48272026-07-01T23:56:51.759Z Checking uzers v0.12.2
48282026-07-01T23:56:52.023Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48292026-07-01T23:56:52.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
48302026-07-01T23:56:52.928Z
48312026-07-01T23:56:52.929Zreal 13:42.718487746
48322026-07-01T23:56:52.929Zuser 20:53.904382508
48332026-07-01T23:56:52.929Zsys 4:05.515834891
48342026-07-01T23:56:52.929Ztrap 0.331906410
48352026-07-01T23:56:52.929Ztflt 0.679317713
48362026-07-01T23:56:52.929Zdflt 1.157128832
48372026-07-01T23:56:52.929Zkflt 0.004694240
48382026-07-01T23:56:52.929Zlock 1:16:09.760280350
48392026-07-01T23:56:52.929Zslp 1:39:41.634704241
48402026-07-01T23:56:52.929Zlat 53.639758407
48412026-07-01T23:56:52.929Zstop 3:25.775940171
48422026-07-01T23:56:52.934Zprocess exited: duration 967679 ms, exit code 0
 
48432026-07-01T23:56:52.944Zfound 0 output files