01KY352RDSWD7ETG86HFDX4QS5: 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: 01KY353E16C9JDX4E23K5GF7ZF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T20:16:20.898Zjob assigned to worker 01KY353PHQT1RV2KP9HGHJ5NHX [factory aws, i-0a596e0cafbd7350f] (queued for 50 s)
 
22026-07-21T20:16:27.770Zstarting task 0: "setup"
32026-07-21T20:16:27.776Z++ uname -s
42026-07-21T20:16:27.780Z+ kern=SunOS
52026-07-21T20:16:27.780Z+ build_user=build
62026-07-21T20:16:27.780Z+ build_uid=12345
72026-07-21T20:16:27.780Z+ work_dir=/work
82026-07-21T20:16:27.780Z+ input_dir=/input
92026-07-21T20:16:27.780Z+ [[ 0 == 12345 ]]
102026-07-21T20:16:27.780Z+ case "$kern" in
112026-07-21T20:16:27.780Z+ groupadd -g 12345 build
122026-07-21T20:16:27.783Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T20:16:29.788Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T20:16:29.909Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T20:16:29.912Z+ home_fs=zfs
162026-07-21T20:16:29.912Z+ [[ zfs == autofs ]]
172026-07-21T20:16:29.912Z+ mkdir -p /home/build
182026-07-21T20:16:29.912Z+ chown build:build /home/build /work
192026-07-21T20:16:30.913Z+ chmod 0700 /home/build /work
202026-07-21T20:16:30.916Zprocess exited: duration 3146 ms, exit code 0
 
212026-07-21T20:16:30.922Zstarting task 1: "rust-toolchain"
222026-07-21T20:16:30.925Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T20:16:30.925Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-21T20:16:30.925Z * rust toolchain channel = "1.96.1"
252026-07-21T20:16:30.925Z * rust toolchain profile = "default"
262026-07-21T20:16:30.925Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T20:16:30.926Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T20:16:30.928Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T20:16:30.928Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T20:16:31.007Zinfo: downloading installer
312026-07-21T20:16:32.277Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T20:16:32.277Zwarn: /home/build/.rustup/settings.toml
332026-07-21T20:16:32.277Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T20:16:32.277Zwarn: instead of the one inferred from the default host triple.
352026-07-21T20:16:32.289Zinfo: profile set to default
362026-07-21T20:16:32.289Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T20:16:32.292Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T20:16:32.422Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T20:16:32.426Zinfo: downloading 6 components
402026-07-21T20:16:48.105Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T20:16:48.105Z
422026-07-21T20:16:48.134Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T20:16:48.134Z
442026-07-21T20:16:48.137Z
452026-07-21T20:16:48.137ZRust is installed now. Great!
462026-07-21T20:16:48.137Z
472026-07-21T20:16:48.137ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T20:16:48.137Zenvironment variable. This has not been done automatically.
492026-07-21T20:16:48.137Z
502026-07-21T20:16:48.137ZTo configure your current shell, you need to source
512026-07-21T20:16:48.137Zthe corresponding env file under $HOME/.cargo.
522026-07-21T20:16:48.137Z
532026-07-21T20:16:48.137ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T20:16:48.137Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T20:16:48.137Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T20:16:48.137Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T20:16:48.137Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T20:16:48.137Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T20:16:48.137Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T20:16:48.137Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T20:16:48.137Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T20:16:48.230Z+ rustup --version
632026-07-21T20:16:48.239Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T20:16:48.242Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T20:16:48.260Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T20:16:48.263Z+ cargo --version
672026-07-21T20:16:48.277Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T20:16:48.281Z+ rustc --version
692026-07-21T20:16:48.299Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T20:16:48.302Zprocess exited: duration 17378 ms, exit code 0
 
712026-07-21T20:16:48.307Zstarting task 2: "authentication"
722026-07-21T20:16:48.324Zprocess exited: duration 16 ms, exit code 0
 
732026-07-21T20:16:48.330Zstarting task 3: "clone repository"
742026-07-21T20:16:48.333Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T20:16:48.336Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T20:16:48.366ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T20:16:57.471Z+ cd /work/oxidecomputer/omicron
782026-07-21T20:16:57.471Z+ git fetch origin 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2
792026-07-21T20:16:57.756ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T20:16:57.756Z * branch 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2 -> FETCH_HEAD
812026-07-21T20:16:57.767Z+ [[ -n '' ]]
822026-07-21T20:16:57.767Z+ git reset --hard 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2
832026-07-21T20:16:58.019ZHEAD is now at 61cb302c7 [spr] initial version
842026-07-21T20:16:58.023Zprocess exited: duration 9689 ms, exit code 0
 
852026-07-21T20:16:58.028Zstarting task 4: "build"
862026-07-21T20:16:58.032Z+ source .github/buildomat/ci-env.sh
872026-07-21T20:16:58.035Z++ export CARGO_TERM_COLOR=always
882026-07-21T20:16:58.036Z++ CARGO_TERM_COLOR=always
892026-07-21T20:16:58.036Z+++ uname -s
902026-07-21T20:16:58.036Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-21T20:16:58.036Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-21T20:16:58.039Z+ cargo --version
932026-07-21T20:16:58.052Zcargo 1.96.1 (356927216 2026-06-26)
942026-07-21T20:16:58.055Z+ rustc --version
952026-07-21T20:16:58.068Zrustc 1.96.1 (31fca3adb 2026-06-26)
962026-07-21T20:16:58.071Z+ source ./env.sh
972026-07-21T20:16:58.071Z++ OLD_SHELL_OPTS=ehxB
982026-07-21T20:16:58.071Z++ set -o xtrace
992026-07-21T20:16:58.075Z++++ dirname ./env.sh
1002026-07-21T20:16:58.075Z+++ readlink -f .
1012026-07-21T20:16:58.079Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-07-21T20:16:58.079Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-21T20:16:58.079Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-21T20:16:58.079Z++ 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
1052026-07-21T20:16:58.079Z++ 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
1062026-07-21T20:16:58.079Z++ 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
1072026-07-21T20:16:58.079Z++ 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
1082026-07-21T20:16:58.079Z++ 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
1092026-07-21T20:16:58.079Z++ 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
1102026-07-21T20:16:58.079Z++ 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
1112026-07-21T20:16:58.079Z++ 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
1122026-07-21T20:16:58.079Z++ case $OLD_SHELL_OPTS in
1132026-07-21T20:16:58.079Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-07-21T20:16:58.079Z+ 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
1152026-07-21T20:16:58.079Z+ 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
1162026-07-21T20:16:58.079Z+ banner prerequisites
1172026-07-21T20:16:58.079Z
1182026-07-21T20:16:58.079Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-07-21T20:16:58.080Z # # # # # # # # # # # # # # #
1202026-07-21T20:16:58.080Z # # # # ##### # # ##### # # # # # #### #
1212026-07-21T20:16:58.080Z ##### ##### # ##### # # # # # # # # #
1222026-07-21T20:16:58.080Z # # # # # # # # # # # # # # #
1232026-07-21T20:16:58.080Z # # # ###### # # ###### ### # #### # #### #
1242026-07-21T20:16:58.080Z
1252026-07-21T20:16:58.084Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-07-21T20:16:59.691Z Startup: Refreshing catalog 'helios' ... Done
1272026-07-21T20:16:59.879Z Startup: Caching catalogs ... Done
1282026-07-21T20:17:00.813ZPlanning: Solver setup ... Done (0.866s)
1292026-07-21T20:17:00.852ZPlanning: Running solver ... Done (0.039s)
1302026-07-21T20:17:00.876ZPlanning: Finding local manifests ... Done (0.003s)
1312026-07-21T20:17:00.887ZPlanning: Fetching manifests: 0/2 0% complete
1322026-07-21T20:17:00.906ZPlanning: Fetching manifests: 2/2 100% complete
1332026-07-21T20:17:00.919ZPlanning: Package planning ... Done (0.013s)
1342026-07-21T20:17:00.922ZPlanning: Merging actions ... Done (0.001s)
1352026-07-21T20:17:01.121ZPlanning: Checking for conflicting actions ... Done (0.201s)
1362026-07-21T20:17:01.124ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-07-21T20:17:01.899ZPlanning: Evaluating mediators ... Done (0.777s)
1382026-07-21T20:17:01.902ZPlanning: Planning completed in 2.00 seconds
1392026-07-21T20:17:01.909Z Packages to install: 2
1402026-07-21T20:17:01.912Z Estimated space available: 156.06 GB
1412026-07-21T20:17:01.912ZEstimated space to be consumed: 46.64 MB
1422026-07-21T20:17:01.912Z Create boot environment: No
1432026-07-21T20:17:01.912ZCreate backup boot environment: No
1442026-07-21T20:17:01.912Z Rebuild boot archive: No
1452026-07-21T20:17:01.912Z
1462026-07-21T20:17:01.912ZChanged packages:
1472026-07-21T20:17:01.912Zhelios
1482026-07-21T20:17:01.912Z developer/build-essential
1492026-07-21T20:17:01.912Z None -> 11-3.0
1502026-07-21T20:17:01.912Z library/libxmlsec1
1512026-07-21T20:17:01.912Z None -> 1.2.35-3.0
1522026-07-21T20:17:01.935Z
1532026-07-21T20:17:01.935ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-07-21T20:17:02.001ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1552026-07-21T20:17:02.057Z Actions: 1/268 actions (Installing new actions)
1562026-07-21T20:17:02.094Z Actions: Completed 268 actions in 0.04 seconds.
1572026-07-21T20:17:02.113ZFinalize: Updating package state database ... Done (0.018s)
1582026-07-21T20:17:02.115ZFinalize: Updating package cache ... Done (0.000s)
1592026-07-21T20:17:02.160ZFinalize: Updating image state ... Done (0.047s)
1602026-07-21T20:17:04.568ZFinalize: Creating fast lookup database ... Done (2.371s)
1612026-07-21T20:17:04.630ZFinalize: Reading search index ... Done (0.012s)
1622026-07-21T20:17:04.633ZFinalize: Updating search index ... Done (0.000s)
1632026-07-21T20:17:04.714ZFinalize: Updating package cache ... Done (0.000s)
1642026-07-21T20:17:05.046ZPlanning: Evaluating mediator changes ... Done
1652026-07-21T20:17:05.150ZPlanning: Checking for conflicting actions ... Done
1662026-07-21T20:17:05.154ZPlanning: Consolidating action changes ... Done
1672026-07-21T20:17:05.305ZPlanning: Evaluating mediators ... Done
1682026-07-21T20:17:05.308ZPlanning: Planning completed in 0.26 seconds
1692026-07-21T20:17:05.328Z Mediators to change: 2
1702026-07-21T20:17:05.331Z Create boot environment: No
1712026-07-21T20:17:05.331ZCreate backup boot environment: No
1722026-07-21T20:17:05.396ZFinalize: Updating package state database ... Done
1732026-07-21T20:17:05.396ZFinalize: Updating package cache ... Done
1742026-07-21T20:17:05.423ZFinalize: Updating image state ... Done
1752026-07-21T20:17:07.368ZFinalize: Creating fast lookup database ... Done
1762026-07-21T20:17:07.431ZFinalize: Reading search index ... Done
1772026-07-21T20:17:07.434ZFinalize: Updating search index ... Done
1782026-07-21T20:17:07.512ZFinalize: Updating package cache ... Done
1792026-07-21T20:17:07.796ZPlanning: Evaluating mediator changes ... Done
1802026-07-21T20:17:07.902ZPlanning: Checking for conflicting actions ... Done
1812026-07-21T20:17:07.904ZPlanning: Consolidating action changes ... Done
1822026-07-21T20:17:08.058ZPlanning: Evaluating mediators ... Done
1832026-07-21T20:17:08.060ZPlanning: Planning completed in 0.26 seconds
1842026-07-21T20:17:08.081Z Mediators to change: 1
1852026-07-21T20:17:08.081Z Create boot environment: No
1862026-07-21T20:17:08.081ZCreate backup boot environment: No
1872026-07-21T20:17:08.132ZFinalize: Updating package state database ... Done
1882026-07-21T20:17:08.132ZFinalize: Updating package cache ... Done
1892026-07-21T20:17:08.160ZFinalize: Updating image state ... Done
1902026-07-21T20:17:10.092ZFinalize: Creating fast lookup database ... Done
1912026-07-21T20:17:10.153ZFinalize: Reading search index ... Done
1922026-07-21T20:17:10.155ZFinalize: Updating search index ... Done
1932026-07-21T20:17:10.239ZFinalize: Updating package cache ... Done
1942026-07-21T20:17:10.550ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-07-21T20:17:10.550Zapache system 2.4 system
1962026-07-21T20:17:10.550Zclang system 15 system
1972026-07-21T20:17:10.550Zcsh system system illumos
1982026-07-21T20:17:10.550Zctags system system illumos
1992026-07-21T20:17:10.550Zfile vendor vendor darwinsys
2002026-07-21T20:17:10.551Zfile system system illumos
2012026-07-21T20:17:10.551Zgcc vendor 14 vendor
2022026-07-21T20:17:10.551Zgcc system 13 system
2032026-07-21T20:17:10.551Zgcc system 10 system
2042026-07-21T20:17:10.551Zgo system 1.25 system
2052026-07-21T20:17:10.551Zllvm system 15 system
2062026-07-21T20:17:10.551Zmariadb system 11.4 system
2072026-07-21T20:17:10.551Zmta vendor vendor dma
2082026-07-21T20:17:10.551Zopenjdk system 17 system
2092026-07-21T20:17:10.551Zopenjdk system 11 system
2102026-07-21T20:17:10.551Zopenssl vendor 3 vendor
2112026-07-21T20:17:10.551Zperl system 5.40 system
2122026-07-21T20:17:10.551Zpostgresql system 18 system
2132026-07-21T20:17:10.551Zpostgresql system 17 system
2142026-07-21T20:17:10.551Zpython vendor 3 vendor
2152026-07-21T20:17:10.551Zpython system 2 system
2162026-07-21T20:17:10.551Zpython3 vendor 3.13 vendor
2172026-07-21T20:17:10.551Zruby system 3.4 system
2182026-07-21T20:17:10.551Zruby system 3.0 system
2192026-07-21T20:17:10.551Zwords vendor vendor american-english
2202026-07-21T20:17:10.551Zwords system system australian-english
2212026-07-21T20:17:10.551Zwords system system british-english
2222026-07-21T20:17:10.551Zwords system system canadian-english
2232026-07-21T20:17:10.551Zwords system system french
2242026-07-21T20:17:10.551Zwords system system italian
2252026-07-21T20:17:10.551Zwords system system ngerman
2262026-07-21T20:17:10.551Zwords system system ogerman
2272026-07-21T20:17:10.551Zwords system system spanish
2282026-07-21T20:17:10.803ZPUBLISHER TYPE STATUS P LOCATION
2292026-07-21T20:17:10.803Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-07-21T20:17:11.164ZFMRI IFO
2312026-07-21T20:17:11.164Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-07-21T20:17:11.164Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-07-21T20:17:11.164Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-07-21T20:17:11.164Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-07-21T20:17:11.164Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-07-21T20:17:11.165Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-07-21T20:17:11.165Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-07-21T20:17:11.165Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-07-21T20:17:11.165Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-07-21T20:17:11.448Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-07-21T20:17:11.729Z Updating crates.io index
2422026-07-21T20:17:11.731Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-07-21T20:17:11.946Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-07-21T20:17:12.212Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-07-21T20:17:13.244Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-07-21T20:17:13.741Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-07-21T20:17:15.658Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-07-21T20:17:16.480Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-07-21T20:17:16.722Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-07-21T20:17:17.044Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-07-21T20:17:18.127Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-07-21T20:17:18.396Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-07-21T20:17:18.718Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-07-21T20:17:18.973Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-07-21T20:17:19.435Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-07-21T20:17:19.960Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2572026-07-21T20:17:20.369Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-07-21T20:17:20.607Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-07-21T20:17:20.870Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-07-21T20:17:21.214Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-07-21T20:17:21.475Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-07-21T20:17:21.714Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-07-21T20:17:21.954Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-07-21T20:17:22.281Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-07-21T20:17:22.584Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-07-21T20:17:22.810Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-07-21T20:17:23.170Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-07-21T20:17:23.433Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-07-21T20:17:23.804Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-07-21T20:17:24.116Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-07-21T20:17:24.385Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-07-21T20:17:24.643Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-07-21T20:17:24.985Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-07-21T20:17:25.347Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-07-21T20:17:25.652Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-07-21T20:17:25.906Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-07-21T20:17:26.170Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-07-21T20:17:26.466Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-07-21T20:17:26.905Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-07-21T20:17:27.160Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-07-21T20:17:27.436Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-07-21T20:17:27.721Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-07-21T20:17:30.558Z Downloading crates ...
2842026-07-21T20:17:30.603Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2852026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2862026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2872026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2882026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2892026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2902026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2912026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2922026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2932026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2942026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2952026-07-21T20:17:30.607Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2962026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2972026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2982026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2992026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3002026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3012026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3022026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3032026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3042026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3052026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3062026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3072026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3082026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3092026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3102026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3112026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3122026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3132026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3142026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3152026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3162026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3172026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3182026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3192026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3202026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3212026-07-21T20:17:30.608Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3222026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3232026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3242026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3252026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3262026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3272026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3282026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3292026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3302026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3312026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3322026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3332026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3342026-07-21T20:17:30.609Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3352026-07-21T20:17:30.628Z Downloaded swrite v0.1.0
3362026-07-21T20:17:30.634Z Downloaded usdt-impl v0.5.0
3372026-07-21T20:17:30.655Z Downloaded strsim v0.11.1
3382026-07-21T20:17:30.658Z Downloaded terminal_size v0.4.3
3392026-07-21T20:17:30.658Z Downloaded smawk v0.3.2
3402026-07-21T20:17:30.663Z Downloaded serde_spanned v0.6.9
3412026-07-21T20:17:30.666Z Downloaded unicode-linebreak v0.1.5
3422026-07-21T20:17:30.669Z Downloaded usdt v0.5.0
3432026-07-21T20:17:30.669Z Downloaded pretty-hex v0.4.1
3442026-07-21T20:17:30.672Z Downloaded tabled_derive v0.7.0
3452026-07-21T20:17:30.672Z Downloaded scroll_derive v0.12.1
3462026-07-21T20:17:30.672Z Downloaded toml_datetime v0.6.11
3472026-07-21T20:17:30.675Z Downloaded plain v0.2.3
3482026-07-21T20:17:30.678Z Downloaded version_check v0.9.5
3492026-07-21T20:17:30.681Z Downloaded usdt-macro v0.5.0
3502026-07-21T20:17:30.684Z Downloaded toml_write v0.1.2
3512026-07-21T20:17:30.684Z Downloaded thread-id v4.2.2
3522026-07-21T20:17:30.687Z Downloaded usdt-attr-macro v0.5.0
3532026-07-21T20:17:30.690Z Downloaded utf8parse v0.2.2
3542026-07-21T20:17:30.693Z Downloaded serde_tokenstream v0.2.3
3552026-07-21T20:17:30.696Z Downloaded scroll v0.12.0
3562026-07-21T20:17:30.701Z Downloaded thiserror-impl v2.0.18
3572026-07-21T20:17:30.708Z Downloaded sha2 v0.10.9
3582026-07-21T20:17:30.715Z Downloaded zmij v1.0.21
3592026-07-21T20:17:30.718Z Downloaded proc-macro-error-attr v1.0.4
3602026-07-21T20:17:30.721Z Downloaded proc-macro-error v1.0.4
3612026-07-21T20:17:30.724Z Downloaded thiserror v2.0.18
3622026-07-21T20:17:30.727Z Downloaded tempfile v3.25.0
3632026-07-21T20:17:30.730Z Downloaded semver v1.0.28
3642026-07-21T20:17:30.730Z Downloaded thiserror-impl v1.0.69
3652026-07-21T20:17:30.730Z Downloaded ucd-trie v0.1.7
3662026-07-21T20:17:30.734Z Downloaded quote v1.0.45
3672026-07-21T20:17:30.734Z Downloaded thiserror v1.0.69
3682026-07-21T20:17:30.748Z Downloaded toml v0.8.23
3692026-07-21T20:17:30.751Z Downloaded textwrap v0.16.2
3702026-07-21T20:17:30.751Z Downloaded zerocopy-derive v0.7.35
3712026-07-21T20:17:30.754Z Downloaded unicode-ident v1.0.24
3722026-07-21T20:17:30.754Z Downloaded proc-macro2 v1.0.106
3732026-07-21T20:17:30.757Z Downloaded serde_derive v1.0.228
3742026-07-21T20:17:30.765Z Downloaded serde_core v1.0.228
3752026-07-21T20:17:30.772Z Downloaded serde_json v1.0.150
3762026-07-21T20:17:30.776Z Downloaded toml_edit v0.22.27
3772026-07-21T20:17:30.782Z Downloaded serde v1.0.228
3782026-07-21T20:17:30.790Z Downloaded typenum v1.20.1
3792026-07-21T20:17:30.813Z Downloaded zerocopy v0.7.35
3802026-07-21T20:17:30.820Z Downloaded tabled v0.15.0
3812026-07-21T20:17:30.828Z Downloaded winnow v0.7.14
3822026-07-21T20:17:30.849Z Downloaded syn v1.0.109
3832026-07-21T20:17:30.900Z Downloaded unicode-width v0.2.0
3842026-07-21T20:17:30.900Z Downloaded unicode-width v0.1.14
3852026-07-21T20:17:30.901Z Downloaded syn v2.0.117
3862026-07-21T20:17:30.901Z Downloaded rustix v1.1.3
3872026-07-21T20:17:31.126Z Downloaded pest_generator v2.8.6
3882026-07-21T20:17:31.147Z Downloaded clap_builder v4.6.0
3892026-07-21T20:17:31.162Z Downloaded heck v0.4.1
3902026-07-21T20:17:31.178Z Downloaded clap v4.6.1
3912026-07-21T20:17:31.271Z Downloaded getrandom v0.4.1
3922026-07-21T20:17:31.344Z Downloaded camino v1.2.2
3932026-07-21T20:17:31.392Z Downloaded anyhow v1.0.102
3942026-07-21T20:17:31.392Z Downloaded papergrid v0.11.0
3952026-07-21T20:17:31.392Z Downloaded bytecount v0.6.9
3962026-07-21T20:17:31.392Z Downloaded fs-err v3.3.0
3972026-07-21T20:17:31.402Z Downloaded anstyle-query v1.1.5
3982026-07-21T20:17:31.441Z Downloaded clap_lex v1.0.0
3992026-07-21T20:17:31.441Z Downloaded fastrand v2.3.0
4002026-07-21T20:17:31.496Z Downloaded equivalent v1.0.2
4012026-07-21T20:17:31.496Z Downloaded heck v0.5.0
4022026-07-21T20:17:31.543Z Downloaded digest v0.10.7
4032026-07-21T20:17:31.543Z Downloaded clap_derive v4.6.1
4042026-07-21T20:17:31.544Z Downloaded byteorder v1.5.0
4052026-07-21T20:17:31.544Z Downloaded crypto-common v0.1.7
4062026-07-21T20:17:31.544Z Downloaded dof v0.3.0
4072026-07-21T20:17:31.577Z Downloaded colorchoice v1.0.4
4082026-07-21T20:17:31.577Z Downloaded anstream v1.0.0
4092026-07-21T20:17:31.577Z Downloaded fnv v1.0.7
4102026-07-21T20:17:31.577Z Downloaded dtrace-parser v0.2.0
4112026-07-21T20:17:31.635Z Downloaded log v0.4.29
4122026-07-21T20:17:31.716Z Downloaded anstyle v1.0.14
4132026-07-21T20:17:31.716Z Downloaded errno v0.3.14
4142026-07-21T20:17:31.716Z Downloaded autocfg v1.5.0
4152026-07-21T20:17:31.716Z Downloaded hashbrown v0.17.0
4162026-07-21T20:17:31.716Z Downloaded cargo-platform v0.3.2
4172026-07-21T20:17:31.776Z Downloaded generic-array v0.14.7
4182026-07-21T20:17:31.777Z Downloaded pest_derive v2.8.6
4192026-07-21T20:17:31.777Z Downloaded memchr v2.8.0
4202026-07-21T20:17:31.777Z Downloaded cargo_metadata v0.23.1
4212026-07-21T20:17:31.869Z Downloaded once_cell v1.21.3
4222026-07-21T20:17:31.869Z Downloaded itoa v1.0.17
4232026-07-21T20:17:31.929Z Downloaded anstyle-parse v1.0.0
4242026-07-21T20:17:31.929Z Downloaded block-buffer v0.10.4
4252026-07-21T20:17:31.929Z Downloaded goblin v0.8.2
4262026-07-21T20:17:31.929Z Downloaded pest v2.8.6
4272026-07-21T20:17:32.019Z Downloaded memmap v0.7.0
4282026-07-21T20:17:32.019Z Downloaded indexmap v2.14.0
4292026-07-21T20:17:32.019Z Downloaded cfg-if v1.0.4
4302026-07-21T20:17:32.019Z Downloaded cpufeatures v0.2.17
4312026-07-21T20:17:32.019Z Downloaded macaddr v1.0.1
4322026-07-21T20:17:32.078Z Downloaded cargo_toml v0.21.0
4332026-07-21T20:17:32.174Z Downloaded camino-tempfile v1.4.1
4342026-07-21T20:17:32.174Z Downloaded is_terminal_polyfill v1.70.2
4352026-07-21T20:17:32.175Z Downloaded pest_meta v2.8.6
4362026-07-21T20:17:32.225Z Downloaded bitflags v2.11.0
4372026-07-21T20:17:32.225Z Downloaded libc v0.2.185
4382026-07-21T20:17:32.257Z Compiling proc-macro2 v1.0.106
4392026-07-21T20:17:32.257Z Compiling quote v1.0.45
4402026-07-21T20:17:32.257Z Compiling unicode-ident v1.0.24
4412026-07-21T20:17:32.257Z Compiling serde_core v1.0.228
4422026-07-21T20:17:32.257Z Compiling libc v0.2.185
4432026-07-21T20:17:32.257Z Compiling version_check v0.9.5
4442026-07-21T20:17:32.257Z Compiling memchr v2.8.0
4452026-07-21T20:17:32.257Z Compiling serde v1.0.228
4462026-07-21T20:17:32.661Z Compiling zmij v1.0.21
4472026-07-21T20:17:32.818Z Compiling ucd-trie v0.1.7
4482026-07-21T20:17:32.839Z Compiling itoa v1.0.17
4492026-07-21T20:17:32.840Z Compiling thiserror v1.0.69
4502026-07-21T20:17:33.065Z Compiling pest v2.8.6
4512026-07-21T20:17:33.098Z Compiling rustix v1.1.3
4522026-07-21T20:17:33.249Z Compiling byteorder v1.5.0
4532026-07-21T20:17:33.313Z Compiling errno v0.3.14
4542026-07-21T20:17:33.465Z Compiling bitflags v2.11.0
4552026-07-21T20:17:33.479Z Compiling serde_json v1.0.150
4562026-07-21T20:17:33.728Z Compiling thread-id v4.2.2
4572026-07-21T20:17:33.808Z Compiling syn v2.0.117
4582026-07-21T20:17:33.825Z Compiling proc-macro-error-attr v1.0.4
4592026-07-21T20:17:33.841Z Compiling usdt-impl v0.5.0
4602026-07-21T20:17:33.938Z Compiling camino v1.2.2
4612026-07-21T20:17:34.026Z Compiling syn v1.0.109
4622026-07-21T20:17:34.174Z Compiling pest_meta v2.8.6
4632026-07-21T20:17:34.333Z Compiling proc-macro-error v1.0.4
4642026-07-21T20:17:34.348Z Compiling getrandom v0.4.1
4652026-07-21T20:17:34.413Z Compiling plain v0.2.3
4662026-07-21T20:17:34.526Z Compiling utf8parse v0.2.2
4672026-07-21T20:17:34.645Z Compiling hashbrown v0.17.0
4682026-07-21T20:17:34.689Z Compiling equivalent v1.0.2
4692026-07-21T20:17:34.722Z Compiling log v0.4.29
4702026-07-21T20:17:34.824Z Compiling anstyle-parse v1.0.0
4712026-07-21T20:17:34.924Z Compiling terminal_size v0.4.3
4722026-07-21T20:17:35.253Z Compiling indexmap v2.14.0
4732026-07-21T20:17:35.456Z Compiling cfg-if v1.0.4
4742026-07-21T20:17:35.532Z Compiling is_terminal_polyfill v1.70.2
4752026-07-21T20:17:35.588Z Compiling anstyle v1.0.14
4762026-07-21T20:17:35.619Z Compiling winnow v0.7.14
4772026-07-21T20:17:35.637Z Compiling colorchoice v1.0.4
4782026-07-21T20:17:35.759Z Compiling autocfg v1.5.0
4792026-07-21T20:17:35.816Z Compiling pretty-hex v0.4.1
4802026-07-21T20:17:35.820Z Compiling thiserror v2.0.18
4812026-07-21T20:17:35.891Z Compiling toml_write v0.1.2
4822026-07-21T20:17:35.978Z Compiling anstyle-query v1.1.5
4832026-07-21T20:17:36.092Z Compiling pest_generator v2.8.6
4842026-07-21T20:17:36.109Z Compiling anstream v1.0.0
4852026-07-21T20:17:36.191Z Compiling fs-err v3.3.0
4862026-07-21T20:17:36.417Z Compiling unicode-width v0.1.14
4872026-07-21T20:17:36.481Z Compiling once_cell v1.21.3
4882026-07-21T20:17:36.575Z Compiling heck v0.5.0
4892026-07-21T20:17:36.595Z Compiling strsim v0.11.1
4902026-07-21T20:17:36.697Z Compiling fastrand v2.3.0
4912026-07-21T20:17:36.716Z Compiling clap_lex v1.0.0
4922026-07-21T20:17:36.807Z Compiling anyhow v1.0.102
4932026-07-21T20:17:36.825Z Compiling fnv v1.0.7
4942026-07-21T20:17:36.930Z Compiling heck v0.4.1
4952026-07-21T20:17:36.947Z Compiling bytecount v0.6.9
4962026-07-21T20:17:36.950Z Compiling tempfile v3.25.0
4972026-07-21T20:17:36.993Z Compiling clap_builder v4.6.0
4982026-07-21T20:17:37.079Z Compiling papergrid v0.11.0
4992026-07-21T20:17:37.153Z Compiling cargo-platform v0.3.2
5002026-07-21T20:17:37.170Z Compiling tabled_derive v0.7.0
5012026-07-21T20:17:37.200Z Compiling semver v1.0.28
5022026-07-21T20:17:37.341Z Compiling memmap v0.7.0
5032026-07-21T20:17:37.364Z Compiling unicode-linebreak v0.1.5
5042026-07-21T20:17:37.420Z Compiling unicode-width v0.2.0
5052026-07-21T20:17:37.522Z Compiling smawk v0.3.2
5062026-07-21T20:17:37.661Z Compiling textwrap v0.16.2
5072026-07-21T20:17:37.697Z Compiling camino-tempfile v1.4.1
5082026-07-21T20:17:37.717Z Compiling serde_derive v1.0.228
5092026-07-21T20:17:37.877Z Compiling thiserror-impl v1.0.69
5102026-07-21T20:17:37.894Z Compiling zerocopy-derive v0.7.35
5112026-07-21T20:17:37.925Z Compiling pest_derive v2.8.6
5122026-07-21T20:17:38.081Z Compiling scroll_derive v0.12.1
5132026-07-21T20:17:38.118Z Compiling thiserror-impl v2.0.18
5142026-07-21T20:17:38.386Z Compiling clap_derive v4.6.1
5152026-07-21T20:17:38.487Z Compiling tabled v0.15.0
5162026-07-21T20:17:38.771Z Compiling scroll v0.12.0
5172026-07-21T20:17:38.827Z Compiling zerocopy v0.7.35
5182026-07-21T20:17:39.063Z Compiling goblin v0.8.2
5192026-07-21T20:17:39.292Z Compiling dtrace-parser v0.2.0
5202026-07-21T20:17:39.357Z Compiling swrite v0.1.0
5212026-07-21T20:17:40.079Z Compiling clap v4.6.1
5222026-07-21T20:17:40.662Z Compiling toml_datetime v0.6.11
5232026-07-21T20:17:40.662Z Compiling serde_spanned v0.6.9
5242026-07-21T20:17:40.664Z Compiling cargo_metadata v0.23.1
5252026-07-21T20:17:40.664Z Compiling macaddr v1.0.1
5262026-07-21T20:17:40.665Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5272026-07-21T20:17:40.742Z Compiling dof v0.3.0
5282026-07-21T20:17:40.744Z Compiling serde_tokenstream v0.2.3
5292026-07-21T20:17:40.870Z Compiling toml_edit v0.22.27
5302026-07-21T20:17:41.464Z Compiling usdt-macro v0.5.0
5312026-07-21T20:17:41.486Z Compiling usdt-attr-macro v0.5.0
5322026-07-21T20:17:42.110Z Compiling usdt v0.5.0
5332026-07-21T20:17:42.219Z Compiling toml v0.8.23
5342026-07-21T20:17:42.554Z Compiling cargo_toml v0.21.0
5352026-07-21T20:17:43.799Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5362026-07-21T20:17:45.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.47s
5372026-07-21T20:17:45.971Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5382026-07-21T20:17:46.467Z Downloading crates ...
5392026-07-21T20:17:46.553Z Downloaded adler2 v2.0.1
5402026-07-21T20:17:46.567Z Downloaded backoff v0.4.0
5412026-07-21T20:17:46.570Z Downloaded ahash v0.8.12
5422026-07-21T20:17:46.570Z Downloaded async-stream-impl v0.3.6
5432026-07-21T20:17:46.571Z Downloaded anstream v0.6.21
5442026-07-21T20:17:46.571Z Downloaded base16ct v0.2.0
5452026-07-21T20:17:46.571Z Downloaded array-init v0.0.4
5462026-07-21T20:17:46.574Z Downloaded ar_archive_writer v0.5.1
5472026-07-21T20:17:46.583Z Downloaded argon2 v0.5.3
5482026-07-21T20:17:46.590Z Downloaded cpufeatures v0.3.0
5492026-07-21T20:17:46.590Z Downloaded convert_case v0.4.0
5502026-07-21T20:17:46.591Z Downloaded darling_macro v0.21.3
5512026-07-21T20:17:46.591Z Downloaded daft v0.1.7
5522026-07-21T20:17:46.591Z Downloaded derive_builder_macro v0.20.2
5532026-07-21T20:17:46.591Z Downloaded crc32fast v1.5.0
5542026-07-21T20:17:46.591Z Downloaded ascii-canvas v3.0.0
5552026-07-21T20:17:46.591Z Downloaded arrayref v0.3.9
5562026-07-21T20:17:46.595Z Downloaded dirs-sys-next v0.1.2
5572026-07-21T20:17:46.595Z Downloaded dsl_auto_type v0.2.0
5582026-07-21T20:17:46.595Z Downloaded bitfield-struct v0.6.2
5592026-07-21T20:17:46.597Z Downloaded bitfield-macros v0.19.4
5602026-07-21T20:17:46.598Z Downloaded crc-any v2.5.0
5612026-07-21T20:17:46.601Z Downloaded dyn-clone v1.0.20
5622026-07-21T20:17:46.601Z Downloaded defmt-macros v1.0.1
5632026-07-21T20:17:46.604Z Downloaded critical-section v1.2.0
5642026-07-21T20:17:46.607Z Downloaded darling_macro v0.20.11
5652026-07-21T20:17:46.607Z Downloaded cstr-argument v0.1.2
5662026-07-21T20:17:46.607Z Downloaded crc-catalog v2.4.0
5672026-07-21T20:17:46.607Z Downloaded bb8 v0.8.6
5682026-07-21T20:17:46.611Z Downloaded base64ct v1.8.3
5692026-07-21T20:17:46.614Z Downloaded drift v0.2.0
5702026-07-21T20:17:46.619Z Downloaded atty v0.2.14
5712026-07-21T20:17:46.622Z Downloaded async-trait v0.1.89
5722026-07-21T20:17:46.622Z Downloaded bit-vec v0.8.0
5732026-07-21T20:17:46.622Z Downloaded ctutils v0.4.2
5742026-07-21T20:17:46.626Z Downloaded bit-vec v0.6.3
5752026-07-21T20:17:46.626Z Downloaded const-oid v0.9.6
5762026-07-21T20:17:46.626Z Downloaded blake2 v0.10.6
5772026-07-21T20:17:46.630Z Downloaded backon v1.6.0
5782026-07-21T20:17:46.635Z Downloaded darling_macro v0.23.0
5792026-07-21T20:17:46.635Z Downloaded embedded-io v0.6.1
5802026-07-21T20:17:46.635Z Downloaded cfg_aliases v0.2.1
5812026-07-21T20:17:46.635Z Downloaded assert_matches v1.5.0
5822026-07-21T20:17:46.636Z Downloaded async-recursion v1.1.1
5832026-07-21T20:17:46.639Z Downloaded curve25519-dalek-derive v0.1.1
5842026-07-21T20:17:46.639Z Downloaded corncobs v0.1.4
5852026-07-21T20:17:46.639Z Downloaded async-stream v0.3.6
5862026-07-21T20:17:46.639Z Downloaded bitfield v0.19.4
5872026-07-21T20:17:46.643Z Downloaded crc v3.4.0
5882026-07-21T20:17:46.643Z Downloaded cpubits v0.1.1
5892026-07-21T20:17:46.643Z Downloaded aead v0.5.2
5902026-07-21T20:17:46.643Z Downloaded bcs v0.1.6
5912026-07-21T20:17:46.646Z Downloaded bit-set v0.5.3
5922026-07-21T20:17:46.646Z Downloaded atomic-waker v1.1.2
5932026-07-21T20:17:46.650Z Downloaded ciborium-io v0.2.2
5942026-07-21T20:17:46.650Z Downloaded bit-set v0.8.0
5952026-07-21T20:17:46.650Z Downloaded ciborium-ll v0.2.2
5962026-07-21T20:17:46.653Z Downloaded embedded-io v0.4.0
5972026-07-21T20:17:46.654Z Downloaded document-features v0.2.12
5982026-07-21T20:17:46.654Z Downloaded cobs v0.3.0
5992026-07-21T20:17:46.654Z Downloaded castaway v0.2.4
6002026-07-21T20:17:46.657Z Downloaded debug-ignore v1.0.5
6012026-07-21T20:17:46.661Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-07-21T20:17:46.661Z Downloaded async-bb8-diesel v0.2.1
6032026-07-21T20:17:46.670Z Downloaded anstyle-parse v0.2.7
6042026-07-21T20:17:46.670Z Downloaded downcast-rs v2.0.2
6052026-07-21T20:17:46.673Z Downloaded block-padding v0.4.2
6062026-07-21T20:17:46.673Z Downloaded display-error-chain v0.2.2
6072026-07-21T20:17:46.673Z Downloaded dirs-next v2.0.0
6082026-07-21T20:17:46.673Z Downloaded crucible-workspace-hack v0.1.0
6092026-07-21T20:17:46.673Z Downloaded base16ct v1.0.0
6102026-07-21T20:17:46.679Z Downloaded difflib v0.4.0
6112026-07-21T20:17:46.679Z Downloaded crunchy v0.2.4
6122026-07-21T20:17:46.684Z Downloaded darling_macro v0.13.4
6132026-07-21T20:17:46.684Z Downloaded cfg_aliases v0.1.1
6142026-07-21T20:17:46.688Z Downloaded block-buffer v0.12.1
6152026-07-21T20:17:46.688Z Downloaded dtrace-parser v0.3.0
6162026-07-21T20:17:46.688Z Downloaded defmt v0.3.100
6172026-07-21T20:17:46.688Z Downloaded crypto-common v0.2.2
6182026-07-21T20:17:46.688Z Downloaded bcrypt-pbkdf v0.11.0
6192026-07-21T20:17:46.694Z Downloaded defmt-parser v1.0.0
6202026-07-21T20:17:46.694Z Downloaded dropshot-api-manager-types v0.7.2
6212026-07-21T20:17:46.700Z Downloaded env_filter v1.0.0
6222026-07-21T20:17:46.700Z Downloaded dunce v1.0.5
6232026-07-21T20:17:46.700Z Downloaded digest-io v0.1.0
6242026-07-21T20:17:46.700Z Downloaded data-encoding v2.10.0
6252026-07-21T20:17:46.700Z Downloaded crossbeam-deque v0.8.6
6262026-07-21T20:17:46.700Z Downloaded digest v0.11.3
6272026-07-21T20:17:46.703Z Downloaded atomicwrites v0.4.4
6282026-07-21T20:17:46.703Z Downloaded compression-core v0.4.31
6292026-07-21T20:17:46.708Z Downloaded der v0.7.10
6302026-07-21T20:17:46.711Z Downloaded enum-as-inner v0.6.1
6312026-07-21T20:17:46.711Z Downloaded foreign-types v0.5.0
6322026-07-21T20:17:46.711Z Downloaded foreign-types v0.3.2
6332026-07-21T20:17:46.711Z Downloaded fixedbitset v0.4.2
6342026-07-21T20:17:46.717Z Downloaded fd-lock v4.0.4
6352026-07-21T20:17:46.717Z Downloaded endian-type v0.1.2
6362026-07-21T20:17:46.720Z Downloaded cexpr v0.6.0
6372026-07-21T20:17:46.720Z Downloaded cmake v0.1.57
6382026-07-21T20:17:46.720Z Downloaded bs58 v0.5.1
6392026-07-21T20:17:46.724Z Downloaded blowfish v0.10.0
6402026-07-21T20:17:46.724Z Downloaded float-ord v0.3.2
6412026-07-21T20:17:46.727Z Downloaded camino-tempfile-ext v0.3.3
6422026-07-21T20:17:46.727Z Downloaded allocator-api2 v0.2.21
6432026-07-21T20:17:46.730Z Downloaded float-cmp v0.10.0
6442026-07-21T20:17:46.730Z Downloaded foreign-types-shared v0.3.1
6452026-07-21T20:17:46.730Z Downloaded flagset v0.4.7
6462026-07-21T20:17:46.733Z Downloaded form_urlencoded v1.2.2
6472026-07-21T20:17:46.733Z Downloaded futures-io v0.3.32
6482026-07-21T20:17:46.733Z Downloaded futures-core v0.3.32
6492026-07-21T20:17:46.736Z Downloaded fxhash v0.2.1
6502026-07-21T20:17:46.736Z Downloaded futures-task v0.3.32
6512026-07-21T20:17:46.736Z Downloaded futures-sink v0.3.32
6522026-07-21T20:17:46.736Z Downloaded funty v2.0.0
6532026-07-21T20:17:46.740Z Downloaded foreign-types-macros v0.2.3
6542026-07-21T20:17:46.740Z Downloaded crc8 v0.1.1
6552026-07-21T20:17:46.740Z Downloaded aead v0.6.1
6562026-07-21T20:17:46.740Z Downloaded dof v0.4.0
6572026-07-21T20:17:46.746Z Downloaded darling v0.13.4
6582026-07-21T20:17:46.746Z Downloaded cbc v0.2.1
6592026-07-21T20:17:46.749Z Downloaded foreign-types-shared v0.1.1
6602026-07-21T20:17:46.750Z Downloaded daft-derive v0.1.7
6612026-07-21T20:17:46.750Z Downloaded cipher v0.4.4
6622026-07-21T20:17:46.750Z Downloaded chacha20 v0.9.1
6632026-07-21T20:17:46.750Z Downloaded diesel-dtrace v0.5.0
6642026-07-21T20:17:46.753Z Downloaded derive_builder_core v0.20.2
6652026-07-21T20:17:46.753Z Downloaded cassowary v0.3.0
6662026-07-21T20:17:46.753Z Downloaded either v1.15.0
6672026-07-21T20:17:46.756Z Downloaded ecdsa v0.16.9
6682026-07-21T20:17:46.756Z Downloaded ghash v0.6.0
6692026-07-21T20:17:46.756Z Downloaded git-stub v1.0.0
6702026-07-21T20:17:46.759Z Downloaded futures-macro v0.3.32
6712026-07-21T20:17:46.759Z Downloaded globwalk v0.9.1
6722026-07-21T20:17:46.759Z Downloaded gethostname v0.5.0
6732026-07-21T20:17:46.762Z Downloaded colored v2.2.0
6742026-07-21T20:17:46.765Z Downloaded ed25519 v3.0.0
6752026-07-21T20:17:46.765Z Downloaded ed25519 v2.2.3
6762026-07-21T20:17:46.766Z Downloaded cookie_store v0.22.1
6772026-07-21T20:17:46.769Z Downloaded const_format_proc_macros v0.2.34
6782026-07-21T20:17:46.769Z Downloaded ecdsa v0.17.0-rc.18
6792026-07-21T20:17:46.776Z Downloaded env_logger v0.11.9
6802026-07-21T20:17:46.776Z Downloaded arrayvec v0.7.6
6812026-07-21T20:17:46.776Z Downloaded cmov v0.5.4
6822026-07-21T20:17:46.781Z Downloaded des v0.9.0
6832026-07-21T20:17:46.781Z Downloaded crossbeam-utils v0.8.21
6842026-07-21T20:17:46.781Z Downloaded hash32 v0.3.1
6852026-07-21T20:17:46.781Z Downloaded hash32 v0.2.1
6862026-07-21T20:17:46.781Z Downloaded fixedbitset v0.5.7
6872026-07-21T20:17:46.786Z Downloaded cipher v0.5.2
6882026-07-21T20:17:46.786Z Downloaded csv-core v0.1.13
6892026-07-21T20:17:46.786Z Downloaded der_derive v0.7.3
6902026-07-21T20:17:46.786Z Downloaded colored v3.1.1
6912026-07-21T20:17:46.791Z Downloaded filetime v0.2.27
6922026-07-21T20:17:46.791Z Downloaded console v0.15.11
6932026-07-21T20:17:46.791Z Downloaded derive-ex v0.1.8
6942026-07-21T20:17:46.799Z Downloaded foldhash v0.1.5
6952026-07-21T20:17:46.800Z Downloaded find-msvc-tools v0.1.9
6962026-07-21T20:17:46.800Z Downloaded hex v0.4.3
6972026-07-21T20:17:46.800Z Downloaded hex-literal v1.1.0
6982026-07-21T20:17:46.800Z Downloaded headers-core v0.3.0
6992026-07-21T20:17:46.800Z Downloaded futures-executor v0.3.32
7002026-07-21T20:17:46.803Z Downloaded fs-err v2.11.0
7012026-07-21T20:17:46.803Z Downloaded ena v0.14.4
7022026-07-21T20:17:46.803Z Downloaded bitflags v1.3.2
7032026-07-21T20:17:46.803Z Downloaded aws-lc-rs v1.16.3
7042026-07-21T20:17:46.807Z Downloaded hubpack v0.1.2
7052026-07-21T20:17:46.807Z Downloaded httpdate v1.0.3
7062026-07-21T20:17:46.810Z Downloaded fs_extra v1.3.0
7072026-07-21T20:17:46.810Z Downloaded ciborium v0.2.2
7082026-07-21T20:17:46.810Z Downloaded chacha20 v0.10.0
7092026-07-21T20:17:46.814Z Downloaded darling v0.20.11
7102026-07-21T20:17:46.817Z Downloaded diff v0.1.13
7112026-07-21T20:17:46.817Z Downloaded git-stub-vcs v0.1.0
7122026-07-21T20:17:46.820Z Downloaded buf-list v1.1.2
7132026-07-21T20:17:46.820Z Downloaded ctr v0.10.1
7142026-07-21T20:17:46.823Z Downloaded defmt v1.0.1
7152026-07-21T20:17:46.823Z Downloaded hubpack_derive v0.1.1
7162026-07-21T20:17:46.828Z Downloaded derive_builder v0.20.2
7172026-07-21T20:17:46.828Z Downloaded hyper-tls v0.6.0
7182026-07-21T20:17:46.831Z Downloaded crossbeam-epoch v0.9.18
7192026-07-21T20:17:46.832Z Downloaded hostname v0.4.2
7202026-07-21T20:17:46.832Z Downloaded cookie v0.18.1
7212026-07-21T20:17:46.835Z Downloaded console v0.16.2
7222026-07-21T20:17:46.835Z Downloaded displaydoc v0.2.5
7232026-07-21T20:17:46.839Z Downloaded crossbeam-channel v0.5.15
7242026-07-21T20:17:46.840Z Downloaded group v0.14.0
7252026-07-21T20:17:46.843Z Downloaded globset v0.4.18
7262026-07-21T20:17:46.843Z Downloaded idna_adapter v1.2.1
7272026-07-21T20:17:46.843Z Downloaded ident_case v1.0.1
7282026-07-21T20:17:46.843Z Downloaded clang-sys v1.8.1
7292026-07-21T20:17:46.845Z Downloaded const-oid v0.10.2
7302026-07-21T20:17:46.845Z Downloaded bzip2 v0.6.1
7312026-07-21T20:17:46.848Z Downloaded darling v0.23.0
7322026-07-21T20:17:46.852Z Downloaded indent_write v2.2.0
7332026-07-21T20:17:46.852Z Downloaded inout v0.1.4
7342026-07-21T20:17:46.852Z Downloaded illumos-nvpair-sys v0.2.0
7352026-07-21T20:17:46.863Z Downloaded hostname v0.3.1
7362026-07-21T20:17:46.863Z Downloaded group v0.13.0
7372026-07-21T20:17:46.863Z Downloaded darling v0.21.3
7382026-07-21T20:17:46.867Z Downloaded illumos-nvpair v0.3.0
7392026-07-21T20:17:46.867Z Downloaded deranged v0.5.8
7402026-07-21T20:17:46.867Z Downloaded cancel-safe-futures v0.1.5
7412026-07-21T20:17:46.867Z Downloaded inout v0.2.2
7422026-07-21T20:17:46.867Z Downloaded foldhash v0.2.0
7432026-07-21T20:17:46.867Z Downloaded base64 v0.22.1
7442026-07-21T20:17:46.867Z Downloaded highway v1.3.0
7452026-07-21T20:17:46.867Z Downloaded blake2 v0.11.0-rc.6
7462026-07-21T20:17:46.870Z Downloaded http-range v0.1.5
7472026-07-21T20:17:46.871Z Downloaded http-body v1.0.1
7482026-07-21T20:17:46.871Z Downloaded internet-checksum v0.2.1
7492026-07-21T20:17:46.871Z Downloaded instant v0.1.13
7502026-07-21T20:17:46.874Z Downloaded indoc v1.0.9
7512026-07-21T20:17:46.874Z Downloaded darling_core v0.13.4
7522026-07-21T20:17:46.877Z Downloaded home v0.5.12
7532026-07-21T20:17:46.877Z Downloaded compression-codecs v0.4.37
7542026-07-21T20:17:46.880Z Downloaded elliptic-curve v0.14.0-rc.33
7552026-07-21T20:17:46.885Z Downloaded dropshot_endpoint v0.17.1
7562026-07-21T20:17:46.885Z Downloaded futures-channel v0.3.32
7572026-07-21T20:17:46.885Z Downloaded base64 v0.21.7
7582026-07-21T20:17:46.888Z Downloaded is-terminal v0.4.17
7592026-07-21T20:17:46.888Z Downloaded http-body-util v0.1.3
7602026-07-21T20:17:46.891Z Downloaded getrandom v0.2.17
7612026-07-21T20:17:46.891Z Downloaded lalrpop-util v0.19.12
7622026-07-21T20:17:46.895Z Downloaded kem v0.3.0
7632026-07-21T20:17:46.896Z Downloaded hyper-staticfile v0.10.1
7642026-07-21T20:17:46.896Z Downloaded linked-hash-map v0.5.6
7652026-07-21T20:17:46.896Z Downloaded keccak v0.1.6
7662026-07-21T20:17:46.906Z Downloaded humantime v2.3.0
7672026-07-21T20:17:46.906Z Downloaded bzip2 v0.4.4
7682026-07-21T20:17:46.907Z Downloaded argon2 v0.6.0-rc.8
7692026-07-21T20:17:46.907Z Downloaded lazy_static v1.5.0
7702026-07-21T20:17:46.907Z Downloaded libscf-sys v1.1.0
7712026-07-21T20:17:46.907Z Downloaded is_ci v1.2.0
7722026-07-21T20:17:46.910Z Downloaded ff v0.14.0
7732026-07-21T20:17:46.910Z Downloaded ff v0.13.1
7742026-07-21T20:17:46.910Z Downloaded fallible-iterator v0.2.0
7752026-07-21T20:17:46.910Z Downloaded enum_dispatch v0.3.13
7762026-07-21T20:17:46.910Z Downloaded erased-serde v0.3.31
7772026-07-21T20:17:46.910Z Downloaded byte-wrapper v0.1.0
7782026-07-21T20:17:46.910Z Downloaded convert_case v0.10.0
7792026-07-21T20:17:46.913Z Downloaded constant_time_eq v0.4.2
7802026-07-21T20:17:46.913Z Downloaded maplit v1.0.2
7812026-07-21T20:17:46.913Z Downloaded lzss v0.8.2
7822026-07-21T20:17:46.917Z Downloaded lru v0.12.5
7832026-07-21T20:17:46.917Z Downloaded bytes v1.11.1
7842026-07-21T20:17:46.921Z Downloaded memoffset v0.9.1
7852026-07-21T20:17:46.921Z Downloaded half v1.8.3
7862026-07-21T20:17:46.921Z Downloaded kstat-rs v0.2.4
7872026-07-21T20:17:46.925Z Downloaded dropshot-api-manager v0.7.2
7882026-07-21T20:17:46.925Z Downloaded ingot v0.1.1
7892026-07-21T20:17:46.929Z Downloaded derive_more v0.99.20
7902026-07-21T20:17:46.942Z Downloaded delegate v0.13.5
7912026-07-21T20:17:46.943Z Downloaded lru-slab v0.1.2
7922026-07-21T20:17:46.943Z Downloaded hmac v0.13.0
7932026-07-21T20:17:46.943Z Downloaded lru-cache v0.1.2
7942026-07-21T20:17:46.943Z Downloaded impl-trait-for-tuples v0.2.3
7952026-07-21T20:17:46.946Z Downloaded md5 v0.8.0
7962026-07-21T20:17:46.946Z Downloaded match_cfg v0.1.0
7972026-07-21T20:17:46.946Z Downloaded managed v0.8.0
7982026-07-21T20:17:46.946Z Downloaded maybe-uninit v2.0.0
7992026-07-21T20:17:46.946Z Downloaded nibble_vec v0.1.0
8002026-07-21T20:17:46.946Z Downloaded newtype-uuid-macros v0.1.0
8012026-07-21T20:17:46.946Z Downloaded newtype_derive v0.1.6
8022026-07-21T20:17:46.946Z Downloaded newline-converter v0.3.0
8032026-07-21T20:17:46.946Z Downloaded new_debug_unreachable v1.0.6
8042026-07-21T20:17:46.946Z Downloaded ipnet v2.11.0
8052026-07-21T20:17:46.946Z Downloaded ingot-types v0.1.2
8062026-07-21T20:17:46.946Z Downloaded elliptic-curve v0.13.8
8072026-07-21T20:17:46.949Z Downloaded multimap v0.10.1
8082026-07-21T20:17:46.949Z Downloaded darling_core v0.21.3
8092026-07-21T20:17:46.952Z Downloaded normalize-line-endings v0.3.0
8102026-07-21T20:17:46.953Z Downloaded getrandom v0.3.4
8112026-07-21T20:17:46.956Z Downloaded darling_core v0.23.0
8122026-07-21T20:17:46.959Z Downloaded num v0.4.3
8132026-07-21T20:17:46.959Z Downloaded compact_str v0.8.1
8142026-07-21T20:17:46.962Z Downloaded num-conv v0.2.0
8152026-07-21T20:17:46.962Z Downloaded chacha20poly1305 v0.10.1
8162026-07-21T20:17:46.962Z Downloaded jobserver v0.1.34
8172026-07-21T20:17:46.966Z Downloaded ipnetwork v0.21.1
8182026-07-21T20:17:46.966Z Downloaded httparse v1.10.1
8192026-07-21T20:17:46.969Z Downloaded generic-array v1.4.3
8202026-07-21T20:17:46.969Z Downloaded nonempty v0.12.0
8212026-07-21T20:17:46.969Z Downloaded nodrop v0.1.14
8222026-07-21T20:17:46.972Z Downloaded num-derive v0.4.2
8232026-07-21T20:17:46.972Z Downloaded keccak v0.2.0
8242026-07-21T20:17:46.978Z Downloaded hyper-rustls v0.27.7
8252026-07-21T20:17:46.978Z Downloaded lock_api v0.4.14
8262026-07-21T20:17:46.978Z Downloaded linear-map v1.2.0
8272026-07-21T20:17:46.981Z Downloaded hybrid-array v0.4.13
8282026-07-21T20:17:46.981Z Downloaded glob v0.3.3
8292026-07-21T20:17:46.981Z Downloaded arc-swap v1.8.2
8302026-07-21T20:17:46.981Z Downloaded libsw-core v0.3.2
8312026-07-21T20:17:46.985Z Downloaded libefi-sys v0.1.0
8322026-07-21T20:17:46.985Z Downloaded iana-time-zone v0.1.65
8332026-07-21T20:17:46.985Z Downloaded libsw v3.5.0
8342026-07-21T20:17:46.988Z Downloaded libloading v0.8.9
8352026-07-21T20:17:46.988Z Downloaded opaque-debug v0.3.1
8362026-07-21T20:17:46.991Z Downloaded openssl-macros v0.1.1
8372026-07-21T20:17:46.991Z Downloaded num_threads v0.1.7
8382026-07-21T20:17:46.991Z Downloaded num_enum_derive v0.5.11
8392026-07-21T20:17:46.991Z Downloaded num-derive v0.3.3
8402026-07-21T20:17:46.994Z Downloaded mime v0.3.17
8412026-07-21T20:17:46.994Z Downloaded darling_core v0.20.11
8422026-07-21T20:17:46.997Z Downloaded ingot-macros v0.1.1
8432026-07-21T20:17:46.998Z Downloaded flume v0.11.1
8442026-07-21T20:17:47.002Z Downloaded half v2.7.1
8452026-07-21T20:17:47.002Z Downloaded fatfs v0.3.6
8462026-07-21T20:17:47.006Z Downloaded openssl-probe v0.1.6
8472026-07-21T20:17:47.006Z Downloaded md-5 v0.10.6
8482026-07-21T20:17:47.006Z Downloaded openssl-probe v0.2.1
8492026-07-21T20:17:47.006Z Downloaded module-lattice v0.2.3
8502026-07-21T20:17:47.017Z Downloaded futures v0.3.32
8512026-07-21T20:17:47.018Z Downloaded oso-derive v0.27.3
8522026-07-21T20:17:47.021Z Downloaded mime_guess v2.0.5
8532026-07-21T20:17:47.021Z Downloaded newtype-uuid v1.3.2
8542026-07-21T20:17:47.021Z Downloaded native-tls v0.2.18
8552026-07-21T20:17:47.021Z Downloaded multer v3.1.0
8562026-07-21T20:17:47.021Z Downloaded nanorand v0.7.0
8572026-07-21T20:17:47.021Z Downloaded hmac v0.12.1
8582026-07-21T20:17:47.021Z Downloaded nu-ansi-term v0.50.3
8592026-07-21T20:17:47.021Z Downloaded instability v0.3.11
8602026-07-21T20:17:47.021Z Downloaded indoc v2.0.7
8612026-07-21T20:17:47.025Z Downloaded async-compression v0.4.41
8622026-07-21T20:17:47.028Z Downloaded packed_struct_codegen v0.10.1
8632026-07-21T20:17:47.028Z Downloaded derive-where v1.6.0
8642026-07-21T20:17:47.032Z Downloaded num-complex v0.4.6
8652026-07-21T20:17:47.036Z Downloaded num-iter v0.1.45
8662026-07-21T20:17:47.048Z Downloaded peg-runtime v0.8.5
8672026-07-21T20:17:47.051Z Downloaded path-slash v0.1.5
8682026-07-21T20:17:47.052Z Downloaded password-hash v0.6.1
8692026-07-21T20:17:47.052Z Downloaded num_enum v0.5.11
8702026-07-21T20:17:47.055Z Downloaded parse-size v1.1.0
8712026-07-21T20:17:47.055Z Downloaded olpc-cjson v0.1.4
8722026-07-21T20:17:47.058Z Downloaded num_enum_derive v0.7.6
8732026-07-21T20:17:47.058Z Downloaded percent-encoding v2.3.2
8742026-07-21T20:17:47.058Z Downloaded num_enum v0.7.6
8752026-07-21T20:17:47.062Z Downloaded phf_shared v0.11.3
8762026-07-21T20:17:47.062Z Downloaded num-rational v0.4.2
8772026-07-21T20:17:47.062Z Downloaded icu_provider v2.1.1
8782026-07-21T20:17:47.071Z Downloaded headers v0.4.1
8792026-07-21T20:17:47.075Z Downloaded num-integer v0.1.46
8802026-07-21T20:17:47.075Z Downloaded litrs v1.0.0
8812026-07-21T20:17:47.075Z Downloaded icu_properties v2.1.2
8822026-07-21T20:17:47.075Z Downloaded indexmap v1.9.3
8832026-07-21T20:17:47.075Z Downloaded phf_shared v0.13.1
8842026-07-21T20:17:47.075Z Downloaded owo-colors v4.3.0
8852026-07-21T20:17:47.079Z Downloaded heapless v0.8.0
8862026-07-21T20:17:47.079Z Downloaded phf_shared v0.12.1
8872026-07-21T20:17:47.082Z Downloaded flate2 v1.1.9
8882026-07-21T20:17:47.082Z Downloaded memmap2 v0.9.10
8892026-07-21T20:17:47.086Z Downloaded ignore v0.4.25
8902026-07-21T20:17:47.086Z Downloaded ml-kem v0.3.2
8912026-07-21T20:17:47.090Z Downloaded oxide-update-engine v0.1.2
8922026-07-21T20:17:47.090Z Downloaded oxide-tokio-rt v0.1.4
8932026-07-21T20:17:47.090Z Downloaded crypto-bigint v0.5.5
8942026-07-21T20:17:47.093Z Downloaded diesel_derives v2.3.7
8952026-07-21T20:17:47.097Z Downloaded ed25519-dalek v2.2.0
8962026-07-21T20:17:47.100Z Downloaded derive_more-impl v2.1.1
8972026-07-21T20:17:47.104Z Downloaded predicates-tree v1.0.13
8982026-07-21T20:17:47.104Z Downloaded predicates-core v1.0.10
8992026-07-21T20:17:47.110Z Downloaded powerfmt v0.2.0
9002026-07-21T20:17:47.110Z Downloaded oxide-update-engine-display v0.1.2
9012026-07-21T20:17:47.110Z Downloaded derive_more v2.1.1
9022026-07-21T20:17:47.113Z Downloaded oxnet v0.1.6
9032026-07-21T20:17:47.113Z Downloaded precomputed-hash v0.1.1
9042026-07-21T20:17:47.117Z Downloaded packed_struct v0.10.1
9052026-07-21T20:17:47.117Z Downloaded proc-macro-crate v3.4.0
9062026-07-21T20:17:47.117Z Downloaded proc-macro-error-attr2 v2.0.0
9072026-07-21T20:17:47.120Z Downloaded password-hash v0.5.0
9082026-07-21T20:17:47.120Z Downloaded cc v1.2.56
9092026-07-21T20:17:47.120Z Downloaded parking_lot_core v0.8.6
9102026-07-21T20:17:47.124Z Downloaded ed25519-dalek v3.0.0-rc.0
9112026-07-21T20:17:47.128Z Downloaded proc-macro-crate v1.3.1
9122026-07-21T20:17:47.128Z Downloaded phf v0.13.1
9132026-07-21T20:17:47.128Z Downloaded peg v0.8.5
9142026-07-21T20:17:47.131Z Downloaded pem-rfc7468 v1.0.0
9152026-07-21T20:17:47.131Z Downloaded pem-rfc7468 v0.7.0
9162026-07-21T20:17:47.131Z Downloaded phc v0.6.1
9172026-07-21T20:17:47.134Z Downloaded progenitor-macro v0.14.0
9182026-07-21T20:17:47.134Z Downloaded pem v3.0.6
9192026-07-21T20:17:47.134Z Downloaded psl-types v2.0.11
9202026-07-21T20:17:47.134Z Downloaded peg-macros v0.8.5
9212026-07-21T20:17:47.143Z Downloaded progenitor-client v0.14.0
9222026-07-21T20:17:47.143Z Downloaded progenitor-macro v0.13.0
9232026-07-21T20:17:47.143Z Downloaded paste v1.0.15
9242026-07-21T20:17:47.148Z Downloaded pbkdf2 v0.13.0
9252026-07-21T20:17:47.148Z Downloaded poly1305 v0.8.0
9262026-07-21T20:17:47.148Z Downloaded pin-project-internal v1.1.11
9272026-07-21T20:17:47.148Z Downloaded icu_locale_core v2.1.1
9282026-07-21T20:17:47.148Z Downloaded heapless v0.7.17
9292026-07-21T20:17:47.153Z Downloaded hickory-resolver v0.25.2
9302026-07-21T20:17:47.153Z Downloaded phf v0.12.1
9312026-07-21T20:17:47.156Z Downloaded pkg-config v0.3.32
9322026-07-21T20:17:47.156Z Downloaded pkcs8 v0.10.2
9332026-07-21T20:17:47.156Z Downloaded quick-error v1.2.3
9342026-07-21T20:17:47.156Z Downloaded icu_normalizer_data v2.1.1
9352026-07-21T20:17:47.159Z Downloaded radium v0.7.0
9362026-07-21T20:17:47.159Z Downloaded expectorate v1.2.0
9372026-07-21T20:17:47.162Z Downloaded parse-display-derive v0.10.0
9382026-07-21T20:17:47.162Z Downloaded polyval v0.7.1
9392026-07-21T20:17:47.162Z Downloaded parse-display v0.10.0
9402026-07-21T20:17:47.166Z Downloaded icu_normalizer v2.1.1
9412026-07-21T20:17:47.166Z Downloaded crossterm v0.29.0
9422026-07-21T20:17:47.173Z Downloaded rand_chacha v0.3.1
9432026-07-21T20:17:47.173Z Downloaded postgres-protocol v0.6.10
9442026-07-21T20:17:47.177Z Downloaded rand_xorshift v0.4.0
9452026-07-21T20:17:47.177Z Downloaded parking_lot_core v0.9.12
9462026-07-21T20:17:47.177Z Downloaded potential_utf v0.1.4
9472026-07-21T20:17:47.177Z Downloaded port-file v0.1.0
9482026-07-21T20:17:47.177Z Downloaded litemap v0.8.1
9492026-07-21T20:17:47.181Z Downloaded libbz2-rs-sys v0.2.2
9502026-07-21T20:17:47.181Z Downloaded bumpalo v3.20.2
9512026-07-21T20:17:47.184Z Downloaded const_format v0.2.35
9522026-07-21T20:17:47.184Z Downloaded recursive-proc-macro-impl v0.1.1
9532026-07-21T20:17:47.187Z Downloaded recursive v0.1.1
9542026-07-21T20:17:47.190Z Downloaded ref-cast v1.0.25
9552026-07-21T20:17:47.190Z Downloaded parking_lot v0.12.5
9562026-07-21T20:17:47.193Z Downloaded hashbrown v0.13.2
9572026-07-21T20:17:47.196Z Downloaded primeorder v0.13.6
9582026-07-21T20:17:47.196Z Downloaded ref-cast-impl v1.0.25
9592026-07-21T20:17:47.199Z Downloaded predicates v3.1.4
9602026-07-21T20:17:47.199Z Downloaded num-traits v0.2.19
9612026-07-21T20:17:47.204Z Downloaded progenitor v0.13.0
9622026-07-21T20:17:47.208Z Downloaded rfc6979 v0.5.0
9632026-07-21T20:17:47.208Z Downloaded rfc6979 v0.4.0
9642026-07-21T20:17:47.212Z Downloaded progenitor v0.14.0
9652026-07-21T20:17:47.212Z Downloaded ppv-lite86 v0.2.21
9662026-07-21T20:17:47.212Z Downloaded indicatif v0.18.4
9672026-07-21T20:17:47.217Z Downloaded progenitor-extras v0.2.0
9682026-07-21T20:17:47.217Z Downloaded oso v0.27.3
9692026-07-21T20:17:47.217Z Downloaded omicron-zone-package v0.12.3
9702026-07-21T20:17:47.223Z Downloaded pkcs8 v0.11.0
9712026-07-21T20:17:47.223Z Downloaded miniz_oxide v0.8.9
9722026-07-21T20:17:47.227Z Downloaded russh-cryptovec v0.61.0
9732026-07-21T20:17:47.227Z Downloaded psm v0.1.30
9742026-07-21T20:17:47.227Z Downloaded proc-macro-error2 v2.0.1
9752026-07-21T20:17:47.227Z Downloaded rtoolbox v0.0.3
9762026-07-21T20:17:47.227Z Downloaded icu_collections v2.1.1
9772026-07-21T20:17:47.231Z Downloaded rand_core v0.9.5
9782026-07-21T20:17:47.234Z Downloaded pkcs1 v0.7.5
9792026-07-21T20:17:47.235Z Downloaded pin-project-lite v0.2.17
9802026-07-21T20:17:47.240Z Downloaded russh-util v0.52.0
9812026-07-21T20:17:47.241Z Downloaded rand_chacha v0.9.0
9822026-07-21T20:17:47.241Z Downloaded postgres-types v0.2.12
9832026-07-21T20:17:47.244Z Downloaded r2d2 v0.8.10
9842026-07-21T20:17:47.244Z Downloaded jiff-static v0.2.21
9852026-07-21T20:17:47.244Z Downloaded postcard v1.1.3
9862026-07-21T20:17:47.255Z Downloaded rand_core v0.10.0
9872026-07-21T20:17:47.255Z Downloaded poly1305 v0.9.0
9882026-07-21T20:17:47.255Z Downloaded rustc-hash v2.1.1
9892026-07-21T20:17:47.263Z Downloaded crossterm v0.28.1
9902026-07-21T20:17:47.263Z Downloaded scheduled-thread-pool v0.2.7
9912026-07-21T20:17:47.263Z Downloaded same-file v1.0.6
9922026-07-21T20:17:47.263Z Downloaded rustc_version v0.4.1
9932026-07-21T20:17:47.263Z Downloaded rustc_version v0.1.7
9942026-07-21T20:17:47.264Z Downloaded sapling-renderdag v0.1.0
9952026-07-21T20:17:47.264Z Downloaded scopeguard v1.2.0
9962026-07-21T20:17:47.264Z Downloaded rand_seeder v0.4.0
9972026-07-21T20:17:47.264Z Downloaded oxide-update-engine-types v0.1.2
9982026-07-21T20:17:47.264Z Downloaded hashbrown v0.12.3
9992026-07-21T20:17:47.264Z Downloaded hickory-resolver v0.24.4
10002026-07-21T20:17:47.267Z Downloaded der v0.8.0
10012026-07-21T20:17:47.270Z Downloaded parking_lot v0.11.2
10022026-07-21T20:17:47.274Z Downloaded pin-project v1.1.11
10032026-07-21T20:17:47.277Z Downloaded hyper-util v0.1.20
10042026-07-21T20:17:47.281Z Downloaded progenitor-client v0.13.0
10052026-07-21T20:17:47.285Z Downloaded primeorder v0.14.0-rc.10
10062026-07-21T20:17:47.285Z Downloaded minimal-lexical v0.2.1
10072026-07-21T20:17:47.288Z Downloaded pkcs1 v0.8.0-rc.4
10082026-07-21T20:17:47.291Z Downloaded scroll_derive v0.13.1
10092026-07-21T20:17:47.292Z Downloaded seq-macro v0.3.6
10102026-07-21T20:17:47.295Z Downloaded serde_bytes v0.11.19
10112026-07-21T20:17:47.295Z Downloaded serde-big-array v0.5.1
10122026-07-21T20:17:47.295Z Downloaded semver v0.1.20
10132026-07-21T20:17:47.298Z Downloaded secrecy v0.10.3
10142026-07-21T20:17:47.298Z Downloaded serde_repr v0.1.20
10152026-07-21T20:17:47.298Z Downloaded rand_core v0.6.4
10162026-07-21T20:17:47.301Z Downloaded openssl-sys v0.9.115
10172026-07-21T20:17:47.304Z Downloaded rpassword v7.5.4
10182026-07-21T20:17:47.304Z Downloaded primefield v0.14.0
10192026-07-21T20:17:47.307Z Downloaded pkcs5 v0.8.1
10202026-07-21T20:17:47.310Z Downloaded aes v0.9.1
10212026-07-21T20:17:47.310Z Downloaded http v1.4.2
10222026-07-21T20:17:47.314Z Downloaded serde_urlencoded v0.7.1
10232026-07-21T20:17:47.317Z Downloaded serde_spanned v1.1.1
10242026-07-21T20:17:47.317Z Downloaded rusty-fork v0.3.1
10252026-07-21T20:17:47.317Z Downloaded rustls-pemfile v2.2.0
10262026-07-21T20:17:47.317Z Downloaded quinn-udp v0.5.14
10272026-07-21T20:17:47.321Z Downloaded rustversion v1.0.22
10282026-07-21T20:17:47.321Z Downloaded prefix-trie v0.7.0
10292026-07-21T20:17:47.325Z Downloaded serde_plain v1.0.2
10302026-07-21T20:17:47.327Z Downloaded scroll v0.13.0
10312026-07-21T20:17:47.331Z Downloaded signal-hook-tokio v0.3.1
10322026-07-21T20:17:47.334Z Downloaded signal-hook-mio v0.2.5
10332026-07-21T20:17:47.337Z Downloaded sha1 v0.10.6
10342026-07-21T20:17:47.337Z Downloaded secrecy v0.8.0
10352026-07-21T20:17:47.340Z Downloaded schemars_derive v0.8.22
10362026-07-21T20:17:47.343Z Downloaded p384 v0.14.0-rc.10
10372026-07-21T20:17:47.346Z Downloaded shell-words v1.1.1
10382026-07-21T20:17:47.346Z Downloaded sec1 v0.7.3
10392026-07-21T20:17:47.346Z Downloaded p256 v0.14.0-rc.10
10402026-07-21T20:17:47.349Z Downloaded siphasher v1.0.2
10412026-07-21T20:17:47.349Z Downloaded sigpipe v0.1.3
10422026-07-21T20:17:47.349Z Downloaded progenitor-impl v0.13.0
10432026-07-21T20:17:47.355Z Downloaded slog-bunyan v2.5.0
10442026-07-21T20:17:47.356Z Downloaded signature v3.0.0
10452026-07-21T20:17:47.362Z Downloaded sec1 v0.8.1
10462026-07-21T20:17:47.365Z Downloaded internal-russh-num-bigint v0.5.0
10472026-07-21T20:17:47.370Z Downloaded scrypt v0.12.0
10482026-07-21T20:17:47.373Z Downloaded hickory-server v0.25.2
10492026-07-21T20:17:47.373Z Downloaded slog-envlogger v2.2.0
10502026-07-21T20:17:47.374Z Downloaded serde-hex v0.1.0
10512026-07-21T20:17:47.382Z Downloaded serde_path_to_error v0.1.20
10522026-07-21T20:17:47.385Z Downloaded rustls-pki-types v1.14.0
10532026-07-21T20:17:47.393Z Downloaded papergrid v0.17.0
10542026-07-21T20:17:47.406Z Downloaded sha1 v0.11.0
10552026-07-21T20:17:47.410Z Downloaded serde_with_macros v1.5.2
10562026-07-21T20:17:47.410Z Downloaded sqlparser_derive v0.5.0
10572026-07-21T20:17:47.413Z Downloaded signature v2.2.0
10582026-07-21T20:17:47.413Z Downloaded salsa20 v0.11.0
10592026-07-21T20:17:47.413Z Downloaded structmeta-derive v0.3.0
10602026-07-21T20:17:47.416Z Downloaded strip-ansi-escapes v0.2.1
10612026-07-21T20:17:47.416Z Downloaded signal-hook-registry v1.4.8
10622026-07-21T20:17:47.416Z Downloaded shlex v1.3.0
10632026-07-21T20:17:47.416Z Downloaded num-bigint v0.4.6
10642026-07-21T20:17:47.419Z Downloaded simd-adler32 v0.3.8
10652026-07-21T20:17:47.422Z Downloaded aes-gcm v0.11.0
10662026-07-21T20:17:47.429Z Downloaded stable_deref_trait v1.2.1
10672026-07-21T20:17:47.432Z Downloaded strum v0.27.2
10682026-07-21T20:17:47.433Z Downloaded strum v0.26.3
10692026-07-21T20:17:47.433Z Downloaded structmeta v0.3.0
10702026-07-21T20:17:47.461Z Downloaded supports-color v3.0.2
10712026-07-21T20:17:47.461Z Downloaded slog-stdlog v4.1.1
10722026-07-21T20:17:47.461Z Downloaded slog-dtrace v0.3.0
10732026-07-21T20:17:47.461Z Downloaded strsim v0.10.0
10742026-07-21T20:17:47.461Z Downloaded slog-term v2.9.2
10752026-07-21T20:17:47.461Z Downloaded sync_wrapper v1.0.2
10762026-07-21T20:17:47.461Z Downloaded slog-scope v4.4.1
10772026-07-21T20:17:47.461Z Downloaded sync-ptr v0.1.4
10782026-07-21T20:17:47.461Z Downloaded subtle v2.6.1
10792026-07-21T20:17:47.461Z Downloaded slab v0.4.12
10802026-07-21T20:17:47.461Z Downloaded progenitor-impl v0.14.0
10812026-07-21T20:17:47.461Z Downloaded ron v0.8.1
10822026-07-21T20:17:47.461Z Downloaded serde_cbor v0.11.2
10832026-07-21T20:17:47.461Z Downloaded rcgen v0.12.1
10842026-07-21T20:17:47.461Z Downloaded slog-json v2.6.1
10852026-07-21T20:17:47.461Z Downloaded slog-async v2.8.0
10862026-07-21T20:17:47.461Z Downloaded prettyplease v0.2.37
10872026-07-21T20:17:47.462Z Downloaded tagptr v0.2.0
10882026-07-21T20:17:47.470Z Downloaded tabwriter v1.4.1
10892026-07-21T20:17:47.470Z Downloaded spki v0.7.3
10902026-07-21T20:17:47.471Z Downloaded smallvec v0.6.14
10912026-07-21T20:17:47.471Z Downloaded serde_derive_internals v0.29.1
10922026-07-21T20:17:47.471Z Downloaded snafu-derive v0.8.9
10932026-07-21T20:17:47.471Z Downloaded smf v0.2.3
10942026-07-21T20:17:47.471Z Downloaded tap v1.0.1
10952026-07-21T20:17:47.471Z Downloaded take_mut v0.2.2
10962026-07-21T20:17:47.471Z Downloaded ssh-cipher v0.3.0-rc.9
10972026-07-21T20:17:47.471Z Downloaded sqlformat v0.3.5
10982026-07-21T20:17:47.474Z Downloaded termtree v0.5.1
10992026-07-21T20:17:47.474Z Downloaded tabled_derive v0.11.0
11002026-07-21T20:17:47.474Z Downloaded ryu v1.0.23
11012026-07-21T20:17:47.474Z Downloaded rustls-native-certs v0.8.3
11022026-07-21T20:17:47.477Z Downloaded num-bigint-dig v0.8.6
11032026-07-21T20:17:47.481Z Downloaded mio v1.2.0
11042026-07-21T20:17:47.484Z Downloaded rustls-platform-verifier v0.6.2
11052026-07-21T20:17:47.485Z Downloaded schemars v0.8.22
11062026-07-21T20:17:47.495Z Downloaded spki v0.8.0
11072026-07-21T20:17:47.498Z Downloaded thread-id v5.1.0
11082026-07-21T20:17:47.498Z Downloaded sha2 v0.11.0
11092026-07-21T20:17:47.498Z Downloaded time-core v0.1.8
11102026-07-21T20:17:47.499Z Downloaded thiserror-impl-no-std v2.0.2
11112026-07-21T20:17:47.499Z Downloaded testing_table v0.3.0
11122026-07-21T20:17:47.501Z Downloaded serde_with_macros v3.21.0
11132026-07-21T20:17:47.501Z Downloaded nom v7.1.3
11142026-07-21T20:17:47.504Z Downloaded hashbrown v0.16.1
11152026-07-21T20:17:47.508Z Downloaded serdect v0.4.3
11162026-07-21T20:17:47.508Z Downloaded hashbrown v0.15.5
11172026-07-21T20:17:47.513Z Downloaded strum_macros v0.27.2
11182026-07-21T20:17:47.518Z Downloaded strum_macros v0.26.4
11192026-07-21T20:17:47.518Z Downloaded static_assertions v1.1.0
11202026-07-21T20:17:47.518Z Downloaded string_cache v0.8.9
11212026-07-21T20:17:47.518Z Downloaded stacker v0.1.23
11222026-07-21T20:17:47.522Z Downloaded itertools v0.10.5
11232026-07-21T20:17:47.522Z Downloaded publicsuffix v2.3.0
11242026-07-21T20:17:47.528Z Downloaded libxml v0.3.3
11252026-07-21T20:17:47.532Z Downloaded synstructure v0.13.2
11262026-07-21T20:17:47.532Z Downloaded rayon-core v1.13.0
11272026-07-21T20:17:47.532Z Downloaded tokio-macros v2.7.0
11282026-07-21T20:17:47.532Z Downloaded tinyvec_macros v0.1.1
11292026-07-21T20:17:47.532Z Downloaded support-bundle-viewer v0.1.2
11302026-07-21T20:17:47.535Z Downloaded smallvec v1.15.1
11312026-07-21T20:17:47.535Z Downloaded resolv-conf v0.7.6
11322026-07-21T20:17:47.535Z Downloaded spin v0.9.8
11332026-07-21T20:17:47.540Z Downloaded rand v0.8.6
11342026-07-21T20:17:47.546Z Downloaded tokio-test v0.4.5
11352026-07-21T20:17:47.552Z Downloaded p521 v0.14.0-rc.10
11362026-07-21T20:17:47.556Z Downloaded schemars v0.9.0
11372026-07-21T20:17:47.561Z Downloaded thread_local v1.1.9
11382026-07-21T20:17:47.565Z Downloaded topological-sort v0.2.2
11392026-07-21T20:17:47.565Z Downloaded thiserror-no-std v2.0.2
11402026-07-21T20:17:47.567Z Downloaded tower-service v0.3.3
11412026-07-21T20:17:47.568Z Downloaded ssh-encoding v0.3.0-rc.9
11422026-07-21T20:17:47.577Z Downloaded similar v2.7.0
11432026-07-21T20:17:47.581Z Downloaded try-lock v0.2.5
11442026-07-21T20:17:47.581Z Downloaded trait-variant v0.1.2
11452026-07-21T20:17:47.581Z Downloaded slog v2.8.2
11462026-07-21T20:17:47.581Z Downloaded tower-layer v0.3.3
11472026-07-21T20:17:47.581Z Downloaded time-macros v0.2.27
11482026-07-21T20:17:47.581Z Downloaded termios v0.3.3
11492026-07-21T20:17:47.581Z Downloaded icu_properties_data v2.1.2
11502026-07-21T20:17:47.585Z Downloaded tiny-keccak v2.0.2
11512026-07-21T20:17:47.588Z Downloaded serde_yaml v0.9.34+deprecated
11522026-07-21T20:17:47.591Z Downloaded strum_macros v0.24.3
11532026-07-21T20:17:47.591Z Downloaded itertools v0.13.0
11542026-07-21T20:17:47.594Z Downloaded universal-hash v0.5.1
11552026-07-21T20:17:47.597Z Downloaded unicode-xid v0.2.6
11562026-07-21T20:17:47.597Z Downloaded unicode-truncate v1.1.0
11572026-07-21T20:17:47.597Z Downloaded unit-prefix v0.5.2
11582026-07-21T20:17:47.597Z Downloaded unarray v0.1.4
11592026-07-21T20:17:47.600Z Downloaded tinystr v0.8.2
11602026-07-21T20:17:47.600Z Downloaded socket2 v0.6.3
11612026-07-21T20:17:47.604Z Downloaded universal-hash v0.6.1
11622026-07-21T20:17:47.604Z Downloaded tokio-dtrace v0.1.1
11632026-07-21T20:17:47.604Z Downloaded rsa v0.9.10
11642026-07-21T20:17:47.607Z Downloaded itertools v0.14.0
11652026-07-21T20:17:47.611Z Downloaded tokio-tungstenite v0.21.0
11662026-07-21T20:17:47.622Z Downloaded rustls-webpki v0.103.13
11672026-07-21T20:17:47.622Z Downloaded untrusted v0.9.0
11682026-07-21T20:17:47.625Z Downloaded utf-8 v0.7.6
11692026-07-21T20:17:47.625Z Downloaded aho-corasick v1.1.4
11702026-07-21T20:17:47.625Z Downloaded usdt v0.6.0
11712026-07-21T20:17:47.625Z Downloaded untrusted v0.7.1
11722026-07-21T20:17:47.625Z Downloaded tokio-native-tls v0.3.1
11732026-07-21T20:17:47.625Z Downloaded tls_codec_derive v0.4.2
11742026-07-21T20:17:47.625Z Downloaded term v1.2.1
11752026-07-21T20:17:47.625Z Downloaded nom v8.0.0
11762026-07-21T20:17:47.628Z Downloaded tokio-tungstenite v0.23.1
11772026-07-21T20:17:47.633Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11782026-07-21T20:17:47.633Z Downloaded schemars v1.2.1
11792026-07-21T20:17:47.638Z Downloaded utf8_iter v1.0.4
11802026-07-21T20:17:47.641Z Downloaded want v0.3.1
11812026-07-21T20:17:47.641Z Downloaded waitgroup v0.1.2
11822026-07-21T20:17:47.641Z Downloaded wait-timeout v0.2.1
11832026-07-21T20:17:47.644Z Downloaded socket2 v0.5.10
11842026-07-21T20:17:47.644Z Downloaded qorb v0.4.1
11852026-07-21T20:17:47.647Z Downloaded void v1.0.2
11862026-07-21T20:17:47.647Z Downloaded usdt-attr-macro v0.6.0
11872026-07-21T20:17:47.647Z Downloaded toml_writer v1.1.1+spec-1.1.0
11882026-07-21T20:17:47.647Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11892026-07-21T20:17:47.651Z Downloaded crypto-primes v0.7.2
11902026-07-21T20:17:47.654Z Downloaded typify-macro v0.6.2
11912026-07-21T20:17:47.654Z Downloaded itertools v0.12.1
11922026-07-21T20:17:47.657Z Downloaded unicase v2.9.0
11932026-07-21T20:17:47.657Z Downloaded tui-tree-widget v0.23.1
11942026-07-21T20:17:47.660Z Downloaded subprocess v0.2.15
11952026-07-21T20:17:47.660Z Downloaded futures-util v0.3.32
11962026-07-21T20:17:47.667Z Downloaded stringprep v0.1.5
11972026-07-21T20:17:47.670Z Downloaded signal-hook v0.3.18
11982026-07-21T20:17:47.670Z Downloaded samael v0.0.19
11992026-07-21T20:17:47.675Z Downloaded tokio-rustls v0.26.4
12002026-07-21T20:17:47.678Z Downloaded xshell-macros v0.2.7
12012026-07-21T20:17:47.678Z Downloaded pretty_assertions v1.4.1
12022026-07-21T20:17:47.678Z Downloaded hyper v1.10.1
12032026-07-21T20:17:47.680Z Downloaded xattr v1.6.1
12042026-07-21T20:17:47.684Z Downloaded quinn v0.11.9
12052026-07-21T20:17:47.684Z Downloaded iri-string v0.7.10
12062026-07-21T20:17:47.687Z Downloaded usdt-macro v0.6.0
12072026-07-21T20:17:47.692Z Downloaded zerofrom v0.1.6
12082026-07-21T20:17:47.695Z Downloaded yoke-derive v0.8.1
12092026-07-21T20:17:47.698Z Downloaded tls_codec v0.4.2
12102026-07-21T20:17:47.706Z Downloaded test-strategy v0.4.5
12112026-07-21T20:17:47.709Z Downloaded libm v0.2.16
12122026-07-21T20:17:47.709Z Downloaded whoami v2.1.0
12132026-07-21T20:17:47.709Z Downloaded tokio-stream v0.1.18
12142026-07-21T20:17:47.714Z Downloaded term v0.7.0
12152026-07-21T20:17:47.714Z Downloaded zone_cfg_derive v0.3.1
12162026-07-21T20:17:47.717Z Downloaded zone v0.3.1
12172026-07-21T20:17:47.717Z Downloaded usdt-impl v0.6.0
12182026-07-21T20:17:47.717Z Downloaded vergen-lib v9.1.0
12192026-07-21T20:17:47.717Z Downloaded h2 v0.4.15
12202026-07-21T20:17:47.721Z Downloaded zeroize_derive v1.4.3
12212026-07-21T20:17:47.721Z Downloaded zerofrom-derive v0.1.6
12222026-07-21T20:17:47.725Z Downloaded vsss-rs v3.3.4
12232026-07-21T20:17:47.725Z Downloaded vergen-git2 v9.1.0
12242026-07-21T20:17:47.725Z Downloaded uzers v0.12.2
12252026-07-21T20:17:47.725Z Downloaded tracing-attributes v0.1.31
12262026-07-21T20:17:47.730Z Downloaded toml_parser v1.1.2+spec-1.1.0
12272026-07-21T20:17:47.730Z Downloaded rand v0.10.1
12282026-07-21T20:17:47.736Z Downloaded unicode-properties v0.1.4
12292026-07-21T20:17:47.736Z Downloaded rand v0.9.2
12302026-07-21T20:17:47.736Z Downloaded whoami v1.6.1
12312026-07-21T20:17:47.739Z Downloaded snafu v0.8.9
12322026-07-21T20:17:47.739Z Downloaded vergen-lib v0.1.6
12332026-07-21T20:17:47.739Z Downloaded hkdf v0.13.0
12342026-07-21T20:17:47.743Z Downloaded hkdf v0.12.4
12352026-07-21T20:17:47.743Z Downloaded idna v1.1.0
12362026-07-21T20:17:47.747Z Downloaded wyz v0.5.1
12372026-07-21T20:17:47.747Z Downloaded xshell v0.2.7
12382026-07-21T20:17:47.762Z Downloaded writeable v0.6.2
12392026-07-21T20:17:47.768Z Downloaded steno v0.4.1
12402026-07-21T20:17:47.775Z Downloaded yoke v0.8.1
12412026-07-21T20:17:47.775Z Downloaded vergen-gitcl v1.0.8
12422026-07-21T20:17:47.775Z Downloaded rustyline v14.0.0
12432026-07-21T20:17:47.779Z Downloaded zeroize v1.8.2
12442026-07-21T20:17:47.779Z Downloaded bindgen v0.71.1
12452026-07-21T20:17:47.782Z Downloaded zstd-safe v7.2.4
12462026-07-21T20:17:47.782Z Downloaded tungstenite v0.21.0
12472026-07-21T20:17:47.785Z Downloaded vergen v9.1.0
12482026-07-21T20:17:47.785Z Downloaded zerovec-derive v0.11.2
12492026-07-21T20:17:47.792Z Downloaded unicode-bidi v0.3.18
12502026-07-21T20:17:47.792Z Downloaded toml v1.1.2+spec-1.1.0
12512026-07-21T20:17:47.792Z Downloaded toml v0.7.8
12522026-07-21T20:17:47.798Z Downloaded tar v0.4.46
12532026-07-21T20:17:47.798Z Downloaded tinyvec v1.10.0
12542026-07-21T20:17:47.798Z Downloaded iddqd v0.4.2
12552026-07-21T20:17:47.803Z Downloaded walkdir v2.5.0
12562026-07-21T20:17:47.803Z Downloaded tracing-core v0.1.36
12572026-07-21T20:17:47.812Z Downloaded rsa v0.10.0-rc.18
12582026-07-21T20:17:47.812Z Downloaded zstd v0.13.3
12592026-07-21T20:17:47.812Z Downloaded twox-hash v2.1.2
12602026-07-21T20:17:47.821Z Downloaded typify v0.6.2
12612026-07-21T20:17:47.821Z Downloaded yasna v0.5.2
12622026-07-21T20:17:47.821Z Downloaded toml_edit v0.23.10+spec-1.0.0
12632026-07-21T20:17:47.824Z Downloaded blake3 v1.8.5
12642026-07-21T20:17:47.829Z Downloaded zerocopy v0.6.6
12652026-07-21T20:17:47.832Z Downloaded unsafe-libyaml v0.2.11
12662026-07-21T20:17:47.836Z Downloaded bitvec v1.0.1
12672026-07-21T20:17:47.851Z Downloaded serde_with v1.14.0
12682026-07-21T20:17:47.854Z Downloaded tokio-postgres v0.7.16
12692026-07-21T20:17:47.971Z Downloaded crypto-bigint v0.7.5
12702026-07-21T20:17:47.976Z Downloaded tungstenite v0.23.0
12712026-07-21T20:17:47.976Z Downloaded git2 v0.20.4
12722026-07-21T20:17:47.976Z Downloaded vte v0.14.1
12732026-07-21T20:17:47.976Z Downloaded chrono v0.4.45
12742026-07-21T20:17:47.976Z Downloaded reedline v0.40.0
12752026-07-21T20:17:47.976Z Downloaded uuid v1.23.4
12762026-07-21T20:17:47.976Z Downloaded zopfli v0.8.3
12772026-07-21T20:17:47.976Z Downloaded unicode_categories v0.1.1
12782026-07-21T20:17:47.976Z Downloaded reqwest v0.12.28
12792026-07-21T20:17:47.976Z Downloaded yansi v1.0.1
12802026-07-21T20:17:47.976Z Downloaded url v2.5.8
12812026-07-21T20:17:47.976Z Downloaded toml_edit v0.19.15
12822026-07-21T20:17:47.977Z Downloaded tower v0.5.3
12832026-07-21T20:17:47.977Z Downloaded regex v1.12.3
12842026-07-21T20:17:47.977Z Downloaded unicode-segmentation v1.12.0
12852026-07-21T20:17:47.977Z Downloaded reqwest v0.13.2
12862026-07-21T20:17:47.977Z Downloaded zip v0.6.6
12872026-07-21T20:17:47.977Z Downloaded zerotrie v0.2.3
12882026-07-21T20:17:47.977Z Downloaded p384 v0.13.1
12892026-07-21T20:17:47.977Z Downloaded goblin v0.10.5
12902026-07-21T20:17:47.977Z Downloaded rawzip v0.4.4
12912026-07-21T20:17:47.977Z Downloaded zerocopy-derive v0.8.40
12922026-07-21T20:17:47.977Z Downloaded typed-path v0.9.3
12932026-07-21T20:17:47.992Z Downloaded curve25519-dalek v4.1.3
12942026-07-21T20:17:47.996Z Downloaded x509-cert v0.2.5
12952026-07-21T20:17:47.997Z Downloaded salty v0.3.0
12962026-07-21T20:17:47.997Z Downloaded lalrpop v0.19.12
12972026-07-21T20:17:47.997Z Downloaded quick-xml v0.37.5
12982026-07-21T20:17:48.000Z Downloaded portable-atomic v1.13.1
12992026-07-21T20:17:48.006Z Downloaded ssh-key v0.7.0-rc.10
13002026-07-21T20:17:48.009Z Downloaded rayon v1.11.0
13012026-07-21T20:17:48.013Z Downloaded moka v0.12.13
13022026-07-21T20:17:48.020Z Downloaded tough v0.22.0
13032026-07-21T20:17:48.023Z Downloaded petname v2.0.2
13042026-07-21T20:17:48.030Z Downloaded unicode-normalization v0.1.25
13052026-07-21T20:17:48.043Z Downloaded tower-http v0.6.8
13062026-07-21T20:17:48.049Z Downloaded proptest v1.10.0
13072026-07-21T20:17:48.053Z Downloaded tokio-util v0.7.18
13082026-07-21T20:17:48.057Z Downloaded radix_trie v0.2.1
13092026-07-21T20:17:48.060Z Downloaded zip v4.6.1
13102026-07-21T20:17:48.063Z Downloaded curve25519-dalek v5.0.0-rc.0
13112026-07-21T20:17:48.069Z Downloaded zerovec v0.11.5
13122026-07-21T20:17:48.099Z Downloaded object v0.30.4
13132026-07-21T20:17:48.104Z Downloaded openssl v0.10.79
13142026-07-21T20:17:48.110Z Downloaded winnow v0.6.26
13152026-07-21T20:17:48.114Z Downloaded serde_with v3.21.0
13162026-07-21T20:17:48.121Z Downloaded dropshot v0.17.1
13172026-07-21T20:17:48.133Z Downloaded tabled v0.20.0
13182026-07-21T20:17:48.143Z Downloaded nix v0.27.1
13192026-07-21T20:17:48.149Z Downloaded winnow v1.0.3
13202026-07-21T20:17:48.154Z Downloaded nix v0.31.2
13212026-07-21T20:17:48.161Z Downloaded regex-syntax v0.6.29
13222026-07-21T20:17:48.165Z Downloaded bstr v1.12.1
13232026-07-21T20:17:48.171Z Downloaded nix v0.28.0
13242026-07-21T20:17:48.176Z Downloaded object v0.37.3
13252026-07-21T20:17:48.183Z Downloaded winnow v0.5.40
13262026-07-21T20:17:48.187Z Downloaded diesel v2.3.7
13272026-07-21T20:17:48.199Z Downloaded zerocopy v0.8.40
13282026-07-21T20:17:48.206Z Downloaded polar-core v0.27.3
13292026-07-21T20:17:48.211Z Downloaded hickory-proto v0.25.2
13302026-07-21T20:17:48.222Z Downloaded regress v0.11.1
13312026-07-21T20:17:48.225Z Downloaded vcpkg v0.2.15
13322026-07-21T20:17:48.246Z Downloaded zlib-rs v0.6.2
13332026-07-21T20:17:48.250Z Downloaded smoltcp v0.9.1
13342026-07-21T20:17:48.257Z Downloaded regex-syntax v0.8.10
13352026-07-21T20:17:48.260Z Downloaded regress v0.10.5
13362026-07-21T20:17:48.265Z Downloaded hickory-proto v0.24.4
13372026-07-21T20:17:48.274Z Downloaded time v0.3.47
13382026-07-21T20:17:48.281Z Downloaded openapiv3 v2.2.0
13392026-07-21T20:17:48.287Z Downloaded smoltcp v0.11.0
13402026-07-21T20:17:48.294Z Downloaded russh v0.61.2
13412026-07-21T20:17:48.299Z Downloaded fiat-crypto v0.3.0
13422026-07-21T20:17:48.307Z Downloaded quinn-proto v0.11.13
13432026-07-21T20:17:48.313Z Downloaded rustix v0.38.44
13442026-07-21T20:17:48.329Z Downloaded rustls v0.23.41
13452026-07-21T20:17:48.340Z Downloaded zerocopy-derive v0.6.6
13462026-07-21T20:17:48.370Z Downloaded regex-automata v0.4.14
13472026-07-21T20:17:48.377Z Downloaded jiff v0.2.21
13482026-07-21T20:17:48.397Z Downloaded sqlparser v0.61.0
13492026-07-21T20:17:48.403Z Downloaded csv v1.4.0
13502026-07-21T20:17:48.416Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13512026-07-21T20:17:48.427Z Downloaded tokio v1.52.1
13522026-07-21T20:17:48.450Z Downloaded sled v0.34.7
13532026-07-21T20:17:48.463Z Downloaded typify-impl v0.6.2
13542026-07-21T20:17:48.477Z Downloaded tracing v0.1.44
13552026-07-21T20:17:48.490Z Downloaded sha3 v0.11.0
13562026-07-21T20:17:48.493Z Downloaded ratatui v0.29.0
13572026-07-21T20:17:48.503Z Downloaded bzip2-sys v0.1.13+1.0.8
13582026-07-21T20:17:48.517Z Downloaded libgit2-sys v0.18.3+1.9.2
13592026-07-21T20:17:48.572Z Downloaded petgraph v0.6.5
13602026-07-21T20:17:48.583Z Downloaded chrono-tz v0.10.4
13612026-07-21T20:17:48.617Z Downloaded libz-sys v1.1.24
13622026-07-21T20:17:48.630Z Downloaded petgraph v0.8.3
13632026-07-21T20:17:48.658Z Downloaded sha3 v0.10.8
13642026-07-21T20:17:48.718Z Downloaded encoding_rs v0.8.35
13652026-07-21T20:17:48.744Z Downloaded ring v0.17.14
13662026-07-21T20:17:49.282Z Downloaded aws-lc-sys v0.40.0
13672026-07-21T20:17:49.530Z Compiling libc v0.2.185
13682026-07-21T20:17:49.530Z Compiling serde_core v1.0.228
13692026-07-21T20:17:49.530Z Compiling serde v1.0.228
13702026-07-21T20:17:49.534Z Compiling log v0.4.29
13712026-07-21T20:17:49.534Z Compiling smallvec v1.15.1
13722026-07-21T20:17:49.534Z Compiling shlex v1.3.0
13732026-07-21T20:17:49.534Z Compiling find-msvc-tools v0.1.9
13742026-07-21T20:17:49.669Z Compiling syn v2.0.117
13752026-07-21T20:17:49.857Z Compiling subtle v2.6.1
13762026-07-21T20:17:49.886Z Compiling stable_deref_trait v1.2.1
13772026-07-21T20:17:49.901Z Compiling scopeguard v1.2.0
13782026-07-21T20:17:49.969Z Compiling typenum v1.20.1
13792026-07-21T20:17:49.995Z Compiling lock_api v0.4.14
13802026-07-21T20:17:50.020Z Compiling serde_json v1.0.150
13812026-07-21T20:17:50.020Z Compiling zerocopy v0.8.40
13822026-07-21T20:17:50.036Z Compiling portable-atomic v1.13.1
13832026-07-21T20:17:50.341Z Compiling pin-project-lite v0.2.17
13842026-07-21T20:17:50.354Z Compiling parking_lot_core v0.9.12
13852026-07-21T20:17:50.434Z Compiling getrandom v0.4.1
13862026-07-21T20:17:50.596Z Compiling critical-section v1.2.0
13872026-07-21T20:17:50.619Z Compiling jobserver v0.1.34
13882026-07-21T20:17:50.637Z Compiling errno v0.3.14
13892026-07-21T20:17:50.716Z Compiling getrandom v0.2.17
13902026-07-21T20:17:50.778Z Compiling libm v0.2.16
13912026-07-21T20:17:50.796Z Compiling pkg-config v0.3.32
13922026-07-21T20:17:50.891Z Compiling cc v1.2.56
13932026-07-21T20:17:50.941Z Compiling rand_core v0.6.4
13942026-07-21T20:17:51.011Z Compiling signal-hook-registry v1.4.8
13952026-07-21T20:17:51.218Z Compiling once_cell v1.21.3
13962026-07-21T20:17:51.247Z Compiling num-traits v0.2.19
13972026-07-21T20:17:51.284Z Compiling futures-core v0.3.32
13982026-07-21T20:17:51.372Z Compiling rand_core v0.10.0
13992026-07-21T20:17:51.415Z Compiling parking_lot v0.12.5
14002026-07-21T20:17:51.438Z Compiling mio v1.2.0
14012026-07-21T20:17:51.628Z Compiling generic-array v0.14.7
14022026-07-21T20:17:51.758Z Compiling percent-encoding v2.3.2
14032026-07-21T20:17:51.782Z Compiling litemap v0.8.1
14042026-07-21T20:17:51.845Z Compiling writeable v0.6.2
14052026-07-21T20:17:51.954Z Compiling bitflags v2.11.0
14062026-07-21T20:17:51.983Z Compiling const-oid v0.9.6
14072026-07-21T20:17:52.047Z Compiling semver v1.0.28
14082026-07-21T20:17:52.130Z Compiling icu_properties_data v2.1.2
14092026-07-21T20:17:52.193Z Compiling icu_normalizer_data v2.1.1
14102026-07-21T20:17:52.395Z Compiling socket2 v0.6.3
14112026-07-21T20:17:52.514Z Compiling futures-sink v0.3.32
14122026-07-21T20:17:52.572Z Compiling futures-task v0.3.32
14132026-07-21T20:17:52.614Z Compiling synstructure v0.13.2
14142026-07-21T20:17:52.633Z Compiling futures-channel v0.3.32
14152026-07-21T20:17:52.743Z Compiling slab v0.4.12
14162026-07-21T20:17:52.744Z Compiling futures-io v0.3.32
14172026-07-21T20:17:52.802Z Compiling utf8_iter v1.0.4
14182026-07-21T20:17:52.863Z Compiling indexmap v2.14.0
14192026-07-21T20:17:52.900Z Compiling form_urlencoded v1.2.2
14202026-07-21T20:17:52.940Z Compiling getrandom v0.3.4
14212026-07-21T20:17:52.955Z Compiling rustversion v1.0.22
14222026-07-21T20:17:52.969Z Compiling cmake v0.1.57
14232026-07-21T20:17:53.076Z Compiling iana-time-zone v0.1.65
14242026-07-21T20:17:53.100Z Compiling dunce v1.0.5
14252026-07-21T20:17:53.202Z Compiling fs_extra v1.3.0
14262026-07-21T20:17:53.228Z Compiling ident_case v1.0.1
14272026-07-21T20:17:53.284Z Compiling rustix v1.1.3
14282026-07-21T20:17:53.351Z Compiling regex-syntax v0.8.10
14292026-07-21T20:17:53.380Z Compiling uuid v1.23.4
14302026-07-21T20:17:53.478Z Compiling aws-lc-sys v0.40.0
14312026-07-21T20:17:53.539Z Compiling base64 v0.22.1
14322026-07-21T20:17:53.888Z Compiling rand_core v0.9.5
14332026-07-21T20:17:53.905Z Compiling base64ct v1.8.3
14342026-07-21T20:17:53.981Z Compiling vcpkg v0.2.15
14352026-07-21T20:17:54.176Z Compiling pem-rfc7468 v0.7.0
14362026-07-21T20:17:54.191Z Compiling rustc_version v0.4.1
14372026-07-21T20:17:54.208Z Compiling tracing-core v0.1.36
14382026-07-21T20:17:54.354Z Compiling serde_derive v1.0.228
14392026-07-21T20:17:54.482Z Compiling zeroize_derive v1.4.3
14402026-07-21T20:17:54.518Z Compiling zerofrom-derive v0.1.6
14412026-07-21T20:17:54.731Z Compiling yoke-derive v0.8.1
14422026-07-21T20:17:54.780Z Compiling zerovec-derive v0.11.2
14432026-07-21T20:17:55.050Z Compiling displaydoc v0.2.5
14442026-07-21T20:17:55.146Z Compiling zeroize v1.8.2
14452026-07-21T20:17:55.376Z Compiling zerocopy-derive v0.8.40
14462026-07-21T20:17:55.845Z Compiling tokio-macros v2.7.0
14472026-07-21T20:17:55.935Z Compiling futures-macro v0.3.32
14482026-07-21T20:17:55.956Z Compiling openssl-sys v0.9.115
14492026-07-21T20:17:55.976Z Compiling zerofrom v0.1.6
14502026-07-21T20:17:56.104Z Compiling yoke v0.8.1
14512026-07-21T20:17:56.292Z Compiling zerovec v0.11.5
14522026-07-21T20:17:56.350Z Compiling zerotrie v0.2.3
14532026-07-21T20:17:56.504Z Compiling crypto-common v0.1.7
14542026-07-21T20:17:56.590Z Compiling block-buffer v0.10.4
14552026-07-21T20:17:56.647Z Compiling der_derive v0.7.3
14562026-07-21T20:17:56.661Z Compiling thiserror-impl v2.0.18
14572026-07-21T20:17:56.750Z Compiling tinystr v0.8.2
14582026-07-21T20:17:56.765Z Compiling potential_utf v0.1.4
14592026-07-21T20:17:56.808Z Compiling futures-util v0.3.32
14602026-07-21T20:17:56.922Z Compiling icu_locale_core v2.1.1
14612026-07-21T20:17:56.945Z Compiling icu_collections v2.1.1
14622026-07-21T20:17:57.412Z Compiling digest v0.10.7
14632026-07-21T20:17:57.618Z Compiling icu_provider v2.1.1
14642026-07-21T20:17:57.667Z Compiling tracing-attributes v0.1.31
14652026-07-21T20:17:57.847Z Compiling bytes v1.11.1
14662026-07-21T20:17:57.860Z Compiling icu_normalizer v2.1.1
14672026-07-21T20:17:57.904Z Compiling icu_properties v2.1.2
14682026-07-21T20:17:58.015Z Compiling chrono v0.4.45
14692026-07-21T20:17:58.391Z Compiling tokio v1.52.1
14702026-07-21T20:17:58.426Z Compiling http v1.4.2
14712026-07-21T20:17:58.973Z Compiling idna_adapter v1.2.1
14722026-07-21T20:17:58.997Z Compiling aws-lc-rs v1.16.3
14732026-07-21T20:17:59.085Z Compiling idna v1.1.0
14742026-07-21T20:17:59.120Z Compiling flagset v0.4.7
14752026-07-21T20:17:59.234Z Compiling der v0.7.10
14762026-07-21T20:17:59.294Z Compiling http-body v1.0.1
14772026-07-21T20:17:59.339Z Compiling tracing v0.1.44
14782026-07-21T20:17:59.387Z Compiling thiserror v2.0.18
14792026-07-21T20:17:59.411Z Compiling url v2.5.8
14802026-07-21T20:17:59.600Z Compiling rustls-pki-types v1.14.0
14812026-07-21T20:17:59.646Z Compiling serde_derive_internals v0.29.1
14822026-07-21T20:17:59.729Z Compiling ppv-lite86 v0.2.21
14832026-07-21T20:17:59.856Z Compiling cmov v0.5.4
14842026-07-21T20:18:00.047Z Compiling rand_chacha v0.9.0
14852026-07-21T20:18:00.059Z Compiling tinyvec_macros v0.1.1
14862026-07-21T20:18:00.069Z Compiling openssl-probe v0.2.1
14872026-07-21T20:18:00.123Z Compiling httparse v1.10.1
14882026-07-21T20:18:00.196Z Compiling dyn-clone v1.0.20
14892026-07-21T20:18:00.284Z Compiling schemars v0.8.22
14902026-07-21T20:18:00.376Z Compiling rand v0.9.2
14912026-07-21T20:18:00.437Z Compiling tinyvec v1.10.0
14922026-07-21T20:18:00.525Z Compiling ctutils v0.4.2
14932026-07-21T20:18:00.541Z Compiling schemars_derive v0.8.22
14942026-07-21T20:18:00.552Z Compiling spki v0.7.3
14952026-07-21T20:18:00.751Z Compiling pest_generator v2.8.6
14962026-07-21T20:18:00.755Z Compiling aho-corasick v1.1.4
14972026-07-21T20:18:00.833Z Compiling tower-layer v0.3.3
14982026-07-21T20:18:00.840Z Compiling tower-service v0.3.3
14992026-07-21T20:18:00.884Z Compiling untrusted v0.7.1
15002026-07-21T20:18:00.934Z Compiling atomic-waker v1.1.2
15012026-07-21T20:18:01.004Z Compiling try-lock v0.2.5
15022026-07-21T20:18:01.058Z Compiling tempfile v3.25.0
15032026-07-21T20:18:01.114Z Compiling want v0.3.1
15042026-07-21T20:18:01.168Z Compiling hybrid-array v0.4.13
15052026-07-21T20:18:01.428Z Compiling ipnet v2.11.0
15062026-07-21T20:18:01.442Z Compiling pest_derive v2.8.6
15072026-07-21T20:18:01.565Z Compiling regex-automata v0.4.14
15082026-07-21T20:18:01.882Z Compiling scroll_derive v0.13.1
15092026-07-21T20:18:01.923Z Compiling darling_core v0.20.11
15102026-07-21T20:18:01.948Z Compiling openssl v0.10.79
15112026-07-21T20:18:02.188Z Compiling rustls v0.23.41
15122026-07-21T20:18:02.375Z Compiling tokio-util v0.7.18
15132026-07-21T20:18:02.433Z Compiling httpdate v1.0.3
15142026-07-21T20:18:02.660Z Compiling cpufeatures v0.2.17
15152026-07-21T20:18:02.680Z Compiling untrusted v0.9.0
15162026-07-21T20:18:02.734Z Compiling foreign-types-shared v0.1.1
15172026-07-21T20:18:02.801Z Compiling foreign-types v0.3.2
15182026-07-21T20:18:02.821Z Compiling scroll v0.13.0
15192026-07-21T20:18:02.892Z Compiling unicode-normalization v0.1.25
15202026-07-21T20:18:03.061Z Compiling h2 v0.4.15
15212026-07-21T20:18:03.142Z Compiling pkcs8 v0.10.2
15222026-07-21T20:18:03.337Z Compiling openssl-macros v0.1.1
15232026-07-21T20:18:03.382Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15242026-07-21T20:18:03.736Z Compiling spin v0.9.8
15252026-07-21T20:18:03.749Z Compiling crc32fast v1.5.0
15262026-07-21T20:18:03.773Z Compiling time-core v0.1.8
15272026-07-21T20:18:03.915Z Compiling native-tls v0.2.18
15282026-07-21T20:18:03.939Z Compiling powerfmt v0.2.0
15292026-07-21T20:18:04.020Z Compiling num-conv v0.2.0
15302026-07-21T20:18:04.119Z Compiling deranged v0.5.8
15312026-07-21T20:18:04.145Z Compiling time-macros v0.2.27
15322026-07-21T20:18:04.148Z Compiling darling_macro v0.20.11
15332026-07-21T20:18:04.646Z Compiling darling v0.20.11
15342026-07-21T20:18:04.726Z Compiling goblin v0.10.5
15352026-07-21T20:18:05.088Z Compiling sha2 v0.10.9
15362026-07-21T20:18:05.284Z Compiling hmac v0.12.1
15372026-07-21T20:18:05.403Z Compiling sync_wrapper v1.0.2
15382026-07-21T20:18:05.512Z Compiling wait-timeout v0.2.1
15392026-07-21T20:18:05.619Z Compiling num_threads v0.1.7
15402026-07-21T20:18:05.719Z Compiling usdt-impl v0.6.0
15412026-07-21T20:18:05.775Z Compiling crossbeam-utils v0.8.21
15422026-07-21T20:18:05.937Z Compiling bit-vec v0.8.0
15432026-07-21T20:18:06.076Z Compiling quick-error v1.2.3
15442026-07-21T20:18:06.176Z Compiling hyper v1.10.1
15452026-07-21T20:18:06.185Z Compiling siphasher v1.0.2
15462026-07-21T20:18:06.374Z Compiling syn v1.0.109
15472026-07-21T20:18:06.531Z Compiling simd-adler32 v0.3.8
15482026-07-21T20:18:06.765Z Compiling rusty-fork v0.3.1
15492026-07-21T20:18:07.051Z Compiling bit-set v0.8.0
15502026-07-21T20:18:07.113Z Compiling time v0.3.47
15512026-07-21T20:18:07.127Z Compiling tower v0.5.3
15522026-07-21T20:18:07.193Z Compiling derive_builder_core v0.20.2
15532026-07-21T20:18:07.387Z Compiling hyper-util v0.1.20
15542026-07-21T20:18:07.601Z Compiling dof v0.4.0
15552026-07-21T20:18:07.760Z Compiling dtrace-parser v0.3.0
15562026-07-21T20:18:08.045Z Compiling http-body-util v0.1.3
15572026-07-21T20:18:08.288Z Compiling heapless v0.7.17
15582026-07-21T20:18:08.484Z Compiling thiserror-impl v1.0.69
15592026-07-21T20:18:08.530Z Compiling scroll_derive v0.12.1
15602026-07-21T20:18:08.668Z Compiling rand_xorshift v0.4.0
15612026-07-21T20:18:08.732Z Compiling slog v2.8.2
15622026-07-21T20:18:08.829Z Compiling darling_core v0.23.0
15632026-07-21T20:18:08.921Z Compiling bzip2-sys v0.1.13+1.0.8
15642026-07-21T20:18:08.938Z Compiling thread-id v5.1.0
15652026-07-21T20:18:09.016Z Compiling cookie v0.18.1
15662026-07-21T20:18:09.097Z Compiling signal-hook v0.3.18
15672026-07-21T20:18:09.189Z Compiling adler2 v2.0.1
15682026-07-21T20:18:09.209Z Compiling unicode-bidi v0.3.18
15692026-07-21T20:18:09.216Z Compiling allocator-api2 v0.2.21
15702026-07-21T20:18:09.277Z Compiling ryu v1.0.23
15712026-07-21T20:18:09.311Z Compiling unicode-properties v0.1.4
15722026-07-21T20:18:09.457Z Compiling paste v1.0.15
15732026-07-21T20:18:09.516Z Compiling anyhow v1.0.102
15742026-07-21T20:18:09.532Z Compiling iri-string v0.7.10
15752026-07-21T20:18:09.732Z Compiling unarray v0.1.4
15762026-07-21T20:18:09.732Z Compiling zstd-safe v7.2.4
15772026-07-21T20:18:09.758Z Compiling thiserror v1.0.69
15782026-07-21T20:18:09.839Z Compiling proptest v1.10.0
15792026-07-21T20:18:09.897Z Compiling stringprep v0.1.5
15802026-07-21T20:18:09.941Z Compiling serde_urlencoded v0.7.1
15812026-07-21T20:18:10.049Z Compiling miniz_oxide v0.8.9
15822026-07-21T20:18:10.363Z Compiling scroll v0.12.0
15832026-07-21T20:18:10.674Z Compiling tower-http v0.6.8
15842026-07-21T20:18:10.875Z Compiling derive_builder_macro v0.20.2
15852026-07-21T20:18:11.053Z Compiling camino v1.2.2
15862026-07-21T20:18:11.075Z Compiling tokio-native-tls v0.3.1
15872026-07-21T20:18:11.249Z Compiling bstr v1.12.1
15882026-07-21T20:18:11.350Z Compiling ipnetwork v0.21.1
15892026-07-21T20:18:11.363Z Compiling darling_macro v0.23.0
15902026-07-21T20:18:11.435Z Compiling crypto-common v0.2.2
15912026-07-21T20:18:11.515Z Compiling block-padding v0.4.2
15922026-07-21T20:18:11.678Z Compiling block-buffer v0.12.1
15932026-07-21T20:18:11.729Z Compiling rustls-native-certs v0.8.3
15942026-07-21T20:18:11.848Z Compiling rand_chacha v0.3.1
15952026-07-21T20:18:11.872Z Compiling hex v0.4.3
15962026-07-21T20:18:11.891Z Compiling serde_tokenstream v0.2.3
15972026-07-21T20:18:12.017Z Compiling serde_spanned v0.6.9
15982026-07-21T20:18:12.133Z Compiling toml_datetime v0.6.11
15992026-07-21T20:18:12.164Z Compiling erased-serde v0.3.31
16002026-07-21T20:18:12.192Z Compiling signature v2.2.0
16012026-07-21T20:18:12.369Z Compiling md-5 v0.10.6
16022026-07-21T20:18:12.386Z Compiling curve25519-dalek v4.1.3
16032026-07-21T20:18:12.535Z Compiling zerocopy-derive v0.7.35
16042026-07-21T20:18:12.618Z Compiling pin-project-internal v1.1.11
16052026-07-21T20:18:12.640Z Compiling async-trait v0.1.89
16062026-07-21T20:18:12.726Z Compiling vergen-lib v9.1.0
16072026-07-21T20:18:12.924Z Compiling hash32 v0.2.1
16082026-07-21T20:18:13.115Z Compiling num-integer v0.1.46
16092026-07-21T20:18:13.144Z Compiling memoffset v0.9.1
16102026-07-21T20:18:13.344Z Compiling encoding_rs v0.8.35
16112026-07-21T20:18:13.414Z Compiling rustix v0.38.44
16122026-07-21T20:18:13.433Z Compiling psl-types v2.0.11
16132026-07-21T20:18:13.564Z Compiling cfg_aliases v0.2.1
16142026-07-21T20:18:13.633Z Compiling num-bigint-dig v0.8.6
16152026-07-21T20:18:13.676Z Compiling litrs v1.0.0
16162026-07-21T20:18:13.712Z Compiling smoltcp v0.9.1
16172026-07-21T20:18:13.773Z Compiling fallible-iterator v0.2.0
16182026-07-21T20:18:13.833Z Compiling zlib-rs v0.6.2
16192026-07-21T20:18:14.054Z Compiling ref-cast v1.0.25
16202026-07-21T20:18:14.087Z Compiling mime v0.3.17
16212026-07-21T20:18:14.169Z Compiling document-features v0.2.12
16222026-07-21T20:18:14.357Z Compiling postgres-protocol v0.6.10
16232026-07-21T20:18:14.522Z Compiling pin-project v1.1.11
16242026-07-21T20:18:14.629Z Compiling nix v0.31.2
16252026-07-21T20:18:14.785Z Compiling publicsuffix v2.3.0
16262026-07-21T20:18:14.837Z Compiling zerocopy v0.7.35
16272026-07-21T20:18:14.943Z Compiling num-iter v0.1.45
16282026-07-21T20:18:15.015Z Compiling hubpack_derive v0.1.1
16292026-07-21T20:18:15.101Z Compiling newtype-uuid v1.3.2
16302026-07-21T20:18:15.375Z Compiling rand v0.8.6
16312026-07-21T20:18:15.479Z Compiling darling v0.23.0
16322026-07-21T20:18:15.494Z Compiling inout v0.2.2
16332026-07-21T20:18:15.506Z Compiling oxnet v0.1.6
16342026-07-21T20:18:15.524Z Compiling derive_builder v0.20.2
16352026-07-21T20:18:15.558Z Compiling hyper-tls v0.6.0
16362026-07-21T20:18:15.744Z Compiling goblin v0.8.2
16372026-07-21T20:18:16.229Z Compiling phf_shared v0.13.1
16382026-07-21T20:18:16.276Z Compiling lazy_static v1.5.0
16392026-07-21T20:18:16.312Z Compiling regex v1.12.3
16402026-07-21T20:18:16.368Z Compiling anstyle-parse v0.2.7
16412026-07-21T20:18:16.466Z Compiling futures-executor v0.3.32
16422026-07-21T20:18:16.547Z Compiling terminal_size v0.4.3
16432026-07-21T20:18:16.687Z Compiling snafu-derive v0.8.9
16442026-07-21T20:18:16.701Z Compiling daft-derive v0.1.7
16452026-07-21T20:18:16.715Z Compiling strum_macros v0.27.2
16462026-07-21T20:18:16.739Z Compiling ref-cast-impl v1.0.25
16472026-07-21T20:18:17.128Z Compiling flate2 v1.1.9
16482026-07-21T20:18:17.293Z Compiling curve25519-dalek-derive v0.1.1
16492026-07-21T20:18:17.427Z Compiling vergen v9.1.0
16502026-07-21T20:18:17.535Z Compiling cargo-platform v0.3.2
16512026-07-21T20:18:17.624Z Compiling ff v0.13.1
16522026-07-21T20:18:17.766Z Compiling fs-err v3.3.0
16532026-07-21T20:18:17.812Z Compiling ahash v0.8.12
16542026-07-21T20:18:17.946Z Compiling bumpalo v3.20.2
16552026-07-21T20:18:17.967Z Compiling managed v0.8.0
16562026-07-21T20:18:18.104Z Compiling foldhash v0.1.5
16572026-07-21T20:18:18.183Z Compiling foldhash v0.2.0
16582026-07-21T20:18:18.193Z Compiling object v0.37.3
16592026-07-21T20:18:18.210Z Compiling libbz2-rs-sys v0.2.2
16602026-07-21T20:18:18.391Z Compiling unicode-segmentation v1.12.0
16612026-07-21T20:18:18.468Z Compiling bitflags v1.3.2
16622026-07-21T20:18:18.547Z Compiling base16ct v0.2.0
16632026-07-21T20:18:18.565Z Compiling winnow v0.5.40
16642026-07-21T20:18:18.661Z Compiling same-file v1.0.6
16652026-07-21T20:18:18.726Z Compiling sec1 v0.7.3
16662026-07-21T20:18:18.771Z Compiling walkdir v2.5.0
16672026-07-21T20:18:18.824Z Compiling strum v0.27.2
16682026-07-21T20:18:18.870Z Compiling bzip2 v0.6.1
16692026-07-21T20:18:18.953Z Compiling snafu v0.8.9
16702026-07-21T20:18:19.073Z Compiling clap_builder v4.6.0
16712026-07-21T20:18:19.132Z Compiling hashbrown v0.16.1
16722026-07-21T20:18:19.201Z Compiling hashbrown v0.15.5
16732026-07-21T20:18:19.303Z Compiling zopfli v0.8.3
16742026-07-21T20:18:19.781Z Compiling dof v0.3.0
16752026-07-21T20:18:19.835Z Compiling toml_edit v0.19.15
16762026-07-21T20:18:19.950Z Compiling group v0.13.0
16772026-07-21T20:18:19.974Z Compiling cargo_metadata v0.23.1
16782026-07-21T20:18:20.143Z Compiling daft v0.1.7
16792026-07-21T20:18:20.530Z Compiling futures v0.3.32
16802026-07-21T20:18:20.580Z Compiling anstream v0.6.21
16812026-07-21T20:18:20.607Z Compiling phf v0.13.1
16822026-07-21T20:18:20.889Z Compiling signal-hook-mio v0.2.5
16832026-07-21T20:18:21.011Z Compiling cookie_store v0.22.1
16842026-07-21T20:18:21.176Z Compiling zstd v0.13.3
16852026-07-21T20:18:21.388Z Compiling reqwest v0.12.28
16862026-07-21T20:18:21.439Z Compiling bzip2 v0.4.4
16872026-07-21T20:18:21.645Z Compiling cipher v0.5.2
16882026-07-21T20:18:21.662Z Compiling serde_with_macros v3.21.0
16892026-07-21T20:18:21.947Z Compiling hubpack v0.1.2
16902026-07-21T20:18:22.167Z Compiling postgres-types v0.2.12
16912026-07-21T20:18:22.534Z Compiling ed25519 v2.2.3
16922026-07-21T20:18:22.707Z Compiling usdt-attr-macro v0.6.0
16932026-07-21T20:18:22.790Z Compiling usdt-macro v0.6.0
16942026-07-21T20:18:22.793Z Compiling globset v0.4.18
16952026-07-21T20:18:23.301Z Compiling dtrace-parser v0.2.0
16962026-07-21T20:18:23.440Z Compiling phf_shared v0.11.3
16972026-07-21T20:18:23.487Z Compiling hkdf v0.12.4
16982026-07-21T20:18:23.523Z Compiling olpc-cjson v0.1.4
16992026-07-21T20:18:23.555Z Compiling pkcs1 v0.7.5
17002026-07-21T20:18:23.615Z Compiling serde_plain v1.0.2
17012026-07-21T20:18:23.663Z Compiling serde-big-array v0.5.1
17022026-07-21T20:18:23.681Z Compiling crypto-bigint v0.5.5
17032026-07-21T20:18:23.792Z Compiling enum-as-inner v0.6.1
17042026-07-21T20:18:23.810Z Compiling clap_derive v4.6.1
17052026-07-21T20:18:23.950Z Compiling async-recursion v1.1.1
17062026-07-21T20:18:24.045Z Compiling strum_macros v0.26.4
17072026-07-21T20:18:24.304Z Compiling serde_repr v0.1.20
17082026-07-21T20:18:24.598Z Compiling pem v3.0.6
17092026-07-21T20:18:24.849Z Compiling float-cmp v0.10.0
17102026-07-21T20:18:24.926Z Compiling thread-id v4.2.2
17112026-07-21T20:18:24.998Z Compiling memmap2 v0.9.10
17122026-07-21T20:18:25.013Z Compiling env_filter v1.0.0
17132026-07-21T20:18:25.078Z Compiling typed-path v0.9.3
17142026-07-21T20:18:25.260Z Compiling new_debug_unreachable v1.0.6
17152026-07-21T20:18:25.333Z Compiling whoami v2.1.0
17162026-07-21T20:18:25.364Z Compiling predicates-core v1.0.10
17172026-07-21T20:18:25.562Z Compiling static_assertions v1.1.0
17182026-07-21T20:18:25.579Z Compiling jiff v0.2.21
17192026-07-21T20:18:25.617Z Compiling precomputed-hash v0.1.1
17202026-07-21T20:18:25.708Z Compiling const-oid v0.10.2
17212026-07-21T20:18:25.722Z Compiling difflib v0.4.0
17222026-07-21T20:18:25.796Z Compiling keccak v0.1.6
17232026-07-21T20:18:25.852Z Compiling winnow v1.0.3
17242026-07-21T20:18:25.909Z Compiling fixedbitset v0.4.2
17252026-07-21T20:18:26.128Z Compiling data-encoding v2.10.0
17262026-07-21T20:18:26.205Z Compiling either v1.15.0
17272026-07-21T20:18:26.274Z Compiling fixedbitset v0.5.7
17282026-07-21T20:18:26.352Z Compiling normalize-line-endings v0.3.0
17292026-07-21T20:18:26.414Z Compiling cpufeatures v0.3.0
17302026-07-21T20:18:26.449Z Compiling predicates v3.1.4
17312026-07-21T20:18:26.460Z Compiling hickory-proto v0.25.2
17322026-07-21T20:18:26.485Z Compiling chacha20 v0.10.0
17332026-07-21T20:18:26.529Z Compiling petgraph v0.8.3
17342026-07-21T20:18:26.576Z Compiling itertools v0.13.0
17352026-07-21T20:18:26.814Z Compiling toml_parser v1.1.2+spec-1.1.0
17362026-07-21T20:18:26.847Z Compiling petgraph v0.6.5
17372026-07-21T20:18:27.080Z Compiling sha3 v0.10.8
17382026-07-21T20:18:27.441Z Compiling toml_edit v0.22.27
17392026-07-21T20:18:27.524Z Compiling strum v0.26.3
17402026-07-21T20:18:27.654Z Compiling digest v0.11.3
17412026-07-21T20:18:27.848Z Compiling string_cache v0.8.9
17422026-07-21T20:18:27.874Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17432026-07-21T20:18:28.053Z Compiling clap v4.6.1
17442026-07-21T20:18:28.143Z Compiling zip v4.6.1
17452026-07-21T20:18:28.304Z Compiling tokio-postgres v0.7.16
17462026-07-21T20:18:28.464Z Compiling env_logger v0.11.9
17472026-07-21T20:18:28.819Z Compiling usdt v0.6.0
17482026-07-21T20:18:29.077Z Compiling usdt-impl v0.5.0
17492026-07-21T20:18:29.104Z Compiling elliptic-curve v0.13.8
17502026-07-21T20:18:29.504Z Compiling rsa v0.9.10
17512026-07-21T20:18:29.655Z Compiling crossterm v0.28.1
17522026-07-21T20:18:29.727Z Compiling serde_with v3.21.0
17532026-07-21T20:18:30.143Z Compiling ed25519-dalek v2.2.0
17542026-07-21T20:18:30.720Z Compiling zip v0.6.6
17552026-07-21T20:18:30.835Z Compiling toml v0.7.8
17562026-07-21T20:18:31.127Z Compiling iddqd v0.4.2
17572026-07-21T20:18:31.579Z Compiling heck v0.4.1
17582026-07-21T20:18:31.610Z Compiling similar v2.7.0
17592026-07-21T20:18:31.707Z Compiling byte-wrapper v0.1.0
17602026-07-21T20:18:31.804Z Compiling crossbeam-epoch v0.9.18
17612026-07-21T20:18:32.038Z Compiling tokio-stream v0.1.18
17622026-07-21T20:18:32.128Z Compiling buf-list v1.1.2
17632026-07-21T20:18:32.268Z Compiling x509-cert v0.2.5
17642026-07-21T20:18:32.396Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-07-21T20:18:32.411Z Compiling openapiv3 v2.2.0
17662026-07-21T20:18:32.483Z Compiling lalrpop-util v0.19.12
17672026-07-21T20:18:32.508Z Compiling peg-runtime v0.8.5
17682026-07-21T20:18:32.674Z Compiling thread_local v1.1.9
17692026-07-21T20:18:32.690Z Compiling slog-async v2.8.0
17702026-07-21T20:18:32.777Z Compiling crossbeam-channel v0.5.15
17712026-07-21T20:18:32.853Z Compiling is-terminal v0.4.17
17722026-07-21T20:18:32.920Z Compiling filetime v0.2.27
17732026-07-21T20:18:32.950Z Compiling take_mut v0.2.2
17742026-07-21T20:18:33.014Z Compiling xattr v1.6.1
17752026-07-21T20:18:33.057Z Compiling term v1.2.1
17762026-07-21T20:18:33.090Z Compiling camino-tempfile v1.4.1
17772026-07-21T20:18:33.180Z Compiling tar v0.4.46
17782026-07-21T20:18:33.630Z Compiling slog-term v2.9.2
17792026-07-21T20:18:43.422Z Compiling rustls-webpki v0.103.13
17802026-07-21T20:18:46.064Z Compiling tokio-rustls v0.26.4
17812026-07-21T20:18:46.064Z Compiling rustls-platform-verifier v0.6.2
17822026-07-21T20:18:46.064Z Compiling tough v0.22.0
17832026-07-21T20:18:46.266Z Compiling hyper-rustls v0.27.7
17842026-07-21T20:18:46.465Z Compiling reqwest v0.13.2
17852026-07-21T20:18:48.758Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-07-21T20:18:48.985Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-07-21T20:18:51.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17882026-07-21T20:18:51.923Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17892026-07-21T20:18:51.978ZJul 21 20:18:50.167 INFO Starting download, target: Console
17902026-07-21T20:18:51.978ZJul 21 20:18:50.167 INFO Starting download, target: Clickhouse
17912026-07-21T20:18:51.978ZJul 21 20:18:50.167 INFO Starting download, target: Cockroach
17922026-07-21T20:18:51.978ZJul 21 20:18:50.167 INFO Starting download, target: DendriteStub
17932026-07-21T20:18:51.978ZJul 21 20:18:50.167 INFO Starting download, target: MaghemiteMgd
17942026-07-21T20:18:51.978ZJul 21 20:18:50.167 INFO Starting download, target: MaghemiteDdmd
17952026-07-21T20:18:51.978ZJul 21 20:18:50.167 INFO Starting download, target: TransceiverControl
17962026-07-21T20:18:51.995ZJul 21 20:18:50.167 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17972026-07-21T20:18:51.995ZJul 21 20:18:50.168 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-07-21T20:18:51.995ZJul 21 20:18:50.168 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17992026-07-21T20:18:51.995ZJul 21 20:18:50.168 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18002026-07-21T20:18:51.995ZJul 21 20:18:50.168 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18012026-07-21T20:18:51.995ZJul 21 20:18:50.168 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18022026-07-21T20:18:51.995ZJul 21 20:18:50.168 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18032026-07-21T20:18:52.608ZJul 21 20:18:50.797 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18042026-07-21T20:18:52.819ZJul 21 20:18:51.010 INFO Download complete, target: TransceiverControl
18052026-07-21T20:18:53.755ZJul 21 20:18:51.927 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18062026-07-21T20:18:53.769ZJul 21 20:18:51.961 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18072026-07-21T20:18:54.023ZJul 21 20:18:52.215 INFO Download complete, target: Console
18082026-07-21T20:18:54.270ZJul 21 20:18:52.455 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18092026-07-21T20:18:54.429ZJul 21 20:18:52.619 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18102026-07-21T20:18:54.435ZJul 21 20:18:52.622 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18112026-07-21T20:18:55.488ZJul 21 20:18:53.678 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18122026-07-21T20:18:55.488ZJul 21 20:18:53.678 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18132026-07-21T20:18:56.299ZJul 21 20:18:54.488 INFO Download complete, target: MaghemiteDdmd
18142026-07-21T20:18:56.969ZJul 21 20:18:55.162 INFO Download complete, target: DendriteStub
18152026-07-21T20:18:57.082ZJul 21 20:18:55.275 INFO Download complete, target: MaghemiteMgd
18162026-07-21T20:19:00.127ZJul 21 20:18:58.319 INFO Checking that binary works, target: Cockroach
18172026-07-21T20:19:00.243ZJul 21 20:18:58.436 INFO Download complete, target: Cockroach
18182026-07-21T20:19:00.636ZJul 21 20:18:58.827 INFO Checking that binary works, target: Clickhouse
18192026-07-21T20:19:00.736ZJul 21 20:18:58.929 INFO Download complete, target: Clickhouse
18202026-07-21T20:19:00.753ZAll builder prerequisites installed successfully, and PATH looks valid
18212026-07-21T20:19:00.758Z
18222026-07-21T20:19:00.759Zreal 2:02.670532817
18232026-07-21T20:19:00.759Zuser 6:38.395599533
18242026-07-21T20:19:00.759Zsys 1:21.246569314
18252026-07-21T20:19:00.759Ztrap 0.230893918
18262026-07-21T20:19:00.759Ztflt 0.589100045
18272026-07-21T20:19:00.759Zdflt 0.700901300
18282026-07-21T20:19:00.759Zkflt 0.020227479
18292026-07-21T20:19:00.759Zlock 21:35.977166440
18302026-07-21T20:19:00.759Zslp 20:10.877635794
18312026-07-21T20:19:00.759Zlat 42.789652385
18322026-07-21T20:19:00.759Zstop 1:58.998908023
18332026-07-21T20:19:00.759Z+ banner hack-check
18342026-07-21T20:19:00.759Z
18352026-07-21T20:19:00.759Z # # ## #### # # #### # # ###### #### # #
18362026-07-21T20:19:00.759Z # # # # # # # # # # # # # # # # #
18372026-07-21T20:19:00.760Z ###### # # # #### ##### # ###### ##### # ####
18382026-07-21T20:19:00.760Z # # ###### # # # # # # # # # #
18392026-07-21T20:19:00.760Z # # # # # # # # # # # # # # # # #
18402026-07-21T20:19:00.760Z # # # # #### # # #### # # ###### #### # #
18412026-07-21T20:19:00.760Z
18422026-07-21T20:19:00.760Z+ export CARGO_INCREMENTAL=0
18432026-07-21T20:19:00.760Z+ CARGO_INCREMENTAL=0
18442026-07-21T20:19:00.760Z+ ptime -m timeout 2h cargo xtask check-features --ci
18452026-07-21T20:19:01.215Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18462026-07-21T20:19:01.513Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18472026-07-21T20:19:03.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18482026-07-21T20:19:03.352Z Running `target/debug/xtask check-features --ci`
18492026-07-21T20:19:03.379Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18502026-07-21T20:19:03.383Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18512026-07-21T20:19:03.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18522026-07-21T20:19:03.820Z Running `target/debug/xtask download cargo-hack`
18532026-07-21T20:19:04.573Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18542026-07-21T20:19:04.898Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18552026-07-21T20:19:07.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
18562026-07-21T20:19:07.580Z Running `target/debug/xtask-downloader cargo-hack`
18572026-07-21T20:19:07.621ZJul 21 20:19:05.813 INFO Starting download, target: CargoHack
18582026-07-21T20:19:07.625ZJul 21 20:19:05.813 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18592026-07-21T20:19:07.981ZJul 21 20:19:06.174 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18602026-07-21T20:19:08.032ZJul 21 20:19:06.225 INFO Download complete, target: CargoHack
18612026-07-21T20:19:08.036Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18622026-07-21T20:19:08.048Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18632026-07-21T20:19:08.206Zinfo: running `cargo check --bins` on api_identity (1/300)
18642026-07-21T20:19:08.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-21T20:19:08.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-21T20:19:08.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-21T20:19:08.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18682026-07-21T20:19:08.725Z
18692026-07-21T20:19:08.725Zinfo: running `cargo check --bins` on bootstore (2/300)
18702026-07-21T20:19:09.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-21T20:19:09.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-21T20:19:09.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-21T20:19:09.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18742026-07-21T20:19:09.248Z
18752026-07-21T20:19:09.248Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18762026-07-21T20:19:09.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-21T20:19:09.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-21T20:19:09.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-21T20:19:09.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18802026-07-21T20:19:09.768Z
18812026-07-21T20:19:09.769Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18822026-07-21T20:19:10.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-21T20:19:10.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-21T20:19:10.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-21T20:19:10.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18862026-07-21T20:19:10.290Z
18872026-07-21T20:19:10.291Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18882026-07-21T20:19:10.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-21T20:19:10.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-21T20:19:10.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-21T20:19:10.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18922026-07-21T20:19:10.802Z
18932026-07-21T20:19:10.802Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18942026-07-21T20:19:11.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-21T20:19:11.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-21T20:19:11.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-21T20:19:11.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18982026-07-21T20:19:11.334Z
18992026-07-21T20:19:11.335Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
19002026-07-21T20:19:11.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-21T20:19:11.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-21T20:19:11.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-21T20:19:11.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19042026-07-21T20:19:11.873Z
19052026-07-21T20:19:11.873Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
19062026-07-21T20:19:12.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-21T20:19:12.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-21T20:19:12.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-21T20:19:12.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19102026-07-21T20:19:12.398Z
19112026-07-21T20:19:12.399Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
19122026-07-21T20:19:12.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-21T20:19:12.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-21T20:19:12.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-21T20:19:12.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19162026-07-21T20:19:12.796Z
19172026-07-21T20:19:12.796Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
19182026-07-21T20:19:13.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-21T20:19:13.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-21T20:19:13.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-21T20:19:13.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19222026-07-21T20:19:13.197Z
19232026-07-21T20:19:13.197Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
19242026-07-21T20:19:13.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-21T20:19:13.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-21T20:19:13.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-21T20:19:13.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19282026-07-21T20:19:13.596Z
19292026-07-21T20:19:13.596Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
19302026-07-21T20:19:13.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-21T20:19:13.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-21T20:19:13.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-21T20:19:13.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19342026-07-21T20:19:13.994Z
19352026-07-21T20:19:13.994Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
19362026-07-21T20:19:14.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-21T20:19:14.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-21T20:19:14.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-21T20:19:14.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19402026-07-21T20:19:14.389Z
19412026-07-21T20:19:14.389Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
19422026-07-21T20:19:14.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-21T20:19:14.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-21T20:19:14.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-21T20:19:14.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19462026-07-21T20:19:14.789Z
19472026-07-21T20:19:14.789Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
19482026-07-21T20:19:15.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-21T20:19:15.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-21T20:19:15.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-21T20:19:15.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-07-21T20:19:15.189Z
19532026-07-21T20:19:15.190Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
19542026-07-21T20:19:15.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-21T20:19:15.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-21T20:19:15.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-21T20:19:15.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19582026-07-21T20:19:15.588Z
19592026-07-21T20:19:15.588Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19602026-07-21T20:19:15.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-21T20:19:15.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-21T20:19:15.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-21T20:19:15.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19642026-07-21T20:19:15.987Z
19652026-07-21T20:19:15.987Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19662026-07-21T20:19:16.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-21T20:19:16.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-21T20:19:16.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-21T20:19:16.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-21T20:19:16.387Z
19712026-07-21T20:19:16.387Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19722026-07-21T20:19:16.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-21T20:19:16.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-21T20:19:16.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-21T20:19:16.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-21T20:19:16.786Z
19772026-07-21T20:19:16.786Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19782026-07-21T20:19:17.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-21T20:19:17.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-21T20:19:17.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-21T20:19:17.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-07-21T20:19:17.188Z
19832026-07-21T20:19:17.188Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19842026-07-21T20:19:17.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-21T20:19:17.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-21T20:19:17.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-21T20:19:17.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-07-21T20:19:17.588Z
19892026-07-21T20:19:17.588Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19902026-07-21T20:19:17.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-21T20:19:17.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-21T20:19:17.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-21T20:19:17.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19942026-07-21T20:19:17.987Z
19952026-07-21T20:19:17.987Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19962026-07-21T20:19:18.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-21T20:19:18.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-21T20:19:18.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-21T20:19:18.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20002026-07-21T20:19:18.388Z
20012026-07-21T20:19:18.388Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
20022026-07-21T20:19:18.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-21T20:19:18.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-21T20:19:18.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-21T20:19:18.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-07-21T20:19:18.789Z
20072026-07-21T20:19:18.789Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
20082026-07-21T20:19:19.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-21T20:19:19.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-21T20:19:19.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-21T20:19:19.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20122026-07-21T20:19:19.192Z
20132026-07-21T20:19:19.192Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
20142026-07-21T20:19:19.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-21T20:19:19.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-21T20:19:19.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-21T20:19:19.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20182026-07-21T20:19:19.593Z
20192026-07-21T20:19:19.593Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
20202026-07-21T20:19:19.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-21T20:19:19.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-21T20:19:19.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-21T20:19:19.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20242026-07-21T20:19:19.994Z
20252026-07-21T20:19:19.994Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
20262026-07-21T20:19:20.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-21T20:19:20.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-21T20:19:20.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-21T20:19:20.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20302026-07-21T20:19:20.395Z
20312026-07-21T20:19:20.395Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
20322026-07-21T20:19:20.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-21T20:19:20.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-21T20:19:20.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-21T20:19:20.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20362026-07-21T20:19:20.795Z
20372026-07-21T20:19:20.796Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
20382026-07-21T20:19:21.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-21T20:19:21.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-21T20:19:21.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-21T20:19:21.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20422026-07-21T20:19:21.196Z
20432026-07-21T20:19:21.196Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
20442026-07-21T20:19:21.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-21T20:19:21.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-21T20:19:21.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-21T20:19:21.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-07-21T20:19:21.598Z
20492026-07-21T20:19:21.598Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
20502026-07-21T20:19:21.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-21T20:19:21.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-21T20:19:21.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-21T20:19:21.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-07-21T20:19:21.998Z
20552026-07-21T20:19:21.998Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
20562026-07-21T20:19:22.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-21T20:19:22.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-21T20:19:22.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-21T20:19:22.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-07-21T20:19:22.399Z
20612026-07-21T20:19:22.399Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20622026-07-21T20:19:22.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-21T20:19:22.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-21T20:19:22.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-21T20:19:22.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-21T20:19:22.799Z
20672026-07-21T20:19:22.800Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20682026-07-21T20:19:23.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-21T20:19:23.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-21T20:19:23.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-21T20:19:23.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-21T20:19:23.198Z
20732026-07-21T20:19:23.198Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20742026-07-21T20:19:23.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-21T20:19:23.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-21T20:19:23.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-21T20:19:23.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20782026-07-21T20:19:23.599Z
20792026-07-21T20:19:23.599Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20802026-07-21T20:19:23.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-21T20:19:23.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-21T20:19:23.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-21T20:19:23.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-21T20:19:23.998Z
20852026-07-21T20:19:23.998Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20862026-07-21T20:19:24.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-21T20:19:24.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-21T20:19:24.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-21T20:19:24.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-07-21T20:19:24.397Z
20912026-07-21T20:19:24.397Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20922026-07-21T20:19:24.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-21T20:19:24.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-21T20:19:24.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-21T20:19:24.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-07-21T20:19:24.796Z
20972026-07-21T20:19:24.796Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20982026-07-21T20:19:25.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-21T20:19:25.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-21T20:19:25.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-21T20:19:25.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21022026-07-21T20:19:25.204Z
21032026-07-21T20:19:25.204Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
21042026-07-21T20:19:25.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-21T20:19:25.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-21T20:19:25.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-21T20:19:25.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21082026-07-21T20:19:25.606Z
21092026-07-21T20:19:25.606Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
21102026-07-21T20:19:25.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-21T20:19:25.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-21T20:19:25.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-21T20:19:25.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21142026-07-21T20:19:26.013Z
21152026-07-21T20:19:26.013Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
21162026-07-21T20:19:26.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-21T20:19:26.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-21T20:19:26.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-21T20:19:26.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21202026-07-21T20:19:26.420Z
21212026-07-21T20:19:26.420Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
21222026-07-21T20:19:26.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-21T20:19:26.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-21T20:19:26.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-21T20:19:26.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21262026-07-21T20:19:26.824Z
21272026-07-21T20:19:26.824Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
21282026-07-21T20:19:27.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-21T20:19:27.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-21T20:19:27.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-21T20:19:27.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21322026-07-21T20:19:27.223Z
21332026-07-21T20:19:27.223Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
21342026-07-21T20:19:27.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-21T20:19:27.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-21T20:19:27.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-21T20:19:27.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21382026-07-21T20:19:27.621Z
21392026-07-21T20:19:27.621Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
21402026-07-21T20:19:27.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-21T20:19:27.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-21T20:19:27.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-21T20:19:27.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21442026-07-21T20:19:28.024Z
21452026-07-21T20:19:28.024Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
21462026-07-21T20:19:28.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-21T20:19:28.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-21T20:19:28.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-21T20:19:28.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21502026-07-21T20:19:28.427Z
21512026-07-21T20:19:28.427Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
21522026-07-21T20:19:28.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-21T20:19:28.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-21T20:19:28.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-21T20:19:28.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21562026-07-21T20:19:29.000Z
21572026-07-21T20:19:29.000Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21582026-07-21T20:19:29.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-21T20:19:29.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-21T20:19:29.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-21T20:19:29.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21622026-07-21T20:19:29.570Z
21632026-07-21T20:19:29.570Zinfo: running `cargo check --bins` on nexus-config (51/300)
21642026-07-21T20:19:30.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-21T20:19:30.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-21T20:19:30.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-21T20:19:30.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21682026-07-21T20:19:30.139Z
21692026-07-21T20:19:30.139Zinfo: running `cargo check --bins` on nexus-types (52/300)
21702026-07-21T20:19:30.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-21T20:19:30.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-21T20:19:30.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-21T20:19:30.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21742026-07-21T20:19:30.706Z
21752026-07-21T20:19:30.706Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21762026-07-21T20:19:31.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-21T20:19:31.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-21T20:19:31.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-21T20:19:31.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21802026-07-21T20:19:31.245Z
21812026-07-21T20:19:31.245Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21822026-07-21T20:19:31.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-21T20:19:31.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-21T20:19:31.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-21T20:19:31.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21862026-07-21T20:19:31.777Z
21872026-07-21T20:19:31.777Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21882026-07-21T20:19:32.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-21T20:19:32.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-21T20:19:32.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-21T20:19:32.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21922026-07-21T20:19:32.302Z
21932026-07-21T20:19:32.302Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21942026-07-21T20:19:32.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-21T20:19:32.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-21T20:19:32.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-21T20:19:32.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21982026-07-21T20:19:32.834Z
21992026-07-21T20:19:32.834Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
22002026-07-21T20:19:33.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-21T20:19:33.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-21T20:19:33.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-21T20:19:33.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22042026-07-21T20:19:33.372Z
22052026-07-21T20:19:33.372Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
22062026-07-21T20:19:33.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-21T20:19:33.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-21T20:19:33.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-21T20:19:33.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22102026-07-21T20:19:33.912Z
22112026-07-21T20:19:33.912Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
22122026-07-21T20:19:34.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-21T20:19:34.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-21T20:19:34.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-21T20:19:34.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-21T20:19:34.432Z
22172026-07-21T20:19:34.432Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
22182026-07-21T20:19:34.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-21T20:19:34.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-21T20:19:34.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-21T20:19:34.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22222026-07-21T20:19:34.955Z
22232026-07-21T20:19:34.956Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
22242026-07-21T20:19:35.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-21T20:19:35.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-21T20:19:35.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-21T20:19:35.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22282026-07-21T20:19:35.475Z
22292026-07-21T20:19:35.475Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
22302026-07-21T20:19:35.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-21T20:19:35.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-21T20:19:35.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-21T20:19:35.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22342026-07-21T20:19:35.993Z
22352026-07-21T20:19:35.993Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
22362026-07-21T20:19:36.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-21T20:19:36.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-21T20:19:36.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-21T20:19:36.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22402026-07-21T20:19:36.527Z
22412026-07-21T20:19:36.527Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
22422026-07-21T20:19:36.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-21T20:19:36.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-21T20:19:36.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-21T20:19:36.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22462026-07-21T20:19:37.069Z
22472026-07-21T20:19:37.070Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
22482026-07-21T20:19:37.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-21T20:19:37.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-21T20:19:37.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-21T20:19:37.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22522026-07-21T20:19:37.585Z
22532026-07-21T20:19:37.585Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
22542026-07-21T20:19:38.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-21T20:19:38.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-21T20:19:38.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-21T20:19:38.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22582026-07-21T20:19:38.106Z
22592026-07-21T20:19:38.106Zinfo: running `cargo check --bins` on ereport-types (67/300)
22602026-07-21T20:19:38.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-21T20:19:38.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-21T20:19:38.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-07-21T20:19:38.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22642026-07-21T20:19:38.631Z
22652026-07-21T20:19:38.631Zinfo: running `cargo check --bins` on gateway-client (68/300)
22662026-07-21T20:19:39.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-07-21T20:19:39.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-07-21T20:19:39.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-07-21T20:19:39.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22702026-07-21T20:19:39.160Z
22712026-07-21T20:19:39.160Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22722026-07-21T20:19:39.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-07-21T20:19:39.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-07-21T20:19:39.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-07-21T20:19:39.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22762026-07-21T20:19:39.685Z
22772026-07-21T20:19:39.685Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22782026-07-21T20:19:40.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-07-21T20:19:40.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-07-21T20:19:40.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812026-07-21T20:19:40.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22822026-07-21T20:19:40.210Z
22832026-07-21T20:19:40.210Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22842026-07-21T20:19:40.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852026-07-21T20:19:40.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862026-07-21T20:19:40.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872026-07-21T20:19:40.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22882026-07-21T20:19:40.738Z
22892026-07-21T20:19:40.738Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22902026-07-21T20:19:41.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912026-07-21T20:19:41.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922026-07-21T20:19:41.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932026-07-21T20:19:41.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22942026-07-21T20:19:41.267Z
22952026-07-21T20:19:41.267Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22962026-07-21T20:19:41.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972026-07-21T20:19:41.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982026-07-21T20:19:41.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992026-07-21T20:19:41.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23002026-07-21T20:19:41.814Z
23012026-07-21T20:19:41.814Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
23022026-07-21T20:19:42.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032026-07-21T20:19:42.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042026-07-21T20:19:42.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052026-07-21T20:19:42.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23062026-07-21T20:19:42.362Z
23072026-07-21T20:19:42.362Zinfo: running `cargo check --bins` on key-manager-types (75/300)
23082026-07-21T20:19:42.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092026-07-21T20:19:42.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102026-07-21T20:19:42.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112026-07-21T20:19:42.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
23122026-07-21T20:19:42.881Z
23132026-07-21T20:19:42.881Zinfo: running `cargo check --bins` on oxlog (76/300)
23142026-07-21T20:19:43.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152026-07-21T20:19:43.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162026-07-21T20:19:43.430Z Checking cfg-if v1.0.4
23172026-07-21T20:19:43.436Z Checking libc v0.2.185
23182026-07-21T20:19:43.436Z Checking serde_core v1.0.228
23192026-07-21T20:19:43.545Z Checking memchr v2.8.0
23202026-07-21T20:19:43.549Z Checking zeroize v1.8.2
23212026-07-21T20:19:43.559Z Checking smallvec v1.15.1
23222026-07-21T20:19:43.559Z Checking log v0.4.29
23232026-07-21T20:19:43.579Z Checking subtle v2.6.1
23242026-07-21T20:19:43.591Z Checking itoa v1.0.17
23252026-07-21T20:19:43.696Z Checking stable_deref_trait v1.2.1
23262026-07-21T20:19:43.721Z Checking scopeguard v1.2.0
23272026-07-21T20:19:43.734Z Checking typenum v1.20.1
23282026-07-21T20:19:43.734Z Checking zerofrom v0.1.6
23292026-07-21T20:19:43.757Z Checking pin-project-lite v0.2.17
23302026-07-21T20:19:43.772Z Checking portable-atomic v1.13.1
23312026-07-21T20:19:43.815Z Checking lock_api v0.4.14
23322026-07-21T20:19:43.840Z Checking yoke v0.8.1
23332026-07-21T20:19:43.851Z Checking zmij v1.0.21
23342026-07-21T20:19:43.910Z Checking futures-core v0.3.32
23352026-07-21T20:19:43.924Z Checking errno v0.3.14
23362026-07-21T20:19:44.001Z Checking zerovec v0.11.5
23372026-07-21T20:19:44.014Z Checking getrandom v0.2.17
23382026-07-21T20:19:44.027Z Checking parking_lot_core v0.9.12
23392026-07-21T20:19:44.038Z Checking signal-hook-registry v1.4.8
23402026-07-21T20:19:44.055Z Checking critical-section v1.2.0
23412026-07-21T20:19:44.148Z Checking mio v1.2.0
23422026-07-21T20:19:44.148Z Checking rand_core v0.6.4
23432026-07-21T20:19:44.176Z Checking once_cell v1.21.3
23442026-07-21T20:19:44.189Z Checking zerocopy v0.8.40
23452026-07-21T20:19:44.205Z Checking parking_lot v0.12.5
23462026-07-21T20:19:44.326Z Checking writeable v0.6.2
23472026-07-21T20:19:44.342Z Checking percent-encoding v2.3.2
23482026-07-21T20:19:44.387Z Checking litemap v0.8.1
23492026-07-21T20:19:44.417Z Checking const-oid v0.9.6
23502026-07-21T20:19:44.434Z Checking tinystr v0.8.2
23512026-07-21T20:19:44.476Z Checking rand_core v0.10.0
23522026-07-21T20:19:44.480Z Checking potential_utf v0.1.4
23532026-07-21T20:19:44.500Z Checking zerotrie v0.2.3
23542026-07-21T20:19:44.559Z Checking libm v0.2.16
23552026-07-21T20:19:44.603Z Checking icu_locale_core v2.1.1
23562026-07-21T20:19:44.613Z Checking getrandom v0.4.1
23572026-07-21T20:19:44.625Z Checking icu_collections v2.1.1
23582026-07-21T20:19:44.735Z Checking generic-array v0.14.7
23592026-07-21T20:19:44.759Z Checking socket2 v0.6.3
23602026-07-21T20:19:44.925Z Checking equivalent v1.0.2
23612026-07-21T20:19:45.008Z Checking icu_properties_data v2.1.2
23622026-07-21T20:19:45.020Z Checking serde v1.0.228
23632026-07-21T20:19:45.032Z Checking bitflags v2.11.0
23642026-07-21T20:19:45.093Z Checking serde_json v1.0.150
23652026-07-21T20:19:45.132Z Checking icu_normalizer_data v2.1.1
23662026-07-21T20:19:45.144Z Checking icu_provider v2.1.1
23672026-07-21T20:19:45.183Z Checking futures-sink v0.3.32
23682026-07-21T20:19:45.200Z Checking futures-io v0.3.32
23692026-07-21T20:19:45.212Z Checking slab v0.4.12
23702026-07-21T20:19:45.240Z Checking num-traits v0.2.19
23712026-07-21T20:19:45.276Z Checking futures-channel v0.3.32
23722026-07-21T20:19:45.307Z Checking futures-task v0.3.32
23732026-07-21T20:19:45.358Z Checking utf8_iter v1.0.4
23742026-07-21T20:19:45.370Z Checking icu_normalizer v2.1.1
23752026-07-21T20:19:45.422Z Checking bytes v1.11.1
23762026-07-21T20:19:45.440Z Checking icu_properties v2.1.2
23772026-07-21T20:19:45.462Z Checking futures-util v0.3.32
23782026-07-21T20:19:45.476Z Checking hashbrown v0.17.0
23792026-07-21T20:19:45.668Z Checking crypto-common v0.1.7
23802026-07-21T20:19:45.756Z Checking block-buffer v0.10.4
23812026-07-21T20:19:45.760Z Checking form_urlencoded v1.2.2
23822026-07-21T20:19:45.791Z Checking getrandom v0.3.4
23832026-07-21T20:19:45.855Z Checking tokio v1.52.1
23842026-07-21T20:19:45.890Z Checking digest v0.10.7
23852026-07-21T20:19:45.903Z Checking byteorder v1.5.0
23862026-07-21T20:19:45.932Z Checking indexmap v2.14.0
23872026-07-21T20:19:45.935Z Checking fnv v1.0.7
23882026-07-21T20:19:46.035Z Checking iana-time-zone v0.1.65
23892026-07-21T20:19:46.083Z Checking rand_core v0.9.5
23902026-07-21T20:19:46.096Z Checking http v1.4.2
23912026-07-21T20:19:46.137Z Checking chrono v0.4.45
23922026-07-21T20:19:46.248Z Checking idna_adapter v1.2.1
23932026-07-21T20:19:46.251Z Checking uuid v1.23.4
23942026-07-21T20:19:46.375Z Checking idna v1.1.0
23952026-07-21T20:19:46.502Z Checking base64 v0.22.1
23962026-07-21T20:19:46.578Z Checking regex-syntax v0.8.10
23972026-07-21T20:19:46.622Z Checking url v2.5.8
23982026-07-21T20:19:46.664Z Checking base64ct v1.8.3
23992026-07-21T20:19:46.744Z Checking rustix v1.1.3
24002026-07-21T20:19:46.896Z Checking pem-rfc7468 v0.7.0
24012026-07-21T20:19:46.966Z Checking ppv-lite86 v0.2.21
24022026-07-21T20:19:46.988Z Checking tracing-core v0.1.36
24032026-07-21T20:19:47.053Z Checking flagset v0.4.7
24042026-07-21T20:19:47.077Z Checking http-body v1.0.1
24052026-07-21T20:19:47.174Z Checking der v0.7.10
24062026-07-21T20:19:47.200Z Checking rustls-pki-types v1.14.0
24072026-07-21T20:19:47.259Z Checking rand_chacha v0.9.0
24082026-07-21T20:19:47.294Z Checking tracing v0.1.44
24092026-07-21T20:19:47.404Z Checking dyn-clone v1.0.20
24102026-07-21T20:19:47.453Z Checking openssl-probe v0.2.1
24112026-07-21T20:19:47.479Z Checking tinyvec_macros v0.1.1
24122026-07-21T20:19:47.495Z Checking cmov v0.5.4
24132026-07-21T20:19:47.508Z Checking rand v0.9.2
24142026-07-21T20:19:47.541Z Checking tinyvec v1.10.0
24152026-07-21T20:19:47.555Z Checking semver v1.0.28
24162026-07-21T20:19:47.574Z Checking aws-lc-sys v0.40.0
24172026-07-21T20:19:47.676Z Checking ctutils v0.4.2
24182026-07-21T20:19:47.759Z Checking atomic-waker v1.1.2
24192026-07-21T20:19:47.840Z Checking tower-service v0.3.3
24202026-07-21T20:19:47.858Z Checking try-lock v0.2.5
24212026-07-21T20:19:47.889Z Checking tower-layer v0.3.3
24222026-07-21T20:19:47.895Z Checking untrusted v0.7.1
24232026-07-21T20:19:47.909Z Checking spki v0.7.3
24242026-07-21T20:19:47.920Z Checking hybrid-array v0.4.13
24252026-07-21T20:19:47.949Z Checking want v0.3.1
24262026-07-21T20:19:47.966Z Checking schemars v0.8.22
24272026-07-21T20:19:47.998Z Checking ipnet v2.11.0
24282026-07-21T20:19:48.024Z Checking httparse v1.10.1
24292026-07-21T20:19:48.065Z Checking aho-corasick v1.1.4
24302026-07-21T20:19:48.069Z Checking aws-lc-rs v1.16.3
24312026-07-21T20:19:48.095Z Checking plain v0.2.3
24322026-07-21T20:19:48.189Z Checking utf8parse v0.2.2
24332026-07-21T20:19:48.223Z Checking fastrand v2.3.0
24342026-07-21T20:19:48.245Z Checking httpdate v1.0.3
24352026-07-21T20:19:48.288Z Checking cpufeatures v0.2.17
24362026-07-21T20:19:48.359Z Checking untrusted v0.9.0
24372026-07-21T20:19:48.387Z Checking foreign-types-shared v0.1.1
24382026-07-21T20:19:48.400Z Checking tempfile v3.25.0
24392026-07-21T20:19:48.463Z Checking pkcs8 v0.10.2
24402026-07-21T20:19:48.475Z Checking foreign-types v0.3.2
24412026-07-21T20:19:48.541Z Checking unicode-normalization v0.1.25
24422026-07-21T20:19:48.588Z Checking openssl-sys v0.9.115
24432026-07-21T20:19:48.601Z Checking spin v0.9.8
24442026-07-21T20:19:48.617Z Checking ucd-trie v0.1.7
24452026-07-21T20:19:48.662Z Checking unicode-ident v1.0.24
24462026-07-21T20:19:48.733Z Checking regex-automata v0.4.14
24472026-07-21T20:19:48.746Z Checking anstyle v1.0.14
24482026-07-21T20:19:48.768Z Checking proc-macro2 v1.0.106
24492026-07-21T20:19:48.781Z Checking pest v2.8.6
24502026-07-21T20:19:48.894Z Checking rustls-webpki v0.103.13
24512026-07-21T20:19:48.925Z Checking sha2 v0.10.9
24522026-07-21T20:19:48.941Z Checking hmac v0.12.1
24532026-07-21T20:19:48.956Z Checking openssl v0.10.79
24542026-07-21T20:19:49.072Z Checking thiserror v2.0.18
24552026-07-21T20:19:49.085Z Checking sync_wrapper v1.0.2
24562026-07-21T20:19:49.119Z Checking tokio-util v0.7.18
24572026-07-21T20:19:49.169Z Checking wait-timeout v0.2.1
24582026-07-21T20:19:49.183Z Checking simd-adler32 v0.3.8
24592026-07-21T20:19:49.196Z Checking anstyle-query v1.1.5
24602026-07-21T20:19:49.282Z Checking quick-error v1.2.3
24612026-07-21T20:19:49.295Z Checking siphasher v1.0.2
24622026-07-21T20:19:49.306Z Checking rustls v0.23.41
24632026-07-21T20:19:49.346Z Checking pretty-hex v0.4.1
24642026-07-21T20:19:49.379Z Checking colorchoice v1.0.4
24652026-07-21T20:19:49.443Z Checking powerfmt v0.2.0
24662026-07-21T20:19:49.459Z Checking is_terminal_polyfill v1.70.2
24672026-07-21T20:19:49.475Z Checking bit-vec v0.8.0
24682026-07-21T20:19:49.544Z Checking rusty-fork v0.3.1
24692026-07-21T20:19:49.588Z Checking deranged v0.5.8
24702026-07-21T20:19:49.669Z Checking bit-set v0.8.0
24712026-07-21T20:19:49.717Z Checking tower v0.5.3
24722026-07-21T20:19:49.729Z Checking h2 v0.4.15
24732026-07-21T20:19:49.813Z Checking quote v1.0.45
24742026-07-21T20:19:49.845Z Checking http-body-util v0.1.3
24752026-07-21T20:19:49.977Z Checking crossbeam-utils v0.8.21
24762026-07-21T20:19:50.059Z Checking rand_xorshift v0.4.0
24772026-07-21T20:19:50.099Z Checking crc32fast v1.5.0
24782026-07-21T20:19:50.174Z Checking scroll v0.13.0
24792026-07-21T20:19:50.240Z Checking adler2 v2.0.1
24802026-07-21T20:19:50.313Z Checking allocator-api2 v0.2.21
24812026-07-21T20:19:50.343Z Checking iri-string v0.7.10
24822026-07-21T20:19:50.401Z Checking ryu v1.0.23
24832026-07-21T20:19:50.504Z Checking unarray v0.1.4
24842026-07-21T20:19:50.533Z Checking num_threads v0.1.7
24852026-07-21T20:19:50.554Z Checking num-conv v0.2.0
24862026-07-21T20:19:50.590Z Checking unicode-properties v0.1.4
24872026-07-21T20:19:50.602Z Checking time-core v0.1.8
24882026-07-21T20:19:50.615Z Checking unicode-bidi v0.3.18
24892026-07-21T20:19:50.667Z Checking proptest v1.10.0
24902026-07-21T20:19:50.736Z Checking time v0.3.47
24912026-07-21T20:19:50.773Z Checking bstr v1.12.1
24922026-07-21T20:19:50.911Z Checking stringprep v0.1.5
24932026-07-21T20:19:50.965Z Checking native-tls v0.2.18
24942026-07-21T20:19:51.063Z Checking serde_urlencoded v0.7.1
24952026-07-21T20:19:51.140Z Checking tokio-native-tls v0.3.1
24962026-07-21T20:19:51.164Z Checking goblin v0.10.5
24972026-07-21T20:19:51.270Z Checking miniz_oxide v0.8.9
24982026-07-21T20:19:51.294Z Checking crossbeam-epoch v0.9.18
24992026-07-21T20:19:51.369Z Checking tower-http v0.6.8
25002026-07-21T20:19:51.534Z Checking syn v2.0.117
25012026-07-21T20:19:51.564Z Checking crypto-common v0.2.2
25022026-07-21T20:19:51.635Z Checking block-buffer v0.12.1
25032026-07-21T20:19:51.652Z Checking block-padding v0.4.2
25042026-07-21T20:19:51.784Z Checking ipnetwork v0.21.1
25052026-07-21T20:19:51.798Z Checking anstyle-parse v1.0.0
25062026-07-21T20:19:51.893Z Checking rustls-native-certs v0.8.3
25072026-07-21T20:19:51.949Z Checking rand_chacha v0.3.1
25082026-07-21T20:19:52.001Z Checking scroll v0.12.0
25092026-07-21T20:19:52.023Z Checking thiserror v1.0.69
25102026-07-21T20:19:52.119Z Checking hash32 v0.2.1
25112026-07-21T20:19:52.156Z Checking zstd-sys v2.0.16+zstd.1.5.7
25122026-07-21T20:19:52.181Z Checking md-5 v0.10.6
25132026-07-21T20:19:52.231Z Checking signature v2.2.0
25142026-07-21T20:19:52.264Z Checking num-integer v0.1.46
25152026-07-21T20:19:52.276Z Checking serde_spanned v0.6.9
25162026-07-21T20:19:52.315Z Checking hex v0.4.3
25172026-07-21T20:19:52.357Z Checking toml_datetime v0.6.11
25182026-07-21T20:19:52.397Z Checking encoding_rs v0.8.35
25192026-07-21T20:19:52.487Z Checking fallible-iterator v0.2.0
25202026-07-21T20:19:52.502Z Checking psl-types v2.0.11
25212026-07-21T20:19:52.534Z Checking zlib-rs v0.6.2
25222026-07-21T20:19:52.548Z Checking mime v0.3.17
25232026-07-21T20:19:52.594Z Checking hyper v1.10.1
25242026-07-21T20:19:52.609Z Checking publicsuffix v2.3.0
25252026-07-21T20:19:52.715Z Checking newtype-uuid v1.3.2
25262026-07-21T20:19:52.753Z Checking postgres-protocol v0.6.10
25272026-07-21T20:19:52.767Z Checking num-iter v0.1.45
25282026-07-21T20:19:52.876Z Checking heapless v0.7.17
25292026-07-21T20:19:52.911Z Checking zstd-safe v7.2.4
25302026-07-21T20:19:53.059Z Checking goblin v0.8.2
25312026-07-21T20:19:53.072Z Checking rand v0.8.6
25322026-07-21T20:19:53.277Z Checking oxnet v0.1.6
25332026-07-21T20:19:53.315Z Checking anstream v1.0.0
25342026-07-21T20:19:53.398Z Checking flate2 v1.1.9
25352026-07-21T20:19:53.500Z Checking dof v0.4.0
25362026-07-21T20:19:53.513Z Checking cookie v0.18.1
25372026-07-21T20:19:53.526Z Checking hyper-util v0.1.20
25382026-07-21T20:19:53.539Z Checking inout v0.2.2
25392026-07-21T20:19:53.583Z Checking tokio-rustls v0.26.4
25402026-07-21T20:19:53.681Z Checking dtrace-parser v0.3.0
25412026-07-21T20:19:53.698Z Checking phf_shared v0.13.1
25422026-07-21T20:19:53.738Z Checking lazy_static v1.5.0
25432026-07-21T20:19:53.816Z Checking anstyle-parse v0.2.7
25442026-07-21T20:19:53.828Z Checking zerocopy v0.7.35
25452026-07-21T20:19:53.834Z Checking pin-project v1.1.11
25462026-07-21T20:19:53.889Z Checking terminal_size v0.4.3
25472026-07-21T20:19:53.912Z Checking bzip2-sys v0.1.13+1.0.8
25482026-07-21T20:19:53.925Z Checking signal-hook v0.3.18
25492026-07-21T20:19:53.960Z Checking futures-executor v0.3.32
25502026-07-21T20:19:53.993Z Checking ff v0.13.1
25512026-07-21T20:19:53.993Z Checking thread-id v5.1.0
25522026-07-21T20:19:54.073Z Checking foldhash v0.2.0
25532026-07-21T20:19:54.104Z Compiling rayon-core v1.13.0
25542026-07-21T20:19:54.116Z Checking same-file v1.0.6
25552026-07-21T20:19:54.128Z Checking managed v0.8.0
25562026-07-21T20:19:54.132Z Checking either v1.15.0
25572026-07-21T20:19:54.221Z Checking winnow v0.5.40
25582026-07-21T20:19:54.233Z Checking strsim v0.11.1
25592026-07-21T20:19:54.291Z Checking foldhash v0.1.5
25602026-07-21T20:19:54.306Z Checking base16ct v0.2.0
25612026-07-21T20:19:54.309Z Checking clap_lex v1.0.0
25622026-07-21T20:19:54.329Z Checking libbz2-rs-sys v0.2.2
25632026-07-21T20:19:54.387Z Checking bumpalo v3.20.2
25642026-07-21T20:19:54.421Z Checking bitflags v1.3.2
25652026-07-21T20:19:54.439Z Checking sec1 v0.7.3
25662026-07-21T20:19:54.454Z Checking clap_builder v4.6.0
25672026-07-21T20:19:54.490Z Checking smoltcp v0.9.1
25682026-07-21T20:19:54.585Z Checking zopfli v0.8.3
25692026-07-21T20:19:54.637Z Checking hashbrown v0.15.5
25702026-07-21T20:19:54.716Z Checking bzip2 v0.6.1
25712026-07-21T20:19:54.788Z Checking hyper-tls v0.6.0
25722026-07-21T20:19:54.876Z Checking hyper-rustls v0.27.7
25732026-07-21T20:19:54.930Z Checking walkdir v2.5.0
25742026-07-21T20:19:54.959Z Checking reqwest v0.12.28
25752026-07-21T20:19:54.972Z Checking dof v0.3.0
25762026-07-21T20:19:55.070Z Checking hashbrown v0.16.1
25772026-07-21T20:19:55.093Z Checking usdt-impl v0.6.0
25782026-07-21T20:19:55.097Z Checking group v0.13.0
25792026-07-21T20:19:55.097Z Checking signal-hook-mio v0.2.5
25802026-07-21T20:19:55.197Z Checking futures v0.3.32
25812026-07-21T20:19:55.250Z Checking bzip2 v0.4.4
25822026-07-21T20:19:55.250Z Checking anstream v0.6.21
25832026-07-21T20:19:55.275Z Checking snafu v0.8.9
25842026-07-21T20:19:55.364Z Checking phf v0.13.1
25852026-07-21T20:19:55.377Z Checking toml_edit v0.19.15
25862026-07-21T20:19:55.410Z Checking num-bigint-dig v0.8.6
25872026-07-21T20:19:55.452Z Checking cookie_store v0.22.1
25882026-07-21T20:19:55.508Z Checking cipher v0.5.2
25892026-07-21T20:19:55.511Z Checking daft v0.1.7
25902026-07-21T20:19:55.567Z Checking zstd v0.13.3
25912026-07-21T20:19:55.701Z Checking postgres-types v0.2.12
25922026-07-21T20:19:55.714Z Checking ed25519 v2.2.3
25932026-07-21T20:19:55.743Z Checking dtrace-parser v0.2.0
25942026-07-21T20:19:55.756Z Checking rustls-platform-verifier v0.6.2
25952026-07-21T20:19:55.759Z Checking crossbeam-deque v0.8.6
25962026-07-21T20:19:55.785Z Checking globset v0.4.18
25972026-07-21T20:19:55.889Z Checking regex v1.12.3
25982026-07-21T20:19:55.892Z Checking phf_shared v0.11.3
25992026-07-21T20:19:55.936Z Checking hkdf v0.12.4
26002026-07-21T20:19:55.967Z Checking olpc-cjson v0.1.4
26012026-07-21T20:19:56.003Z Checking ref-cast v1.0.25
26022026-07-21T20:19:56.034Z Checking curve25519-dalek v4.1.3
26032026-07-21T20:19:56.038Z Checking pkcs1 v0.7.5
26042026-07-21T20:19:56.064Z Checking strum v0.27.2
26052026-07-21T20:19:56.095Z Checking hubpack v0.1.2
26062026-07-21T20:19:56.099Z Checking memoffset v0.9.1
26072026-07-21T20:19:56.164Z Checking rustix v0.38.44
26082026-07-21T20:19:56.177Z Checking pem v3.0.6
26092026-07-21T20:19:56.187Z Checking float-cmp v0.10.0
26102026-07-21T20:19:56.217Z Checking serde-big-array v0.5.1
26112026-07-21T20:19:56.248Z Checking erased-serde v0.3.31
26122026-07-21T20:19:56.259Z Checking serde_plain v1.0.2
26132026-07-21T20:19:56.306Z Checking crypto-bigint v0.5.5
26142026-07-21T20:19:56.325Z Checking memmap2 v0.9.10
26152026-07-21T20:19:56.345Z Checking thread-id v4.2.2
26162026-07-21T20:19:56.394Z Checking env_filter v1.0.0
26172026-07-21T20:19:56.418Z Checking typed-path v0.9.3
26182026-07-21T20:19:56.435Z Checking whoami v2.1.0
26192026-07-21T20:19:56.498Z Checking winnow v0.7.14
26202026-07-21T20:19:56.544Z Checking unicode-segmentation v1.12.0
26212026-07-21T20:19:56.628Z Checking fixedbitset v0.4.2
26222026-07-21T20:19:56.642Z Checking jiff v0.2.21
26232026-07-21T20:19:56.776Z Checking data-encoding v2.10.0
26242026-07-21T20:19:56.833Z Checking const-oid v0.10.2
26252026-07-21T20:19:56.866Z Checking precomputed-hash v0.1.1
26262026-07-21T20:19:56.948Z Checking cpufeatures v0.3.0
26272026-07-21T20:19:56.973Z Checking toml_write v0.1.2
26282026-07-21T20:19:56.985Z Checking normalize-line-endings v0.3.0
26292026-07-21T20:19:57.016Z Checking difflib v0.4.0
26302026-07-21T20:19:57.049Z Checking fixedbitset v0.5.7
26312026-07-21T20:19:57.069Z Checking winnow v1.0.3
26322026-07-21T20:19:57.134Z Checking new_debug_unreachable v1.0.6
26332026-07-21T20:19:57.191Z Checking keccak v0.1.6
26342026-07-21T20:19:57.204Z Checking predicates-core v1.0.10
26352026-07-21T20:19:57.207Z Checking static_assertions v1.1.0
26362026-07-21T20:19:57.229Z Checking elliptic-curve v0.13.8
26372026-07-21T20:19:57.242Z Checking petgraph v0.8.3
26382026-07-21T20:19:57.278Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26392026-07-21T20:19:57.320Z Checking predicates v3.1.4
26402026-07-21T20:19:57.351Z Checking sha3 v0.10.8
26412026-07-21T20:19:57.364Z Checking toml_parser v1.1.2+spec-1.1.0
26422026-07-21T20:19:57.533Z Checking tough v0.22.0
26432026-07-21T20:19:57.559Z Checking string_cache v0.8.9
26442026-07-21T20:19:57.613Z Checking hickory-proto v0.25.2
26452026-07-21T20:19:57.687Z Checking toml_edit v0.22.27
26462026-07-21T20:19:57.699Z Checking chacha20 v0.10.0
26472026-07-21T20:19:57.719Z Checking digest v0.11.3
26482026-07-21T20:19:57.894Z Checking crossterm v0.28.1
26492026-07-21T20:19:57.960Z Checking similar v2.7.0
26502026-07-21T20:19:58.349Z Checking ed25519-dalek v2.2.0
26512026-07-21T20:19:58.593Z Checking petgraph v0.6.5
26522026-07-21T20:19:58.607Z Checking slog v2.8.2
26532026-07-21T20:19:58.782Z Checking tokio-postgres v0.7.16
26542026-07-21T20:19:58.813Z Checking env_logger v0.11.9
26552026-07-21T20:19:58.869Z Checking usdt v0.6.0
26562026-07-21T20:19:58.873Z Checking zip v4.6.1
26572026-07-21T20:19:59.001Z Checking usdt-impl v0.5.0
26582026-07-21T20:19:59.037Z Checking toml v0.7.8
26592026-07-21T20:19:59.282Z Checking rsa v0.9.10
26602026-07-21T20:19:59.345Z Checking nix v0.31.2
26612026-07-21T20:19:59.448Z Checking iddqd v0.4.2
26622026-07-21T20:19:59.545Z Checking reqwest v0.13.2
26632026-07-21T20:19:59.749Z Checking clap v4.6.1
26642026-07-21T20:19:59.827Z Checking zip v0.6.6
26652026-07-21T20:19:59.842Z Checking itertools v0.13.0
26662026-07-21T20:19:59.872Z Checking serde_with v3.21.0
26672026-07-21T20:20:00.049Z Checking byte-wrapper v0.1.0
26682026-07-21T20:20:00.150Z Checking strum v0.26.3
26692026-07-21T20:20:00.256Z Checking tokio-stream v0.1.18
26702026-07-21T20:20:00.269Z Checking fs-err v3.3.0
26712026-07-21T20:20:00.355Z Checking ahash v0.8.12
26722026-07-21T20:20:00.396Z Checking object v0.37.3
26732026-07-21T20:20:00.418Z Checking buf-list v1.1.2
26742026-07-21T20:20:00.537Z Checking anyhow v1.0.102
26752026-07-21T20:20:00.549Z Checking camino v1.2.2
26762026-07-21T20:20:00.561Z Checking x509-cert v0.2.5
26772026-07-21T20:20:00.600Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26782026-07-21T20:20:00.636Z Checking openapiv3 v2.2.0
26792026-07-21T20:20:00.731Z Checking lalrpop-util v0.19.12
26802026-07-21T20:20:00.793Z Checking peg-runtime v0.8.5
26812026-07-21T20:20:00.860Z Checking rayon v1.11.0
26822026-07-21T20:20:00.875Z Checking sigpipe v0.1.3
26832026-07-21T20:20:00.889Z Checking glob v0.3.3
26842026-07-21T20:20:02.523Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26852026-07-21T20:20:02.580Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26862026-07-21T20:20:02.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.97s
26872026-07-21T20:20:03.012Z
26882026-07-21T20:20:03.012Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26892026-07-21T20:20:03.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902026-07-21T20:20:03.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912026-07-21T20:20:03.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922026-07-21T20:20:03.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26932026-07-21T20:20:03.545Z
26942026-07-21T20:20:03.545Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26952026-07-21T20:20:03.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962026-07-21T20:20:04.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972026-07-21T20:20:04.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982026-07-21T20:20:04.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26992026-07-21T20:20:04.080Z
27002026-07-21T20:20:04.080Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
27012026-07-21T20:20:04.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022026-07-21T20:20:04.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032026-07-21T20:20:04.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042026-07-21T20:20:04.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27052026-07-21T20:20:04.625Z
27062026-07-21T20:20:04.625Zinfo: running `cargo check --bins` on oxql-types (80/300)
27072026-07-21T20:20:05.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082026-07-21T20:20:05.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092026-07-21T20:20:05.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102026-07-21T20:20:05.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
27112026-07-21T20:20:05.159Z
27122026-07-21T20:20:05.159Zinfo: running `cargo check --bins` on oximeter-types (81/300)
27132026-07-21T20:20:05.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142026-07-21T20:20:05.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152026-07-21T20:20:05.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162026-07-21T20:20:05.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
27172026-07-21T20:20:05.695Z
27182026-07-21T20:20:05.695Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
27192026-07-21T20:20:06.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202026-07-21T20:20:06.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212026-07-21T20:20:06.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222026-07-21T20:20:06.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
27232026-07-21T20:20:06.227Z
27242026-07-21T20:20:06.227Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
27252026-07-21T20:20:06.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262026-07-21T20:20:06.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272026-07-21T20:20:06.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282026-07-21T20:20:06.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
27292026-07-21T20:20:06.745Z
27302026-07-21T20:20:06.745Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
27312026-07-21T20:20:07.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322026-07-21T20:20:07.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332026-07-21T20:20:07.374Z Compiling structmeta-derive v0.3.0
27342026-07-21T20:20:07.490Z Compiling multer v3.1.0
27352026-07-21T20:20:07.501Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27362026-07-21T20:20:07.504Z Compiling async-stream-impl v0.3.6
27372026-07-21T20:20:07.518Z Compiling dropshot v0.17.1
27382026-07-21T20:20:07.532Z Compiling newtype-uuid-macros v0.1.0
27392026-07-21T20:20:07.536Z Compiling dropshot_endpoint v0.17.1
27402026-07-21T20:20:07.560Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27412026-07-21T20:20:07.734Z Checking thread_local v1.1.9
27422026-07-21T20:20:07.763Z Checking compression-core v0.4.31
27432026-07-21T20:20:07.892Z Checking match_cfg v0.1.0
27442026-07-21T20:20:07.910Z Checking crossbeam-channel v0.5.15
27452026-07-21T20:20:07.923Z Checking compression-codecs v0.4.37
27462026-07-21T20:20:07.960Z Checking hostname v0.3.1
27472026-07-21T20:20:07.975Z Checking atomicwrites v0.4.4
27482026-07-21T20:20:08.055Z Checking slog-json v2.6.1
27492026-07-21T20:20:08.085Z Checking toml_datetime v1.1.1+spec-1.1.0
27502026-07-21T20:20:08.088Z Checking serde_spanned v1.1.1
27512026-07-21T20:20:08.110Z Checking is-terminal v0.4.17
27522026-07-21T20:20:08.196Z Checking take_mut v0.2.2
27532026-07-21T20:20:08.209Z Checking toml_writer v1.1.1+spec-1.1.0
27542026-07-21T20:20:08.225Z Checking debug-ignore v1.0.5
27552026-07-21T20:20:08.248Z Checking term v1.2.1
27562026-07-21T20:20:08.282Z Checking slog-bunyan v2.5.0
27572026-07-21T20:20:08.296Z Checking slog-async v2.8.0
27582026-07-21T20:20:08.301Z Checking async-stream v0.3.6
27592026-07-21T20:20:08.319Z Checking async-compression v0.4.41
27602026-07-21T20:20:08.379Z Checking toml v1.1.2+spec-1.1.0
27612026-07-21T20:20:08.393Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27622026-07-21T20:20:08.429Z Checking progenitor-client v0.14.0
27632026-07-21T20:20:08.461Z Checking slog-term v2.9.2
27642026-07-21T20:20:08.465Z Checking sha1 v0.11.0
27652026-07-21T20:20:08.563Z Compiling structmeta v0.3.0
27662026-07-21T20:20:08.566Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27672026-07-21T20:20:08.666Z Checking waitgroup v0.1.2
27682026-07-21T20:20:08.687Z Checking rustls-pemfile v2.2.0
27692026-07-21T20:20:08.709Z Checking backon v1.6.0
27702026-07-21T20:20:08.714Z Checking serde_path_to_error v0.1.20
27712026-07-21T20:20:08.714Z Checking hostname v0.4.2
27722026-07-21T20:20:08.750Z Checking instant v0.1.13
27732026-07-21T20:20:08.775Z Compiling derive-ex v0.1.8
27742026-07-21T20:20:08.802Z Compiling parse-display-derive v0.10.0
27752026-07-21T20:20:08.868Z Checking progenitor-extras v0.2.0
27762026-07-21T20:20:08.967Z Checking backoff v0.4.0
27772026-07-21T20:20:08.992Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27782026-07-21T20:20:09.029Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27792026-07-21T20:20:09.082Z Checking itertools v0.14.0
27802026-07-21T20:20:09.150Z Checking regress v0.10.5
27812026-07-21T20:20:09.208Z Checking macaddr v1.0.1
27822026-07-21T20:20:09.410Z Checking humantime v2.3.0
27832026-07-21T20:20:10.452Z Compiling test-strategy v0.4.5
27842026-07-21T20:20:10.493Z Checking parse-display v0.10.0
27852026-07-21T20:20:10.657Z Compiling prettyplease v0.2.37
27862026-07-21T20:20:11.010Z Checking num-rational v0.4.2
27872026-07-21T20:20:11.279Z Checking num-complex v0.4.6
27882026-07-21T20:20:11.724Z Compiling num v0.4.3
27892026-07-21T20:20:11.801Z Compiling usdt-macro v0.5.0
27902026-07-21T20:20:11.823Z Compiling usdt-attr-macro v0.5.0
27912026-07-21T20:20:11.849Z Checking memmap v0.7.0
27922026-07-21T20:20:11.922Z Compiling float-ord v0.3.2
27932026-07-21T20:20:11.965Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27942026-07-21T20:20:12.146Z Compiling convert_case v0.4.0
27952026-07-21T20:20:12.309Z Checking unicode-width v0.2.0
27962026-07-21T20:20:12.342Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27972026-07-21T20:20:12.537Z Compiling derive_more v0.99.20
27982026-07-21T20:20:12.549Z Checking newline-converter v0.3.0
27992026-07-21T20:20:12.562Z Checking console v0.15.11
28002026-07-21T20:20:12.610Z Checking usdt v0.5.0
28012026-07-21T20:20:12.661Z Compiling toml v0.8.23
28022026-07-21T20:20:12.776Z Compiling minimal-lexical v0.2.1
28032026-07-21T20:20:12.835Z Checking linked-hash-map v0.5.6
28042026-07-21T20:20:13.005Z Checking lru-cache v0.1.2
28052026-07-21T20:20:13.028Z Compiling nom v7.1.3
28062026-07-21T20:20:13.124Z Checking expectorate v1.2.0
28072026-07-21T20:20:13.605Z Checking camino-tempfile v1.4.1
28082026-07-21T20:20:13.658Z Checking hickory-proto v0.24.4
28092026-07-21T20:20:13.765Z Checking phf_shared v0.12.1
28102026-07-21T20:20:13.778Z Compiling slog-dtrace v0.3.0
28112026-07-21T20:20:13.987Z Checking resolv-conf v0.7.6
28122026-07-21T20:20:14.175Z Checking heck v0.5.0
28132026-07-21T20:20:14.298Z Compiling chrono-tz v0.10.4
28142026-07-21T20:20:14.302Z Compiling unicode-xid v0.2.6
28152026-07-21T20:20:14.359Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28162026-07-21T20:20:14.436Z Compiling const_format_proc_macros v0.2.34
28172026-07-21T20:20:14.568Z Checking phf v0.12.1
28182026-07-21T20:20:14.711Z Checking tokio-dtrace v0.1.1
28192026-07-21T20:20:14.858Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28202026-07-21T20:20:14.903Z Compiling derive-where v1.6.0
28212026-07-21T20:20:15.113Z Checking highway v1.3.0
28222026-07-21T20:20:15.342Z Checking const_format v0.2.35
28232026-07-21T20:20:15.395Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28242026-07-21T20:20:15.460Z Checking hickory-resolver v0.24.4
28252026-07-21T20:20:15.500Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28262026-07-21T20:20:15.570Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28272026-07-21T20:20:15.896Z Checking oxide-tokio-rt v0.1.4
28282026-07-21T20:20:16.222Z Checking qorb v0.4.1
28292026-07-21T20:20:16.417Z Checking gethostname v0.5.0
28302026-07-21T20:20:16.519Z Checking bcs v0.1.6
28312026-07-21T20:20:16.551Z Checking termtree v0.5.1
28322026-07-21T20:20:17.063Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28332026-07-21T20:20:17.082Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28342026-07-21T20:20:17.296Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28352026-07-21T20:20:17.299Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28362026-07-21T20:20:19.973Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28372026-07-21T20:20:22.455Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28382026-07-21T20:20:24.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.80s
28392026-07-21T20:20:24.711Z
28402026-07-21T20:20:24.711Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
28412026-07-21T20:20:25.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-07-21T20:20:25.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-07-21T20:20:25.338Z Compiling ar_archive_writer v0.5.1
28442026-07-21T20:20:25.449Z Compiling stacker v0.1.23
28452026-07-21T20:20:25.455Z Compiling cfg_aliases v0.1.1
28462026-07-21T20:20:25.459Z Compiling convert_case v0.10.0
28472026-07-21T20:20:25.465Z Checking unicode-width v0.1.14
28482026-07-21T20:20:25.473Z Compiling proc-macro-error v1.0.4
28492026-07-21T20:20:25.484Z Checking fd-lock v4.0.4
28502026-07-21T20:20:25.488Z Checking nibble_vec v0.1.0
28512026-07-21T20:20:25.509Z Compiling nix v0.28.0
28522026-07-21T20:20:25.598Z Checking vte v0.14.1
28532026-07-21T20:20:25.610Z Compiling recursive-proc-macro-impl v0.1.1
28542026-07-21T20:20:25.708Z Checking endian-type v0.1.2
28552026-07-21T20:20:25.722Z Checking bytecount v0.6.9
28562026-07-21T20:20:25.745Z Compiling derive_more-impl v2.1.1
28572026-07-21T20:20:25.745Z Checking strip-ansi-escapes v0.2.1
28582026-07-21T20:20:25.767Z Compiling tabled_derive v0.7.0
28592026-07-21T20:20:25.819Z Checking papergrid v0.11.0
28602026-07-21T20:20:25.830Z Checking radix_trie v0.2.1
28612026-07-21T20:20:25.844Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-07-21T20:20:26.021Z Compiling peg-macros v0.8.5
28632026-07-21T20:20:26.034Z Compiling sqlparser_derive v0.5.0
28642026-07-21T20:20:26.273Z Compiling psm v0.1.30
28652026-07-21T20:20:26.333Z Checking winnow v0.6.26
28662026-07-21T20:20:26.435Z Checking unicode_categories v0.1.1
28672026-07-21T20:20:26.619Z Checking home v0.5.12
28682026-07-21T20:20:26.631Z Checking derive_more v2.1.1
28692026-07-21T20:20:26.708Z Checking nu-ansi-term v0.50.3
28702026-07-21T20:20:26.724Z Checking crossterm v0.29.0
28712026-07-21T20:20:26.767Z Checking tabled v0.15.0
28722026-07-21T20:20:26.825Z Checking display-error-chain v0.2.2
28732026-07-21T20:20:26.853Z Checking rustyline v14.0.0
28742026-07-21T20:20:26.922Z Checking reedline v0.40.0
28752026-07-21T20:20:27.109Z Checking recursive v0.1.1
28762026-07-21T20:20:27.203Z Checking sqlparser v0.61.0
28772026-07-21T20:20:27.310Z Checking peg v0.8.5
28782026-07-21T20:20:27.534Z Checking sqlformat v0.3.5
28792026-07-21T20:20:38.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
28802026-07-21T20:20:38.618Z
28812026-07-21T20:20:38.618Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28822026-07-21T20:20:39.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-07-21T20:20:39.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-07-21T20:20:39.240Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28852026-07-21T20:20:42.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28862026-07-21T20:20:42.882Z
28872026-07-21T20:20:42.882Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28882026-07-21T20:20:43.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-07-21T20:20:43.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-07-21T20:20:43.506Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28912026-07-21T20:20:45.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28922026-07-21T20:20:46.160Z
28932026-07-21T20:20:46.160Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28942026-07-21T20:20:46.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-07-21T20:20:46.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-07-21T20:20:46.780Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972026-07-21T20:20:50.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28982026-07-21T20:20:50.188Z
28992026-07-21T20:20:50.188Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
29002026-07-21T20:20:50.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-07-21T20:20:50.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-07-21T20:20:50.807Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29032026-07-21T20:20:54.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
29042026-07-21T20:20:54.276Z
29052026-07-21T20:20:54.276Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
29062026-07-21T20:20:54.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-21T20:20:54.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-21T20:20:54.900Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29092026-07-21T20:20:57.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
29102026-07-21T20:20:57.685Z
29112026-07-21T20:20:57.685Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
29122026-07-21T20:20:58.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-21T20:20:58.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-21T20:20:58.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29152026-07-21T20:21:00.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
29162026-07-21T20:21:01.147Z
29172026-07-21T20:21:01.147Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
29182026-07-21T20:21:01.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-21T20:21:01.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-21T20:21:01.772Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-07-21T20:21:05.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
29222026-07-21T20:21:05.382Z
29232026-07-21T20:21:05.382Zinfo: running `cargo check --bins` on oximeter (93/300)
29242026-07-21T20:21:05.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-21T20:21:05.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-21T20:21:05.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-07-21T20:21:05.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29282026-07-21T20:21:05.912Z
29292026-07-21T20:21:05.912Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
29302026-07-21T20:21:06.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-21T20:21:06.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-21T20:21:06.494Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29332026-07-21T20:21:06.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
29342026-07-21T20:21:07.009Z
29352026-07-21T20:21:07.009Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
29362026-07-21T20:21:07.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-21T20:21:07.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-21T20:21:07.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-07-21T20:21:07.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29402026-07-21T20:21:07.544Z
29412026-07-21T20:21:07.544Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
29422026-07-21T20:21:08.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-21T20:21:08.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-21T20:21:08.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-07-21T20:21:08.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29462026-07-21T20:21:08.123Z
29472026-07-21T20:21:08.123Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29482026-07-21T20:21:08.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-07-21T20:21:08.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-07-21T20:21:08.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-07-21T20:21:08.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29522026-07-21T20:21:08.667Z
29532026-07-21T20:21:08.667Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29542026-07-21T20:21:09.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-07-21T20:21:09.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-07-21T20:21:09.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-07-21T20:21:09.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29582026-07-21T20:21:09.206Z
29592026-07-21T20:21:09.206Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29602026-07-21T20:21:09.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-07-21T20:21:09.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-07-21T20:21:09.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-07-21T20:21:09.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29642026-07-21T20:21:09.746Z
29652026-07-21T20:21:09.746Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29662026-07-21T20:21:10.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-07-21T20:21:10.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-07-21T20:21:10.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692026-07-21T20:21:10.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29702026-07-21T20:21:10.286Z
29712026-07-21T20:21:10.286Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29722026-07-21T20:21:10.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-07-21T20:21:10.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-07-21T20:21:10.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-07-21T20:21:10.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29762026-07-21T20:21:10.808Z
29772026-07-21T20:21:10.808Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29782026-07-21T20:21:11.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-07-21T20:21:11.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-07-21T20:21:11.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-07-21T20:21:11.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29822026-07-21T20:21:11.350Z
29832026-07-21T20:21:11.350Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/300)
29842026-07-21T20:21:11.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-07-21T20:21:11.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-07-21T20:21:12.016Z Compiling darling_core v0.21.3
29872026-07-21T20:21:12.131Z Compiling crucible-workspace-hack v0.1.0
29882026-07-21T20:21:12.139Z Checking secrecy v0.10.3
29892026-07-21T20:21:12.145Z Compiling toml_datetime v0.7.5+spec-1.1.0
29902026-07-21T20:21:12.150Z Compiling heapless v0.8.0
29912026-07-21T20:21:12.160Z Checking hash32 v0.3.1
29922026-07-21T20:21:12.163Z Checking inout v0.1.4
29932026-07-21T20:21:12.182Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-07-21T20:21:12.237Z Compiling smoltcp v0.11.0
29952026-07-21T20:21:12.275Z Checking cobs v0.3.0
29962026-07-21T20:21:12.296Z Compiling toml_edit v0.23.10+spec-1.0.0
29972026-07-21T20:21:12.373Z Checking cipher v0.4.4
29982026-07-21T20:21:12.405Z Checking universal-hash v0.5.1
29992026-07-21T20:21:12.415Z Compiling thiserror-impl-no-std v2.0.2
30002026-07-21T20:21:12.426Z Checking half v2.7.1
30012026-07-21T20:21:12.522Z Checking opaque-debug v0.3.1
30022026-07-21T20:21:12.567Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-07-21T20:21:12.599Z Checking ciborium-io v0.2.2
30042026-07-21T20:21:12.624Z Checking poly1305 v0.8.0
30052026-07-21T20:21:12.679Z Checking chacha20 v0.9.1
30062026-07-21T20:21:12.692Z Checking ciborium-ll v0.2.2
30072026-07-21T20:21:12.778Z Checking postcard v1.1.3
30082026-07-21T20:21:12.867Z Compiling proc-macro-crate v3.4.0
30092026-07-21T20:21:12.870Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30102026-07-21T20:21:12.881Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30112026-07-21T20:21:13.068Z Checking password-hash v0.5.0
30122026-07-21T20:21:13.174Z Checking blake2 v0.10.6
30132026-07-21T20:21:13.298Z Compiling proc-macro-crate v1.3.1
30142026-07-21T20:21:13.314Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30152026-07-21T20:21:13.328Z Checking aead v0.5.2
30162026-07-21T20:21:13.417Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30172026-07-21T20:21:13.451Z Compiling num_enum_derive v0.7.6
30182026-07-21T20:21:13.470Z Compiling foreign-types-macros v0.2.3
30192026-07-21T20:21:13.543Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30202026-07-21T20:21:13.596Z Checking thiserror-no-std v2.0.2
30212026-07-21T20:21:13.619Z Checking foreign-types-shared v0.3.1
30222026-07-21T20:21:13.685Z Checking vsss-rs v3.3.4
30232026-07-21T20:21:13.709Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30242026-07-21T20:21:13.723Z Compiling num_enum_derive v0.5.11
30252026-07-21T20:21:13.799Z Checking chacha20poly1305 v0.10.1
30262026-07-21T20:21:13.929Z Checking argon2 v0.5.3
30272026-07-21T20:21:14.071Z Checking foreign-types v0.5.0
30282026-07-21T20:21:14.151Z Checking ciborium v0.2.2
30292026-07-21T20:21:14.282Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30302026-07-21T20:21:14.378Z Checking tabwriter v1.4.1
30312026-07-21T20:21:14.521Z Checking num_enum v0.7.6
30322026-07-21T20:21:14.534Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30332026-07-21T20:21:14.566Z Checking cstr-argument v0.1.2
30342026-07-21T20:21:14.569Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30352026-07-21T20:21:14.599Z Compiling darling_macro v0.21.3
30362026-07-21T20:21:14.633Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30372026-07-21T20:21:14.687Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30382026-07-21T20:21:14.753Z Checking num_enum v0.5.11
30392026-07-21T20:21:14.789Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30402026-07-21T20:21:14.849Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30412026-07-21T20:21:14.862Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30422026-07-21T20:21:14.875Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30432026-07-21T20:21:14.963Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30442026-07-21T20:21:15.015Z Checking rand v0.10.1
30452026-07-21T20:21:15.029Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30462026-07-21T20:21:15.068Z Checking indent_write v2.2.0
30472026-07-21T20:21:15.082Z Checking colored v3.1.1
30482026-07-21T20:21:15.103Z Compiling darling v0.21.3
30492026-07-21T20:21:15.170Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30502026-07-21T20:21:15.186Z Compiling ingot-macros v0.1.1
30512026-07-21T20:21:15.202Z Compiling zone_cfg_derive v0.3.1
30522026-07-21T20:21:15.264Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30532026-07-21T20:21:15.278Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30542026-07-21T20:21:15.357Z Checking itertools v0.12.1
30552026-07-21T20:21:15.431Z Compiling num-derive v0.4.2
30562026-07-21T20:21:15.445Z Checking swrite v0.1.0
30572026-07-21T20:21:15.474Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30582026-07-21T20:21:15.533Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30592026-07-21T20:21:15.705Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30602026-07-21T20:21:15.817Z Checking dropshot-api-manager-types v0.7.2
30612026-07-21T20:21:15.839Z Checking smf v0.2.3
30622026-07-21T20:21:15.859Z Checking nanorand v0.7.0
30632026-07-21T20:21:15.895Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30642026-07-21T20:21:15.983Z Checking whoami v1.6.1
30652026-07-21T20:21:16.053Z Checking flume v0.11.1
30662026-07-21T20:21:16.071Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30672026-07-21T20:21:16.367Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30682026-07-21T20:21:16.379Z Checking zone v0.3.1
30692026-07-21T20:21:17.391Z Checking ingot-types v0.1.2
30702026-07-21T20:21:17.711Z Checking ingot v0.1.1
30712026-07-21T20:21:19.093Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30722026-07-21T20:21:20.026Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30732026-07-21T20:21:20.903Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30742026-07-21T20:21:22.318Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30752026-07-21T20:21:24.384Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30762026-07-21T20:21:25.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s
30772026-07-21T20:21:25.643Z
30782026-07-21T20:21:25.643Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/300)
30792026-07-21T20:21:26.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-07-21T20:21:26.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-07-21T20:21:26.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-07-21T20:21:26.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30832026-07-21T20:21:26.186Z
30842026-07-21T20:21:26.186Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/300)
30852026-07-21T20:21:26.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-07-21T20:21:26.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-07-21T20:21:26.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-07-21T20:21:26.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30892026-07-21T20:21:26.722Z
30902026-07-21T20:21:26.722Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/300)
30912026-07-21T20:21:27.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-07-21T20:21:27.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-07-21T20:21:27.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-07-21T20:21:27.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30952026-07-21T20:21:27.268Z
30962026-07-21T20:21:27.268Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/300)
30972026-07-21T20:21:27.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-07-21T20:21:27.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-07-21T20:21:27.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-07-21T20:21:27.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31012026-07-21T20:21:27.813Z
31022026-07-21T20:21:27.813Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/300)
31032026-07-21T20:21:28.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-07-21T20:21:28.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-07-21T20:21:28.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-07-21T20:21:28.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31072026-07-21T20:21:28.344Z
31082026-07-21T20:21:28.344Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/300)
31092026-07-21T20:21:28.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-07-21T20:21:28.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-07-21T20:21:28.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-07-21T20:21:28.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31132026-07-21T20:21:28.882Z
31142026-07-21T20:21:28.882Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/300)
31152026-07-21T20:21:29.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-07-21T20:21:29.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-07-21T20:21:29.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-07-21T20:21:29.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31192026-07-21T20:21:29.415Z
31202026-07-21T20:21:29.415Zinfo: running `cargo check --bins` on cockroach-admin-client (111/300)
31212026-07-21T20:21:29.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-07-21T20:21:29.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-07-21T20:21:29.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-07-21T20:21:29.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31252026-07-21T20:21:29.940Z
31262026-07-21T20:21:29.940Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/300)
31272026-07-21T20:21:30.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-07-21T20:21:30.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-07-21T20:21:30.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-07-21T20:21:30.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31312026-07-21T20:21:30.472Z
31322026-07-21T20:21:30.472Zinfo: running `cargo check --bins` on dns-service-client (113/300)
31332026-07-21T20:21:30.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-07-21T20:21:30.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-07-21T20:21:30.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-07-21T20:21:30.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31372026-07-21T20:21:31.011Z
31382026-07-21T20:21:31.011Zinfo: running `cargo check --bins` on installinator-client (114/300)
31392026-07-21T20:21:31.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-07-21T20:21:31.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-07-21T20:21:31.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-07-21T20:21:31.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31432026-07-21T20:21:31.547Z
31442026-07-21T20:21:31.547Zinfo: running `cargo check --bins` on nexus-client (115/300)
31452026-07-21T20:21:32.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-07-21T20:21:32.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-07-21T20:21:32.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-07-21T20:21:32.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31492026-07-21T20:21:32.121Z
31502026-07-21T20:21:32.121Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/300)
31512026-07-21T20:21:32.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-07-21T20:21:32.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-07-21T20:21:32.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-07-21T20:21:32.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31552026-07-21T20:21:32.691Z
31562026-07-21T20:21:32.691Zinfo: running `cargo check --bins` on ntp-admin-client (117/300)
31572026-07-21T20:21:33.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-07-21T20:21:33.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-07-21T20:21:33.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-07-21T20:21:33.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31612026-07-21T20:21:33.211Z
31622026-07-21T20:21:33.212Zinfo: running `cargo check --bins` on oxide-client (118/300)
31632026-07-21T20:21:33.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-07-21T20:21:33.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-07-21T20:21:33.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-07-21T20:21:33.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31672026-07-21T20:21:33.736Z
31682026-07-21T20:21:33.737Zinfo: running `cargo check --bins` on oximeter-client (119/300)
31692026-07-21T20:21:34.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-07-21T20:21:34.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-07-21T20:21:34.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-07-21T20:21:34.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31732026-07-21T20:21:34.275Z
31742026-07-21T20:21:34.275Zinfo: running `cargo check --bins` on repo-depot-client (120/300)
31752026-07-21T20:21:34.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-07-21T20:21:34.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-07-21T20:21:34.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-07-21T20:21:34.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31792026-07-21T20:21:34.798Z
31802026-07-21T20:21:34.798Zinfo: running `cargo check --bins` on sled-agent-client (121/300)
31812026-07-21T20:21:35.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-07-21T20:21:35.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-07-21T20:21:35.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-07-21T20:21:35.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31852026-07-21T20:21:35.344Z
31862026-07-21T20:21:35.344Zinfo: running `cargo check --bins` on wicketd-client (122/300)
31872026-07-21T20:21:35.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-07-21T20:21:35.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-07-21T20:21:35.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-07-21T20:21:35.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31912026-07-21T20:21:35.911Z
31922026-07-21T20:21:35.911Zinfo: running `cargo check --bins` on installinator-common (123/300)
31932026-07-21T20:21:36.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-07-21T20:21:36.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-07-21T20:21:36.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-07-21T20:21:36.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31972026-07-21T20:21:36.469Z
31982026-07-21T20:21:36.469Zinfo: running `cargo check --bins` on installinator-common-versions (124/300)
31992026-07-21T20:21:36.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-07-21T20:21:36.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-07-21T20:21:36.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-07-21T20:21:36.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32032026-07-21T20:21:36.992Z
32042026-07-21T20:21:36.992Zinfo: running `cargo check --bins` on wicket-common (125/300)
32052026-07-21T20:21:37.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-07-21T20:21:37.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-07-21T20:21:37.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-07-21T20:21:37.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32092026-07-21T20:21:37.548Z
32102026-07-21T20:21:37.548Zinfo: running `cargo check --bins` on wicketd-commission-types (126/300)
32112026-07-21T20:21:38.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-07-21T20:21:38.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-07-21T20:21:38.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-07-21T20:21:38.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32152026-07-21T20:21:38.096Z
32162026-07-21T20:21:38.096Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/300)
32172026-07-21T20:21:38.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-07-21T20:21:38.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-07-21T20:21:38.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-07-21T20:21:38.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32212026-07-21T20:21:38.645Z
32222026-07-21T20:21:38.645Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
32232026-07-21T20:21:39.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-07-21T20:21:39.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-07-21T20:21:39.282Z Checking csv-core v0.1.13
32262026-07-21T20:21:39.392Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32272026-07-21T20:21:39.397Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32282026-07-21T20:21:39.401Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32292026-07-21T20:21:39.529Z Checking csv v1.4.0
32302026-07-21T20:21:39.545Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32312026-07-21T20:21:39.861Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32322026-07-21T20:21:40.198Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32332026-07-21T20:21:40.202Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32342026-07-21T20:21:41.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
32352026-07-21T20:21:41.405Z
32362026-07-21T20:21:41.405Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
32372026-07-21T20:21:41.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-07-21T20:21:41.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-07-21T20:21:41.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-07-21T20:21:41.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32412026-07-21T20:21:41.943Z
32422026-07-21T20:21:41.943Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
32432026-07-21T20:21:42.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-07-21T20:21:42.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-07-21T20:21:42.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-07-21T20:21:42.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32472026-07-21T20:21:42.555Z
32482026-07-21T20:21:42.555Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32492026-07-21T20:21:43.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-07-21T20:21:43.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-07-21T20:21:43.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-07-21T20:21:43.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532026-07-21T20:21:43.178Z
32542026-07-21T20:21:43.179Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32552026-07-21T20:21:43.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-07-21T20:21:43.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-07-21T20:21:43.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-07-21T20:21:43.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32592026-07-21T20:21:43.768Z
32602026-07-21T20:21:43.768Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32612026-07-21T20:21:44.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-07-21T20:21:44.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-07-21T20:21:44.481Z Compiling regress v0.11.1
32642026-07-21T20:21:44.624Z Compiling unsafe-libyaml v0.2.11
32652026-07-21T20:21:44.633Z Compiling radium v0.7.0
32662026-07-21T20:21:44.642Z Compiling semver v0.1.20
32672026-07-21T20:21:44.654Z Checking nom v8.0.0
32682026-07-21T20:21:44.657Z Compiling maybe-uninit v2.0.0
32692026-07-21T20:21:44.657Z Checking tap v1.0.1
32702026-07-21T20:21:44.779Z Checking wyz v0.5.1
32712026-07-21T20:21:44.910Z Compiling rustc_version v0.1.7
32722026-07-21T20:21:44.962Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32732026-07-21T20:21:44.996Z Compiling zerocopy-derive v0.6.6
32742026-07-21T20:21:45.101Z Checking funty v2.0.0
32752026-07-21T20:21:45.124Z Compiling newtype_derive v0.1.6
32762026-07-21T20:21:45.329Z Compiling serde_yaml v0.9.34+deprecated
32772026-07-21T20:21:45.355Z Compiling packed_struct v0.10.1
32782026-07-21T20:21:45.416Z Checking crc-catalog v2.4.0
32792026-07-21T20:21:45.509Z Compiling cancel-safe-futures v0.1.5
32802026-07-21T20:21:45.677Z Checking crc v3.4.0
32812026-07-21T20:21:45.758Z Checking bitvec v1.0.1
32822026-07-21T20:21:45.853Z Checking zerocopy v0.6.6
32832026-07-21T20:21:45.988Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32842026-07-21T20:21:46.093Z Checking typify-impl v0.6.2
32852026-07-21T20:21:46.455Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32862026-07-21T20:21:46.516Z Compiling packed_struct_codegen v0.10.1
32872026-07-21T20:21:46.624Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32882026-07-21T20:21:46.807Z Compiling bitfield-macros v0.19.4
32892026-07-21T20:21:46.823Z Compiling indexmap v1.9.3
32902026-07-21T20:21:47.036Z Checking nodrop v0.1.14
32912026-07-21T20:21:47.107Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32922026-07-21T20:21:47.133Z Compiling owo-colors v4.3.0
32932026-07-21T20:21:47.180Z Checking array-init v0.0.4
32942026-07-21T20:21:47.300Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32952026-07-21T20:21:47.488Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32962026-07-21T20:21:47.524Z Checking smallvec v0.6.14
32972026-07-21T20:21:47.549Z Checking bitfield v0.19.4
32982026-07-21T20:21:47.714Z Checking oxide-update-engine-types v0.1.2
32992026-07-21T20:21:47.739Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33002026-07-21T20:21:47.817Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33012026-07-21T20:21:47.856Z Checking smawk v0.3.2
33022026-07-21T20:21:47.871Z Checking unicode-linebreak v0.1.5
33032026-07-21T20:21:47.927Z Checking tagptr v0.2.0
33042026-07-21T20:21:47.988Z Checking hashbrown v0.12.3
33052026-07-21T20:21:48.068Z Checking linear-map v1.2.0
33062026-07-21T20:21:48.083Z Checking base64 v0.21.7
33072026-07-21T20:21:48.242Z Checking textwrap v0.16.2
33082026-07-21T20:21:48.280Z Checking moka v0.12.13
33092026-07-21T20:21:48.320Z Checking ron v0.8.1
33102026-07-21T20:21:48.455Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33112026-07-21T20:21:48.624Z Checking oxide-update-engine v0.1.2
33122026-07-21T20:21:48.665Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33132026-07-21T20:21:48.735Z Checking steno v0.4.1
33142026-07-21T20:21:48.852Z Checking serde-hex v0.1.0
33152026-07-21T20:21:49.047Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33162026-07-21T20:21:49.211Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33172026-07-21T20:21:49.258Z Checking hashbrown v0.13.2
33182026-07-21T20:21:49.477Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-07-21T20:21:49.689Z Checking crc-any v2.5.0
33202026-07-21T20:21:49.692Z Checking object v0.30.4
33212026-07-21T20:21:49.780Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-07-21T20:21:49.796Z Checking hickory-resolver v0.25.2
33232026-07-21T20:21:49.866Z Checking sha1 v0.10.6
33242026-07-21T20:21:49.944Z Checking utf-8 v0.7.6
33252026-07-21T20:21:50.036Z Checking void v1.0.2
33262026-07-21T20:21:50.081Z Checking path-slash v0.1.5
33272026-07-21T20:21:50.143Z Checking half v1.8.3
33282026-07-21T20:21:50.185Z Checking lzss v0.8.2
33292026-07-21T20:21:50.343Z Checking serde_cbor v0.11.2
33302026-07-21T20:21:50.358Z Checking tungstenite v0.23.0
33312026-07-21T20:21:50.501Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33322026-07-21T20:21:50.516Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33332026-07-21T20:21:50.600Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33342026-07-21T20:21:50.669Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33352026-07-21T20:21:50.683Z Compiling typify-macro v0.6.2
33362026-07-21T20:21:50.699Z Checking nix v0.27.1
33372026-07-21T20:21:50.725Z Checking kstat-rs v0.2.4
33382026-07-21T20:21:50.760Z Checking fxhash v0.2.1
33392026-07-21T20:21:50.880Z Checking serde_bytes v0.11.19
33402026-07-21T20:21:50.903Z Checking tokio-tungstenite v0.23.1
33412026-07-21T20:21:50.918Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33422026-07-21T20:21:50.933Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33432026-07-21T20:21:51.054Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33442026-07-21T20:21:51.170Z Checking signal-hook-tokio v0.3.1
33452026-07-21T20:21:51.739Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33462026-07-21T20:21:52.037Z Compiling typify v0.6.2
33472026-07-21T20:21:52.118Z Compiling progenitor-impl v0.14.0
33482026-07-21T20:21:52.652Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33492026-07-21T20:21:52.960Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33502026-07-21T20:21:53.556Z Compiling progenitor-macro v0.14.0
33512026-07-21T20:21:55.874Z Checking progenitor v0.14.0
33522026-07-21T20:21:55.991Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33532026-07-21T20:21:55.997Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33542026-07-21T20:21:58.701Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33552026-07-21T20:22:07.143Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33562026-07-21T20:22:13.890Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33572026-07-21T20:22:15.256Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33582026-07-21T20:22:15.746Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33592026-07-21T20:22:17.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.06s
33602026-07-21T20:22:18.022Z
33612026-07-21T20:22:18.022Zinfo: running `cargo check --bins` on gateway-api (134/300)
33622026-07-21T20:22:18.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-21T20:22:18.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-21T20:22:18.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-21T20:22:18.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33662026-07-21T20:22:18.561Z
33672026-07-21T20:22:18.561Zinfo: running `cargo check --bins` on ipcc (135/300)
33682026-07-21T20:22:19.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-21T20:22:19.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-21T20:22:19.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-21T20:22:19.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33722026-07-21T20:22:19.100Z
33732026-07-21T20:22:19.100Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33742026-07-21T20:22:19.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-21T20:22:19.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-21T20:22:19.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-21T20:22:19.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33782026-07-21T20:22:19.623Z
33792026-07-21T20:22:19.623Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33802026-07-21T20:22:20.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-21T20:22:20.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-21T20:22:20.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-21T20:22:20.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33842026-07-21T20:22:20.180Z
33852026-07-21T20:22:20.180Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33862026-07-21T20:22:20.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-21T20:22:20.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-21T20:22:20.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-21T20:22:20.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33902026-07-21T20:22:20.721Z
33912026-07-21T20:22:20.721Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33922026-07-21T20:22:21.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-21T20:22:21.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-21T20:22:21.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-21T20:22:21.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33962026-07-21T20:22:21.262Z
33972026-07-21T20:22:21.262Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33982026-07-21T20:22:21.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-21T20:22:21.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-21T20:22:21.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-21T20:22:21.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34022026-07-21T20:22:21.801Z
34032026-07-21T20:22:21.801Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
34042026-07-21T20:22:22.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-21T20:22:22.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-21T20:22:22.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-21T20:22:22.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34082026-07-21T20:22:22.360Z
34092026-07-21T20:22:22.360Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
34102026-07-21T20:22:22.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-21T20:22:22.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-21T20:22:22.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-21T20:22:22.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34142026-07-21T20:22:22.899Z
34152026-07-21T20:22:22.899Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
34162026-07-21T20:22:23.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-21T20:22:23.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-21T20:22:23.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-21T20:22:23.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34202026-07-21T20:22:23.447Z
34212026-07-21T20:22:23.447Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
34222026-07-21T20:22:23.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-21T20:22:23.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-21T20:22:23.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-21T20:22:23.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34262026-07-21T20:22:23.983Z
34272026-07-21T20:22:23.983Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
34282026-07-21T20:22:24.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-21T20:22:24.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-21T20:22:24.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-21T20:22:24.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34322026-07-21T20:22:24.526Z
34332026-07-21T20:22:24.527Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
34342026-07-21T20:22:24.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-21T20:22:24.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-21T20:22:24.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-21T20:22:24.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34382026-07-21T20:22:25.073Z
34392026-07-21T20:22:25.073Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
34402026-07-21T20:22:25.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-21T20:22:25.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-21T20:22:25.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-21T20:22:25.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34442026-07-21T20:22:25.613Z
34452026-07-21T20:22:25.613Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34462026-07-21T20:22:26.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-21T20:22:26.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-21T20:22:26.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-21T20:22:26.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34502026-07-21T20:22:26.172Z
34512026-07-21T20:22:26.172Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34522026-07-21T20:22:26.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-21T20:22:26.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-21T20:22:26.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-21T20:22:26.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34562026-07-21T20:22:26.730Z
34572026-07-21T20:22:26.730Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34582026-07-21T20:22:27.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-21T20:22:27.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-21T20:22:27.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-21T20:22:27.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34622026-07-21T20:22:27.294Z
34632026-07-21T20:22:27.294Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34642026-07-21T20:22:27.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-21T20:22:27.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-21T20:22:27.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-21T20:22:27.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34682026-07-21T20:22:27.856Z
34692026-07-21T20:22:27.857Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34702026-07-21T20:22:28.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-21T20:22:28.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-21T20:22:28.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-21T20:22:28.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34742026-07-21T20:22:28.422Z
34752026-07-21T20:22:28.422Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34762026-07-21T20:22:28.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-21T20:22:28.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-21T20:22:28.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-21T20:22:28.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34802026-07-21T20:22:28.984Z
34812026-07-21T20:22:28.984Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34822026-07-21T20:22:29.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-21T20:22:29.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-21T20:22:29.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-21T20:22:29.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34862026-07-21T20:22:29.547Z
34872026-07-21T20:22:29.547Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34882026-07-21T20:22:30.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-21T20:22:30.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-21T20:22:30.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-21T20:22:30.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34922026-07-21T20:22:30.112Z
34932026-07-21T20:22:30.112Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34942026-07-21T20:22:30.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-21T20:22:30.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-21T20:22:30.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-21T20:22:30.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34982026-07-21T20:22:30.679Z
34992026-07-21T20:22:30.679Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
35002026-07-21T20:22:31.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-21T20:22:31.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-21T20:22:31.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-21T20:22:31.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35042026-07-21T20:22:31.250Z
35052026-07-21T20:22:31.251Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
35062026-07-21T20:22:31.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-21T20:22:31.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-21T20:22:31.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-21T20:22:31.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35102026-07-21T20:22:31.794Z
35112026-07-21T20:22:31.794Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
35122026-07-21T20:22:32.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-21T20:22:32.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-21T20:22:32.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-21T20:22:32.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35162026-07-21T20:22:32.345Z
35172026-07-21T20:22:32.345Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
35182026-07-21T20:22:32.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-21T20:22:32.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-21T20:22:32.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-21T20:22:32.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35222026-07-21T20:22:32.895Z
35232026-07-21T20:22:32.895Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
35242026-07-21T20:22:33.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-21T20:22:33.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-21T20:22:33.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-21T20:22:33.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35282026-07-21T20:22:33.443Z
35292026-07-21T20:22:33.443Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
35302026-07-21T20:22:33.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-21T20:22:33.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-21T20:22:33.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-21T20:22:33.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35342026-07-21T20:22:33.997Z
35352026-07-21T20:22:33.997Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
35362026-07-21T20:22:34.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-21T20:22:34.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-21T20:22:34.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-21T20:22:34.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35402026-07-21T20:22:34.547Z
35412026-07-21T20:22:34.547Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
35422026-07-21T20:22:35.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-21T20:22:35.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-21T20:22:35.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-21T20:22:35.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35462026-07-21T20:22:35.103Z
35472026-07-21T20:22:35.103Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35482026-07-21T20:22:35.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-21T20:22:35.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-21T20:22:35.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-21T20:22:35.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35522026-07-21T20:22:35.655Z
35532026-07-21T20:22:35.655Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35542026-07-21T20:22:36.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-21T20:22:36.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-21T20:22:36.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-21T20:22:36.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35582026-07-21T20:22:36.222Z
35592026-07-21T20:22:36.222Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35602026-07-21T20:22:36.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-21T20:22:36.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-21T20:22:36.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-21T20:22:36.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35642026-07-21T20:22:36.795Z
35652026-07-21T20:22:36.795Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35662026-07-21T20:22:37.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-21T20:22:37.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-21T20:22:37.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-07-21T20:22:37.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35702026-07-21T20:22:37.360Z
35712026-07-21T20:22:37.360Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35722026-07-21T20:22:37.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-07-21T20:22:37.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-07-21T20:22:37.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-07-21T20:22:37.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35762026-07-21T20:22:37.934Z
35772026-07-21T20:22:37.934Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35782026-07-21T20:22:38.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-07-21T20:22:38.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-07-21T20:22:38.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-07-21T20:22:38.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35822026-07-21T20:22:38.505Z
35832026-07-21T20:22:38.506Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35842026-07-21T20:22:38.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-07-21T20:22:38.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-07-21T20:22:38.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-07-21T20:22:38.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35882026-07-21T20:22:39.072Z
35892026-07-21T20:22:39.073Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35902026-07-21T20:22:39.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-07-21T20:22:39.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-07-21T20:22:39.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-07-21T20:22:39.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35942026-07-21T20:22:39.632Z
35952026-07-21T20:22:39.632Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35962026-07-21T20:22:40.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-07-21T20:22:40.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-07-21T20:22:40.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-07-21T20:22:40.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36002026-07-21T20:22:40.218Z
36012026-07-21T20:22:40.218Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
36022026-07-21T20:22:40.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-07-21T20:22:40.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-07-21T20:22:40.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-07-21T20:22:40.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36062026-07-21T20:22:40.762Z
36072026-07-21T20:22:40.762Zinfo: running `cargo check --bins` on dns-server (175/300)
36082026-07-21T20:22:41.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-07-21T20:22:41.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-07-21T20:22:41.367Z Compiling parking_lot_core v0.8.6
36112026-07-21T20:22:41.370Z Compiling git-stub v1.0.0
36122026-07-21T20:22:41.472Z Checking prefix-trie v0.7.0
36132026-07-21T20:22:41.486Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36142026-07-21T20:22:41.599Z Compiling git-stub-vcs v0.1.0
36152026-07-21T20:22:41.762Z Checking hickory-server v0.25.2
36162026-07-21T20:22:41.878Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36172026-07-21T20:22:41.890Z Checking parking_lot v0.11.2
36182026-07-21T20:22:42.052Z Checking sled v0.34.7
36192026-07-21T20:22:43.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
36202026-07-21T20:22:44.137Z
36212026-07-21T20:22:44.137Zinfo: running `cargo check --bins` on dns-server-api (176/300)
36222026-07-21T20:22:44.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-07-21T20:22:44.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-07-21T20:22:44.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-07-21T20:22:44.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36262026-07-21T20:22:44.682Z
36272026-07-21T20:22:44.682Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
36282026-07-21T20:22:45.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-07-21T20:22:45.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-07-21T20:22:45.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-07-21T20:22:45.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36322026-07-21T20:22:45.220Z
36332026-07-21T20:22:45.220Zinfo: running `cargo check --bins` on sp-sim (178/300)
36342026-07-21T20:22:45.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-07-21T20:22:45.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-07-21T20:22:45.897Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36372026-07-21T20:22:47.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
36382026-07-21T20:22:47.862Z
36392026-07-21T20:22:47.862Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
36402026-07-21T20:22:48.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-07-21T20:22:48.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-07-21T20:22:48.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-07-21T20:22:48.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36442026-07-21T20:22:48.457Z
36452026-07-21T20:22:48.457Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36462026-07-21T20:22:48.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-07-21T20:22:48.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-07-21T20:22:48.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-07-21T20:22:48.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-07-21T20:22:49.054Z
36512026-07-21T20:22:49.054Zinfo: running `cargo check --bins` on db-macros (181/300)
36522026-07-21T20:22:49.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-07-21T20:22:49.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-07-21T20:22:49.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-07-21T20:22:49.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36562026-07-21T20:22:49.587Z
36572026-07-21T20:22:49.587Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36582026-07-21T20:22:50.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-07-21T20:22:50.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-07-21T20:22:50.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-07-21T20:22:50.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36622026-07-21T20:22:50.116Z
36632026-07-21T20:22:50.116Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36642026-07-21T20:22:50.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-07-21T20:22:50.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-07-21T20:22:50.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-07-21T20:22:50.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-07-21T20:22:50.702Z
36692026-07-21T20:22:50.702Zinfo: running `cargo check --bins` on authz-macros (184/300)
36702026-07-21T20:22:51.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-07-21T20:22:51.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-07-21T20:22:51.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-07-21T20:22:51.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36742026-07-21T20:22:51.229Z
36752026-07-21T20:22:51.229Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36762026-07-21T20:22:51.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-07-21T20:22:51.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-07-21T20:22:51.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-07-21T20:22:51.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36802026-07-21T20:22:51.812Z
36812026-07-21T20:22:51.812Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36822026-07-21T20:22:52.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-07-21T20:22:52.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-07-21T20:22:52.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-07-21T20:22:52.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36862026-07-21T20:22:52.394Z
36872026-07-21T20:22:52.394Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36882026-07-21T20:22:52.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-07-21T20:22:52.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-07-21T20:22:52.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-07-21T20:22:52.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36922026-07-21T20:22:52.917Z
36932026-07-21T20:22:52.918Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36942026-07-21T20:22:53.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-07-21T20:22:53.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-07-21T20:22:53.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-07-21T20:22:53.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36982026-07-21T20:22:53.439Z
36992026-07-21T20:22:53.439Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
37002026-07-21T20:22:53.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-07-21T20:22:53.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-07-21T20:22:53.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-07-21T20:22:53.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37042026-07-21T20:22:53.975Z
37052026-07-21T20:22:53.975Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
37062026-07-21T20:22:54.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-07-21T20:22:54.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-07-21T20:22:54.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-07-21T20:22:54.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37102026-07-21T20:22:54.500Z
37112026-07-21T20:22:54.500Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
37122026-07-21T20:22:54.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-07-21T20:22:54.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-07-21T20:22:54.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-07-21T20:22:54.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37162026-07-21T20:22:55.024Z
37172026-07-21T20:22:55.025Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
37182026-07-21T20:22:55.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-07-21T20:22:55.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-07-21T20:22:55.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-07-21T20:22:55.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37222026-07-21T20:22:55.547Z
37232026-07-21T20:22:55.547Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
37242026-07-21T20:22:56.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-07-21T20:22:56.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-07-21T20:22:56.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-07-21T20:22:56.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37282026-07-21T20:22:56.138Z
37292026-07-21T20:22:56.138Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
37302026-07-21T20:22:56.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-07-21T20:22:56.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-07-21T20:22:56.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-07-21T20:22:56.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-07-21T20:22:56.724Z
37352026-07-21T20:22:56.724Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
37362026-07-21T20:22:57.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-07-21T20:22:57.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-07-21T20:22:57.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-07-21T20:22:57.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37402026-07-21T20:22:57.306Z
37412026-07-21T20:22:57.306Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
37422026-07-21T20:22:57.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-07-21T20:22:57.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-07-21T20:22:57.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-07-21T20:22:57.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37462026-07-21T20:22:57.864Z
37472026-07-21T20:22:57.864Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37482026-07-21T20:22:58.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-07-21T20:22:58.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-07-21T20:22:58.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-07-21T20:22:58.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37522026-07-21T20:22:58.421Z
37532026-07-21T20:22:58.421Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37542026-07-21T20:22:58.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-07-21T20:22:58.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-07-21T20:22:58.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-07-21T20:22:58.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37582026-07-21T20:22:58.976Z
37592026-07-21T20:22:58.976Zinfo: running `cargo check --bins` on key-manager (199/300)
37602026-07-21T20:22:59.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-07-21T20:22:59.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-07-21T20:22:59.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-07-21T20:22:59.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37642026-07-21T20:22:59.513Z
37652026-07-21T20:22:59.513Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37662026-07-21T20:22:59.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-07-21T20:22:59.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-07-21T20:22:59.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-07-21T20:22:59.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37702026-07-21T20:23:00.076Z
37712026-07-21T20:23:00.076Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37722026-07-21T20:23:00.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-07-21T20:23:00.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-07-21T20:23:00.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-07-21T20:23:00.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37762026-07-21T20:23:00.635Z
37772026-07-21T20:23:00.635Zinfo: running `cargo check --bins` on typed-rng (202/300)
37782026-07-21T20:23:01.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-07-21T20:23:01.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-07-21T20:23:01.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-07-21T20:23:01.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37822026-07-21T20:23:01.155Z
37832026-07-21T20:23:01.155Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37842026-07-21T20:23:01.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-07-21T20:23:01.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-07-21T20:23:01.947Z Compiling libefi-sys v0.1.0
37872026-07-21T20:23:01.950Z Compiling bitfield-struct v0.6.2
37882026-07-21T20:23:02.087Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37892026-07-21T20:23:02.095Z Compiling xshell-macros v0.2.7
37902026-07-21T20:23:02.103Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37912026-07-21T20:23:02.116Z Compiling salty v0.3.0
37922026-07-21T20:23:02.130Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37932026-07-21T20:23:02.147Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37942026-07-21T20:23:02.147Z Checking rfc6979 v0.4.0
37952026-07-21T20:23:02.270Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37962026-07-21T20:23:02.286Z Checking ecdsa v0.16.9
37972026-07-21T20:23:02.417Z Checking primeorder v0.13.6
37982026-07-21T20:23:02.437Z Compiling proc-macro-error-attr2 v2.0.0
37992026-07-21T20:23:02.457Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
38002026-07-21T20:23:02.475Z Checking xshell v0.2.7
38012026-07-21T20:23:02.605Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38022026-07-21T20:23:02.634Z Checking tungstenite v0.21.0
38032026-07-21T20:23:02.649Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38042026-07-21T20:23:02.663Z Checking p384 v0.13.1
38052026-07-21T20:23:02.678Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38062026-07-21T20:23:02.700Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38072026-07-21T20:23:02.771Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38082026-07-21T20:23:02.829Z Compiling num-derive v0.3.3
38092026-07-21T20:23:02.848Z Compiling proc-macro-error2 v2.0.1
38102026-07-21T20:23:02.934Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38112026-07-21T20:23:03.048Z Checking tokio-tungstenite v0.21.0
38122026-07-21T20:23:03.070Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38132026-07-21T20:23:03.140Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38142026-07-21T20:23:03.143Z Checking papergrid v0.17.0
38152026-07-21T20:23:03.168Z Compiling tabled_derive v0.11.0
38162026-07-21T20:23:03.171Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38172026-07-21T20:23:03.275Z Compiling progenitor-impl v0.13.0
38182026-07-21T20:23:03.331Z Checking testing_table v0.3.0
38192026-07-21T20:23:03.422Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38202026-07-21T20:23:03.438Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38212026-07-21T20:23:03.441Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38222026-07-21T20:23:03.645Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38232026-07-21T20:23:03.661Z Checking corncobs v0.1.4
38242026-07-21T20:23:03.738Z Checking libscf-sys v1.1.0
38252026-07-21T20:23:03.786Z Compiling unicase v2.9.0
38262026-07-21T20:23:03.856Z Compiling illumos-nvpair-sys v0.2.0
38272026-07-21T20:23:03.871Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38282026-07-21T20:23:03.992Z Compiling mime_guess v2.0.5
38292026-07-21T20:23:04.006Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38302026-07-21T20:23:04.073Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38312026-07-21T20:23:04.102Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38322026-07-21T20:23:04.119Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38332026-07-21T20:23:04.192Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38342026-07-21T20:23:04.328Z Checking tabled v0.20.0
38352026-07-21T20:23:04.431Z Checking progenitor-client v0.13.0
38362026-07-21T20:23:04.553Z Checking secrecy v0.8.0
38372026-07-21T20:23:04.671Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38382026-07-21T20:23:04.687Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38392026-07-21T20:23:04.753Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38402026-07-21T20:23:05.027Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38412026-07-21T20:23:05.053Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38422026-07-21T20:23:05.071Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38432026-07-21T20:23:05.149Z Checking filetime v0.2.27
38442026-07-21T20:23:05.207Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38452026-07-21T20:23:05.258Z Checking crc8 v0.1.1
38462026-07-21T20:23:05.285Z Checking xattr v1.6.1
38472026-07-21T20:23:05.357Z Checking http-range v0.1.5
38482026-07-21T20:23:05.485Z Checking tar v0.4.46
38492026-07-21T20:23:05.503Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38502026-07-21T20:23:05.707Z Checking illumos-nvpair v0.3.0
38512026-07-21T20:23:05.866Z Compiling progenitor-macro v0.13.0
38522026-07-21T20:23:05.880Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38532026-07-21T20:23:05.910Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38542026-07-21T20:23:05.913Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38552026-07-21T20:23:05.976Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38562026-07-21T20:23:05.998Z Checking atty v0.2.14
38572026-07-21T20:23:06.093Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38582026-07-21T20:23:06.270Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38592026-07-21T20:23:06.388Z Checking hyper-staticfile v0.10.1
38602026-07-21T20:23:06.583Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38612026-07-21T20:23:06.630Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38622026-07-21T20:23:06.688Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38632026-07-21T20:23:06.720Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38642026-07-21T20:23:06.755Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38652026-07-21T20:23:06.774Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38662026-07-21T20:23:06.873Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38672026-07-21T20:23:07.074Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38682026-07-21T20:23:07.078Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38692026-07-21T20:23:07.129Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38702026-07-21T20:23:07.358Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38712026-07-21T20:23:07.398Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38722026-07-21T20:23:07.654Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38732026-07-21T20:23:07.926Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38742026-07-21T20:23:08.847Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38752026-07-21T20:23:09.319Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38762026-07-21T20:23:09.726Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38772026-07-21T20:23:09.755Z Checking progenitor v0.13.0
38782026-07-21T20:23:09.887Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38792026-07-21T20:23:12.201Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38802026-07-21T20:23:15.271Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38812026-07-21T20:23:26.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s
38822026-07-21T20:23:26.456Z
38832026-07-21T20:23:26.456Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38842026-07-21T20:23:26.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-07-21T20:23:26.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-07-21T20:23:27.195Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-07-21T20:23:37.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38882026-07-21T20:23:38.138Z
38892026-07-21T20:23:38.138Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38902026-07-21T20:23:38.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-07-21T20:23:38.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-07-21T20:23:38.868Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-07-21T20:23:49.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38942026-07-21T20:23:49.774Z
38952026-07-21T20:23:49.774Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38962026-07-21T20:23:50.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-07-21T20:23:50.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-07-21T20:23:50.504Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38992026-07-21T20:24:01.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
39002026-07-21T20:24:01.445Z
39012026-07-21T20:24:01.446Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
39022026-07-21T20:24:01.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-07-21T20:24:01.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-07-21T20:24:02.172Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39052026-07-21T20:24:12.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
39062026-07-21T20:24:13.146Z
39072026-07-21T20:24:13.146Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
39082026-07-21T20:24:13.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-07-21T20:24:13.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-07-21T20:24:13.883Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39112026-07-21T20:24:24.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
39122026-07-21T20:24:24.810Z
39132026-07-21T20:24:24.810Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
39142026-07-21T20:24:25.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-07-21T20:24:25.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-07-21T20:24:25.545Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39172026-07-21T20:24:36.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
39182026-07-21T20:24:36.447Z
39192026-07-21T20:24:36.447Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
39202026-07-21T20:24:36.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-07-21T20:24:36.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-07-21T20:24:37.181Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39232026-07-21T20:24:48.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
39242026-07-21T20:24:48.255Z
39252026-07-21T20:24:48.255Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
39262026-07-21T20:24:48.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-07-21T20:24:48.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-07-21T20:24:48.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-07-21T20:24:48.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-07-21T20:24:48.801Z
39312026-07-21T20:24:48.802Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
39322026-07-21T20:24:49.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-07-21T20:24:49.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-07-21T20:24:49.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-07-21T20:24:49.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-07-21T20:24:49.348Z
39372026-07-21T20:24:49.348Zinfo: running `cargo check --bins` on range-requests (213/300)
39382026-07-21T20:24:49.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-07-21T20:24:49.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-07-21T20:24:49.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-07-21T20:24:49.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39422026-07-21T20:24:49.882Z
39432026-07-21T20:24:49.882Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
39442026-07-21T20:24:50.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-07-21T20:24:50.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-07-21T20:24:50.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-07-21T20:24:50.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39482026-07-21T20:24:50.418Z
39492026-07-21T20:24:50.418Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39502026-07-21T20:24:50.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-07-21T20:24:50.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-07-21T20:24:50.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-07-21T20:24:50.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-07-21T20:24:50.969Z
39552026-07-21T20:24:50.969Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39562026-07-21T20:24:51.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-07-21T20:24:51.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-07-21T20:24:51.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-07-21T20:24:51.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39602026-07-21T20:24:51.525Z
39612026-07-21T20:24:51.525Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39622026-07-21T20:24:51.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-07-21T20:24:51.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-07-21T20:24:51.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-07-21T20:24:51.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-07-21T20:24:52.076Z
39672026-07-21T20:24:52.076Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39682026-07-21T20:24:52.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-07-21T20:24:52.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-07-21T20:24:52.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-07-21T20:24:52.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-07-21T20:24:52.635Z
39732026-07-21T20:24:52.635Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39742026-07-21T20:24:53.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-07-21T20:24:53.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-07-21T20:24:53.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-07-21T20:24:53.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39782026-07-21T20:24:53.195Z
39792026-07-21T20:24:53.196Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39802026-07-21T20:24:53.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-07-21T20:24:53.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-07-21T20:24:53.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-07-21T20:24:53.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-07-21T20:24:53.756Z
39852026-07-21T20:24:53.756Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39862026-07-21T20:24:54.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-07-21T20:24:54.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-07-21T20:24:54.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-07-21T20:24:54.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-07-21T20:24:54.314Z
39912026-07-21T20:24:54.314Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39922026-07-21T20:24:54.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-07-21T20:24:54.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-07-21T20:24:54.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-07-21T20:24:54.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39962026-07-21T20:24:54.871Z
39972026-07-21T20:24:54.871Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39982026-07-21T20:24:55.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-07-21T20:24:55.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-07-21T20:24:55.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-07-21T20:24:55.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40022026-07-21T20:24:55.428Z
40032026-07-21T20:24:55.428Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
40042026-07-21T20:24:55.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-07-21T20:24:55.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-07-21T20:24:55.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-07-21T20:24:55.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40082026-07-21T20:24:55.987Z
40092026-07-21T20:24:55.987Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
40102026-07-21T20:24:56.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-07-21T20:24:56.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-07-21T20:24:56.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-07-21T20:24:56.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-07-21T20:24:56.573Z
40152026-07-21T20:24:56.573Zinfo: running `cargo check --bins` on trust-quorum (226/300)
40162026-07-21T20:24:57.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-07-21T20:24:57.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-07-21T20:24:57.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-07-21T20:24:57.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40202026-07-21T20:24:57.137Z
40212026-07-21T20:24:57.137Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
40222026-07-21T20:24:57.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-07-21T20:24:57.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-07-21T20:24:57.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-07-21T20:24:57.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40262026-07-21T20:24:57.712Z
40272026-07-21T20:24:57.712Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
40282026-07-21T20:24:58.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-07-21T20:24:58.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-07-21T20:24:58.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-07-21T20:24:58.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40322026-07-21T20:24:58.306Z
40332026-07-21T20:24:58.306Zinfo: running `cargo check --bins` on update-common (229/300)
40342026-07-21T20:24:58.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-07-21T20:24:58.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-07-21T20:24:58.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-07-21T20:24:58.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40382026-07-21T20:24:58.854Z
40392026-07-21T20:24:58.854Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
40402026-07-21T20:24:59.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-07-21T20:24:59.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-07-21T20:24:59.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-07-21T20:24:59.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40442026-07-21T20:24:59.442Z
40452026-07-21T20:24:59.443Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40462026-07-21T20:24:59.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-07-21T20:24:59.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-07-21T20:24:59.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-07-21T20:24:59.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40502026-07-21T20:24:59.968Z
40512026-07-21T20:24:59.968Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40522026-07-21T20:25:00.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-07-21T20:25:00.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-07-21T20:25:00.695Z Compiling fs-err v2.11.0
40552026-07-21T20:25:00.698Z Checking ignore v0.4.25
40562026-07-21T20:25:00.699Z Checking arc-swap v1.8.2
40572026-07-21T20:25:00.833Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40582026-07-21T20:25:00.833Z Checking predicates-tree v1.0.13
40592026-07-21T20:25:00.836Z Checking parse-size v1.1.0
40602026-07-21T20:25:00.860Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40612026-07-21T20:25:00.871Z Checking rand_seeder v0.4.0
40622026-07-21T20:25:00.936Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40632026-07-21T20:25:00.954Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40642026-07-21T20:25:01.016Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40652026-07-21T20:25:01.025Z Checking slog-scope v4.4.1
40662026-07-21T20:25:01.112Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40672026-07-21T20:25:01.148Z Compiling petname v2.0.2
40682026-07-21T20:25:01.187Z Checking slog-stdlog v4.1.1
40692026-07-21T20:25:01.203Z Checking globwalk v0.9.1
40702026-07-21T20:25:01.206Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40712026-07-21T20:25:01.262Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40722026-07-21T20:25:01.304Z Checking slog-envlogger v2.2.0
40732026-07-21T20:25:01.378Z Checking camino-tempfile-ext v0.3.3
40742026-07-21T20:25:01.450Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40752026-07-21T20:25:01.465Z Checking sapling-renderdag v0.1.0
40762026-07-21T20:25:01.575Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40772026-07-21T20:25:01.661Z Checking subprocess v0.2.15
40782026-07-21T20:25:01.703Z Checking sync-ptr v0.1.4
40792026-07-21T20:25:01.818Z Checking colored v2.2.0
40802026-07-21T20:25:01.834Z Checking assert_matches v1.5.0
40812026-07-21T20:25:01.937Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40822026-07-21T20:25:02.072Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40832026-07-21T20:25:02.077Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40842026-07-21T20:25:02.820Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40852026-07-21T20:25:04.149Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40862026-07-21T20:25:06.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
40872026-07-21T20:25:06.492Z
40882026-07-21T20:25:06.493Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40892026-07-21T20:25:06.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-07-21T20:25:06.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-07-21T20:25:06.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-07-21T20:25:06.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40932026-07-21T20:25:07.023Z
40942026-07-21T20:25:07.024Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40952026-07-21T20:25:07.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-07-21T20:25:07.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-07-21T20:25:07.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-07-21T20:25:07.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40992026-07-21T20:25:07.561Z
41002026-07-21T20:25:07.561Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
41012026-07-21T20:25:08.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-07-21T20:25:08.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-07-21T20:25:08.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-07-21T20:25:08.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41052026-07-21T20:25:08.162Z
41062026-07-21T20:25:08.162Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
41072026-07-21T20:25:08.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-07-21T20:25:08.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-07-21T20:25:08.821Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41102026-07-21T20:25:08.821Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41112026-07-21T20:25:09.455Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41122026-07-21T20:25:11.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
41132026-07-21T20:25:11.235Z
41142026-07-21T20:25:11.235Zinfo: running `cargo check --bins` on oximeter-api (237/300)
41152026-07-21T20:25:11.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-07-21T20:25:11.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-07-21T20:25:11.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-07-21T20:25:11.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41192026-07-21T20:25:11.767Z
41202026-07-21T20:25:11.768Zinfo: running `cargo check --bins` on cert-dev (238/300)
41212026-07-21T20:25:12.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-07-21T20:25:12.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-07-21T20:25:12.322Z Checking yasna v0.5.2
41242026-07-21T20:25:12.722Z Checking rcgen v0.12.1
41252026-07-21T20:25:12.972Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41262026-07-21T20:25:13.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41272026-07-21T20:25:13.320Z
41282026-07-21T20:25:13.320Zinfo: running `cargo check --bins` on clickana (239/300)
41292026-07-21T20:25:13.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-07-21T20:25:13.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-07-21T20:25:13.911Z Compiling instability v0.3.11
41322026-07-21T20:25:13.911Z Checking castaway v0.2.4
41332026-07-21T20:25:13.916Z Compiling indoc v2.0.7
41342026-07-21T20:25:13.916Z Checking unicode-truncate v1.1.0
41352026-07-21T20:25:13.916Z Checking lru v0.12.5
41362026-07-21T20:25:14.018Z Checking cassowary v0.3.0
41372026-07-21T20:25:14.100Z Checking compact_str v0.8.1
41382026-07-21T20:25:14.900Z Checking ratatui v0.29.0
41392026-07-21T20:25:15.949Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41402026-07-21T20:25:16.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
41412026-07-21T20:25:16.773Z
41422026-07-21T20:25:16.774Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
41432026-07-21T20:25:17.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-07-21T20:25:17.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-07-21T20:25:17.447Z Checking headers-core v0.3.0
41462026-07-21T20:25:17.450Z Checking port-file v0.1.0
41472026-07-21T20:25:17.450Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41482026-07-21T20:25:17.642Z Checking headers v0.4.1
41492026-07-21T20:25:18.006Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41502026-07-21T20:25:18.922Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41512026-07-21T20:25:19.387Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41522026-07-21T20:25:19.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
41532026-07-21T20:25:19.963Z
41542026-07-21T20:25:19.963Zinfo: running `cargo check --bins` on ch-dev (241/300)
41552026-07-21T20:25:20.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-07-21T20:25:20.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-07-21T20:25:20.626Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41582026-07-21T20:25:21.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41592026-07-21T20:25:21.547Z
41602026-07-21T20:25:21.547Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41612026-07-21T20:25:21.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-07-21T20:25:21.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-07-21T20:25:21.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-07-21T20:25:21.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41652026-07-21T20:25:21.949Z
41662026-07-21T20:25:21.949Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41672026-07-21T20:25:22.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-07-21T20:25:22.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-07-21T20:25:22.524Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41702026-07-21T20:25:22.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41712026-07-21T20:25:23.029Z
41722026-07-21T20:25:23.029Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41732026-07-21T20:25:23.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-07-21T20:25:23.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-07-21T20:25:23.690Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41762026-07-21T20:25:24.756Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41772026-07-21T20:25:25.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41782026-07-21T20:25:25.265Z
41792026-07-21T20:25:25.265Zinfo: running `cargo check --bins` on db-dev (245/300)
41802026-07-21T20:25:25.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-07-21T20:25:25.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-07-21T20:25:25.930Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41832026-07-21T20:25:26.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41842026-07-21T20:25:26.861Z
41852026-07-21T20:25:26.861Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41862026-07-21T20:25:27.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-07-21T20:25:27.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-07-21T20:25:27.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-07-21T20:25:27.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41902026-07-21T20:25:27.436Z
41912026-07-21T20:25:27.436Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41922026-07-21T20:25:27.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-07-21T20:25:27.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-07-21T20:25:28.000Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41952026-07-21T20:25:28.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41962026-07-21T20:25:28.845Z
41972026-07-21T20:25:28.845Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41982026-07-21T20:25:29.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-07-21T20:25:29.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-07-21T20:25:29.545Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42012026-07-21T20:25:29.545Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42022026-07-21T20:25:29.548Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
42032026-07-21T20:25:29.670Z Checking git-stub v1.0.0
42042026-07-21T20:25:29.673Z Compiling trait-variant v0.1.2
42052026-07-21T20:25:29.676Z Checking maplit v1.0.2
42062026-07-21T20:25:29.676Z Checking is_ci v1.2.0
42072026-07-21T20:25:29.712Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42082026-07-21T20:25:29.766Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42092026-07-21T20:25:29.790Z Checking supports-color v3.0.2
42102026-07-21T20:25:29.810Z Checking git-stub-vcs v0.1.0
42112026-07-21T20:25:29.894Z Checking drift v0.2.0
42122026-07-21T20:25:29.911Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42132026-07-21T20:25:29.968Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42142026-07-21T20:25:30.000Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42152026-07-21T20:25:30.178Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42162026-07-21T20:25:30.194Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42172026-07-21T20:25:30.209Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42182026-07-21T20:25:30.237Z Checking dropshot-api-manager v0.7.2
42192026-07-21T20:25:30.255Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42202026-07-21T20:25:30.404Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42212026-07-21T20:25:30.928Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42222026-07-21T20:25:31.878Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42232026-07-21T20:25:32.859Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42242026-07-21T20:25:33.560Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42252026-07-21T20:25:33.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
42262026-07-21T20:25:34.174Z
42272026-07-21T20:25:34.174Zinfo: running `cargo check --bins` on installinator-api (249/300)
42282026-07-21T20:25:34.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-07-21T20:25:34.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-07-21T20:25:34.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-07-21T20:25:34.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42322026-07-21T20:25:34.708Z
42332026-07-21T20:25:34.708Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
42342026-07-21T20:25:35.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-07-21T20:25:35.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-07-21T20:25:35.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-07-21T20:25:35.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42382026-07-21T20:25:35.283Z
42392026-07-21T20:25:35.283Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
42402026-07-21T20:25:35.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-07-21T20:25:35.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-07-21T20:25:35.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-07-21T20:25:35.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42442026-07-21T20:25:35.861Z
42452026-07-21T20:25:35.861Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42462026-07-21T20:25:36.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-07-21T20:25:36.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-07-21T20:25:36.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-07-21T20:25:36.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42502026-07-21T20:25:36.445Z
42512026-07-21T20:25:36.445Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42522026-07-21T20:25:36.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-07-21T20:25:36.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-07-21T20:25:36.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-07-21T20:25:36.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42562026-07-21T20:25:36.986Z
42572026-07-21T20:25:36.986Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42582026-07-21T20:25:37.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-07-21T20:25:37.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-07-21T20:25:37.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-07-21T20:25:37.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42622026-07-21T20:25:37.511Z
42632026-07-21T20:25:37.511Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42642026-07-21T20:25:37.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-07-21T20:25:37.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-07-21T20:25:37.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-07-21T20:25:37.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42682026-07-21T20:25:38.070Z
42692026-07-21T20:25:38.070Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42702026-07-21T20:25:38.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-07-21T20:25:38.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-07-21T20:25:38.636Z Compiling blake3 v1.8.5
42732026-07-21T20:25:38.742Z Checking constant_time_eq v0.4.2
42742026-07-21T20:25:38.745Z Checking arrayvec v0.7.6
42752026-07-21T20:25:38.757Z Checking arrayref v0.3.9
42762026-07-21T20:25:38.765Z Checking cargo-platform v0.3.2
42772026-07-21T20:25:38.767Z Checking topological-sort v0.2.2
42782026-07-21T20:25:38.767Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42792026-07-21T20:25:38.917Z Checking cargo_metadata v0.23.1
42802026-07-21T20:25:39.627Z Checking omicron-zone-package v0.12.3
42812026-07-21T20:25:40.332Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42822026-07-21T20:25:41.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
42832026-07-21T20:25:41.324Z
42842026-07-21T20:25:41.325Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42852026-07-21T20:25:41.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-07-21T20:25:41.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-07-21T20:25:42.012Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42882026-07-21T20:25:42.613Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42892026-07-21T20:25:43.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42902026-07-21T20:25:43.280Z
42912026-07-21T20:25:43.280Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42922026-07-21T20:25:43.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-07-21T20:25:43.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-07-21T20:25:44.196Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42952026-07-21T20:25:44.196Z Compiling vergen-lib v0.1.6
42962026-07-21T20:25:44.196Z Compiling diesel_derives v2.3.7
42972026-07-21T20:25:44.200Z Compiling dsl_auto_type v0.2.0
42982026-07-21T20:25:44.200Z Checking scheduled-thread-pool v0.2.7
42992026-07-21T20:25:44.200Z Compiling vergen-gitcl v1.0.8
43002026-07-21T20:25:44.200Z Compiling diesel_table_macro_syntax v0.3.0
43012026-07-21T20:25:44.361Z Compiling dirs-sys-next v0.1.2
43022026-07-21T20:25:44.506Z Compiling crunchy v0.2.4
43032026-07-21T20:25:44.543Z Compiling glob v0.3.3
43042026-07-21T20:25:44.558Z Compiling dirs-next v2.0.0
43052026-07-21T20:25:44.634Z Checking r2d2 v0.8.10
43062026-07-21T20:25:44.679Z Checking downcast-rs v2.0.2
43072026-07-21T20:25:44.695Z Compiling tiny-keccak v2.0.2
43082026-07-21T20:25:44.827Z Compiling term v0.7.0
43092026-07-21T20:25:44.894Z Compiling bit-vec v0.6.3
43102026-07-21T20:25:44.924Z Compiling clang-sys v1.8.1
43112026-07-21T20:25:44.941Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43122026-07-21T20:25:45.108Z Compiling ascii-canvas v3.0.0
43132026-07-21T20:25:45.224Z Compiling bit-set v0.5.3
43142026-07-21T20:25:45.320Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43152026-07-21T20:25:45.340Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43162026-07-21T20:25:45.356Z Compiling itertools v0.10.5
43172026-07-21T20:25:45.371Z Compiling ena v0.14.4
43182026-07-21T20:25:45.386Z Compiling libloading v0.8.9
43192026-07-21T20:25:45.410Z Compiling bindgen v0.71.1
43202026-07-21T20:25:45.461Z Compiling regex-syntax v0.6.29
43212026-07-21T20:25:45.579Z Compiling diff v0.1.13
43222026-07-21T20:25:45.905Z Compiling cexpr v0.6.0
43232026-07-21T20:25:45.909Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43242026-07-21T20:25:45.955Z Compiling rustc-hash v2.1.1
43252026-07-21T20:25:46.133Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43262026-07-21T20:25:46.248Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43272026-07-21T20:25:46.449Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43282026-07-21T20:25:46.582Z Compiling libxml v0.3.3
43292026-07-21T20:25:46.614Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43302026-07-21T20:25:46.714Z Compiling strum_macros v0.24.3
43312026-07-21T20:25:46.824Z Compiling lalrpop v0.19.12
43322026-07-21T20:25:46.871Z Compiling indoc v1.0.9
43332026-07-21T20:25:47.610Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43342026-07-21T20:25:47.818Z Checking derive_builder v0.20.2
43352026-07-21T20:25:47.936Z Compiling oso-derive v0.27.3
43362026-07-21T20:25:48.027Z Checking quick-xml v0.37.5
43372026-07-21T20:25:48.076Z Compiling impl-trait-for-tuples v0.2.3
43382026-07-21T20:25:48.445Z Checking openssl-probe v0.1.6
43392026-07-21T20:25:48.586Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43402026-07-21T20:25:48.912Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43412026-07-21T20:25:49.118Z Checking bb8 v0.8.6
43422026-07-21T20:25:49.294Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43432026-07-21T20:25:49.326Z Checking nonempty v0.12.0
43442026-07-21T20:25:49.400Z Compiling libz-sys v1.1.24
43452026-07-21T20:25:49.490Z Compiling strsim v0.10.0
43462026-07-21T20:25:49.531Z Compiling libgit2-sys v0.18.3+1.9.2
43472026-07-21T20:25:49.615Z Compiling vergen-git2 v9.1.0
43482026-07-21T20:25:49.823Z Compiling darling_core v0.13.4
43492026-07-21T20:25:49.862Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43502026-07-21T20:25:49.995Z Compiling base64 v0.21.7
43512026-07-21T20:25:50.096Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43522026-07-21T20:25:50.276Z Checking diesel v2.3.7
43532026-07-21T20:25:50.315Z Compiling ron v0.8.1
43542026-07-21T20:25:51.066Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43552026-07-21T20:25:51.274Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43562026-07-21T20:25:51.312Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43572026-07-21T20:25:51.548Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43582026-07-21T20:25:51.740Z Compiling darling_macro v0.13.4
43592026-07-21T20:25:51.757Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43602026-07-21T20:25:51.961Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43612026-07-21T20:25:52.169Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-07-21T20:25:52.234Z Compiling darling v0.13.4
43632026-07-21T20:25:52.330Z Compiling serde_with_macros v1.5.2
43642026-07-21T20:25:52.377Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43652026-07-21T20:25:52.583Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43662026-07-21T20:25:52.752Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43672026-07-21T20:25:52.792Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43682026-07-21T20:25:53.193Z Compiling serde_with v1.14.0
43692026-07-21T20:25:54.330Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43702026-07-21T20:25:54.395Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43712026-07-21T20:25:54.516Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43722026-07-21T20:25:55.156Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43732026-07-21T20:25:55.422Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43742026-07-21T20:25:55.900Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43752026-07-21T20:25:55.945Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43762026-07-21T20:25:55.974Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43772026-07-21T20:25:56.724Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43782026-07-21T20:25:56.741Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43792026-07-21T20:25:57.101Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43802026-07-21T20:25:57.119Z Checking twox-hash v2.1.2
43812026-07-21T20:25:57.308Z Checking libsw-core v0.3.2
43822026-07-21T20:25:57.328Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43832026-07-21T20:25:57.442Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43842026-07-21T20:25:57.462Z Checking libsw v3.5.0
43852026-07-21T20:25:57.624Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43862026-07-21T20:25:57.815Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43872026-07-21T20:25:57.972Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43882026-07-21T20:25:59.269Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43892026-07-21T20:25:59.288Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43902026-07-21T20:25:59.455Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43912026-07-21T20:25:59.935Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43922026-07-21T20:26:00.137Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43932026-07-21T20:26:00.343Z Checking console v0.16.2
43942026-07-21T20:26:00.657Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43952026-07-21T20:26:00.807Z Checking fatfs v0.3.6
43962026-07-21T20:26:00.898Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43972026-07-21T20:26:01.270Z Checking unit-prefix v0.5.2
43982026-07-21T20:26:01.409Z Compiling seq-macro v0.3.6
43992026-07-21T20:26:01.944Z Checking indicatif v0.18.4
44002026-07-21T20:26:02.257Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44012026-07-21T20:26:02.342Z Checking oxide-update-engine-display v0.1.2
44022026-07-21T20:26:02.446Z Checking support-bundle-viewer v0.1.2
44032026-07-21T20:26:02.646Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44042026-07-21T20:26:02.690Z Checking multimap v0.10.1
44052026-07-21T20:26:08.468Z Checking diesel-dtrace v0.5.0
44062026-07-21T20:26:08.716Z Checking async-bb8-diesel v0.2.1
44072026-07-21T20:26:11.416Z Compiling samael v0.0.19
44082026-07-21T20:26:16.796Z Compiling git2 v0.20.4
44092026-07-21T20:26:18.186Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44102026-07-21T20:26:19.182Z Compiling polar-core v0.27.3
44112026-07-21T20:26:19.244Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44122026-07-21T20:26:23.796Z Checking oso v0.27.3
44132026-07-21T20:26:53.214Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44142026-07-21T20:28:06.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
44152026-07-21T20:28:06.995Z
44162026-07-21T20:28:06.995Zinfo: running `cargo check --bins` on nexus-networking (259/300)
44172026-07-21T20:28:07.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-07-21T20:28:07.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-07-21T20:28:07.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-07-21T20:28:07.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44212026-07-21T20:28:07.627Z
44222026-07-21T20:28:07.627Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
44232026-07-21T20:28:08.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-07-21T20:28:08.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-07-21T20:28:08.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-07-21T20:28:08.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44272026-07-21T20:28:08.224Z
44282026-07-21T20:28:08.224Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
44292026-07-21T20:28:08.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-07-21T20:28:08.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-07-21T20:28:08.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-07-21T20:28:08.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44332026-07-21T20:28:08.827Z
44342026-07-21T20:28:08.827Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
44352026-07-21T20:28:09.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-21T20:28:09.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-21T20:28:09.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-07-21T20:28:09.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44392026-07-21T20:28:09.361Z
44402026-07-21T20:28:09.361Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
44412026-07-21T20:28:09.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-21T20:28:09.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-21T20:28:10.138Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44442026-07-21T20:28:10.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44452026-07-21T20:28:11.071Z
44462026-07-21T20:28:11.072Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44472026-07-21T20:28:11.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-21T20:28:11.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-21T20:28:11.867Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44502026-07-21T20:28:49.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.68s
44512026-07-21T20:28:49.972Z
44522026-07-21T20:28:49.973Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44532026-07-21T20:28:50.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-21T20:28:50.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-21T20:28:50.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-21T20:28:50.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44572026-07-21T20:28:50.498Z
44582026-07-21T20:28:50.498Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44592026-07-21T20:28:50.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-21T20:28:50.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-21T20:28:50.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-21T20:28:50.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44632026-07-21T20:28:51.030Z
44642026-07-21T20:28:51.030Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44652026-07-21T20:28:51.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-21T20:28:51.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-21T20:28:51.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-21T20:28:51.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44692026-07-21T20:28:51.626Z
44702026-07-21T20:28:51.626Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44712026-07-21T20:28:52.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-21T20:28:52.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-21T20:28:52.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-21T20:28:52.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44752026-07-21T20:28:52.223Z
44762026-07-21T20:28:52.224Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44772026-07-21T20:28:52.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-21T20:28:52.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-21T20:28:52.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-21T20:28:52.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44812026-07-21T20:28:52.814Z
44822026-07-21T20:28:52.814Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44832026-07-21T20:28:53.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-21T20:28:53.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-21T20:28:53.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-21T20:28:53.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44872026-07-21T20:28:53.393Z
44882026-07-21T20:28:53.394Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44892026-07-21T20:28:53.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-21T20:28:53.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-21T20:28:53.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-07-21T20:28:53.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44932026-07-21T20:28:53.991Z
44942026-07-21T20:28:53.991Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44952026-07-21T20:28:54.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-07-21T20:28:54.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-07-21T20:28:54.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-07-21T20:28:54.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44992026-07-21T20:28:54.591Z
45002026-07-21T20:28:54.591Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
45012026-07-21T20:28:55.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-07-21T20:28:55.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-07-21T20:28:55.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-07-21T20:28:55.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45052026-07-21T20:28:55.164Z
45062026-07-21T20:28:55.164Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
45072026-07-21T20:28:55.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-07-21T20:28:55.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-07-21T20:28:55.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45102026-07-21T20:28:55.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45112026-07-21T20:28:55.756Z
45122026-07-21T20:28:55.756Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
45132026-07-21T20:28:56.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-07-21T20:28:56.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-07-21T20:28:56.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45162026-07-21T20:28:56.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45172026-07-21T20:28:56.353Z
45182026-07-21T20:28:56.353Zinfo: running `cargo check --bins` on omicron-dev (276/300)
45192026-07-21T20:28:56.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-07-21T20:28:56.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-07-21T20:28:57.200Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45222026-07-21T20:28:57.204Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45232026-07-21T20:28:57.353Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45242026-07-21T20:28:57.389Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45252026-07-21T20:28:57.395Z Checking diff v0.1.13
45262026-07-21T20:28:57.399Z Checking yansi v1.0.1
45272026-07-21T20:28:57.399Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45282026-07-21T20:28:57.399Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45292026-07-21T20:28:57.691Z Checking pretty_assertions v1.4.1
45302026-07-21T20:28:58.393Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45312026-07-21T20:28:58.396Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45322026-07-21T20:29:23.407Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45332026-07-21T20:29:23.410Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45342026-07-21T20:29:23.410Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45352026-07-21T20:29:23.410Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45362026-07-21T20:29:23.410Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45372026-07-21T20:29:23.411Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45382026-07-21T20:29:23.411Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45392026-07-21T20:29:24.232Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45402026-07-21T20:29:24.243Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45412026-07-21T20:29:25.436Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45422026-07-21T20:30:03.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45432026-07-21T20:30:03.902Z
45442026-07-21T20:30:03.902Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45452026-07-21T20:30:04.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-07-21T20:30:04.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-07-21T20:30:04.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-07-21T20:30:04.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45492026-07-21T20:30:04.449Z
45502026-07-21T20:30:04.449Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45512026-07-21T20:30:04.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-07-21T20:30:04.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-07-21T20:30:05.204Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45542026-07-21T20:30:05.327Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45552026-07-21T20:30:05.337Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45562026-07-21T20:30:32.630Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45572026-07-21T20:30:33.002Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45582026-07-21T20:30:34.731Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45592026-07-21T20:30:35.170Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45602026-07-21T20:30:38.285Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45612026-07-21T20:31:02.172Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45622026-07-21T20:31:02.858Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45632026-07-21T20:31:04.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.99s
45642026-07-21T20:31:04.645Z
45652026-07-21T20:31:04.645Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45662026-07-21T20:31:05.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-07-21T20:31:05.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-07-21T20:31:05.331Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45692026-07-21T20:31:05.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45702026-07-21T20:31:06.186Z
45712026-07-21T20:31:06.186Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45722026-07-21T20:31:06.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-07-21T20:31:06.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-07-21T20:31:06.795Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45752026-07-21T20:31:06.902Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45762026-07-21T20:31:06.905Z Checking sha2 v0.11.0
45772026-07-21T20:31:06.905Z Checking digest-io v0.1.0
45782026-07-21T20:31:06.917Z Checking rawzip v0.4.4
45792026-07-21T20:31:06.924Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45802026-07-21T20:31:06.927Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45812026-07-21T20:31:06.927Z Checking shell-words v1.1.1
45822026-07-21T20:31:07.352Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45832026-07-21T20:31:07.572Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45842026-07-21T20:31:08.595Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45852026-07-21T20:31:09.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
45862026-07-21T20:31:09.790Z
45872026-07-21T20:31:09.790Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45882026-07-21T20:31:10.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-07-21T20:31:10.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-07-21T20:31:10.400Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45912026-07-21T20:31:10.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
45922026-07-21T20:31:11.055Z
45932026-07-21T20:31:11.055Zinfo: running `cargo check --bins` on schema (282/300)
45942026-07-21T20:31:11.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-07-21T20:31:11.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-07-21T20:31:11.730Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45972026-07-21T20:31:12.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45982026-07-21T20:31:12.605Z
45992026-07-21T20:31:12.605Zinfo: running `cargo check --bins` on xtask (283/300)
46002026-07-21T20:31:12.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-07-21T20:31:12.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-07-21T20:31:12.997Z Checking serde_core v1.0.228
46032026-07-21T20:31:12.997Z Checking libc v0.2.185
46042026-07-21T20:31:13.000Z Checking bitflags v2.11.0
46052026-07-21T20:31:13.082Z Checking scroll v0.12.0
46062026-07-21T20:31:13.085Z Checking thiserror v1.0.69
46072026-07-21T20:31:13.088Z Checking log v0.4.29
46082026-07-21T20:31:13.100Z Checking zerocopy v0.7.35
46092026-07-21T20:31:13.102Z Checking indexmap v2.14.0
46102026-07-21T20:31:13.172Z Checking syn v2.0.117
46112026-07-21T20:31:13.214Z Checking dtrace-parser v0.2.0
46122026-07-21T20:31:13.227Z Checking once_cell v1.21.3
46132026-07-21T20:31:13.298Z Checking goblin v0.8.2
46142026-07-21T20:31:13.355Z Checking errno v0.3.14
46152026-07-21T20:31:13.396Z Checking thread-id v4.2.2
46162026-07-21T20:31:13.442Z Checking getrandom v0.4.1
46172026-07-21T20:31:13.471Z Checking rustix v1.1.3
46182026-07-21T20:31:13.474Z Checking memmap v0.7.0
46192026-07-21T20:31:13.569Z Checking thiserror v2.0.18
46202026-07-21T20:31:13.580Z Checking fs-err v3.3.0
46212026-07-21T20:31:13.600Z Checking tabled v0.15.0
46222026-07-21T20:31:13.640Z Checking anyhow v1.0.102
46232026-07-21T20:31:14.242Z Checking terminal_size v0.4.3
46242026-07-21T20:31:14.242Z Checking tempfile v3.25.0
46252026-07-21T20:31:14.353Z Checking clap_builder v4.6.0
46262026-07-21T20:31:14.353Z Checking textwrap v0.16.2
46272026-07-21T20:31:14.527Z Checking serde v1.0.228
46282026-07-21T20:31:14.527Z Checking serde_json v1.0.150
46292026-07-21T20:31:14.530Z Checking camino v1.2.2
46302026-07-21T20:31:14.561Z Checking cargo-platform v0.3.2
46312026-07-21T20:31:14.694Z Checking semver v1.0.28
46322026-07-21T20:31:14.784Z Checking camino-tempfile v1.4.1
46332026-07-21T20:31:14.922Z Checking serde_spanned v0.6.9
46342026-07-21T20:31:14.922Z Checking toml_datetime v0.6.11
46352026-07-21T20:31:14.925Z Checking macaddr v1.0.1
46362026-07-21T20:31:14.949Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46372026-07-21T20:31:15.095Z Checking toml_edit v0.22.27
46382026-07-21T20:31:15.124Z Checking cargo_metadata v0.23.1
46392026-07-21T20:31:15.134Z Checking dof v0.3.0
46402026-07-21T20:31:15.390Z Checking usdt-impl v0.5.0
46412026-07-21T20:31:15.543Z Checking clap v4.6.1
46422026-07-21T20:31:15.646Z Checking usdt v0.5.0
46432026-07-21T20:31:16.074Z Checking toml v0.8.23
46442026-07-21T20:31:16.331Z Checking cargo_toml v0.21.0
46452026-07-21T20:31:16.980Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46462026-07-21T20:31:17.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
46472026-07-21T20:31:17.482Z
46482026-07-21T20:31:17.482Zinfo: running `cargo check --bins` on dnsadm (284/300)
46492026-07-21T20:31:17.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-07-21T20:31:17.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-07-21T20:31:18.072Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46522026-07-21T20:31:18.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46532026-07-21T20:31:18.713Z
46542026-07-21T20:31:18.713Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46552026-07-21T20:31:19.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-07-21T20:31:19.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-07-21T20:31:19.487Z Checking cpubits v0.1.1
46582026-07-21T20:31:19.490Z Checking pem-rfc7468 v1.0.0
46592026-07-21T20:31:19.624Z Checking hmac v0.13.0
46602026-07-21T20:31:19.625Z Checking universal-hash v0.6.1
46612026-07-21T20:31:19.647Z Checking ctr v0.10.1
46622026-07-21T20:31:19.647Z Checking aead v0.6.1
46632026-07-21T20:31:19.675Z Checking aes v0.9.1
46642026-07-21T20:31:19.675Z Checking crypto-bigint v0.7.5
46652026-07-21T20:31:19.702Z Checking cbc v0.2.1
46662026-07-21T20:31:19.743Z Checking polyval v0.7.1
46672026-07-21T20:31:19.757Z Checking der v0.8.0
46682026-07-21T20:31:19.771Z Checking pbkdf2 v0.13.0
46692026-07-21T20:31:19.790Z Checking salsa20 v0.11.0
46702026-07-21T20:31:19.841Z Checking ff v0.14.0
46712026-07-21T20:31:19.844Z Checking signature v3.0.0
46722026-07-21T20:31:19.890Z Checking base16ct v1.0.0
46732026-07-21T20:31:19.905Z Checking ghash v0.6.0
46742026-07-21T20:31:19.925Z Checking scrypt v0.12.0
46752026-07-21T20:31:19.982Z Checking group v0.14.0
46762026-07-21T20:31:20.014Z Checking hkdf v0.13.0
46772026-07-21T20:31:20.033Z Checking rfc6979 v0.5.0
46782026-07-21T20:31:20.051Z Compiling curve25519-dalek v5.0.0-rc.0
46792026-07-21T20:31:20.093Z Checking aes-gcm v0.11.0
46802026-07-21T20:31:20.096Z Checking poly1305 v0.9.0
46812026-07-21T20:31:20.133Z Checking blowfish v0.10.0
46822026-07-21T20:31:20.147Z Checking blake2 v0.11.0-rc.6
46832026-07-21T20:31:20.162Z Checking keccak v0.2.0
46842026-07-21T20:31:20.225Z Checking fiat-crypto v0.3.0
46852026-07-21T20:31:20.279Z Checking bcrypt-pbkdf v0.11.0
46862026-07-21T20:31:20.316Z Checking sha3 v0.11.0
46872026-07-21T20:31:20.351Z Checking kem v0.3.0
46882026-07-21T20:31:20.401Z Checking argon2 v0.6.0-rc.8
46892026-07-21T20:31:20.431Z Checking module-lattice v0.2.3
46902026-07-21T20:31:20.465Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46912026-07-21T20:31:20.563Z Checking spki v0.8.0
46922026-07-21T20:31:20.643Z Checking sec1 v0.8.1
46932026-07-21T20:31:20.658Z Checking ml-kem v0.3.2
46942026-07-21T20:31:20.675Z Checking internal-russh-num-bigint v0.5.0
46952026-07-21T20:31:20.709Z Checking num-bigint v0.4.6
46962026-07-21T20:31:20.733Z Checking pkcs5 v0.8.1
46972026-07-21T20:31:20.848Z Checking pkcs1 v0.8.0-rc.4
46982026-07-21T20:31:21.028Z Checking pkcs8 v0.11.0
46992026-07-21T20:31:21.056Z Checking generic-array v1.4.3
47002026-07-21T20:31:21.220Z Checking ed25519 v3.0.0
47012026-07-21T20:31:21.316Z Compiling enum_dispatch v0.3.13
47022026-07-21T20:31:21.425Z Checking ed25519-dalek v3.0.0-rc.0
47032026-07-21T20:31:21.447Z Checking russh-util v0.52.0
47042026-07-21T20:31:21.463Z Compiling delegate v0.13.5
47052026-07-21T20:31:21.529Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47062026-07-21T20:31:21.569Z Checking md5 v0.8.0
47072026-07-21T20:31:21.634Z Checking hex-literal v1.1.0
47082026-07-21T20:31:21.674Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47092026-07-21T20:31:21.733Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47102026-07-21T20:31:21.747Z Checking socket2 v0.5.10
47112026-07-21T20:31:21.931Z Checking internet-checksum v0.2.1
47122026-07-21T20:31:21.947Z Checking elliptic-curve v0.14.0-rc.33
47132026-07-21T20:31:21.961Z Checking primefield v0.14.0
47142026-07-21T20:31:21.993Z Checking ssh-encoding v0.3.0-rc.9
47152026-07-21T20:31:22.052Z Checking crypto-primes v0.7.2
47162026-07-21T20:31:22.162Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47172026-07-21T20:31:22.220Z Checking ssh-cipher v0.3.0-rc.9
47182026-07-21T20:31:22.291Z Checking russh-cryptovec v0.61.0
47192026-07-21T20:31:22.405Z Checking ecdsa v0.17.0-rc.18
47202026-07-21T20:31:22.423Z Checking primeorder v0.14.0-rc.10
47212026-07-21T20:31:22.765Z Checking p521 v0.14.0-rc.10
47222026-07-21T20:31:22.768Z Checking p256 v0.14.0-rc.10
47232026-07-21T20:31:23.002Z Checking rsa v0.10.0-rc.18
47242026-07-21T20:31:25.100Z Checking p384 v0.14.0-rc.10
47252026-07-21T20:31:27.026Z Checking ssh-key v0.7.0-rc.10
47262026-07-21T20:31:27.774Z Checking russh v0.61.2
47272026-07-21T20:31:39.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.21s
47282026-07-21T20:31:40.130Z
47292026-07-21T20:31:40.130Zinfo: running `cargo check --bins` on gateway-cli (286/300)
47302026-07-21T20:31:40.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-21T20:31:40.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-21T20:31:40.725Z Checking termios v0.3.3
47332026-07-21T20:31:40.916Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47342026-07-21T20:31:41.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47352026-07-21T20:31:41.640Z
47362026-07-21T20:31:41.640Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
47372026-07-21T20:31:42.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47382026-07-21T20:31:42.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47392026-07-21T20:31:42.299Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47402026-07-21T20:31:42.997Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47412026-07-21T20:31:44.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
47422026-07-21T20:31:44.781Z
47432026-07-21T20:31:44.781Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
47442026-07-21T20:31:45.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47452026-07-21T20:31:45.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47462026-07-21T20:31:45.378Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47472026-07-21T20:31:45.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47482026-07-21T20:31:45.948Z
47492026-07-21T20:31:45.948Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47502026-07-21T20:31:46.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47512026-07-21T20:31:46.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47522026-07-21T20:31:46.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47532026-07-21T20:31:46.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47542026-07-21T20:31:46.484Z
47552026-07-21T20:31:46.484Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47562026-07-21T20:31:46.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-07-21T20:31:46.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-07-21T20:31:46.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47592026-07-21T20:31:46.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47602026-07-21T20:31:47.027Z
47612026-07-21T20:31:47.027Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47622026-07-21T20:31:47.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-07-21T20:31:47.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-07-21T20:31:47.741Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47652026-07-21T20:31:48.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
47662026-07-21T20:31:48.513Z
47672026-07-21T20:31:48.514Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47682026-07-21T20:31:48.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-07-21T20:31:48.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-07-21T20:31:49.127Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47712026-07-21T20:31:49.127Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47722026-07-21T20:31:50.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
47732026-07-21T20:31:50.168Z
47742026-07-21T20:31:50.168Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47752026-07-21T20:31:50.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-07-21T20:31:50.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-07-21T20:31:50.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47782026-07-21T20:31:50.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47792026-07-21T20:31:50.695Z
47802026-07-21T20:31:50.695Zinfo: running `cargo check --bins` on omicron-package (294/300)
47812026-07-21T20:31:51.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-07-21T20:31:51.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-07-21T20:31:51.337Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47842026-07-21T20:31:52.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47852026-07-21T20:31:52.568Z
47862026-07-21T20:31:52.568Zinfo: running `cargo check --bins` on tqdb (295/300)
47872026-07-21T20:31:53.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-07-21T20:31:53.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-07-21T20:31:53.306Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47902026-07-21T20:31:53.656Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47912026-07-21T20:31:54.177Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47922026-07-21T20:31:54.180Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47932026-07-21T20:32:00.314Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47942026-07-21T20:32:00.317Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47952026-07-21T20:32:00.886Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47962026-07-21T20:32:00.886Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47972026-07-21T20:32:00.889Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47982026-07-21T20:32:00.890Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47992026-07-21T20:32:01.672Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48002026-07-21T20:32:02.656Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48012026-07-21T20:32:03.464Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48022026-07-21T20:32:04.070Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48032026-07-21T20:32:09.033Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48042026-07-21T20:32:16.450Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48052026-07-21T20:32:16.450Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48062026-07-21T20:32:16.455Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48072026-07-21T20:32:16.455Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48082026-07-21T20:32:17.496Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48092026-07-21T20:32:18.658Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48102026-07-21T20:32:19.323Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48112026-07-21T20:32:20.553Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48122026-07-21T20:32:21.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.51s
48132026-07-21T20:32:21.285Z
48142026-07-21T20:32:21.286Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
48152026-07-21T20:32:21.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48162026-07-21T20:32:21.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48172026-07-21T20:32:21.961Z Checking rtoolbox v0.0.3
48182026-07-21T20:32:21.966Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48192026-07-21T20:32:22.081Z Checking tui-tree-widget v0.23.1
48202026-07-21T20:32:22.175Z Checking rpassword v7.5.4
48212026-07-21T20:32:25.182Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48222026-07-21T20:32:27.064Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48232026-07-21T20:32:27.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s
48242026-07-21T20:32:28.117Z
48252026-07-21T20:32:28.117Zinfo: running `cargo check --bins` on wicket (297/300)
48262026-07-21T20:32:28.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48272026-07-21T20:32:28.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48282026-07-21T20:32:28.768Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48292026-07-21T20:32:29.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
48302026-07-21T20:32:29.293Z
48312026-07-21T20:32:29.293Zinfo: running `cargo check --bins` on wicketd (298/300)
48322026-07-21T20:32:29.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48332026-07-21T20:32:29.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48342026-07-21T20:32:29.970Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48352026-07-21T20:32:33.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
48362026-07-21T20:32:33.303Z
48372026-07-21T20:32:33.303Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
48382026-07-21T20:32:33.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48392026-07-21T20:32:33.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48402026-07-21T20:32:33.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48412026-07-21T20:32:33.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48422026-07-21T20:32:33.838Z
48432026-07-21T20:32:33.838Zinfo: running `cargo check --bins` on zone-setup (300/300)
48442026-07-21T20:32:34.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48452026-07-21T20:32:34.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48462026-07-21T20:32:34.470Z Checking uzers v0.12.2
48472026-07-21T20:32:34.736Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48482026-07-21T20:32:35.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48492026-07-21T20:32:35.664Z
48502026-07-21T20:32:35.664Zreal 13:34.900052970
48512026-07-21T20:32:35.664Zuser 20:42.604281223
48522026-07-21T20:32:35.664Zsys 4:06.656843714
48532026-07-21T20:32:35.664Ztrap 0.330085283
48542026-07-21T20:32:35.664Ztflt 0.740899038
48552026-07-21T20:32:35.664Zdflt 0.993024206
48562026-07-21T20:32:35.664Zkflt 0.004499852
48572026-07-21T20:32:35.664Zlock 1:17:39.720177347
48582026-07-21T20:32:35.664Zslp 1:38:29.575496261
48592026-07-21T20:32:35.664Zlat 56.505337090
48602026-07-21T20:32:35.664Zstop 3:35.967935346
48612026-07-21T20:32:35.667Zprocess exited: duration 937627 ms, exit code 0
 
48622026-07-21T20:32:35.673Zfound 0 output files