01KVKFB33Z6YYZBYASRXEW92HP: 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: 01KVKFBEK7YJPQMVV69M0GQSG6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T21:36:08.952Zjob assigned to worker 01KVKFBH1TATP52ZH1HSDG12P3 [factory aws, i-022b8278dfd1136ab] (queued for 44 s)
 
22026-06-20T21:36:15.041Zstarting task 0: "setup"
32026-06-20T21:36:15.047Z++ uname -s
42026-06-20T21:36:15.050Z+ kern=SunOS
52026-06-20T21:36:15.050Z+ build_user=build
62026-06-20T21:36:15.050Z+ build_uid=12345
72026-06-20T21:36:15.050Z+ work_dir=/work
82026-06-20T21:36:15.050Z+ input_dir=/input
92026-06-20T21:36:15.050Z+ [[ 0 == 12345 ]]
102026-06-20T21:36:15.050Z+ case "$kern" in
112026-06-20T21:36:15.050Z+ groupadd -g 12345 build
122026-06-20T21:36:15.053Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T21:36:17.056Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T21:36:17.218Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T21:36:17.221Z+ home_fs=zfs
162026-06-20T21:36:17.221Z+ [[ zfs == autofs ]]
172026-06-20T21:36:17.221Z+ mkdir -p /home/build
182026-06-20T21:36:17.221Z+ chown build:build /home/build /work
192026-06-20T21:36:19.221Z+ chmod 0700 /home/build /work
202026-06-20T21:36:19.224Zprocess exited: duration 4181 ms, exit code 0
 
212026-06-20T21:36:19.230Zstarting task 1: "rust-toolchain"
222026-06-20T21:36:19.233Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T21:36:19.233Z * rust toolchain channel = "1.94.0"
242026-06-20T21:36:19.233Z * rust toolchain profile = "default"
252026-06-20T21:36:19.236Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-20T21:36:19.236Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-20T21:36:19.236Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T21:36:19.236Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T21:36:19.236Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T21:36:19.305Zinfo: downloading installer
312026-06-20T21:36:20.726Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T21:36:20.726Zwarn: /home/build/.rustup/settings.toml
332026-06-20T21:36:20.726Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T21:36:20.726Zwarn: instead of the one inferred from the default host triple.
352026-06-20T21:36:20.738Zinfo: profile set to default
362026-06-20T21:36:20.739Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T21:36:20.741Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T21:36:20.887Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T21:36:20.890Zinfo: downloading 6 components
402026-06-20T21:36:35.969Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T21:36:35.969Z
422026-06-20T21:36:35.997Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T21:36:35.997Z
442026-06-20T21:36:36.000Z
452026-06-20T21:36:36.000ZRust is installed now. Great!
462026-06-20T21:36:36.000Z
472026-06-20T21:36:36.000ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T21:36:36.000Zenvironment variable. This has not been done automatically.
492026-06-20T21:36:36.000Z
502026-06-20T21:36:36.001ZTo configure your current shell, you need to source
512026-06-20T21:36:36.001Zthe corresponding env file under $HOME/.cargo.
522026-06-20T21:36:36.001Z
532026-06-20T21:36:36.001ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T21:36:36.001Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T21:36:36.001Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T21:36:36.001Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T21:36:36.001Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T21:36:36.001Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T21:36:36.001Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T21:36:36.001Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T21:36:36.001Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T21:36:36.081Z+ rustup --version
632026-06-20T21:36:36.090Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T21:36:36.093Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T21:36:36.112Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T21:36:36.115Z+ cargo --version
672026-06-20T21:36:36.128Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T21:36:36.131Z+ rustc --version
692026-06-20T21:36:36.149Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T21:36:36.153Zprocess exited: duration 16921 ms, exit code 0
 
712026-06-20T21:36:36.158Zstarting task 2: "authentication"
722026-06-20T21:36:36.175Zprocess exited: duration 16 ms, exit code 0
 
732026-06-20T21:36:36.182Zstarting task 3: "clone repository"
742026-06-20T21:36:36.185Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T21:36:36.188Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T21:36:36.216ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T21:36:45.931Z+ cd /work/oxidecomputer/omicron
782026-06-20T21:36:45.931Z+ git fetch origin 9ea74465c37f5e84f2b355af96681648081d62b0
792026-06-20T21:36:46.186ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T21:36:46.186Z * branch 9ea74465c37f5e84f2b355af96681648081d62b0 -> FETCH_HEAD
812026-06-20T21:36:46.195Z+ [[ -n sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config ]]
822026-06-20T21:36:46.198Z++ git branch --show-current
832026-06-20T21:36:46.198Z+ current=main
842026-06-20T21:36:46.198Z+ [[ main != sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config ]]
852026-06-20T21:36:46.198Z+ git branch -f sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config 9ea74465c37f5e84f2b355af96681648081d62b0
862026-06-20T21:36:46.202Z+ git checkout -f sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config
872026-06-20T21:36:46.443ZSwitched to branch 'sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config'
882026-06-20T21:36:46.446Z+ git reset --hard 9ea74465c37f5e84f2b355af96681648081d62b0
892026-06-20T21:36:46.686ZHEAD is now at 9ea74465c rename to nexus-switch-config
902026-06-20T21:36:46.690Zprocess exited: duration 10506 ms, exit code 0
 
912026-06-20T21:36:46.696Zstarting task 4: "build"
922026-06-20T21:36:46.700Z+ source .github/buildomat/ci-env.sh
932026-06-20T21:36:46.702Z++ export CARGO_TERM_COLOR=always
942026-06-20T21:36:46.703Z++ CARGO_TERM_COLOR=always
952026-06-20T21:36:46.703Z+ cargo --version
962026-06-20T21:36:46.710Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-20T21:36:46.713Z+ rustc --version
982026-06-20T21:36:46.732Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-20T21:36:46.735Z+ source ./env.sh
1002026-06-20T21:36:46.735Z++ OLD_SHELL_OPTS=ehxB
1012026-06-20T21:36:46.735Z++ set -o xtrace
1022026-06-20T21:36:46.738Z++++ dirname ./env.sh
1032026-06-20T21:36:46.739Z+++ readlink -f .
1042026-06-20T21:36:46.741Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-20T21:36:46.742Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-20T21:36:46.742Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-20T21:36:46.742Z++ 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
1082026-06-20T21:36:46.742Z++ 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
1092026-06-20T21:36:46.742Z++ 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
1102026-06-20T21:36:46.742Z++ 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
1112026-06-20T21:36:46.742Z++ 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
1122026-06-20T21:36:46.742Z++ 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
1132026-06-20T21:36:46.742Z++ 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
1142026-06-20T21:36:46.742Z++ 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
1152026-06-20T21:36:46.742Z++ case $OLD_SHELL_OPTS in
1162026-06-20T21:36:46.742Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-20T21:36:46.742Z+ 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
1182026-06-20T21:36:46.742Z+ 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
1192026-06-20T21:36:46.742Z+ banner prerequisites
1202026-06-20T21:36:46.745Z
1212026-06-20T21:36:46.745Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-20T21:36:46.745Z # # # # # # # # # # # # # # #
1232026-06-20T21:36:46.745Z # # # # ##### # # ##### # # # # # #### #
1242026-06-20T21:36:46.745Z ##### ##### # ##### # # # # # # # # #
1252026-06-20T21:36:46.745Z # # # # # # # # # # # # # # #
1262026-06-20T21:36:46.745Z # # # ###### # # ###### ### # #### # #### #
1272026-06-20T21:36:46.746Z
1282026-06-20T21:36:46.746Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-20T21:36:48.182Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-20T21:36:48.271Z Startup: Caching catalogs ... Done
1312026-06-20T21:36:48.627ZPlanning: Solver setup ... Done (0.315s)
1322026-06-20T21:36:48.650ZPlanning: Running solver ... Done (0.023s)
1332026-06-20T21:36:48.663ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-20T21:36:48.671ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-20T21:36:48.686ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-20T21:36:48.708ZPlanning: Package planning ... Done (0.020s)
1372026-06-20T21:36:48.711ZPlanning: Merging actions ... Done (0.002s)
1382026-06-20T21:36:48.929ZPlanning: Checking for conflicting actions ... Done (0.220s)
1392026-06-20T21:36:48.932ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-20T21:36:49.683ZPlanning: Evaluating mediators ... Done (0.753s)
1412026-06-20T21:36:49.685ZPlanning: Planning completed in 1.39 seconds
1422026-06-20T21:36:49.692Z Packages to install: 2
1432026-06-20T21:36:49.694Z Estimated space available: 156.07 GB
1442026-06-20T21:36:49.694ZEstimated space to be consumed: 26.78 MB
1452026-06-20T21:36:49.694Z Create boot environment: No
1462026-06-20T21:36:49.694ZCreate backup boot environment: No
1472026-06-20T21:36:49.694Z Rebuild boot archive: No
1482026-06-20T21:36:49.694Z
1492026-06-20T21:36:49.694ZChanged packages:
1502026-06-20T21:36:49.694Zhelios
1512026-06-20T21:36:49.695Z developer/build-essential
1522026-06-20T21:36:49.695Z None -> 11-3.0
1532026-06-20T21:36:49.695Z library/libxmlsec1
1542026-06-20T21:36:49.695Z None -> 1.2.35-3.0
1552026-06-20T21:36:49.716Z
1562026-06-20T21:36:49.716ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-20T21:36:50.200ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1582026-06-20T21:36:50.249Z Actions: 1/268 actions (Installing new actions)
1592026-06-20T21:36:50.287Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-20T21:36:50.295ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-20T21:36:50.298ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-20T21:36:50.319ZFinalize: Updating image state ... Done (0.024s)
1632026-06-20T21:36:52.708ZFinalize: Creating fast lookup database ... Done (2.366s)
1642026-06-20T21:36:52.775ZFinalize: Reading search index ... Done (0.013s)
1652026-06-20T21:36:52.778ZFinalize: Updating search index ... Done (0.000s)
1662026-06-20T21:36:52.899ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-20T21:36:53.212ZPlanning: Evaluating mediator changes ... Done
1682026-06-20T21:36:53.320ZPlanning: Checking for conflicting actions ... Done
1692026-06-20T21:36:53.323ZPlanning: Consolidating action changes ... Done
1702026-06-20T21:36:53.482ZPlanning: Evaluating mediators ... Done
1712026-06-20T21:36:53.485ZPlanning: Planning completed in 0.27 seconds
1722026-06-20T21:36:53.506Z Mediators to change: 2
1732026-06-20T21:36:53.506Z Create boot environment: No
1742026-06-20T21:36:53.509ZCreate backup boot environment: No
1752026-06-20T21:36:53.554ZFinalize: Updating package state database ... Done
1762026-06-20T21:36:53.554ZFinalize: Updating package cache ... Done
1772026-06-20T21:36:53.567ZFinalize: Updating image state ... Done
1782026-06-20T21:36:55.530ZFinalize: Creating fast lookup database ... Done
1792026-06-20T21:36:55.593ZFinalize: Reading search index ... Done
1802026-06-20T21:36:55.596ZFinalize: Updating search index ... Done
1812026-06-20T21:36:55.645ZFinalize: Updating package cache ... Done
1822026-06-20T21:36:55.939ZPlanning: Evaluating mediator changes ... Done
1832026-06-20T21:36:56.048ZPlanning: Checking for conflicting actions ... Done
1842026-06-20T21:36:56.051ZPlanning: Consolidating action changes ... Done
1852026-06-20T21:36:56.207ZPlanning: Evaluating mediators ... Done
1862026-06-20T21:36:56.210ZPlanning: Planning completed in 0.27 seconds
1872026-06-20T21:36:56.231Z Mediators to change: 1
1882026-06-20T21:36:56.231Z Create boot environment: No
1892026-06-20T21:36:56.234ZCreate backup boot environment: No
1902026-06-20T21:36:56.270ZFinalize: Updating package state database ... Done
1912026-06-20T21:36:56.270ZFinalize: Updating package cache ... Done
1922026-06-20T21:36:56.283ZFinalize: Updating image state ... Done
1932026-06-20T21:36:58.252ZFinalize: Creating fast lookup database ... Done
1942026-06-20T21:36:58.314ZFinalize: Reading search index ... Done
1952026-06-20T21:36:58.316ZFinalize: Updating search index ... Done
1962026-06-20T21:36:58.381ZFinalize: Updating package cache ... Done
1972026-06-20T21:36:58.700ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-20T21:36:58.700Zapache system 2.4 system
1992026-06-20T21:36:58.700Zclang system 15 system
2002026-06-20T21:36:58.700Zcsh system system illumos
2012026-06-20T21:36:58.700Zctags system system illumos
2022026-06-20T21:36:58.700Zfile vendor vendor darwinsys
2032026-06-20T21:36:58.700Zfile system system illumos
2042026-06-20T21:36:58.700Zgcc vendor 14 vendor
2052026-06-20T21:36:58.700Zgcc system 13 system
2062026-06-20T21:36:58.700Zgcc system 10 system
2072026-06-20T21:36:58.700Zgo system 1.25 system
2082026-06-20T21:36:58.700Zllvm system 15 system
2092026-06-20T21:36:58.700Zmariadb system 11.4 system
2102026-06-20T21:36:58.700Zmta vendor vendor dma
2112026-06-20T21:36:58.700Zopenjdk system 17 system
2122026-06-20T21:36:58.700Zopenjdk system 11 system
2132026-06-20T21:36:58.700Zopenssl vendor 3 vendor
2142026-06-20T21:36:58.700Zperl system 5.40 system
2152026-06-20T21:36:58.700Zpostgresql system 18 system
2162026-06-20T21:36:58.700Zpostgresql system 17 system
2172026-06-20T21:36:58.700Zpython vendor 3 vendor
2182026-06-20T21:36:58.701Zpython system 2 system
2192026-06-20T21:36:58.701Zpython3 vendor 3.13 vendor
2202026-06-20T21:36:58.701Zruby system 3.4 system
2212026-06-20T21:36:58.701Zruby system 3.0 system
2222026-06-20T21:36:58.701Zwords vendor vendor american-english
2232026-06-20T21:36:58.701Zwords system system australian-english
2242026-06-20T21:36:58.701Zwords system system british-english
2252026-06-20T21:36:58.701Zwords system system canadian-english
2262026-06-20T21:36:58.701Zwords system system french
2272026-06-20T21:36:58.701Zwords system system italian
2282026-06-20T21:36:58.701Zwords system system ngerman
2292026-06-20T21:36:58.701Zwords system system ogerman
2302026-06-20T21:36:58.701Zwords system system spanish
2312026-06-20T21:36:58.959ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-20T21:36:58.959Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-20T21:36:59.255ZFMRI IFO
2342026-06-20T21:36:59.255Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-20T21:36:59.255Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-20T21:36:59.255Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-20T21:36:59.255Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-20T21:36:59.255Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-20T21:36:59.255Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-20T21:36:59.255Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-20T21:36:59.255Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-20T21:36:59.255Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-20T21:36:59.507Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-20T21:36:59.805Z Updating crates.io index
2452026-06-20T21:36:59.808Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-20T21:37:00.072Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-20T21:37:01.178Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-20T21:37:01.457Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-20T21:37:03.071Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-20T21:37:03.654Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-20T21:37:05.297Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-20T21:37:06.262Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-20T21:37:06.617Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-20T21:37:07.687Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-20T21:37:08.292Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-20T21:37:08.593Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-20T21:37:08.902Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-20T21:37:09.502Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-20T21:37:09.981Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-20T21:37:10.202Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-20T21:37:10.535Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-20T21:37:11.067Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-20T21:37:11.352Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-20T21:37:11.706Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-20T21:37:11.927Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-20T21:37:12.184Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-20T21:37:12.576Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-20T21:37:12.937Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-20T21:37:13.501Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-20T21:37:13.918Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-20T21:37:14.287Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-20T21:37:14.583Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-20T21:37:16.021Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-20T21:37:16.729Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-20T21:37:17.121Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-20T21:37:17.505Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-20T21:37:17.766Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-20T21:37:18.155Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-20T21:37:18.521Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-20T21:37:18.847Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-20T21:37:19.559Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-20T21:37:19.802Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-20T21:37:20.037Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-20T21:37:20.264Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-20T21:37:22.121Z Downloading crates ...
2862026-06-20T21:37:22.188Z Downloaded cfg-if v1.0.4
2872026-06-20T21:37:22.190Z Downloaded heck v0.4.1
2882026-06-20T21:37:22.194Z Downloaded thiserror-impl v1.0.69
2892026-06-20T21:37:22.199Z Downloaded tinystr v0.8.2
2902026-06-20T21:37:22.202Z Downloaded usdt v0.5.0
2912026-06-20T21:37:22.202Z Downloaded cpufeatures v0.2.17
2922026-06-20T21:37:22.204Z Downloaded yoke v0.8.1
2932026-06-20T21:37:22.204Z Downloaded anstyle v1.0.14
2942026-06-20T21:37:22.208Z Downloaded anstyle-query v1.1.5
2952026-06-20T21:37:22.211Z Downloaded zerofrom v0.1.6
2962026-06-20T21:37:22.213Z Downloaded thread-id v4.2.2
2972026-06-20T21:37:22.213Z Downloaded plain v0.2.3
2982026-06-20T21:37:22.216Z Downloaded thiserror-impl v2.0.18
2992026-06-20T21:37:22.219Z Downloaded usdt-macro v0.5.0
3002026-06-20T21:37:22.219Z Downloaded zerofrom-derive v0.1.6
3012026-06-20T21:37:22.219Z Downloaded papergrid v0.11.0
3022026-06-20T21:37:22.223Z Downloaded typeid v1.0.3
3032026-06-20T21:37:22.226Z Downloaded utf8parse v0.2.2
3042026-06-20T21:37:22.226Z Downloaded thiserror v1.0.69
3052026-06-20T21:37:22.226Z Downloaded clap_derive v4.6.1
3062026-06-20T21:37:22.228Z Downloaded is_terminal_polyfill v1.70.2
3072026-06-20T21:37:22.231Z Downloaded heck v0.5.0
3082026-06-20T21:37:22.231Z Downloaded idna_adapter v1.2.1
3092026-06-20T21:37:22.231Z Downloaded cargo-platform v0.2.0
3102026-06-20T21:37:22.234Z Downloaded unicode-xid v0.2.6
3112026-06-20T21:37:22.237Z Downloaded toml_datetime v0.6.11
3122026-06-20T21:37:22.237Z Downloaded equivalent v1.0.2
3132026-06-20T21:37:22.237Z Downloaded camino v1.2.2
3142026-06-20T21:37:22.240Z Downloaded usdt-attr-macro v0.5.0
3152026-06-20T21:37:22.240Z Downloaded memmap v0.7.0
3162026-06-20T21:37:22.240Z Downloaded anstream v1.0.0
3172026-06-20T21:37:22.245Z Downloaded form_urlencoded v1.2.2
3182026-06-20T21:37:22.247Z Downloaded usdt-impl v0.5.0
3192026-06-20T21:37:22.247Z Downloaded yoke-derive v0.8.1
3202026-06-20T21:37:22.251Z Downloaded thiserror v2.0.18
3212026-06-20T21:37:22.253Z Downloaded ordered-float v2.10.1
3222026-06-20T21:37:22.253Z Downloaded colorchoice v1.0.4
3232026-06-20T21:37:22.253Z Downloaded version_check v0.9.5
3242026-06-20T21:37:22.253Z Downloaded serde_spanned v0.6.9
3252026-06-20T21:37:22.253Z Downloaded fnv v1.0.7
3262026-06-20T21:37:22.256Z Downloaded utf8_iter v1.0.4
3272026-06-20T21:37:22.256Z Downloaded writeable v0.6.2
3282026-06-20T21:37:22.258Z Downloaded toml v0.8.23
3292026-06-20T21:37:22.261Z Downloaded toml_write v0.1.2
3302026-06-20T21:37:22.264Z Downloaded unicode-linebreak v0.1.5
3312026-06-20T21:37:22.270Z Downloaded zerovec-derive v0.11.2
3322026-06-20T21:37:22.273Z Downloaded toml_edit v0.22.27
3332026-06-20T21:37:22.275Z Downloaded url v2.5.8
3342026-06-20T21:37:22.275Z Downloaded ucd-trie v0.1.7
3352026-06-20T21:37:22.278Z Downloaded serde-untagged v0.1.9
3362026-06-20T21:37:22.278Z Downloaded cargo-util-schemas v0.8.2
3372026-06-20T21:37:22.278Z Downloaded smawk v0.3.2
3382026-06-20T21:37:22.281Z Downloaded fs-err v3.3.0
3392026-06-20T21:37:22.281Z Downloaded serde-value v0.7.0
3402026-06-20T21:37:22.281Z Downloaded clap_lex v1.0.0
3412026-06-20T21:37:22.283Z Downloaded itoa v1.0.17
3422026-06-20T21:37:22.283Z Downloaded dtrace-parser v0.2.0
3432026-06-20T21:37:22.286Z Downloaded tabled_derive v0.7.0
3442026-06-20T21:37:22.286Z Downloaded errno v0.3.14
3452026-06-20T21:37:22.289Z Downloaded textwrap v0.16.2
3462026-06-20T21:37:22.293Z Downloaded strsim v0.11.1
3472026-06-20T21:37:22.295Z Downloaded sha2 v0.10.9
3482026-06-20T21:37:22.298Z Downloaded zmij v1.0.21
3492026-06-20T21:37:22.298Z Downloaded byteorder v1.5.0
3502026-06-20T21:37:22.301Z Downloaded bytecount v0.6.9
3512026-06-20T21:37:22.301Z Downloaded zerocopy-derive v0.7.35
3522026-06-20T21:37:22.303Z Downloaded unicode-ident v1.0.24
3532026-06-20T21:37:22.303Z Downloaded block-buffer v0.10.4
3542026-06-20T21:37:22.309Z Downloaded percent-encoding v2.3.2
3552026-06-20T21:37:22.314Z Downloaded macaddr v1.0.1
3562026-06-20T21:37:22.317Z Downloaded typenum v1.19.0
3572026-06-20T21:37:22.320Z Downloaded zerotrie v0.2.3
3582026-06-20T21:37:22.322Z Downloaded generic-array v0.14.7
3592026-06-20T21:37:22.327Z Downloaded zerocopy v0.7.35
3602026-06-20T21:37:22.335Z Downloaded zerovec v0.11.5
3612026-06-20T21:37:22.338Z Downloaded scroll_derive v0.12.1
3622026-06-20T21:37:22.341Z Downloaded proc-macro-error-attr v1.0.4
3632026-06-20T21:37:22.345Z Downloaded crypto-common v0.1.7
3642026-06-20T21:37:22.350Z Downloaded winnow v0.7.14
3652026-06-20T21:37:22.355Z Downloaded terminal_size v0.4.3
3662026-06-20T21:37:22.357Z Downloaded swrite v0.1.0
3672026-06-20T21:37:22.357Z Downloaded stable_deref_trait v1.2.1
3682026-06-20T21:37:22.357Z Downloaded potential_utf v0.1.4
3692026-06-20T21:37:22.357Z Downloaded dof v0.3.0
3702026-06-20T21:37:22.362Z Downloaded proc-macro-error v1.0.4
3712026-06-20T21:37:22.365Z Downloaded unicode-width v0.2.0
3722026-06-20T21:37:22.369Z Downloaded unicode-width v0.1.14
3732026-06-20T21:37:22.376Z Downloaded semver v1.0.28
3742026-06-20T21:37:22.379Z Downloaded log v0.4.29
3752026-06-20T21:37:22.379Z Downloaded getrandom v0.4.1
3762026-06-20T21:37:22.382Z Downloaded fastrand v2.3.0
3772026-06-20T21:37:22.388Z Downloaded erased-serde v0.4.9
3782026-06-20T21:37:22.393Z Downloaded autocfg v1.5.0
3792026-06-20T21:37:22.396Z Downloaded displaydoc v0.2.5
3802026-06-20T21:37:22.398Z Downloaded camino-tempfile v1.4.1
3812026-06-20T21:37:22.398Z Downloaded cargo_toml v0.21.0
3822026-06-20T21:37:22.404Z Downloaded cargo_metadata v0.21.0
3832026-06-20T21:37:22.407Z Downloaded digest v0.10.7
3842026-06-20T21:37:22.410Z Downloaded serde_tokenstream v0.2.3
3852026-06-20T21:37:22.412Z Downloaded quote v1.0.45
3862026-06-20T21:37:22.413Z Downloaded pretty-hex v0.4.1
3872026-06-20T21:37:22.421Z Downloaded synstructure v0.13.2
3882026-06-20T21:37:22.427Z Downloaded anstyle-parse v1.0.0
3892026-06-20T21:37:22.429Z Downloaded proc-macro2 v1.0.106
3902026-06-20T21:37:22.438Z Downloaded once_cell v1.21.3
3912026-06-20T21:37:22.440Z Downloaded tempfile v3.25.0
3922026-06-20T21:37:22.440Z Downloaded pest_derive v2.8.6
3932026-06-20T21:37:22.452Z Downloaded bitflags v2.11.0
3942026-06-20T21:37:22.460Z Downloaded smallvec v1.15.1
3952026-06-20T21:37:22.463Z Downloaded serde_core v1.0.228
3962026-06-20T21:37:22.465Z Downloaded clap v4.6.1
3972026-06-20T21:37:22.470Z Downloaded litemap v0.8.1
3982026-06-20T21:37:22.473Z Downloaded pest_meta v2.8.6
3992026-06-20T21:37:22.477Z Downloaded pest_generator v2.8.6
4002026-06-20T21:37:22.479Z Downloaded num-traits v0.2.19
4012026-06-20T21:37:22.488Z Downloaded anyhow v1.0.102
4022026-06-20T21:37:22.493Z Downloaded scroll v0.12.0
4032026-06-20T21:37:22.499Z Downloaded serde v1.0.228
4042026-06-20T21:37:22.502Z Downloaded icu_normalizer_data v2.1.1
4052026-06-20T21:37:22.507Z Downloaded serde_derive v1.0.228
4062026-06-20T21:37:22.510Z Downloaded icu_properties v2.1.2
4072026-06-20T21:37:22.513Z Downloaded icu_provider v2.1.1
4082026-06-20T21:37:22.513Z Downloaded icu_locale_core v2.1.1
4092026-06-20T21:37:22.516Z Downloaded icu_normalizer v2.1.1
4102026-06-20T21:37:22.519Z Downloaded icu_collections v2.1.1
4112026-06-20T21:37:22.523Z Downloaded memchr v2.8.0
4122026-06-20T21:37:22.552Z Downloaded pest v2.8.6
4132026-06-20T21:37:22.555Z Downloaded goblin v0.8.2
4142026-06-20T21:37:22.558Z Downloaded indexmap v2.14.0
4152026-06-20T21:37:22.565Z Downloaded icu_properties_data v2.1.2
4162026-06-20T21:37:22.574Z Downloaded hashbrown v0.17.0
4172026-06-20T21:37:22.589Z Downloaded serde_json v1.0.149
4182026-06-20T21:37:22.594Z Downloaded clap_builder v4.6.0
4192026-06-20T21:37:22.599Z Downloaded idna v1.1.0
4202026-06-20T21:37:22.616Z Downloaded tabled v0.15.0
4212026-06-20T21:37:22.633Z Downloaded syn v2.0.117
4222026-06-20T21:37:22.639Z Downloaded syn v1.0.109
4232026-06-20T21:37:22.654Z Downloaded rustix v1.1.3
4242026-06-20T21:37:22.695Z Downloaded libc v0.2.185
4252026-06-20T21:37:22.764Z Compiling proc-macro2 v1.0.106
4262026-06-20T21:37:22.764Z Compiling quote v1.0.45
4272026-06-20T21:37:22.767Z Compiling unicode-ident v1.0.24
4282026-06-20T21:37:22.767Z Compiling serde_core v1.0.228
4292026-06-20T21:37:22.767Z Compiling libc v0.2.185
4302026-06-20T21:37:22.767Z Compiling version_check v0.9.5
4312026-06-20T21:37:22.767Z Compiling memchr v2.8.0
4322026-06-20T21:37:22.767Z Compiling serde v1.0.228
4332026-06-20T21:37:23.068Z Compiling stable_deref_trait v1.2.1
4342026-06-20T21:37:23.142Z Compiling zmij v1.0.21
4352026-06-20T21:37:23.324Z Compiling autocfg v1.5.0
4362026-06-20T21:37:23.347Z Compiling ucd-trie v0.1.7
4372026-06-20T21:37:23.631Z Compiling thiserror v1.0.69
4382026-06-20T21:37:23.647Z Compiling itoa v1.0.17
4392026-06-20T21:37:23.706Z Compiling pest v2.8.6
4402026-06-20T21:37:23.741Z Compiling writeable v0.6.2
4412026-06-20T21:37:23.790Z Compiling litemap v0.8.1
4422026-06-20T21:37:23.836Z Compiling rustix v1.1.3
4432026-06-20T21:37:23.948Z Compiling byteorder v1.5.0
4442026-06-20T21:37:24.180Z Compiling syn v2.0.117
4452026-06-20T21:37:24.196Z Compiling icu_properties_data v2.1.2
4462026-06-20T21:37:24.246Z Compiling icu_normalizer_data v2.1.1
4472026-06-20T21:37:24.397Z Compiling errno v0.3.14
4482026-06-20T21:37:24.450Z Compiling serde_json v1.0.149
4492026-06-20T21:37:24.466Z Compiling bitflags v2.11.0
4502026-06-20T21:37:24.566Z Compiling num-traits v0.2.19
4512026-06-20T21:37:24.682Z Compiling equivalent v1.0.2
4522026-06-20T21:37:24.697Z Compiling smallvec v1.15.1
4532026-06-20T21:37:24.750Z Compiling pest_meta v2.8.6
4542026-06-20T21:37:24.772Z Compiling typeid v1.0.3
4552026-06-20T21:37:24.965Z Compiling hashbrown v0.17.0
4562026-06-20T21:37:25.134Z Compiling thread-id v4.2.2
4572026-06-20T21:37:25.211Z Compiling proc-macro-error-attr v1.0.4
4582026-06-20T21:37:25.228Z Compiling usdt-impl v0.5.0
4592026-06-20T21:37:25.254Z Compiling toml_write v0.1.2
4602026-06-20T21:37:25.392Z Compiling syn v1.0.109
4612026-06-20T21:37:25.436Z Compiling winnow v0.7.14
4622026-06-20T21:37:25.453Z Compiling indexmap v2.14.0
4632026-06-20T21:37:25.616Z Compiling erased-serde v0.4.9
4642026-06-20T21:37:26.042Z Compiling proc-macro-error v1.0.4
4652026-06-20T21:37:26.065Z Compiling percent-encoding v2.3.2
4662026-06-20T21:37:26.230Z Compiling plain v0.2.3
4672026-06-20T21:37:26.262Z Compiling utf8_iter v1.0.4
4682026-06-20T21:37:26.343Z Compiling log v0.4.29
4692026-06-20T21:37:26.357Z Compiling thiserror v2.0.18
4702026-06-20T21:37:26.414Z Compiling utf8parse v0.2.2
4712026-06-20T21:37:26.440Z Compiling getrandom v0.4.1
4722026-06-20T21:37:26.519Z Compiling camino v1.2.2
4732026-06-20T21:37:26.536Z Compiling anstyle-parse v1.0.0
4742026-06-20T21:37:26.539Z Compiling ordered-float v2.10.1
4752026-06-20T21:37:26.738Z Compiling synstructure v0.13.2
4762026-06-20T21:37:26.789Z Compiling pest_generator v2.8.6
4772026-06-20T21:37:26.866Z Compiling form_urlencoded v1.2.2
4782026-06-20T21:37:26.926Z Compiling terminal_size v0.4.3
4792026-06-20T21:37:27.068Z Compiling anstyle v1.0.14
4802026-06-20T21:37:27.260Z Compiling anstyle-query v1.1.5
4812026-06-20T21:37:27.286Z Compiling is_terminal_polyfill v1.70.2
4822026-06-20T21:37:27.303Z Compiling colorchoice v1.0.4
4832026-06-20T21:37:27.332Z Compiling pretty-hex v0.4.1
4842026-06-20T21:37:27.335Z Compiling cfg-if v1.0.4
4852026-06-20T21:37:27.386Z Compiling anstream v1.0.0
4862026-06-20T21:37:27.413Z Compiling serde-untagged v0.1.9
4872026-06-20T21:37:27.469Z Compiling semver v1.0.28
4882026-06-20T21:37:27.604Z Compiling fs-err v3.3.0
4892026-06-20T21:37:27.653Z Compiling bytecount v0.6.9
4902026-06-20T21:37:27.685Z Compiling heck v0.5.0
4912026-06-20T21:37:27.789Z Compiling heck v0.4.1
4922026-06-20T21:37:27.804Z Compiling clap_lex v1.0.0
4932026-06-20T21:37:27.807Z Compiling fnv v1.0.7
4942026-06-20T21:37:27.858Z Compiling unicode-xid v0.2.6
4952026-06-20T21:37:27.919Z Compiling unicode-width v0.1.14
4962026-06-20T21:37:27.936Z Compiling once_cell v1.21.3
4972026-06-20T21:37:27.984Z Compiling strsim v0.11.1
4982026-06-20T21:37:28.035Z Compiling anyhow v1.0.102
4992026-06-20T21:37:28.147Z Compiling fastrand v2.3.0
5002026-06-20T21:37:28.196Z Compiling clap_builder v4.6.0
5012026-06-20T21:37:28.310Z Compiling papergrid v0.11.0
5022026-06-20T21:37:28.327Z Compiling tempfile v3.25.0
5032026-06-20T21:37:28.440Z Compiling serde_derive v1.0.228
5042026-06-20T21:37:28.456Z Compiling zerofrom-derive v0.1.6
5052026-06-20T21:37:28.616Z Compiling yoke-derive v0.8.1
5062026-06-20T21:37:28.765Z Compiling zerovec-derive v0.11.2
5072026-06-20T21:37:29.011Z Compiling displaydoc v0.2.5
5082026-06-20T21:37:29.764Z Compiling thiserror-impl v1.0.69
5092026-06-20T21:37:29.782Z Compiling zerocopy-derive v0.7.35
5102026-06-20T21:37:29.797Z Compiling pest_derive v2.8.6
5112026-06-20T21:37:29.853Z Compiling zerofrom v0.1.6
5122026-06-20T21:37:29.886Z Compiling scroll_derive v0.12.1
5132026-06-20T21:37:29.983Z Compiling yoke v0.8.1
5142026-06-20T21:37:30.176Z Compiling zerovec v0.11.5
5152026-06-20T21:37:30.209Z Compiling zerotrie v0.2.3
5162026-06-20T21:37:30.512Z Compiling thiserror-impl v2.0.18
5172026-06-20T21:37:30.538Z Compiling scroll v0.12.0
5182026-06-20T21:37:30.637Z Compiling tinystr v0.8.2
5192026-06-20T21:37:30.686Z Compiling potential_utf v0.1.4
5202026-06-20T21:37:30.815Z Compiling icu_locale_core v2.1.1
5212026-06-20T21:37:30.850Z Compiling icu_collections v2.1.1
5222026-06-20T21:37:30.866Z Compiling zerocopy v0.7.35
5232026-06-20T21:37:31.123Z Compiling dtrace-parser v0.2.0
5242026-06-20T21:37:31.210Z Compiling goblin v0.8.2
5252026-06-20T21:37:31.340Z Compiling tabled_derive v0.7.0
5262026-06-20T21:37:31.433Z Compiling icu_provider v2.1.1
5272026-06-20T21:37:31.686Z Compiling icu_normalizer v2.1.1
5282026-06-20T21:37:31.741Z Compiling icu_properties v2.1.2
5292026-06-20T21:37:31.831Z Compiling serde_spanned v0.6.9
5302026-06-20T21:37:31.871Z Compiling toml_datetime v0.6.11
5312026-06-20T21:37:31.887Z Compiling dof v0.3.0
5322026-06-20T21:37:31.920Z Compiling serde_tokenstream v0.2.3
5332026-06-20T21:37:32.090Z Compiling toml_edit v0.22.27
5342026-06-20T21:37:32.130Z Compiling serde-value v0.7.0
5352026-06-20T21:37:32.256Z Compiling cargo-platform v0.2.0
5362026-06-20T21:37:32.270Z Compiling clap_derive v4.6.1
5372026-06-20T21:37:32.384Z Compiling memmap v0.7.0
5382026-06-20T21:37:32.516Z Compiling unicode-width v0.2.0
5392026-06-20T21:37:32.532Z Compiling unicode-linebreak v0.1.5
5402026-06-20T21:37:32.566Z Compiling smawk v0.3.2
5412026-06-20T21:37:32.713Z Compiling idna_adapter v1.2.1
5422026-06-20T21:37:32.772Z Compiling textwrap v0.16.2
5432026-06-20T21:37:32.837Z Compiling idna v1.1.0
5442026-06-20T21:37:32.853Z Compiling usdt-macro v0.5.0
5452026-06-20T21:37:32.856Z Compiling usdt-attr-macro v0.5.0
5462026-06-20T21:37:33.078Z Compiling tabled v0.15.0
5472026-06-20T21:37:33.223Z Compiling url v2.5.8
5482026-06-20T21:37:33.499Z Compiling toml v0.8.23
5492026-06-20T21:37:33.572Z Compiling macaddr v1.0.1
5502026-06-20T21:37:34.072Z Compiling cargo-util-schemas v0.8.2
5512026-06-20T21:37:34.126Z Compiling clap v4.6.1
5522026-06-20T21:37:34.164Z Compiling cargo_toml v0.21.0
5532026-06-20T21:37:34.212Z Compiling camino-tempfile v1.4.1
5542026-06-20T21:37:34.272Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-06-20T21:37:34.451Z Compiling usdt v0.5.0
5562026-06-20T21:37:34.532Z Compiling swrite v0.1.0
5572026-06-20T21:37:35.008Z Compiling cargo_metadata v0.21.0
5582026-06-20T21:37:35.965Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-20T21:37:37.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.66s
5602026-06-20T21:37:38.229Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-20T21:37:38.729Z Downloading crates ...
5622026-06-20T21:37:38.831Z Downloaded bb8 v0.8.6
5632026-06-20T21:37:38.838Z Downloaded cookie_store v0.22.1
5642026-06-20T21:37:38.841Z Downloaded crunchy v0.2.4
5652026-06-20T21:37:38.841Z Downloaded block-padding v0.3.3
5662026-06-20T21:37:38.841Z Downloaded convert_case v0.4.0
5672026-06-20T21:37:38.844Z Downloaded crc-catalog v2.4.0
5682026-06-20T21:37:38.850Z Downloaded const_format v0.2.35
5692026-06-20T21:37:38.853Z Downloaded arrayref v0.3.9
5702026-06-20T21:37:38.857Z Downloaded ar_archive_writer v0.5.1
5712026-06-20T21:37:38.859Z Downloaded float-ord v0.3.2
5722026-06-20T21:37:38.859Z Downloaded endian-type v0.1.2
5732026-06-20T21:37:38.859Z Downloaded crc-any v2.5.0
5742026-06-20T21:37:38.862Z Downloaded cancel-safe-futures v0.1.5
5752026-06-20T21:37:38.864Z Downloaded backoff v0.4.0
5762026-06-20T21:37:38.864Z Downloaded ctr v0.9.2
5772026-06-20T21:37:38.867Z Downloaded atomicwrites v0.4.4
5782026-06-20T21:37:38.867Z Downloaded crypto-bigint v0.5.5
5792026-06-20T21:37:38.871Z Downloaded byte-wrapper v0.1.0
5802026-06-20T21:37:38.873Z Downloaded crucible-workspace-hack v0.1.0
5812026-06-20T21:37:38.873Z Downloaded bitfield v0.19.4
5822026-06-20T21:37:38.876Z Downloaded crossbeam-epoch v0.9.18
5832026-06-20T21:37:38.879Z Downloaded const-oid v0.9.6
5842026-06-20T21:37:38.879Z Downloaded defmt-parser v1.0.0
5852026-06-20T21:37:38.881Z Downloaded foreign-types-macros v0.2.3
5862026-06-20T21:37:38.881Z Downloaded base64 v0.22.1
5872026-06-20T21:37:38.884Z Downloaded dyn-clone v1.0.20
5882026-06-20T21:37:38.884Z Downloaded csv-core v0.1.13
5892026-06-20T21:37:38.887Z Downloaded cassowary v0.3.0
5902026-06-20T21:37:38.890Z Downloaded async-bb8-diesel v0.2.1
5912026-06-20T21:37:38.892Z Downloaded dropshot_endpoint v0.17.0
5922026-06-20T21:37:38.895Z Downloaded compression-codecs v0.4.37
5932026-06-20T21:37:38.895Z Downloaded cargo_metadata v0.23.1
5942026-06-20T21:37:38.898Z Downloaded array-init v0.0.4
5952026-06-20T21:37:38.898Z Downloaded convert_case v0.10.0
5962026-06-20T21:37:38.901Z Downloaded embedded-io v0.4.0
5972026-06-20T21:37:38.901Z Downloaded difflib v0.4.0
5982026-06-20T21:37:38.901Z Downloaded async-recursion v1.1.1
5992026-06-20T21:37:38.903Z Downloaded bcs v0.1.6
6002026-06-20T21:37:38.906Z Downloaded blake2 v0.10.6
6012026-06-20T21:37:38.909Z Downloaded darling_macro v0.21.3
6022026-06-20T21:37:38.909Z Downloaded ciborium-ll v0.2.2
6032026-06-20T21:37:38.911Z Downloaded curve25519-dalek-derive v0.1.1
6042026-06-20T21:37:38.911Z Downloaded bit-set v0.5.3
6052026-06-20T21:37:38.914Z Downloaded assert_matches v1.5.0
6062026-06-20T21:37:38.914Z Downloaded bitfield-macros v0.19.4
6072026-06-20T21:37:38.914Z Downloaded debug-ignore v1.0.5
6082026-06-20T21:37:38.917Z Downloaded darling_macro v0.13.4
6092026-06-20T21:37:38.922Z Downloaded darling_macro v0.20.11
6102026-06-20T21:37:38.924Z Downloaded bit-set v0.8.0
6112026-06-20T21:37:38.927Z Downloaded dirs-sys-next v0.1.2
6122026-06-20T21:37:38.927Z Downloaded dirs-next v2.0.0
6132026-06-20T21:37:38.927Z Downloaded diesel_table_macro_syntax v0.3.0
6142026-06-20T21:37:38.929Z Downloaded base16ct v0.2.0
6152026-06-20T21:37:38.929Z Downloaded crc v3.4.0
6162026-06-20T21:37:38.932Z Downloaded bcrypt-pbkdf v0.10.0
6172026-06-20T21:37:38.932Z Downloaded ascii-canvas v3.0.0
6182026-06-20T21:37:38.932Z Downloaded dsl_auto_type v0.2.0
6192026-06-20T21:37:38.935Z Downloaded document-features v0.2.12
6202026-06-20T21:37:38.935Z Downloaded bitflags v1.3.2
6212026-06-20T21:37:38.937Z Downloaded cfg_aliases v0.2.1
6222026-06-20T21:37:38.937Z Downloaded downcast-rs v2.0.2
6232026-06-20T21:37:38.937Z Downloaded atty v0.2.14
6242026-06-20T21:37:38.940Z Downloaded arc-swap v1.8.2
6252026-06-20T21:37:38.943Z Downloaded ena v0.14.4
6262026-06-20T21:37:38.943Z Downloaded crossbeam-deque v0.8.6
6272026-06-20T21:37:38.943Z Downloaded allocator-api2 v0.2.21
6282026-06-20T21:37:38.946Z Downloaded async-stream-impl v0.3.6
6292026-06-20T21:37:38.949Z Downloaded dunce v1.0.5
6302026-06-20T21:37:38.952Z Downloaded ciborium-io v0.2.2
6312026-06-20T21:37:38.952Z Downloaded compression-core v0.4.31
6322026-06-20T21:37:38.952Z Downloaded cargo-platform v0.3.2
6332026-06-20T21:37:38.955Z Downloaded cpufeatures v0.3.0
6342026-06-20T21:37:38.955Z Downloaded aead v0.5.2
6352026-06-20T21:37:38.959Z Downloaded flagset v0.4.7
6362026-06-20T21:37:38.961Z Downloaded foreign-types v0.5.0
6372026-06-20T21:37:38.961Z Downloaded async-stream v0.3.6
6382026-06-20T21:37:38.964Z Downloaded darling_macro v0.23.0
6392026-06-20T21:37:38.967Z Downloaded cstr-argument v0.1.2
6402026-06-20T21:37:38.967Z Downloaded enum-as-inner v0.6.1
6412026-06-20T21:37:38.967Z Downloaded embedded-io v0.6.1
6422026-06-20T21:37:38.970Z Downloaded dtrace-parser v0.3.0
6432026-06-20T21:37:38.972Z Downloaded adler2 v2.0.1
6442026-06-20T21:37:38.975Z Downloaded castaway v0.2.4
6452026-06-20T21:37:38.978Z Downloaded derive_builder_macro v0.20.2
6462026-06-20T21:37:38.981Z Downloaded dof v0.4.0
6472026-06-20T21:37:38.981Z Downloaded foreign-types-shared v0.3.1
6482026-06-20T21:37:38.983Z Downloaded futures-sink v0.3.32
6492026-06-20T21:37:38.983Z Downloaded defmt v0.3.100
6502026-06-20T21:37:38.986Z Downloaded crc8 v0.1.1
6512026-06-20T21:37:38.986Z Downloaded cobs v0.3.0
6522026-06-20T21:37:38.986Z Downloaded foreign-types-shared v0.1.1
6532026-06-20T21:37:38.986Z Downloaded cbc v0.1.2
6542026-06-20T21:37:38.989Z Downloaded float-cmp v0.10.0
6552026-06-20T21:37:38.989Z Downloaded futures-core v0.3.32
6562026-06-20T21:37:38.992Z Downloaded foreign-types v0.3.2
6572026-06-20T21:37:38.992Z Downloaded anstream v0.6.21
6582026-06-20T21:37:38.994Z Downloaded cipher v0.4.4
6592026-06-20T21:37:38.997Z Downloaded cfg_aliases v0.1.1
6602026-06-20T21:37:38.997Z Downloaded fd-lock v4.0.4
6612026-06-20T21:37:39.003Z Downloaded futures-macro v0.3.32
6622026-06-20T21:37:39.004Z Downloaded funty v2.0.0
6632026-06-20T21:37:39.005Z Downloaded der_derive v0.7.3
6642026-06-20T21:37:39.010Z Downloaded futures-io v0.3.32
6652026-06-20T21:37:39.010Z Downloaded bzip2 v0.4.4
6662026-06-20T21:37:39.010Z Downloaded globwalk v0.9.1
6672026-06-20T21:37:39.010Z Downloaded bit-vec v0.8.0
6682026-06-20T21:37:39.010Z Downloaded blowfish v0.9.1
6692026-06-20T21:37:39.010Z Downloaded display-error-chain v0.2.2
6702026-06-20T21:37:39.010Z Downloaded argon2 v0.5.3
6712026-06-20T21:37:39.011Z Downloaded anstyle-parse v0.2.7
6722026-06-20T21:37:39.011Z Downloaded either v1.15.0
6732026-06-20T21:37:39.015Z Downloaded hash32 v0.3.1
6742026-06-20T21:37:39.015Z Downloaded headers-core v0.3.0
6752026-06-20T21:37:39.015Z Downloaded fxhash v0.2.1
6762026-06-20T21:37:39.025Z Downloaded darling v0.20.11
6772026-06-20T21:37:39.026Z Downloaded daft v0.1.7
6782026-06-20T21:37:39.026Z Downloaded git-stub v1.0.0
6792026-06-20T21:37:39.026Z Downloaded ghash v0.5.1
6802026-06-20T21:37:39.026Z Downloaded corncobs v0.1.4
6812026-06-20T21:37:39.026Z Downloaded constant_time_eq v0.4.2
6822026-06-20T21:37:39.042Z Downloaded fs-err v2.11.0
6832026-06-20T21:37:39.042Z Downloaded hash32 v0.2.1
6842026-06-20T21:37:39.042Z Downloaded hex v0.4.3
6852026-06-20T21:37:39.042Z Downloaded hex-literal v0.4.1
6862026-06-20T21:37:39.042Z Downloaded bit-vec v0.6.3
6872026-06-20T21:37:39.042Z Downloaded foldhash v0.1.5
6882026-06-20T21:37:39.042Z Downloaded foldhash v0.2.0
6892026-06-20T21:37:39.042Z Downloaded bitfield-struct v0.6.2
6902026-06-20T21:37:39.049Z Downloaded cmake v0.1.57
6912026-06-20T21:37:39.049Z Downloaded futures-task v0.3.32
6922026-06-20T21:37:39.049Z Downloaded fs_extra v1.3.0
6932026-06-20T21:37:39.050Z Downloaded hubpack v0.1.2
6942026-06-20T21:37:39.050Z Downloaded httpdate v1.0.3
6952026-06-20T21:37:39.050Z Downloaded futures-executor v0.3.32
6962026-06-20T21:37:39.050Z Downloaded base64ct v1.8.3
6972026-06-20T21:37:39.050Z Downloaded home v0.5.12
6982026-06-20T21:37:39.050Z Downloaded derive-ex v0.1.8
6992026-06-20T21:37:39.050Z Downloaded data-encoding v2.10.0
7002026-06-20T21:37:39.051Z Downloaded derive_builder_core v0.20.2
7012026-06-20T21:37:39.051Z Downloaded const_format_proc_macros v0.2.34
7022026-06-20T21:37:39.057Z Downloaded http-body v1.0.1
7032026-06-20T21:37:39.057Z Downloaded hostname v0.3.1
7042026-06-20T21:37:39.057Z Downloaded console v0.16.2
7052026-06-20T21:37:39.057Z Downloaded chacha20 v0.9.1
7062026-06-20T21:37:39.057Z Downloaded fixedbitset v0.4.2
7072026-06-20T21:37:39.057Z Downloaded fixedbitset v0.5.7
7082026-06-20T21:37:39.057Z Downloaded find-msvc-tools v0.1.9
7092026-06-20T21:37:39.057Z Downloaded chacha20 v0.10.0
7102026-06-20T21:37:39.073Z Downloaded bzip2 v0.6.1
7112026-06-20T21:37:39.073Z Downloaded env_filter v1.0.0
7122026-06-20T21:37:39.073Z Downloaded hubpack_derive v0.1.1
7132026-06-20T21:37:39.073Z Downloaded dropshot-api-manager-types v0.7.2
7142026-06-20T21:37:39.073Z Downloaded hyper-tls v0.6.0
7152026-06-20T21:37:39.073Z Downloaded group v0.13.0
7162026-06-20T21:37:39.073Z Downloaded glob v0.3.3
7172026-06-20T21:37:39.082Z Downloaded gethostname v0.5.0
7182026-06-20T21:37:39.082Z Downloaded filetime v0.2.27
7192026-06-20T21:37:39.082Z Downloaded ed25519 v2.2.3
7202026-06-20T21:37:39.082Z Downloaded ecdsa v0.16.9
7212026-06-20T21:37:39.082Z Downloaded defmt v1.0.1
7222026-06-20T21:37:39.082Z Downloaded fallible-iterator v0.2.0
7232026-06-20T21:37:39.082Z Downloaded deranged v0.5.8
7242026-06-20T21:37:39.082Z Downloaded http-range v0.1.5
7252026-06-20T21:37:39.082Z Downloaded defmt-macros v1.0.1
7262026-06-20T21:37:39.082Z Downloaded ident_case v1.0.1
7272026-06-20T21:37:39.082Z Downloaded instant v0.1.13
7282026-06-20T21:37:39.083Z Downloaded futures-channel v0.3.32
7292026-06-20T21:37:39.083Z Downloaded ff v0.13.1
7302026-06-20T21:37:39.091Z Downloaded internet-checksum v0.2.1
7312026-06-20T21:37:39.091Z Downloaded async-compression v0.4.41
7322026-06-20T21:37:39.091Z Downloaded console v0.15.11
7332026-06-20T21:37:39.091Z Downloaded colored v2.2.0
7342026-06-20T21:37:39.091Z Downloaded git-stub-vcs v0.1.0
7352026-06-20T21:37:39.091Z Downloaded backon v1.6.0
7362026-06-20T21:37:39.110Z Downloaded illumos-nvpair v0.3.0
7372026-06-20T21:37:39.110Z Downloaded diff v0.1.13
7382026-06-20T21:37:39.110Z Downloaded cookie v0.18.1
7392026-06-20T21:37:39.110Z Downloaded inout v0.1.4
7402026-06-20T21:37:39.110Z Downloaded globset v0.4.18
7412026-06-20T21:37:39.117Z Downloaded indoc v1.0.9
7422026-06-20T21:37:39.117Z Downloaded illumos-nvpair-sys v0.2.0
7432026-06-20T21:37:39.117Z Downloaded is-terminal v0.4.17
7442026-06-20T21:37:39.117Z Downloaded highway v1.3.0
7452026-06-20T21:37:39.117Z Downloaded arrayvec v0.7.6
7462026-06-20T21:37:39.117Z Downloaded hostname v0.4.2
7472026-06-20T21:37:39.117Z Downloaded indent_write v2.2.0
7482026-06-20T21:37:39.117Z Downloaded http-body-util v0.1.3
7492026-06-20T21:37:39.117Z Downloaded instability v0.3.11
7502026-06-20T21:37:39.118Z Downloaded async-trait v0.1.89
7512026-06-20T21:37:39.118Z Downloaded is_ci v1.2.0
7522026-06-20T21:37:39.118Z Downloaded ciborium v0.2.2
7532026-06-20T21:37:39.118Z Downloaded lazy_static v1.5.0
7542026-06-20T21:37:39.167Z Downloaded lalrpop-util v0.19.12
7552026-06-20T21:37:39.167Z Downloaded kstat-rs v0.2.4
7562026-06-20T21:37:39.167Z Downloaded keccak v0.1.6
7572026-06-20T21:37:39.167Z Downloaded ahash v0.8.12
7582026-06-20T21:37:39.167Z Downloaded erased-serde v0.3.31
7592026-06-20T21:37:39.167Z Downloaded managed v0.8.0
7602026-06-20T21:37:39.167Z Downloaded getrandom v0.2.17
7612026-06-20T21:37:39.167Z Downloaded darling v0.21.3
7622026-06-20T21:37:39.167Z Downloaded half v1.8.3
7632026-06-20T21:37:39.168Z Downloaded derive_builder v0.20.2
7642026-06-20T21:37:39.168Z Downloaded crc32fast v1.5.0
7652026-06-20T21:37:39.168Z Downloaded des v0.8.1
7662026-06-20T21:37:39.168Z Downloaded diesel-dtrace v0.5.0
7672026-06-20T21:37:39.168Z Downloaded daft-derive v0.1.7
7682026-06-20T21:37:39.168Z Downloaded hyper-staticfile v0.10.1
7692026-06-20T21:37:39.168Z Downloaded lru-slab v0.1.2
7702026-06-20T21:37:39.168Z Downloaded darling v0.23.0
7712026-06-20T21:37:39.183Z Downloaded lzss v0.8.2
7722026-06-20T21:37:39.183Z Downloaded env_logger v0.11.9
7732026-06-20T21:37:39.183Z Downloaded memoffset v0.9.1
7742026-06-20T21:37:39.184Z Downloaded maybe-uninit v2.0.0
7752026-06-20T21:37:39.184Z Downloaded match_cfg v0.1.0
7762026-06-20T21:37:39.184Z Downloaded maplit v1.0.2
7772026-06-20T21:37:39.184Z Downloaded multimap v0.10.1
7782026-06-20T21:37:39.184Z Downloaded drift v0.2.0
7792026-06-20T21:37:39.184Z Downloaded ingot-types v0.1.2
7802026-06-20T21:37:39.184Z Downloaded humantime v2.3.0
7812026-06-20T21:37:39.184Z Downloaded md5 v0.7.0
7822026-06-20T21:37:39.184Z Downloaded md-5 v0.10.6
7832026-06-20T21:37:39.184Z Downloaded elliptic-curve v0.13.8
7842026-06-20T21:37:39.184Z Downloaded linked-hash-map v0.5.6
7852026-06-20T21:37:39.184Z Downloaded colored v3.1.1
7862026-06-20T21:37:39.184Z Downloaded clang-sys v1.8.1
7872026-06-20T21:37:39.184Z Downloaded new_debug_unreachable v1.0.6
7882026-06-20T21:37:39.184Z Downloaded newtype_derive v0.1.6
7892026-06-20T21:37:39.185Z Downloaded newline-converter v0.3.0
7902026-06-20T21:37:39.185Z Downloaded nibble_vec v0.1.0
7912026-06-20T21:37:39.185Z Downloaded mime v0.3.17
7922026-06-20T21:37:39.185Z Downloaded impl-trait-for-tuples v0.2.3
7932026-06-20T21:37:39.185Z Downloaded hmac v0.12.1
7942026-06-20T21:37:39.185Z Downloaded lru-cache v0.1.2
7952026-06-20T21:37:39.195Z Downloaded darling v0.13.4
7962026-06-20T21:37:39.196Z Downloaded critical-section v1.2.0
7972026-06-20T21:37:39.196Z Downloaded nonempty v0.12.0
7982026-06-20T21:37:39.196Z Downloaded camino-tempfile-ext v0.3.3
7992026-06-20T21:37:39.196Z Downloaded cexpr v0.6.0
8002026-06-20T21:37:39.196Z Downloaded ipnetwork v0.21.1
8012026-06-20T21:37:39.196Z Downloaded httparse v1.10.1
8022026-06-20T21:37:39.196Z Downloaded nodrop v0.1.14
8032026-06-20T21:37:39.196Z Downloaded libloading v0.8.9
8042026-06-20T21:37:39.196Z Downloaded ipnet v2.11.0
8052026-06-20T21:37:39.196Z Downloaded num-conv v0.2.0
8062026-06-20T21:37:39.196Z Downloaded indoc v2.0.7
8072026-06-20T21:37:39.196Z Downloaded num v0.4.3
8082026-06-20T21:37:39.196Z Downloaded buf-list v1.1.2
8092026-06-20T21:37:39.196Z Downloaded opaque-debug v0.3.1
8102026-06-20T21:37:39.203Z Downloaded num-iter v0.1.45
8112026-06-20T21:37:39.203Z Downloaded num_threads v0.1.7
8122026-06-20T21:37:39.203Z Downloaded num-derive v0.4.2
8132026-06-20T21:37:39.203Z Downloaded atomic-waker v1.1.2
8142026-06-20T21:37:39.203Z Downloaded crossbeam-utils v0.8.21
8152026-06-20T21:37:39.203Z Downloaded linear-map v1.2.0
8162026-06-20T21:37:39.203Z Downloaded num_enum_derive v0.5.11
8172026-06-20T21:37:39.207Z Downloaded libefi-sys v0.1.0
8182026-06-20T21:37:39.207Z Downloaded darling_core v0.13.4
8192026-06-20T21:37:39.207Z Downloaded hyper-rustls v0.27.7
8202026-06-20T21:37:39.214Z Downloaded lru v0.12.5
8212026-06-20T21:37:39.214Z Downloaded fatfs v0.3.6
8222026-06-20T21:37:39.214Z Downloaded mime_guess v2.0.5
8232026-06-20T21:37:39.228Z Downloaded ingot v0.1.1
8242026-06-20T21:37:39.228Z Downloaded openssl-probe v0.1.6
8252026-06-20T21:37:39.228Z Downloaded openssl-macros v0.1.1
8262026-06-20T21:37:39.228Z Downloaded derive-where v1.6.0
8272026-06-20T21:37:39.229Z Downloaded oso-derive v0.27.3
8282026-06-20T21:37:39.229Z Downloaded libscf-sys v1.1.0
8292026-06-20T21:37:39.229Z Downloaded derive_more v0.99.20
8302026-06-20T21:37:39.234Z Downloaded olpc-cjson v0.1.4
8312026-06-20T21:37:39.234Z Downloaded parse-display v0.10.0
8322026-06-20T21:37:39.234Z Downloaded openssl-probe v0.2.1
8332026-06-20T21:37:39.234Z Downloaded libsw-core v0.3.2
8342026-06-20T21:37:39.234Z Downloaded iana-time-zone v0.1.65
8352026-06-20T21:37:39.234Z Downloaded ingot-macros v0.1.1
8362026-06-20T21:37:39.234Z Downloaded libsw v3.5.0
8372026-06-20T21:37:39.234Z Downloaded compact_str v0.8.1
8382026-06-20T21:37:39.234Z Downloaded chacha20poly1305 v0.10.1
8392026-06-20T21:37:39.241Z Downloaded flume v0.11.1
8402026-06-20T21:37:39.241Z Downloaded multer v3.1.0
8412026-06-20T21:37:39.245Z Downloaded newtype-uuid-macros v0.1.0
8422026-06-20T21:37:39.245Z Downloaded path-slash v0.1.5
8432026-06-20T21:37:39.245Z Downloaded parse-size v1.1.0
8442026-06-20T21:37:39.245Z Downloaded native-tls v0.2.18
8452026-06-20T21:37:39.245Z Downloaded nanorand v0.7.0
8462026-06-20T21:37:39.245Z Downloaded lock_api v0.4.14
8472026-06-20T21:37:39.246Z Downloaded newtype-uuid v1.3.2
8482026-06-20T21:37:39.250Z Downloaded darling_core v0.20.11
8492026-06-20T21:37:39.250Z Downloaded pbkdf2 v0.12.2
8502026-06-20T21:37:39.264Z Downloaded pbkdf2 v0.11.0
8512026-06-20T21:37:39.264Z Downloaded getrandom v0.3.4
8522026-06-20T21:37:39.264Z Downloaded bumpalo v3.20.2
8532026-06-20T21:37:39.264Z Downloaded normalize-line-endings v0.3.0
8542026-06-20T21:37:39.270Z Downloaded half v2.7.1
8552026-06-20T21:37:39.270Z Downloaded nu-ansi-term v0.50.3
8562026-06-20T21:37:39.270Z Downloaded num-complex v0.4.6
8572026-06-20T21:37:39.270Z Downloaded phf_shared v0.11.3
8582026-06-20T21:37:39.270Z Downloaded bytes v1.11.1
8592026-06-20T21:37:39.270Z Downloaded phf_shared v0.12.1
8602026-06-20T21:37:39.270Z Downloaded jobserver v0.1.34
8612026-06-20T21:37:39.270Z Downloaded num-derive v0.3.3
8622026-06-20T21:37:39.270Z Downloaded pin-utils v0.1.0
8632026-06-20T21:37:39.279Z Downloaded num_enum v0.7.6
8642026-06-20T21:37:39.279Z Downloaded peg-runtime v0.8.5
8652026-06-20T21:37:39.284Z Downloaded headers v0.4.1
8662026-06-20T21:37:39.284Z Downloaded indexmap v1.9.3
8672026-06-20T21:37:39.284Z Downloaded num_enum v0.5.11
8682026-06-20T21:37:39.288Z Downloaded num-integer v0.1.46
8692026-06-20T21:37:39.288Z Downloaded password-hash v0.4.2
8702026-06-20T21:37:39.288Z Downloaded packed_struct v0.10.1
8712026-06-20T21:37:39.288Z Downloaded phf_shared v0.13.1
8722026-06-20T21:37:39.308Z Downloaded predicates-core v1.0.10
8732026-06-20T21:37:39.315Z Downloaded base64 v0.21.7
8742026-06-20T21:37:39.315Z Downloaded precomputed-hash v0.1.1
8752026-06-20T21:37:39.315Z Downloaded powerfmt v0.2.0
8762026-06-20T21:37:39.315Z Downloaded num_enum_derive v0.7.6
8772026-06-20T21:37:39.315Z Downloaded litrs v1.0.0
8782026-06-20T21:37:39.315Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-06-20T21:37:39.315Z Downloaded futures v0.3.32
8802026-06-20T21:37:39.315Z Downloaded ed25519-dalek v2.2.0
8812026-06-20T21:37:39.325Z Downloaded peg v0.8.5
8822026-06-20T21:37:39.325Z Downloaded progenitor-macro v0.13.0
8832026-06-20T21:37:39.325Z Downloaded oxnet v0.1.6
8842026-06-20T21:37:39.333Z Downloaded oxide-tokio-rt v0.1.4
8852026-06-20T21:37:39.334Z Downloaded predicates-tree v1.0.13
8862026-06-20T21:37:39.334Z Downloaded packed_struct_codegen v0.10.1
8872026-06-20T21:37:39.334Z Downloaded derive_more-impl v2.1.1
8882026-06-20T21:37:39.334Z Downloaded phf v0.12.1
8892026-06-20T21:37:39.334Z Downloaded pem-rfc7468 v0.7.0
8902026-06-20T21:37:39.337Z Downloaded psl-types v2.0.11
8912026-06-20T21:37:39.337Z Downloaded proc-macro-crate v1.3.1
8922026-06-20T21:37:39.337Z Downloaded pin-project-internal v1.1.11
8932026-06-20T21:37:39.337Z Downloaded progenitor-client v0.14.0
8942026-06-20T21:37:39.337Z Downloaded memmap2 v0.9.10
8952026-06-20T21:37:39.337Z Downloaded owo-colors v4.3.0
8962026-06-20T21:37:39.337Z Downloaded proc-macro-crate v3.4.0
8972026-06-20T21:37:39.337Z Downloaded progenitor-macro v0.14.0
8982026-06-20T21:37:39.340Z Downloaded paste v1.0.15
8992026-06-20T21:37:39.340Z Downloaded ignore v0.4.25
9002026-06-20T21:37:39.343Z Downloaded der v0.7.10
9012026-06-20T21:37:39.346Z Downloaded indicatif v0.18.4
9022026-06-20T21:37:39.348Z Downloaded heapless v0.8.0
9032026-06-20T21:37:39.349Z Downloaded heapless v0.7.17
9042026-06-20T21:37:39.351Z Downloaded parse-display-derive v0.10.0
9052026-06-20T21:37:39.351Z Downloaded cc v1.2.56
9062026-06-20T21:37:39.354Z Downloaded num-rational v0.4.2
9072026-06-20T21:37:39.357Z Downloaded pem v3.0.6
9082026-06-20T21:37:39.357Z Downloaded peg-macros v0.8.5
9092026-06-20T21:37:39.357Z Downloaded poly1305 v0.8.0
9102026-06-20T21:37:39.359Z Downloaded rand_chacha v0.3.1
9112026-06-20T21:37:39.359Z Downloaded pin-project-lite v0.2.17
9122026-06-20T21:37:39.362Z Downloaded radium v0.7.0
9132026-06-20T21:37:39.365Z Downloaded rand_xorshift v0.4.0
9142026-06-20T21:37:39.365Z Downloaded ref-cast v1.0.25
9152026-06-20T21:37:39.367Z Downloaded ref-cast-impl v1.0.25
9162026-06-20T21:37:39.367Z Downloaded parking_lot_core v0.9.12
9172026-06-20T21:37:39.372Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-06-20T21:37:39.372Z Downloaded darling_core v0.23.0
9192026-06-20T21:37:39.374Z Downloaded darling_core v0.21.3
9202026-06-20T21:37:39.377Z Downloaded pkg-config v0.3.32
9212026-06-20T21:37:39.377Z Downloaded pkcs8 v0.10.2
9222026-06-20T21:37:39.380Z Downloaded parking_lot_core v0.8.6
9232026-06-20T21:37:39.382Z Downloaded crossbeam-channel v0.5.15
9242026-06-20T21:37:39.382Z Downloaded libbz2-rs-sys v0.2.2
9252026-06-20T21:37:39.385Z Downloaded omicron-zone-package v0.12.2
9262026-06-20T21:37:39.388Z Downloaded progenitor v0.14.0
9272026-06-20T21:37:39.388Z Downloaded ppv-lite86 v0.2.21
9282026-06-20T21:37:39.388Z Downloaded polyval v0.6.2
9292026-06-20T21:37:39.391Z Downloaded recursive v0.1.1
9302026-06-20T21:37:39.391Z Downloaded derive_more v2.1.1
9312026-06-20T21:37:39.396Z Downloaded predicates v3.1.4
9322026-06-20T21:37:39.399Z Downloaded crossterm v0.29.0
9332026-06-20T21:37:39.401Z Downloaded rfc6979 v0.4.0
9342026-06-20T21:37:39.404Z Downloaded parking_lot v0.12.5
9352026-06-20T21:37:39.404Z Downloaded psm v0.1.30
9362026-06-20T21:37:39.407Z Downloaded password-hash v0.5.0
9372026-06-20T21:37:39.407Z Downloaded russh-cryptovec v0.7.3
9382026-06-20T21:37:39.409Z Downloaded parking_lot v0.11.2
9392026-06-20T21:37:39.409Z Downloaded rustc_version v0.1.7
9402026-06-20T21:37:39.410Z Downloaded rtoolbox v0.0.3
9412026-06-20T21:37:39.412Z Downloaded rustc-hash v2.1.1
9422026-06-20T21:37:39.412Z Downloaded progenitor-extras v0.2.0
9432026-06-20T21:37:39.412Z Downloaded rustc_version v0.4.1
9442026-06-20T21:37:39.415Z Downloaded progenitor-client v0.13.0
9452026-06-20T21:37:39.415Z Downloaded progenitor v0.13.0
9462026-06-20T21:37:39.415Z Downloaded phf v0.13.1
9472026-06-20T21:37:39.418Z Downloaded flate2 v1.1.9
9482026-06-20T21:37:39.421Z Downloaded rand_core v0.6.4
9492026-06-20T21:37:39.421Z Downloaded hickory-resolver v0.25.2
9502026-06-20T21:37:39.424Z Downloaded hickory-resolver v0.24.4
9512026-06-20T21:37:39.427Z Downloaded miniz_oxide v0.8.9
9522026-06-20T21:37:39.431Z Downloaded pkcs5 v0.7.1
9532026-06-20T21:37:39.431Z Downloaded pkcs1 v0.7.5
9542026-06-20T21:37:39.433Z Downloaded quick-error v1.2.3
9552026-06-20T21:37:39.433Z Downloaded r2d2 v0.8.10
9562026-06-20T21:37:39.436Z Downloaded rand_seeder v0.4.0
9572026-06-20T21:37:39.436Z Downloaded rand_chacha v0.9.0
9582026-06-20T21:37:39.436Z Downloaded postgres-protocol v0.6.10
9592026-06-20T21:37:39.446Z Downloaded salsa20 v0.10.2
9602026-06-20T21:37:39.448Z Downloaded primeorder v0.13.6
9612026-06-20T21:37:39.451Z Downloaded scheduled-thread-pool v0.2.7
9622026-06-20T21:37:39.453Z Downloaded same-file v1.0.6
9632026-06-20T21:37:39.456Z Downloaded expectorate v1.2.0
9642026-06-20T21:37:39.456Z Downloaded diesel_derives v2.3.7
9652026-06-20T21:37:39.463Z Downloaded aes v0.8.4
9662026-06-20T21:37:39.471Z Downloaded sapling-renderdag v0.1.0
9672026-06-20T21:37:39.471Z Downloaded scopeguard v1.2.0
9682026-06-20T21:37:39.471Z Downloaded oso v0.27.3
9692026-06-20T21:37:39.479Z Downloaded scrypt v0.11.0
9702026-06-20T21:37:39.479Z Downloaded scroll_derive v0.13.1
9712026-06-20T21:37:39.479Z Downloaded postgres-types v0.2.12
9722026-06-20T21:37:39.479Z Downloaded resolv-conf v0.7.6
9732026-06-20T21:37:39.479Z Downloaded papergrid v0.17.0
9742026-06-20T21:37:39.484Z Downloaded p256 v0.13.2
9752026-06-20T21:37:39.484Z Downloaded proc-macro-error2 v2.0.1
9762026-06-20T21:37:39.484Z Downloaded secrecy v0.8.0
9772026-06-20T21:37:39.484Z Downloaded serde-big-array v0.5.1
9782026-06-20T21:37:39.488Z Downloaded seq-macro v0.3.6
9792026-06-20T21:37:39.488Z Downloaded serde_repr v0.1.20
9802026-06-20T21:37:39.488Z Downloaded serde_spanned v1.0.4
9812026-06-20T21:37:39.492Z Downloaded secrecy v0.10.3
9822026-06-20T21:37:39.492Z Downloaded serde_plain v1.0.2
9832026-06-20T21:37:39.492Z Downloaded shell-words v1.1.1
9842026-06-20T21:37:39.492Z Downloaded serde_urlencoded v0.7.1
9852026-06-20T21:37:39.492Z Downloaded serde_bytes v0.11.19
9862026-06-20T21:37:39.496Z Downloaded semver v0.1.20
9872026-06-20T21:37:39.496Z Downloaded quinn-udp v0.5.14
9882026-06-20T21:37:39.501Z Downloaded hashbrown v0.12.3
9892026-06-20T21:37:39.506Z Downloaded hashbrown v0.13.2
9902026-06-20T21:37:39.506Z Downloaded jiff-static v0.2.21
9912026-06-20T21:37:39.512Z Downloaded pin-project v1.1.11
9922026-06-20T21:37:39.518Z Downloaded rand_core v0.10.0
9932026-06-20T21:37:39.518Z Downloaded rustls-native-certs v0.8.3
9942026-06-20T21:37:39.519Z Downloaded sha1 v0.10.6
9952026-06-20T21:37:39.525Z Downloaded rustls-pemfile v2.2.0
9962026-06-20T21:37:39.526Z Downloaded rand_core v0.9.5
9972026-06-20T21:37:39.526Z Downloaded minimal-lexical v0.2.1
9982026-06-20T21:37:39.526Z Downloaded rusty-fork v0.3.1
9992026-06-20T21:37:39.532Z Downloaded signal-hook-tokio v0.3.1
10002026-06-20T21:37:39.535Z Downloaded slog-envlogger v2.2.0
10012026-06-20T21:37:39.540Z Downloaded signal-hook-mio v0.2.5
10022026-06-20T21:37:39.542Z Downloaded schemars_derive v0.8.22
10032026-06-20T21:37:39.546Z Downloaded signature v2.2.0
10042026-06-20T21:37:39.546Z Downloaded openssl-sys v0.9.115
10052026-06-20T21:37:39.549Z Downloaded slog-bunyan v2.5.0
10062026-06-20T21:37:39.552Z Downloaded siphasher v1.0.2
10072026-06-20T21:37:39.552Z Downloaded sigpipe v0.1.3
10082026-06-20T21:37:39.552Z Downloaded sct v0.7.1
10092026-06-20T21:37:39.555Z Downloaded scroll v0.13.0
10102026-06-20T21:37:39.558Z Downloaded serde-hex v0.1.0
10112026-06-20T21:37:39.561Z Downloaded prefix-trie v0.7.0
10122026-06-20T21:37:39.563Z Downloaded progenitor-impl v0.13.0
10132026-06-20T21:37:39.566Z Downloaded serde_with_macros v1.5.2
10142026-06-20T21:37:39.566Z Downloaded serde_path_to_error v0.1.20
10152026-06-20T21:37:39.568Z Downloaded sec1 v0.7.3
10162026-06-20T21:37:39.569Z Downloaded russh-keys v0.45.0
10172026-06-20T21:37:39.571Z Downloaded sqlparser_derive v0.5.0
10182026-06-20T21:37:39.571Z Downloaded rustls-pemfile v1.0.4
10192026-06-20T21:37:39.574Z Downloaded shlex v1.3.0
10202026-06-20T21:37:39.577Z Downloaded http v1.4.0
10212026-06-20T21:37:39.582Z Downloaded hickory-server v0.25.2
10222026-06-20T21:37:39.598Z Downloaded ssh-cipher v0.2.0
10232026-06-20T21:37:39.600Z Downloaded rcgen v0.12.1
10242026-06-20T21:37:39.603Z Downloaded rustversion v1.0.22
10252026-06-20T21:37:39.606Z Downloaded strip-ansi-escapes v0.2.1
10262026-06-20T21:37:39.609Z Downloaded signal-hook-registry v1.4.8
10272026-06-20T21:37:39.609Z Downloaded ssh-encoding v0.2.0
10282026-06-20T21:37:39.618Z Downloaded crossterm v0.28.1
10292026-06-20T21:37:39.622Z Downloaded structmeta v0.3.0
10302026-06-20T21:37:39.625Z Downloaded simd-adler32 v0.3.8
10312026-06-20T21:37:39.625Z Downloaded postcard v1.1.3
10322026-06-20T21:37:39.628Z Downloaded sync-ptr v0.1.4
10332026-06-20T21:37:39.628Z Downloaded supports-color v3.0.2
10342026-06-20T21:37:39.628Z Downloaded itertools v0.10.5
10352026-06-20T21:37:39.633Z Downloaded subtle v2.6.1
10362026-06-20T21:37:39.633Z Downloaded slog-json v2.6.1
10372026-06-20T21:37:39.637Z Downloaded tabwriter v1.4.1
10382026-06-20T21:37:39.637Z Downloaded strum v0.27.2
10392026-06-20T21:37:39.637Z Downloaded strum v0.26.3
10402026-06-20T21:37:39.637Z Downloaded structmeta-derive v0.3.0
10412026-06-20T21:37:39.639Z Downloaded smf v0.2.3
10422026-06-20T21:37:39.639Z Downloaded slog-stdlog v4.1.1
10432026-06-20T21:37:39.639Z Downloaded sync_wrapper v1.0.2
10442026-06-20T21:37:39.639Z Downloaded slog-dtrace v0.3.0
10452026-06-20T21:37:39.642Z Downloaded smallvec v0.6.14
10462026-06-20T21:37:39.642Z Downloaded take_mut v0.2.2
10472026-06-20T21:37:39.642Z Downloaded tabled_derive v0.11.0
10482026-06-20T21:37:39.646Z Downloaded pretty_assertions v1.4.1
10492026-06-20T21:37:39.646Z Downloaded termtree v0.5.1
10502026-06-20T21:37:39.646Z Downloaded slog-term v2.9.2
10512026-06-20T21:37:39.648Z Downloaded sqlformat v0.3.5
10522026-06-20T21:37:39.648Z Downloaded serde_with_macros v3.17.0
10532026-06-20T21:37:39.651Z Downloaded tagptr v0.2.0
10542026-06-20T21:37:39.651Z Downloaded slog-scope v4.4.1
10552026-06-20T21:37:39.651Z Downloaded tap v1.0.1
10562026-06-20T21:37:39.654Z Downloaded mio v1.2.0
10572026-06-20T21:37:39.661Z Downloaded serde_cbor v0.11.2
10582026-06-20T21:37:39.665Z Downloaded testing_table v0.3.0
10592026-06-20T21:37:39.667Z Downloaded spki v0.7.3
10602026-06-20T21:37:39.667Z Downloaded serde_derive_internals v0.29.1
10612026-06-20T21:37:39.671Z Downloaded thiserror-impl-no-std v2.0.2
10622026-06-20T21:37:39.671Z Downloaded rayon-core v1.13.0
10632026-06-20T21:37:39.674Z Downloaded rustls-pki-types v1.14.0
10642026-06-20T21:37:39.677Z Downloaded hyper-util v0.1.20
10652026-06-20T21:37:39.680Z Downloaded rustls-platform-verifier v0.6.2
10662026-06-20T21:37:39.682Z Downloaded hashbrown v0.15.5
10672026-06-20T21:37:39.685Z Downloaded thread-id v5.1.0
10682026-06-20T21:37:39.685Z Downloaded strsim v0.10.0
10692026-06-20T21:37:39.688Z Downloaded time-core v0.1.8
10702026-06-20T21:37:39.688Z Downloaded static_assertions v1.1.0
10712026-06-20T21:37:39.688Z Downloaded stringprep v0.1.5
10722026-06-20T21:37:39.690Z Downloaded prettyplease v0.2.37
10732026-06-20T21:37:39.690Z Downloaded tinyvec_macros v0.1.1
10742026-06-20T21:37:39.693Z Downloaded string_cache v0.8.9
10752026-06-20T21:37:39.693Z Downloaded stacker v0.1.23
10762026-06-20T21:37:39.696Z Downloaded aes-gcm v0.10.3
10772026-06-20T21:37:39.698Z Downloaded ryu v1.0.23
10782026-06-20T21:37:39.705Z Downloaded strum_macros v0.27.2
10792026-06-20T21:37:39.707Z Downloaded strum_macros v0.26.4
10802026-06-20T21:37:39.710Z Downloaded strum_macros v0.24.3
10812026-06-20T21:37:39.710Z Downloaded slab v0.4.12
10822026-06-20T21:37:39.710Z Downloaded schemars v0.8.22
10832026-06-20T21:37:39.717Z Downloaded slog-async v2.8.0
10842026-06-20T21:37:39.720Z Downloaded support-bundle-viewer v0.1.2
10852026-06-20T21:37:39.720Z Downloaded blake3 v1.8.3
10862026-06-20T21:37:39.723Z Downloaded tokio-macros v2.7.0
10872026-06-20T21:37:39.725Z Downloaded itertools v0.12.1
10882026-06-20T21:37:39.729Z Downloaded publicsuffix v2.3.0
10892026-06-20T21:37:39.732Z Downloaded progenitor-impl v0.14.0
10902026-06-20T21:37:39.732Z Downloaded num-bigint v0.4.6
10912026-06-20T21:37:39.736Z Downloaded snafu-derive v0.8.9
10922026-06-20T21:37:39.739Z Downloaded topological-sort v0.2.2
10932026-06-20T21:37:39.739Z Downloaded spin v0.9.8
10942026-06-20T21:37:39.742Z Downloaded thiserror-no-std v2.0.2
10952026-06-20T21:37:39.745Z Downloaded signal-hook v0.3.18
10962026-06-20T21:37:39.745Z Downloaded serde_yaml v0.9.34+deprecated
10972026-06-20T21:37:39.747Z Downloaded quinn v0.11.9
10982026-06-20T21:37:39.750Z Downloaded nom v7.1.3
10992026-06-20T21:37:39.755Z Downloaded libxml v0.3.3
11002026-06-20T21:37:39.759Z Downloaded rand v0.8.6
11012026-06-20T21:37:39.759Z Downloaded tower-service v0.3.3
11022026-06-20T21:37:39.759Z Downloaded tower-layer v0.3.3
11032026-06-20T21:37:39.763Z Downloaded tiny-keccak v2.0.2
11042026-06-20T21:37:39.763Z Downloaded thread_local v1.1.9
11052026-06-20T21:37:39.764Z Downloaded time-macros v0.2.27
11062026-06-20T21:37:39.766Z Downloaded typify-macro v0.6.2
11072026-06-20T21:37:39.766Z Downloaded try-lock v0.2.5
11082026-06-20T21:37:39.766Z Downloaded trait-variant v0.1.2
11092026-06-20T21:37:39.767Z Downloaded unarray v0.1.4
11102026-06-20T21:37:39.770Z Downloaded aho-corasick v1.1.4
11112026-06-20T21:37:39.781Z Downloaded similar v2.7.0
11122026-06-20T21:37:39.781Z Downloaded tls_codec v0.4.2
11132026-06-20T21:37:39.781Z Downloaded unicode-truncate v1.1.0
11142026-06-20T21:37:39.781Z Downloaded tokio-native-tls v0.3.1
11152026-06-20T21:37:39.785Z Downloaded tokio-rustls v0.25.0
11162026-06-20T21:37:39.785Z Downloaded universal-hash v0.5.1
11172026-06-20T21:37:39.785Z Downloaded itertools v0.13.0
11182026-06-20T21:37:39.792Z Downloaded schemars v0.9.0
11192026-06-20T21:37:39.798Z Downloaded usdt v0.6.0
11202026-06-20T21:37:39.801Z Downloaded untrusted v0.9.0
11212026-06-20T21:37:39.801Z Downloaded ron v0.8.1
11222026-06-20T21:37:39.804Z Downloaded rsa v0.9.10
11232026-06-20T21:37:39.807Z Downloaded toml_writer v1.0.6+spec-1.1.0
11242026-06-20T21:37:39.807Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11252026-06-20T21:37:39.810Z Downloaded tokio-tungstenite v0.23.1
11262026-06-20T21:37:39.810Z Downloaded termios v0.3.3
11272026-06-20T21:37:39.810Z Downloaded num-bigint-dig v0.8.6
11282026-06-20T21:37:39.813Z Downloaded socket2 v0.6.3
11292026-06-20T21:37:39.816Z Downloaded utf-8 v0.7.6
11302026-06-20T21:37:39.816Z Downloaded term v1.2.1
11312026-06-20T21:37:39.819Z Downloaded void v1.0.2
11322026-06-20T21:37:39.819Z Downloaded usdt-macro v0.6.0
11332026-06-20T21:37:39.819Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-06-20T21:37:39.819Z Downloaded socket2 v0.5.10
11352026-06-20T21:37:39.822Z Downloaded hashbrown v0.16.1
11362026-06-20T21:37:39.825Z Downloaded qorb v0.4.1
11372026-06-20T21:37:39.825Z Downloaded h2 v0.4.13
11382026-06-20T21:37:39.828Z Downloaded iri-string v0.7.10
11392026-06-20T21:37:39.832Z Downloaded untrusted v0.7.1
11402026-06-20T21:37:39.835Z Downloaded unit-prefix v0.5.2
11412026-06-20T21:37:39.835Z Downloaded tokio-tungstenite v0.21.0
11422026-06-20T21:37:39.835Z Downloaded waitgroup v0.1.2
11432026-06-20T21:37:39.838Z Downloaded tokio-dtrace v0.1.1
11442026-06-20T21:37:39.838Z Downloaded term v0.7.0
11452026-06-20T21:37:39.841Z Downloaded slog v2.8.2
11462026-06-20T21:37:39.842Z Downloaded tui-tree-widget v0.23.1
11472026-06-20T21:37:39.844Z Downloaded tls_codec_derive v0.4.2
11482026-06-20T21:37:39.844Z Downloaded want v0.3.1
11492026-06-20T21:37:39.847Z Downloaded rand v0.9.2
11502026-06-20T21:37:39.855Z Downloaded subprocess v0.2.15
11512026-06-20T21:37:39.858Z Downloaded dropshot-api-manager v0.7.2
11522026-06-20T21:37:39.861Z Downloaded tokio-rustls v0.26.4
11532026-06-20T21:37:39.861Z Downloaded samael v0.0.19
11542026-06-20T21:37:39.864Z Downloaded xattr v1.6.1
11552026-06-20T21:37:39.867Z Downloaded hkdf v0.12.4
11562026-06-20T21:37:39.867Z Downloaded unicase v2.9.0
11572026-06-20T21:37:39.867Z Downloaded rustls-webpki v0.103.9
11582026-06-20T21:37:39.870Z Downloaded nom v8.0.0
11592026-06-20T21:37:39.873Z Downloaded usdt-attr-macro v0.6.0
11602026-06-20T21:37:39.873Z Downloaded tokio-rustls v0.24.1
11612026-06-20T21:37:39.876Z Downloaded futures-util v0.3.32
11622026-06-20T21:37:39.880Z Downloaded xshell-macros v0.2.7
11632026-06-20T21:37:39.883Z Downloaded snafu v0.8.9
11642026-06-20T21:37:39.886Z Downloaded test-strategy v0.4.5
11652026-06-20T21:37:39.889Z Downloaded vergen-gitcl v1.0.8
11662026-06-20T21:37:39.892Z Downloaded zeroize_derive v1.4.3
11672026-06-20T21:37:39.892Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-06-20T21:37:39.895Z Downloaded usdt-impl v0.6.0
11692026-06-20T21:37:39.895Z Downloaded zone_cfg_derive v0.3.1
11702026-06-20T21:37:39.895Z Downloaded uzers v0.12.2
11712026-06-20T21:37:39.898Z Downloaded wait-timeout v0.2.1
11722026-06-20T21:37:39.898Z Downloaded vergen-lib v9.1.0
11732026-06-20T21:37:39.898Z Downloaded vergen-lib v0.1.6
11742026-06-20T21:37:39.901Z Downloaded hyper v1.8.1
11752026-06-20T21:37:39.904Z Downloaded vergen-git2 v9.1.0
11762026-06-20T21:37:39.904Z Downloaded rand v0.10.0
11772026-06-20T21:37:39.907Z Downloaded walkdir v2.5.0
11782026-06-20T21:37:39.910Z Downloaded whoami v1.6.1
11792026-06-20T21:37:39.913Z Downloaded p521 v0.13.3
11802026-06-20T21:37:39.917Z Downloaded twox-hash v2.1.2
11812026-06-20T21:37:39.917Z Downloaded tinyvec v1.10.0
11822026-06-20T21:37:39.922Z Downloaded vsss-rs v3.3.4
11832026-06-20T21:37:39.925Z Downloaded itertools v0.14.0
11842026-06-20T21:37:39.928Z Downloaded zone v0.3.1
11852026-06-20T21:37:39.928Z Downloaded whoami v2.1.0
11862026-06-20T21:37:39.933Z Downloaded wyz v0.5.1
11872026-06-20T21:37:39.937Z Downloaded tar v0.4.45
11882026-06-20T21:37:39.940Z Downloaded tokio-stream v0.1.18
11892026-06-20T21:37:39.940Z Downloaded schemars v1.2.1
11902026-06-20T21:37:39.948Z Downloaded vergen v9.1.0
11912026-06-20T21:37:39.952Z Downloaded russh v0.45.0
11922026-06-20T21:37:39.955Z Downloaded iddqd v0.4.2
11932026-06-20T21:37:39.958Z Downloaded unicode-properties v0.1.4
11942026-06-20T21:37:39.961Z Downloaded toml v1.0.6+spec-1.1.0
11952026-06-20T21:37:39.961Z Downloaded toml v0.7.8
11962026-06-20T21:37:39.967Z Downloaded typify v0.6.2
11972026-06-20T21:37:39.969Z Downloaded tungstenite v0.23.0
11982026-06-20T21:37:39.981Z Downloaded unsafe-libyaml v0.2.11
11992026-06-20T21:37:39.984Z Downloaded tracing-core v0.1.36
12002026-06-20T21:37:39.987Z Downloaded aws-lc-rs v1.16.3
12012026-06-20T21:37:39.991Z Downloaded zstd v0.13.3
12022026-06-20T21:37:39.994Z Downloaded zstd-safe v7.2.4
12032026-06-20T21:37:39.994Z Downloaded tungstenite v0.21.0
12042026-06-20T21:37:39.997Z Downloaded libm v0.2.16
12052026-06-20T21:37:40.003Z Downloaded tracing-attributes v0.1.31
12062026-06-20T21:37:40.005Z Downloaded unicode-bidi v0.3.18
12072026-06-20T21:37:40.008Z Downloaded xshell v0.2.7
12082026-06-20T21:37:40.011Z Downloaded yasna v0.5.2
12092026-06-20T21:37:40.021Z Downloaded toml_edit v0.23.10+spec-1.0.0
12102026-06-20T21:37:40.036Z Downloaded zeroize v1.8.2
12112026-06-20T21:37:40.041Z Downloaded steno v0.4.1
12122026-06-20T21:37:40.050Z Downloaded rustyline v14.0.0
12132026-06-20T21:37:40.053Z Downloaded rpassword v7.4.0
12142026-06-20T21:37:40.053Z Downloaded vte v0.14.1
12152026-06-20T21:37:40.064Z Downloaded bindgen v0.71.1
12162026-06-20T21:37:40.069Z Downloaded zerocopy v0.6.6
12172026-06-20T21:37:40.072Z Downloaded serde_with v1.14.0
12182026-06-20T21:37:40.075Z Downloaded p384 v0.13.1
12192026-06-20T21:37:40.077Z Downloaded toml_edit v0.19.15
12202026-06-20T21:37:40.085Z Downloaded zopfli v0.8.3
12212026-06-20T21:37:40.088Z Downloaded reqwest v0.13.2
12222026-06-20T21:37:40.091Z Downloaded unicode_categories v0.1.1
12232026-06-20T21:37:40.094Z Downloaded zip v0.6.6
12242026-06-20T21:37:40.097Z Downloaded git2 v0.20.4
12252026-06-20T21:37:40.106Z Downloaded ssh-key v0.6.7
12262026-06-20T21:37:40.110Z Downloaded reedline v0.40.0
12272026-06-20T21:37:40.114Z Downloaded yansi v1.0.1
12282026-06-20T21:37:40.117Z Downloaded tokio-postgres v0.7.16
12292026-06-20T21:37:40.120Z Downloaded chrono v0.4.44
12302026-06-20T21:37:40.123Z Downloaded bitvec v1.0.1
12312026-06-20T21:37:40.131Z Downloaded uuid v1.23.0
12322026-06-20T21:37:40.134Z Downloaded goblin v0.10.5
12332026-06-20T21:37:40.138Z Downloaded rayon v1.11.0
12342026-06-20T21:37:40.142Z Downloaded quick-xml v0.37.5
12352026-06-20T21:37:40.145Z Downloaded x509-cert v0.2.5
12362026-06-20T21:37:40.148Z Downloaded rustls-webpki v0.101.7
12372026-06-20T21:37:40.156Z Downloaded regex v1.12.3
12382026-06-20T21:37:40.159Z Downloaded portable-atomic v1.13.1
12392026-06-20T21:37:40.163Z Downloaded zerocopy-derive v0.8.40
12402026-06-20T21:37:40.169Z Downloaded proptest v1.10.0
12412026-06-20T21:37:40.173Z Downloaded tower v0.5.3
12422026-06-20T21:37:40.178Z Downloaded lalrpop v0.19.12
12432026-06-20T21:37:40.185Z Downloaded salty v0.3.0
12442026-06-20T21:37:40.190Z Downloaded petname v2.0.2
12452026-06-20T21:37:40.195Z Downloaded unicode-segmentation v1.12.0
12462026-06-20T21:37:40.199Z Downloaded tokio-util v0.7.18
12472026-06-20T21:37:40.201Z Downloaded reqwest v0.12.28
12482026-06-20T21:37:40.207Z Downloaded rustls-webpki v0.102.8
12492026-06-20T21:37:40.218Z Downloaded typed-path v0.9.3
12502026-06-20T21:37:40.220Z Downloaded zip v4.6.1
12512026-06-20T21:37:40.230Z Downloaded unicode-normalization v0.1.25
12522026-06-20T21:37:40.234Z Downloaded moka v0.12.13
12532026-06-20T21:37:40.239Z Downloaded bstr v1.12.1
12542026-06-20T21:37:40.243Z Downloaded tower-http v0.6.8
12552026-06-20T21:37:40.248Z Downloaded serde_with v3.17.0
12562026-06-20T21:37:40.255Z Downloaded radix_trie v0.2.1
12572026-06-20T21:37:40.265Z Downloaded tough v0.22.0
12582026-06-20T21:37:40.269Z Downloaded winnow v0.6.26
12592026-06-20T21:37:40.282Z Downloaded object v0.30.4
12602026-06-20T21:37:40.291Z Downloaded winnow v0.5.40
12612026-06-20T21:37:40.295Z Downloaded quinn-proto v0.11.13
12622026-06-20T21:37:40.299Z Downloaded curve25519-dalek v4.1.3
12632026-06-20T21:37:40.324Z Downloaded openssl v0.10.79
12642026-06-20T21:37:40.338Z Downloaded nix v0.27.1
12652026-06-20T21:37:40.344Z Downloaded regex-syntax v0.6.29
12662026-06-20T21:37:40.350Z Downloaded tabled v0.20.0
12672026-06-20T21:37:40.367Z Downloaded hickory-proto v0.24.4
12682026-06-20T21:37:40.373Z Downloaded object v0.37.3
12692026-06-20T21:37:40.378Z Downloaded smoltcp v0.9.1
12702026-06-20T21:37:40.384Z Downloaded polar-core v0.27.3
12712026-06-20T21:37:40.389Z Downloaded time v0.3.47
12722026-06-20T21:37:40.397Z Downloaded rustls v0.21.12
12732026-06-20T21:37:40.406Z Downloaded nix v0.28.0
12742026-06-20T21:37:40.414Z Downloaded webpki-roots v1.0.6
12752026-06-20T21:37:40.419Z Downloaded dropshot v0.17.0
12762026-06-20T21:37:40.429Z Downloaded zlib-rs v0.6.2
12772026-06-20T21:37:40.434Z Downloaded hickory-proto v0.25.2
12782026-06-20T21:37:40.443Z Downloaded openapiv3 v2.2.0
12792026-06-20T21:37:40.447Z Downloaded vcpkg v0.2.15
12802026-06-20T21:37:40.468Z Downloaded zerocopy v0.8.40
12812026-06-20T21:37:40.474Z Downloaded rustls v0.22.4
12822026-06-20T21:37:40.481Z Downloaded rustls v0.23.37
12832026-06-20T21:37:40.487Z Downloaded smoltcp v0.11.0
12842026-06-20T21:37:40.493Z Downloaded regress v0.11.1
12852026-06-20T21:37:40.498Z Downloaded rustix v0.38.44
12862026-06-20T21:37:40.512Z Downloaded regex-syntax v0.8.10
12872026-06-20T21:37:40.515Z Downloaded csv v1.4.0
12882026-06-20T21:37:40.528Z Downloaded diesel v2.3.7
12892026-06-20T21:37:40.538Z Downloaded regress v0.10.5
12902026-06-20T21:37:40.544Z Downloaded nix v0.31.2
12912026-06-20T21:37:40.569Z Downloaded typify-impl v0.6.2
12922026-06-20T21:37:40.576Z Downloaded sqlparser v0.61.0
12932026-06-20T21:37:40.586Z Downloaded ratatui v0.29.0
12942026-06-20T21:37:40.595Z Downloaded sled v0.34.7
12952026-06-20T21:37:40.621Z Downloaded tracing v0.1.44
12962026-06-20T21:37:40.636Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-06-20T21:37:40.645Z Downloaded petgraph v0.6.5
12982026-06-20T21:37:40.656Z Downloaded jiff v0.2.21
12992026-06-20T21:37:40.668Z Downloaded zerocopy-derive v0.6.6
13002026-06-20T21:37:40.693Z Downloaded sha3 v0.10.8
13012026-06-20T21:37:40.699Z Downloaded regex-automata v0.4.14
13022026-06-20T21:37:40.707Z Downloaded chrono-tz v0.10.4
13032026-06-20T21:37:40.737Z Downloaded petgraph v0.8.3
13042026-06-20T21:37:40.747Z Downloaded encoding_rs v0.8.35
13052026-06-20T21:37:40.761Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-06-20T21:37:40.771Z Downloaded libz-sys v1.1.24
13072026-06-20T21:37:40.783Z Downloaded tokio v1.52.1
13082026-06-20T21:37:40.806Z Downloaded ring v0.17.14
13092026-06-20T21:37:40.914Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-20T21:37:41.447Z Downloaded aws-lc-sys v0.40.0
13112026-06-20T21:37:41.699Z Compiling libc v0.2.185
13122026-06-20T21:37:41.699Z Compiling serde v1.0.228
13132026-06-20T21:37:41.702Z Compiling log v0.4.29
13142026-06-20T21:37:41.702Z Compiling shlex v1.3.0
13152026-06-20T21:37:41.702Z Compiling find-msvc-tools v0.1.9
13162026-06-20T21:37:41.702Z Compiling syn v2.0.117
13172026-06-20T21:37:41.826Z Compiling smallvec v1.15.1
13182026-06-20T21:37:41.829Z Compiling typenum v1.19.0
13192026-06-20T21:37:42.009Z Compiling generic-array v0.14.7
13202026-06-20T21:37:42.009Z Compiling subtle v2.6.1
13212026-06-20T21:37:42.046Z Compiling scopeguard v1.2.0
13222026-06-20T21:37:42.091Z Compiling const-oid v0.9.6
13232026-06-20T21:37:42.147Z Compiling lock_api v0.4.14
13242026-06-20T21:37:42.150Z Compiling serde_json v1.0.149
13252026-06-20T21:37:42.194Z Compiling zerocopy v0.8.40
13262026-06-20T21:37:42.249Z Compiling pin-project-lite v0.2.17
13272026-06-20T21:37:42.350Z Compiling portable-atomic v1.13.1
13282026-06-20T21:37:42.362Z Compiling parking_lot_core v0.9.12
13292026-06-20T21:37:42.618Z Compiling pkg-config v0.3.32
13302026-06-20T21:37:42.630Z Compiling bitflags v2.11.0
13312026-06-20T21:37:42.708Z Compiling getrandom v0.2.17
13322026-06-20T21:37:42.776Z Compiling jobserver v0.1.34
13332026-06-20T21:37:42.799Z Compiling errno v0.3.14
13342026-06-20T21:37:42.860Z Compiling rand_core v0.6.4
13352026-06-20T21:37:42.931Z Compiling signal-hook-registry v1.4.8
13362026-06-20T21:37:43.128Z Compiling cc v1.2.56
13372026-06-20T21:37:43.128Z Compiling critical-section v1.2.0
13382026-06-20T21:37:43.131Z Compiling futures-core v0.3.32
13392026-06-20T21:37:43.165Z Compiling libm v0.2.16
13402026-06-20T21:37:43.196Z Compiling parking_lot v0.12.5
13412026-06-20T21:37:43.234Z Compiling mio v1.2.0
13422026-06-20T21:37:43.287Z Compiling num-traits v0.2.19
13432026-06-20T21:37:43.560Z Compiling once_cell v1.21.3
13442026-06-20T21:37:43.586Z Compiling percent-encoding v2.3.2
13452026-06-20T21:37:43.623Z Compiling socket2 v0.6.3
13462026-06-20T21:37:43.760Z Compiling futures-sink v0.3.32
13472026-06-20T21:37:43.777Z Compiling slab v0.4.12
13482026-06-20T21:37:43.780Z Compiling futures-task v0.3.32
13492026-06-20T21:37:43.816Z Compiling getrandom v0.4.1
13502026-06-20T21:37:43.862Z Compiling futures-channel v0.3.32
13512026-06-20T21:37:43.952Z Compiling cpufeatures v0.2.17
13522026-06-20T21:37:43.967Z Compiling futures-io v0.3.32
13532026-06-20T21:37:44.033Z Compiling rand_core v0.10.0
13542026-06-20T21:37:44.047Z Compiling indexmap v2.14.0
13552026-06-20T21:37:44.098Z Compiling getrandom v0.3.4
13562026-06-20T21:37:44.122Z Compiling rustversion v1.0.22
13572026-06-20T21:37:44.170Z Compiling cmake v0.1.57
13582026-06-20T21:37:44.544Z Compiling form_urlencoded v1.2.2
13592026-06-20T21:37:44.583Z Compiling dunce v1.0.5
13602026-06-20T21:37:44.682Z Compiling fs_extra v1.3.0
13612026-06-20T21:37:44.725Z Compiling ident_case v1.0.1
13622026-06-20T21:37:44.727Z Compiling base64ct v1.8.3
13632026-06-20T21:37:44.839Z Compiling synstructure v0.13.2
13642026-06-20T21:37:44.864Z Compiling iana-time-zone v0.1.65
13652026-06-20T21:37:44.950Z Compiling aws-lc-sys v0.40.0
13662026-06-20T21:37:45.031Z Compiling pem-rfc7468 v0.7.0
13672026-06-20T21:37:45.076Z Compiling flagset v0.4.7
13682026-06-20T21:37:45.079Z Compiling rustix v1.1.3
13692026-06-20T21:37:45.102Z Compiling regex-syntax v0.8.10
13702026-06-20T21:37:45.210Z Compiling rand_core v0.9.5
13712026-06-20T21:37:45.292Z Compiling ring v0.17.14
13722026-06-20T21:37:45.345Z Compiling aws-lc-rs v1.16.3
13732026-06-20T21:37:45.464Z Compiling vcpkg v0.2.15
13742026-06-20T21:37:45.492Z Compiling uuid v1.23.0
13752026-06-20T21:37:45.633Z Compiling rustc_version v0.4.1
13762026-06-20T21:37:45.971Z Compiling tracing-core v0.1.36
13772026-06-20T21:37:46.214Z Compiling base64 v0.22.1
13782026-06-20T21:37:46.228Z Compiling openssl-sys v0.9.115
13792026-06-20T21:37:46.525Z Compiling httparse v1.10.1
13802026-06-20T21:37:46.528Z Compiling serde_derive v1.0.228
13812026-06-20T21:37:46.552Z Compiling zeroize_derive v1.4.3
13822026-06-20T21:37:46.757Z Compiling zerofrom-derive v0.1.6
13832026-06-20T21:37:46.841Z Compiling yoke-derive v0.8.1
13842026-06-20T21:37:46.866Z Compiling zerovec-derive v0.11.2
13852026-06-20T21:37:47.203Z Compiling zeroize v1.8.2
13862026-06-20T21:37:47.518Z Compiling zerocopy-derive v0.8.40
13872026-06-20T21:37:47.990Z Compiling crypto-common v0.1.7
13882026-06-20T21:37:48.017Z Compiling block-buffer v0.10.4
13892026-06-20T21:37:48.036Z Compiling displaydoc v0.2.5
13902026-06-20T21:37:48.133Z Compiling tokio-macros v2.7.0
13912026-06-20T21:37:48.181Z Compiling digest v0.10.7
13922026-06-20T21:37:48.181Z Compiling zerofrom v0.1.6
13932026-06-20T21:37:48.305Z Compiling yoke v0.8.1
13942026-06-20T21:37:48.464Z Compiling futures-macro v0.3.32
13952026-06-20T21:37:48.551Z Compiling zerovec v0.11.5
13962026-06-20T21:37:48.786Z Compiling zerotrie v0.2.3
13972026-06-20T21:37:48.883Z Compiling hmac v0.12.1
13982026-06-20T21:37:49.038Z Compiling tinystr v0.8.2
13992026-06-20T21:37:49.063Z Compiling potential_utf v0.1.4
14002026-06-20T21:37:49.080Z Compiling block-padding v0.3.3
14012026-06-20T21:37:49.225Z Compiling icu_locale_core v2.1.1
14022026-06-20T21:37:49.237Z Compiling icu_collections v2.1.1
14032026-06-20T21:37:49.237Z Compiling inout v0.1.4
14042026-06-20T21:37:49.262Z Compiling futures-util v0.3.32
14052026-06-20T21:37:49.409Z Compiling cipher v0.4.4
14062026-06-20T21:37:49.674Z Compiling sha2 v0.10.9
14072026-06-20T21:37:49.712Z Compiling der_derive v0.7.3
14082026-06-20T21:37:49.943Z Compiling icu_provider v2.1.1
14092026-06-20T21:37:50.076Z Compiling bytes v1.11.1
14102026-06-20T21:37:50.109Z Compiling chrono v0.4.44
14112026-06-20T21:37:50.242Z Compiling icu_properties v2.1.2
14122026-06-20T21:37:50.675Z Compiling tokio v1.52.1
14132026-06-20T21:37:50.678Z Compiling icu_normalizer v2.1.1
14142026-06-20T21:37:51.057Z Compiling der v0.7.10
14152026-06-20T21:37:51.218Z Compiling idna_adapter v1.2.1
14162026-06-20T21:37:51.331Z Compiling idna v1.1.0
14172026-06-20T21:37:51.356Z Compiling http v1.4.0
14182026-06-20T21:37:51.481Z Compiling salsa20 v0.10.2
14192026-06-20T21:37:51.520Z Compiling pbkdf2 v0.12.2
14202026-06-20T21:37:51.614Z Compiling url v2.5.8
14212026-06-20T21:37:51.633Z Compiling rustls-pki-types v1.14.0
14222026-06-20T21:37:51.970Z Compiling ppv-lite86 v0.2.21
14232026-06-20T21:37:51.973Z Compiling spki v0.7.3
14242026-06-20T21:37:52.070Z Compiling thiserror-impl v2.0.18
14252026-06-20T21:37:52.188Z Compiling tracing-attributes v0.1.31
14262026-06-20T21:37:52.234Z Compiling http-body v1.0.1
14272026-06-20T21:37:52.248Z Compiling rand_chacha v0.9.0
14282026-06-20T21:37:52.283Z Compiling scrypt v0.11.0
14292026-06-20T21:37:52.380Z Compiling cbc v0.1.2
14302026-06-20T21:37:52.393Z Compiling aes v0.8.4
14312026-06-20T21:37:52.526Z Compiling openssl-probe v0.2.1
14322026-06-20T21:37:52.587Z Compiling untrusted v0.9.0
14332026-06-20T21:37:52.709Z Compiling untrusted v0.7.1
14342026-06-20T21:37:52.721Z Compiling tinyvec_macros v0.1.1
14352026-06-20T21:37:52.792Z Compiling tinyvec v1.10.0
14362026-06-20T21:37:52.830Z Compiling pkcs5 v0.7.1
14372026-06-20T21:37:53.126Z Compiling rand v0.9.2
14382026-06-20T21:37:53.377Z Compiling pest_generator v2.8.6
14392026-06-20T21:37:53.440Z Compiling thiserror v2.0.18
14402026-06-20T21:37:53.460Z Compiling serde_derive_internals v0.29.1
14412026-06-20T21:37:53.504Z Compiling tracing v0.1.44
14422026-06-20T21:37:53.542Z Compiling aho-corasick v1.1.4
14432026-06-20T21:37:53.772Z Compiling tower-layer v0.3.3
14442026-06-20T21:37:53.936Z Compiling schemars v0.8.22
14452026-06-20T21:37:53.959Z Compiling rustls v0.23.37
14462026-06-20T21:37:54.097Z Compiling atomic-waker v1.1.2
14472026-06-20T21:37:54.131Z Compiling tower-service v0.3.3
14482026-06-20T21:37:54.134Z Compiling try-lock v0.2.5
14492026-06-20T21:37:54.220Z Compiling dyn-clone v1.0.20
14502026-06-20T21:37:54.233Z Compiling want v0.3.1
14512026-06-20T21:37:54.269Z Compiling pest_derive v2.8.6
14522026-06-20T21:37:54.355Z Compiling regex-automata v0.4.14
14532026-06-20T21:37:54.368Z Compiling tokio-util v0.7.18
14542026-06-20T21:37:54.394Z Compiling schemars_derive v0.8.22
14552026-06-20T21:37:54.739Z Compiling pkcs8 v0.10.2
14562026-06-20T21:37:54.976Z Compiling ipnet v2.11.0
14572026-06-20T21:37:55.050Z Compiling h2 v0.4.13
14582026-06-20T21:37:55.236Z Compiling scroll_derive v0.13.1
14592026-06-20T21:37:55.406Z Compiling darling_core v0.20.11
14602026-06-20T21:37:55.469Z Compiling pin-utils v0.1.0
14612026-06-20T21:37:55.545Z Compiling openssl v0.10.79
14622026-06-20T21:37:55.635Z Compiling httpdate v1.0.3
14632026-06-20T21:37:55.776Z Compiling foreign-types-shared v0.1.1
14642026-06-20T21:37:55.858Z Compiling foreign-types v0.3.2
14652026-06-20T21:37:55.931Z Compiling tempfile v3.25.0
14662026-06-20T21:37:56.021Z Compiling scroll v0.13.0
14672026-06-20T21:37:56.283Z Compiling unicode-normalization v0.1.25
14682026-06-20T21:37:56.322Z Compiling openssl-macros v0.1.1
14692026-06-20T21:37:56.708Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-20T21:37:56.722Z Compiling socket2 v0.5.10
14712026-06-20T21:37:56.733Z Compiling spin v0.9.8
14722026-06-20T21:37:56.935Z Compiling native-tls v0.2.18
14732026-06-20T21:37:57.085Z Compiling num-conv v0.2.0
14742026-06-20T21:37:57.121Z Compiling time-core v0.1.8
14752026-06-20T21:37:57.137Z Compiling powerfmt v0.2.0
14762026-06-20T21:37:57.158Z Compiling crc32fast v1.5.0
14772026-06-20T21:37:57.266Z Compiling time-macros v0.2.27
14782026-06-20T21:37:57.329Z Compiling deranged v0.5.8
14792026-06-20T21:37:57.638Z Compiling darling_macro v0.20.11
14802026-06-20T21:37:58.099Z Compiling hyper v1.8.1
14812026-06-20T21:37:58.285Z Compiling darling v0.20.11
14822026-06-20T21:37:58.302Z Compiling goblin v0.10.5
14832026-06-20T21:37:58.405Z Compiling rustls-native-certs v0.8.3
14842026-06-20T21:37:58.408Z Compiling sync_wrapper v1.0.2
14852026-06-20T21:37:58.527Z Compiling wait-timeout v0.2.1
14862026-06-20T21:37:58.699Z Compiling bit-vec v0.8.0
14872026-06-20T21:37:58.797Z Compiling quick-error v1.2.3
14882026-06-20T21:37:58.904Z Compiling simd-adler32 v0.3.8
14892026-06-20T21:37:58.932Z Compiling crossbeam-utils v0.8.21
14902026-06-20T21:37:59.010Z Compiling usdt-impl v0.6.0
14912026-06-20T21:37:59.145Z Compiling siphasher v1.0.2
14922026-06-20T21:37:59.214Z Compiling hyper-util v0.1.20
14932026-06-20T21:37:59.218Z Compiling num_threads v0.1.7
14942026-06-20T21:37:59.321Z Compiling syn v1.0.109
14952026-06-20T21:37:59.335Z Compiling unicode-segmentation v1.12.0
14962026-06-20T21:37:59.678Z Compiling time v0.3.47
14972026-06-20T21:37:59.761Z Compiling rusty-fork v0.3.1
14982026-06-20T21:38:00.029Z Compiling bit-set v0.8.0
14992026-06-20T21:38:00.071Z Compiling tower v0.5.3
15002026-06-20T21:38:00.190Z Compiling derive_builder_core v0.20.2
15012026-06-20T21:38:00.537Z Compiling dtrace-parser v0.3.0
15022026-06-20T21:38:00.658Z Compiling http-body-util v0.1.3
15032026-06-20T21:38:00.906Z Compiling webpki-roots v1.0.6
15042026-06-20T21:38:00.953Z Compiling signature v2.2.0
15052026-06-20T21:38:01.028Z Compiling scroll_derive v0.12.1
15062026-06-20T21:38:01.062Z Compiling dof v0.4.0
15072026-06-20T21:38:01.131Z Compiling thiserror-impl v1.0.69
15082026-06-20T21:38:01.221Z Compiling heapless v0.7.17
15092026-06-20T21:38:01.277Z Compiling rand_xorshift v0.4.0
15102026-06-20T21:38:01.437Z Compiling slog v2.8.2
15112026-06-20T21:38:01.451Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-06-20T21:38:01.620Z Compiling darling_core v0.21.3
15132026-06-20T21:38:01.670Z Compiling thread-id v5.1.0
15142026-06-20T21:38:01.718Z Compiling cookie v0.18.1
15152026-06-20T21:38:01.752Z Compiling zstd-safe v7.2.4
15162026-06-20T21:38:01.896Z Compiling ryu v1.0.23
15172026-06-20T21:38:01.944Z Compiling signal-hook v0.3.18
15182026-06-20T21:38:02.076Z Compiling allocator-api2 v0.2.21
15192026-06-20T21:38:02.112Z Compiling paste v1.0.15
15202026-06-20T21:38:02.223Z Compiling iri-string v0.7.10
15212026-06-20T21:38:02.363Z Compiling adler2 v2.0.1
15222026-06-20T21:38:02.377Z Compiling unarray v0.1.4
15232026-06-20T21:38:02.392Z Compiling unicode-bidi v0.3.18
15242026-06-20T21:38:02.483Z Compiling unicode-properties v0.1.4
15252026-06-20T21:38:02.496Z Compiling anyhow v1.0.102
15262026-06-20T21:38:02.602Z Compiling proptest v1.10.0
15272026-06-20T21:38:02.686Z Compiling miniz_oxide v0.8.9
15282026-06-20T21:38:02.921Z Compiling stringprep v0.1.5
15292026-06-20T21:38:03.051Z Compiling thiserror v1.0.69
15302026-06-20T21:38:03.174Z Compiling serde_urlencoded v0.7.1
15312026-06-20T21:38:03.333Z Compiling tower-http v0.6.8
15322026-06-20T21:38:03.728Z Compiling scroll v0.12.0
15332026-06-20T21:38:03.811Z Compiling derive_builder_macro v0.20.2
15342026-06-20T21:38:03.977Z Compiling tokio-native-tls v0.3.1
15352026-06-20T21:38:04.139Z Compiling darling_macro v0.21.3
15362026-06-20T21:38:04.185Z Compiling heck v0.4.1
15372026-06-20T21:38:04.223Z Compiling ipnetwork v0.21.1
15382026-06-20T21:38:04.258Z Compiling bstr v1.12.1
15392026-06-20T21:38:04.403Z Compiling rand_chacha v0.3.1
15402026-06-20T21:38:04.476Z Compiling erased-serde v0.3.31
15412026-06-20T21:38:04.611Z Compiling serde_spanned v0.6.9
15422026-06-20T21:38:04.625Z Compiling serde_tokenstream v0.2.3
15432026-06-20T21:38:04.754Z Compiling toml_datetime v0.6.11
15442026-06-20T21:38:04.909Z Compiling md-5 v0.10.6
15452026-06-20T21:38:04.932Z Compiling async-trait v0.1.89
15462026-06-20T21:38:04.960Z Compiling pin-project-internal v1.1.11
15472026-06-20T21:38:05.015Z Compiling zerocopy-derive v0.7.35
15482026-06-20T21:38:05.075Z Compiling curve25519-dalek v4.1.3
15492026-06-20T21:38:05.219Z Compiling vergen-lib v9.1.0
15502026-06-20T21:38:05.399Z Compiling num-integer v0.1.46
15512026-06-20T21:38:05.413Z Compiling hash32 v0.2.1
15522026-06-20T21:38:05.604Z Compiling ff v0.13.1
15532026-06-20T21:38:05.721Z Compiling memoffset v0.9.1
15542026-06-20T21:38:05.744Z Compiling encoding_rs v0.8.35
15552026-06-20T21:38:05.865Z Compiling zlib-rs v0.6.2
15562026-06-20T21:38:05.912Z Compiling fallible-iterator v0.2.0
15572026-06-20T21:38:05.940Z Compiling rustix v0.38.44
15582026-06-20T21:38:06.052Z Compiling ref-cast v1.0.25
15592026-06-20T21:38:06.223Z Compiling smoltcp v0.9.1
15602026-06-20T21:38:06.286Z Compiling mime v0.3.17
15612026-06-20T21:38:06.352Z Compiling base16ct v0.2.0
15622026-06-20T21:38:06.529Z Compiling psl-types v2.0.11
15632026-06-20T21:38:06.542Z Compiling cfg_aliases v0.2.1
15642026-06-20T21:38:06.554Z Compiling litrs v1.0.0
15652026-06-20T21:38:06.614Z Compiling num-bigint-dig v0.8.6
15662026-06-20T21:38:06.654Z Compiling publicsuffix v2.3.0
15672026-06-20T21:38:06.820Z Compiling nix v0.31.2
15682026-06-20T21:38:06.852Z Compiling sec1 v0.7.3
15692026-06-20T21:38:07.060Z Compiling document-features v0.2.12
15702026-06-20T21:38:07.187Z Compiling postgres-protocol v0.6.10
15712026-06-20T21:38:07.241Z Compiling pin-project v1.1.11
15722026-06-20T21:38:07.338Z Compiling zerocopy v0.7.35
15732026-06-20T21:38:07.360Z Compiling group v0.13.0
15742026-06-20T21:38:07.538Z Compiling num-iter v0.1.45
15752026-06-20T21:38:07.733Z Compiling newtype-uuid v1.3.2
15762026-06-20T21:38:07.881Z Compiling darling v0.21.3
15772026-06-20T21:38:07.961Z Compiling hubpack_derive v0.1.1
15782026-06-20T21:38:07.975Z Compiling rand v0.8.6
15792026-06-20T21:38:08.060Z Compiling oxnet v0.1.6
15802026-06-20T21:38:08.095Z Compiling snafu-derive v0.8.9
15812026-06-20T21:38:08.119Z Compiling derive_builder v0.20.2
15822026-06-20T21:38:08.432Z Compiling hyper-tls v0.6.0
15832026-06-20T21:38:08.532Z Compiling goblin v0.8.2
15842026-06-20T21:38:08.853Z Compiling flate2 v1.1.9
15852026-06-20T21:38:09.146Z Compiling phf_shared v0.13.1
15862026-06-20T21:38:09.267Z Compiling lazy_static v1.5.0
15872026-06-20T21:38:09.366Z Compiling regex v1.12.3
15882026-06-20T21:38:09.389Z Compiling anstyle-parse v0.2.7
15892026-06-20T21:38:09.459Z Compiling strum_macros v0.27.2
15902026-06-20T21:38:09.472Z Compiling futures-executor v0.3.32
15912026-06-20T21:38:09.575Z Compiling hex v0.4.3
15922026-06-20T21:38:09.735Z Compiling hkdf v0.12.4
15932026-06-20T21:38:09.796Z Compiling crypto-bigint v0.5.5
15942026-06-20T21:38:09.844Z Compiling terminal_size v0.4.3
15952026-06-20T21:38:09.898Z Compiling daft-derive v0.1.7
15962026-06-20T21:38:09.981Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-20T21:38:10.053Z Compiling ref-cast-impl v1.0.25
15982026-06-20T21:38:10.595Z Compiling vergen v9.1.0
15992026-06-20T21:38:10.621Z Compiling fs-err v3.3.0
16002026-06-20T21:38:10.634Z Compiling cargo-platform v0.3.2
16012026-06-20T21:38:10.773Z Compiling ahash v0.8.12
16022026-06-20T21:38:10.806Z Compiling winnow v0.5.40
16032026-06-20T21:38:10.902Z Compiling bitflags v1.3.2
16042026-06-20T21:38:10.971Z Compiling same-file v1.0.6
16052026-06-20T21:38:10.985Z Compiling managed v0.8.0
16062026-06-20T21:38:11.139Z Compiling foldhash v0.2.0
16072026-06-20T21:38:11.197Z Compiling object v0.37.3
16082026-06-20T21:38:11.362Z Compiling bumpalo v3.20.2
16092026-06-20T21:38:11.420Z Compiling libbz2-rs-sys v0.2.2
16102026-06-20T21:38:11.461Z Compiling foldhash v0.1.5
16112026-06-20T21:38:11.616Z Compiling hashbrown v0.15.5
16122026-06-20T21:38:11.634Z Compiling zopfli v0.8.3
16132026-06-20T21:38:11.936Z Compiling bzip2 v0.6.1
16142026-06-20T21:38:12.086Z Compiling toml_edit v0.19.15
16152026-06-20T21:38:12.099Z Compiling strum v0.27.2
16162026-06-20T21:38:12.137Z Compiling hashbrown v0.16.1
16172026-06-20T21:38:12.222Z Compiling clap_builder v4.6.0
16182026-06-20T21:38:12.235Z Compiling walkdir v2.5.0
16192026-06-20T21:38:12.438Z Compiling cargo_metadata v0.23.1
16202026-06-20T21:38:12.557Z Compiling dof v0.3.0
16212026-06-20T21:38:12.710Z Compiling elliptic-curve v0.13.8
16222026-06-20T21:38:13.110Z Compiling daft v0.1.7
16232026-06-20T21:38:13.386Z Compiling snafu v0.8.9
16242026-06-20T21:38:13.429Z Compiling futures v0.3.32
16252026-06-20T21:38:13.516Z Compiling anstream v0.6.21
16262026-06-20T21:38:13.764Z Compiling phf v0.13.1
16272026-06-20T21:38:13.834Z Compiling cookie_store v0.22.1
16282026-06-20T21:38:13.919Z Compiling signal-hook-mio v0.2.5
16292026-06-20T21:38:14.037Z Compiling zstd v0.13.3
16302026-06-20T21:38:14.188Z Compiling hubpack v0.1.2
16312026-06-20T21:38:14.304Z Compiling bzip2 v0.4.4
16322026-06-20T21:38:14.407Z Compiling serde_with_macros v3.17.0
16332026-06-20T21:38:14.485Z Compiling postgres-types v0.2.12
16342026-06-20T21:38:14.774Z Compiling usdt-macro v0.6.0
16352026-06-20T21:38:15.032Z Compiling usdt-attr-macro v0.6.0
16362026-06-20T21:38:15.244Z Compiling globset v0.4.18
16372026-06-20T21:38:15.508Z Compiling dtrace-parser v0.2.0
16382026-06-20T21:38:15.538Z Compiling ed25519 v2.2.3
16392026-06-20T21:38:15.700Z Compiling phf_shared v0.11.3
16402026-06-20T21:38:15.810Z Compiling olpc-cjson v0.1.4
16412026-06-20T21:38:15.884Z Compiling pkcs1 v0.7.5
16422026-06-20T21:38:15.921Z Compiling strum_macros v0.26.4
16432026-06-20T21:38:15.967Z Compiling clap_derive v4.6.1
16442026-06-20T21:38:16.013Z Compiling enum-as-inner v0.6.1
16452026-06-20T21:38:16.253Z Compiling serde-big-array v0.5.1
16462026-06-20T21:38:16.290Z Compiling serde_plain v1.0.2
16472026-06-20T21:38:16.397Z Compiling rfc6979 v0.4.0
16482026-06-20T21:38:16.433Z Compiling async-recursion v1.1.1
16492026-06-20T21:38:16.482Z Compiling serde_repr v0.1.20
16502026-06-20T21:38:16.514Z Compiling pem v3.0.6
16512026-06-20T21:38:16.528Z Compiling float-cmp v0.10.0
16522026-06-20T21:38:16.671Z Compiling memmap2 v0.9.10
16532026-06-20T21:38:16.837Z Compiling thread-id v4.2.2
16542026-06-20T21:38:16.881Z Compiling env_filter v1.0.0
16552026-06-20T21:38:16.923Z Compiling fixedbitset v0.5.7
16562026-06-20T21:38:17.003Z Compiling fixedbitset v0.4.2
16572026-06-20T21:38:17.076Z Compiling new_debug_unreachable v1.0.6
16582026-06-20T21:38:17.152Z Compiling predicates-core v1.0.10
16592026-06-20T21:38:17.184Z Compiling whoami v2.1.0
16602026-06-20T21:38:17.217Z Compiling jiff v0.2.21
16612026-06-20T21:38:17.231Z Compiling precomputed-hash v0.1.1
16622026-06-20T21:38:17.317Z Compiling normalize-line-endings v0.3.0
16632026-06-20T21:38:17.329Z Compiling difflib v0.4.0
16642026-06-20T21:38:17.412Z Compiling static_assertions v1.1.0
16652026-06-20T21:38:17.489Z Compiling data-encoding v2.10.0
16662026-06-20T21:38:17.550Z Compiling either v1.15.0
16672026-06-20T21:38:17.649Z Compiling typed-path v0.9.3
16682026-06-20T21:38:17.730Z Compiling keccak v0.1.6
16692026-06-20T21:38:17.753Z Compiling itertools v0.13.0
16702026-06-20T21:38:17.886Z Compiling sha3 v0.10.8
16712026-06-20T21:38:18.191Z Compiling hickory-proto v0.25.2
16722026-06-20T21:38:18.344Z Compiling clap v4.6.1
16732026-06-20T21:38:18.457Z Compiling strum v0.26.3
16742026-06-20T21:38:18.564Z Compiling predicates v3.1.4
16752026-06-20T21:38:18.593Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-06-20T21:38:18.910Z Compiling tokio-postgres v0.7.16
16772026-06-20T21:38:19.030Z Compiling string_cache v0.8.9
16782026-06-20T21:38:19.219Z Compiling toml_edit v0.22.27
16792026-06-20T21:38:19.258Z Compiling petgraph v0.6.5
16802026-06-20T21:38:19.273Z Compiling petgraph v0.8.3
16812026-06-20T21:38:20.720Z Compiling zip v4.6.1
16822026-06-20T21:38:21.101Z Compiling env_logger v0.11.9
16832026-06-20T21:38:21.184Z Compiling usdt-impl v0.5.0
16842026-06-20T21:38:21.392Z Compiling usdt v0.6.0
16852026-06-20T21:38:21.417Z Compiling ecdsa v0.16.9
16862026-06-20T21:38:21.454Z Compiling rsa v0.9.10
16872026-06-20T21:38:21.658Z Compiling ed25519-dalek v2.2.0
16882026-06-20T21:38:21.691Z Compiling serde_with v3.17.0
16892026-06-20T21:38:21.765Z Compiling crossterm v0.28.1
16902026-06-20T21:38:21.935Z Compiling zip v0.6.6
16912026-06-20T21:38:22.514Z Compiling toml v0.7.8
16922026-06-20T21:38:22.722Z Compiling iddqd v0.4.2
16932026-06-20T21:38:23.294Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-20T21:38:23.312Z Compiling similar v2.7.0
16952026-06-20T21:38:23.316Z Compiling crossbeam-epoch v0.9.18
16962026-06-20T21:38:23.390Z Compiling tokio-stream v0.1.18
16972026-06-20T21:38:23.700Z Compiling buf-list v1.1.2
16982026-06-20T21:38:23.872Z Compiling x509-cert v0.2.5
16992026-06-20T21:38:23.952Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-20T21:38:23.973Z Compiling openapiv3 v2.2.0
17012026-06-20T21:38:24.041Z Compiling sha1 v0.10.6
17022026-06-20T21:38:24.229Z Compiling lalrpop-util v0.19.12
17032026-06-20T21:38:24.262Z Compiling peg-runtime v0.8.5
17042026-06-20T21:38:24.291Z Compiling thread_local v1.1.9
17052026-06-20T21:38:24.449Z Compiling slog-async v2.8.0
17062026-06-20T21:38:24.562Z Compiling crossbeam-channel v0.5.15
17072026-06-20T21:38:24.661Z Compiling filetime v0.2.27
17082026-06-20T21:38:24.728Z Compiling is-terminal v0.4.17
17092026-06-20T21:38:24.767Z Compiling term v1.2.1
17102026-06-20T21:38:24.812Z Compiling take_mut v0.2.2
17112026-06-20T21:38:24.830Z Compiling xattr v1.6.1
17122026-06-20T21:38:24.974Z Compiling tar v0.4.45
17132026-06-20T21:38:25.334Z Compiling slog-term v2.9.2
17142026-06-20T21:38:34.992Z Compiling rustls-webpki v0.103.9
17152026-06-20T21:38:37.805Z Compiling tokio-rustls v0.26.4
17162026-06-20T21:38:37.805Z Compiling rustls-platform-verifier v0.6.2
17172026-06-20T21:38:38.000Z Compiling hyper-rustls v0.27.7
17182026-06-20T21:38:38.204Z Compiling reqwest v0.12.28
17192026-06-20T21:38:38.225Z Compiling reqwest v0.13.2
17202026-06-20T21:38:39.449Z Compiling tough v0.22.0
17212026-06-20T21:38:42.054Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-20T21:38:42.227Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-20T21:38:45.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-20T21:38:45.251Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-20T21:38:45.298ZJun 20 21:38:43.704 INFO Starting download, target: Cockroach
17262026-06-20T21:38:45.298ZJun 20 21:38:43.705 INFO Starting download, target: Clickhouse
17272026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Starting download, target: DendriteStub
17282026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Starting download, target: Console
17292026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Starting download, target: MaghemiteMgd
17302026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Starting download, target: MaghemiteDdmd
17312026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Starting download, target: TransceiverControl
17322026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-06-20T21:38:45.348ZJun 20 21:38:43.705 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-06-20T21:38:45.349ZJun 20 21:38:43.705 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-06-20T21:38:46.280ZJun 20 21:38:44.671 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-20T21:38:46.356ZJun 20 21:38:44.777 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-06-20T21:38:46.502ZJun 20 21:38:44.922 INFO Download complete, target: Console
17422026-06-20T21:38:46.559ZJun 20 21:38:44.982 INFO Download complete, target: TransceiverControl
17432026-06-20T21:38:47.287ZJun 20 21:38:45.711 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-20T21:38:53.617ZJun 20 21:38:51.913 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-06-20T21:38:53.904ZJun 20 21:38:52.285 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17462026-06-20T21:38:54.033ZJun 20 21:38:52.374 INFO Checking that binary works, target: Clickhouse
17472026-06-20T21:38:54.130ZJun 20 21:38:52.487 INFO Download complete, target: Clickhouse
17482026-06-20T21:38:54.652ZJun 20 21:38:53.044 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-06-20T21:38:55.666ZJun 20 21:38:54.063 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-06-20T21:38:55.667ZJun 20 21:38:54.063 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-06-20T21:38:55.777ZJun 20 21:38:54.186 INFO Download complete, target: MaghemiteDdmd
17522026-06-20T21:38:55.936ZJun 20 21:38:54.350 INFO Download complete, target: DendriteStub
17532026-06-20T21:38:56.938ZJun 20 21:38:55.361 INFO Download complete, target: MaghemiteMgd
17542026-06-20T21:39:00.166ZJun 20 21:38:58.588 INFO Checking that binary works, target: Cockroach
17552026-06-20T21:39:00.275ZJun 20 21:38:58.697 INFO Download complete, target: Cockroach
17562026-06-20T21:39:00.291ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-20T21:39:00.301Z
17582026-06-20T21:39:00.301Zreal 2:13.542212523
17592026-06-20T21:39:00.301Zuser 6:52.919782274
17602026-06-20T21:39:00.301Zsys 1:22.299934098
17612026-06-20T21:39:00.301Ztrap 0.238611790
17622026-06-20T21:39:00.301Ztflt 0.634300917
17632026-06-20T21:39:00.301Zdflt 0.508687634
17642026-06-20T21:39:00.301Zkflt 0.021106265
17652026-06-20T21:39:00.301Zlock 23:53.363919820
17662026-06-20T21:39:00.301Zslp 21:30.265480081
17672026-06-20T21:39:00.301Zlat 42.655737841
17682026-06-20T21:39:00.301Zstop 1:49.719872200
17692026-06-20T21:39:00.302Z+ banner hack-check
17702026-06-20T21:39:00.302Z
17712026-06-20T21:39:00.302Z # # ## #### # # #### # # ###### #### # #
17722026-06-20T21:39:00.302Z # # # # # # # # # # # # # # # # #
17732026-06-20T21:39:00.302Z ###### # # # #### ##### # ###### ##### # ####
17742026-06-20T21:39:00.302Z # # ###### # # # # # # # # # #
17752026-06-20T21:39:00.302Z # # # # # # # # # # # # # # # # #
17762026-06-20T21:39:00.302Z # # # # #### # # #### # # ###### #### # #
17772026-06-20T21:39:00.302Z
17782026-06-20T21:39:00.302Z+ export CARGO_INCREMENTAL=0
17792026-06-20T21:39:00.302Z+ CARGO_INCREMENTAL=0
17802026-06-20T21:39:00.302Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-06-20T21:39:00.754Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-20T21:39:00.962Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-20T21:39:02.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
17842026-06-20T21:39:02.870Z Running `target/debug/xtask check-features --ci`
17852026-06-20T21:39:02.894Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-06-20T21:39:02.903Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-06-20T21:39:03.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17882026-06-20T21:39:03.331Z Running `target/debug/xtask download cargo-hack`
17892026-06-20T21:39:04.042Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-06-20T21:39:04.343Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-06-20T21:39:06.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17922026-06-20T21:39:07.067Z Running `target/debug/xtask-downloader cargo-hack`
17932026-06-20T21:39:07.105ZJun 20 21:39:05.529 INFO Starting download, target: CargoHack
17942026-06-20T21:39:07.108ZJun 20 21:39:05.529 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-06-20T21:39:07.770ZJun 20 21:39:06.193 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-06-20T21:39:07.847ZJun 20 21:39:06.242 INFO Download complete, target: CargoHack
17972026-06-20T21:39:07.858Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17982026-06-20T21:39:07.858Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-06-20T21:39:07.999Zinfo: running `cargo check --bins` on api_identity (1/297)
18002026-06-20T21:39:08.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-20T21:39:08.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-20T21:39:08.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-20T21:39:08.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18042026-06-20T21:39:08.492Z
18052026-06-20T21:39:08.492Zinfo: running `cargo check --bins` on bootstore (2/297)
18062026-06-20T21:39:08.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-20T21:39:08.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-20T21:39:08.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-20T21:39:08.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18102026-06-20T21:39:09.006Z
18112026-06-20T21:39:09.006Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18122026-06-20T21:39:09.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-20T21:39:09.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-20T21:39:09.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-20T21:39:09.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18162026-06-20T21:39:09.508Z
18172026-06-20T21:39:09.508Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18182026-06-20T21:39:09.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-20T21:39:09.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-20T21:39:09.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-20T21:39:09.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18222026-06-20T21:39:10.021Z
18232026-06-20T21:39:10.021Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18242026-06-20T21:39:10.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-20T21:39:10.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-20T21:39:10.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-20T21:39:10.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18282026-06-20T21:39:10.535Z
18292026-06-20T21:39:10.535Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18302026-06-20T21:39:10.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-20T21:39:10.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-20T21:39:10.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-20T21:39:10.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18342026-06-20T21:39:11.054Z
18352026-06-20T21:39:11.054Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18362026-06-20T21:39:11.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-20T21:39:11.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-20T21:39:11.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-20T21:39:11.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18402026-06-20T21:39:11.580Z
18412026-06-20T21:39:11.580Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18422026-06-20T21:39:12.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-20T21:39:12.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-20T21:39:12.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-20T21:39:12.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18462026-06-20T21:39:12.096Z
18472026-06-20T21:39:12.096Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18482026-06-20T21:39:12.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-20T21:39:12.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-20T21:39:12.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-20T21:39:12.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18522026-06-20T21:39:12.491Z
18532026-06-20T21:39:12.492Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18542026-06-20T21:39:12.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-20T21:39:12.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-20T21:39:12.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-20T21:39:12.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18582026-06-20T21:39:12.883Z
18592026-06-20T21:39:12.883Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18602026-06-20T21:39:13.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-20T21:39:13.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-20T21:39:13.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-20T21:39:13.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18642026-06-20T21:39:13.271Z
18652026-06-20T21:39:13.271Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18662026-06-20T21:39:13.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-20T21:39:13.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-20T21:39:13.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-20T21:39:13.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18702026-06-20T21:39:13.668Z
18712026-06-20T21:39:13.668Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18722026-06-20T21:39:14.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-20T21:39:14.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-20T21:39:14.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-20T21:39:14.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18762026-06-20T21:39:14.059Z
18772026-06-20T21:39:14.059Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18782026-06-20T21:39:14.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-20T21:39:14.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-20T21:39:14.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-20T21:39:14.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18822026-06-20T21:39:14.451Z
18832026-06-20T21:39:14.451Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18842026-06-20T21:39:14.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-20T21:39:14.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-20T21:39:14.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-20T21:39:14.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18882026-06-20T21:39:14.848Z
18892026-06-20T21:39:14.848Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18902026-06-20T21:39:15.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-20T21:39:15.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-20T21:39:15.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-20T21:39:15.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18942026-06-20T21:39:15.236Z
18952026-06-20T21:39:15.236Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
18962026-06-20T21:39:15.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-20T21:39:15.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-20T21:39:15.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-20T21:39:15.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19002026-06-20T21:39:15.625Z
19012026-06-20T21:39:15.625Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
19022026-06-20T21:39:15.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-20T21:39:15.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-20T21:39:15.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-20T21:39:15.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19062026-06-20T21:39:16.018Z
19072026-06-20T21:39:16.018Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19082026-06-20T21:39:16.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-20T21:39:16.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-20T21:39:16.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-20T21:39:16.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19122026-06-20T21:39:16.408Z
19132026-06-20T21:39:16.408Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19142026-06-20T21:39:16.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-20T21:39:16.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-20T21:39:16.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-20T21:39:16.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-20T21:39:16.805Z
19192026-06-20T21:39:16.805Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19202026-06-20T21:39:17.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-20T21:39:17.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-20T21:39:17.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-20T21:39:17.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19242026-06-20T21:39:17.200Z
19252026-06-20T21:39:17.200Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19262026-06-20T21:39:17.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-20T21:39:17.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-20T21:39:17.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-20T21:39:17.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-20T21:39:17.597Z
19312026-06-20T21:39:17.597Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19322026-06-20T21:40:26.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-20T21:40:26.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-20T21:40:26.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-20T21:40:26.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19362026-06-20T21:40:26.508Z
19372026-06-20T21:40:26.508Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19382026-06-20T21:40:26.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-20T21:40:26.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-20T21:40:26.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-20T21:40:26.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19422026-06-20T21:40:26.508Z
19432026-06-20T21:40:26.508Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19442026-06-20T21:40:26.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-20T21:40:26.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-20T21:40:26.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-20T21:40:26.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19482026-06-20T21:40:26.508Z
19492026-06-20T21:40:26.508Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19502026-06-20T21:40:26.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-20T21:40:26.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-20T21:40:26.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-20T21:40:26.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19542026-06-20T21:40:26.508Z
19552026-06-20T21:40:26.508Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19562026-06-20T21:40:26.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-20T21:40:26.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-20T21:40:26.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-20T21:40:26.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19602026-06-20T21:40:26.508Z
19612026-06-20T21:40:26.508Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19622026-06-20T21:40:26.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-20T21:40:26.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-20T21:40:26.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-20T21:40:26.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19662026-06-20T21:40:26.508Z
19672026-06-20T21:40:26.508Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19682026-06-20T21:40:26.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-20T21:40:26.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-20T21:40:27.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-20T21:40:27.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19722026-06-20T21:40:27.117Z
19732026-06-20T21:40:27.117Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19742026-06-20T21:40:27.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-20T21:40:27.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-20T21:40:27.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-20T21:40:27.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19782026-06-20T21:40:27.117Z
19792026-06-20T21:40:27.117Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19802026-06-20T21:40:27.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-20T21:40:27.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-20T21:40:27.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-20T21:40:27.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19842026-06-20T21:40:27.117Z
19852026-06-20T21:40:27.117Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19862026-06-20T21:40:27.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-20T21:40:27.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-20T21:40:27.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-20T21:40:27.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19902026-06-20T21:40:27.118Z
19912026-06-20T21:40:27.118Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19922026-06-20T21:40:27.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-20T21:40:27.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-20T21:40:27.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-20T21:40:27.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19962026-06-20T21:40:27.118Z
19972026-06-20T21:40:27.118Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
19982026-06-20T21:40:27.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-20T21:40:27.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-20T21:40:27.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-20T21:40:27.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-20T21:40:27.118Z
20032026-06-20T21:40:27.118Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
20042026-06-20T21:40:27.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-20T21:40:27.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-20T21:40:27.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-20T21:40:27.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20082026-06-20T21:40:27.119Z
20092026-06-20T21:40:27.119Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20102026-06-20T21:40:27.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-20T21:40:27.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-20T21:40:27.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-20T21:40:27.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20142026-06-20T21:40:27.119Z
20152026-06-20T21:40:27.119Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20162026-06-20T21:40:27.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-20T21:40:27.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-20T21:40:27.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-20T21:40:27.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20202026-06-20T21:40:27.119Z
20212026-06-20T21:40:27.119Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20222026-06-20T21:40:27.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-20T21:40:27.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-20T21:40:27.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-20T21:40:27.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-20T21:40:27.119Z
20272026-06-20T21:40:27.119Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20282026-06-20T21:40:27.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-20T21:40:27.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-20T21:40:27.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-20T21:40:27.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-20T21:40:27.120Z
20332026-06-20T21:40:27.120Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20342026-06-20T21:40:27.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-20T21:40:27.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-20T21:40:27.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-20T21:40:27.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20382026-06-20T21:40:27.120Z
20392026-06-20T21:40:27.120Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20402026-06-20T21:40:27.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-20T21:40:27.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-20T21:40:27.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-20T21:40:27.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-20T21:40:27.120Z
20452026-06-20T21:40:27.120Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20462026-06-20T21:40:27.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-20T21:40:27.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-20T21:40:27.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-20T21:40:27.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20502026-06-20T21:40:27.120Z
20512026-06-20T21:40:27.120Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20522026-06-20T21:40:27.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-20T21:40:27.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-20T21:40:27.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-20T21:40:27.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-20T21:40:27.120Z
20572026-06-20T21:40:27.120Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20582026-06-20T21:40:27.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-20T21:40:27.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-20T21:40:27.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-20T21:40:27.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20622026-06-20T21:40:27.121Z
20632026-06-20T21:40:27.121Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20642026-06-20T21:40:27.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-20T21:40:27.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-20T21:40:27.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-20T21:40:27.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20682026-06-20T21:40:27.121Z
20692026-06-20T21:40:27.121Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20702026-06-20T21:40:27.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-20T21:40:27.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-20T21:40:27.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-20T21:40:27.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-20T21:40:27.193Z
20752026-06-20T21:40:27.193Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20762026-06-20T21:40:27.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-20T21:40:27.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-20T21:40:27.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-20T21:40:27.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20802026-06-20T21:40:27.193Z
20812026-06-20T21:40:27.193Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20822026-06-20T21:40:27.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-20T21:40:27.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-20T21:40:27.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-20T21:40:27.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20862026-06-20T21:40:27.194Z
20872026-06-20T21:40:27.194Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20882026-06-20T21:40:27.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-20T21:40:27.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-20T21:40:27.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-20T21:40:27.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20922026-06-20T21:40:27.194Z
20932026-06-20T21:40:27.194Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
20942026-06-20T21:40:27.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-20T21:40:27.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-20T21:40:27.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-20T21:40:27.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20982026-06-20T21:40:27.194Z
20992026-06-20T21:40:27.194Zinfo: running `cargo check --bins` on nexus-config (51/297)
21002026-06-20T21:40:27.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-20T21:40:27.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-20T21:40:27.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-20T21:40:27.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21042026-06-20T21:40:27.194Z
21052026-06-20T21:40:27.194Zinfo: running `cargo check --bins` on nexus-types (52/297)
21062026-06-20T21:40:27.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-20T21:40:27.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-20T21:40:27.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-20T21:40:27.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21102026-06-20T21:40:27.195Z
21112026-06-20T21:40:27.195Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21122026-06-20T21:40:27.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-20T21:40:27.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-20T21:40:27.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-20T21:40:27.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21162026-06-20T21:40:27.195Z
21172026-06-20T21:40:27.195Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21182026-06-20T21:40:27.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-20T21:40:27.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-20T21:40:27.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-20T21:40:27.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21222026-06-20T21:40:27.195Z
21232026-06-20T21:40:27.195Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21242026-06-20T21:40:27.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-20T21:40:27.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-20T21:40:27.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-20T21:40:27.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21282026-06-20T21:40:27.195Z
21292026-06-20T21:40:27.195Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21302026-06-20T21:40:27.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-20T21:40:27.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-20T21:40:27.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-20T21:40:27.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21342026-06-20T21:40:27.196Z
21352026-06-20T21:40:27.196Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21362026-06-20T21:40:27.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-20T21:40:27.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-20T21:40:27.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-20T21:40:27.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21402026-06-20T21:40:27.196Z
21412026-06-20T21:40:27.196Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21422026-06-20T21:40:27.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-20T21:40:27.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-20T21:40:27.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-20T21:40:27.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21462026-06-20T21:40:27.196Z
21472026-06-20T21:40:27.196Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21482026-06-20T21:40:27.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-20T21:40:27.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-20T21:40:27.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-20T21:40:27.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-20T21:40:27.196Z
21532026-06-20T21:40:27.196Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21542026-06-20T21:40:27.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-20T21:40:27.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-20T21:40:27.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-20T21:40:27.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-20T21:40:27.196Z
21592026-06-20T21:40:27.197Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21602026-06-20T21:40:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-20T21:40:27.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-20T21:40:27.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-20T21:40:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21642026-06-20T21:40:27.197Z
21652026-06-20T21:40:27.197Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21662026-06-20T21:40:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-20T21:40:27.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-20T21:40:27.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-20T21:40:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21702026-06-20T21:40:27.390Z
21712026-06-20T21:40:27.390Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21722026-06-20T21:40:27.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-20T21:40:27.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-20T21:40:27.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-20T21:40:27.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21762026-06-20T21:40:27.390Z
21772026-06-20T21:40:27.390Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21782026-06-20T21:40:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-20T21:40:27.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-20T21:40:27.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-20T21:40:27.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21822026-06-20T21:40:27.391Z
21832026-06-20T21:40:27.391Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21842026-06-20T21:40:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-20T21:40:27.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-20T21:40:27.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-20T21:40:27.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21882026-06-20T21:40:27.391Z
21892026-06-20T21:40:27.391Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21902026-06-20T21:40:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-20T21:40:27.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-20T21:40:27.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-20T21:40:27.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-20T21:40:27.391Z
21952026-06-20T21:40:27.391Zinfo: running `cargo check --bins` on ereport-types (67/297)
21962026-06-20T21:40:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-20T21:40:27.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-20T21:40:27.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-20T21:40:27.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22002026-06-20T21:40:27.391Z
22012026-06-20T21:40:27.391Zinfo: running `cargo check --bins` on gateway-client (68/297)
22022026-06-20T21:40:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-20T21:40:27.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-20T21:40:27.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-20T21:40:27.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22062026-06-20T21:40:27.391Z
22072026-06-20T21:40:27.391Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22082026-06-20T21:40:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-20T21:40:27.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-20T21:40:27.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-20T21:40:27.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22122026-06-20T21:40:27.392Z
22132026-06-20T21:40:27.392Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22142026-06-20T21:40:27.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-20T21:40:27.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-20T21:40:27.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-20T21:40:27.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22182026-06-20T21:40:27.392Z
22192026-06-20T21:40:27.392Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22202026-06-20T21:40:27.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-20T21:40:27.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-20T21:40:27.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-20T21:40:27.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22242026-06-20T21:40:27.392Z
22252026-06-20T21:40:27.392Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22262026-06-20T21:40:27.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-20T21:40:27.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-20T21:40:27.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-20T21:40:27.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22302026-06-20T21:40:27.392Z
22312026-06-20T21:40:27.392Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22322026-06-20T21:40:27.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-20T21:40:27.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-20T21:40:27.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-20T21:40:27.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22362026-06-20T21:40:27.392Z
22372026-06-20T21:40:27.392Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22382026-06-20T21:40:27.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-20T21:40:27.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-20T21:40:27.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-20T21:40:27.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22422026-06-20T21:40:27.393Z
22432026-06-20T21:40:27.393Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22442026-06-20T21:40:27.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-20T21:40:27.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-20T21:40:27.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-06-20T21:40:27.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22482026-06-20T21:40:27.393Z
22492026-06-20T21:40:27.393Zinfo: running `cargo check --bins` on oxlog (76/297)
22502026-06-20T21:40:27.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-06-20T21:40:27.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-06-20T21:40:27.393Z Checking cfg-if v1.0.4
22532026-06-20T21:40:27.393Z Checking libc v0.2.185
22542026-06-20T21:40:27.393Z Checking serde_core v1.0.228
22552026-06-20T21:40:27.393Z Checking zeroize v1.8.2
22562026-06-20T21:40:27.393Z Checking memchr v2.8.0
22572026-06-20T21:40:27.393Z Checking log v0.4.29
22582026-06-20T21:40:27.393Z Checking smallvec v1.15.1
22592026-06-20T21:40:27.393Z Checking typenum v1.19.0
22602026-06-20T21:40:27.393Z Checking subtle v2.6.1
22612026-06-20T21:40:27.393Z Checking itoa v1.0.17
22622026-06-20T21:40:27.393Z Checking scopeguard v1.2.0
22632026-06-20T21:40:27.393Z Checking stable_deref_trait v1.2.1
22642026-06-20T21:40:27.393Z Checking const-oid v0.9.6
22652026-06-20T21:40:27.393Z Checking zerofrom v0.1.6
22662026-06-20T21:40:27.393Z Checking lock_api v0.4.14
22672026-06-20T21:40:27.393Z Checking pin-project-lite v0.2.17
22682026-06-20T21:40:27.394Z Checking yoke v0.8.1
22692026-06-20T21:40:27.394Z Checking portable-atomic v1.13.1
22702026-06-20T21:40:27.434Z Checking getrandom v0.2.17
22712026-06-20T21:40:27.434Z Checking errno v0.3.14
22722026-06-20T21:40:27.434Z Checking parking_lot_core v0.9.12
22732026-06-20T21:40:27.434Z Checking zerovec v0.11.5
22742026-06-20T21:40:27.434Z Checking signal-hook-registry v1.4.8
22752026-06-20T21:40:27.434Z Checking generic-array v0.14.7
22762026-06-20T21:40:27.434Z Checking rand_core v0.6.4
22772026-06-20T21:40:27.434Z Checking critical-section v1.2.0
22782026-06-20T21:40:27.434Z Checking futures-core v0.3.32
22792026-06-20T21:40:27.434Z Checking parking_lot v0.12.5
22802026-06-20T21:40:27.434Z Checking mio v1.2.0
22812026-06-20T21:40:27.434Z Checking once_cell v1.21.3
22822026-06-20T21:40:27.434Z Checking zerocopy v0.8.40
22832026-06-20T21:40:27.434Z Checking zmij v1.0.21
22842026-06-20T21:40:27.434Z Checking serde v1.0.228
22852026-06-20T21:40:27.434Z Checking crypto-common v0.1.7
22862026-06-20T21:40:27.434Z Checking block-buffer v0.10.4
22872026-06-20T21:40:27.434Z Checking bitflags v2.11.0
22882026-06-20T21:40:27.435Z Checking tinystr v0.8.2
22892026-06-20T21:40:27.435Z Checking socket2 v0.6.3
22902026-06-20T21:40:27.435Z Checking libm v0.2.16
22912026-06-20T21:40:27.435Z Checking percent-encoding v2.3.2
22922026-06-20T21:40:27.435Z Checking digest v0.10.7
22932026-06-20T21:40:27.435Z Checking writeable v0.6.2
22942026-06-20T21:40:27.435Z Checking litemap v0.8.1
22952026-06-20T21:40:27.435Z Checking serde_json v1.0.149
22962026-06-20T21:40:27.435Z Checking equivalent v1.0.2
22972026-06-20T21:40:27.435Z Checking potential_utf v0.1.4
22982026-06-20T21:40:27.435Z Checking zerotrie v0.2.3
22992026-06-20T21:40:27.435Z Checking futures-sink v0.3.32
23002026-06-20T21:40:27.435Z Checking cpufeatures v0.2.17
23012026-06-20T21:40:27.435Z Checking icu_locale_core v2.1.1
23022026-06-20T21:40:27.435Z Checking icu_collections v2.1.1
23032026-06-20T21:40:27.435Z Checking bytes v1.11.1
23042026-06-20T21:40:27.435Z Checking futures-task v0.3.32
23052026-06-20T21:40:27.435Z Checking futures-channel v0.3.32
23062026-06-20T21:40:27.435Z Checking futures-io v0.3.32
23072026-06-20T21:40:27.435Z Checking slab v0.4.12
23082026-06-20T21:40:27.435Z Checking hmac v0.12.1
23092026-06-20T21:40:27.435Z Checking icu_normalizer_data v2.1.1
23102026-06-20T21:40:27.435Z Checking icu_properties_data v2.1.2
23112026-06-20T21:40:27.435Z Checking futures-util v0.3.32
23122026-06-20T21:40:27.435Z Checking hashbrown v0.17.0
23132026-06-20T21:40:27.435Z Checking num-traits v0.2.19
23142026-06-20T21:40:27.435Z Checking rand_core v0.10.0
23152026-06-20T21:40:27.435Z Checking block-padding v0.3.3
23162026-06-20T21:40:27.435Z Checking tokio v1.52.1
23172026-06-20T21:40:27.435Z Checking ppv-lite86 v0.2.21
23182026-06-20T21:40:27.435Z Checking getrandom v0.4.1
23192026-06-20T21:40:27.435Z Checking icu_provider v2.1.1
23202026-06-20T21:40:27.436Z Checking inout v0.1.4
23212026-06-20T21:40:27.509Z Checking utf8_iter v1.0.4
23222026-06-20T21:40:27.646Z Checking cipher v0.4.4
23232026-06-20T21:40:27.781Z Checking icu_properties v2.1.2
23242026-06-20T21:40:27.781Z Checking icu_normalizer v2.1.1
23252026-06-20T21:40:27.781Z Checking sha2 v0.10.9
23262026-06-20T21:40:27.781Z Checking indexmap v2.14.0
23272026-06-20T21:40:27.930Z Checking form_urlencoded v1.2.2
23282026-06-20T21:40:27.930Z Checking getrandom v0.3.4
23292026-06-20T21:40:27.980Z Checking base64ct v1.8.3
23302026-06-20T21:40:27.980Z Checking fnv v1.0.7
23312026-06-20T21:40:27.980Z Checking byteorder v1.5.0
23322026-06-20T21:40:27.980Z Checking flagset v0.4.7
23332026-06-20T21:40:28.014Z Checking rand_core v0.9.5
23342026-06-20T21:40:28.049Z Checking http v1.4.0
23352026-06-20T21:40:28.081Z Checking pem-rfc7468 v0.7.0
23362026-06-20T21:40:28.106Z Checking regex-syntax v0.8.10
23372026-06-20T21:40:28.142Z Checking salsa20 v0.10.2
23382026-06-20T21:40:28.253Z Checking uuid v1.23.0
23392026-06-20T21:40:28.282Z Checking der v0.7.10
23402026-06-20T21:40:28.282Z Checking pbkdf2 v0.12.2
23412026-06-20T21:40:28.398Z Checking rustix v1.1.3
23422026-06-20T21:40:28.434Z Checking idna_adapter v1.2.1
23432026-06-20T21:40:28.476Z Checking tracing-core v0.1.36
23442026-06-20T21:40:28.515Z Checking idna v1.1.0
23452026-06-20T21:40:28.570Z Checking rustls-pki-types v1.14.0
23462026-06-20T21:40:28.745Z Checking url v2.5.8
23472026-06-20T21:40:28.812Z Checking base64 v0.22.1
23482026-06-20T21:40:28.867Z Checking iana-time-zone v0.1.65
23492026-06-20T21:40:28.927Z Checking spki v0.7.3
23502026-06-20T21:40:28.956Z Checking chrono v0.4.44
23512026-06-20T21:40:29.041Z Checking tracing v0.1.44
23522026-06-20T21:40:29.826Z Checking http-body v1.0.1
23532026-06-20T21:40:29.826Z Checking scrypt v0.11.0
23542026-06-20T21:40:29.966Z Checking rand_chacha v0.9.0
23552026-06-20T21:40:29.966Z Checking aes v0.8.4
23562026-06-20T21:40:29.967Z Checking cbc v0.1.2
23572026-06-20T21:40:29.967Z Checking aws-lc-sys v0.40.0
23582026-06-20T21:40:29.967Z Checking untrusted v0.9.0
23592026-06-20T21:40:29.967Z Checking untrusted v0.7.1
23602026-06-20T21:40:29.967Z Checking tinyvec_macros v0.1.1
23612026-06-20T21:40:29.967Z Checking openssl-probe v0.2.1
23622026-06-20T21:40:29.967Z Checking rand v0.9.2
23632026-06-20T21:40:29.967Z Checking tinyvec v1.10.0
23642026-06-20T21:40:29.967Z Checking ring v0.17.14
23652026-06-20T21:40:29.967Z Checking atomic-waker v1.1.2
23662026-06-20T21:40:29.967Z Checking pkcs5 v0.7.1
23672026-06-20T21:40:29.967Z Checking tower-layer v0.3.3
23682026-06-20T21:40:29.967Z Checking try-lock v0.2.5
23692026-06-20T21:40:29.967Z Checking tower-service v0.3.3
23702026-06-20T21:40:29.967Z Checking aws-lc-rs v1.16.3
23712026-06-20T21:40:29.967Z Checking want v0.3.1
23722026-06-20T21:40:29.967Z Checking pkcs8 v0.10.2
23732026-06-20T21:40:29.967Z Checking ipnet v2.11.0
23742026-06-20T21:40:29.967Z Checking httparse v1.10.1
23752026-06-20T21:40:29.967Z Checking aho-corasick v1.1.4
23762026-06-20T21:40:30.006Z Checking dyn-clone v1.0.20
23772026-06-20T21:40:30.006Z Checking pin-utils v0.1.0
23782026-06-20T21:40:30.094Z Checking httpdate v1.0.3
23792026-06-20T21:40:30.123Z Checking utf8parse v0.2.2
23802026-06-20T21:40:30.123Z Checking foreign-types-shared v0.1.1
23812026-06-20T21:40:30.165Z Checking plain v0.2.3
23822026-06-20T21:40:30.165Z Checking fastrand v2.3.0
23832026-06-20T21:40:30.165Z Checking foreign-types v0.3.2
23842026-06-20T21:40:30.177Z Checking unicode-normalization v0.1.25
23852026-06-20T21:40:30.178Z Checking openssl-sys v0.9.115
23862026-06-20T21:40:30.217Z Checking semver v1.0.28
23872026-06-20T21:40:30.322Z Checking tempfile v3.25.0
23882026-06-20T21:40:30.423Z Checking spin v0.9.8
23892026-06-20T21:40:30.481Z Checking socket2 v0.5.10
23902026-06-20T21:40:30.527Z Checking unicode-ident v1.0.24
23912026-06-20T21:40:30.543Z Checking regex-automata v0.4.14
23922026-06-20T21:40:30.555Z Checking tokio-util v0.7.18
23932026-06-20T21:40:30.569Z Checking anstyle v1.0.14
23942026-06-20T21:40:30.569Z Checking ucd-trie v0.1.7
23952026-06-20T21:40:30.588Z Checking rustls-webpki v0.103.9
23962026-06-20T21:40:30.608Z Checking openssl v0.10.79
23972026-06-20T21:40:30.639Z Checking proc-macro2 v1.0.106
23982026-06-20T21:40:30.677Z Checking schemars v0.8.22
23992026-06-20T21:40:30.728Z Checking pest v2.8.6
24002026-06-20T21:40:30.812Z Checking rustls-native-certs v0.8.3
24012026-06-20T21:40:30.895Z Checking thiserror v2.0.18
24022026-06-20T21:40:30.927Z Checking sync_wrapper v1.0.2
24032026-06-20T21:40:31.022Z Checking wait-timeout v0.2.1
24042026-06-20T21:40:31.033Z Checking rustls v0.23.37
24052026-06-20T21:40:31.033Z Checking is_terminal_polyfill v1.70.2
24062026-06-20T21:40:31.108Z Checking simd-adler32 v0.3.8
24072026-06-20T21:40:31.108Z Checking colorchoice v1.0.4
24082026-06-20T21:40:31.137Z Checking h2 v0.4.13
24092026-06-20T21:40:31.211Z Checking siphasher v1.0.2
24102026-06-20T21:40:31.283Z Checking quick-error v1.2.3
24112026-06-20T21:40:31.370Z Checking bit-vec v0.8.0
24122026-06-20T21:40:31.660Z Checking powerfmt v0.2.0
24132026-06-20T21:40:31.661Z Checking pretty-hex v0.4.1
24142026-06-20T21:40:31.863Z Checking anstyle-query v1.1.5
24152026-06-20T21:40:31.863Z Checking deranged v0.5.8
24162026-06-20T21:40:31.864Z Checking bit-set v0.8.0
24172026-06-20T21:40:31.864Z Checking rusty-fork v0.3.1
24182026-06-20T21:40:31.864Z Checking tower v0.5.3
24192026-06-20T21:40:31.864Z Checking quote v1.0.45
24202026-06-20T21:40:31.864Z Compiling newtype-uuid v1.3.2
24212026-06-20T21:40:32.103Z Checking http-body-util v0.1.3
24222026-06-20T21:40:32.103Z Checking crossbeam-utils v0.8.21
24232026-06-20T21:40:32.180Z Checking webpki-roots v1.0.6
24242026-06-20T21:40:32.180Z Checking rand_xorshift v0.4.0
24252026-06-20T21:40:32.204Z Checking crc32fast v1.5.0
24262026-06-20T21:40:32.260Z Checking scroll v0.13.0
24272026-06-20T21:40:32.280Z Checking signature v2.2.0
24282026-06-20T21:40:32.305Z Checking ryu v1.0.23
24292026-06-20T21:40:32.355Z Checking unarray v0.1.4
24302026-06-20T21:40:32.410Z Checking time-core v0.1.8
24312026-06-20T21:40:32.486Z Checking iri-string v0.7.10
24322026-06-20T21:40:32.486Z Checking num_threads v0.1.7
24332026-06-20T21:40:32.632Z Checking adler2 v2.0.1
24342026-06-20T21:40:32.632Z Checking allocator-api2 v0.2.21
24352026-06-20T21:40:32.632Z Checking unicode-properties v0.1.4
24362026-06-20T21:40:32.632Z Checking unicode-bidi v0.3.18
24372026-06-20T21:40:32.806Z Checking num-conv v0.2.0
24382026-06-20T21:40:32.806Z Checking native-tls v0.2.18
24392026-06-20T21:40:32.806Z Checking time v0.3.47
24402026-06-20T21:40:32.855Z Checking miniz_oxide v0.8.9
24412026-06-20T21:40:32.855Z Checking goblin v0.10.5
24422026-06-20T21:40:32.855Z Checking tokio-native-tls v0.3.1
24432026-06-20T21:40:32.855Z Checking stringprep v0.1.5
24442026-06-20T21:40:32.973Z Checking proptest v1.10.0
24452026-06-20T21:40:33.066Z Checking serde_urlencoded v0.7.1
24462026-06-20T21:40:33.162Z Checking bstr v1.12.1
24472026-06-20T21:40:33.222Z Checking crossbeam-epoch v0.9.18
24482026-06-20T21:40:33.361Z Checking tokio-rustls v0.26.4
24492026-06-20T21:40:33.395Z Checking syn v2.0.117
24502026-06-20T21:40:33.420Z Compiling daft v0.1.7
24512026-06-20T21:40:33.434Z Checking tower-http v0.6.8
24522026-06-20T21:40:33.594Z Checking ipnetwork v0.21.1
24532026-06-20T21:40:33.709Z Checking anstyle-parse v1.0.0
24542026-06-20T21:40:33.797Z Checking thiserror v1.0.69
24552026-06-20T21:40:33.829Z Checking scroll v0.12.0
24562026-06-20T21:40:33.829Z Checking hash32 v0.2.1
24572026-06-20T21:40:33.829Z Checking zstd-sys v2.0.16+zstd.1.5.7
24582026-06-20T21:40:33.872Z Checking hyper v1.8.1
24592026-06-20T21:40:33.872Z Checking num-integer v0.1.46
24602026-06-20T21:40:34.050Z Checking rand_chacha v0.3.1
24612026-06-20T21:40:34.165Z Checking toml_datetime v0.6.11
24622026-06-20T21:40:34.166Z Checking serde_spanned v0.6.9
24632026-06-20T21:40:34.166Z Checking md-5 v0.10.6
24642026-06-20T21:40:34.197Z Checking ff v0.13.1
24652026-06-20T21:40:34.197Z Checking encoding_rs v0.8.35
24662026-06-20T21:40:34.197Z Checking zlib-rs v0.6.2
24672026-06-20T21:40:34.261Z Checking psl-types v2.0.11
24682026-06-20T21:40:34.268Z Checking mime v0.3.17
24692026-06-20T21:40:34.343Z Checking fallible-iterator v0.2.0
24702026-06-20T21:40:34.434Z Checking base16ct v0.2.0
24712026-06-20T21:40:34.536Z Checking sec1 v0.7.3
24722026-06-20T21:40:34.689Z Checking postgres-protocol v0.6.10
24732026-06-20T21:40:34.901Z Checking hyper-util v0.1.20
24742026-06-20T21:40:34.902Z Checking publicsuffix v2.3.0
24752026-06-20T21:40:35.014Z Checking group v0.13.0
24762026-06-20T21:40:35.014Z Checking rand v0.8.6
24772026-06-20T21:40:35.014Z Checking num-iter v0.1.45
24782026-06-20T21:40:35.083Z Checking goblin v0.8.2
24792026-06-20T21:40:35.083Z Checking heapless v0.7.17
24802026-06-20T21:40:35.083Z Checking flate2 v1.1.9
24812026-06-20T21:40:35.185Z Checking zstd-safe v7.2.4
24822026-06-20T21:40:35.185Z Checking dof v0.4.0
24832026-06-20T21:40:35.322Z Checking anstream v1.0.0
24842026-06-20T21:40:35.531Z Checking oxnet v0.1.6
24852026-06-20T21:40:36.120Z Checking cookie v0.18.1
24862026-06-20T21:40:36.120Z Compiling iddqd v0.4.2
24872026-06-20T21:40:36.120Z Checking dtrace-parser v0.3.0
24882026-06-20T21:40:36.120Z Checking phf_shared v0.13.1
24892026-06-20T21:40:36.120Z Checking lazy_static v1.5.0
24902026-06-20T21:40:36.120Z Checking anstyle-parse v0.2.7
24912026-06-20T21:40:36.120Z Checking zerocopy v0.7.35
24922026-06-20T21:40:36.555Z Checking pin-project v1.1.11
24932026-06-20T21:40:36.555Z Checking bzip2-sys v0.1.13+1.0.8
24942026-06-20T21:40:36.555Z Checking signal-hook v0.3.18
24952026-06-20T21:40:36.555Z Checking terminal_size v0.4.3
24962026-06-20T21:40:36.555Z Checking futures-executor v0.3.32
24972026-06-20T21:40:36.555Z Checking hkdf v0.12.4
24982026-06-20T21:40:36.555Z Checking hex v0.4.3
24992026-06-20T21:40:36.555Z Checking crypto-bigint v0.5.5
25002026-06-20T21:40:36.555Z Checking thread-id v5.1.0
25012026-06-20T21:40:36.555Z Checking either v1.15.0
25022026-06-20T21:40:36.555Z Checking hyper-rustls v0.27.7
25032026-06-20T21:40:36.555Z Checking hyper-tls v0.6.0
25042026-06-20T21:40:36.555Z Checking same-file v1.0.6
25052026-06-20T21:40:36.556Z Checking strsim v0.11.1
25062026-06-20T21:40:36.556Z Checking foldhash v0.1.5
25072026-06-20T21:40:36.556Z Checking managed v0.8.0
25082026-06-20T21:40:36.556Z Checking winnow v0.5.40
25092026-06-20T21:40:36.556Z Checking clap_lex v1.0.0
25102026-06-20T21:40:36.556Z Compiling rayon-core v1.13.0
25112026-06-20T21:40:36.949Z Checking bumpalo v3.20.2
25122026-06-20T21:40:36.949Z Checking libbz2-rs-sys v0.2.2
25132026-06-20T21:40:36.949Z Checking bitflags v1.3.2
25142026-06-20T21:40:36.949Z Checking winnow v0.7.14
25152026-06-20T21:40:36.949Z Checking foldhash v0.2.0
25162026-06-20T21:40:36.949Z Checking zopfli v0.8.3
25172026-06-20T21:40:36.949Z Checking hashbrown v0.16.1
25182026-06-20T21:40:36.949Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-20T21:40:37.187Z Checking bzip2 v0.6.1
25202026-06-20T21:40:37.187Z Checking elliptic-curve v0.13.8
25212026-06-20T21:40:37.188Z Checking smoltcp v0.9.1
25222026-06-20T21:40:37.188Z Checking clap_builder v4.6.0
25232026-06-20T21:40:37.189Z Checking dof v0.3.0
25242026-06-20T21:40:37.189Z Checking hashbrown v0.15.5
25252026-06-20T21:40:37.284Z Checking walkdir v2.5.0
25262026-06-20T21:40:37.284Z Checking reqwest v0.12.28
25272026-06-20T21:40:37.284Z Checking usdt-impl v0.6.0
25282026-06-20T21:40:37.628Z Checking signal-hook-mio v0.2.5
25292026-06-20T21:40:38.554Z Checking toml_edit v0.19.15
25302026-06-20T21:40:38.554Z Checking futures v0.3.32
25312026-06-20T21:40:38.555Z Checking anstream v0.6.21
25322026-06-20T21:40:38.555Z Checking snafu v0.8.9
25332026-06-20T21:40:38.555Z Checking bzip2 v0.4.4
25342026-06-20T21:40:38.555Z Checking phf v0.13.1
25352026-06-20T21:40:38.555Z Checking num-bigint-dig v0.8.6
25362026-06-20T21:40:38.555Z Checking cookie_store v0.22.1
25372026-06-20T21:40:38.555Z Checking zstd v0.13.3
25382026-06-20T21:40:38.918Z Checking postgres-types v0.2.12
25392026-06-20T21:40:38.918Z Checking dtrace-parser v0.2.0
25402026-06-20T21:40:38.918Z Checking globset v0.4.18
25412026-06-20T21:40:38.918Z Checking crossbeam-deque v0.8.6
25422026-06-20T21:40:38.918Z Checking rustls-platform-verifier v0.6.2
25432026-06-20T21:40:38.919Z Checking ed25519 v2.2.3
25442026-06-20T21:40:38.919Z Checking regex v1.12.3
25452026-06-20T21:40:38.919Z Checking phf_shared v0.11.3
25462026-06-20T21:40:38.919Z Checking olpc-cjson v0.1.4
25472026-06-20T21:40:38.919Z Checking ref-cast v1.0.25
25482026-06-20T21:40:38.919Z Checking curve25519-dalek v4.1.3
25492026-06-20T21:40:38.919Z Checking strum v0.27.2
25502026-06-20T21:40:38.920Z Checking hubpack v0.1.2
25512026-06-20T21:40:38.920Z Checking memoffset v0.9.1
25522026-06-20T21:40:38.920Z Checking rustix v0.38.44
25532026-06-20T21:40:38.920Z Checking pkcs1 v0.7.5
25542026-06-20T21:40:38.920Z Checking pem v3.0.6
25552026-06-20T21:40:38.920Z Checking float-cmp v0.10.0
25562026-06-20T21:40:38.920Z Checking rfc6979 v0.4.0
25572026-06-20T21:40:38.920Z Checking serde-big-array v0.5.1
25582026-06-20T21:40:38.920Z Checking serde_plain v1.0.2
25592026-06-20T21:40:38.920Z Checking erased-serde v0.3.31
25602026-06-20T21:40:38.920Z Checking memmap2 v0.9.10
25612026-06-20T21:40:38.920Z Checking thread-id v4.2.2
25622026-06-20T21:40:38.921Z Checking env_filter v1.0.0
25632026-06-20T21:40:38.921Z Checking predicates-core v1.0.10
25642026-06-20T21:40:38.921Z Checking unicode-segmentation v1.12.0
25652026-06-20T21:40:38.921Z Checking fixedbitset v0.4.2
25662026-06-20T21:40:39.191Z Checking difflib v0.4.0
25672026-06-20T21:40:39.191Z Checking fixedbitset v0.5.7
25682026-06-20T21:40:39.191Z Checking toml_write v0.1.2
25692026-06-20T21:40:39.192Z Checking data-encoding v2.10.0
25702026-06-20T21:40:39.192Z Checking jiff v0.2.21
25712026-06-20T21:40:39.192Z Checking keccak v0.1.6
25722026-06-20T21:40:39.192Z Checking typed-path v0.9.3
25732026-06-20T21:40:39.192Z Checking whoami v2.1.0
25742026-06-20T21:40:39.192Z Checking new_debug_unreachable v1.0.6
25752026-06-20T21:40:39.192Z Checking static_assertions v1.1.0
25762026-06-20T21:40:39.192Z Checking normalize-line-endings v0.3.0
25772026-06-20T21:40:39.192Z Checking precomputed-hash v0.1.1
25782026-06-20T21:40:39.192Z Checking sha3 v0.10.8
25792026-06-20T21:40:39.192Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25802026-06-20T21:40:39.192Z Checking predicates v3.1.4
25812026-06-20T21:40:39.192Z Checking tokio-postgres v0.7.16
25822026-06-20T21:40:39.192Z Checking string_cache v0.8.9
25832026-06-20T21:40:39.192Z Checking crossterm v0.28.1
25842026-06-20T21:40:39.240Z Checking hickory-proto v0.25.2
25852026-06-20T21:40:39.240Z Checking ed25519-dalek v2.2.0
25862026-06-20T21:40:39.324Z Checking similar v2.7.0
25872026-06-20T21:40:39.634Z Checking slog v2.8.2
25882026-06-20T21:40:39.889Z Checking tough v0.22.0
25892026-06-20T21:40:39.890Z Checking petgraph v0.8.3
25902026-06-20T21:40:40.242Z Checking toml_edit v0.22.27
25912026-06-20T21:40:40.242Z Checking petgraph v0.6.5
25922026-06-20T21:40:40.527Z Checking env_logger v0.11.9
25932026-06-20T21:40:40.649Z Checking usdt v0.6.0
25942026-06-20T21:40:40.926Z Checking usdt-impl v0.5.0
25952026-06-20T21:40:41.222Z Checking rsa v0.9.10
25962026-06-20T21:40:41.222Z Checking ecdsa v0.16.9
25972026-06-20T21:40:41.222Z Checking toml v0.7.8
25982026-06-20T21:40:41.507Z Checking zip v4.6.1
25992026-06-20T21:40:41.507Z Checking nix v0.31.2
26002026-06-20T21:40:41.507Z Checking reqwest v0.13.2
26012026-06-20T21:40:41.507Z Checking clap v4.6.1
26022026-06-20T21:40:41.833Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-06-20T21:40:41.833Z Checking zip v0.6.6
26042026-06-20T21:40:41.834Z Checking itertools v0.13.0
26052026-06-20T21:40:42.065Z Checking serde_with v3.17.0
26062026-06-20T21:40:42.065Z Checking strum v0.26.3
26072026-06-20T21:40:42.065Z Checking fs-err v3.3.0
26082026-06-20T21:40:42.344Z Checking ahash v0.8.12
26092026-06-20T21:40:42.344Z Checking object v0.37.3
26102026-06-20T21:40:42.345Z Checking tokio-stream v0.1.18
26112026-06-20T21:40:42.345Z Checking buf-list v1.1.2
26122026-06-20T21:40:42.345Z Checking anyhow v1.0.102
26132026-06-20T21:40:42.345Z Checking camino v1.2.2
26142026-06-20T21:40:42.414Z Checking x509-cert v0.2.5
26152026-06-20T21:40:42.414Z Checking openapiv3 v2.2.0
26162026-06-20T21:40:42.414Z Checking sha1 v0.10.6
26172026-06-20T21:40:42.450Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26182026-06-20T21:40:42.501Z Checking peg-runtime v0.8.5
26192026-06-20T21:40:42.556Z Checking lalrpop-util v0.19.12
26202026-06-20T21:40:42.658Z Checking rayon v1.11.0
26212026-06-20T21:40:42.698Z Checking sigpipe v0.1.3
26222026-06-20T21:40:42.698Z Checking glob v0.3.3
26232026-06-20T21:40:44.211Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-06-20T21:40:44.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
26252026-06-20T21:40:45.321Z
26262026-06-20T21:40:45.321Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26272026-06-20T21:40:45.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-20T21:40:45.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-20T21:40:45.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-20T21:40:45.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26312026-06-20T21:40:45.333Z
26322026-06-20T21:40:45.333Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26332026-06-20T21:40:45.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-20T21:40:45.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-20T21:40:45.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-20T21:40:45.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26372026-06-20T21:40:45.798Z
26382026-06-20T21:40:45.798Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26392026-06-20T21:40:46.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-20T21:40:46.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-20T21:40:46.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-20T21:40:46.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26432026-06-20T21:40:46.323Z
26442026-06-20T21:40:46.323Zinfo: running `cargo check --bins` on oxql-types (80/297)
26452026-06-20T21:40:46.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-20T21:40:46.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-20T21:40:46.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-20T21:40:46.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26492026-06-20T21:40:46.764Z
26502026-06-20T21:40:46.764Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26512026-06-20T21:40:47.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-20T21:40:47.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-20T21:40:47.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-20T21:40:47.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26552026-06-20T21:40:47.275Z
26562026-06-20T21:40:47.275Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26572026-06-20T21:40:47.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-20T21:40:47.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-20T21:40:47.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-20T21:40:47.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26612026-06-20T21:40:47.892Z
26622026-06-20T21:40:47.892Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26632026-06-20T21:40:48.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-20T21:40:48.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-20T21:40:48.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-20T21:40:48.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26672026-06-20T21:40:48.325Z
26682026-06-20T21:40:48.325Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26692026-06-20T21:40:48.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-20T21:40:48.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-20T21:40:49.022Z Compiling structmeta-derive v0.3.0
26722026-06-20T21:40:49.106Z Compiling rustls v0.22.4
26732026-06-20T21:40:49.162Z Compiling multer v3.1.0
26742026-06-20T21:40:49.162Z Compiling async-stream-impl v0.3.6
26752026-06-20T21:40:49.163Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-06-20T21:40:49.163Z Compiling dropshot v0.17.0
26772026-06-20T21:40:49.163Z Compiling newtype-uuid-macros v0.1.0
26782026-06-20T21:40:49.163Z Compiling dropshot_endpoint v0.17.0
26792026-06-20T21:40:49.237Z Checking newtype-uuid v1.3.2
26802026-06-20T21:40:49.382Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-06-20T21:40:50.332Z Checking rustls-webpki v0.102.8
26822026-06-20T21:40:50.332Z Checking daft v0.1.7
26832026-06-20T21:40:50.332Z Checking thread_local v1.1.9
26842026-06-20T21:40:50.342Z Checking compression-core v0.4.31
26852026-06-20T21:40:50.342Z Checking match_cfg v0.1.0
26862026-06-20T21:40:50.342Z Checking iddqd v0.4.2
26872026-06-20T21:40:50.342Z Checking crossbeam-channel v0.5.15
26882026-06-20T21:40:50.343Z Checking hostname v0.3.1
26892026-06-20T21:40:50.343Z Checking compression-codecs v0.4.37
26902026-06-20T21:40:50.343Z Checking atomicwrites v0.4.4
26912026-06-20T21:40:50.343Z Checking slog-json v2.6.1
26922026-06-20T21:40:50.343Z Checking is-terminal v0.4.17
26932026-06-20T21:40:50.343Z Checking serde_spanned v1.0.4
26942026-06-20T21:40:50.343Z Checking toml_datetime v1.0.0+spec-1.1.0
26952026-06-20T21:40:50.343Z Checking toml_writer v1.0.6+spec-1.1.0
26962026-06-20T21:40:50.343Z Checking term v1.2.1
26972026-06-20T21:40:50.343Z Checking debug-ignore v1.0.5
26982026-06-20T21:40:50.343Z Compiling structmeta v0.3.0
26992026-06-20T21:40:50.343Z Checking take_mut v0.2.2
27002026-06-20T21:40:50.343Z Checking slog-bunyan v2.5.0
27012026-06-20T21:40:50.343Z Checking toml v1.0.6+spec-1.1.0
27022026-06-20T21:40:50.343Z Checking slog-async v2.8.0
27032026-06-20T21:40:50.343Z Checking slog-term v2.9.2
27042026-06-20T21:40:50.343Z Checking async-compression v0.4.41
27052026-06-20T21:40:50.343Z Compiling derive-ex v0.1.8
27062026-06-20T21:40:50.538Z Compiling parse-display-derive v0.10.0
27072026-06-20T21:40:50.604Z Checking async-stream v0.3.6
27082026-06-20T21:40:50.604Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-20T21:40:50.714Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-06-20T21:40:50.877Z Checking progenitor-client v0.14.0
27112026-06-20T21:40:50.877Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-20T21:40:50.953Z Checking waitgroup v0.1.2
27132026-06-20T21:40:50.953Z Checking backon v1.6.0
27142026-06-20T21:40:50.953Z Checking rustls-pemfile v2.2.0
27152026-06-20T21:40:50.953Z Checking serde_path_to_error v0.1.20
27162026-06-20T21:40:50.953Z Checking hostname v0.4.2
27172026-06-20T21:40:50.992Z Checking instant v0.1.13
27182026-06-20T21:40:51.105Z Checking backoff v0.4.0
27192026-06-20T21:40:51.242Z Checking progenitor-extras v0.2.0
27202026-06-20T21:40:51.359Z Checking tokio-rustls v0.25.0
27212026-06-20T21:40:51.359Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-20T21:40:51.360Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-20T21:40:51.505Z Checking itertools v0.14.0
27242026-06-20T21:40:51.531Z Checking regress v0.10.5
27252026-06-20T21:40:51.611Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27262026-06-20T21:40:51.921Z Checking macaddr v1.0.1
27272026-06-20T21:40:52.016Z Compiling test-strategy v0.4.5
27282026-06-20T21:40:52.141Z Checking parse-display v0.10.0
27292026-06-20T21:40:52.276Z Checking humantime v2.3.0
27302026-06-20T21:40:53.306Z Compiling prettyplease v0.2.37
27312026-06-20T21:40:53.488Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-06-20T21:40:54.357Z Checking num-rational v0.4.2
27332026-06-20T21:40:54.376Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-06-20T21:40:54.376Z Checking num-complex v0.4.6
27352026-06-20T21:40:54.869Z Checking num v0.4.3
27362026-06-20T21:40:55.427Z Compiling usdt-macro v0.5.0
27372026-06-20T21:40:55.428Z Compiling usdt-attr-macro v0.5.0
27382026-06-20T21:40:55.428Z Checking memmap v0.7.0
27392026-06-20T21:40:55.428Z Checking float-ord v0.3.2
27402026-06-20T21:40:55.720Z Checking unicode-width v0.2.0
27412026-06-20T21:40:55.720Z Compiling convert_case v0.4.0
27422026-06-20T21:40:55.720Z Checking console v0.15.11
27432026-06-20T21:40:55.720Z Compiling derive_more v0.99.20
27442026-06-20T21:40:55.721Z Checking newline-converter v0.3.0
27452026-06-20T21:40:55.967Z Compiling toml v0.8.23
27462026-06-20T21:40:55.967Z Compiling minimal-lexical v0.2.1
27472026-06-20T21:40:55.967Z Checking usdt v0.5.0
27482026-06-20T21:40:56.104Z Checking linked-hash-map v0.5.6
27492026-06-20T21:40:56.104Z Compiling nom v7.1.3
27502026-06-20T21:40:56.326Z Checking lru-cache v0.1.2
27512026-06-20T21:40:56.326Z Checking expectorate v1.2.0
27522026-06-20T21:40:56.843Z Checking camino-tempfile v1.4.1
27532026-06-20T21:40:57.260Z Checking hickory-proto v0.24.4
27542026-06-20T21:40:57.260Z Checking phf_shared v0.12.1
27552026-06-20T21:40:57.260Z Compiling slog-dtrace v0.3.0
27562026-06-20T21:40:57.260Z Checking heck v0.5.0
27572026-06-20T21:40:57.474Z Checking resolv-conf v0.7.6
27582026-06-20T21:40:57.474Z Compiling chrono-tz v0.10.4
27592026-06-20T21:40:57.474Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27602026-06-20T21:40:57.474Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612026-06-20T21:40:57.474Z Compiling const_format_proc_macros v0.2.34
27622026-06-20T21:40:57.763Z Checking phf v0.12.1
27632026-06-20T21:40:57.763Z Checking tokio-dtrace v0.1.1
27642026-06-20T21:40:57.970Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-06-20T21:40:57.970Z Compiling derive-where v1.6.0
27662026-06-20T21:40:58.136Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27672026-06-20T21:40:58.282Z Checking highway v1.3.0
27682026-06-20T21:40:58.322Z Checking const_format v0.2.35
27692026-06-20T21:40:58.604Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27702026-06-20T21:40:58.812Z Checking hickory-resolver v0.24.4
27712026-06-20T21:40:59.003Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27722026-06-20T21:40:59.003Z Checking oxide-tokio-rt v0.1.4
27732026-06-20T21:40:59.059Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-06-20T21:40:59.166Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-06-20T21:40:59.375Z Checking gethostname v0.5.0
27762026-06-20T21:40:59.543Z Checking qorb v0.4.1
27772026-06-20T21:40:59.543Z Checking bcs v0.1.6
27782026-06-20T21:40:59.712Z Checking termtree v0.5.1
27792026-06-20T21:40:59.712Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-06-20T21:41:02.543Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-06-20T21:41:05.081Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-06-20T21:41:07.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s
27832026-06-20T21:41:07.642Z
27842026-06-20T21:41:07.643Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27852026-06-20T21:41:07.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-06-20T21:41:08.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-06-20T21:41:08.222Z Compiling ar_archive_writer v0.5.1
27882026-06-20T21:41:08.380Z Compiling stacker v0.1.23
27892026-06-20T21:41:08.380Z Compiling cfg_aliases v0.1.1
27902026-06-20T21:41:08.380Z Compiling convert_case v0.10.0
27912026-06-20T21:41:08.380Z Checking unicode-width v0.1.14
27922026-06-20T21:41:08.380Z Compiling proc-macro-error v1.0.4
27932026-06-20T21:41:08.380Z Checking fd-lock v4.0.4
27942026-06-20T21:41:08.380Z Checking nibble_vec v0.1.0
27952026-06-20T21:41:08.380Z Compiling nix v0.28.0
27962026-06-20T21:41:08.380Z Checking vte v0.14.1
27972026-06-20T21:41:08.380Z Compiling recursive-proc-macro-impl v0.1.1
27982026-06-20T21:41:08.391Z Checking endian-type v0.1.2
27992026-06-20T21:41:08.392Z Checking bytecount v0.6.9
28002026-06-20T21:41:08.392Z Checking strip-ansi-escapes v0.2.1
28012026-06-20T21:41:08.392Z Compiling derive_more-impl v2.1.1
28022026-06-20T21:41:08.392Z Compiling tabled_derive v0.7.0
28032026-06-20T21:41:08.443Z Checking papergrid v0.11.0
28042026-06-20T21:41:08.500Z Checking radix_trie v0.2.1
28052026-06-20T21:41:08.500Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-06-20T21:41:08.670Z Compiling peg-macros v0.8.5
28072026-06-20T21:41:08.846Z Checking winnow v0.6.26
28082026-06-20T21:41:08.954Z Compiling psm v0.1.30
28092026-06-20T21:41:09.025Z Compiling sqlparser_derive v0.5.0
28102026-06-20T21:41:09.117Z Checking unicode_categories v0.1.1
28112026-06-20T21:41:09.176Z Checking derive_more v2.1.1
28122026-06-20T21:41:09.191Z Checking home v0.5.12
28132026-06-20T21:41:09.255Z Checking nu-ansi-term v0.50.3
28142026-06-20T21:41:09.309Z Checking crossterm v0.29.0
28152026-06-20T21:41:09.357Z Checking tabled v0.15.0
28162026-06-20T21:41:09.439Z Checking rustyline v14.0.0
28172026-06-20T21:41:09.623Z Checking reedline v0.40.0
28182026-06-20T21:41:10.498Z Checking recursive v0.1.1
28192026-06-20T21:41:10.867Z Checking display-error-chain v0.2.2
28202026-06-20T21:41:10.867Z Checking sqlparser v0.61.0
28212026-06-20T21:41:10.867Z Checking sqlformat v0.3.5
28222026-06-20T21:41:10.867Z Checking peg v0.8.5
28232026-06-20T21:41:21.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
28242026-06-20T21:41:21.890Z
28252026-06-20T21:41:21.890Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28262026-06-20T21:41:21.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-20T21:41:21.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-20T21:41:21.995Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-20T21:41:25.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28302026-06-20T21:41:25.420Z
28312026-06-20T21:41:25.420Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28322026-06-20T21:41:25.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-20T21:41:26.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-20T21:41:26.161Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-20T21:41:28.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28362026-06-20T21:41:28.557Z
28372026-06-20T21:41:28.557Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28382026-06-20T21:41:29.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-20T21:41:29.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-20T21:41:29.162Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-20T21:41:32.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28422026-06-20T21:41:32.593Z
28432026-06-20T21:41:32.593Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28442026-06-20T21:41:33.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-20T21:41:33.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-20T21:41:33.233Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-20T21:41:36.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28482026-06-20T21:41:36.603Z
28492026-06-20T21:41:36.603Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28502026-06-20T21:41:37.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-20T21:41:37.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-20T21:41:37.247Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-20T21:41:39.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28542026-06-20T21:41:39.946Z
28552026-06-20T21:41:39.946Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28562026-06-20T21:41:40.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-20T21:41:40.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-20T21:41:40.536Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-20T21:41:43.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28602026-06-20T21:41:43.266Z
28612026-06-20T21:41:43.266Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28622026-06-20T21:41:43.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-20T21:41:43.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-20T21:41:43.884Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-20T21:41:47.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28662026-06-20T21:41:47.455Z
28672026-06-20T21:41:47.455Zinfo: running `cargo check --bins` on oximeter (93/297)
28682026-06-20T21:41:47.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-20T21:41:47.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-20T21:41:47.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-06-20T21:41:47.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28722026-06-20T21:41:47.979Z
28732026-06-20T21:41:47.979Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28742026-06-20T21:41:48.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-20T21:41:48.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-20T21:41:48.568Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-06-20T21:41:48.734Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-06-20T21:41:48.734Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-06-20T21:41:49.141Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-06-20T21:41:51.757Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-06-20T21:41:52.948Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-06-20T21:41:53.151Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-06-20T21:41:53.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
28842026-06-20T21:41:54.009Z
28852026-06-20T21:41:54.010Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28862026-06-20T21:41:54.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-20T21:41:54.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-20T21:41:54.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-20T21:41:54.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28902026-06-20T21:41:54.507Z
28912026-06-20T21:41:54.507Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28922026-06-20T21:41:54.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-20T21:41:54.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-20T21:41:54.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-20T21:41:54.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28962026-06-20T21:41:55.073Z
28972026-06-20T21:41:55.073Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
28982026-06-20T21:41:55.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-20T21:41:55.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-20T21:41:55.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-20T21:41:55.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-06-20T21:41:55.611Z
29032026-06-20T21:41:55.611Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
29042026-06-20T21:41:56.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-20T21:41:56.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-20T21:41:56.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-20T21:41:56.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29082026-06-20T21:41:56.142Z
29092026-06-20T21:41:56.142Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29102026-06-20T21:41:56.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-20T21:41:56.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-20T21:41:56.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-20T21:41:56.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-06-20T21:41:56.676Z
29152026-06-20T21:41:56.676Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29162026-06-20T21:41:57.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-20T21:41:57.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-20T21:41:57.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-20T21:41:57.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-06-20T21:41:57.213Z
29212026-06-20T21:41:57.213Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29222026-06-20T21:41:57.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-20T21:41:57.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-20T21:41:57.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-20T21:41:57.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29262026-06-20T21:41:57.731Z
29272026-06-20T21:41:57.731Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29282026-06-20T21:41:58.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-20T21:41:58.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-20T21:41:58.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-20T21:41:58.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-06-20T21:41:58.264Z
29332026-06-20T21:41:58.264Zinfo: running `cargo check --bins` on update-engine (103/297)
29342026-06-20T21:41:58.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-20T21:41:58.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-20T21:41:58.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-20T21:41:58.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29382026-06-20T21:41:58.781Z
29392026-06-20T21:41:58.781Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29402026-06-20T21:41:59.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-20T21:41:59.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-20T21:41:59.435Z Compiling crucible-workspace-hack v0.1.0
29432026-06-20T21:41:59.567Z Checking secrecy v0.10.3
29442026-06-20T21:41:59.573Z Compiling toml_datetime v0.7.5+spec-1.1.0
29452026-06-20T21:41:59.573Z Compiling heapless v0.8.0
29462026-06-20T21:41:59.573Z Compiling ingot-macros v0.1.1
29472026-06-20T21:41:59.584Z Checking hash32 v0.3.1
29482026-06-20T21:41:59.594Z Compiling smoltcp v0.11.0
29492026-06-20T21:41:59.594Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-06-20T21:41:59.649Z Checking cobs v0.3.0
29512026-06-20T21:41:59.710Z Compiling toml_edit v0.23.10+spec-1.0.0
29522026-06-20T21:41:59.777Z Compiling thiserror-impl-no-std v2.0.2
29532026-06-20T21:41:59.788Z Checking half v2.7.1
29542026-06-20T21:41:59.807Z Checking universal-hash v0.5.1
29552026-06-20T21:41:59.853Z Checking ciborium-io v0.2.2
29562026-06-20T21:41:59.933Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-06-20T21:41:59.933Z Checking opaque-debug v0.3.1
29582026-06-20T21:41:59.961Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29592026-06-20T21:42:00.053Z Checking poly1305 v0.8.0
29602026-06-20T21:42:00.074Z Checking ciborium-ll v0.2.2
29612026-06-20T21:42:00.129Z Checking postcard v1.1.3
29622026-06-20T21:42:00.230Z Compiling proc-macro-crate v3.4.0
29632026-06-20T21:42:00.299Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-06-20T21:42:00.390Z Checking password-hash v0.5.0
29652026-06-20T21:42:00.414Z Checking chacha20 v0.9.1
29662026-06-20T21:42:00.580Z Compiling proc-macro-crate v1.3.1
29672026-06-20T21:42:00.612Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29682026-06-20T21:42:00.622Z Checking blake2 v0.10.6
29692026-06-20T21:42:00.763Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29702026-06-20T21:42:00.781Z Compiling num_enum_derive v0.7.6
29712026-06-20T21:42:00.846Z Checking aead v0.5.2
29722026-06-20T21:42:00.859Z Compiling foreign-types-macros v0.2.3
29732026-06-20T21:42:00.953Z Checking thiserror-no-std v2.0.2
29742026-06-20T21:42:00.971Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29752026-06-20T21:42:00.982Z Checking cpufeatures v0.3.0
29762026-06-20T21:42:00.986Z Checking foreign-types-shared v0.3.1
29772026-06-20T21:42:01.039Z Checking vsss-rs v3.3.4
29782026-06-20T21:42:01.056Z Checking chacha20 v0.10.0
29792026-06-20T21:42:01.080Z Compiling num_enum_derive v0.5.11
29802026-06-20T21:42:01.205Z Checking chacha20poly1305 v0.10.1
29812026-06-20T21:42:01.270Z Checking argon2 v0.5.3
29822026-06-20T21:42:01.327Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29832026-06-20T21:42:01.446Z Checking foreign-types v0.5.0
29842026-06-20T21:42:01.520Z Checking ciborium v0.2.2
29852026-06-20T21:42:01.664Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-06-20T21:42:01.725Z Checking tabwriter v1.4.1
29872026-06-20T21:42:01.822Z Checking num_enum v0.7.6
29882026-06-20T21:42:01.868Z Checking byte-wrapper v0.1.0
29892026-06-20T21:42:01.934Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-06-20T21:42:01.934Z Checking cstr-argument v0.1.2
29912026-06-20T21:42:01.949Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29922026-06-20T21:42:02.058Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-06-20T21:42:02.072Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29942026-06-20T21:42:02.103Z Checking num_enum v0.5.11
29952026-06-20T21:42:02.148Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-06-20T21:42:02.214Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29972026-06-20T21:42:02.257Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-06-20T21:42:02.397Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-06-20T21:42:02.408Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-06-20T21:42:02.423Z Checking ingot-types v0.1.2
30012026-06-20T21:42:02.434Z Checking rand v0.10.0
30022026-06-20T21:42:02.439Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-06-20T21:42:02.491Z Checking colored v3.1.1
30042026-06-20T21:42:02.602Z Checking indent_write v2.2.0
30052026-06-20T21:42:02.699Z Compiling zone_cfg_derive v0.3.1
30062026-06-20T21:42:02.713Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-06-20T21:42:02.732Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30082026-06-20T21:42:02.756Z Checking itertools v0.12.1
30092026-06-20T21:42:02.783Z Checking ingot v0.1.1
30102026-06-20T21:42:02.811Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-20T21:42:02.878Z Compiling num-derive v0.4.2
30122026-06-20T21:42:02.896Z Checking swrite v0.1.0
30132026-06-20T21:42:02.914Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-06-20T21:42:02.985Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-06-20T21:42:03.107Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-20T21:42:03.265Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-06-20T21:42:03.283Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30182026-06-20T21:42:03.303Z Checking dropshot-api-manager-types v0.7.2
30192026-06-20T21:42:03.340Z Checking smf v0.2.3
30202026-06-20T21:42:03.373Z Checking nanorand v0.7.0
30212026-06-20T21:42:03.467Z Checking whoami v1.6.1
30222026-06-20T21:42:03.566Z Checking flume v0.11.1
30232026-06-20T21:42:03.566Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-06-20T21:42:03.779Z Checking zone v0.3.1
30252026-06-20T21:42:03.806Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30262026-06-20T21:42:04.352Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30272026-06-20T21:42:05.329Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-20T21:42:06.230Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-20T21:42:09.456Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-06-20T21:42:11.495Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-06-20T21:42:12.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
30322026-06-20T21:42:12.759Z
30332026-06-20T21:42:12.759Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30342026-06-20T21:42:13.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-20T21:42:13.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-20T21:42:13.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-20T21:42:13.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-20T21:42:13.283Z
30392026-06-20T21:42:13.283Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30402026-06-20T21:42:13.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-20T21:42:13.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-20T21:42:13.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-20T21:42:13.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30442026-06-20T21:42:13.828Z
30452026-06-20T21:42:13.828Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30462026-06-20T21:42:14.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-20T21:42:14.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-20T21:42:14.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-20T21:42:14.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-06-20T21:42:14.353Z
30512026-06-20T21:42:14.353Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30522026-06-20T21:42:14.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-20T21:42:14.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-20T21:42:14.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-20T21:42:14.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30562026-06-20T21:42:14.891Z
30572026-06-20T21:42:14.891Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30582026-06-20T21:42:15.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-20T21:42:15.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-20T21:42:15.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-20T21:42:15.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30622026-06-20T21:42:15.420Z
30632026-06-20T21:42:15.420Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30642026-06-20T21:42:15.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-20T21:42:15.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-20T21:42:15.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-20T21:42:15.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-06-20T21:42:15.957Z
30692026-06-20T21:42:15.957Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30702026-06-20T21:42:16.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-20T21:42:16.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-20T21:42:16.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-20T21:42:16.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30742026-06-20T21:42:16.490Z
30752026-06-20T21:42:16.490Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30762026-06-20T21:42:16.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-20T21:42:16.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-20T21:42:16.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-20T21:42:16.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30802026-06-20T21:42:17.008Z
30812026-06-20T21:42:17.008Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30822026-06-20T21:42:17.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-20T21:42:17.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-20T21:42:17.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-20T21:42:17.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30862026-06-20T21:42:17.539Z
30872026-06-20T21:42:17.539Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30882026-06-20T21:42:17.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-20T21:42:17.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-20T21:42:17.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-20T21:42:17.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-06-20T21:42:18.069Z
30932026-06-20T21:42:18.069Zinfo: running `cargo check --bins` on installinator-client (115/297)
30942026-06-20T21:42:18.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-20T21:42:18.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-20T21:42:18.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-20T21:42:18.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30982026-06-20T21:42:18.603Z
30992026-06-20T21:42:18.603Zinfo: running `cargo check --bins` on nexus-client (116/297)
31002026-06-20T21:42:19.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-20T21:42:19.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-20T21:42:19.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-20T21:42:19.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-20T21:42:19.172Z
31052026-06-20T21:42:19.172Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
31062026-06-20T21:42:19.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-20T21:42:19.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-20T21:42:19.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-20T21:42:19.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-06-20T21:42:19.742Z
31112026-06-20T21:42:19.742Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31122026-06-20T21:42:20.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-20T21:42:20.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-20T21:42:20.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-20T21:42:20.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-20T21:42:20.251Z
31172026-06-20T21:42:20.251Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31182026-06-20T21:42:20.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-20T21:42:20.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-20T21:42:20.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-20T21:42:20.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-20T21:42:20.765Z
31232026-06-20T21:42:20.765Zinfo: running `cargo check --bins` on oxide-client (120/297)
31242026-06-20T21:42:21.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-20T21:42:21.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-20T21:42:21.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-20T21:42:21.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31282026-06-20T21:42:21.284Z
31292026-06-20T21:42:21.284Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31302026-06-20T21:42:21.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-20T21:42:21.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-20T21:42:21.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-20T21:42:21.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-06-20T21:42:21.804Z
31352026-06-20T21:42:21.804Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31362026-06-20T21:42:22.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-20T21:42:22.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-20T21:42:22.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-20T21:42:22.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31402026-06-20T21:42:22.307Z
31412026-06-20T21:42:22.307Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31422026-06-20T21:42:22.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-20T21:42:22.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-20T21:42:22.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-20T21:42:22.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31462026-06-20T21:42:22.838Z
31472026-06-20T21:42:22.838Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31482026-06-20T21:42:23.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-20T21:42:23.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-20T21:42:23.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-20T21:42:23.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-06-20T21:42:23.385Z
31532026-06-20T21:42:23.385Zinfo: running `cargo check --bins` on installinator-common (125/297)
31542026-06-20T21:42:23.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-20T21:42:23.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-20T21:42:23.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-20T21:42:23.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31582026-06-20T21:42:23.933Z
31592026-06-20T21:42:23.933Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31602026-06-20T21:42:24.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-20T21:42:24.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-20T21:42:24.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-20T21:42:24.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31642026-06-20T21:42:24.446Z
31652026-06-20T21:42:24.446Zinfo: running `cargo check --bins` on wicket-common (127/297)
31662026-06-20T21:42:24.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-20T21:42:24.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-20T21:42:24.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-20T21:42:24.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31702026-06-20T21:42:24.993Z
31712026-06-20T21:42:24.993Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31722026-06-20T21:42:25.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-20T21:42:25.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-20T21:42:25.631Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-06-20T21:42:25.740Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-06-20T21:42:25.748Z Checking csv-core v0.1.13
31772026-06-20T21:42:25.754Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-06-20T21:42:25.760Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-06-20T21:42:25.764Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-20T21:42:25.781Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31812026-06-20T21:42:25.790Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-06-20T21:42:25.905Z Checking csv v1.4.0
31832026-06-20T21:42:25.942Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-06-20T21:42:25.956Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31852026-06-20T21:42:25.982Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862026-06-20T21:42:26.001Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-06-20T21:42:26.239Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-06-20T21:42:26.606Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-06-20T21:42:26.610Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-06-20T21:42:26.950Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31912026-06-20T21:43:23.505Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31922026-06-20T21:43:23.505Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31932026-06-20T21:43:23.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
31942026-06-20T21:43:23.703Z
31952026-06-20T21:43:23.703Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
31962026-06-20T21:43:23.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-20T21:43:23.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-20T21:43:23.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-20T21:43:23.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32002026-06-20T21:43:23.704Z
32012026-06-20T21:43:23.704Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
32022026-06-20T21:43:23.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-20T21:43:23.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-20T21:43:23.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-20T21:43:23.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-20T21:43:23.704Z
32072026-06-20T21:43:23.704Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32082026-06-20T21:43:23.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-20T21:43:23.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-20T21:43:23.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-20T21:43:23.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32122026-06-20T21:43:23.704Z
32132026-06-20T21:43:23.704Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32142026-06-20T21:43:23.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-20T21:43:23.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-20T21:43:23.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-20T21:43:23.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32182026-06-20T21:43:23.704Z
32192026-06-20T21:43:23.704Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32202026-06-20T21:43:23.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-20T21:43:23.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-20T21:43:23.704Z Compiling regress v0.11.1
32232026-06-20T21:43:23.704Z Compiling unsafe-libyaml v0.2.11
32242026-06-20T21:43:23.704Z Compiling semver v0.1.20
32252026-06-20T21:43:23.704Z Compiling radium v0.7.0
32262026-06-20T21:43:23.704Z Checking nom v8.0.0
32272026-06-20T21:43:23.704Z Checking tap v1.0.1
32282026-06-20T21:43:23.704Z Compiling maybe-uninit v2.0.0
32292026-06-20T21:43:23.704Z Checking wyz v0.5.1
32302026-06-20T21:43:23.704Z Compiling rustc_version v0.1.7
32312026-06-20T21:43:23.704Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-06-20T21:43:23.704Z Compiling zerocopy-derive v0.6.6
32332026-06-20T21:43:23.704Z Compiling packed_struct v0.10.1
32342026-06-20T21:43:23.704Z Compiling serde_yaml v0.9.34+deprecated
32352026-06-20T21:43:23.705Z Compiling newtype_derive v0.1.6
32362026-06-20T21:43:23.705Z Checking funty v2.0.0
32372026-06-20T21:43:23.705Z Compiling cancel-safe-futures v0.1.5
32382026-06-20T21:43:23.705Z Compiling owo-colors v4.3.0
32392026-06-20T21:43:23.705Z Checking crc-catalog v2.4.0
32402026-06-20T21:43:23.705Z Checking crc v3.4.0
32412026-06-20T21:43:23.705Z Checking zerocopy v0.6.6
32422026-06-20T21:43:23.705Z Checking bitvec v1.0.1
32432026-06-20T21:43:23.705Z Checking typify-impl v0.6.2
32442026-06-20T21:43:23.705Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-06-20T21:43:23.705Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-06-20T21:43:23.705Z Compiling packed_struct_codegen v0.10.1
32472026-06-20T21:43:23.705Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32482026-06-20T21:43:23.705Z Checking libsw-core v0.3.2
32492026-06-20T21:43:23.705Z Compiling bitfield-macros v0.19.4
32502026-06-20T21:43:23.705Z Compiling indexmap v1.9.3
32512026-06-20T21:43:23.705Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32522026-06-20T21:43:23.705Z Checking nodrop v0.1.14
32532026-06-20T21:43:23.705Z Checking libsw v3.5.0
32542026-06-20T21:43:23.705Z Checking array-init v0.0.4
32552026-06-20T21:43:23.705Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-20T21:43:23.705Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-06-20T21:43:23.705Z Checking bitfield v0.19.4
32582026-06-20T21:43:23.705Z Checking smallvec v0.6.14
32592026-06-20T21:43:23.705Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-06-20T21:43:23.705Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-06-20T21:43:23.705Z Checking base64 v0.21.7
32622026-06-20T21:43:23.705Z Checking linear-map v1.2.0
32632026-06-20T21:43:23.705Z Checking tagptr v0.2.0
32642026-06-20T21:43:23.705Z Checking unicode-linebreak v0.1.5
32652026-06-20T21:43:23.705Z Checking hashbrown v0.12.3
32662026-06-20T21:43:23.705Z Checking smawk v0.3.2
32672026-06-20T21:43:23.705Z Checking moka v0.12.13
32682026-06-20T21:43:23.705Z Checking ron v0.8.1
32692026-06-20T21:43:23.705Z Checking textwrap v0.16.2
32702026-06-20T21:43:23.705Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32712026-06-20T21:43:23.705Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-06-20T21:43:23.705Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-06-20T21:43:23.705Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32742026-06-20T21:43:23.706Z Checking steno v0.4.1
32752026-06-20T21:43:23.706Z Checking serde-hex v0.1.0
32762026-06-20T21:43:23.706Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-20T21:43:23.706Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-06-20T21:43:23.706Z Checking hashbrown v0.13.2
32792026-06-20T21:43:23.706Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-06-20T21:43:23.706Z Checking crc-any v2.5.0
32812026-06-20T21:43:23.706Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-06-20T21:43:23.706Z Checking hickory-resolver v0.25.2
32832026-06-20T21:43:23.706Z Checking path-slash v0.1.5
32842026-06-20T21:43:23.706Z Checking object v0.30.4
32852026-06-20T21:43:23.706Z Checking utf-8 v0.7.6
32862026-06-20T21:43:23.706Z Checking void v1.0.2
32872026-06-20T21:43:23.706Z Checking half v1.8.3
32882026-06-20T21:43:23.706Z Checking lzss v0.8.2
32892026-06-20T21:43:23.706Z Checking serde_cbor v0.11.2
32902026-06-20T21:43:23.706Z Checking tungstenite v0.23.0
32912026-06-20T21:43:23.706Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32922026-06-20T21:43:23.706Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-06-20T21:43:24.052Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-20T21:43:24.052Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-20T21:43:24.052Z Checking nix v0.27.1
32962026-06-20T21:43:24.052Z Checking kstat-rs v0.2.4
32972026-06-20T21:43:24.052Z Compiling typify-macro v0.6.2
32982026-06-20T21:43:24.052Z Checking fxhash v0.2.1
32992026-06-20T21:43:24.052Z Checking serde_bytes v0.11.19
33002026-06-20T21:43:24.052Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33012026-06-20T21:43:24.052Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-20T21:43:24.052Z Checking tokio-tungstenite v0.23.1
33032026-06-20T21:43:24.052Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33042026-06-20T21:43:24.052Z Checking signal-hook-tokio v0.3.1
33052026-06-20T21:43:24.052Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-06-20T21:43:24.052Z Compiling typify v0.6.2
33072026-06-20T21:43:24.052Z Compiling progenitor-impl v0.14.0
33082026-06-20T21:43:24.052Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-06-20T21:43:24.052Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33102026-06-20T21:43:24.052Z Compiling progenitor-macro v0.14.0
33112026-06-20T21:43:24.052Z Checking progenitor v0.14.0
33122026-06-20T21:43:24.052Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33132026-06-20T21:43:24.053Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-06-20T21:43:24.053Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-06-20T21:43:24.053Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-06-20T21:43:24.053Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-06-20T21:43:24.053Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-06-20T21:43:24.053Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-06-20T21:43:24.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.66s
33202026-06-20T21:43:24.053Z
33212026-06-20T21:43:24.053Zinfo: running `cargo check --bins` on gateway-api (134/297)
33222026-06-20T21:43:24.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-20T21:43:24.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-20T21:43:24.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-20T21:43:24.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33262026-06-20T21:43:24.053Z
33272026-06-20T21:43:24.053Zinfo: running `cargo check --bins` on ipcc (135/297)
33282026-06-20T21:43:24.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-20T21:43:24.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-20T21:43:24.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-20T21:43:24.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33322026-06-20T21:43:24.053Z
33332026-06-20T21:43:24.053Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33342026-06-20T21:43:24.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-20T21:43:24.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-20T21:43:24.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-20T21:43:24.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33382026-06-20T21:43:24.054Z
33392026-06-20T21:43:24.054Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33402026-06-20T21:43:24.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-20T21:43:24.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-20T21:43:24.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-20T21:43:24.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33442026-06-20T21:43:24.054Z
33452026-06-20T21:43:24.054Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33462026-06-20T21:43:24.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-20T21:43:24.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-20T21:43:24.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-20T21:43:24.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-20T21:43:24.054Z
33512026-06-20T21:43:24.054Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33522026-06-20T21:43:24.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-20T21:43:24.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-20T21:43:24.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-20T21:43:24.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-06-20T21:43:24.054Z
33572026-06-20T21:43:24.054Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33582026-06-20T21:43:24.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-20T21:43:24.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-20T21:43:24.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-20T21:43:24.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33622026-06-20T21:43:24.055Z
33632026-06-20T21:43:24.055Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33642026-06-20T21:43:24.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-20T21:43:24.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-20T21:43:24.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-20T21:43:24.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33682026-06-20T21:43:24.055Z
33692026-06-20T21:43:24.055Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33702026-06-20T21:43:24.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-20T21:43:24.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-20T21:43:24.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-20T21:43:24.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-20T21:43:24.055Z
33752026-06-20T21:43:24.055Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33762026-06-20T21:43:24.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-20T21:43:24.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-20T21:43:24.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-20T21:43:24.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33802026-06-20T21:43:24.055Z
33812026-06-20T21:43:24.055Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33822026-06-20T21:43:24.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-20T21:43:24.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-20T21:43:24.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-20T21:43:24.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33862026-06-20T21:43:24.056Z
33872026-06-20T21:43:24.056Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33882026-06-20T21:43:24.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-20T21:43:24.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-20T21:43:24.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-20T21:43:24.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-20T21:43:24.056Z
33932026-06-20T21:43:24.412Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33942026-06-20T21:43:24.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-20T21:43:24.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-20T21:43:24.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-20T21:43:24.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33982026-06-20T21:43:24.412Z
33992026-06-20T21:43:24.412Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
34002026-06-20T21:43:24.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-20T21:43:24.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-20T21:43:24.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-20T21:43:24.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34042026-06-20T21:43:24.412Z
34052026-06-20T21:43:24.412Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34062026-06-20T21:43:24.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-20T21:43:24.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-20T21:43:24.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-20T21:43:24.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34102026-06-20T21:43:24.412Z
34112026-06-20T21:43:24.412Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34122026-06-20T21:43:24.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-20T21:43:24.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-20T21:43:24.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-20T21:43:24.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34162026-06-20T21:43:24.412Z
34172026-06-20T21:43:24.412Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34182026-06-20T21:43:24.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-20T21:43:24.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-20T21:43:24.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-20T21:43:24.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34222026-06-20T21:43:24.412Z
34232026-06-20T21:43:24.412Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34242026-06-20T21:43:24.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-20T21:43:24.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-20T21:43:24.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-20T21:43:24.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-06-20T21:43:24.413Z
34292026-06-20T21:43:24.413Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34302026-06-20T21:43:24.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-20T21:43:24.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-20T21:43:24.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-20T21:43:24.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34342026-06-20T21:43:24.413Z
34352026-06-20T21:43:24.413Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34362026-06-20T21:43:24.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-20T21:43:24.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-20T21:43:24.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-20T21:43:24.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34402026-06-20T21:43:24.413Z
34412026-06-20T21:43:24.413Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34422026-06-20T21:43:24.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-20T21:43:24.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-20T21:43:24.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-20T21:43:24.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34462026-06-20T21:43:24.413Z
34472026-06-20T21:43:24.413Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34482026-06-20T21:43:24.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-20T21:43:24.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-20T21:43:24.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-20T21:43:24.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34522026-06-20T21:43:24.413Z
34532026-06-20T21:43:24.413Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34542026-06-20T21:43:24.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-20T21:43:24.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-20T21:43:24.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-20T21:43:24.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34582026-06-20T21:43:24.702Z
34592026-06-20T21:43:24.702Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34602026-06-20T21:43:25.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-20T21:43:25.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-20T21:43:25.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-20T21:43:25.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34642026-06-20T21:43:25.455Z
34652026-06-20T21:43:25.455Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34662026-06-20T21:43:25.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-20T21:43:25.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-20T21:43:25.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-20T21:43:25.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34702026-06-20T21:43:25.686Z
34712026-06-20T21:43:25.686Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34722026-06-20T21:43:26.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-20T21:43:26.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-20T21:43:26.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-20T21:43:26.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-20T21:43:26.146Z
34772026-06-20T21:43:26.146Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34782026-06-20T21:43:26.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-20T21:43:26.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-20T21:43:26.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-20T21:43:26.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-20T21:43:26.736Z
34832026-06-20T21:43:26.736Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34842026-06-20T21:43:27.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-20T21:43:27.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-20T21:43:27.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-20T21:43:27.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34882026-06-20T21:43:27.224Z
34892026-06-20T21:43:27.224Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34902026-06-20T21:43:27.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-20T21:43:27.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-20T21:43:27.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-20T21:43:27.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-20T21:43:27.795Z
34952026-06-20T21:43:27.795Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
34962026-06-20T21:43:28.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-20T21:43:28.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-20T21:43:28.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-20T21:43:28.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-20T21:43:28.301Z
35012026-06-20T21:43:28.301Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
35022026-06-20T21:43:28.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-20T21:43:28.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-20T21:43:28.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-20T21:43:28.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35062026-06-20T21:43:28.799Z
35072026-06-20T21:43:28.799Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35082026-06-20T21:43:29.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-20T21:43:29.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-20T21:43:29.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-20T21:43:29.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35122026-06-20T21:43:29.381Z
35132026-06-20T21:43:29.381Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35142026-06-20T21:43:29.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-20T21:43:29.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-20T21:43:29.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-20T21:43:29.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35182026-06-20T21:43:29.889Z
35192026-06-20T21:43:29.889Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35202026-06-20T21:43:30.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-20T21:43:30.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-20T21:43:30.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-20T21:43:30.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35242026-06-20T21:43:31.241Z
35252026-06-20T21:43:31.241Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35262026-06-20T21:43:31.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-20T21:43:31.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-20T21:43:31.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-20T21:43:31.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35302026-06-20T21:43:31.241Z
35312026-06-20T21:43:31.241Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35322026-06-20T21:43:31.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-20T21:43:31.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-20T21:43:31.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-20T21:43:31.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35362026-06-20T21:43:31.720Z
35372026-06-20T21:43:31.720Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35382026-06-20T21:43:32.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-20T21:43:32.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-20T21:43:32.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-20T21:43:32.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35422026-06-20T21:43:32.188Z
35432026-06-20T21:43:32.188Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35442026-06-20T21:43:32.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-20T21:43:32.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-20T21:43:32.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-20T21:43:32.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35482026-06-20T21:43:32.617Z
35492026-06-20T21:43:32.617Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35502026-06-20T21:43:33.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-20T21:43:33.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-20T21:43:33.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-20T21:43:33.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35542026-06-20T21:43:33.193Z
35552026-06-20T21:43:33.194Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35562026-06-20T21:43:33.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-20T21:43:33.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-20T21:43:33.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-20T21:43:33.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35602026-06-20T21:43:33.748Z
35612026-06-20T21:43:33.749Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35622026-06-20T21:43:34.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-20T21:43:34.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-20T21:43:34.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-20T21:43:34.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35662026-06-20T21:43:34.437Z
35672026-06-20T21:43:34.437Zinfo: running `cargo check --bins` on dns-server (175/297)
35682026-06-20T21:43:34.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-20T21:43:34.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-20T21:43:34.928Z Compiling parking_lot_core v0.8.6
35712026-06-20T21:43:34.948Z Compiling git-stub v1.0.0
35722026-06-20T21:43:34.948Z Checking prefix-trie v0.7.0
35732026-06-20T21:43:34.989Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35742026-06-20T21:43:35.341Z Compiling git-stub-vcs v0.1.0
35752026-06-20T21:43:35.466Z Checking hickory-server v0.25.2
35762026-06-20T21:43:35.466Z Checking parking_lot v0.11.2
35772026-06-20T21:43:35.466Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-06-20T21:43:35.621Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35792026-06-20T21:43:35.622Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-06-20T21:43:35.795Z Checking sled v0.34.7
35812026-06-20T21:43:37.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
35822026-06-20T21:43:37.641Z
35832026-06-20T21:43:37.641Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35842026-06-20T21:43:38.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-20T21:43:38.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-20T21:43:38.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-20T21:43:38.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35882026-06-20T21:43:38.171Z
35892026-06-20T21:43:38.172Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35902026-06-20T21:43:38.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-20T21:43:38.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-20T21:43:38.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-20T21:43:38.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35942026-06-20T21:43:38.649Z
35952026-06-20T21:43:38.650Zinfo: running `cargo check --bins` on sp-sim (178/297)
35962026-06-20T21:43:39.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-20T21:43:39.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-20T21:43:39.307Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35992026-06-20T21:43:41.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
36002026-06-20T21:43:41.233Z
36012026-06-20T21:43:41.234Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
36022026-06-20T21:43:41.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-20T21:43:41.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-20T21:43:41.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-20T21:43:41.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-06-20T21:43:41.811Z
36072026-06-20T21:43:41.811Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36082026-06-20T21:43:42.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-20T21:43:42.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-20T21:43:42.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-20T21:43:42.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36122026-06-20T21:43:42.394Z
36132026-06-20T21:43:42.394Zinfo: running `cargo check --bins` on db-macros (181/297)
36142026-06-20T21:43:42.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-20T21:43:42.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-20T21:43:42.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-20T21:43:42.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-20T21:43:42.909Z
36192026-06-20T21:43:42.909Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36202026-06-20T21:43:43.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-20T21:43:43.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-20T21:43:43.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-20T21:43:43.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36242026-06-20T21:43:43.424Z
36252026-06-20T21:43:43.424Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36262026-06-20T21:43:43.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-20T21:43:43.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-20T21:43:43.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-20T21:43:43.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36302026-06-20T21:43:44.005Z
36312026-06-20T21:43:44.005Zinfo: running `cargo check --bins` on authz-macros (184/297)
36322026-06-20T21:43:44.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-20T21:43:44.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-20T21:43:44.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-20T21:43:44.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36362026-06-20T21:43:44.519Z
36372026-06-20T21:43:44.520Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36382026-06-20T21:43:44.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-20T21:43:45.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-20T21:43:45.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-20T21:43:45.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36422026-06-20T21:43:45.089Z
36432026-06-20T21:43:45.089Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36442026-06-20T21:43:45.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-20T21:43:45.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-20T21:43:45.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-20T21:43:45.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-06-20T21:43:45.651Z
36492026-06-20T21:43:45.651Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36502026-06-20T21:43:46.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-20T21:43:46.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-20T21:43:46.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-20T21:43:46.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36542026-06-20T21:43:46.165Z
36552026-06-20T21:43:46.165Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36562026-06-20T21:43:46.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-20T21:43:46.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-20T21:43:46.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-20T21:43:46.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36602026-06-20T21:43:46.676Z
36612026-06-20T21:43:46.676Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36622026-06-20T21:43:47.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-20T21:43:47.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-20T21:43:47.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-20T21:43:47.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36662026-06-20T21:43:47.204Z
36672026-06-20T21:43:47.204Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36682026-06-20T21:43:47.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-20T21:43:47.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-20T21:43:47.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-20T21:43:47.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-20T21:43:47.721Z
36732026-06-20T21:43:47.721Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36742026-06-20T21:43:48.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-20T21:43:48.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-20T21:43:48.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-20T21:43:48.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-06-20T21:43:48.236Z
36792026-06-20T21:43:48.236Zinfo: running `cargo check --bins` on omicron-git-version (192/297)
36802026-06-20T21:43:48.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-20T21:43:48.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-20T21:43:48.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-20T21:43:48.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36842026-06-20T21:43:48.751Z
36852026-06-20T21:43:48.751Zinfo: running `cargo check --bins` on nexus-db-errors (193/297)
36862026-06-20T21:43:49.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-20T21:43:49.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-20T21:43:49.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-20T21:43:49.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-06-20T21:43:49.329Z
36912026-06-20T21:43:49.329Zinfo: running `cargo check --bins` on nexus-db-lookup (194/297)
36922026-06-20T21:43:49.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-20T21:43:49.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-20T21:43:49.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-20T21:43:49.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-20T21:43:49.906Z
36972026-06-20T21:43:49.906Zinfo: running `cargo check --bins` on nexus-inventory (195/297)
36982026-06-20T21:43:50.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-20T21:43:50.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-20T21:43:50.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-20T21:43:50.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37022026-06-20T21:43:50.478Z
37032026-06-20T21:43:50.478Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/297)
37042026-06-20T21:43:50.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-20T21:43:50.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-20T21:43:50.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-20T21:43:50.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37082026-06-20T21:43:51.031Z
37092026-06-20T21:43:51.031Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/297)
37102026-06-20T21:43:51.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-20T21:43:51.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-20T21:43:51.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-20T21:43:51.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37142026-06-20T21:43:51.573Z
37152026-06-20T21:43:51.573Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/297)
37162026-06-20T21:43:52.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-20T21:43:52.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-20T21:43:52.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-20T21:43:52.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37202026-06-20T21:43:52.122Z
37212026-06-20T21:43:52.122Zinfo: running `cargo check --bins` on key-manager (199/297)
37222026-06-20T21:43:52.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-20T21:43:52.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-20T21:43:52.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-20T21:43:52.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37262026-06-20T21:43:52.649Z
37272026-06-20T21:43:52.649Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/297)
37282026-06-20T21:43:53.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-20T21:43:53.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-20T21:43:53.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-20T21:43:53.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-06-20T21:43:53.197Z
37332026-06-20T21:43:53.197Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/297)
37342026-06-20T21:43:53.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-20T21:43:53.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-20T21:43:53.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-20T21:43:53.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37382026-06-20T21:43:53.739Z
37392026-06-20T21:43:53.739Zinfo: running `cargo check --bins` on typed-rng (202/297)
37402026-06-20T21:43:54.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-20T21:43:54.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-20T21:43:54.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-20T21:43:54.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37442026-06-20T21:43:54.246Z
37452026-06-20T21:43:54.247Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/297)
37462026-06-20T21:43:54.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-20T21:43:54.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-20T21:43:55.033Z Compiling libefi-sys v0.1.0
37492026-06-20T21:43:55.038Z Compiling bitfield-struct v0.6.2
37502026-06-20T21:43:55.169Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512026-06-20T21:43:55.181Z Compiling xshell-macros v0.2.7
37522026-06-20T21:43:55.195Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532026-06-20T21:43:55.204Z Compiling salty v0.3.0
37542026-06-20T21:43:55.215Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37552026-06-20T21:43:55.223Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37562026-06-20T21:43:55.236Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-06-20T21:43:55.333Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-06-20T21:43:55.504Z Checking primeorder v0.13.6
37592026-06-20T21:43:55.520Z Compiling proc-macro-error-attr2 v2.0.0
37602026-06-20T21:43:55.533Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37612026-06-20T21:43:55.547Z Checking xshell v0.2.7
37622026-06-20T21:43:55.676Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-06-20T21:43:55.692Z Checking tungstenite v0.21.0
37642026-06-20T21:43:55.730Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652026-06-20T21:43:55.744Z Checking p384 v0.13.1
37662026-06-20T21:43:55.777Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-06-20T21:43:55.880Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-06-20T21:43:55.896Z Compiling num-derive v0.3.3
37692026-06-20T21:43:55.910Z Compiling proc-macro-error2 v2.0.1
37702026-06-20T21:43:56.012Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-06-20T21:43:56.110Z Checking tokio-tungstenite v0.21.0
37722026-06-20T21:43:56.157Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-06-20T21:43:56.171Z Checking papergrid v0.17.0
37742026-06-20T21:43:56.217Z Compiling tabled_derive v0.11.0
37752026-06-20T21:43:56.243Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-06-20T21:43:56.259Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37772026-06-20T21:43:56.373Z Compiling progenitor-impl v0.13.0
37782026-06-20T21:43:56.387Z Checking testing_table v0.3.0
37792026-06-20T21:43:56.478Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-06-20T21:43:56.523Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37812026-06-20T21:43:56.538Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-06-20T21:43:56.740Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-06-20T21:43:56.752Z Compiling unicase v2.9.0
37842026-06-20T21:43:56.784Z Checking libscf-sys v1.1.0
37852026-06-20T21:43:56.916Z Checking corncobs v0.1.4
37862026-06-20T21:43:56.929Z Compiling illumos-nvpair-sys v0.2.0
37872026-06-20T21:43:56.945Z Compiling mime_guess v2.0.5
37882026-06-20T21:43:57.029Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-20T21:43:57.053Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-20T21:43:57.143Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37912026-06-20T21:43:57.163Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37922026-06-20T21:43:57.211Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-06-20T21:43:57.246Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-06-20T21:43:57.371Z Checking tabled v0.20.0
37952026-06-20T21:43:57.482Z Checking progenitor-client v0.13.0
37962026-06-20T21:43:57.545Z Checking secrecy v0.8.0
37972026-06-20T21:43:57.661Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37982026-06-20T21:43:57.729Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37992026-06-20T21:43:57.822Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38002026-06-20T21:43:57.901Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38012026-06-20T21:43:58.120Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38022026-06-20T21:43:58.180Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38032026-06-20T21:43:58.204Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38042026-06-20T21:43:58.273Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38052026-06-20T21:43:58.289Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38062026-06-20T21:43:58.448Z Checking filetime v0.2.27
38072026-06-20T21:43:58.463Z Checking crc8 v0.1.1
38082026-06-20T21:43:58.562Z Checking http-range v0.1.5
38092026-06-20T21:43:58.594Z Checking xattr v1.6.1
38102026-06-20T21:43:58.688Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38112026-06-20T21:43:58.718Z Checking tar v0.4.45
38122026-06-20T21:43:58.883Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38132026-06-20T21:43:58.894Z Checking illumos-nvpair v0.3.0
38142026-06-20T21:43:58.994Z Compiling progenitor-macro v0.13.0
38152026-06-20T21:43:59.011Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38162026-06-20T21:43:59.103Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-06-20T21:43:59.160Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38182026-06-20T21:43:59.181Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38192026-06-20T21:43:59.433Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-06-20T21:43:59.486Z Checking atty v0.2.14
38212026-06-20T21:43:59.568Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38222026-06-20T21:43:59.605Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38232026-06-20T21:43:59.740Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38242026-06-20T21:43:59.765Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38252026-06-20T21:43:59.787Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38262026-06-20T21:43:59.852Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-06-20T21:43:59.901Z Checking hyper-staticfile v0.10.1
38282026-06-20T21:44:00.139Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38292026-06-20T21:44:00.163Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38302026-06-20T21:44:00.206Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38312026-06-20T21:44:00.319Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-06-20T21:44:00.391Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-06-20T21:44:00.474Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-06-20T21:44:00.685Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38352026-06-20T21:44:00.772Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-06-20T21:44:00.948Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-06-20T21:44:01.262Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-20T21:44:01.944Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38392026-06-20T21:44:02.419Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38402026-06-20T21:44:02.831Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38412026-06-20T21:44:03.103Z Checking progenitor v0.13.0
38422026-06-20T21:44:03.242Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38432026-06-20T21:44:05.185Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38442026-06-20T21:44:08.563Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-06-20T21:44:19.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.20s
38462026-06-20T21:44:19.698Z
38472026-06-20T21:44:19.698Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/297)
38482026-06-20T21:44:20.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-20T21:44:20.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-20T21:44:20.417Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-20T21:44:31.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38522026-06-20T21:44:31.393Z
38532026-06-20T21:44:31.393Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/297)
38542026-06-20T21:44:31.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-20T21:44:31.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-20T21:44:32.024Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-20T21:44:42.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38582026-06-20T21:44:42.956Z
38592026-06-20T21:44:42.956Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/297)
38602026-06-20T21:44:43.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-20T21:44:43.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-20T21:44:43.789Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-20T21:44:54.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38642026-06-20T21:44:54.541Z
38652026-06-20T21:44:54.541Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/297)
38662026-06-20T21:44:55.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-20T21:44:55.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-20T21:44:55.257Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-20T21:45:05.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38702026-06-20T21:45:06.150Z
38712026-06-20T21:45:06.150Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/297)
38722026-06-20T21:45:06.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-20T21:45:06.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-20T21:45:06.868Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-20T21:45:17.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38762026-06-20T21:45:17.927Z
38772026-06-20T21:45:17.927Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/297)
38782026-06-20T21:45:18.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-20T21:45:18.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-20T21:45:18.656Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-20T21:46:14.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38822026-06-20T21:46:14.349Z
38832026-06-20T21:46:14.349Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/297)
38842026-06-20T21:46:14.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-20T21:46:14.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-20T21:46:14.350Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-20T21:46:14.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38882026-06-20T21:46:14.350Z
38892026-06-20T21:46:14.350Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/297)
38902026-06-20T21:46:14.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-20T21:46:14.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-20T21:46:14.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-20T21:46:14.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38942026-06-20T21:46:14.350Z
38952026-06-20T21:46:14.350Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/297)
38962026-06-20T21:46:14.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-20T21:46:14.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-20T21:46:14.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-20T21:46:14.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39002026-06-20T21:46:14.350Z
39012026-06-20T21:46:14.350Zinfo: running `cargo check --bins` on range-requests (213/297)
39022026-06-20T21:46:14.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-20T21:46:14.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-20T21:46:14.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-20T21:46:14.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39062026-06-20T21:46:14.350Z
39072026-06-20T21:46:14.350Zinfo: running `cargo check --bins` on repo-depot-api (214/297)
39082026-06-20T21:46:14.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-20T21:46:14.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-20T21:46:14.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-20T21:46:14.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39122026-06-20T21:46:14.350Z
39132026-06-20T21:46:14.350Zinfo: running `cargo check --bins` on sled-agent-api (215/297)
39142026-06-20T21:46:14.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-20T21:46:14.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-20T21:46:14.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-20T21:46:14.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39182026-06-20T21:46:14.350Z
39192026-06-20T21:46:14.350Zinfo: running `cargo check --bins` on sled-diagnostics (216/297)
39202026-06-20T21:46:14.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-20T21:46:14.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-20T21:46:14.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-20T21:46:14.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39242026-06-20T21:46:14.351Z
39252026-06-20T21:46:14.351Zinfo: running `cargo check --bins` on zfs-test-harness (217/297)
39262026-06-20T21:46:14.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-20T21:46:14.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-20T21:46:14.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-20T21:46:14.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-06-20T21:46:14.351Z
39312026-06-20T21:46:14.351Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/297)
39322026-06-20T21:46:14.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-20T21:46:14.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-20T21:46:14.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-20T21:46:14.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-06-20T21:46:14.351Z
39372026-06-20T21:46:14.351Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/297)
39382026-06-20T21:46:14.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-20T21:46:14.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-20T21:46:14.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-20T21:46:14.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-20T21:46:14.351Z
39432026-06-20T21:46:14.351Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/297)
39442026-06-20T21:46:14.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-20T21:46:14.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-20T21:46:14.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-20T21:46:14.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39482026-06-20T21:46:14.351Z
39492026-06-20T21:46:14.351Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/297)
39502026-06-20T21:46:14.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-20T21:46:14.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-20T21:46:14.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-20T21:46:14.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-06-20T21:46:14.351Z
39552026-06-20T21:46:14.351Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/297)
39562026-06-20T21:46:14.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-20T21:46:14.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-20T21:46:14.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-20T21:46:14.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-06-20T21:46:14.351Z
39612026-06-20T21:46:14.352Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/297)
39622026-06-20T21:46:14.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-20T21:46:14.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-20T21:46:14.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-20T21:46:14.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-06-20T21:46:14.352Z
39672026-06-20T21:46:14.352Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/297)
39682026-06-20T21:46:14.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-20T21:46:14.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-20T21:46:14.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-20T21:46:14.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39722026-06-20T21:46:14.352Z
39732026-06-20T21:46:14.352Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/297)
39742026-06-20T21:46:14.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-20T21:46:14.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-20T21:46:14.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-20T21:46:14.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39782026-06-20T21:46:14.352Z
39792026-06-20T21:46:14.352Zinfo: running `cargo check --bins` on trust-quorum (226/297)
39802026-06-20T21:46:14.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-20T21:46:14.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-20T21:46:14.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-20T21:46:14.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39842026-06-20T21:46:14.636Z
39852026-06-20T21:46:14.636Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/297)
39862026-06-20T21:46:14.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-20T21:46:14.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-20T21:46:14.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-20T21:46:14.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-06-20T21:46:14.636Z
39912026-06-20T21:46:14.636Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/297)
39922026-06-20T21:46:14.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-20T21:46:14.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-20T21:46:14.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-20T21:46:14.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39962026-06-20T21:46:14.636Z
39972026-06-20T21:46:14.636Zinfo: running `cargo check --bins` on update-common (229/297)
39982026-06-20T21:46:14.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-20T21:46:14.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-20T21:46:14.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-20T21:46:14.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40022026-06-20T21:46:14.637Z
40032026-06-20T21:46:14.637Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/297)
40042026-06-20T21:46:14.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-20T21:46:14.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-20T21:46:14.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-20T21:46:14.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40082026-06-20T21:46:14.637Z
40092026-06-20T21:46:14.637Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/297)
40102026-06-20T21:46:14.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-20T21:46:14.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-20T21:46:14.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-20T21:46:14.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40142026-06-20T21:46:14.637Z
40152026-06-20T21:46:14.637Zinfo: running `cargo check --bins` on reconfigurator-cli (232/297)
40162026-06-20T21:46:14.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-20T21:46:14.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-20T21:46:14.637Z Compiling fs-err v2.11.0
40192026-06-20T21:46:14.637Z Checking ignore v0.4.25
40202026-06-20T21:46:14.637Z Checking arc-swap v1.8.2
40212026-06-20T21:46:14.637Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-06-20T21:46:14.637Z Checking predicates-tree v1.0.13
40232026-06-20T21:46:14.637Z Checking parse-size v1.1.0
40242026-06-20T21:46:14.637Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-06-20T21:46:14.637Z Checking rand_seeder v0.4.0
40262026-06-20T21:46:14.637Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-06-20T21:46:14.637Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-06-20T21:46:14.637Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-06-20T21:46:14.637Z Checking slog-scope v4.4.1
40302026-06-20T21:46:14.637Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40312026-06-20T21:46:14.637Z Checking slog-stdlog v4.1.1
40322026-06-20T21:46:14.637Z Compiling petname v2.0.2
40332026-06-20T21:46:14.637Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-06-20T21:46:14.637Z Checking globwalk v0.9.1
40352026-06-20T21:46:14.637Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-06-20T21:46:14.638Z Checking slog-envlogger v2.2.0
40372026-06-20T21:46:14.638Z Checking camino-tempfile-ext v0.3.3
40382026-06-20T21:46:14.638Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-06-20T21:46:14.638Z Checking sapling-renderdag v0.1.0
40402026-06-20T21:46:14.638Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-06-20T21:46:14.638Z Checking subprocess v0.2.15
40422026-06-20T21:46:14.638Z Checking sync-ptr v0.1.4
40432026-06-20T21:46:14.638Z Checking colored v2.2.0
40442026-06-20T21:46:14.638Z Checking assert_matches v1.5.0
40452026-06-20T21:46:14.638Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-06-20T21:46:14.638Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40472026-06-20T21:46:14.638Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-06-20T21:46:14.638Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-06-20T21:46:14.638Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-06-20T21:46:14.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
40512026-06-20T21:46:14.638Z
40522026-06-20T21:46:14.638Zinfo: running `cargo check --bins` on omicron-repl-utils (233/297)
40532026-06-20T21:46:14.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-20T21:46:14.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-20T21:46:14.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-20T21:46:14.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40572026-06-20T21:46:14.638Z
40582026-06-20T21:46:14.638Zinfo: running `cargo check --bins` on transient-dns-server (234/297)
40592026-06-20T21:46:14.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-20T21:46:14.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-20T21:46:14.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-20T21:46:14.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40632026-06-20T21:46:14.638Z
40642026-06-20T21:46:14.638Zinfo: running `cargo check --bins` on nexus-test-interface (235/297)
40652026-06-20T21:46:14.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-20T21:46:14.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-20T21:46:14.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-20T21:46:14.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40692026-06-20T21:46:14.638Z
40702026-06-20T21:46:14.638Zinfo: running `cargo check --bins` on oximeter-collector (236/297)
40712026-06-20T21:46:14.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-20T21:46:14.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-20T21:46:14.638Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40742026-06-20T21:46:14.639Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-06-20T21:46:14.639Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-06-20T21:46:14.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
40772026-06-20T21:46:14.639Z
40782026-06-20T21:46:14.639Zinfo: running `cargo check --bins` on oximeter-api (237/297)
40792026-06-20T21:46:14.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-20T21:46:14.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-20T21:46:15.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-06-20T21:46:15.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40832026-06-20T21:46:15.094Z
40842026-06-20T21:46:15.094Zinfo: running `cargo check --bins` on cert-dev (238/297)
40852026-06-20T21:46:15.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-20T21:46:15.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-20T21:46:15.094Z Checking yasna v0.5.2
40882026-06-20T21:46:15.094Z Checking rcgen v0.12.1
40892026-06-20T21:46:15.094Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-06-20T21:46:15.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40912026-06-20T21:46:15.094Z
40922026-06-20T21:46:15.094Zinfo: running `cargo check --bins` on clickana (239/297)
40932026-06-20T21:46:15.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-20T21:46:15.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-20T21:46:15.095Z Compiling darling_core v0.23.0
40962026-06-20T21:46:15.095Z Compiling instability v0.3.11
40972026-06-20T21:46:15.095Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40982026-06-20T21:46:15.095Z Checking castaway v0.2.4
40992026-06-20T21:46:15.095Z Compiling indoc v2.0.7
41002026-06-20T21:46:15.095Z Checking unicode-truncate v1.1.0
41012026-06-20T21:46:15.095Z Checking lru v0.12.5
41022026-06-20T21:46:15.095Z Checking cassowary v0.3.0
41032026-06-20T21:46:15.095Z Checking compact_str v0.8.1
41042026-06-20T21:46:15.095Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-06-20T21:46:15.095Z Compiling darling_macro v0.23.0
41062026-06-20T21:46:15.095Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41072026-06-20T21:46:15.095Z Compiling darling v0.23.0
41082026-06-20T21:46:15.095Z Checking ratatui v0.29.0
41092026-06-20T21:46:15.095Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-06-20T21:46:15.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
41112026-06-20T21:46:15.095Z
41122026-06-20T21:46:15.095Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/297)
41132026-06-20T21:46:15.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-06-20T21:46:15.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-06-20T21:46:15.095Z Checking headers-core v0.3.0
41162026-06-20T21:46:15.095Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-06-20T21:46:15.095Z Checking headers v0.4.1
41182026-06-20T21:46:15.095Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-06-20T21:46:15.095Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-06-20T21:46:15.095Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-06-20T21:46:15.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
41222026-06-20T21:46:15.095Z
41232026-06-20T21:46:15.095Zinfo: running `cargo check --bins` on ch-dev (241/297)
41242026-06-20T21:46:15.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-20T21:46:15.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-20T21:46:15.095Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-06-20T21:46:15.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41282026-06-20T21:46:15.775Z
41292026-06-20T21:46:15.776Zinfo: running `cargo check --bins` on dev-tools-common (242/297)
41302026-06-20T21:46:16.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-20T21:46:16.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-20T21:46:16.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-06-20T21:46:16.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41342026-06-20T21:46:16.247Z
41352026-06-20T21:46:16.247Zinfo: running `cargo check --bins` on crdb-seed (243/297)
41362026-06-20T21:46:16.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-20T21:46:16.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-20T21:46:16.732Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-06-20T21:46:17.648Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-06-20T21:46:18.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
41412026-06-20T21:46:18.140Z
41422026-06-20T21:46:18.140Zinfo: running `cargo check --bins` on db-dev (244/297)
41432026-06-20T21:46:18.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-20T21:46:18.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-20T21:46:18.776Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-06-20T21:46:19.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41472026-06-20T21:46:19.669Z
41482026-06-20T21:46:19.669Zinfo: running `cargo check --bins` on omicron-dev-lib (245/297)
41492026-06-20T21:46:20.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-20T21:46:20.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-20T21:46:20.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-06-20T21:46:20.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41532026-06-20T21:46:20.242Z
41542026-06-20T21:46:20.242Zinfo: running `cargo check --bins` on xtask-downloader (246/297)
41552026-06-20T21:46:20.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-20T21:46:20.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-20T21:46:20.803Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-06-20T21:46:21.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41592026-06-20T21:46:21.632Z
41602026-06-20T21:46:21.632Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/297)
41612026-06-20T21:46:22.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-20T21:46:22.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-20T21:46:22.307Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-06-20T21:46:22.307Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-20T21:46:22.310Z Checking git-stub v1.0.0
41662026-06-20T21:46:22.310Z Compiling trait-variant v0.1.2
41672026-06-20T21:46:22.427Z Checking maplit v1.0.2
41682026-06-20T21:46:22.432Z Checking is_ci v1.2.0
41692026-06-20T21:46:22.437Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41702026-06-20T21:46:22.468Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41712026-06-20T21:46:22.511Z Checking drift v0.2.0
41722026-06-20T21:46:22.535Z Checking supports-color v3.0.2
41732026-06-20T21:46:22.559Z Checking git-stub-vcs v0.1.0
41742026-06-20T21:46:22.634Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41752026-06-20T21:46:22.670Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-20T21:46:22.683Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41772026-06-20T21:46:22.750Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41782026-06-20T21:46:22.855Z Checking dropshot-api-manager v0.7.2
41792026-06-20T21:46:22.881Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41802026-06-20T21:46:22.911Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-20T21:46:22.941Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41822026-06-20T21:46:23.176Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41832026-06-20T21:46:23.665Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-06-20T21:46:24.645Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41852026-06-20T21:46:25.860Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41862026-06-20T21:46:26.443Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41872026-06-20T21:46:26.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
41882026-06-20T21:46:27.057Z
41892026-06-20T21:46:27.057Zinfo: running `cargo check --bins` on installinator-api (248/297)
41902026-06-20T21:46:27.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-20T21:46:27.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-20T21:46:27.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-20T21:46:27.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41942026-06-20T21:46:27.580Z
41952026-06-20T21:46:27.581Zinfo: running `cargo check --bins` on nexus-external-api (249/297)
41962026-06-20T21:46:28.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-20T21:46:28.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-20T21:46:28.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-20T21:46:28.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-20T21:46:28.168Z
42012026-06-20T21:46:28.168Zinfo: running `cargo check --bins` on nexus-internal-api (250/297)
42022026-06-20T21:46:28.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-20T21:46:28.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-20T21:46:28.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-20T21:46:28.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42062026-06-20T21:46:28.709Z
42072026-06-20T21:46:28.709Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/297)
42082026-06-20T21:46:29.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-20T21:46:29.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-20T21:46:29.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-20T21:46:29.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42122026-06-20T21:46:29.271Z
42132026-06-20T21:46:29.271Zinfo: running `cargo check --bins` on ntp-admin-api (252/297)
42142026-06-20T21:46:29.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-20T21:46:29.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-20T21:46:29.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-20T21:46:29.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42182026-06-20T21:46:29.800Z
42192026-06-20T21:46:29.800Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/297)
42202026-06-20T21:46:30.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-20T21:46:30.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-20T21:46:30.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-20T21:46:30.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42242026-06-20T21:46:30.312Z
42252026-06-20T21:46:30.312Zinfo: running `cargo check --bins` on wicketd-api (254/297)
42262026-06-20T21:46:30.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-20T21:46:30.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-20T21:46:30.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-20T21:46:30.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42302026-06-20T21:46:30.848Z
42312026-06-20T21:46:30.848Zinfo: running `cargo check --bins` on omicron-ls-apis (255/297)
42322026-06-20T21:46:31.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-20T21:46:31.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-20T21:46:31.397Z Checking typeid v1.0.3
42352026-06-20T21:46:31.501Z Checking ordered-float v2.10.1
42362026-06-20T21:46:31.523Z Checking unicode-xid v0.2.6
42372026-06-20T21:46:31.530Z Checking cargo-platform v0.2.0
42382026-06-20T21:46:31.539Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42392026-06-20T21:46:31.582Z Checking erased-serde v0.4.9
42402026-06-20T21:46:31.706Z Checking serde-value v0.7.0
42412026-06-20T21:46:31.878Z Checking serde-untagged v0.1.9
42422026-06-20T21:46:32.034Z Checking cargo-util-schemas v0.8.2
42432026-06-20T21:46:32.720Z Checking cargo_metadata v0.21.0
42442026-06-20T21:46:33.315Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42452026-06-20T21:46:34.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
42462026-06-20T21:46:34.202Z
42472026-06-20T21:46:34.202Zinfo: running `cargo check --bins` on mgs-dev (256/297)
42482026-06-20T21:46:34.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-06-20T21:46:34.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-06-20T21:46:34.877Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42512026-06-20T21:46:35.473Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42522026-06-20T21:46:35.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42532026-06-20T21:46:36.144Z
42542026-06-20T21:46:36.144Zinfo: running `cargo check --bins` on omicron-omdb (257/297)
42552026-06-20T21:46:36.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-06-20T21:46:36.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-06-20T21:46:37.045Z Compiling vergen-lib v0.1.6
42582026-06-20T21:46:37.045Z Compiling diesel_derives v2.3.7
42592026-06-20T21:46:37.045Z Compiling dsl_auto_type v0.2.0
42602026-06-20T21:46:37.050Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42612026-06-20T21:46:37.050Z Checking scheduled-thread-pool v0.2.7
42622026-06-20T21:46:37.050Z Compiling vergen-gitcl v1.0.8
42632026-06-20T21:46:37.051Z Compiling diesel_table_macro_syntax v0.3.0
42642026-06-20T21:46:37.201Z Compiling dirs-sys-next v0.1.2
42652026-06-20T21:46:37.311Z Compiling glob v0.3.3
42662026-06-20T21:46:37.411Z Compiling crunchy v0.2.4
42672026-06-20T21:46:37.430Z Compiling dirs-next v2.0.0
42682026-06-20T21:46:37.483Z Checking r2d2 v0.8.10
42692026-06-20T21:46:37.521Z Checking downcast-rs v2.0.2
42702026-06-20T21:46:37.536Z Compiling tiny-keccak v2.0.2
42712026-06-20T21:46:37.619Z Compiling term v0.7.0
42722026-06-20T21:46:37.702Z Compiling clang-sys v1.8.1
42732026-06-20T21:46:37.739Z Compiling bit-vec v0.6.3
42742026-06-20T21:46:37.833Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42752026-06-20T21:46:37.953Z Compiling bit-set v0.5.3
42762026-06-20T21:46:38.020Z Compiling ascii-canvas v3.0.0
42772026-06-20T21:46:38.072Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42782026-06-20T21:46:38.114Z Compiling itertools v0.10.5
42792026-06-20T21:46:38.174Z Compiling ena v0.14.4
42802026-06-20T21:46:38.178Z Compiling libloading v0.8.9
42812026-06-20T21:46:38.221Z Compiling regex-syntax v0.6.29
42822026-06-20T21:46:38.236Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42832026-06-20T21:46:38.258Z Compiling diff v0.1.13
42842026-06-20T21:46:38.375Z Compiling bindgen v0.71.1
42852026-06-20T21:46:38.544Z Compiling cexpr v0.6.0
42862026-06-20T21:46:38.836Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42872026-06-20T21:46:38.850Z Compiling rustc-hash v2.1.1
42882026-06-20T21:46:39.032Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42892026-06-20T21:46:39.134Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42902026-06-20T21:46:39.171Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-06-20T21:46:39.215Z Compiling libxml v0.3.3
42922026-06-20T21:46:39.431Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42932026-06-20T21:46:39.463Z Compiling strum_macros v0.24.3
42942026-06-20T21:46:39.485Z Compiling indoc v1.0.9
42952026-06-20T21:46:39.625Z Compiling lalrpop v0.19.12
42962026-06-20T21:46:40.378Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42972026-06-20T21:46:40.571Z Checking derive_builder v0.20.2
42982026-06-20T21:46:40.691Z Compiling oso-derive v0.27.3
42992026-06-20T21:46:40.867Z Checking quick-xml v0.37.5
43002026-06-20T21:46:40.946Z Compiling impl-trait-for-tuples v0.2.3
43012026-06-20T21:46:41.192Z Checking openssl-probe v0.1.6
43022026-06-20T21:46:41.334Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43032026-06-20T21:46:41.754Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43042026-06-20T21:46:42.018Z Checking bb8 v0.8.6
43052026-06-20T21:46:42.092Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43062026-06-20T21:46:42.109Z Checking nonempty v0.12.0
43072026-06-20T21:46:42.232Z Compiling libz-sys v1.1.24
43082026-06-20T21:46:42.278Z Compiling strsim v0.10.0
43092026-06-20T21:46:42.315Z Compiling libgit2-sys v0.18.3+1.9.2
43102026-06-20T21:46:42.493Z Compiling darling_core v0.13.4
43112026-06-20T21:46:42.626Z Compiling vergen-git2 v9.1.0
43122026-06-20T21:46:42.803Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43132026-06-20T21:46:42.847Z Compiling base64 v0.21.7
43142026-06-20T21:46:43.000Z Compiling rustls v0.21.12
43152026-06-20T21:46:43.056Z Checking diesel v2.3.7
43162026-06-20T21:46:43.171Z Compiling ron v0.8.1
43172026-06-20T21:46:43.232Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-20T21:46:44.144Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43192026-06-20T21:46:44.206Z Checking rustls-webpki v0.101.7
43202026-06-20T21:46:44.333Z Checking sct v0.7.1
43212026-06-20T21:46:44.385Z Compiling darling_macro v0.13.4
43222026-06-20T21:46:44.498Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43232026-06-20T21:46:44.907Z Compiling darling v0.13.4
43242026-06-20T21:46:45.003Z Compiling serde_with_macros v1.5.2
43252026-06-20T21:46:45.332Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43262026-06-20T21:46:45.864Z Compiling serde_with v1.14.0
43272026-06-20T21:46:45.955Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43282026-06-20T21:46:47.014Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43292026-06-20T21:46:47.033Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43302026-06-20T21:46:47.725Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43312026-06-20T21:46:48.379Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43322026-06-20T21:46:48.566Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43332026-06-20T21:46:48.586Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-06-20T21:46:48.628Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43352026-06-20T21:46:48.758Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43362026-06-20T21:46:48.776Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43372026-06-20T21:46:48.820Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43382026-06-20T21:46:48.946Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43392026-06-20T21:46:49.114Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43402026-06-20T21:46:49.158Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-06-20T21:46:49.175Z Checking tokio-rustls v0.24.1
43422026-06-20T21:46:49.379Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43432026-06-20T21:46:49.934Z Checking rustls-pemfile v1.0.4
43442026-06-20T21:46:50.028Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43452026-06-20T21:46:50.076Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43462026-06-20T21:46:50.268Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43472026-06-20T21:46:50.287Z Checking twox-hash v2.1.2
43482026-06-20T21:46:50.600Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43492026-06-20T21:46:50.620Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43502026-06-20T21:46:50.674Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43512026-06-20T21:46:50.940Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43522026-06-20T21:46:51.094Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43532026-06-20T21:46:52.334Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43542026-06-20T21:46:52.359Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43552026-06-20T21:46:52.639Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43562026-06-20T21:46:53.026Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43572026-06-20T21:46:53.313Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43582026-06-20T21:46:53.509Z Checking console v0.16.2
43592026-06-20T21:46:53.819Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43602026-06-20T21:46:53.968Z Checking fatfs v0.3.6
43612026-06-20T21:46:54.000Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43622026-06-20T21:46:54.446Z Checking unit-prefix v0.5.2
43632026-06-20T21:46:54.594Z Compiling seq-macro v0.3.6
43642026-06-20T21:46:55.108Z Checking indicatif v0.18.4
43652026-06-20T21:46:55.379Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43662026-06-20T21:46:55.393Z Checking support-bundle-viewer v0.1.2
43672026-06-20T21:46:55.479Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43682026-06-20T21:46:55.639Z Checking multimap v0.10.1
43692026-06-20T21:47:01.274Z Checking diesel-dtrace v0.5.0
43702026-06-20T21:47:01.519Z Checking async-bb8-diesel v0.2.1
43712026-06-20T21:47:04.984Z Compiling samael v0.0.19
43722026-06-20T21:47:10.204Z Compiling git2 v0.20.4
43732026-06-20T21:47:11.526Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43742026-06-20T21:47:11.604Z Compiling polar-core v0.27.3
43752026-06-20T21:48:06.943Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43762026-06-20T21:48:07.242Z Checking oso v0.27.3
43772026-06-20T21:48:07.242Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43782026-06-20T21:48:57.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43792026-06-20T21:48:57.655Z
43802026-06-20T21:48:57.655Zinfo: running `cargo check --bins` on nexus-networking (258/297)
43812026-06-20T21:48:58.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-06-20T21:48:58.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-06-20T21:48:58.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-06-20T21:48:58.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43852026-06-20T21:48:58.279Z
43862026-06-20T21:48:58.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/297)
43872026-06-20T21:48:58.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-06-20T21:48:58.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-06-20T21:48:58.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-06-20T21:48:58.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43912026-06-20T21:48:58.860Z
43922026-06-20T21:48:58.860Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/297)
43932026-06-20T21:48:59.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-06-20T21:48:59.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-06-20T21:48:59.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-06-20T21:48:59.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43972026-06-20T21:48:59.445Z
43982026-06-20T21:48:59.445Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/297)
43992026-06-20T21:48:59.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-06-20T21:48:59.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-06-20T21:48:59.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-06-20T21:48:59.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44032026-06-20T21:48:59.962Z
44042026-06-20T21:48:59.962Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/297)
44052026-06-20T21:49:00.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-06-20T21:49:00.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-06-20T21:49:00.747Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44082026-06-20T21:49:01.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44092026-06-20T21:49:01.672Z
44102026-06-20T21:49:01.672Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/297)
44112026-06-20T21:49:02.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-06-20T21:49:02.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-06-20T21:49:02.441Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44142026-06-20T21:49:39.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.75s
44152026-06-20T21:49:39.636Z
44162026-06-20T21:49:39.636Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/297)
44172026-06-20T21:49:40.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-06-20T21:49:40.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-06-20T21:49:40.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-06-20T21:49:40.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44212026-06-20T21:49:40.153Z
44222026-06-20T21:49:40.153Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/297)
44232026-06-20T21:49:40.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-06-20T21:49:40.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-06-20T21:49:40.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-06-20T21:49:40.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44272026-06-20T21:49:40.730Z
44282026-06-20T21:49:40.730Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/297)
44292026-06-20T21:49:41.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-06-20T21:49:41.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-06-20T21:49:41.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-06-20T21:49:41.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44332026-06-20T21:49:41.320Z
44342026-06-20T21:49:41.320Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/297)
44352026-06-20T21:49:41.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-06-20T21:49:41.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-06-20T21:49:41.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-06-20T21:49:41.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44392026-06-20T21:49:41.905Z
44402026-06-20T21:49:41.905Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/297)
44412026-06-20T21:49:42.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-06-20T21:49:42.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-06-20T21:49:42.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-06-20T21:49:42.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44452026-06-20T21:49:42.478Z
44462026-06-20T21:49:42.478Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/297)
44472026-06-20T21:49:42.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-06-20T21:49:42.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-06-20T21:49:42.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-06-20T21:49:42.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44512026-06-20T21:49:43.070Z
44522026-06-20T21:49:43.070Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/297)
44532026-06-20T21:49:43.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-06-20T21:49:43.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-06-20T21:49:43.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-06-20T21:49:43.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44572026-06-20T21:49:43.661Z
44582026-06-20T21:49:43.662Zinfo: running `cargo check --bins` on nexus-switch-config (271/297)
44592026-06-20T21:49:44.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-06-20T21:49:44.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-06-20T21:49:44.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-06-20T21:49:44.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44632026-06-20T21:49:44.244Z
44642026-06-20T21:49:44.244Zinfo: running `cargo check --bins` on support-bundle-collection (272/297)
44652026-06-20T21:49:44.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-06-20T21:49:44.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-06-20T21:49:44.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-06-20T21:49:44.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44692026-06-20T21:49:44.833Z
44702026-06-20T21:49:44.833Zinfo: running `cargo check --bins` on omicron-dev (273/297)
44712026-06-20T21:49:45.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-06-20T21:49:45.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-06-20T21:49:45.677Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44742026-06-20T21:49:45.677Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44752026-06-20T21:49:45.828Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44762026-06-20T21:49:45.842Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44772026-06-20T21:49:45.856Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44782026-06-20T21:49:45.859Z Checking diff v0.1.13
44792026-06-20T21:49:45.859Z Checking yansi v1.0.1
44802026-06-20T21:49:45.895Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44812026-06-20T21:49:45.994Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44822026-06-20T21:49:46.115Z Checking pretty_assertions v1.4.1
44832026-06-20T21:49:46.823Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44842026-06-20T21:49:46.927Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44852026-06-20T21:50:11.299Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44862026-06-20T21:50:11.302Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44872026-06-20T21:50:11.302Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44882026-06-20T21:50:11.302Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44892026-06-20T21:50:11.302Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44902026-06-20T21:50:11.302Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
44912026-06-20T21:50:11.302Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44922026-06-20T21:50:12.101Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44932026-06-20T21:50:12.101Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44942026-06-20T21:50:13.325Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44952026-06-20T21:50:50.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
44962026-06-20T21:50:50.229Z
44972026-06-20T21:50:50.229Zinfo: running `cargo check --bins` on omicron-pins (274/297)
44982026-06-20T21:50:50.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-06-20T21:50:50.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-06-20T21:50:50.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45012026-06-20T21:50:50.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45022026-06-20T21:50:50.752Z
45032026-06-20T21:50:50.752Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (275/297)
45042026-06-20T21:50:51.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-06-20T21:50:51.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-06-20T21:50:51.479Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45072026-06-20T21:50:51.596Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45082026-06-20T21:50:51.599Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45092026-06-20T21:51:18.349Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45102026-06-20T21:51:18.725Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45112026-06-20T21:51:20.435Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45122026-06-20T21:51:20.881Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45132026-06-20T21:51:23.817Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45142026-06-20T21:51:47.114Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45152026-06-20T21:51:47.815Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45162026-06-20T21:51:49.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.66s
45172026-06-20T21:51:49.609Z
45182026-06-20T21:51:49.609Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (276/297)
45192026-06-20T21:51:50.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-06-20T21:51:50.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-06-20T21:51:50.274Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45222026-06-20T21:51:50.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45232026-06-20T21:51:51.121Z
45242026-06-20T21:51:51.121Zinfo: running `cargo check --bins` on omicron-releng (277/297)
45252026-06-20T21:51:51.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-06-20T21:51:51.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-06-20T21:51:51.722Z Compiling blake3 v1.8.3
45282026-06-20T21:51:51.824Z Checking arrayref v0.3.9
45292026-06-20T21:51:51.827Z Checking constant_time_eq v0.4.2
45302026-06-20T21:51:51.830Z Checking arrayvec v0.7.6
45312026-06-20T21:51:51.843Z Checking topological-sort v0.2.2
45322026-06-20T21:51:51.847Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45332026-06-20T21:51:51.847Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45342026-06-20T21:51:51.847Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45352026-06-20T21:51:51.884Z Checking shell-words v1.1.1
45362026-06-20T21:51:52.718Z Checking omicron-zone-package v0.12.2
45372026-06-20T21:51:53.433Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45382026-06-20T21:51:54.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
45392026-06-20T21:51:54.468Z
45402026-06-20T21:51:54.468Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (278/297)
45412026-06-20T21:51:54.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-06-20T21:51:54.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-06-20T21:51:55.060Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45442026-06-20T21:51:55.373Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45452026-06-20T21:51:55.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45462026-06-20T21:51:55.935Z
45472026-06-20T21:51:55.935Zinfo: running `cargo check --bins` on schema (279/297)
45482026-06-20T21:51:56.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-06-20T21:51:56.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-06-20T21:51:56.612Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45512026-06-20T21:51:57.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45522026-06-20T21:51:57.464Z
45532026-06-20T21:51:57.465Zinfo: running `cargo check --bins` on xtask (280/297)
45542026-06-20T21:51:57.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-06-20T21:51:57.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-06-20T21:51:57.863Z Checking libc v0.2.185
45572026-06-20T21:51:57.933Z Checking serde v1.0.228
45582026-06-20T21:51:57.950Z Checking zerofrom v0.1.6
45592026-06-20T21:51:57.961Z Checking bitflags v2.11.0
45602026-06-20T21:51:57.961Z Checking smallvec v1.15.1
45612026-06-20T21:51:57.962Z Checking indexmap v2.14.0
45622026-06-20T21:51:57.989Z Checking serde_json v1.0.149
45632026-06-20T21:51:57.989Z Checking scroll v0.12.0
45642026-06-20T21:51:58.031Z Checking yoke v0.8.1
45652026-06-20T21:51:58.090Z Checking num-traits v0.2.19
45662026-06-20T21:51:58.131Z Checking thiserror v1.0.69
45672026-06-20T21:51:58.188Z Checking log v0.4.29
45682026-06-20T21:51:58.206Z Checking zerovec v0.11.5
45692026-06-20T21:51:58.211Z Checking zerotrie v0.2.3
45702026-06-20T21:51:58.222Z Checking errno v0.3.14
45712026-06-20T21:51:58.321Z Checking toml_datetime v0.6.11
45722026-06-20T21:51:58.336Z Checking serde_spanned v0.6.9
45732026-06-20T21:51:58.344Z Checking rustix v1.1.3
45742026-06-20T21:51:58.455Z Checking percent-encoding v2.3.2
45752026-06-20T21:51:58.464Z Checking goblin v0.8.2
45762026-06-20T21:51:58.486Z Checking zerocopy v0.7.35
45772026-06-20T21:51:58.498Z Checking toml_edit v0.22.27
45782026-06-20T21:51:58.565Z Checking getrandom v0.4.1
45792026-06-20T21:51:58.598Z Checking form_urlencoded v1.2.2
45802026-06-20T21:51:58.619Z Checking ordered-float v2.10.1
45812026-06-20T21:51:58.638Z Checking tinystr v0.8.2
45822026-06-20T21:51:58.695Z Checking potential_utf v0.1.4
45832026-06-20T21:51:58.728Z Checking thiserror v2.0.18
45842026-06-20T21:51:58.813Z Checking icu_locale_core v2.1.1
45852026-06-20T21:51:58.813Z Checking syn v2.0.117
45862026-06-20T21:51:58.832Z Checking icu_collections v2.1.1
45872026-06-20T21:51:58.849Z Checking serde-value v0.7.0
45882026-06-20T21:51:58.978Z Checking dtrace-parser v0.2.0
45892026-06-20T21:51:59.038Z Checking thread-id v4.2.2
45902026-06-20T21:51:59.146Z Checking once_cell v1.21.3
45912026-06-20T21:51:59.162Z Checking cargo-platform v0.2.0
45922026-06-20T21:51:59.186Z Checking terminal_size v0.4.3
45932026-06-20T21:51:59.218Z Checking memmap v0.7.0
45942026-06-20T21:51:59.286Z Checking clap_builder v4.6.0
45952026-06-20T21:51:59.297Z Checking tempfile v3.25.0
45962026-06-20T21:51:59.317Z Checking textwrap v0.16.2
45972026-06-20T21:51:59.339Z Checking fs-err v3.3.0
45982026-06-20T21:51:59.374Z Checking icu_provider v2.1.1
45992026-06-20T21:51:59.485Z Checking camino-tempfile v1.4.1
46002026-06-20T21:51:59.517Z Checking tabled v0.15.0
46012026-06-20T21:51:59.528Z Checking anyhow v1.0.102
46022026-06-20T21:51:59.624Z Checking toml v0.8.23
46032026-06-20T21:51:59.624Z Checking icu_properties v2.1.2
46042026-06-20T21:51:59.635Z Checking icu_normalizer v2.1.1
46052026-06-20T21:51:59.727Z Checking macaddr v1.0.1
46062026-06-20T21:51:59.906Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46072026-06-20T21:51:59.940Z Checking cargo_toml v0.21.0
46082026-06-20T21:52:00.363Z Checking dof v0.3.0
46092026-06-20T21:52:00.423Z Checking idna_adapter v1.2.1
46102026-06-20T21:52:00.499Z Checking clap v4.6.1
46112026-06-20T21:52:00.542Z Checking idna v1.1.0
46122026-06-20T21:52:00.641Z Checking usdt-impl v0.5.0
46132026-06-20T21:52:00.767Z Checking url v2.5.8
46142026-06-20T21:52:00.890Z Checking usdt v0.5.0
46152026-06-20T21:52:01.104Z Checking cargo-util-schemas v0.8.2
46162026-06-20T21:52:01.793Z Checking cargo_metadata v0.21.0
46172026-06-20T21:52:02.396Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46182026-06-20T21:52:02.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
46192026-06-20T21:52:02.934Z
46202026-06-20T21:52:02.934Zinfo: running `cargo check --bins` on dnsadm (281/297)
46212026-06-20T21:52:03.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-06-20T21:52:03.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-06-20T21:52:03.522Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46242026-06-20T21:52:03.997Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46252026-06-20T21:52:04.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46262026-06-20T21:52:04.554Z
46272026-06-20T21:52:04.554Zinfo: running `cargo check --bins` on end-to-end-tests (282/297)
46282026-06-20T21:52:05.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-06-20T21:52:05.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-06-20T21:52:05.291Z Checking polyval v0.6.2
46312026-06-20T21:52:05.410Z Checking ctr v0.9.2
46322026-06-20T21:52:05.419Z Checking ssh-encoding v0.2.0
46332026-06-20T21:52:05.419Z Checking blowfish v0.9.1
46342026-06-20T21:52:05.439Z Checking password-hash v0.4.2
46352026-06-20T21:52:05.451Z Checking p256 v0.13.2
46362026-06-20T21:52:05.454Z Checking p521 v0.13.3
46372026-06-20T21:52:05.476Z Checking russh-cryptovec v0.7.3
46382026-06-20T21:52:05.551Z Checking ghash v0.5.1
46392026-06-20T21:52:05.566Z Checking bcrypt-pbkdf v0.10.0
46402026-06-20T21:52:05.566Z Checking md5 v0.7.0
46412026-06-20T21:52:05.591Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46422026-06-20T21:52:05.654Z Checking pbkdf2 v0.11.0
46432026-06-20T21:52:05.672Z Checking num-bigint v0.4.6
46442026-06-20T21:52:05.672Z Checking aes-gcm v0.10.3
46452026-06-20T21:52:05.698Z Checking des v0.8.1
46462026-06-20T21:52:05.760Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46472026-06-20T21:52:05.780Z Checking hex-literal v0.4.1
46482026-06-20T21:52:05.828Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46492026-06-20T21:52:05.842Z Checking ssh-cipher v0.2.0
46502026-06-20T21:52:05.844Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46512026-06-20T21:52:05.869Z Checking internet-checksum v0.2.1
46522026-06-20T21:52:06.008Z Checking ssh-key v0.6.7
46532026-06-20T21:52:06.112Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46542026-06-20T21:52:06.645Z Checking russh-keys v0.45.0
46552026-06-20T21:52:07.185Z Checking russh v0.45.0
46562026-06-20T21:52:24.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.53s
46572026-06-20T21:52:24.285Z
46582026-06-20T21:52:24.285Zinfo: running `cargo check --bins` on gateway-cli (283/297)
46592026-06-20T21:52:24.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-06-20T21:52:24.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-06-20T21:52:24.877Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46622026-06-20T21:52:24.979Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46632026-06-20T21:52:24.987Z Checking termios v0.3.3
46642026-06-20T21:52:26.194Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46652026-06-20T21:52:26.343Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46662026-06-20T21:52:28.017Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46672026-06-20T21:52:28.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
46682026-06-20T21:52:28.761Z
46692026-06-20T21:52:28.761Zinfo: running `cargo check --bins --no-default-features` on installinator (284/297)
46702026-06-20T21:52:29.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-06-20T21:52:29.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-06-20T21:52:29.412Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46732026-06-20T21:52:29.416Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46742026-06-20T21:52:29.529Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46752026-06-20T21:52:29.529Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46762026-06-20T21:52:29.538Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46772026-06-20T21:52:29.538Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46782026-06-20T21:52:30.294Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46792026-06-20T21:52:30.636Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46802026-06-20T21:52:30.642Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46812026-06-20T21:52:31.269Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46822026-06-20T21:52:32.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
46832026-06-20T21:52:33.074Z
46842026-06-20T21:52:33.074Zinfo: running `cargo check --bins` on internal-dns-cli (285/297)
46852026-06-20T21:52:33.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-06-20T21:52:33.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-06-20T21:52:33.665Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46882026-06-20T21:52:34.117Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46892026-06-20T21:52:34.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
46902026-06-20T21:52:34.594Z
46912026-06-20T21:52:34.594Zinfo: running `cargo check --bins` on omicron-live-tests (286/297)
46922026-06-20T21:52:35.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-20T21:52:35.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-20T21:52:35.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46952026-06-20T21:52:35.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46962026-06-20T21:52:35.114Z
46972026-06-20T21:52:35.114Zinfo: running `cargo check --bins` on live-tests-macros (287/297)
46982026-06-20T21:52:35.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-06-20T21:52:35.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-06-20T21:52:35.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47012026-06-20T21:52:35.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47022026-06-20T21:52:35.638Z
47032026-06-20T21:52:35.638Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (288/297)
47042026-06-20T21:52:36.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-06-20T21:52:36.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-06-20T21:52:36.340Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47072026-06-20T21:52:36.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47082026-06-20T21:52:37.103Z
47092026-06-20T21:52:37.103Zinfo: running `cargo check --bins` on omicron-ntp-admin (289/297)
47102026-06-20T21:52:37.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47112026-06-20T21:52:37.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47122026-06-20T21:52:37.702Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47132026-06-20T21:52:37.705Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47142026-06-20T21:52:37.973Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47152026-06-20T21:52:37.973Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47162026-06-20T21:52:38.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47172026-06-20T21:52:38.934Z
47182026-06-20T21:52:38.934Zinfo: running `cargo check --bins` on ntp-admin-types (290/297)
47192026-06-20T21:52:39.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-06-20T21:52:39.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-06-20T21:52:39.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-06-20T21:52:39.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47232026-06-20T21:52:39.456Z
47242026-06-20T21:52:39.456Zinfo: running `cargo check --bins` on omicron-package (291/297)
47252026-06-20T21:52:39.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-06-20T21:52:39.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-06-20T21:52:40.089Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47282026-06-20T21:52:41.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47292026-06-20T21:52:41.348Z
47302026-06-20T21:52:41.348Zinfo: running `cargo check --bins` on tqdb (292/297)
47312026-06-20T21:52:41.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-06-20T21:52:41.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-06-20T21:52:42.070Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47342026-06-20T21:52:42.415Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47352026-06-20T21:52:42.933Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47362026-06-20T21:52:42.933Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47372026-06-20T21:52:48.943Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47382026-06-20T21:52:48.943Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47392026-06-20T21:52:49.520Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47402026-06-20T21:52:49.520Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47412026-06-20T21:52:49.522Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47422026-06-20T21:52:49.522Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47432026-06-20T21:52:50.304Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47442026-06-20T21:52:51.285Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47452026-06-20T21:52:52.083Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47462026-06-20T21:52:52.704Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47472026-06-20T21:52:57.464Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47482026-06-20T21:53:04.044Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47492026-06-20T21:53:04.044Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47502026-06-20T21:53:04.048Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47512026-06-20T21:53:04.048Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47522026-06-20T21:53:05.515Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47532026-06-20T21:53:06.837Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47542026-06-20T21:53:07.529Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47552026-06-20T21:53:08.730Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47562026-06-20T21:53:09.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.91s
47572026-06-20T21:53:09.671Z
47582026-06-20T21:53:09.672Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47592026-06-20T21:53:09.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-06-20T21:53:09.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-06-20T21:53:10.119Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47622026-06-20T21:53:10.122Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47632026-06-20T21:53:10.122Z Checking rtoolbox v0.0.3
47642026-06-20T21:53:10.498Z Checking tui-tree-widget v0.23.1
47652026-06-20T21:53:10.513Z Checking rpassword v7.4.0
47662026-06-20T21:53:11.404Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47672026-06-20T21:53:14.532Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47682026-06-20T21:53:19.696Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47692026-06-20T21:53:19.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s
47702026-06-20T21:53:19.828Z
47712026-06-20T21:53:19.828Zinfo: running `cargo check --bins` on wicket (294/297)
47722026-06-20T21:53:19.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-06-20T21:53:19.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-06-20T21:53:19.828Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47752026-06-20T21:53:19.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47762026-06-20T21:53:19.828Z
47772026-06-20T21:53:19.828Zinfo: running `cargo check --bins` on wicketd (295/297)
47782026-06-20T21:53:19.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-06-20T21:53:19.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-06-20T21:53:19.828Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47812026-06-20T21:53:19.828Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47822026-06-20T21:53:19.828Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47832026-06-20T21:53:19.829Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47842026-06-20T21:53:20.309Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47852026-06-20T21:53:20.880Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47862026-06-20T21:53:23.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
47872026-06-20T21:53:24.078Z
47882026-06-20T21:53:24.078Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
47892026-06-20T21:53:24.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-06-20T21:53:24.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-06-20T21:53:24.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47922026-06-20T21:53:24.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47932026-06-20T21:53:24.601Z
47942026-06-20T21:53:24.601Zinfo: running `cargo check --bins` on zone-setup (297/297)
47952026-06-20T21:53:25.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-06-20T21:53:25.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-06-20T21:53:25.218Z Checking uzers v0.12.2
47982026-06-20T21:53:25.483Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47992026-06-20T21:53:26.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48002026-06-20T21:53:26.421Z
48012026-06-20T21:53:26.421Zreal 14:26.117659687
48022026-06-20T21:53:26.421Zuser 20:49.429785607
48032026-06-20T21:53:26.421Zsys 4:06.190100046
48042026-06-20T21:53:26.421Ztrap 0.324715992
48052026-06-20T21:53:26.421Ztflt 0.703525922
48062026-06-20T21:53:26.425Zdflt 1.041577795
48072026-06-20T21:53:26.426Zkflt 0.004718299
48082026-06-20T21:53:26.426Zlock 1:15:12.496241438
48092026-06-20T21:53:26.426Zslp 1:43:58.951533894
48102026-06-20T21:53:26.426Zlat 52.214531928
48112026-06-20T21:53:26.426Zstop 3:14.613781843
48122026-06-20T21:53:26.426Zprocess exited: duration 999713 ms, exit code 0
 
48132026-06-20T21:53:26.434Zfound 0 output files