01KVRC5VSA2BJ4G83KBRHG1Z0K: 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: 01KVRC95YSEEK9WN0Q02A7D0SS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:18:55.993Zjob assigned to worker 01KVRC9RG46RDPEYMJG1EKPQQC [factory aws, i-00dbe1818c00ff2fb] (queued for 59 s)
 
22026-06-22T19:19:02.727Zstarting task 0: "setup"
32026-06-22T19:19:02.738Z++ uname -s
42026-06-22T19:19:02.738Z+ kern=SunOS
52026-06-22T19:19:02.738Z+ build_user=build
62026-06-22T19:19:02.738Z+ build_uid=12345
72026-06-22T19:19:02.738Z+ work_dir=/work
82026-06-22T19:19:02.738Z+ input_dir=/input
92026-06-22T19:19:02.738Z+ [[ 0 == 12345 ]]
102026-06-22T19:19:02.739Z+ case "$kern" in
112026-06-22T19:19:02.739Z+ groupadd -g 12345 build
122026-06-22T19:19:02.746Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:19:04.745Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:19:04.832Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:19:04.837Z+ home_fs=zfs
162026-06-22T19:19:04.837Z+ [[ zfs == autofs ]]
172026-06-22T19:19:04.837Z+ mkdir -p /home/build
182026-06-22T19:19:04.837Z+ chown build:build /home/build /work
192026-06-22T19:19:06.833Z+ chmod 0700 /home/build /work
202026-06-22T19:19:06.836Zprocess exited: duration 4109 ms, exit code 0
 
212026-06-22T19:19:06.844Zstarting task 1: "rust-toolchain"
222026-06-22T19:19:06.847Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:19:06.848Z * rust toolchain channel = "1.94.0"
242026-06-22T19:19:06.848Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-22T19:19:06.848Z * rust toolchain profile = "default"
262026-06-22T19:19:06.848Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:19:06.848Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:19:06.851Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:19:06.851Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:19:06.916Zinfo: downloading installer
312026-06-22T19:19:08.261Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:19:08.261Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:19:08.261Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:19:08.261Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:19:08.278Zinfo: profile set to default
362026-06-22T19:19:08.278Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:19:08.281Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:19:08.423Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:19:08.426Zinfo: downloading 6 components
402026-06-22T19:19:23.248Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:19:23.248Z
422026-06-22T19:19:23.281Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:19:23.281Z
442026-06-22T19:19:23.281Z
452026-06-22T19:19:23.281ZRust is installed now. Great!
462026-06-22T19:19:23.281Z
472026-06-22T19:19:23.281ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:19:23.281Zenvironment variable. This has not been done automatically.
492026-06-22T19:19:23.287Z
502026-06-22T19:19:23.287ZTo configure your current shell, you need to source
512026-06-22T19:19:23.287Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:19:23.287Z
532026-06-22T19:19:23.287ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:19:23.287Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:19:23.287Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:19:23.287Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:19:23.287Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:19:23.287Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:19:23.287Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:19:23.287Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:19:23.287Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:19:23.369Z+ rustup --version
632026-06-22T19:19:23.377Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:19:23.379Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:19:23.397Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:19:23.400Z+ cargo --version
672026-06-22T19:19:23.412Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:19:23.415Z+ rustc --version
692026-06-22T19:19:23.435Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:19:23.438Zprocess exited: duration 16592 ms, exit code 0
 
712026-06-22T19:19:23.443Zstarting task 2: "authentication"
722026-06-22T19:19:23.456ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:20:41.624Zprocess exited: duration 78179 ms, exit code 0
 
742026-06-22T19:20:41.630Zstarting task 3: "clone repository"
752026-06-22T19:20:41.634Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:20:41.637Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:20:41.668ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:20:51.794Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:20:51.794Z+ git fetch origin 805e45f8faa38ad637d64724db6af348a90a23dd
802026-06-22T19:20:52.047ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:20:52.047Z * branch 805e45f8faa38ad637d64724db6af348a90a23dd -> FETCH_HEAD
822026-06-22T19:20:52.057Z+ [[ -n sunshowers/spr/11n-meta-migrate-rack-ids-to-typed-uuids ]]
832026-06-22T19:20:52.062Z++ git branch --show-current
842026-06-22T19:20:52.062Z+ current=main
852026-06-22T19:20:52.062Z+ [[ main != sunshowers/spr/11n-meta-migrate-rack-ids-to-typed-uuids ]]
862026-06-22T19:20:52.062Z+ git branch -f sunshowers/spr/11n-meta-migrate-rack-ids-to-typed-uuids 805e45f8faa38ad637d64724db6af348a90a23dd
872026-06-22T19:20:52.065Z+ git checkout -f sunshowers/spr/11n-meta-migrate-rack-ids-to-typed-uuids
882026-06-22T19:20:52.311ZSwitched to branch 'sunshowers/spr/11n-meta-migrate-rack-ids-to-typed-uuids'
892026-06-22T19:20:52.315Z+ git reset --hard 805e45f8faa38ad637d64724db6af348a90a23dd
902026-06-22T19:20:52.346ZHEAD is now at 805e45f8f another unused import
912026-06-22T19:20:52.349Zprocess exited: duration 10717 ms, exit code 0
 
922026-06-22T19:20:52.355Zstarting task 4: "build"
932026-06-22T19:20:52.359Z+ source .github/buildomat/ci-env.sh
942026-06-22T19:20:52.359Z++ export CARGO_TERM_COLOR=always
952026-06-22T19:20:52.359Z++ CARGO_TERM_COLOR=always
962026-06-22T19:20:52.359Z+ cargo --version
972026-06-22T19:20:52.368Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-06-22T19:20:52.371Z+ rustc --version
992026-06-22T19:20:52.390Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-06-22T19:20:52.393Z+ source ./env.sh
1012026-06-22T19:20:52.393Z++ OLD_SHELL_OPTS=ehxB
1022026-06-22T19:20:52.393Z++ set -o xtrace
1032026-06-22T19:20:52.396Z++++ dirname ./env.sh
1042026-06-22T19:20:52.396Z+++ readlink -f .
1052026-06-22T19:20:52.399Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062026-06-22T19:20:52.399Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-22T19:20:52.399Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-22T19:20:52.399Z++ 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
1092026-06-22T19:20:52.399Z++ 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
1102026-06-22T19:20:52.399Z++ 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
1112026-06-22T19:20:52.399Z++ 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
1122026-06-22T19:20:52.399Z++ 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
1132026-06-22T19:20:52.399Z++ 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
1142026-06-22T19:20:52.399Z++ 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
1152026-06-22T19:20:52.399Z++ 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
1162026-06-22T19:20:52.399Z++ case $OLD_SHELL_OPTS in
1172026-06-22T19:20:52.400Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-06-22T19:20:52.400Z+ 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
1192026-06-22T19:20:52.400Z+ 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
1202026-06-22T19:20:52.400Z+ banner prerequisites
1212026-06-22T19:20:52.403Z
1222026-06-22T19:20:52.403Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-06-22T19:20:52.403Z # # # # # # # # # # # # # # #
1242026-06-22T19:20:52.403Z # # # # ##### # # ##### # # # # # #### #
1252026-06-22T19:20:52.403Z ##### ##### # ##### # # # # # # # # #
1262026-06-22T19:20:52.403Z # # # # # # # # # # # # # # #
1272026-06-22T19:20:52.403Z # # # ###### # # ###### ### # #### # #### #
1282026-06-22T19:20:52.403Z
1292026-06-22T19:20:52.403Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-06-22T19:20:53.819Z Startup: Refreshing catalog 'helios' ... Done
1312026-06-22T19:20:53.914Z Startup: Caching catalogs ... Done
1322026-06-22T19:20:54.330ZPlanning: Solver setup ... Done (0.375s)
1332026-06-22T19:20:54.354ZPlanning: Running solver ... Done (0.024s)
1342026-06-22T19:20:54.364ZPlanning: Finding local manifests ... Done (0.003s)
1352026-06-22T19:20:54.374ZPlanning: Fetching manifests: 0/2 0% complete
1362026-06-22T19:20:54.391ZPlanning: Fetching manifests: 2/2 100% complete
1372026-06-22T19:20:54.404ZPlanning: Package planning ... Done (0.013s)
1382026-06-22T19:20:54.408ZPlanning: Merging actions ... Done (0.001s)
1392026-06-22T19:20:54.571ZPlanning: Checking for conflicting actions ... Done (0.165s)
1402026-06-22T19:20:54.574ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-06-22T19:20:55.332ZPlanning: Evaluating mediators ... Done (0.760s)
1422026-06-22T19:20:55.335ZPlanning: Planning completed in 1.40 seconds
1432026-06-22T19:20:55.341Z Packages to install: 2
1442026-06-22T19:20:55.341Z Estimated space available: 156.10 GB
1452026-06-22T19:20:55.344ZEstimated space to be consumed: 28.17 MB
1462026-06-22T19:20:55.344Z Create boot environment: No
1472026-06-22T19:20:55.345ZCreate backup boot environment: No
1482026-06-22T19:20:55.345Z Rebuild boot archive: No
1492026-06-22T19:20:55.345Z
1502026-06-22T19:20:55.345ZChanged packages:
1512026-06-22T19:20:55.345Zhelios
1522026-06-22T19:20:55.345Z developer/build-essential
1532026-06-22T19:20:55.345Z None -> 11-3.0
1542026-06-22T19:20:55.345Z library/libxmlsec1
1552026-06-22T19:20:55.345Z None -> 1.2.35-3.0
1562026-06-22T19:20:55.366Z
1572026-06-22T19:20:55.366ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-06-22T19:20:59.300ZDownload: Completed 1.28 MB in 3.93 seconds (333k/s)
1592026-06-22T19:20:59.347Z Actions: 1/268 actions (Installing new actions)
1602026-06-22T19:20:59.384Z Actions: Completed 268 actions in 0.04 seconds.
1612026-06-22T19:20:59.393ZFinalize: Updating package state database ... Done (0.009s)
1622026-06-22T19:20:59.393ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-22T19:20:59.418ZFinalize: Updating image state ... Done (0.025s)
1642026-06-22T19:21:01.822ZFinalize: Creating fast lookup database ... Done (2.371s)
1652026-06-22T19:21:01.876ZFinalize: Reading search index ... Done (0.012s)
1662026-06-22T19:21:01.881ZFinalize: Updating search index ... Done (0.000s)
1672026-06-22T19:21:01.969ZFinalize: Updating package cache ... Done (0.000s)
1682026-06-22T19:21:02.275ZPlanning: Evaluating mediator changes ... Done
1692026-06-22T19:21:02.379ZPlanning: Checking for conflicting actions ... Done
1702026-06-22T19:21:02.381ZPlanning: Consolidating action changes ... Done
1712026-06-22T19:21:02.544ZPlanning: Evaluating mediators ... Done
1722026-06-22T19:21:02.553ZPlanning: Planning completed in 0.26 seconds
1732026-06-22T19:21:02.560Z Mediators to change: 2
1742026-06-22T19:21:02.566Z Create boot environment: No
1752026-06-22T19:21:02.567ZCreate backup boot environment: No
1762026-06-22T19:21:02.611ZFinalize: Updating package state database ... Done
1772026-06-22T19:21:02.611ZFinalize: Updating package cache ... Done
1782026-06-22T19:21:02.625ZFinalize: Updating image state ... Done
1792026-06-22T19:21:04.578ZFinalize: Creating fast lookup database ... Done
1802026-06-22T19:21:04.657ZFinalize: Reading search index ... Done
1812026-06-22T19:21:04.662ZFinalize: Updating search index ... Done
1822026-06-22T19:21:04.695ZFinalize: Updating package cache ... Done
1832026-06-22T19:21:04.982ZPlanning: Evaluating mediator changes ... Done
1842026-06-22T19:21:05.088ZPlanning: Checking for conflicting actions ... Done
1852026-06-22T19:21:05.097ZPlanning: Consolidating action changes ... Done
1862026-06-22T19:21:05.244ZPlanning: Evaluating mediators ... Done
1872026-06-22T19:21:05.248ZPlanning: Planning completed in 0.26 seconds
1882026-06-22T19:21:05.267Z Mediators to change: 1
1892026-06-22T19:21:05.267Z Create boot environment: No
1902026-06-22T19:21:05.267ZCreate backup boot environment: No
1912026-06-22T19:21:05.310ZFinalize: Updating package state database ... Done
1922026-06-22T19:21:05.310ZFinalize: Updating package cache ... Done
1932026-06-22T19:21:05.326ZFinalize: Updating image state ... Done
1942026-06-22T19:21:07.281ZFinalize: Creating fast lookup database ... Done
1952026-06-22T19:21:07.346ZFinalize: Reading search index ... Done
1962026-06-22T19:21:07.349ZFinalize: Updating search index ... Done
1972026-06-22T19:21:07.408ZFinalize: Updating package cache ... Done
1982026-06-22T19:21:07.716ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-06-22T19:21:07.716Zapache system 2.4 system
2002026-06-22T19:21:07.716Zclang system 15 system
2012026-06-22T19:21:07.716Zcsh system system illumos
2022026-06-22T19:21:07.716Zctags system system illumos
2032026-06-22T19:21:07.716Zfile vendor vendor darwinsys
2042026-06-22T19:21:07.716Zfile system system illumos
2052026-06-22T19:21:07.716Zgcc vendor 14 vendor
2062026-06-22T19:21:07.716Zgcc system 13 system
2072026-06-22T19:21:07.716Zgcc system 10 system
2082026-06-22T19:21:07.716Zgo system 1.25 system
2092026-06-22T19:21:07.716Zllvm system 15 system
2102026-06-22T19:21:07.716Zmariadb system 11.4 system
2112026-06-22T19:21:07.717Zmta vendor vendor dma
2122026-06-22T19:21:07.717Zopenjdk system 17 system
2132026-06-22T19:21:07.717Zopenjdk system 11 system
2142026-06-22T19:21:07.717Zopenssl vendor 3 vendor
2152026-06-22T19:21:07.717Zperl system 5.40 system
2162026-06-22T19:21:07.717Zpostgresql system 18 system
2172026-06-22T19:21:07.717Zpostgresql system 17 system
2182026-06-22T19:21:07.717Zpython vendor 3 vendor
2192026-06-22T19:21:07.717Zpython system 2 system
2202026-06-22T19:21:07.717Zpython3 vendor 3.13 vendor
2212026-06-22T19:21:07.717Zruby system 3.4 system
2222026-06-22T19:21:07.717Zruby system 3.0 system
2232026-06-22T19:21:07.717Zwords vendor vendor american-english
2242026-06-22T19:21:07.717Zwords system system australian-english
2252026-06-22T19:21:07.717Zwords system system british-english
2262026-06-22T19:21:07.717Zwords system system canadian-english
2272026-06-22T19:21:07.717Zwords system system french
2282026-06-22T19:21:07.717Zwords system system italian
2292026-06-22T19:21:07.717Zwords system system ngerman
2302026-06-22T19:21:07.717Zwords system system ogerman
2312026-06-22T19:21:07.717Zwords system system spanish
2322026-06-22T19:21:07.969ZPUBLISHER TYPE STATUS P LOCATION
2332026-06-22T19:21:07.969Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-06-22T19:21:08.266ZFMRI IFO
2352026-06-22T19:21:08.266Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-06-22T19:21:08.266Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-06-22T19:21:08.266Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-06-22T19:21:08.266Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-06-22T19:21:08.266Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-06-22T19:21:08.266Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-06-22T19:21:08.266Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-06-22T19:21:08.266Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-06-22T19:21:08.266Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-06-22T19:21:08.516Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-06-22T19:21:08.760Z Updating crates.io index
2462026-06-22T19:21:08.763Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-06-22T19:21:09.023Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-06-22T19:21:09.949Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-06-22T19:21:10.415Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-22T19:21:11.649Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-06-22T19:21:12.100Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-06-22T19:21:13.614Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-06-22T19:21:14.416Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-06-22T19:21:14.884Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-06-22T19:21:16.044Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-06-22T19:21:16.787Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-06-22T19:21:17.302Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-06-22T19:21:17.726Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-06-22T19:21:18.133Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-06-22T19:21:18.611Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-06-22T19:21:18.894Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-06-22T19:21:19.164Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-06-22T19:21:19.515Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-06-22T19:21:19.950Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-06-22T19:21:20.363Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-06-22T19:21:20.593Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-06-22T19:21:20.838Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-06-22T19:21:21.259Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-06-22T19:21:21.586Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-06-22T19:21:22.004Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-06-22T19:21:22.363Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-06-22T19:21:22.705Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-06-22T19:21:22.988Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-06-22T19:21:23.269Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-06-22T19:21:24.348Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-06-22T19:21:25.160Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-06-22T19:21:25.516Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-06-22T19:21:25.854Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-06-22T19:21:26.113Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-06-22T19:21:26.434Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-06-22T19:21:26.839Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-06-22T19:21:27.149Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-06-22T19:21:27.666Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-06-22T19:21:27.917Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-06-22T19:21:28.244Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-06-22T19:21:29.997Z Downloading crates ...
2872026-06-22T19:21:30.040Z Downloaded anstyle-query v1.1.5
2882026-06-22T19:21:30.045Z Downloaded itoa v1.0.17
2892026-06-22T19:21:30.050Z Downloaded clap_lex v1.0.0
2902026-06-22T19:21:30.059Z Downloaded log v0.4.29
2912026-06-22T19:21:30.069Z Downloaded utf8_iter v1.0.4
2922026-06-22T19:21:30.069Z Downloaded idna_adapter v1.2.1
2932026-06-22T19:21:30.069Z Downloaded thiserror-impl v1.0.69
2942026-06-22T19:21:30.069Z Downloaded erased-serde v0.4.9
2952026-06-22T19:21:30.069Z Downloaded generic-array v0.14.7
2962026-06-22T19:21:30.077Z Downloaded plain v0.2.3
2972026-06-22T19:21:30.077Z Downloaded zerofrom v0.1.6
2982026-06-22T19:21:30.078Z Downloaded usdt-attr-macro v0.5.0
2992026-06-22T19:21:30.078Z Downloaded serde_spanned v0.6.9
3002026-06-22T19:21:30.078Z Downloaded tinystr v0.8.2
3012026-06-22T19:21:30.078Z Downloaded heck v0.5.0
3022026-06-22T19:21:30.078Z Downloaded terminal_size v0.4.3
3032026-06-22T19:21:30.078Z Downloaded form_urlencoded v1.2.2
3042026-06-22T19:21:30.078Z Downloaded fnv v1.0.7
3052026-06-22T19:21:30.078Z Downloaded strsim v0.11.1
3062026-06-22T19:21:30.078Z Downloaded is_terminal_polyfill v1.70.2
3072026-06-22T19:21:30.087Z Downloaded cfg-if v1.0.4
3082026-06-22T19:21:30.087Z Downloaded yoke-derive v0.8.1
3092026-06-22T19:21:30.087Z Downloaded thiserror v2.0.18
3102026-06-22T19:21:30.087Z Downloaded ordered-float v2.10.1
3112026-06-22T19:21:30.087Z Downloaded fastrand v2.3.0
3122026-06-22T19:21:30.087Z Downloaded byteorder v1.5.0
3132026-06-22T19:21:30.087Z Downloaded version_check v0.9.5
3142026-06-22T19:21:30.087Z Downloaded unicode-xid v0.2.6
3152026-06-22T19:21:30.092Z Downloaded dtrace-parser v0.2.0
3162026-06-22T19:21:30.092Z Downloaded block-buffer v0.10.4
3172026-06-22T19:21:30.092Z Downloaded zerofrom-derive v0.1.6
3182026-06-22T19:21:30.092Z Downloaded toml v0.8.23
3192026-06-22T19:21:30.098Z Downloaded proc-macro-error v1.0.4
3202026-06-22T19:21:30.098Z Downloaded equivalent v1.0.2
3212026-06-22T19:21:30.101Z Downloaded cargo_toml v0.21.0
3222026-06-22T19:21:30.101Z Downloaded usdt-macro v0.5.0
3232026-06-22T19:21:30.101Z Downloaded displaydoc v0.2.5
3242026-06-22T19:21:30.104Z Downloaded clap v4.6.1
3252026-06-22T19:21:30.107Z Downloaded usdt v0.5.0
3262026-06-22T19:21:30.113Z Downloaded thread-id v4.2.2
3272026-06-22T19:21:30.113Z Downloaded unicode-linebreak v0.1.5
3282026-06-22T19:21:30.113Z Downloaded utf8parse v0.2.2
3292026-06-22T19:21:30.113Z Downloaded memmap v0.7.0
3302026-06-22T19:21:30.119Z Downloaded heck v0.4.1
3312026-06-22T19:21:30.119Z Downloaded cpufeatures v0.2.17
3322026-06-22T19:21:30.119Z Downloaded typeid v1.0.3
3332026-06-22T19:21:30.119Z Downloaded toml_write v0.1.2
3342026-06-22T19:21:30.119Z Downloaded colorchoice v1.0.4
3352026-06-22T19:21:30.119Z Downloaded toml_datetime v0.6.11
3362026-06-22T19:21:30.119Z Downloaded bytecount v0.6.9
3372026-06-22T19:21:30.119Z Downloaded zerotrie v0.2.3
3382026-06-22T19:21:30.125Z Downloaded digest v0.10.7
3392026-06-22T19:21:30.125Z Downloaded usdt-impl v0.5.0
3402026-06-22T19:21:30.125Z Downloaded thiserror-impl v2.0.18
3412026-06-22T19:21:30.125Z Downloaded once_cell v1.21.3
3422026-06-22T19:21:30.163Z Downloaded thiserror v1.0.69
3432026-06-22T19:21:30.163Z Downloaded zmij v1.0.21
3442026-06-22T19:21:30.163Z Downloaded zerovec-derive v0.11.2
3452026-06-22T19:21:30.163Z Downloaded camino v1.2.2
3462026-06-22T19:21:30.163Z Downloaded cargo-platform v0.2.0
3472026-06-22T19:21:30.163Z Downloaded yoke v0.8.1
3482026-06-22T19:21:30.163Z Downloaded writeable v0.6.2
3492026-06-22T19:21:30.163Z Downloaded scroll v0.12.0
3502026-06-22T19:21:30.163Z Downloaded zerocopy-derive v0.7.35
3512026-06-22T19:21:30.163Z Downloaded serde-value v0.7.0
3522026-06-22T19:21:30.163Z Downloaded swrite v0.1.0
3532026-06-22T19:21:30.163Z Downloaded smawk v0.3.2
3542026-06-22T19:21:30.177Z Downloaded unicode-ident v1.0.24
3552026-06-22T19:21:30.177Z Downloaded scroll_derive v0.12.1
3562026-06-22T19:21:30.177Z Downloaded potential_utf v0.1.4
3572026-06-22T19:21:30.177Z Downloaded crypto-common v0.1.7
3582026-06-22T19:21:30.177Z Downloaded ucd-trie v0.1.7
3592026-06-22T19:21:30.177Z Downloaded textwrap v0.16.2
3602026-06-22T19:21:30.178Z Downloaded percent-encoding v2.3.2
3612026-06-22T19:21:30.178Z Downloaded synstructure v0.13.2
3622026-06-22T19:21:30.178Z Downloaded toml_edit v0.22.27
3632026-06-22T19:21:30.178Z Downloaded typenum v1.19.0
3642026-06-22T19:21:30.178Z Downloaded proc-macro-error-attr v1.0.4
3652026-06-22T19:21:30.178Z Downloaded autocfg v1.5.0
3662026-06-22T19:21:30.178Z Downloaded clap_derive v4.6.1
3672026-06-22T19:21:30.178Z Downloaded url v2.5.8
3682026-06-22T19:21:30.187Z Downloaded stable_deref_trait v1.2.1
3692026-06-22T19:21:30.187Z Downloaded errno v0.3.14
3702026-06-22T19:21:30.187Z Downloaded pretty-hex v0.4.1
3712026-06-22T19:21:30.187Z Downloaded anstyle v1.0.14
3722026-06-22T19:21:30.187Z Downloaded litemap v0.8.1
3732026-06-22T19:21:30.187Z Downloaded dof v0.3.0
3742026-06-22T19:21:30.191Z Downloaded zerovec v0.11.5
3752026-06-22T19:21:30.191Z Downloaded camino-tempfile v1.4.1
3762026-06-22T19:21:30.191Z Downloaded anstyle-parse v1.0.0
3772026-06-22T19:21:30.191Z Downloaded zerocopy v0.7.35
3782026-06-22T19:21:30.204Z Downloaded quote v1.0.45
3792026-06-22T19:21:30.208Z Downloaded macaddr v1.0.1
3802026-06-22T19:21:30.208Z Downloaded tabled_derive v0.7.0
3812026-06-22T19:21:30.208Z Downloaded serde_tokenstream v0.2.3
3822026-06-22T19:21:30.209Z Downloaded unicode-width v0.2.0
3832026-06-22T19:21:30.209Z Downloaded unicode-width v0.1.14
3842026-06-22T19:21:30.209Z Downloaded fs-err v3.3.0
3852026-06-22T19:21:30.216Z Downloaded winnow v0.7.14
3862026-06-22T19:21:30.216Z Downloaded cargo_metadata v0.21.0
3872026-06-22T19:21:30.221Z Downloaded cargo-util-schemas v0.8.2
3882026-06-22T19:21:30.225Z Downloaded anstream v1.0.0
3892026-06-22T19:21:30.225Z Downloaded serde_core v1.0.228
3902026-06-22T19:21:30.225Z Downloaded icu_normalizer v2.1.1
3912026-06-22T19:21:30.240Z Downloaded smallvec v1.15.1
3922026-06-22T19:21:30.240Z Downloaded semver v1.0.28
3932026-06-22T19:21:30.249Z Downloaded serde-untagged v0.1.9
3942026-06-22T19:21:30.249Z Downloaded tempfile v3.25.0
3952026-06-22T19:21:30.249Z Downloaded sha2 v0.10.9
3962026-06-22T19:21:30.258Z Downloaded anyhow v1.0.102
3972026-06-22T19:21:30.258Z Downloaded icu_properties v2.1.2
3982026-06-22T19:21:30.261Z Downloaded icu_normalizer_data v2.1.1
3992026-06-22T19:21:30.261Z Downloaded icu_collections v2.1.1
4002026-06-22T19:21:30.265Z Downloaded pest_derive v2.8.6
4012026-06-22T19:21:30.265Z Downloaded serde_derive v1.0.228
4022026-06-22T19:21:30.268Z Downloaded papergrid v0.11.0
4032026-06-22T19:21:30.268Z Downloaded num-traits v0.2.19
4042026-06-22T19:21:30.271Z Downloaded icu_provider v2.1.1
4052026-06-22T19:21:30.272Z Downloaded icu_locale_core v2.1.1
4062026-06-22T19:21:30.279Z Downloaded bitflags v2.11.0
4072026-06-22T19:21:30.283Z Downloaded proc-macro2 v1.0.106
4082026-06-22T19:21:30.287Z Downloaded getrandom v0.4.1
4092026-06-22T19:21:30.292Z Downloaded pest_meta v2.8.6
4102026-06-22T19:21:30.292Z Downloaded pest_generator v2.8.6
4112026-06-22T19:21:30.305Z Downloaded serde v1.0.228
4122026-06-22T19:21:30.322Z Downloaded memchr v2.8.0
4132026-06-22T19:21:30.338Z Downloaded indexmap v2.14.0
4142026-06-22T19:21:30.347Z Downloaded idna v1.1.0
4152026-06-22T19:21:30.360Z Downloaded pest v2.8.6
4162026-06-22T19:21:30.367Z Downloaded serde_json v1.0.149
4172026-06-22T19:21:30.367Z Downloaded icu_properties_data v2.1.2
4182026-06-22T19:21:30.375Z Downloaded clap_builder v4.6.0
4192026-06-22T19:21:30.375Z Downloaded hashbrown v0.17.0
4202026-06-22T19:21:30.383Z Downloaded goblin v0.8.2
4212026-06-22T19:21:30.383Z Downloaded tabled v0.15.0
4222026-06-22T19:21:30.406Z Downloaded syn v1.0.109
4232026-06-22T19:21:30.412Z Downloaded syn v2.0.117
4242026-06-22T19:21:30.423Z Downloaded rustix v1.1.3
4252026-06-22T19:21:30.464Z Downloaded libc v0.2.185
4262026-06-22T19:21:30.575Z Compiling proc-macro2 v1.0.106
4272026-06-22T19:21:30.575Z Compiling quote v1.0.45
4282026-06-22T19:21:30.592Z Compiling unicode-ident v1.0.24
4292026-06-22T19:21:30.592Z Compiling serde_core v1.0.228
4302026-06-22T19:21:30.592Z Compiling libc v0.2.185
4312026-06-22T19:21:30.592Z Compiling version_check v0.9.5
4322026-06-22T19:21:30.593Z Compiling stable_deref_trait v1.2.1
4332026-06-22T19:21:30.593Z Compiling memchr v2.8.0
4342026-06-22T19:21:30.789Z Compiling serde v1.0.228
4352026-06-22T19:21:30.831Z Compiling zmij v1.0.21
4362026-06-22T19:21:31.067Z Compiling thiserror v1.0.69
4372026-06-22T19:21:31.180Z Compiling itoa v1.0.17
4382026-06-22T19:21:31.362Z Compiling autocfg v1.5.0
4392026-06-22T19:21:31.362Z Compiling ucd-trie v0.1.7
4402026-06-22T19:21:31.445Z Compiling writeable v0.6.2
4412026-06-22T19:21:31.468Z Compiling litemap v0.8.1
4422026-06-22T19:21:31.590Z Compiling pest v2.8.6
4432026-06-22T19:21:31.634Z Compiling icu_properties_data v2.1.2
4442026-06-22T19:21:31.679Z Compiling icu_normalizer_data v2.1.1
4452026-06-22T19:21:31.693Z Compiling rustix v1.1.3
4462026-06-22T19:21:31.807Z Compiling byteorder v1.5.0
4472026-06-22T19:21:31.998Z Compiling syn v2.0.117
4482026-06-22T19:21:32.065Z Compiling errno v0.3.14
4492026-06-22T19:21:32.075Z Compiling bitflags v2.11.0
4502026-06-22T19:21:32.154Z Compiling serde_json v1.0.149
4512026-06-22T19:21:32.350Z Compiling num-traits v0.2.19
4522026-06-22T19:21:32.366Z Compiling equivalent v1.0.2
4532026-06-22T19:21:32.416Z Compiling hashbrown v0.17.0
4542026-06-22T19:21:32.492Z Compiling smallvec v1.15.1
4552026-06-22T19:21:32.545Z Compiling typeid v1.0.3
4562026-06-22T19:21:32.708Z Compiling pest_meta v2.8.6
4572026-06-22T19:21:32.996Z Compiling indexmap v2.14.0
4582026-06-22T19:21:33.026Z Compiling thread-id v4.2.2
4592026-06-22T19:21:33.041Z Compiling proc-macro-error-attr v1.0.4
4602026-06-22T19:21:33.069Z Compiling usdt-impl v0.5.0
4612026-06-22T19:21:33.109Z Compiling toml_write v0.1.2
4622026-06-22T19:21:33.269Z Compiling syn v1.0.109
4632026-06-22T19:21:33.304Z Compiling winnow v0.7.14
4642026-06-22T19:21:33.326Z Compiling erased-serde v0.4.9
4652026-06-22T19:21:33.631Z Compiling proc-macro-error v1.0.4
4662026-06-22T19:21:33.727Z Compiling plain v0.2.3
4672026-06-22T19:21:33.812Z Compiling percent-encoding v2.3.2
4682026-06-22T19:21:33.837Z Compiling log v0.4.29
4692026-06-22T19:21:33.999Z Compiling utf8parse v0.2.2
4702026-06-22T19:21:34.017Z Compiling thiserror v2.0.18
4712026-06-22T19:21:34.115Z Compiling getrandom v0.4.1
4722026-06-22T19:21:34.200Z Compiling utf8_iter v1.0.4
4732026-06-22T19:21:34.224Z Compiling camino v1.2.2
4742026-06-22T19:21:34.341Z Compiling ordered-float v2.10.1
4752026-06-22T19:21:34.362Z Compiling anstyle-parse v1.0.0
4762026-06-22T19:21:34.493Z Compiling form_urlencoded v1.2.2
4772026-06-22T19:21:34.605Z Compiling synstructure v0.13.2
4782026-06-22T19:21:34.609Z Compiling pest_generator v2.8.6
4792026-06-22T19:21:34.676Z Compiling terminal_size v0.4.3
4802026-06-22T19:21:34.805Z Compiling anstyle v1.0.14
4812026-06-22T19:21:34.968Z Compiling anstyle-query v1.1.5
4822026-06-22T19:21:35.028Z Compiling colorchoice v1.0.4
4832026-06-22T19:21:35.028Z Compiling is_terminal_polyfill v1.70.2
4842026-06-22T19:21:35.031Z Compiling pretty-hex v0.4.1
4852026-06-22T19:21:35.077Z Compiling cfg-if v1.0.4
4862026-06-22T19:21:35.150Z Compiling anstream v1.0.0
4872026-06-22T19:21:35.165Z Compiling serde-untagged v0.1.9
4882026-06-22T19:21:35.278Z Compiling semver v1.0.28
4892026-06-22T19:21:35.334Z Compiling fs-err v3.3.0
4902026-06-22T19:21:35.432Z Compiling strsim v0.11.1
4912026-06-22T19:21:35.450Z Compiling fastrand v2.3.0
4922026-06-22T19:21:35.522Z Compiling bytecount v0.6.9
4932026-06-22T19:21:35.587Z Compiling heck v0.4.1
4942026-06-22T19:21:35.602Z Compiling anyhow v1.0.102
4952026-06-22T19:21:35.655Z Compiling unicode-xid v0.2.6
4962026-06-22T19:21:35.777Z Compiling once_cell v1.21.3
4972026-06-22T19:21:35.791Z Compiling clap_lex v1.0.0
4982026-06-22T19:21:35.805Z Compiling fnv v1.0.7
4992026-06-22T19:21:35.905Z Compiling heck v0.5.0
5002026-06-22T19:21:35.917Z Compiling unicode-width v0.1.14
5012026-06-22T19:21:35.986Z Compiling tempfile v3.25.0
5022026-06-22T19:21:36.011Z Compiling clap_builder v4.6.0
5032026-06-22T19:21:36.138Z Compiling papergrid v0.11.0
5042026-06-22T19:21:36.257Z Compiling memmap v0.7.0
5052026-06-22T19:21:36.285Z Compiling unicode-width v0.2.0
5062026-06-22T19:21:36.303Z Compiling serde_derive v1.0.228
5072026-06-22T19:21:36.367Z Compiling zerofrom-derive v0.1.6
5082026-06-22T19:21:36.415Z Compiling yoke-derive v0.8.1
5092026-06-22T19:21:36.553Z Compiling zerovec-derive v0.11.2
5102026-06-22T19:21:36.589Z Compiling displaydoc v0.2.5
5112026-06-22T19:21:37.313Z Compiling thiserror-impl v1.0.69
5122026-06-22T19:21:37.574Z Compiling zerocopy-derive v0.7.35
5132026-06-22T19:21:37.591Z Compiling pest_derive v2.8.6
5142026-06-22T19:21:37.644Z Compiling scroll_derive v0.12.1
5152026-06-22T19:21:37.757Z Compiling zerofrom v0.1.6
5162026-06-22T19:21:37.885Z Compiling yoke v0.8.1
5172026-06-22T19:21:38.013Z Compiling thiserror-impl v2.0.18
5182026-06-22T19:21:38.083Z Compiling zerovec v0.11.5
5192026-06-22T19:21:38.303Z Compiling zerotrie v0.2.3
5202026-06-22T19:21:38.438Z Compiling zerocopy v0.7.35
5212026-06-22T19:21:38.600Z Compiling tinystr v0.8.2
5222026-06-22T19:21:38.603Z Compiling potential_utf v0.1.4
5232026-06-22T19:21:38.710Z Compiling dtrace-parser v0.2.0
5242026-06-22T19:21:38.800Z Compiling icu_locale_core v2.1.1
5252026-06-22T19:21:38.821Z Compiling icu_collections v2.1.1
5262026-06-22T19:21:38.993Z Compiling scroll v0.12.0
5272026-06-22T19:21:39.050Z Compiling tabled_derive v0.7.0
5282026-06-22T19:21:39.197Z Compiling clap_derive v4.6.1
5292026-06-22T19:21:39.264Z Compiling goblin v0.8.2
5302026-06-22T19:21:39.459Z Compiling icu_provider v2.1.1
5312026-06-22T19:21:39.474Z Compiling smawk v0.3.2
5322026-06-22T19:21:39.614Z Compiling unicode-linebreak v0.1.5
5332026-06-22T19:21:39.754Z Compiling serde_spanned v0.6.9
5342026-06-22T19:21:39.789Z Compiling toml_datetime v0.6.11
5352026-06-22T19:21:39.818Z Compiling icu_normalizer v2.1.1
5362026-06-22T19:21:39.859Z Compiling icu_properties v2.1.2
5372026-06-22T19:21:39.900Z Compiling dof v0.3.0
5382026-06-22T19:21:39.951Z Compiling serde_tokenstream v0.2.3
5392026-06-22T19:21:39.951Z Compiling serde-value v0.7.0
5402026-06-22T19:21:40.043Z Compiling toml_edit v0.22.27
5412026-06-22T19:21:40.304Z Compiling cargo-platform v0.2.0
5422026-06-22T19:21:40.321Z Compiling tabled v0.15.0
5432026-06-22T19:21:40.357Z Compiling textwrap v0.16.2
5442026-06-22T19:21:40.571Z Compiling macaddr v1.0.1
5452026-06-22T19:21:40.798Z Compiling idna_adapter v1.2.1
5462026-06-22T19:21:40.877Z Compiling usdt-attr-macro v0.5.0
5472026-06-22T19:21:40.935Z Compiling idna v1.1.0
5482026-06-22T19:21:40.950Z Compiling usdt-macro v0.5.0
5492026-06-22T19:21:40.953Z Compiling clap v4.6.1
5502026-06-22T19:21:41.046Z Compiling camino-tempfile v1.4.1
5512026-06-22T19:21:41.161Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-06-22T19:21:41.277Z Compiling url v2.5.8
5532026-06-22T19:21:41.410Z Compiling swrite v0.1.0
5542026-06-22T19:21:41.510Z Compiling toml v0.8.23
5552026-06-22T19:21:42.015Z Compiling cargo-util-schemas v0.8.2
5562026-06-22T19:21:42.040Z Compiling cargo_toml v0.21.0
5572026-06-22T19:21:42.196Z Compiling usdt v0.5.0
5582026-06-22T19:21:42.883Z Compiling cargo_metadata v0.21.0
5592026-06-22T19:21:43.838Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-22T19:21:45.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.47s
5612026-06-22T19:21:46.047Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-22T19:21:46.523Z Downloading crates ...
5632026-06-22T19:21:46.626Z Downloaded adler2 v2.0.1
5642026-06-22T19:21:46.630Z Downloaded base16ct v0.2.0
5652026-06-22T19:21:46.640Z Downloaded bit-set v0.8.0
5662026-06-22T19:21:46.644Z Downloaded constant_time_eq v0.4.2
5672026-06-22T19:21:46.654Z Downloaded aes-gcm v0.10.3
5682026-06-22T19:21:46.666Z Downloaded cmake v0.1.57
5692026-06-22T19:21:46.666Z Downloaded console v0.15.11
5702026-06-22T19:21:46.666Z Downloaded ciborium-ll v0.2.2
5712026-06-22T19:21:46.666Z Downloaded const-oid v0.9.6
5722026-06-22T19:21:46.666Z Downloaded colored v2.2.0
5732026-06-22T19:21:46.670Z Downloaded async-trait v0.1.89
5742026-06-22T19:21:46.674Z Downloaded clang-sys v1.8.1
5752026-06-22T19:21:46.678Z Downloaded crc v3.4.0
5762026-06-22T19:21:46.680Z Downloaded cobs v0.3.0
5772026-06-22T19:21:46.681Z Downloaded crypto-bigint v0.5.5
5782026-06-22T19:21:46.685Z Downloaded darling_macro v0.20.11
5792026-06-22T19:21:46.688Z Downloaded crc32fast v1.5.0
5802026-06-22T19:21:46.692Z Downloaded async-stream v0.3.6
5812026-06-22T19:21:46.700Z Downloaded ciborium-io v0.2.2
5822026-06-22T19:21:46.703Z Downloaded async-recursion v1.1.1
5832026-06-22T19:21:46.703Z Downloaded bb8 v0.8.6
5842026-06-22T19:21:46.707Z Downloaded crossbeam-deque v0.8.6
5852026-06-22T19:21:46.712Z Downloaded daft v0.1.7
5862026-06-22T19:21:46.713Z Downloaded compression-core v0.4.31
5872026-06-22T19:21:46.713Z Downloaded convert_case v0.4.0
5882026-06-22T19:21:46.713Z Downloaded const_format_proc_macros v0.2.34
5892026-06-22T19:21:46.716Z Downloaded castaway v0.2.4
5902026-06-22T19:21:46.716Z Downloaded critical-section v1.2.0
5912026-06-22T19:21:46.716Z Downloaded ff v0.13.1
5922026-06-22T19:21:46.716Z Downloaded derive-where v1.6.0
5932026-06-22T19:21:46.720Z Downloaded diff v0.1.13
5942026-06-22T19:21:46.723Z Downloaded dirs-next v2.0.0
5952026-06-22T19:21:46.723Z Downloaded data-encoding v2.10.0
5962026-06-22T19:21:46.723Z Downloaded darling_core v0.23.0
5972026-06-22T19:21:46.726Z Downloaded bitfield-macros v0.19.4
5982026-06-22T19:21:46.729Z Downloaded cargo-platform v0.3.2
5992026-06-22T19:21:46.729Z Downloaded cfg_aliases v0.2.1
6002026-06-22T19:21:46.775Z Downloaded crossbeam-epoch v0.9.18
6012026-06-22T19:21:46.775Z Downloaded bitfield-struct v0.6.2
6022026-06-22T19:21:46.776Z Downloaded ascii-canvas v3.0.0
6032026-06-22T19:21:46.776Z Downloaded block-padding v0.3.3
6042026-06-22T19:21:46.776Z Downloaded atomic-waker v1.1.2
6052026-06-22T19:21:46.776Z Downloaded bcrypt-pbkdf v0.10.0
6062026-06-22T19:21:46.776Z Downloaded crc-catalog v2.4.0
6072026-06-22T19:21:46.776Z Downloaded fallible-iterator v0.2.0
6082026-06-22T19:21:46.776Z Downloaded foreign-types-macros v0.2.3
6092026-06-22T19:21:46.776Z Downloaded foreign-types v0.3.2
6102026-06-22T19:21:46.776Z Downloaded ed25519 v2.2.3
6112026-06-22T19:21:46.776Z Downloaded ctr v0.9.2
6122026-06-22T19:21:46.776Z Downloaded crossbeam-utils v0.8.21
6132026-06-22T19:21:46.776Z Downloaded cfg_aliases v0.1.1
6142026-06-22T19:21:46.776Z Downloaded array-init v0.0.4
6152026-06-22T19:21:46.776Z Downloaded foreign-types-shared v0.1.1
6162026-06-22T19:21:46.776Z Downloaded cpufeatures v0.3.0
6172026-06-22T19:21:46.776Z Downloaded dof v0.4.0
6182026-06-22T19:21:46.776Z Downloaded aead v0.5.2
6192026-06-22T19:21:46.776Z Downloaded foreign-types v0.5.0
6202026-06-22T19:21:46.777Z Downloaded compression-codecs v0.4.37
6212026-06-22T19:21:46.777Z Downloaded cipher v0.4.4
6222026-06-22T19:21:46.783Z Downloaded des v0.8.1
6232026-06-22T19:21:46.783Z Downloaded buf-list v1.1.2
6242026-06-22T19:21:46.783Z Downloaded blowfish v0.9.1
6252026-06-22T19:21:46.783Z Downloaded argon2 v0.5.3
6262026-06-22T19:21:46.783Z Downloaded async-stream-impl v0.3.6
6272026-06-22T19:21:46.783Z Downloaded crc8 v0.1.1
6282026-06-22T19:21:46.783Z Downloaded cookie v0.18.1
6292026-06-22T19:21:46.783Z Downloaded ciborium v0.2.2
6302026-06-22T19:21:46.783Z Downloaded ahash v0.8.12
6312026-06-22T19:21:46.783Z Downloaded crc-any v2.5.0
6322026-06-22T19:21:46.783Z Downloaded dsl_auto_type v0.2.0
6332026-06-22T19:21:46.783Z Downloaded float-cmp v0.10.0
6342026-06-22T19:21:46.783Z Downloaded env_filter v1.0.0
6352026-06-22T19:21:46.786Z Downloaded dirs-sys-next v0.1.2
6362026-06-22T19:21:46.786Z Downloaded foreign-types-shared v0.3.1
6372026-06-22T19:21:46.787Z Downloaded bit-set v0.5.3
6382026-06-22T19:21:46.787Z Downloaded diesel_table_macro_syntax v0.3.0
6392026-06-22T19:21:46.787Z Downloaded crunchy v0.2.4
6402026-06-22T19:21:46.787Z Downloaded futures-core v0.3.32
6412026-06-22T19:21:46.787Z Downloaded embedded-io v0.4.0
6422026-06-22T19:21:46.790Z Downloaded derive_more v2.1.1
6432026-06-22T19:21:46.793Z Downloaded bitflags v1.3.2
6442026-06-22T19:21:46.796Z Downloaded cassowary v0.3.0
6452026-06-22T19:21:46.801Z Downloaded dyn-clone v1.0.20
6462026-06-22T19:21:46.801Z Downloaded bit-vec v0.8.0
6472026-06-22T19:21:46.805Z Downloaded fixedbitset v0.4.2
6482026-06-22T19:21:46.805Z Downloaded base64ct v1.8.3
6492026-06-22T19:21:46.809Z Downloaded byte-wrapper v0.1.0
6502026-06-22T19:21:46.809Z Downloaded backoff v0.4.0
6512026-06-22T19:21:46.812Z Downloaded flagset v0.4.7
6522026-06-22T19:21:46.812Z Downloaded dropshot-api-manager-types v0.7.2
6532026-06-22T19:21:46.813Z Downloaded fs_extra v1.3.0
6542026-06-22T19:21:46.815Z Downloaded fd-lock v4.0.4
6552026-06-22T19:21:46.815Z Downloaded convert_case v0.10.0
6562026-06-22T19:21:46.815Z Downloaded fxhash v0.2.1
6572026-06-22T19:21:46.818Z Downloaded funty v2.0.0
6582026-06-22T19:21:46.818Z Downloaded atty v0.2.14
6592026-06-22T19:21:46.818Z Downloaded display-error-chain v0.2.2
6602026-06-22T19:21:46.818Z Downloaded defmt v0.3.100
6612026-06-22T19:21:46.818Z Downloaded enum-as-inner v0.6.1
6622026-06-22T19:21:46.822Z Downloaded cstr-argument v0.1.2
6632026-06-22T19:21:46.822Z Downloaded chacha20 v0.9.1
6642026-06-22T19:21:46.822Z Downloaded camino-tempfile-ext v0.3.3
6652026-06-22T19:21:46.825Z Downloaded futures-sink v0.3.32
6662026-06-22T19:21:46.825Z Downloaded derive_builder_macro v0.20.2
6672026-06-22T19:21:46.825Z Downloaded crucible-workspace-hack v0.1.0
6682026-06-22T19:21:46.825Z Downloaded difflib v0.4.0
6692026-06-22T19:21:46.829Z Downloaded backon v1.6.0
6702026-06-22T19:21:46.829Z Downloaded defmt-parser v1.0.0
6712026-06-22T19:21:46.834Z Downloaded either v1.15.0
6722026-06-22T19:21:46.834Z Downloaded async-bb8-diesel v0.2.1
6732026-06-22T19:21:46.834Z Downloaded console v0.16.2
6742026-06-22T19:21:46.839Z Downloaded futures-task v0.3.32
6752026-06-22T19:21:46.839Z Downloaded endian-type v0.1.2
6762026-06-22T19:21:46.839Z Downloaded atomicwrites v0.4.4
6772026-06-22T19:21:46.839Z Downloaded arrayref v0.3.9
6782026-06-22T19:21:46.839Z Downloaded float-ord v0.3.2
6792026-06-22T19:21:46.839Z Downloaded dropshot_endpoint v0.17.0
6802026-06-22T19:21:46.842Z Downloaded downcast-rs v2.0.2
6812026-06-22T19:21:46.846Z Downloaded derive-ex v0.1.8
6822026-06-22T19:21:46.846Z Downloaded colored v3.1.1
6832026-06-22T19:21:46.848Z Downloaded fs-err v2.11.0
6842026-06-22T19:21:46.860Z Downloaded futures-macro v0.3.32
6852026-06-22T19:21:46.860Z Downloaded assert_matches v1.5.0
6862026-06-22T19:21:46.863Z Downloaded ghash v0.5.1
6872026-06-22T19:21:46.863Z Downloaded darling_macro v0.21.3
6882026-06-22T19:21:46.863Z Downloaded curve25519-dalek-derive v0.1.1
6892026-06-22T19:21:46.863Z Downloaded git-stub v1.0.0
6902026-06-22T19:21:46.863Z Downloaded hash32 v0.2.1
6912026-06-22T19:21:46.866Z Downloaded document-features v0.2.12
6922026-06-22T19:21:46.869Z Downloaded http-range v0.1.5
6932026-06-22T19:21:46.869Z Downloaded home v0.5.12
6942026-06-22T19:21:46.872Z Downloaded hostname v0.3.1
6952026-06-22T19:21:46.872Z Downloaded defmt v1.0.1
6962026-06-22T19:21:46.875Z Downloaded debug-ignore v1.0.5
6972026-06-22T19:21:46.878Z Downloaded der_derive v0.7.3
6982026-06-22T19:21:46.881Z Downloaded chacha20 v0.10.0
6992026-06-22T19:21:46.881Z Downloaded embedded-io v0.6.1
7002026-06-22T19:21:46.886Z Downloaded dunce v1.0.5
7012026-06-22T19:21:46.886Z Downloaded cbc v0.1.2
7022026-06-22T19:21:46.886Z Downloaded darling_macro v0.23.0
7032026-06-22T19:21:46.886Z Downloaded bzip2 v0.4.4
7042026-06-22T19:21:46.890Z Downloaded cookie_store v0.22.1
7052026-06-22T19:21:46.890Z Downloaded blake2 v0.10.6
7062026-06-22T19:21:46.890Z Downloaded dtrace-parser v0.3.0
7072026-06-22T19:21:46.895Z Downloaded darling_macro v0.13.4
7082026-06-22T19:21:46.895Z Downloaded cancel-safe-futures v0.1.5
7092026-06-22T19:21:46.895Z Downloaded bzip2 v0.6.1
7102026-06-22T19:21:46.895Z Downloaded arrayvec v0.7.6
7112026-06-22T19:21:46.898Z Downloaded derive_builder v0.20.2
7122026-06-22T19:21:46.898Z Downloaded csv-core v0.1.13
7132026-06-22T19:21:46.898Z Downloaded hex-literal v0.4.1
7142026-06-22T19:21:46.901Z Downloaded hex v0.4.3
7152026-06-22T19:21:46.901Z Downloaded bcs v0.1.6
7162026-06-22T19:21:46.901Z Downloaded anstyle-parse v0.2.7
7172026-06-22T19:21:46.904Z Downloaded bitfield v0.19.4
7182026-06-22T19:21:46.904Z Downloaded foldhash v0.1.5
7192026-06-22T19:21:46.904Z Downloaded cexpr v0.6.0
7202026-06-22T19:21:46.909Z Downloaded bit-vec v0.6.3
7212026-06-22T19:21:46.909Z Downloaded corncobs v0.1.4
7222026-06-22T19:21:46.909Z Downloaded defmt-macros v1.0.1
7232026-06-22T19:21:46.912Z Downloaded futures-io v0.3.32
7242026-06-22T19:21:46.915Z Downloaded httpdate v1.0.3
7252026-06-22T19:21:46.915Z Downloaded group v0.13.0
7262026-06-22T19:21:46.915Z Downloaded derive_builder_core v0.20.2
7272026-06-22T19:21:46.918Z Downloaded futures-executor v0.3.32
7282026-06-22T19:21:46.918Z Downloaded ecdsa v0.16.9
7292026-06-22T19:21:46.918Z Downloaded http-body v1.0.1
7302026-06-22T19:21:46.921Z Downloaded glob v0.3.3
7312026-06-22T19:21:46.925Z Downloaded darling v0.13.4
7322026-06-22T19:21:46.925Z Downloaded foldhash v0.2.0
7332026-06-22T19:21:46.929Z Downloaded hubpack v0.1.2
7342026-06-22T19:21:46.929Z Downloaded globwalk v0.9.1
7352026-06-22T19:21:46.929Z Downloaded indent_write v2.2.0
7362026-06-22T19:21:46.935Z Downloaded diesel_derives v2.3.7
7372026-06-22T19:21:46.935Z Downloaded git-stub-vcs v0.1.0
7382026-06-22T19:21:46.940Z Downloaded futures-channel v0.3.32
7392026-06-22T19:21:46.940Z Downloaded darling v0.20.11
7402026-06-22T19:21:46.947Z Downloaded hostname v0.4.2
7412026-06-22T19:21:46.947Z Downloaded ident_case v1.0.1
7422026-06-22T19:21:46.947Z Downloaded globset v0.4.18
7432026-06-22T19:21:46.947Z Downloaded hubpack_derive v0.1.1
7442026-06-22T19:21:46.947Z Downloaded headers-core v0.3.0
7452026-06-22T19:21:46.947Z Downloaded hash32 v0.3.1
7462026-06-22T19:21:46.952Z Downloaded inout v0.1.4
7472026-06-22T19:21:46.953Z Downloaded illumos-nvpair v0.3.0
7482026-06-22T19:21:46.953Z Downloaded internet-checksum v0.2.1
7492026-06-22T19:21:46.953Z Downloaded env_logger v0.11.9
7502026-06-22T19:21:46.953Z Downloaded is_ci v1.2.0
7512026-06-22T19:21:46.953Z Downloaded keccak v0.1.6
7522026-06-22T19:21:46.957Z Downloaded deranged v0.5.8
7532026-06-22T19:21:46.957Z Downloaded http-body-util v0.1.3
7542026-06-22T19:21:46.957Z Downloaded anstream v0.6.21
7552026-06-22T19:21:46.962Z Downloaded kstat-rs v0.2.4
7562026-06-22T19:21:46.969Z Downloaded libscf-sys v1.1.0
7572026-06-22T19:21:46.969Z Downloaded illumos-nvpair-sys v0.2.0
7582026-06-22T19:21:46.969Z Downloaded darling_core v0.20.11
7592026-06-22T19:21:46.976Z Downloaded instability v0.3.11
7602026-06-22T19:21:46.976Z Downloaded ena v0.14.4
7612026-06-22T19:21:46.976Z Downloaded fixedbitset v0.5.7
7622026-06-22T19:21:46.976Z Downloaded highway v1.3.0
7632026-06-22T19:21:46.976Z Downloaded is-terminal v0.4.17
7642026-06-22T19:21:46.982Z Downloaded instant v0.1.13
7652026-06-22T19:21:46.982Z Downloaded find-msvc-tools v0.1.9
7662026-06-22T19:21:46.982Z Downloaded filetime v0.2.27
7672026-06-22T19:21:46.982Z Downloaded diesel-dtrace v0.5.0
7682026-06-22T19:21:46.982Z Downloaded lazy_static v1.5.0
7692026-06-22T19:21:46.982Z Downloaded derive_more v0.99.20
7702026-06-22T19:21:46.987Z Downloaded compact_str v0.8.1
7712026-06-22T19:21:46.987Z Downloaded gethostname v0.5.0
7722026-06-22T19:21:46.987Z Downloaded darling v0.23.0
7732026-06-22T19:21:46.990Z Downloaded daft-derive v0.1.7
7742026-06-22T19:21:46.995Z Downloaded maplit v1.0.2
7752026-06-22T19:21:46.995Z Downloaded elliptic-curve v0.13.8
7762026-06-22T19:21:46.995Z Downloaded linked-hash-map v0.5.6
7772026-06-22T19:21:47.000Z Downloaded futures v0.3.32
7782026-06-22T19:21:47.000Z Downloaded darling v0.21.3
7792026-06-22T19:21:47.009Z Downloaded const_format v0.2.35
7802026-06-22T19:21:47.009Z Downloaded memoffset v0.9.1
7812026-06-22T19:21:47.009Z Downloaded lru v0.12.5
7822026-06-22T19:21:47.016Z Downloaded managed v0.8.0
7832026-06-22T19:21:47.016Z Downloaded fatfs v0.3.6
7842026-06-22T19:21:47.016Z Downloaded lzss v0.8.2
7852026-06-22T19:21:47.016Z Downloaded darling_core v0.21.3
7862026-06-22T19:21:47.020Z Downloaded crossterm v0.28.1
7872026-06-22T19:21:47.020Z Downloaded indoc v2.0.7
7882026-06-22T19:21:47.021Z Downloaded indoc v1.0.9
7892026-06-22T19:21:47.021Z Downloaded hyper-staticfile v0.10.1
7902026-06-22T19:21:47.029Z Downloaded half v1.8.3
7912026-06-22T19:21:47.030Z Downloaded lalrpop-util v0.19.12
7922026-06-22T19:21:47.030Z Downloaded hyper-tls v0.6.0
7932026-06-22T19:21:47.030Z Downloaded erased-serde v0.3.31
7942026-06-22T19:21:47.037Z Downloaded num v0.4.3
7952026-06-22T19:21:47.037Z Downloaded md-5 v0.10.6
7962026-06-22T19:21:47.038Z Downloaded darling_core v0.13.4
7972026-06-22T19:21:47.038Z Downloaded ipnetwork v0.21.1
7982026-06-22T19:21:47.038Z Downloaded newline-converter v0.3.0
7992026-06-22T19:21:47.038Z Downloaded maybe-uninit v2.0.0
8002026-06-22T19:21:47.038Z Downloaded newtype_derive v0.1.6
8012026-06-22T19:21:47.038Z Downloaded new_debug_unreachable v1.0.6
8022026-06-22T19:21:47.043Z Downloaded impl-trait-for-tuples v0.2.3
8032026-06-22T19:21:47.043Z Downloaded httparse v1.10.1
8042026-06-22T19:21:47.043Z Downloaded jobserver v0.1.34
8052026-06-22T19:21:47.043Z Downloaded ingot-types v0.1.2
8062026-06-22T19:21:47.048Z Downloaded flume v0.11.1
8072026-06-22T19:21:47.048Z Downloaded bytes v1.11.1
8082026-06-22T19:21:47.052Z Downloaded lock_api v0.4.14
8092026-06-22T19:21:47.052Z Downloaded cargo_metadata v0.23.1
8102026-06-22T19:21:47.052Z Downloaded arc-swap v1.8.2
8112026-06-22T19:21:47.056Z Downloaded num-derive v0.3.3
8122026-06-22T19:21:47.056Z Downloaded nodrop v0.1.14
8132026-06-22T19:21:47.056Z Downloaded num_threads v0.1.7
8142026-06-22T19:21:47.056Z Downloaded num-iter v0.1.45
8152026-06-22T19:21:47.061Z Downloaded match_cfg v0.1.0
8162026-06-22T19:21:47.061Z Downloaded nonempty v0.12.0
8172026-06-22T19:21:47.061Z Downloaded libsw v3.5.0
8182026-06-22T19:21:47.061Z Downloaded normalize-line-endings v0.3.0
8192026-06-22T19:21:47.061Z Downloaded iana-time-zone v0.1.65
8202026-06-22T19:21:47.065Z Downloaded getrandom v0.2.17
8212026-06-22T19:21:47.065Z Downloaded humantime v2.3.0
8222026-06-22T19:21:47.065Z Downloaded multer v3.1.0
8232026-06-22T19:21:47.071Z Downloaded openssl-macros v0.1.1
8242026-06-22T19:21:47.071Z Downloaded md5 v0.7.0
8252026-06-22T19:21:47.071Z Downloaded lru-slab v0.1.2
8262026-06-22T19:21:47.071Z Downloaded ipnet v2.11.0
8272026-06-22T19:21:47.071Z Downloaded libloading v0.8.9
8282026-06-22T19:21:47.076Z Downloaded libefi-sys v0.1.0
8292026-06-22T19:21:47.076Z Downloaded drift v0.2.0
8302026-06-22T19:21:47.080Z Downloaded nibble_vec v0.1.0
8312026-06-22T19:21:47.085Z Downloaded num_enum_derive v0.5.11
8322026-06-22T19:21:47.085Z Downloaded mime v0.3.17
8332026-06-22T19:21:47.085Z Downloaded base64 v0.21.7
8342026-06-22T19:21:47.085Z Downloaded num-derive v0.4.2
8352026-06-22T19:21:47.089Z Downloaded num-conv v0.2.0
8362026-06-22T19:21:47.089Z Downloaded newtype-uuid-macros v0.1.0
8372026-06-22T19:21:47.089Z Downloaded multimap v0.10.1
8382026-06-22T19:21:47.089Z Downloaded lru-cache v0.1.2
8392026-06-22T19:21:47.093Z Downloaded packed_struct_codegen v0.10.1
8402026-06-22T19:21:47.098Z Downloaded opaque-debug v0.3.1
8412026-06-22T19:21:47.098Z Downloaded openssl-probe v0.2.1
8422026-06-22T19:21:47.102Z Downloaded olpc-cjson v0.1.4
8432026-06-22T19:21:47.102Z Downloaded oso-derive v0.27.3
8442026-06-22T19:21:47.102Z Downloaded dropshot-api-manager v0.7.2
8452026-06-22T19:21:47.107Z Downloaded mime_guess v2.0.5
8462026-06-22T19:21:47.115Z Downloaded getrandom v0.3.4
8472026-06-22T19:21:47.124Z Downloaded pbkdf2 v0.12.2
8482026-06-22T19:21:47.131Z Downloaded parse-size v1.1.0
8492026-06-22T19:21:47.131Z Downloaded parse-display v0.10.0
8502026-06-22T19:21:47.131Z Downloaded openssl-probe v0.1.6
8512026-06-22T19:21:47.132Z Downloaded num-integer v0.1.46
8522026-06-22T19:21:47.132Z Downloaded ingot-macros v0.1.1
8532026-06-22T19:21:47.132Z Downloaded ingot v0.1.1
8542026-06-22T19:21:47.132Z Downloaded hmac v0.12.1
8552026-06-22T19:21:47.143Z Downloaded peg-runtime v0.8.5
8562026-06-22T19:21:47.143Z Downloaded path-slash v0.1.5
8572026-06-22T19:21:47.143Z Downloaded num_enum v0.7.6
8582026-06-22T19:21:47.143Z Downloaded libsw-core v0.3.2
8592026-06-22T19:21:47.152Z Downloaded hyper-rustls v0.27.7
8602026-06-22T19:21:47.152Z Downloaded heapless v0.7.17
8612026-06-22T19:21:47.152Z Downloaded phf_shared v0.12.1
8622026-06-22T19:21:47.152Z Downloaded phf_shared v0.11.3
8632026-06-22T19:21:47.152Z Downloaded crossbeam-channel v0.5.15
8642026-06-22T19:21:47.152Z Downloaded pin-utils v0.1.0
8652026-06-22T19:21:47.157Z Downloaded chacha20poly1305 v0.10.1
8662026-06-22T19:21:47.157Z Downloaded newtype-uuid v1.3.2
8672026-06-22T19:21:47.157Z Downloaded expectorate v1.2.0
8682026-06-22T19:21:47.157Z Downloaded memmap2 v0.9.10
8692026-06-22T19:21:47.162Z Downloaded num_enum v0.5.11
8702026-06-22T19:21:47.172Z Downloaded nu-ansi-term v0.50.3
8712026-06-22T19:21:47.172Z Downloaded native-tls v0.2.18
8722026-06-22T19:21:47.182Z Downloaded precomputed-hash v0.1.1
8732026-06-22T19:21:47.182Z Downloaded phf_shared v0.13.1
8742026-06-22T19:21:47.182Z Downloaded powerfmt v0.2.0
8752026-06-22T19:21:47.182Z Downloaded num-rational v0.4.2
8762026-06-22T19:21:47.182Z Downloaded allocator-api2 v0.2.21
8772026-06-22T19:21:47.182Z Downloaded num-complex v0.4.6
8782026-06-22T19:21:47.189Z Downloaded num_enum_derive v0.7.6
8792026-06-22T19:21:47.189Z Downloaded litrs v1.0.0
8802026-06-22T19:21:47.189Z Downloaded owo-colors v4.3.0
8812026-06-22T19:21:47.189Z Downloaded libbz2-rs-sys v0.2.2
8822026-06-22T19:21:47.194Z Downloaded predicates-core v1.0.10
8832026-06-22T19:21:47.194Z Downloaded parse-display-derive v0.10.0
8842026-06-22T19:21:47.194Z Downloaded proc-macro-crate v1.3.1
8852026-06-22T19:21:47.194Z Downloaded predicates-tree v1.0.13
8862026-06-22T19:21:47.204Z Downloaded progenitor-client v0.14.0
8872026-06-22T19:21:47.214Z Downloaded oxnet v0.1.6
8882026-06-22T19:21:47.214Z Downloaded half v2.7.1
8892026-06-22T19:21:47.214Z Downloaded indexmap v1.9.3
8902026-06-22T19:21:47.214Z Downloaded progenitor-macro v0.14.0
8912026-06-22T19:21:47.214Z Downloaded packed_struct v0.10.1
8922026-06-22T19:21:47.214Z Downloaded ignore v0.4.25
8932026-06-22T19:21:47.223Z Downloaded psl-types v2.0.11
8942026-06-22T19:21:47.223Z Downloaded proc-macro-error-attr2 v2.0.0
8952026-06-22T19:21:47.223Z Downloaded password-hash v0.5.0
8962026-06-22T19:21:47.223Z Downloaded progenitor-macro v0.13.0
8972026-06-22T19:21:47.223Z Downloaded peg v0.8.5
8982026-06-22T19:21:47.223Z Downloaded quick-error v1.2.3
8992026-06-22T19:21:47.230Z Downloaded pbkdf2 v0.11.0
9002026-06-22T19:21:47.230Z Downloaded paste v1.0.15
9012026-06-22T19:21:47.230Z Downloaded phf v0.12.1
9022026-06-22T19:21:47.230Z Downloaded radium v0.7.0
9032026-06-22T19:21:47.230Z Downloaded peg-macros v0.8.5
9042026-06-22T19:21:47.230Z Downloaded password-hash v0.4.2
9052026-06-22T19:21:47.230Z Downloaded parking_lot_core v0.8.6
9062026-06-22T19:21:47.240Z Downloaded pem v3.0.6
9072026-06-22T19:21:47.240Z Downloaded nanorand v0.7.0
9082026-06-22T19:21:47.240Z Downloaded heapless v0.8.0
9092026-06-22T19:21:47.255Z Downloaded phf v0.13.1
9102026-06-22T19:21:47.255Z Downloaded oxide-tokio-rt v0.1.4
9112026-06-22T19:21:47.255Z Downloaded pkcs8 v0.10.2
9122026-06-22T19:21:47.296Z Downloaded rand_chacha v0.3.1
9132026-06-22T19:21:47.296Z Downloaded pem-rfc7468 v0.7.0
9142026-06-22T19:21:47.296Z Downloaded linear-map v1.2.0
9152026-06-22T19:21:47.296Z Downloaded primeorder v0.13.6
9162026-06-22T19:21:47.296Z Downloaded base64 v0.22.1
9172026-06-22T19:21:47.296Z Downloaded parking_lot v0.11.2
9182026-06-22T19:21:47.302Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-06-22T19:21:47.302Z Downloaded ref-cast v1.0.25
9202026-06-22T19:21:47.302Z Downloaded recursive v0.1.1
9212026-06-22T19:21:47.302Z Downloaded bumpalo v3.20.2
9222026-06-22T19:21:47.302Z Downloaded ppv-lite86 v0.2.21
9232026-06-22T19:21:47.302Z Downloaded derive_more-impl v2.1.1
9242026-06-22T19:21:47.302Z Downloaded psm v0.1.30
9252026-06-22T19:21:47.302Z Downloaded progenitor v0.13.0
9262026-06-22T19:21:47.302Z Downloaded polyval v0.6.2
9272026-06-22T19:21:47.302Z Downloaded postgres-protocol v0.6.10
9282026-06-22T19:21:47.302Z Downloaded predicates v3.1.4
9292026-06-22T19:21:47.302Z Downloaded omicron-zone-package v0.12.2
9302026-06-22T19:21:47.302Z Downloaded hickory-resolver v0.25.2
9312026-06-22T19:21:47.302Z Downloaded ar_archive_writer v0.5.1
9322026-06-22T19:21:47.302Z Downloaded progenitor-client v0.13.0
9332026-06-22T19:21:47.303Z Downloaded pkg-config v0.3.32
9342026-06-22T19:21:47.303Z Downloaded flate2 v1.1.9
9352026-06-22T19:21:47.303Z Downloaded proc-macro-error2 v2.0.1
9362026-06-22T19:21:47.303Z Downloaded parking_lot_core v0.9.12
9372026-06-22T19:21:47.303Z Downloaded pin-project-internal v1.1.11
9382026-06-22T19:21:47.320Z Downloaded indicatif v0.18.4
9392026-06-22T19:21:47.320Z Downloaded headers v0.4.1
9402026-06-22T19:21:47.320Z Downloaded rtoolbox v0.0.3
9412026-06-22T19:21:47.326Z Downloaded russh-cryptovec v0.7.3
9422026-06-22T19:21:47.326Z Downloaded rfc6979 v0.4.0
9432026-06-22T19:21:47.326Z Downloaded rustc_version v0.4.1
9442026-06-22T19:21:47.326Z Downloaded rustc_version v0.1.7
9452026-06-22T19:21:47.326Z Downloaded hickory-resolver v0.24.4
9462026-06-22T19:21:47.326Z Downloaded cc v1.2.56
9472026-06-22T19:21:47.326Z Downloaded rand_xorshift v0.4.0
9482026-06-22T19:21:47.327Z Downloaded r2d2 v0.8.10
9492026-06-22T19:21:47.332Z Downloaded pkcs5 v0.7.1
9502026-06-22T19:21:47.332Z Downloaded rustc-hash v2.1.1
9512026-06-22T19:21:47.332Z Downloaded pin-project-lite v0.2.17
9522026-06-22T19:21:47.336Z Downloaded rand_core v0.9.5
9532026-06-22T19:21:47.336Z Downloaded rand_chacha v0.9.0
9542026-06-22T19:21:47.337Z Downloaded rand_core v0.10.0
9552026-06-22T19:21:47.341Z Downloaded async-compression v0.4.41
9562026-06-22T19:21:47.347Z Downloaded salsa20 v0.10.2
9572026-06-22T19:21:47.354Z Downloaded scroll_derive v0.13.1
9582026-06-22T19:21:47.359Z Downloaded rand_seeder v0.4.0
9592026-06-22T19:21:47.359Z Downloaded rand_core v0.6.4
9602026-06-22T19:21:47.359Z Downloaded pkcs1 v0.7.5
9612026-06-22T19:21:47.359Z Downloaded parking_lot v0.12.5
9622026-06-22T19:21:47.365Z Downloaded der v0.7.10
9632026-06-22T19:21:47.365Z Downloaded ref-cast-impl v1.0.25
9642026-06-22T19:21:47.372Z Downloaded papergrid v0.17.0
9652026-06-22T19:21:47.372Z Downloaded scopeguard v1.2.0
9662026-06-22T19:21:47.378Z Downloaded scrypt v0.11.0
9672026-06-22T19:21:47.382Z Downloaded oso v0.27.3
9682026-06-22T19:21:47.382Z Downloaded scheduled-thread-pool v0.2.7
9692026-06-22T19:21:47.386Z Downloaded same-file v1.0.6
9702026-06-22T19:21:47.386Z Downloaded progenitor-extras v0.2.0
9712026-06-22T19:21:47.386Z Downloaded poly1305 v0.8.0
9722026-06-22T19:21:47.390Z Downloaded secrecy v0.8.0
9732026-06-22T19:21:47.390Z Downloaded resolv-conf v0.7.6
9742026-06-22T19:21:47.390Z Downloaded semver v0.1.20
9752026-06-22T19:21:47.390Z Downloaded serde-big-array v0.5.1
9762026-06-22T19:21:47.396Z Downloaded secrecy v0.10.3
9772026-06-22T19:21:47.396Z Downloaded hashbrown v0.12.3
9782026-06-22T19:21:47.401Z Downloaded proc-macro-crate v3.4.0
9792026-06-22T19:21:47.401Z Downloaded miniz_oxide v0.8.9
9802026-06-22T19:21:47.401Z Downloaded seq-macro v0.3.6
9812026-06-22T19:21:47.401Z Downloaded http v1.4.0
9822026-06-22T19:21:47.409Z Downloaded rustls-native-certs v0.8.3
9832026-06-22T19:21:47.411Z Downloaded progenitor v0.14.0
9842026-06-22T19:21:47.411Z Downloaded serde_plain v1.0.2
9852026-06-22T19:21:47.411Z Downloaded sha1 v0.10.6
9862026-06-22T19:21:47.416Z Downloaded serde_repr v0.1.20
9872026-06-22T19:21:47.421Z Downloaded serde_bytes v0.11.19
9882026-06-22T19:21:47.421Z Downloaded serde_spanned v1.0.4
9892026-06-22T19:21:47.425Z Downloaded rustls-pemfile v1.0.4
9902026-06-22T19:21:47.426Z Downloaded openssl-sys v0.9.115
9912026-06-22T19:21:47.426Z Downloaded serde_urlencoded v0.7.1
9922026-06-22T19:21:47.430Z Downloaded ed25519-dalek v2.2.0
9932026-06-22T19:21:47.430Z Downloaded aes v0.8.4
9942026-06-22T19:21:47.434Z Downloaded jiff-static v0.2.21
9952026-06-22T19:21:47.439Z Downloaded schemars_derive v0.8.22
9962026-06-22T19:21:47.443Z Downloaded sigpipe v0.1.3
9972026-06-22T19:21:47.443Z Downloaded rusty-fork v0.3.1
9982026-06-22T19:21:47.449Z Downloaded signature v2.2.0
9992026-06-22T19:21:47.449Z Downloaded sapling-renderdag v0.1.0
10002026-06-22T19:21:47.449Z Downloaded rustversion v1.0.22
10012026-06-22T19:21:47.449Z Downloaded pin-project v1.1.11
10022026-06-22T19:21:47.457Z Downloaded siphasher v1.0.2
10032026-06-22T19:21:47.463Z Downloaded signal-hook-tokio v0.3.1
10042026-06-22T19:21:47.464Z Downloaded sec1 v0.7.3
10052026-06-22T19:21:47.464Z Downloaded sct v0.7.1
10062026-06-22T19:21:47.464Z Downloaded postcard v1.1.3
10072026-06-22T19:21:47.464Z Downloaded signal-hook-mio v0.2.5
10082026-06-22T19:21:47.467Z Downloaded postgres-types v0.2.12
10092026-06-22T19:21:47.467Z Downloaded scroll v0.13.0
10102026-06-22T19:21:47.467Z Downloaded slog-bunyan v2.5.0
10112026-06-22T19:21:47.467Z Downloaded prefix-trie v0.7.0
10122026-06-22T19:21:47.472Z Downloaded progenitor-impl v0.13.0
10132026-06-22T19:21:47.472Z Downloaded slog-envlogger v2.2.0
10142026-06-22T19:21:47.476Z Downloaded p256 v0.13.2
10152026-06-22T19:21:47.477Z Downloaded progenitor-impl v0.14.0
10162026-06-22T19:21:47.487Z Downloaded rustls-pemfile v2.2.0
10172026-06-22T19:21:47.502Z Downloaded hickory-server v0.25.2
10182026-06-22T19:21:47.507Z Downloaded serde_derive_internals v0.29.1
10192026-06-22T19:21:47.507Z Downloaded serde_path_to_error v0.1.20
10202026-06-22T19:21:47.507Z Downloaded serde_with_macros v1.5.2
10212026-06-22T19:21:47.507Z Downloaded shell-words v1.1.1
10222026-06-22T19:21:47.516Z Downloaded serde-hex v0.1.0
10232026-06-22T19:21:47.516Z Downloaded ssh-cipher v0.2.0
10242026-06-22T19:21:47.516Z Downloaded sqlparser_derive v0.5.0
10252026-06-22T19:21:47.522Z Downloaded rustls-pki-types v1.14.0
10262026-06-22T19:21:47.533Z Downloaded slog-async v2.8.0
10272026-06-22T19:21:47.539Z Downloaded structmeta v0.3.0
10282026-06-22T19:21:47.545Z Downloaded strsim v0.10.0
10292026-06-22T19:21:47.545Z Downloaded ssh-encoding v0.2.0
10302026-06-22T19:21:47.545Z Downloaded signal-hook-registry v1.4.8
10312026-06-22T19:21:47.545Z Downloaded strip-ansi-escapes v0.2.1
10322026-06-22T19:21:47.545Z Downloaded shlex v1.3.0
10332026-06-22T19:21:47.550Z Downloaded rcgen v0.12.1
10342026-06-22T19:21:47.550Z Downloaded prettyplease v0.2.37
10352026-06-22T19:21:47.554Z Downloaded pretty_assertions v1.4.1
10362026-06-22T19:21:47.554Z Downloaded slab v0.4.12
10372026-06-22T19:21:47.560Z Downloaded strum v0.27.2
10382026-06-22T19:21:47.564Z Downloaded simd-adler32 v0.3.8
10392026-06-22T19:21:47.565Z Downloaded sync-ptr v0.1.4
10402026-06-22T19:21:47.565Z Downloaded smallvec v0.6.14
10412026-06-22T19:21:47.569Z Downloaded strum v0.26.3
10422026-06-22T19:21:47.569Z Downloaded slog-term v2.9.2
10432026-06-22T19:21:47.569Z Downloaded slog-stdlog v4.1.1
10442026-06-22T19:21:47.569Z Downloaded slog-json v2.6.1
10452026-06-22T19:21:47.569Z Downloaded tabled_derive v0.11.0
10462026-06-22T19:21:47.573Z Downloaded ron v0.8.1
10472026-06-22T19:21:47.578Z Downloaded tabwriter v1.4.1
10482026-06-22T19:21:47.578Z Downloaded smf v0.2.3
10492026-06-22T19:21:47.578Z Downloaded quinn-udp v0.5.14
10502026-06-22T19:21:47.578Z Downloaded tagptr v0.2.0
10512026-06-22T19:21:47.582Z Downloaded sync_wrapper v1.0.2
10522026-06-22T19:21:47.582Z Downloaded itertools v0.10.5
10532026-06-22T19:21:47.587Z Downloaded subtle v2.6.1
10542026-06-22T19:21:47.587Z Downloaded serde_cbor v0.11.2
10552026-06-22T19:21:47.587Z Downloaded slog-dtrace v0.3.0
10562026-06-22T19:21:47.587Z Downloaded hashbrown v0.13.2
10572026-06-22T19:21:47.591Z Downloaded take_mut v0.2.2
10582026-06-22T19:21:47.591Z Downloaded spki v0.7.3
10592026-06-22T19:21:47.591Z Downloaded snafu-derive v0.8.9
10602026-06-22T19:21:47.591Z Downloaded russh-keys v0.45.0
10612026-06-22T19:21:47.607Z Downloaded crossterm v0.29.0
10622026-06-22T19:21:47.618Z Downloaded mio v1.2.0
10632026-06-22T19:21:47.618Z Downloaded serde_with_macros v3.17.0
10642026-06-22T19:21:47.618Z Downloaded tinyvec_macros v0.1.1
10652026-06-22T19:21:47.618Z Downloaded num-bigint v0.4.6
10662026-06-22T19:21:47.618Z Downloaded thiserror-impl-no-std v2.0.2
10672026-06-22T19:21:47.618Z Downloaded testing_table v0.3.0
10682026-06-22T19:21:47.618Z Downloaded termtree v0.5.1
10692026-06-22T19:21:47.618Z Downloaded hyper-util v0.1.20
10702026-06-22T19:21:47.622Z Downloaded libxml v0.3.3
10712026-06-22T19:21:47.622Z Downloaded time-core v0.1.8
10722026-06-22T19:21:47.622Z Downloaded thread-id v5.1.0
10732026-06-22T19:21:47.622Z Downloaded diesel v2.3.7
10742026-06-22T19:21:47.628Z Downloaded tokio-macros v2.7.0
10752026-06-22T19:21:47.632Z Downloaded stringprep v0.1.5
10762026-06-22T19:21:47.632Z Downloaded string_cache v0.8.9
10772026-06-22T19:21:47.632Z Downloaded ryu v1.0.23
10782026-06-22T19:21:47.637Z Downloaded structmeta-derive v0.3.0
10792026-06-22T19:21:47.637Z Downloaded minimal-lexical v0.2.1
10802026-06-22T19:21:47.644Z Downloaded rayon-core v1.13.0
10812026-06-22T19:21:47.644Z Downloaded tap v1.0.1
10822026-06-22T19:21:47.644Z Downloaded strum_macros v0.27.2
10832026-06-22T19:21:47.648Z Downloaded strum_macros v0.24.3
10842026-06-22T19:21:47.648Z Downloaded hashbrown v0.16.1
10852026-06-22T19:21:47.648Z Downloaded supports-color v3.0.2
10862026-06-22T19:21:47.648Z Downloaded hashbrown v0.15.5
10872026-06-22T19:21:47.653Z Downloaded stacker v0.1.23
10882026-06-22T19:21:47.653Z Downloaded quinn v0.11.9
10892026-06-22T19:21:47.657Z Downloaded static_assertions v1.1.0
10902026-06-22T19:21:47.657Z Downloaded slog-scope v4.4.1
10912026-06-22T19:21:47.657Z Downloaded publicsuffix v2.3.0
10922026-06-22T19:21:47.661Z Downloaded thiserror-no-std v2.0.2
10932026-06-22T19:21:47.666Z Downloaded topological-sort v0.2.2
10942026-06-22T19:21:47.666Z Downloaded termios v0.3.3
10952026-06-22T19:21:47.671Z Downloaded support-bundle-viewer v0.1.2
10962026-06-22T19:21:47.671Z Downloaded spin v0.9.8
10972026-06-22T19:21:47.675Z Downloaded itertools v0.13.0
10982026-06-22T19:21:47.675Z Downloaded rustls-platform-verifier v0.6.2
10992026-06-22T19:21:47.678Z Downloaded sqlformat v0.3.5
11002026-06-22T19:21:47.682Z Downloaded tls_codec v0.4.2
11012026-06-22T19:21:47.685Z Downloaded nom v7.1.3
11022026-06-22T19:21:47.693Z Downloaded tiny-keccak v2.0.2
11032026-06-22T19:21:47.693Z Downloaded time-macros v0.2.27
11042026-06-22T19:21:47.704Z Downloaded thread_local v1.1.9
11052026-06-22T19:21:47.704Z Downloaded rand v0.8.6
11062026-06-22T19:21:47.704Z Downloaded itertools v0.12.1
11072026-06-22T19:21:47.704Z Downloaded schemars v0.8.22
11082026-06-22T19:21:47.710Z Downloaded unarray v0.1.4
11092026-06-22T19:21:47.710Z Downloaded tokio-dtrace v0.1.1
11102026-06-22T19:21:47.710Z Downloaded tokio-native-tls v0.3.1
11112026-06-22T19:21:47.710Z Downloaded tls_codec_derive v0.4.2
11122026-06-22T19:21:47.715Z Downloaded slog v2.8.2
11132026-06-22T19:21:47.715Z Downloaded rsa v0.9.10
11142026-06-22T19:21:47.715Z Downloaded strum_macros v0.26.4
11152026-06-22T19:21:47.719Z Downloaded num-bigint-dig v0.8.6
11162026-06-22T19:21:47.719Z Downloaded tower-service v0.3.3
11172026-06-22T19:21:47.725Z Downloaded try-lock v0.2.5
11182026-06-22T19:21:47.725Z Downloaded trait-variant v0.1.2
11192026-06-22T19:21:47.725Z Downloaded tower-layer v0.3.3
11202026-06-22T19:21:47.725Z Downloaded similar v2.7.0
11212026-06-22T19:21:47.729Z Downloaded schemars v0.9.0
11222026-06-22T19:21:47.737Z Downloaded qorb v0.4.1
11232026-06-22T19:21:47.737Z Downloaded universal-hash v0.5.1
11242026-06-22T19:21:47.741Z Downloaded tokio-tungstenite v0.21.0
11252026-06-22T19:21:47.746Z Downloaded tokio-tungstenite v0.23.1
11262026-06-22T19:21:47.746Z Downloaded untrusted v0.7.1
11272026-06-22T19:21:47.746Z Downloaded term v1.2.1
11282026-06-22T19:21:47.751Z Downloaded term v0.7.0
11292026-06-22T19:21:47.751Z Downloaded usdt v0.6.0
11302026-06-22T19:21:47.752Z Downloaded unit-prefix v0.5.2
11312026-06-22T19:21:47.752Z Downloaded usdt-attr-macro v0.6.0
11322026-06-22T19:21:47.756Z Downloaded untrusted v0.9.0
11332026-06-22T19:21:47.756Z Downloaded unicode-truncate v1.1.0
11342026-06-22T19:21:47.756Z Downloaded rand v0.10.0
11352026-06-22T19:21:47.756Z Downloaded aho-corasick v1.1.4
11362026-06-22T19:21:47.765Z Downloaded rustls-webpki v0.103.9
11372026-06-22T19:21:47.769Z Downloaded serde_yaml v0.9.34+deprecated
11382026-06-22T19:21:47.775Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-06-22T19:21:47.775Z Downloaded socket2 v0.5.10
11402026-06-22T19:21:47.775Z Downloaded toml_writer v1.0.6+spec-1.1.0
11412026-06-22T19:21:47.775Z Downloaded usdt-macro v0.6.0
11422026-06-22T19:21:47.775Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11432026-06-22T19:21:47.787Z Downloaded iri-string v0.7.10
11442026-06-22T19:21:47.795Z Downloaded tui-tree-widget v0.23.1
11452026-06-22T19:21:47.795Z Downloaded unicase v2.9.0
11462026-06-22T19:21:47.795Z Downloaded utf-8 v0.7.6
11472026-06-22T19:21:47.795Z Downloaded typify-macro v0.6.2
11482026-06-22T19:21:47.837Z Downloaded wait-timeout v0.2.1
11492026-06-22T19:21:47.837Z Downloaded void v1.0.2
11502026-06-22T19:21:47.837Z Downloaded xshell-macros v0.2.7
11512026-06-22T19:21:47.837Z Downloaded socket2 v0.6.3
11522026-06-22T19:21:47.837Z Downloaded hkdf v0.12.4
11532026-06-22T19:21:47.837Z Downloaded signal-hook v0.3.18
11542026-06-22T19:21:47.837Z Downloaded tokio-rustls v0.26.4
11552026-06-22T19:21:47.837Z Downloaded want v0.3.1
11562026-06-22T19:21:47.837Z Downloaded tokio-rustls v0.25.0
11572026-06-22T19:21:47.837Z Downloaded tokio-rustls v0.24.1
11582026-06-22T19:21:47.837Z Downloaded schemars v1.2.1
11592026-06-22T19:21:47.837Z Downloaded subprocess v0.2.15
11602026-06-22T19:21:47.837Z Downloaded rand v0.9.2
11612026-06-22T19:21:47.837Z Downloaded vergen-git2 v9.1.0
11622026-06-22T19:21:47.853Z Downloaded tokio-stream v0.1.18
11632026-06-22T19:21:47.853Z Downloaded h2 v0.4.13
11642026-06-22T19:21:47.861Z Downloaded vsss-rs v3.3.4
11652026-06-22T19:21:47.861Z Downloaded samael v0.0.19
11662026-06-22T19:21:47.861Z Downloaded itertools v0.14.0
11672026-06-22T19:21:47.861Z Downloaded test-strategy v0.4.5
11682026-06-22T19:21:47.870Z Downloaded nom v8.0.0
11692026-06-22T19:21:47.870Z Downloaded unicode-properties v0.1.4
11702026-06-22T19:21:47.870Z Downloaded zone_cfg_derive v0.3.1
11712026-06-22T19:21:47.870Z Downloaded xshell v0.2.7
11722026-06-22T19:21:47.870Z Downloaded xattr v1.6.1
11732026-06-22T19:21:47.876Z Downloaded zeroize_derive v1.4.3
11742026-06-22T19:21:47.876Z Downloaded wyz v0.5.1
11752026-06-22T19:21:47.876Z Downloaded toml_parser v1.0.9+spec-1.1.0
11762026-06-22T19:21:47.882Z Downloaded uzers v0.12.2
11772026-06-22T19:21:47.891Z Downloaded vergen-lib v0.1.6
11782026-06-22T19:21:47.896Z Downloaded vergen v9.1.0
11792026-06-22T19:21:47.896Z Downloaded zone v0.3.1
11802026-06-22T19:21:47.896Z Downloaded tracing-attributes v0.1.31
11812026-06-22T19:21:47.900Z Downloaded russh v0.45.0
11822026-06-22T19:21:47.900Z Downloaded walkdir v2.5.0
11832026-06-22T19:21:47.900Z Downloaded vergen-lib v9.1.0
11842026-06-22T19:21:47.905Z Downloaded iddqd v0.4.2
11852026-06-22T19:21:47.909Z Downloaded whoami v1.6.1
11862026-06-22T19:21:47.909Z Downloaded hyper v1.8.1
11872026-06-22T19:21:47.914Z Downloaded tar v0.4.45
11882026-06-22T19:21:47.916Z Downloaded toml v0.7.8
11892026-06-22T19:21:47.921Z Downloaded p521 v0.13.3
11902026-06-22T19:21:47.925Z Downloaded rustyline v14.0.0
11912026-06-22T19:21:47.928Z Downloaded twox-hash v2.1.2
11922026-06-22T19:21:47.928Z Downloaded bitvec v1.0.1
11932026-06-22T19:21:47.936Z Downloaded toml v1.0.6+spec-1.1.0
11942026-06-22T19:21:47.939Z Downloaded tinyvec v1.10.0
11952026-06-22T19:21:47.942Z Downloaded libm v0.2.16
11962026-06-22T19:21:47.946Z Downloaded waitgroup v0.1.2
11972026-06-22T19:21:47.951Z Downloaded futures-util v0.3.32
11982026-06-22T19:21:47.955Z Downloaded steno v0.4.1
11992026-06-22T19:21:47.961Z Downloaded rpassword v7.4.0
12002026-06-22T19:21:47.961Z Downloaded vergen-gitcl v1.0.8
12012026-06-22T19:21:47.961Z Downloaded usdt-impl v0.6.0
12022026-06-22T19:21:47.961Z Downloaded zstd-safe v7.2.4
12032026-06-22T19:21:47.965Z Downloaded zstd v0.13.3
12042026-06-22T19:21:47.965Z Downloaded snafu v0.8.9
12052026-06-22T19:21:47.969Z Downloaded tracing-core v0.1.36
12062026-06-22T19:21:47.973Z Downloaded whoami v2.1.0
12072026-06-22T19:21:47.980Z Downloaded typify v0.6.2
12082026-06-22T19:21:47.989Z Downloaded vte v0.14.1
12092026-06-22T19:21:47.989Z Downloaded toml_edit v0.23.10+spec-1.0.0
12102026-06-22T19:21:47.995Z Downloaded tungstenite v0.21.0
12112026-06-22T19:21:47.995Z Downloaded yasna v0.5.2
12122026-06-22T19:21:48.001Z Downloaded git2 v0.20.4
12132026-06-22T19:21:48.001Z Downloaded unsafe-libyaml v0.2.11
12142026-06-22T19:21:48.009Z Downloaded zerocopy v0.6.6
12152026-06-22T19:21:48.013Z Downloaded zeroize v1.8.2
12162026-06-22T19:21:48.022Z Downloaded tokio-postgres v0.7.16
12172026-06-22T19:21:48.029Z Downloaded blake3 v1.8.3
12182026-06-22T19:21:48.035Z Downloaded aws-lc-rs v1.16.3
12192026-06-22T19:21:48.041Z Downloaded toml_edit v0.19.15
12202026-06-22T19:21:48.051Z Downloaded yansi v1.0.1
12212026-06-22T19:21:48.055Z Downloaded unicode-bidi v0.3.18
12222026-06-22T19:21:48.055Z Downloaded serde_with v1.14.0
12232026-06-22T19:21:48.063Z Downloaded reqwest v0.12.28
12242026-06-22T19:21:48.069Z Downloaded chrono v0.4.44
12252026-06-22T19:21:48.069Z Downloaded regex v1.12.3
12262026-06-22T19:21:48.072Z Downloaded reqwest v0.13.2
12272026-06-22T19:21:48.077Z Downloaded uuid v1.23.0
12282026-06-22T19:21:48.083Z Downloaded tungstenite v0.23.0
12292026-06-22T19:21:48.090Z Downloaded lalrpop v0.19.12
12302026-06-22T19:21:48.096Z Downloaded reedline v0.40.0
12312026-06-22T19:21:48.106Z Downloaded unicode_categories v0.1.1
12322026-06-22T19:21:48.114Z Downloaded p384 v0.13.1
12332026-06-22T19:21:48.118Z Downloaded zip v0.6.6
12342026-06-22T19:21:48.124Z Downloaded ssh-key v0.6.7
12352026-06-22T19:21:48.134Z Downloaded quick-xml v0.37.5
12362026-06-22T19:21:48.141Z Downloaded rustls-webpki v0.101.7
12372026-06-22T19:21:48.148Z Downloaded salty v0.3.0
12382026-06-22T19:21:48.151Z Downloaded zerocopy-derive v0.8.40
12392026-06-22T19:21:48.157Z Downloaded rayon v1.11.0
12402026-06-22T19:21:48.161Z Downloaded proptest v1.10.0
12412026-06-22T19:21:48.166Z Downloaded bindgen v0.71.1
12422026-06-22T19:21:48.181Z Downloaded x509-cert v0.2.5
12432026-06-22T19:21:48.189Z Downloaded portable-atomic v1.13.1
12442026-06-22T19:21:48.193Z Downloaded zopfli v0.8.3
12452026-06-22T19:21:48.193Z Downloaded unicode-segmentation v1.12.0
12462026-06-22T19:21:48.194Z Downloaded unicode-normalization v0.1.25
12472026-06-22T19:21:48.194Z Downloaded tokio-util v0.7.18
12482026-06-22T19:21:48.198Z Downloaded goblin v0.10.5
12492026-06-22T19:21:48.202Z Downloaded tower v0.5.3
12502026-06-22T19:21:48.206Z Downloaded typed-path v0.9.3
12512026-06-22T19:21:48.209Z Downloaded serde_with v3.17.0
12522026-06-22T19:21:48.212Z Downloaded moka v0.12.13
12532026-06-22T19:21:48.223Z Downloaded rustls-webpki v0.102.8
12542026-06-22T19:21:48.230Z Downloaded zip v4.6.1
12552026-06-22T19:21:48.236Z Downloaded tower-http v0.6.8
12562026-06-22T19:21:48.240Z Downloaded curve25519-dalek v4.1.3
12572026-06-22T19:21:48.243Z Downloaded petname v2.0.2
12582026-06-22T19:21:48.254Z Downloaded tough v0.22.0
12592026-06-22T19:21:48.278Z Downloaded quinn-proto v0.11.13
12602026-06-22T19:21:48.307Z Downloaded object v0.30.4
12612026-06-22T19:21:48.311Z Downloaded polar-core v0.27.3
12622026-06-22T19:21:48.315Z Downloaded radix_trie v0.2.1
12632026-06-22T19:21:48.325Z Downloaded nix v0.27.1
12642026-06-22T19:21:48.330Z Downloaded winnow v0.6.26
12652026-06-22T19:21:48.337Z Downloaded winnow v0.5.40
12662026-06-22T19:21:48.337Z Downloaded dropshot v0.17.0
12672026-06-22T19:21:48.351Z Downloaded bstr v1.12.1
12682026-06-22T19:21:48.359Z Downloaded time v0.3.47
12692026-06-22T19:21:48.362Z Downloaded tabled v0.20.0
12702026-06-22T19:21:48.371Z Downloaded openssl v0.10.79
12712026-06-22T19:21:48.376Z Downloaded rustls v0.21.12
12722026-06-22T19:21:48.396Z Downloaded nix v0.28.0
12732026-06-22T19:21:48.404Z Downloaded hickory-proto v0.24.4
12742026-06-22T19:21:48.413Z Downloaded zlib-rs v0.6.2
12752026-06-22T19:21:48.417Z Downloaded webpki-roots v1.0.6
12762026-06-22T19:21:48.420Z Downloaded smoltcp v0.9.1
12772026-06-22T19:21:48.425Z Downloaded object v0.37.3
12782026-06-22T19:21:48.430Z Downloaded smoltcp v0.11.0
12792026-06-22T19:21:48.437Z Downloaded regex-syntax v0.6.29
12802026-06-22T19:21:48.444Z Downloaded rustls v0.22.4
12812026-06-22T19:21:48.449Z Downloaded nix v0.31.2
12822026-06-22T19:21:48.456Z Downloaded zerocopy v0.8.40
12832026-06-22T19:21:48.462Z Downloaded vcpkg v0.2.15
12842026-06-22T19:21:48.486Z Downloaded rustls v0.23.37
12852026-06-22T19:21:48.493Z Downloaded regress v0.11.1
12862026-06-22T19:21:48.521Z Downloaded regress v0.10.5
12872026-06-22T19:21:48.533Z Downloaded openapiv3 v2.2.0
12882026-06-22T19:21:48.533Z Downloaded regex-syntax v0.8.10
12892026-06-22T19:21:48.533Z Downloaded hickory-proto v0.25.2
12902026-06-22T19:21:48.537Z Downloaded rustix v0.38.44
12912026-06-22T19:21:48.597Z Downloaded typify-impl v0.6.2
12922026-06-22T19:21:48.606Z Downloaded ratatui v0.29.0
12932026-06-22T19:21:48.620Z Downloaded sqlparser v0.61.0
12942026-06-22T19:21:48.624Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-06-22T19:21:48.631Z Downloaded sled v0.34.7
12962026-06-22T19:21:48.640Z Downloaded tracing v0.1.44
12972026-06-22T19:21:48.704Z Downloaded chrono-tz v0.10.4
12982026-06-22T19:21:48.715Z Downloaded zerocopy-derive v0.6.6
12992026-06-22T19:21:48.722Z Downloaded petgraph v0.8.3
13002026-06-22T19:21:48.735Z Downloaded regex-automata v0.4.14
13012026-06-22T19:21:48.744Z Downloaded petgraph v0.6.5
13022026-06-22T19:21:48.758Z Downloaded jiff v0.2.21
13032026-06-22T19:21:48.774Z Downloaded sha3 v0.10.8
13042026-06-22T19:21:48.777Z Downloaded tokio v1.52.1
13052026-06-22T19:21:48.801Z Downloaded libz-sys v1.1.24
13062026-06-22T19:21:48.813Z Downloaded csv v1.4.0
13072026-06-22T19:21:48.829Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-06-22T19:21:48.899Z Downloaded encoding_rs v0.8.35
13092026-06-22T19:21:48.913Z Downloaded ring v0.17.14
13102026-06-22T19:21:48.971Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-06-22T19:21:49.645Z Downloaded aws-lc-sys v0.40.0
13122026-06-22T19:21:49.898Z Compiling libc v0.2.185
13132026-06-22T19:21:49.899Z Compiling serde v1.0.228
13142026-06-22T19:21:49.905Z Compiling log v0.4.29
13152026-06-22T19:21:49.905Z Compiling shlex v1.3.0
13162026-06-22T19:21:50.034Z Compiling find-msvc-tools v0.1.9
13172026-06-22T19:21:50.039Z Compiling smallvec v1.15.1
13182026-06-22T19:21:50.045Z Compiling syn v2.0.117
13192026-06-22T19:21:50.051Z Compiling typenum v1.19.0
13202026-06-22T19:21:50.195Z Compiling generic-array v0.14.7
13212026-06-22T19:21:50.209Z Compiling subtle v2.6.1
13222026-06-22T19:21:50.226Z Compiling scopeguard v1.2.0
13232026-06-22T19:21:50.297Z Compiling const-oid v0.9.6
13242026-06-22T19:21:50.324Z Compiling lock_api v0.4.14
13252026-06-22T19:21:50.338Z Compiling serde_json v1.0.149
13262026-06-22T19:21:50.376Z Compiling zerocopy v0.8.40
13272026-06-22T19:21:50.440Z Compiling parking_lot_core v0.9.12
13282026-06-22T19:21:50.541Z Compiling pin-project-lite v0.2.17
13292026-06-22T19:21:50.631Z Compiling portable-atomic v1.13.1
13302026-06-22T19:21:50.685Z Compiling pkg-config v0.3.32
13312026-06-22T19:21:50.816Z Compiling bitflags v2.11.0
13322026-06-22T19:21:50.900Z Compiling getrandom v0.2.17
13332026-06-22T19:21:50.996Z Compiling jobserver v0.1.34
13342026-06-22T19:21:51.016Z Compiling errno v0.3.14
13352026-06-22T19:21:51.035Z Compiling rand_core v0.6.4
13362026-06-22T19:21:51.119Z Compiling signal-hook-registry v1.4.8
13372026-06-22T19:21:51.254Z Compiling cc v1.2.56
13382026-06-22T19:21:51.302Z Compiling critical-section v1.2.0
13392026-06-22T19:21:51.356Z Compiling futures-core v0.3.32
13402026-06-22T19:21:51.390Z Compiling libm v0.2.16
13412026-06-22T19:21:51.405Z Compiling parking_lot v0.12.5
13422026-06-22T19:21:51.431Z Compiling mio v1.2.0
13432026-06-22T19:21:51.507Z Compiling num-traits v0.2.19
13442026-06-22T19:21:51.645Z Compiling once_cell v1.21.3
13452026-06-22T19:21:51.660Z Compiling percent-encoding v2.3.2
13462026-06-22T19:21:51.763Z Compiling socket2 v0.6.3
13472026-06-22T19:21:51.836Z Compiling futures-sink v0.3.32
13482026-06-22T19:21:51.843Z Compiling cpufeatures v0.2.17
13492026-06-22T19:21:51.843Z Compiling futures-task v0.3.32
13502026-06-22T19:21:51.881Z Compiling futures-io v0.3.32
13512026-06-22T19:21:51.913Z Compiling getrandom v0.4.1
13522026-06-22T19:21:51.931Z Compiling futures-channel v0.3.32
13532026-06-22T19:21:52.015Z Compiling slab v0.4.12
13542026-06-22T19:21:52.027Z Compiling rand_core v0.10.0
13552026-06-22T19:21:52.146Z Compiling indexmap v2.14.0
13562026-06-22T19:21:52.158Z Compiling rustversion v1.0.22
13572026-06-22T19:21:52.184Z Compiling getrandom v0.3.4
13582026-06-22T19:21:52.187Z Compiling cmake v0.1.57
13592026-06-22T19:21:52.636Z Compiling form_urlencoded v1.2.2
13602026-06-22T19:21:52.671Z Compiling fs_extra v1.3.0
13612026-06-22T19:21:52.816Z Compiling dunce v1.0.5
13622026-06-22T19:21:52.880Z Compiling synstructure v0.13.2
13632026-06-22T19:21:52.901Z Compiling base64ct v1.8.3
13642026-06-22T19:21:52.911Z Compiling ident_case v1.0.1
13652026-06-22T19:21:52.943Z Compiling aws-lc-sys v0.40.0
13662026-06-22T19:21:53.036Z Compiling flagset v0.4.7
13672026-06-22T19:21:53.165Z Compiling pem-rfc7468 v0.7.0
13682026-06-22T19:21:53.183Z Compiling rustix v1.1.3
13692026-06-22T19:21:53.196Z Compiling iana-time-zone v0.1.65
13702026-06-22T19:21:53.243Z Compiling regex-syntax v0.8.10
13712026-06-22T19:21:53.396Z Compiling rand_core v0.9.5
13722026-06-22T19:21:53.409Z Compiling ring v0.17.14
13732026-06-22T19:21:53.474Z Compiling aws-lc-rs v1.16.3
13742026-06-22T19:21:53.493Z Compiling vcpkg v0.2.15
13752026-06-22T19:21:53.676Z Compiling uuid v1.23.0
13762026-06-22T19:21:53.769Z Compiling rustc_version v0.4.1
13772026-06-22T19:21:54.115Z Compiling tracing-core v0.1.36
13782026-06-22T19:21:54.248Z Compiling openssl-sys v0.9.115
13792026-06-22T19:21:54.435Z Compiling base64 v0.22.1
13802026-06-22T19:21:54.637Z Compiling serde_derive v1.0.228
13812026-06-22T19:21:54.674Z Compiling zeroize_derive v1.4.3
13822026-06-22T19:21:54.721Z Compiling zerofrom-derive v0.1.6
13832026-06-22T19:21:54.768Z Compiling yoke-derive v0.8.1
13842026-06-22T19:21:54.939Z Compiling zerovec-derive v0.11.2
13852026-06-22T19:21:55.312Z Compiling zeroize v1.8.2
13862026-06-22T19:21:55.680Z Compiling zerocopy-derive v0.8.40
13872026-06-22T19:21:55.957Z Compiling displaydoc v0.2.5
13882026-06-22T19:21:56.092Z Compiling crypto-common v0.1.7
13892026-06-22T19:21:56.114Z Compiling block-buffer v0.10.4
13902026-06-22T19:21:56.130Z Compiling zerofrom v0.1.6
13912026-06-22T19:21:56.230Z Compiling yoke v0.8.1
13922026-06-22T19:21:56.248Z Compiling digest v0.10.7
13932026-06-22T19:21:56.274Z Compiling tokio-macros v2.7.0
13942026-06-22T19:21:56.405Z Compiling zerovec v0.11.5
13952026-06-22T19:21:56.492Z Compiling futures-macro v0.3.32
13962026-06-22T19:21:56.693Z Compiling zerotrie v0.2.3
13972026-06-22T19:21:56.883Z Compiling tinystr v0.8.2
13982026-06-22T19:21:56.962Z Compiling potential_utf v0.1.4
13992026-06-22T19:21:56.977Z Compiling hmac v0.12.1
14002026-06-22T19:21:57.081Z Compiling icu_locale_core v2.1.1
14012026-06-22T19:21:57.116Z Compiling icu_collections v2.1.1
14022026-06-22T19:21:57.121Z Compiling block-padding v0.3.3
14032026-06-22T19:21:57.262Z Compiling futures-util v0.3.32
14042026-06-22T19:21:57.278Z Compiling inout v0.1.4
14052026-06-22T19:21:57.487Z Compiling cipher v0.4.4
14062026-06-22T19:21:57.617Z Compiling sha2 v0.10.9
14072026-06-22T19:21:57.744Z Compiling icu_provider v2.1.1
14082026-06-22T19:21:58.002Z Compiling icu_normalizer v2.1.1
14092026-06-22T19:21:58.047Z Compiling bytes v1.11.1
14102026-06-22T19:21:58.090Z Compiling icu_properties v2.1.2
14112026-06-22T19:21:58.100Z Compiling der_derive v0.7.3
14122026-06-22T19:21:58.545Z Compiling tokio v1.52.1
14132026-06-22T19:21:58.658Z Compiling http v1.4.0
14142026-06-22T19:21:59.016Z Compiling idna_adapter v1.2.1
14152026-06-22T19:21:59.054Z Compiling der v0.7.10
14162026-06-22T19:21:59.156Z Compiling idna v1.1.0
14172026-06-22T19:21:59.250Z Compiling chrono v0.4.44
14182026-06-22T19:21:59.563Z Compiling url v2.5.8
14192026-06-22T19:21:59.579Z Compiling salsa20 v0.10.2
14202026-06-22T19:21:59.702Z Compiling pbkdf2 v0.12.2
14212026-06-22T19:21:59.784Z Compiling rustls-pki-types v1.14.0
14222026-06-22T19:21:59.805Z Compiling tracing-attributes v0.1.31
14232026-06-22T19:22:00.055Z Compiling ppv-lite86 v0.2.21
14242026-06-22T19:22:00.200Z Compiling spki v0.7.3
14252026-06-22T19:22:00.213Z Compiling thiserror-impl v2.0.18
14262026-06-22T19:22:00.299Z Compiling scrypt v0.11.0
14272026-06-22T19:22:00.365Z Compiling rand_chacha v0.9.0
14282026-06-22T19:22:00.386Z Compiling http-body v1.0.1
14292026-06-22T19:22:00.527Z Compiling aes v0.8.4
14302026-06-22T19:22:00.539Z Compiling cbc v0.1.2
14312026-06-22T19:22:00.617Z Compiling httparse v1.10.1
14322026-06-22T19:22:00.679Z Compiling untrusted v0.9.0
14332026-06-22T19:22:00.797Z Compiling openssl-probe v0.2.1
14342026-06-22T19:22:00.936Z Compiling tinyvec_macros v0.1.1
14352026-06-22T19:22:00.972Z Compiling untrusted v0.7.1
14362026-06-22T19:22:01.006Z Compiling tinyvec v1.10.0
14372026-06-22T19:22:01.067Z Compiling tracing v0.1.44
14382026-06-22T19:22:01.079Z Compiling pkcs5 v0.7.1
14392026-06-22T19:22:01.326Z Compiling pest_generator v2.8.6
14402026-06-22T19:22:01.339Z Compiling rand v0.9.2
14412026-06-22T19:22:01.502Z Compiling thiserror v2.0.18
14422026-06-22T19:22:01.535Z Compiling serde_derive_internals v0.29.1
14432026-06-22T19:22:01.556Z Compiling aho-corasick v1.1.4
14442026-06-22T19:22:01.607Z Compiling tower-service v0.3.3
14452026-06-22T19:22:01.700Z Compiling atomic-waker v1.1.2
14462026-06-22T19:22:01.820Z Compiling try-lock v0.2.5
14472026-06-22T19:22:01.926Z Compiling rustls v0.23.37
14482026-06-22T19:22:02.008Z Compiling schemars v0.8.22
14492026-06-22T19:22:02.094Z Compiling tower-layer v0.3.3
14502026-06-22T19:22:02.130Z Compiling dyn-clone v1.0.20
14512026-06-22T19:22:02.213Z Compiling tokio-util v0.7.18
14522026-06-22T19:22:02.245Z Compiling pest_derive v2.8.6
14532026-06-22T19:22:02.277Z Compiling want v0.3.1
14542026-06-22T19:22:02.416Z Compiling schemars_derive v0.8.22
14552026-06-22T19:22:02.477Z Compiling regex-automata v0.4.14
14562026-06-22T19:22:02.695Z Compiling pkcs8 v0.10.2
14572026-06-22T19:22:02.999Z Compiling h2 v0.4.13
14582026-06-22T19:22:03.145Z Compiling ipnet v2.11.0
14592026-06-22T19:22:03.241Z Compiling scroll_derive v0.13.1
14602026-06-22T19:22:03.257Z Compiling darling_core v0.20.11
14612026-06-22T19:22:03.639Z Compiling pin-utils v0.1.0
14622026-06-22T19:22:03.639Z Compiling httpdate v1.0.3
14632026-06-22T19:22:03.710Z Compiling openssl v0.10.79
14642026-06-22T19:22:03.867Z Compiling foreign-types-shared v0.1.1
14652026-06-22T19:22:03.947Z Compiling foreign-types v0.3.2
14662026-06-22T19:22:03.960Z Compiling tempfile v3.25.0
14672026-06-22T19:22:04.031Z Compiling scroll v0.13.0
14682026-06-22T19:22:04.167Z Compiling unicode-normalization v0.1.25
14692026-06-22T19:22:04.314Z Compiling openssl-macros v0.1.1
14702026-06-22T19:22:04.612Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-06-22T19:22:04.690Z Compiling socket2 v0.5.10
14722026-06-22T19:22:04.693Z Compiling spin v0.9.8
14732026-06-22T19:22:04.898Z Compiling time-core v0.1.8
14742026-06-22T19:22:04.986Z Compiling num-conv v0.2.0
14752026-06-22T19:22:05.040Z Compiling crc32fast v1.5.0
14762026-06-22T19:22:05.077Z Compiling powerfmt v0.2.0
14772026-06-22T19:22:05.109Z Compiling native-tls v0.2.18
14782026-06-22T19:22:05.272Z Compiling deranged v0.5.8
14792026-06-22T19:22:05.276Z Compiling time-macros v0.2.27
14802026-06-22T19:22:05.472Z Compiling darling_macro v0.20.11
14812026-06-22T19:22:05.927Z Compiling hyper v1.8.1
14822026-06-22T19:22:06.215Z Compiling darling v0.20.11
14832026-06-22T19:22:06.295Z Compiling goblin v0.10.5
14842026-06-22T19:22:06.307Z Compiling rustls-native-certs v0.8.3
14852026-06-22T19:22:06.472Z Compiling sync_wrapper v1.0.2
14862026-06-22T19:22:06.983Z Compiling wait-timeout v0.2.1
14872026-06-22T19:22:06.987Z Compiling num_threads v0.1.7
14882026-06-22T19:22:06.987Z Compiling bit-vec v0.8.0
14892026-06-22T19:22:06.987Z Compiling usdt-impl v0.6.0
14902026-06-22T19:22:06.987Z Compiling simd-adler32 v0.3.8
14912026-06-22T19:22:06.987Z Compiling unicode-segmentation v1.12.0
14922026-06-22T19:22:07.030Z Compiling hyper-util v0.1.20
14932026-06-22T19:22:07.083Z Compiling quick-error v1.2.3
14942026-06-22T19:22:07.187Z Compiling syn v1.0.109
14952026-06-22T19:22:07.268Z Compiling crossbeam-utils v0.8.21
14962026-06-22T19:22:07.522Z Compiling siphasher v1.0.2
14972026-06-22T19:22:07.661Z Compiling rusty-fork v0.3.1
14982026-06-22T19:22:07.733Z Compiling bit-set v0.8.0
14992026-06-22T19:22:07.849Z Compiling time v0.3.47
15002026-06-22T19:22:07.883Z Compiling tower v0.5.3
15012026-06-22T19:22:07.971Z Compiling derive_builder_core v0.20.2
15022026-06-22T19:22:08.354Z Compiling dtrace-parser v0.3.0
15032026-06-22T19:22:08.496Z Compiling http-body-util v0.1.3
15042026-06-22T19:22:08.749Z Compiling webpki-roots v1.0.6
15052026-06-22T19:22:08.830Z Compiling signature v2.2.0
15062026-06-22T19:22:08.845Z Compiling scroll_derive v0.12.1
15072026-06-22T19:22:08.865Z Compiling thiserror-impl v1.0.69
15082026-06-22T19:22:09.008Z Compiling dof v0.4.0
15092026-06-22T19:22:09.093Z Compiling heapless v0.7.17
15102026-06-22T19:22:09.334Z Compiling rand_xorshift v0.4.0
15112026-06-22T19:22:09.406Z Compiling slog v2.8.2
15122026-06-22T19:22:09.487Z Compiling darling_core v0.21.3
15132026-06-22T19:22:09.505Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-22T19:22:09.581Z Compiling thread-id v5.1.0
15152026-06-22T19:22:09.661Z Compiling cookie v0.18.1
15162026-06-22T19:22:09.761Z Compiling unicode-properties v0.1.4
15172026-06-22T19:22:09.839Z Compiling ryu v1.0.23
15182026-06-22T19:22:09.962Z Compiling zstd-safe v7.2.4
15192026-06-22T19:22:10.008Z Compiling allocator-api2 v0.2.21
15202026-06-22T19:22:10.094Z Compiling unarray v0.1.4
15212026-06-22T19:22:10.151Z Compiling unicode-bidi v0.3.18
15222026-06-22T19:22:10.160Z Compiling paste v1.0.15
15232026-06-22T19:22:10.198Z Compiling signal-hook v0.3.18
15242026-06-22T19:22:10.331Z Compiling adler2 v2.0.1
15252026-06-22T19:22:10.364Z Compiling anyhow v1.0.102
15262026-06-22T19:22:10.412Z Compiling iri-string v0.7.10
15272026-06-22T19:22:10.456Z Compiling stringprep v0.1.5
15282026-06-22T19:22:10.508Z Compiling miniz_oxide v0.8.9
15292026-06-22T19:22:10.723Z Compiling proptest v1.10.0
15302026-06-22T19:22:10.856Z Compiling thiserror v1.0.69
15312026-06-22T19:22:10.883Z Compiling serde_urlencoded v0.7.1
15322026-06-22T19:22:11.133Z Compiling scroll v0.12.0
15332026-06-22T19:22:11.428Z Compiling derive_builder_macro v0.20.2
15342026-06-22T19:22:12.053Z Compiling tower-http v0.6.8
15352026-06-22T19:22:12.056Z Compiling tokio-native-tls v0.3.1
15362026-06-22T19:22:12.057Z Compiling heck v0.4.1
15372026-06-22T19:22:12.057Z Compiling darling_macro v0.21.3
15382026-06-22T19:22:12.057Z Compiling ipnetwork v0.21.1
15392026-06-22T19:22:12.061Z Compiling bstr v1.12.1
15402026-06-22T19:22:12.124Z Compiling rand_chacha v0.3.1
15412026-06-22T19:22:12.327Z Compiling serde_spanned v0.6.9
15422026-06-22T19:22:12.375Z Compiling serde_tokenstream v0.2.3
15432026-06-22T19:22:12.439Z Compiling toml_datetime v0.6.11
15442026-06-22T19:22:12.510Z Compiling erased-serde v0.3.31
15452026-06-22T19:22:12.689Z Compiling md-5 v0.10.6
15462026-06-22T19:22:12.733Z Compiling zerocopy-derive v0.7.35
15472026-06-22T19:22:12.742Z Compiling async-trait v0.1.89
15482026-06-22T19:22:12.850Z Compiling pin-project-internal v1.1.11
15492026-06-22T19:22:12.971Z Compiling curve25519-dalek v4.1.3
15502026-06-22T19:22:12.996Z Compiling vergen-lib v9.1.0
15512026-06-22T19:22:13.161Z Compiling num-integer v0.1.46
15522026-06-22T19:22:13.302Z Compiling hash32 v0.2.1
15532026-06-22T19:22:13.488Z Compiling ff v0.13.1
15542026-06-22T19:22:13.501Z Compiling memoffset v0.9.1
15552026-06-22T19:22:13.577Z Compiling encoding_rs v0.8.35
15562026-06-22T19:22:13.622Z Compiling ref-cast v1.0.25
15572026-06-22T19:22:13.690Z Compiling base16ct v0.2.0
15582026-06-22T19:22:13.755Z Compiling rustix v0.38.44
15592026-06-22T19:22:13.869Z Compiling zlib-rs v0.6.2
15602026-06-22T19:22:13.930Z Compiling mime v0.3.17
15612026-06-22T19:22:13.976Z Compiling num-bigint-dig v0.8.6
15622026-06-22T19:22:14.098Z Compiling cfg_aliases v0.2.1
15632026-06-22T19:22:14.156Z Compiling smoltcp v0.9.1
15642026-06-22T19:22:14.172Z Compiling litrs v1.0.0
15652026-06-22T19:22:14.184Z Compiling psl-types v2.0.11
15662026-06-22T19:22:14.303Z Compiling fallible-iterator v0.2.0
15672026-06-22T19:22:14.501Z Compiling publicsuffix v2.3.0
15682026-06-22T19:22:14.610Z Compiling postgres-protocol v0.6.10
15692026-06-22T19:22:14.665Z Compiling nix v0.31.2
15702026-06-22T19:22:14.668Z Compiling document-features v0.2.12
15712026-06-22T19:22:15.063Z Compiling pin-project v1.1.11
15722026-06-22T19:22:15.135Z Compiling sec1 v0.7.3
15732026-06-22T19:22:15.181Z Compiling group v0.13.0
15742026-06-22T19:22:15.634Z Compiling zerocopy v0.7.35
15752026-06-22T19:22:15.637Z Compiling num-iter v0.1.45
15762026-06-22T19:22:15.637Z Compiling newtype-uuid v1.3.2
15772026-06-22T19:22:15.704Z Compiling darling v0.21.3
15782026-06-22T19:22:15.737Z Compiling hubpack_derive v0.1.1
15792026-06-22T19:22:15.755Z Compiling rand v0.8.6
15802026-06-22T19:22:15.783Z Compiling oxnet v0.1.6
15812026-06-22T19:22:15.806Z Compiling snafu-derive v0.8.9
15822026-06-22T19:22:16.065Z Compiling hyper-tls v0.6.0
15832026-06-22T19:22:16.169Z Compiling derive_builder v0.20.2
15842026-06-22T19:22:16.292Z Compiling goblin v0.8.2
15852026-06-22T19:22:16.651Z Compiling flate2 v1.1.9
15862026-06-22T19:22:16.861Z Compiling phf_shared v0.13.1
15872026-06-22T19:22:17.023Z Compiling lazy_static v1.5.0
15882026-06-22T19:22:17.056Z Compiling regex v1.12.3
15892026-06-22T19:22:17.093Z Compiling anstyle-parse v0.2.7
15902026-06-22T19:22:17.115Z Compiling strum_macros v0.27.2
15912026-06-22T19:22:17.272Z Compiling futures-executor v0.3.32
15922026-06-22T19:22:17.307Z Compiling hex v0.4.3
15932026-06-22T19:22:17.487Z Compiling hkdf v0.12.4
15942026-06-22T19:22:17.564Z Compiling crypto-bigint v0.5.5
15952026-06-22T19:22:17.621Z Compiling terminal_size v0.4.3
15962026-06-22T19:22:17.649Z Compiling ref-cast-impl v1.0.25
15972026-06-22T19:22:17.742Z Compiling curve25519-dalek-derive v0.1.1
15982026-06-22T19:22:17.759Z Compiling daft-derive v0.1.7
15992026-06-22T19:22:18.184Z Compiling vergen v9.1.0
16002026-06-22T19:22:18.364Z Compiling fs-err v3.3.0
16012026-06-22T19:22:18.378Z Compiling cargo-platform v0.3.2
16022026-06-22T19:22:18.476Z Compiling ahash v0.8.12
16032026-06-22T19:22:18.551Z Compiling same-file v1.0.6
16042026-06-22T19:22:18.650Z Compiling managed v0.8.0
16052026-06-22T19:22:18.674Z Compiling bitflags v1.3.2
16062026-06-22T19:22:18.711Z Compiling libbz2-rs-sys v0.2.2
16072026-06-22T19:22:18.747Z Compiling object v0.37.3
16082026-06-22T19:22:18.857Z Compiling winnow v0.5.40
16092026-06-22T19:22:19.011Z Compiling foldhash v0.2.0
16102026-06-22T19:22:19.120Z Compiling foldhash v0.1.5
16112026-06-22T19:22:19.237Z Compiling bumpalo v3.20.2
16122026-06-22T19:22:19.289Z Compiling hashbrown v0.15.5
16132026-06-22T19:22:19.384Z Compiling hashbrown v0.16.1
16142026-06-22T19:22:19.484Z Compiling zopfli v0.8.3
16152026-06-22T19:22:19.674Z Compiling strum v0.27.2
16162026-06-22T19:22:19.768Z Compiling bzip2 v0.6.1
16172026-06-22T19:22:19.830Z Compiling clap_builder v4.6.0
16182026-06-22T19:22:19.965Z Compiling walkdir v2.5.0
16192026-06-22T19:22:20.099Z Compiling cargo_metadata v0.23.1
16202026-06-22T19:22:20.126Z Compiling toml_edit v0.19.15
16212026-06-22T19:22:20.258Z Compiling dof v0.3.0
16222026-06-22T19:22:20.273Z Compiling elliptic-curve v0.13.8
16232026-06-22T19:22:20.628Z Compiling daft v0.1.7
16242026-06-22T19:22:20.958Z Compiling snafu v0.8.9
16252026-06-22T19:22:21.014Z Compiling futures v0.3.32
16262026-06-22T19:22:21.094Z Compiling anstream v0.6.21
16272026-06-22T19:22:21.393Z Compiling phf v0.13.1
16282026-06-22T19:22:21.429Z Compiling signal-hook-mio v0.2.5
16292026-06-22T19:22:21.544Z Compiling cookie_store v0.22.1
16302026-06-22T19:22:21.619Z Compiling bzip2 v0.4.4
16312026-06-22T19:22:21.826Z Compiling hubpack v0.1.2
16322026-06-22T19:22:21.903Z Compiling zstd v0.13.3
16332026-06-22T19:22:22.037Z Compiling serde_with_macros v3.17.0
16342026-06-22T19:22:22.268Z Compiling postgres-types v0.2.12
16352026-06-22T19:22:22.737Z Compiling usdt-macro v0.6.0
16362026-06-22T19:22:22.790Z Compiling usdt-attr-macro v0.6.0
16372026-06-22T19:22:22.862Z Compiling globset v0.4.18
16382026-06-22T19:22:23.188Z Compiling dtrace-parser v0.2.0
16392026-06-22T19:22:23.294Z Compiling ed25519 v2.2.3
16402026-06-22T19:22:23.469Z Compiling phf_shared v0.11.3
16412026-06-22T19:22:23.549Z Compiling olpc-cjson v0.1.4
16422026-06-22T19:22:23.576Z Compiling pkcs1 v0.7.5
16432026-06-22T19:22:23.652Z Compiling enum-as-inner v0.6.1
16442026-06-22T19:22:23.655Z Compiling clap_derive v4.6.1
16452026-06-22T19:22:23.706Z Compiling strum_macros v0.26.4
16462026-06-22T19:22:23.932Z Compiling serde-big-array v0.5.1
16472026-06-22T19:22:23.969Z Compiling serde_plain v1.0.2
16482026-06-22T19:22:24.075Z Compiling rfc6979 v0.4.0
16492026-06-22T19:22:24.139Z Compiling pem v3.0.6
16502026-06-22T19:22:24.158Z Compiling serde_repr v0.1.20
16512026-06-22T19:22:24.197Z Compiling async-recursion v1.1.1
16522026-06-22T19:22:24.218Z Compiling float-cmp v0.10.0
16532026-06-22T19:22:24.350Z Compiling thread-id v4.2.2
16542026-06-22T19:22:24.433Z Compiling memmap2 v0.9.10
16552026-06-22T19:22:24.457Z Compiling env_filter v1.0.0
16562026-06-22T19:22:24.641Z Compiling predicates-core v1.0.10
16572026-06-22T19:22:24.672Z Compiling data-encoding v2.10.0
16582026-06-22T19:22:24.754Z Compiling typed-path v0.9.3
16592026-06-22T19:22:24.812Z Compiling either v1.15.0
16602026-06-22T19:22:24.835Z Compiling keccak v0.1.6
16612026-06-22T19:22:25.012Z Compiling fixedbitset v0.5.7
16622026-06-22T19:22:25.322Z Compiling whoami v2.1.0
16632026-06-22T19:22:25.359Z Compiling precomputed-hash v0.1.1
16642026-06-22T19:22:25.406Z Compiling fixedbitset v0.4.2
16652026-06-22T19:22:25.425Z Compiling jiff v0.2.21
16662026-06-22T19:22:25.442Z Compiling static_assertions v1.1.0
16672026-06-22T19:22:25.512Z Compiling difflib v0.4.0
16682026-06-22T19:22:25.615Z Compiling normalize-line-endings v0.3.0
16692026-06-22T19:22:25.628Z Compiling new_debug_unreachable v1.0.6
16702026-06-22T19:22:25.684Z Compiling toml_edit v0.22.27
16712026-06-22T19:22:25.700Z Compiling string_cache v0.8.9
16722026-06-22T19:22:25.708Z Compiling petgraph v0.6.5
16732026-06-22T19:22:25.924Z Compiling predicates v3.1.4
16742026-06-22T19:22:25.965Z Compiling tokio-postgres v0.7.16
16752026-06-22T19:22:26.068Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-06-22T19:22:26.566Z Compiling strum v0.26.3
16772026-06-22T19:22:26.689Z Compiling clap v4.6.1
16782026-06-22T19:22:26.772Z Compiling petgraph v0.8.3
16792026-06-22T19:22:26.922Z Compiling itertools v0.13.0
16802026-06-22T19:22:27.176Z Compiling sha3 v0.10.8
16812026-06-22T19:22:27.693Z Compiling hickory-proto v0.25.2
16822026-06-22T19:22:28.171Z Compiling zip v4.6.1
16832026-06-22T19:22:28.202Z Compiling env_logger v0.11.9
16842026-06-22T19:22:28.453Z Compiling usdt v0.6.0
16852026-06-22T19:22:28.562Z Compiling usdt-impl v0.5.0
16862026-06-22T19:22:28.714Z Compiling ecdsa v0.16.9
16872026-06-22T19:22:28.732Z Compiling rsa v0.9.10
16882026-06-22T19:22:28.869Z Compiling ed25519-dalek v2.2.0
16892026-06-22T19:22:29.121Z Compiling serde_with v3.17.0
16902026-06-22T19:22:29.196Z Compiling crossterm v0.28.1
16912026-06-22T19:22:29.536Z Compiling zip v0.6.6
16922026-06-22T19:22:30.025Z Compiling toml v0.7.8
16932026-06-22T19:22:30.113Z Compiling iddqd v0.4.2
16942026-06-22T19:22:30.792Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-06-22T19:22:30.823Z Compiling similar v2.7.0
16962026-06-22T19:22:30.836Z Compiling crossbeam-epoch v0.9.18
16972026-06-22T19:22:31.163Z Compiling tokio-stream v0.1.18
16982026-06-22T19:22:31.372Z Compiling buf-list v1.1.2
16992026-06-22T19:22:31.411Z Compiling x509-cert v0.2.5
17002026-06-22T19:22:31.635Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17012026-06-22T19:22:31.651Z Compiling openapiv3 v2.2.0
17022026-06-22T19:22:31.680Z Compiling sha1 v0.10.6
17032026-06-22T19:22:31.902Z Compiling lalrpop-util v0.19.12
17042026-06-22T19:22:31.919Z Compiling peg-runtime v0.8.5
17052026-06-22T19:22:32.008Z Compiling thread_local v1.1.9
17062026-06-22T19:22:32.086Z Compiling slog-async v2.8.0
17072026-06-22T19:22:32.196Z Compiling crossbeam-channel v0.5.15
17082026-06-22T19:22:32.260Z Compiling filetime v0.2.27
17092026-06-22T19:22:32.371Z Compiling is-terminal v0.4.17
17102026-06-22T19:22:32.403Z Compiling take_mut v0.2.2
17112026-06-22T19:22:32.444Z Compiling xattr v1.6.1
17122026-06-22T19:22:32.490Z Compiling term v1.2.1
17132026-06-22T19:22:32.667Z Compiling tar v0.4.45
17142026-06-22T19:22:33.042Z Compiling slog-term v2.9.2
17152026-06-22T19:22:42.643Z Compiling rustls-webpki v0.103.9
17162026-06-22T19:22:45.533Z Compiling tokio-rustls v0.26.4
17172026-06-22T19:22:45.533Z Compiling rustls-platform-verifier v0.6.2
17182026-06-22T19:22:45.616Z Compiling hyper-rustls v0.27.7
17192026-06-22T19:22:46.227Z Compiling reqwest v0.12.28
17202026-06-22T19:22:46.259Z Compiling reqwest v0.13.2
17212026-06-22T19:22:47.061Z Compiling tough v0.22.0
17222026-06-22T19:22:49.578Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-06-22T19:22:49.790Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-06-22T19:22:53.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17252026-06-22T19:22:53.055Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17262026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Starting download, target: Clickhouse
17272026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Starting download, target: Cockroach
17282026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Starting download, target: Console
17292026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Starting download, target: DendriteStub
17302026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Starting download, target: MaghemiteMgd
17312026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Starting download, target: MaghemiteDdmd
17322026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Starting download, target: TransceiverControl
17332026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17362026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-06-22T19:22:53.055ZJun 22 19:22:51.678 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-06-22T19:22:53.298ZJun 22 19:22:52.144 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-06-22T19:22:53.520ZJun 22 19:22:52.368 INFO Download complete, target: TransceiverControl
17422026-06-22T19:22:53.729ZJun 22 19:22:52.574 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-06-22T19:22:53.970ZJun 22 19:22:52.808 INFO Download complete, target: Console
17442026-06-22T19:22:54.798ZJun 22 19:22:53.630 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-06-22T19:22:55.539ZJun 22 19:22:54.383 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-06-22T19:22:55.901ZJun 22 19:22:54.741 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17472026-06-22T19:22:56.011ZJun 22 19:22:54.836 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-06-22T19:22:57.485ZJun 22 19:22:56.343 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-22T19:22:57.485ZJun 22 19:22:56.343 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-22T19:22:57.926ZJun 22 19:22:56.786 INFO Download complete, target: MaghemiteDdmd
17512026-06-22T19:22:58.040ZJun 22 19:22:56.901 INFO Download complete, target: DendriteStub
17522026-06-22T19:22:58.475ZJun 22 19:22:57.336 INFO Download complete, target: MaghemiteMgd
17532026-06-22T19:23:01.550ZJun 22 19:23:00.406 INFO Checking that binary works, target: Clickhouse
17542026-06-22T19:23:01.700ZJun 22 19:23:00.522 INFO Download complete, target: Clickhouse
17552026-06-22T19:23:02.121ZJun 22 19:23:00.951 INFO Checking that binary works, target: Cockroach
17562026-06-22T19:23:02.226ZJun 22 19:23:01.066 INFO Download complete, target: Cockroach
17572026-06-22T19:23:02.247ZAll builder prerequisites installed successfully, and PATH looks valid
17582026-06-22T19:23:02.247Z
17592026-06-22T19:23:02.247Zreal 2:09.816918561
17602026-06-22T19:23:02.247Zuser 6:49.917929895
17612026-06-22T19:23:02.247Zsys 1:21.430838750
17622026-06-22T19:23:02.247Ztrap 0.239512111
17632026-06-22T19:23:02.247Ztflt 0.710160363
17642026-06-22T19:23:02.247Zdflt 0.506536967
17652026-06-22T19:23:02.247Zkflt 0.024083344
17662026-06-22T19:23:02.248Zlock 21:51.815417405
17672026-06-22T19:23:02.248Zslp 21:16.999223711
17682026-06-22T19:23:02.248Zlat 38.535946356
17692026-06-22T19:23:02.248Zstop 1:41.907283101
17702026-06-22T19:23:02.248Z+ banner hack-check
17712026-06-22T19:23:02.248Z
17722026-06-22T19:23:02.248Z # # ## #### # # #### # # ###### #### # #
17732026-06-22T19:23:02.248Z # # # # # # # # # # # # # # # # #
17742026-06-22T19:23:02.248Z ###### # # # #### ##### # ###### ##### # ####
17752026-06-22T19:23:02.248Z # # ###### # # # # # # # # # #
17762026-06-22T19:23:02.248Z # # # # # # # # # # # # # # # # #
17772026-06-22T19:23:02.248Z # # # # #### # # #### # # ###### #### # #
17782026-06-22T19:23:02.249Z
17792026-06-22T19:23:02.249Z+ export CARGO_INCREMENTAL=0
17802026-06-22T19:23:02.249Z+ CARGO_INCREMENTAL=0
17812026-06-22T19:23:02.249Z+ ptime -m timeout 2h cargo xtask check-features --ci
17822026-06-22T19:23:02.689Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17832026-06-22T19:23:02.902Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17842026-06-22T19:23:04.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
17852026-06-22T19:23:04.803Z Running `target/debug/xtask check-features --ci`
17862026-06-22T19:23:04.832Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17872026-06-22T19:23:04.832Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17882026-06-22T19:23:05.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17892026-06-22T19:23:05.280Z Running `target/debug/xtask download cargo-hack`
17902026-06-22T19:23:05.982Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-06-22T19:23:06.290Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-06-22T19:23:08.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17932026-06-22T19:23:08.973Z Running `target/debug/xtask-downloader cargo-hack`
17942026-06-22T19:23:09.010ZJun 22 19:23:07.871 INFO Starting download, target: CargoHack
17952026-06-22T19:23:09.013ZJun 22 19:23:07.872 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17962026-06-22T19:23:09.364ZJun 22 19:23:08.223 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17972026-06-22T19:23:09.410ZJun 22 19:23:08.271 INFO Download complete, target: CargoHack
17982026-06-22T19:23:09.412Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17992026-06-22T19:23:09.427Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18002026-06-22T19:23:09.584Zinfo: running `cargo check --bins` on api_identity (1/298)
18012026-06-22T19:23:10.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-06-22T19:23:10.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-06-22T19:23:10.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-06-22T19:23:10.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18052026-06-22T19:23:10.078Z
18062026-06-22T19:23:10.078Zinfo: running `cargo check --bins` on bootstore (2/298)
18072026-06-22T19:23:10.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-22T19:23:10.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-22T19:23:10.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-22T19:23:10.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18112026-06-22T19:23:10.585Z
18122026-06-22T19:23:10.585Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18132026-06-22T19:23:10.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-22T19:23:11.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-22T19:23:11.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-22T19:23:11.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18172026-06-22T19:23:11.077Z
18182026-06-22T19:23:11.077Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18192026-06-22T19:23:11.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-22T19:23:11.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-22T19:23:11.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-22T19:23:11.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18232026-06-22T19:23:11.582Z
18242026-06-22T19:23:11.583Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18252026-06-22T19:23:11.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-22T19:23:12.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-22T19:23:12.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-22T19:23:12.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18292026-06-22T19:23:12.075Z
18302026-06-22T19:23:12.075Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18312026-06-22T19:23:12.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-22T19:23:12.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-22T19:23:12.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-22T19:23:12.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18352026-06-22T19:23:12.586Z
18362026-06-22T19:23:12.587Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18372026-06-22T19:23:13.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-22T19:23:13.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-22T19:23:13.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-22T19:23:13.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18412026-06-22T19:23:13.100Z
18422026-06-22T19:23:13.100Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18432026-06-22T19:23:13.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-22T19:23:13.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-22T19:23:13.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-22T19:23:13.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-06-22T19:23:13.619Z
18482026-06-22T19:23:13.619Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18492026-06-22T19:23:13.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-22T19:23:13.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-22T19:23:13.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-22T19:23:13.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18532026-06-22T19:23:14.003Z
18542026-06-22T19:23:14.003Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18552026-06-22T19:23:14.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-22T19:23:14.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-22T19:23:14.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-22T19:23:14.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18592026-06-22T19:23:14.390Z
18602026-06-22T19:23:14.390Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18612026-06-22T19:23:14.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-22T19:23:14.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-22T19:23:14.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-22T19:23:14.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18652026-06-22T19:23:14.778Z
18662026-06-22T19:23:14.778Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18672026-06-22T19:23:15.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-22T19:23:15.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-22T19:23:15.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-22T19:23:15.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18712026-06-22T19:23:15.164Z
18722026-06-22T19:23:15.164Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18732026-06-22T19:23:15.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-22T19:23:15.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-22T19:23:15.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-22T19:23:15.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18772026-06-22T19:23:15.552Z
18782026-06-22T19:23:15.552Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18792026-06-22T19:23:15.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-22T19:23:15.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-22T19:23:15.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-22T19:23:15.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18832026-06-22T19:23:15.938Z
18842026-06-22T19:23:15.938Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18852026-06-22T19:23:16.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-22T19:23:16.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-22T19:23:16.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-22T19:23:16.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18892026-06-22T19:23:16.325Z
18902026-06-22T19:23:16.325Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18912026-06-22T19:23:16.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-22T19:23:16.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-22T19:23:16.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-22T19:23:16.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-06-22T19:23:16.716Z
18962026-06-22T19:23:16.716Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18972026-06-22T19:23:17.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-22T19:23:17.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-22T19:23:17.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-22T19:23:17.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19012026-06-22T19:23:17.102Z
19022026-06-22T19:23:17.103Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
19032026-06-22T19:23:17.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-22T19:23:17.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-22T19:23:17.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-22T19:23:17.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-06-22T19:23:17.493Z
19082026-06-22T19:23:17.493Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19092026-06-22T19:23:17.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-22T19:23:17.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-22T19:23:17.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-22T19:23:17.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-06-22T19:23:17.882Z
19142026-06-22T19:23:17.882Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19152026-06-22T19:23:18.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-22T19:23:18.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-22T19:23:18.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-22T19:23:18.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-06-22T19:23:18.280Z
19202026-06-22T19:23:18.280Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19212026-06-22T19:23:18.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-22T19:23:18.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-22T19:23:18.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-22T19:23:18.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-06-22T19:23:18.679Z
19262026-06-22T19:23:18.679Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19272026-06-22T19:23:19.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-22T19:23:19.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-22T19:23:19.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-22T19:23:19.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-06-22T19:23:19.065Z
19322026-06-22T19:23:19.065Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19332026-06-22T19:23:19.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-22T19:23:19.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-22T19:23:19.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-22T19:23:19.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-06-22T19:23:19.452Z
19382026-06-22T19:23:19.452Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19392026-06-22T19:23:19.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-22T19:23:19.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-22T19:23:19.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-22T19:23:19.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19432026-06-22T19:23:19.842Z
19442026-06-22T19:23:19.842Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19452026-06-22T19:23:20.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-22T19:23:20.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-22T19:23:20.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-22T19:23:20.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19492026-06-22T19:23:20.235Z
19502026-06-22T19:23:20.235Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19512026-06-22T19:23:20.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-22T19:23:20.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-22T19:23:20.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-22T19:23:20.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19552026-06-22T19:23:21.032Z
19562026-06-22T19:23:21.032Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19572026-06-22T19:23:21.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-22T19:23:21.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-22T19:23:21.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-22T19:23:21.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-06-22T19:23:21.035Z
19622026-06-22T19:23:21.035Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19632026-06-22T19:23:21.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-22T19:23:21.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-22T19:23:21.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-22T19:23:21.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-06-22T19:23:21.408Z
19682026-06-22T19:23:21.408Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19692026-06-22T19:23:21.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-22T19:23:21.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-22T19:23:21.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-22T19:23:21.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19732026-06-22T19:23:21.798Z
19742026-06-22T19:23:21.798Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19752026-06-22T19:23:22.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-22T19:23:22.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-22T19:23:22.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-22T19:23:22.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19792026-06-22T19:23:22.184Z
19802026-06-22T19:23:22.184Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19812026-06-22T19:23:22.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-22T19:23:22.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-22T19:23:22.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-22T19:23:22.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19852026-06-22T19:23:22.571Z
19862026-06-22T19:23:22.571Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19872026-06-22T19:23:22.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-22T19:23:22.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-22T19:23:22.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-22T19:23:22.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19912026-06-22T19:23:22.958Z
19922026-06-22T19:23:22.958Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19932026-06-22T19:23:23.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-22T19:23:23.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-22T19:23:23.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-22T19:23:23.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19972026-06-22T19:23:23.348Z
19982026-06-22T19:23:23.348Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19992026-06-22T19:23:23.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-22T19:23:23.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-22T19:23:23.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-22T19:23:23.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20032026-06-22T19:23:23.731Z
20042026-06-22T19:23:23.731Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
20052026-06-22T19:23:24.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-22T19:23:24.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-22T19:23:24.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-22T19:23:24.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20092026-06-22T19:23:24.118Z
20102026-06-22T19:23:24.118Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20112026-06-22T19:23:24.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-22T19:23:24.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-22T19:23:24.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-22T19:23:24.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-06-22T19:23:24.509Z
20162026-06-22T19:23:24.509Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20172026-06-22T19:23:24.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-22T19:23:24.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-22T19:23:24.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-22T19:23:24.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-06-22T19:23:24.902Z
20222026-06-22T19:23:24.902Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20232026-06-22T19:23:25.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-22T19:23:25.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-22T19:23:25.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-22T19:23:25.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-06-22T19:23:25.291Z
20282026-06-22T19:23:25.291Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20292026-06-22T19:23:25.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-22T19:23:25.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-22T19:23:25.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-22T19:23:25.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-06-22T19:23:25.683Z
20342026-06-22T19:23:25.683Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20352026-06-22T19:23:26.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-22T19:23:26.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-22T19:23:26.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-22T19:23:26.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-06-22T19:23:26.073Z
20402026-06-22T19:23:26.073Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20412026-06-22T19:23:26.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-22T19:23:26.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-22T19:23:26.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-22T19:23:26.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-06-22T19:23:26.467Z
20462026-06-22T19:23:26.467Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20472026-06-22T19:23:26.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-22T19:23:26.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-22T19:23:26.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-22T19:23:26.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20512026-06-22T19:23:26.859Z
20522026-06-22T19:23:26.859Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20532026-06-22T19:23:27.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-22T19:23:27.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-22T19:23:27.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-22T19:23:27.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-06-22T19:23:27.253Z
20582026-06-22T19:23:27.253Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20592026-06-22T19:23:27.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-22T19:23:27.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-22T19:23:27.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-22T19:23:27.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-06-22T19:23:27.642Z
20642026-06-22T19:23:27.642Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20652026-06-22T19:23:27.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-22T19:23:27.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-22T19:23:27.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-22T19:23:27.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-06-22T19:23:28.033Z
20702026-06-22T19:23:28.033Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20712026-06-22T19:23:28.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-22T19:23:28.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-22T19:23:28.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-22T19:23:28.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20752026-06-22T19:23:28.423Z
20762026-06-22T19:23:28.423Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20772026-06-22T19:23:28.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-22T19:23:28.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-22T19:23:28.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-22T19:23:28.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-06-22T19:23:28.813Z
20822026-06-22T19:23:28.813Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20832026-06-22T19:23:29.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-22T19:23:29.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-22T19:23:29.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-22T19:23:29.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20872026-06-22T19:23:29.209Z
20882026-06-22T19:23:29.209Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20892026-06-22T19:23:29.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-22T19:23:29.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-22T19:23:29.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-22T19:23:29.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20932026-06-22T19:23:29.762Z
20942026-06-22T19:23:29.762Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20952026-06-22T19:23:30.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-22T19:23:30.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-22T19:23:30.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-22T19:23:30.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20992026-06-22T19:23:30.316Z
21002026-06-22T19:23:30.316Zinfo: running `cargo check --bins` on nexus-config (51/298)
21012026-06-22T19:23:30.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-22T19:23:30.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-22T19:23:30.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-22T19:23:30.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21052026-06-22T19:23:30.866Z
21062026-06-22T19:23:30.866Zinfo: running `cargo check --bins` on nexus-types (52/298)
21072026-06-22T19:23:31.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-22T19:23:31.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-22T19:23:31.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-22T19:23:31.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21112026-06-22T19:23:31.418Z
21122026-06-22T19:23:31.418Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21132026-06-22T19:23:31.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-22T19:23:31.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-22T19:23:31.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-22T19:23:31.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21172026-06-22T19:23:31.939Z
21182026-06-22T19:23:31.939Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21192026-06-22T19:23:32.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-22T19:23:32.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-22T19:23:32.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-22T19:23:32.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21232026-06-22T19:23:32.441Z
21242026-06-22T19:23:32.441Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21252026-06-22T19:23:32.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-22T19:23:32.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-22T19:23:32.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-22T19:23:32.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21292026-06-22T19:23:32.964Z
21302026-06-22T19:23:32.964Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21312026-06-22T19:23:33.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-22T19:23:33.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-22T19:23:33.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-22T19:23:33.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21352026-06-22T19:23:33.492Z
21362026-06-22T19:23:33.492Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21372026-06-22T19:23:33.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-22T19:23:33.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-22T19:23:33.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-22T19:23:33.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21412026-06-22T19:23:34.016Z
21422026-06-22T19:23:34.016Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21432026-06-22T19:23:34.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-22T19:23:34.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-22T19:23:34.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-22T19:23:34.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21472026-06-22T19:23:34.544Z
21482026-06-22T19:23:34.544Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21492026-06-22T19:23:34.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-22T19:23:34.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-22T19:23:34.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-22T19:23:34.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21532026-06-22T19:23:35.045Z
21542026-06-22T19:23:35.045Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21552026-06-22T19:23:35.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-22T19:23:35.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-22T19:23:35.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-22T19:23:35.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21592026-06-22T19:23:35.549Z
21602026-06-22T19:23:35.549Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21612026-06-22T19:23:35.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-22T19:23:35.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-22T19:23:35.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-22T19:23:35.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21652026-06-22T19:23:36.049Z
21662026-06-22T19:23:36.049Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21672026-06-22T19:23:36.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-22T19:23:36.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-22T19:23:36.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-22T19:23:36.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21712026-06-22T19:23:36.551Z
21722026-06-22T19:23:36.551Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21732026-06-22T19:23:36.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-22T19:23:36.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-22T19:23:36.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-22T19:23:36.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21772026-06-22T19:23:37.063Z
21782026-06-22T19:23:37.063Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21792026-06-22T19:23:37.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-22T19:23:37.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-22T19:23:37.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-22T19:23:37.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21832026-06-22T19:23:37.574Z
21842026-06-22T19:23:37.574Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21852026-06-22T19:23:38.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-22T19:23:38.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-22T19:23:38.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-22T19:23:38.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21892026-06-22T19:23:38.134Z
21902026-06-22T19:23:38.134Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21912026-06-22T19:23:38.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-22T19:23:38.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-22T19:23:38.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-22T19:23:38.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-06-22T19:23:38.575Z
21962026-06-22T19:23:38.575Zinfo: running `cargo check --bins` on ereport-types (67/298)
21972026-06-22T19:23:39.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-22T19:23:39.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-22T19:23:39.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-22T19:23:39.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22012026-06-22T19:23:39.085Z
22022026-06-22T19:23:39.086Zinfo: running `cargo check --bins` on gateway-client (68/298)
22032026-06-22T19:23:39.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-22T19:23:39.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-22T19:23:39.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-22T19:23:39.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22072026-06-22T19:23:39.926Z
22082026-06-22T19:23:39.926Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22092026-06-22T19:23:40.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-22T19:23:40.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-22T19:23:40.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-22T19:23:40.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22132026-06-22T19:23:40.101Z
22142026-06-22T19:23:40.101Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22152026-06-22T19:23:40.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-22T19:23:40.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-22T19:23:40.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-22T19:23:40.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22192026-06-22T19:23:40.610Z
22202026-06-22T19:23:40.610Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22212026-06-22T19:23:41.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-22T19:23:41.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-22T19:23:41.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-22T19:23:41.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22252026-06-22T19:23:41.124Z
22262026-06-22T19:23:41.124Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22272026-06-22T19:23:41.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-22T19:23:41.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-22T19:23:41.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-22T19:23:41.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22312026-06-22T19:23:41.633Z
22322026-06-22T19:23:41.633Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22332026-06-22T19:23:42.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-22T19:23:42.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-22T19:23:42.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-22T19:23:42.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22372026-06-22T19:23:42.165Z
22382026-06-22T19:23:42.165Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22392026-06-22T19:23:42.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-22T19:23:42.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-22T19:23:42.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-22T19:23:42.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22432026-06-22T19:23:42.700Z
22442026-06-22T19:23:42.701Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22452026-06-22T19:23:43.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-22T19:23:43.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-22T19:23:43.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-06-22T19:23:43.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22492026-06-22T19:23:43.197Z
22502026-06-22T19:23:43.197Zinfo: running `cargo check --bins` on oxlog (76/298)
22512026-06-22T19:23:43.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-06-22T19:23:43.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-06-22T19:23:43.744Z Checking cfg-if v1.0.4
22542026-06-22T19:23:43.746Z Checking libc v0.2.185
22552026-06-22T19:23:43.746Z Checking serde_core v1.0.228
22562026-06-22T19:23:43.854Z Checking zeroize v1.8.2
22572026-06-22T19:23:43.861Z Checking memchr v2.8.0
22582026-06-22T19:23:43.869Z Checking log v0.4.29
22592026-06-22T19:23:43.877Z Checking smallvec v1.15.1
22602026-06-22T19:23:43.887Z Checking typenum v1.19.0
22612026-06-22T19:23:43.899Z Checking subtle v2.6.1
22622026-06-22T19:23:43.990Z Checking itoa v1.0.17
22632026-06-22T19:23:44.025Z Checking scopeguard v1.2.0
22642026-06-22T19:23:44.043Z Checking stable_deref_trait v1.2.1
22652026-06-22T19:23:44.056Z Checking const-oid v0.9.6
22662026-06-22T19:23:44.115Z Checking zerofrom v0.1.6
22672026-06-22T19:23:44.127Z Checking lock_api v0.4.14
22682026-06-22T19:23:44.138Z Checking pin-project-lite v0.2.17
22692026-06-22T19:23:44.225Z Checking yoke v0.8.1
22702026-06-22T19:23:44.237Z Checking portable-atomic v1.13.1
22712026-06-22T19:23:44.240Z Checking getrandom v0.2.17
22722026-06-22T19:23:44.240Z Checking errno v0.3.14
22732026-06-22T19:23:44.317Z Checking parking_lot_core v0.9.12
22742026-06-22T19:23:44.384Z Checking signal-hook-registry v1.4.8
22752026-06-22T19:23:44.395Z Checking zerovec v0.11.5
22762026-06-22T19:23:44.406Z Checking generic-array v0.14.7
22772026-06-22T19:23:44.425Z Checking rand_core v0.6.4
22782026-06-22T19:23:44.505Z Checking futures-core v0.3.32
22792026-06-22T19:23:44.539Z Checking critical-section v1.2.0
22802026-06-22T19:23:44.595Z Checking parking_lot v0.12.5
22812026-06-22T19:23:44.620Z Checking mio v1.2.0
22822026-06-22T19:23:44.635Z Checking zerocopy v0.8.40
22832026-06-22T19:23:44.670Z Checking once_cell v1.21.3
22842026-06-22T19:23:44.723Z Checking zmij v1.0.21
22852026-06-22T19:23:44.777Z Checking socket2 v0.6.3
22862026-06-22T19:23:44.824Z Checking tinystr v0.8.2
22872026-06-22T19:23:44.838Z Checking libm v0.2.16
22882026-06-22T19:23:44.841Z Checking crypto-common v0.1.7
22892026-06-22T19:23:44.896Z Checking block-buffer v0.10.4
22902026-06-22T19:23:44.933Z Checking equivalent v1.0.2
22912026-06-22T19:23:44.965Z Checking litemap v0.8.1
22922026-06-22T19:23:44.991Z Checking percent-encoding v2.3.2
22932026-06-22T19:23:45.012Z Checking writeable v0.6.2
22942026-06-22T19:23:45.023Z Checking potential_utf v0.1.4
22952026-06-22T19:23:45.033Z Checking digest v0.10.7
22962026-06-22T19:23:45.122Z Checking zerotrie v0.2.3
22972026-06-22T19:23:45.136Z Checking futures-sink v0.3.32
22982026-06-22T19:23:45.147Z Checking icu_collections v2.1.1
22992026-06-22T19:23:45.167Z Checking icu_locale_core v2.1.1
23002026-06-22T19:23:45.227Z Checking futures-channel v0.3.32
23012026-06-22T19:23:45.239Z Checking futures-task v0.3.32
23022026-06-22T19:23:45.320Z Checking serde v1.0.228
23032026-06-22T19:23:45.360Z Checking bitflags v2.11.0
23042026-06-22T19:23:45.371Z Checking serde_json v1.0.149
23052026-06-22T19:23:45.411Z Checking slab v0.4.12
23062026-06-22T19:23:45.450Z Checking cpufeatures v0.2.17
23072026-06-22T19:23:45.517Z Checking futures-io v0.3.32
23082026-06-22T19:23:45.531Z Checking hmac v0.12.1
23092026-06-22T19:23:45.539Z Checking num-traits v0.2.19
23102026-06-22T19:23:45.561Z Checking icu_normalizer_data v2.1.1
23112026-06-22T19:23:45.623Z Checking futures-util v0.3.32
23122026-06-22T19:23:45.633Z Checking icu_properties_data v2.1.2
23132026-06-22T19:23:45.649Z Checking hashbrown v0.17.0
23142026-06-22T19:23:45.720Z Checking bytes v1.11.1
23152026-06-22T19:23:45.720Z Checking icu_provider v2.1.1
23162026-06-22T19:23:45.757Z Checking rand_core v0.10.0
23172026-06-22T19:23:45.895Z Checking getrandom v0.4.1
23182026-06-22T19:23:45.949Z Checking icu_properties v2.1.2
23192026-06-22T19:23:46.038Z Checking icu_normalizer v2.1.1
23202026-06-22T19:23:46.048Z Checking block-padding v0.3.3
23212026-06-22T19:23:46.061Z Checking utf8_iter v1.0.4
23222026-06-22T19:23:46.521Z Checking indexmap v2.14.0
23232026-06-22T19:23:46.526Z Checking tokio v1.52.1
23242026-06-22T19:23:46.526Z Checking inout v0.1.4
23252026-06-22T19:23:46.526Z Checking sha2 v0.10.9
23262026-06-22T19:23:46.526Z Checking cipher v0.4.4
23272026-06-22T19:23:46.526Z Checking form_urlencoded v1.2.2
23282026-06-22T19:23:46.526Z Checking getrandom v0.3.4
23292026-06-22T19:23:46.526Z Checking byteorder v1.5.0
23302026-06-22T19:23:46.526Z Checking fnv v1.0.7
23312026-06-22T19:23:46.584Z Checking base64ct v1.8.3
23322026-06-22T19:23:46.601Z Checking flagset v0.4.7
23332026-06-22T19:23:46.662Z Checking rand_core v0.9.5
23342026-06-22T19:23:46.674Z Checking http v1.4.0
23352026-06-22T19:23:47.121Z Checking regex-syntax v0.8.10
23362026-06-22T19:23:47.531Z Checking idna_adapter v1.2.1
23372026-06-22T19:23:47.531Z Checking pem-rfc7468 v0.7.0
23382026-06-22T19:23:47.531Z Checking salsa20 v0.10.2
23392026-06-22T19:23:47.531Z Checking idna v1.1.0
23402026-06-22T19:23:47.531Z Checking uuid v1.23.0
23412026-06-22T19:23:47.531Z Checking der v0.7.10
23422026-06-22T19:23:47.531Z Checking url v2.5.8
23432026-06-22T19:23:47.535Z Checking pbkdf2 v0.12.2
23442026-06-22T19:23:47.535Z Checking rustix v1.1.3
23452026-06-22T19:23:47.535Z Checking tracing-core v0.1.36
23462026-06-22T19:23:47.535Z Checking ppv-lite86 v0.2.21
23472026-06-22T19:23:47.535Z Checking rustls-pki-types v1.14.0
23482026-06-22T19:23:47.566Z Checking iana-time-zone v0.1.65
23492026-06-22T19:23:47.634Z Checking base64 v0.22.1
23502026-06-22T19:23:47.663Z Checking chrono v0.4.44
23512026-06-22T19:23:47.672Z Checking rand_chacha v0.9.0
23522026-06-22T19:23:47.695Z Checking spki v0.7.3
23532026-06-22T19:23:47.809Z Checking tracing v0.1.44
23542026-06-22T19:23:47.861Z Checking scrypt v0.11.0
23552026-06-22T19:23:47.861Z Checking http-body v1.0.1
23562026-06-22T19:23:47.882Z Checking cbc v0.1.2
23572026-06-22T19:23:47.996Z Checking aes v0.8.4
23582026-06-22T19:23:48.009Z Checking aws-lc-sys v0.40.0
23592026-06-22T19:23:48.022Z Checking untrusted v0.9.0
23602026-06-22T19:23:48.034Z Checking tinyvec_macros v0.1.1
23612026-06-22T19:23:48.043Z Checking untrusted v0.7.1
23622026-06-22T19:23:48.095Z Checking openssl-probe v0.2.1
23632026-06-22T19:23:48.109Z Checking tinyvec v1.10.0
23642026-06-22T19:23:48.131Z Checking ring v0.17.14
23652026-06-22T19:23:48.165Z Checking rand v0.9.2
23662026-06-22T19:23:48.204Z Checking atomic-waker v1.1.2
23672026-06-22T19:23:48.302Z Checking try-lock v0.2.5
23682026-06-22T19:23:48.390Z Checking pkcs5 v0.7.1
23692026-06-22T19:23:48.402Z Checking tower-service v0.3.3
23702026-06-22T19:23:48.431Z Checking tower-layer v0.3.3
23712026-06-22T19:23:48.489Z Checking want v0.3.1
23722026-06-22T19:23:48.528Z Checking aws-lc-rs v1.16.3
23732026-06-22T19:23:48.542Z Checking ipnet v2.11.0
23742026-06-22T19:23:48.578Z Checking httparse v1.10.1
23752026-06-22T19:23:48.606Z Checking aho-corasick v1.1.4
23762026-06-22T19:23:48.644Z Checking fastrand v2.3.0
23772026-06-22T19:23:48.656Z Checking pkcs8 v0.10.2
23782026-06-22T19:23:48.782Z Checking httpdate v1.0.3
23792026-06-22T19:23:48.797Z Checking dyn-clone v1.0.20
23802026-06-22T19:23:48.821Z Checking plain v0.2.3
23812026-06-22T19:23:48.833Z Checking utf8parse v0.2.2
23822026-06-22T19:23:48.892Z Checking foreign-types-shared v0.1.1
23832026-06-22T19:23:48.920Z Checking pin-utils v0.1.0
23842026-06-22T19:23:48.933Z Checking tempfile v3.25.0
23852026-06-22T19:23:48.945Z Checking unicode-normalization v0.1.25
23862026-06-22T19:23:48.971Z Checking foreign-types v0.3.2
23872026-06-22T19:23:48.987Z Checking semver v1.0.28
23882026-06-22T19:23:49.052Z Checking openssl-sys v0.9.115
23892026-06-22T19:23:49.123Z Checking spin v0.9.8
23902026-06-22T19:23:49.161Z Checking socket2 v0.5.10
23912026-06-22T19:23:49.195Z Checking anstyle v1.0.14
23922026-06-22T19:23:49.281Z Checking regex-automata v0.4.14
23932026-06-22T19:23:49.304Z Checking ucd-trie v0.1.7
23942026-06-22T19:23:49.338Z Checking unicode-ident v1.0.24
23952026-06-22T19:23:49.392Z Checking rustls-webpki v0.103.9
23962026-06-22T19:23:49.401Z Checking schemars v0.8.22
23972026-06-22T19:23:49.404Z Checking rustls-native-certs v0.8.3
23982026-06-22T19:23:49.426Z Checking tokio-util v0.7.18
23992026-06-22T19:23:49.430Z Checking openssl v0.10.79
24002026-06-22T19:23:49.435Z Checking pest v2.8.6
24012026-06-22T19:23:49.453Z Checking proc-macro2 v1.0.106
24022026-06-22T19:23:49.518Z Checking thiserror v2.0.18
24032026-06-22T19:23:49.613Z Checking sync_wrapper v1.0.2
24042026-06-22T19:23:49.714Z Checking wait-timeout v0.2.1
24052026-06-22T19:23:49.747Z Checking pretty-hex v0.4.1
24062026-06-22T19:23:49.794Z Checking rustls v0.23.37
24072026-06-22T19:23:49.829Z Checking anstyle-query v1.1.5
24082026-06-22T19:23:49.860Z Checking is_terminal_polyfill v1.70.2
24092026-06-22T19:23:49.917Z Checking bit-vec v0.8.0
24102026-06-22T19:23:49.943Z Checking quick-error v1.2.3
24112026-06-22T19:23:50.010Z Checking h2 v0.4.13
24122026-06-22T19:23:50.023Z Checking simd-adler32 v0.3.8
24132026-06-22T19:23:50.040Z Checking siphasher v1.0.2
24142026-06-22T19:23:50.106Z Checking powerfmt v0.2.0
24152026-06-22T19:23:50.188Z Checking colorchoice v1.0.4
24162026-06-22T19:23:50.199Z Checking bit-set v0.8.0
24172026-06-22T19:23:50.251Z Checking deranged v0.5.8
24182026-06-22T19:23:50.281Z Checking rusty-fork v0.3.1
24192026-06-22T19:23:50.341Z Checking quote v1.0.45
24202026-06-22T19:23:50.450Z Checking tower v0.5.3
24212026-06-22T19:23:50.493Z Compiling newtype-uuid v1.3.2
24222026-06-22T19:23:50.507Z Checking http-body-util v0.1.3
24232026-06-22T19:23:50.672Z Checking webpki-roots v1.0.6
24242026-06-22T19:23:50.719Z Checking crossbeam-utils v0.8.21
24252026-06-22T19:23:50.785Z Checking rand_xorshift v0.4.0
24262026-06-22T19:23:50.823Z Checking crc32fast v1.5.0
24272026-06-22T19:23:50.903Z Checking scroll v0.13.0
24282026-06-22T19:23:50.959Z Checking signature v2.2.0
24292026-06-22T19:23:51.042Z Checking unicode-properties v0.1.4
24302026-06-22T19:23:51.084Z Checking time-core v0.1.8
24312026-06-22T19:23:51.095Z Checking adler2 v2.0.1
24322026-06-22T19:23:51.115Z Checking ryu v1.0.23
24332026-06-22T19:23:51.158Z Checking unicode-bidi v0.3.18
24342026-06-22T19:23:51.195Z Checking unarray v0.1.4
24352026-06-22T19:23:51.220Z Checking allocator-api2 v0.2.21
24362026-06-22T19:23:51.228Z Checking iri-string v0.7.10
24372026-06-22T19:23:51.247Z Checking num-conv v0.2.0
24382026-06-22T19:23:51.293Z Checking num_threads v0.1.7
24392026-06-22T19:23:51.364Z Checking proptest v1.10.0
24402026-06-22T19:23:51.376Z Checking time v0.3.47
24412026-06-22T19:23:51.429Z Checking native-tls v0.2.18
24422026-06-22T19:23:51.448Z Checking stringprep v0.1.5
24432026-06-22T19:23:51.499Z Checking serde_urlencoded v0.7.1
24442026-06-22T19:23:52.001Z Checking tokio-native-tls v0.3.1
24452026-06-22T19:23:52.007Z Checking miniz_oxide v0.8.9
24462026-06-22T19:23:52.007Z Checking goblin v0.10.5
24472026-06-22T19:23:52.007Z Checking bstr v1.12.1
24482026-06-22T19:23:52.007Z Checking crossbeam-epoch v0.9.18
24492026-06-22T19:23:52.135Z Compiling daft v0.1.7
24502026-06-22T19:23:52.152Z Checking tokio-rustls v0.26.4
24512026-06-22T19:23:52.170Z Checking syn v2.0.117
24522026-06-22T19:23:52.225Z Checking tower-http v0.6.8
24532026-06-22T19:23:52.372Z Checking ipnetwork v0.21.1
24542026-06-22T19:23:52.403Z Checking anstyle-parse v1.0.0
24552026-06-22T19:23:52.496Z Checking rand_chacha v0.3.1
24562026-06-22T19:23:52.509Z Checking thiserror v1.0.69
24572026-06-22T19:23:52.550Z Checking scroll v0.12.0
24582026-06-22T19:23:52.584Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-06-22T19:23:52.603Z Checking hash32 v0.2.1
24602026-06-22T19:23:52.691Z Checking hyper v1.8.1
24612026-06-22T19:23:52.691Z Checking num-integer v0.1.46
24622026-06-22T19:23:52.711Z Checking toml_datetime v0.6.11
24632026-06-22T19:23:52.753Z Checking serde_spanned v0.6.9
24642026-06-22T19:23:52.775Z Checking md-5 v0.10.6
24652026-06-22T19:23:52.895Z Checking ff v0.13.1
24662026-06-22T19:23:52.901Z Checking encoding_rs v0.8.35
24672026-06-22T19:23:52.925Z Checking zlib-rs v0.6.2
24682026-06-22T19:23:52.934Z Checking base16ct v0.2.0
24692026-06-22T19:23:52.998Z Checking psl-types v2.0.11
24702026-06-22T19:23:53.048Z Checking fallible-iterator v0.2.0
24712026-06-22T19:23:53.111Z Checking mime v0.3.17
24722026-06-22T19:23:53.285Z Checking publicsuffix v2.3.0
24732026-06-22T19:23:53.285Z Checking sec1 v0.7.3
24742026-06-22T19:23:53.324Z Checking postgres-protocol v0.6.10
24752026-06-22T19:23:53.445Z Checking group v0.13.0
24762026-06-22T19:23:53.502Z Checking num-iter v0.1.45
24772026-06-22T19:23:53.593Z Checking goblin v0.8.2
24782026-06-22T19:23:53.610Z Checking heapless v0.7.17
24792026-06-22T19:23:53.622Z Checking hyper-util v0.1.20
24802026-06-22T19:23:53.636Z Checking rand v0.8.6
24812026-06-22T19:23:53.804Z Checking flate2 v1.1.9
24822026-06-22T19:23:53.848Z Checking zstd-safe v7.2.4
24832026-06-22T19:23:54.413Z Checking oxnet v0.1.6
24842026-06-22T19:23:54.418Z Checking anstream v1.0.0
24852026-06-22T19:23:54.418Z Checking dof v0.4.0
24862026-06-22T19:23:54.419Z Checking cookie v0.18.1
24872026-06-22T19:23:54.419Z Compiling iddqd v0.4.2
24882026-06-22T19:23:54.419Z Checking dtrace-parser v0.3.0
24892026-06-22T19:23:54.419Z Checking phf_shared v0.13.1
24902026-06-22T19:23:54.419Z Checking lazy_static v1.5.0
24912026-06-22T19:23:54.425Z Checking anstyle-parse v0.2.7
24922026-06-22T19:23:54.437Z Checking zerocopy v0.7.35
24932026-06-22T19:23:54.447Z Checking pin-project v1.1.11
24942026-06-22T19:23:54.466Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-22T19:23:54.536Z Checking signal-hook v0.3.18
24962026-06-22T19:23:54.562Z Checking terminal_size v0.4.3
24972026-06-22T19:23:54.570Z Checking futures-executor v0.3.32
24982026-06-22T19:23:54.657Z Checking hex v0.4.3
24992026-06-22T19:23:54.689Z Checking hkdf v0.12.4
25002026-06-22T19:23:54.709Z Checking crypto-bigint v0.5.5
25012026-06-22T19:23:54.722Z Checking thread-id v5.1.0
25022026-06-22T19:23:54.795Z Checking foldhash v0.2.0
25032026-06-22T19:23:54.815Z Checking winnow v0.7.14
25042026-06-22T19:23:54.876Z Checking winnow v0.5.40
25052026-06-22T19:23:54.889Z Checking hyper-rustls v0.27.7
25062026-06-22T19:23:54.912Z Checking hyper-tls v0.6.0
25072026-06-22T19:23:54.950Z Checking libbz2-rs-sys v0.2.2
25082026-06-22T19:23:55.080Z Checking foldhash v0.1.5
25092026-06-22T19:23:55.094Z Checking either v1.15.0
25102026-06-22T19:23:55.211Z Checking managed v0.8.0
25112026-06-22T19:23:55.278Z Checking bitflags v1.3.2
25122026-06-22T19:23:55.333Z Compiling rayon-core v1.13.0
25132026-06-22T19:23:55.350Z Checking clap_lex v1.0.0
25142026-06-22T19:23:55.801Z Checking same-file v1.0.6
25152026-06-22T19:23:55.804Z Checking strsim v0.11.1
25162026-06-22T19:23:55.804Z Checking bumpalo v3.20.2
25172026-06-22T19:23:55.804Z Checking dof v0.3.0
25182026-06-22T19:23:55.804Z Checking walkdir v2.5.0
25192026-06-22T19:23:55.804Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-06-22T19:23:55.804Z Checking clap_builder v4.6.0
25212026-06-22T19:23:55.804Z Checking elliptic-curve v0.13.8
25222026-06-22T19:23:55.804Z Checking smoltcp v0.9.1
25232026-06-22T19:23:55.804Z Checking zopfli v0.8.3
25242026-06-22T19:23:55.804Z Checking bzip2 v0.6.1
25252026-06-22T19:23:55.804Z Checking hashbrown v0.15.5
25262026-06-22T19:23:55.883Z Checking reqwest v0.12.28
25272026-06-22T19:23:55.909Z Checking hashbrown v0.16.1
25282026-06-22T19:23:56.006Z Checking usdt-impl v0.6.0
25292026-06-22T19:23:56.015Z Checking signal-hook-mio v0.2.5
25302026-06-22T19:23:56.025Z Checking toml_edit v0.19.15
25312026-06-22T19:23:56.111Z Checking futures v0.3.32
25322026-06-22T19:23:56.190Z Checking anstream v0.6.21
25332026-06-22T19:23:56.238Z Checking bzip2 v0.4.4
25342026-06-22T19:23:56.251Z Checking snafu v0.8.9
25352026-06-22T19:23:56.286Z Checking phf v0.13.1
25362026-06-22T19:23:56.388Z Checking num-bigint-dig v0.8.6
25372026-06-22T19:23:56.398Z Checking cookie_store v0.22.1
25382026-06-22T19:23:56.429Z Checking zstd v0.13.3
25392026-06-22T19:23:56.478Z Checking postgres-types v0.2.12
25402026-06-22T19:23:56.621Z Checking dtrace-parser v0.2.0
25412026-06-22T19:23:56.637Z Checking crossbeam-deque v0.8.6
25422026-06-22T19:23:56.714Z Checking rustls-platform-verifier v0.6.2
25432026-06-22T19:23:56.717Z Checking globset v0.4.18
25442026-06-22T19:23:56.782Z Checking regex v1.12.3
25452026-06-22T19:23:56.806Z Checking ed25519 v2.2.3
25462026-06-22T19:23:56.820Z Checking phf_shared v0.11.3
25472026-06-22T19:23:56.851Z Checking olpc-cjson v0.1.4
25482026-06-22T19:23:56.859Z Checking curve25519-dalek v4.1.3
25492026-06-22T19:23:56.956Z Checking ref-cast v1.0.25
25502026-06-22T19:23:56.978Z Checking strum v0.27.2
25512026-06-22T19:23:56.990Z Checking hubpack v0.1.2
25522026-06-22T19:23:56.995Z Checking memoffset v0.9.1
25532026-06-22T19:23:57.033Z Checking rustix v0.38.44
25542026-06-22T19:23:57.050Z Checking pkcs1 v0.7.5
25552026-06-22T19:23:57.061Z Checking pem v3.0.6
25562026-06-22T19:23:57.063Z Checking float-cmp v0.10.0
25572026-06-22T19:23:57.081Z Checking serde-big-array v0.5.1
25582026-06-22T19:23:57.135Z Checking erased-serde v0.3.31
25592026-06-22T19:23:57.190Z Checking serde_plain v1.0.2
25602026-06-22T19:23:57.202Z Checking rfc6979 v0.4.0
25612026-06-22T19:23:57.621Z Checking thread-id v4.2.2
25622026-06-22T19:23:57.626Z Checking memmap2 v0.9.10
25632026-06-22T19:23:57.626Z Checking env_filter v1.0.0
25642026-06-22T19:23:57.626Z Checking normalize-line-endings v0.3.0
25652026-06-22T19:23:57.626Z Checking fixedbitset v0.4.2
25662026-06-22T19:23:57.626Z Checking precomputed-hash v0.1.1
25672026-06-22T19:23:57.626Z Checking typed-path v0.9.3
25682026-06-22T19:23:57.626Z Checking keccak v0.1.6
25692026-06-22T19:23:57.626Z Checking toml_write v0.1.2
25702026-06-22T19:23:57.626Z Checking unicode-segmentation v1.12.0
25712026-06-22T19:23:57.626Z Checking jiff v0.2.21
25722026-06-22T19:23:57.626Z Checking data-encoding v2.10.0
25732026-06-22T19:23:57.626Z Checking whoami v2.1.0
25742026-06-22T19:23:57.626Z Checking difflib v0.4.0
25752026-06-22T19:23:57.633Z Checking fixedbitset v0.5.7
25762026-06-22T19:23:57.716Z Checking new_debug_unreachable v1.0.6
25772026-06-22T19:23:57.727Z Checking static_assertions v1.1.0
25782026-06-22T19:23:57.737Z Checking predicates-core v1.0.10
25792026-06-22T19:23:57.781Z Checking string_cache v0.8.9
25802026-06-22T19:23:57.792Z Checking hickory-proto v0.25.2
25812026-06-22T19:23:57.797Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25822026-06-22T19:23:57.819Z Checking crossterm v0.28.1
25832026-06-22T19:23:57.829Z Checking petgraph v0.8.3
25842026-06-22T19:23:57.855Z Checking predicates v3.1.4
25852026-06-22T19:23:57.949Z Checking tokio-postgres v0.7.16
25862026-06-22T19:23:58.169Z Checking tough v0.22.0
25872026-06-22T19:23:58.173Z Checking similar v2.7.0
25882026-06-22T19:23:58.537Z Checking ed25519-dalek v2.2.0
25892026-06-22T19:23:58.572Z Checking toml_edit v0.22.27
25902026-06-22T19:23:58.774Z Checking sha3 v0.10.8
25912026-06-22T19:23:58.976Z Checking slog v2.8.2
25922026-06-22T19:23:59.211Z Checking petgraph v0.6.5
25932026-06-22T19:23:59.238Z Checking env_logger v0.11.9
25942026-06-22T19:23:59.397Z Checking usdt v0.6.0
25952026-06-22T19:23:59.427Z Checking ecdsa v0.16.9
25962026-06-22T19:23:59.564Z Checking usdt-impl v0.5.0
25972026-06-22T19:23:59.637Z Checking rsa v0.9.10
25982026-06-22T19:23:59.683Z Checking zip v4.6.1
25992026-06-22T19:23:59.765Z Checking nix v0.31.2
26002026-06-22T19:24:00.068Z Checking toml v0.7.8
26012026-06-22T19:24:00.095Z Checking reqwest v0.13.2
26022026-06-22T19:24:00.182Z Checking clap v4.6.1
26032026-06-22T19:24:00.263Z Checking zip v0.6.6
26042026-06-22T19:24:00.365Z Checking toml_parser v1.0.9+spec-1.1.0
26052026-06-22T19:24:00.477Z Checking itertools v0.13.0
26062026-06-22T19:24:00.569Z Checking serde_with v3.17.0
26072026-06-22T19:24:00.584Z Checking strum v0.26.3
26082026-06-22T19:24:00.597Z Checking fs-err v3.3.0
26092026-06-22T19:24:00.690Z Checking ahash v0.8.12
26102026-06-22T19:24:00.693Z Checking object v0.37.3
26112026-06-22T19:24:00.730Z Checking tokio-stream v0.1.18
26122026-06-22T19:24:00.818Z Checking buf-list v1.1.2
26132026-06-22T19:24:00.884Z Checking camino v1.2.2
26142026-06-22T19:24:00.894Z Checking anyhow v1.0.102
26152026-06-22T19:24:00.928Z Checking x509-cert v0.2.5
26162026-06-22T19:24:00.995Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26172026-06-22T19:24:01.084Z Checking openapiv3 v2.2.0
26182026-06-22T19:24:01.122Z Checking sha1 v0.10.6
26192026-06-22T19:24:01.136Z Checking peg-runtime v0.8.5
26202026-06-22T19:24:01.258Z Checking lalrpop-util v0.19.12
26212026-06-22T19:24:01.274Z Checking rayon v1.11.0
26222026-06-22T19:24:01.287Z Checking sigpipe v0.1.3
26232026-06-22T19:24:01.766Z Checking glob v0.3.3
26242026-06-22T19:24:03.134Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-06-22T19:24:03.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.96s
26262026-06-22T19:24:03.319Z
26272026-06-22T19:24:03.319Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26282026-06-22T19:24:03.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-22T19:24:03.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-22T19:24:03.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-22T19:24:03.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26322026-06-22T19:24:03.835Z
26332026-06-22T19:24:03.835Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26342026-06-22T19:24:04.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-22T19:24:04.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-22T19:24:04.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-22T19:24:04.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-06-22T19:24:04.362Z
26392026-06-22T19:24:04.362Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26402026-06-22T19:24:04.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-22T19:24:04.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-22T19:24:04.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-22T19:24:04.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26442026-06-22T19:24:04.902Z
26452026-06-22T19:24:04.902Zinfo: running `cargo check --bins` on oxql-types (80/298)
26462026-06-22T19:24:05.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-22T19:24:05.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-22T19:24:05.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-22T19:24:05.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26502026-06-22T19:24:05.426Z
26512026-06-22T19:24:05.426Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26522026-06-22T19:24:05.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-22T19:24:05.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-22T19:24:05.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-22T19:24:05.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26562026-06-22T19:24:05.950Z
26572026-06-22T19:24:05.950Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26582026-06-22T19:24:06.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-22T19:24:06.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-22T19:24:06.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-22T19:24:06.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26622026-06-22T19:24:06.473Z
26632026-06-22T19:24:06.474Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26642026-06-22T19:24:06.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-22T19:24:06.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-22T19:24:06.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-22T19:24:06.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26682026-06-22T19:24:06.984Z
26692026-06-22T19:24:06.984Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26702026-06-22T19:24:07.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-22T19:24:07.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-22T19:24:07.611Z Compiling structmeta-derive v0.3.0
26732026-06-22T19:24:07.722Z Compiling rustls v0.22.4
26742026-06-22T19:24:07.735Z Compiling multer v3.1.0
26752026-06-22T19:24:07.739Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-06-22T19:24:07.742Z Compiling async-stream-impl v0.3.6
26772026-06-22T19:24:07.761Z Compiling dropshot v0.17.0
26782026-06-22T19:24:07.778Z Compiling dropshot_endpoint v0.17.0
26792026-06-22T19:24:07.778Z Compiling newtype-uuid-macros v0.1.0
26802026-06-22T19:24:07.897Z Checking newtype-uuid v1.3.2
26812026-06-22T19:24:07.956Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-06-22T19:24:08.013Z Checking rustls-webpki v0.102.8
26832026-06-22T19:24:08.095Z Checking daft v0.1.7
26842026-06-22T19:24:08.122Z Checking thread_local v1.1.9
26852026-06-22T19:24:08.280Z Checking compression-core v0.4.31
26862026-06-22T19:24:08.339Z Checking match_cfg v0.1.0
26872026-06-22T19:24:08.353Z Checking iddqd v0.4.2
26882026-06-22T19:24:08.371Z Checking crossbeam-channel v0.5.15
26892026-06-22T19:24:08.401Z Checking hostname v0.3.1
26902026-06-22T19:24:08.413Z Checking compression-codecs v0.4.37
26912026-06-22T19:24:08.504Z Checking atomicwrites v0.4.4
26922026-06-22T19:24:08.541Z Checking slog-json v2.6.1
26932026-06-22T19:24:08.577Z Checking toml_datetime v1.0.0+spec-1.1.0
26942026-06-22T19:24:08.619Z Checking is-terminal v0.4.17
26952026-06-22T19:24:08.694Z Checking serde_spanned v1.0.4
26962026-06-22T19:24:08.707Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-06-22T19:24:08.707Z Checking take_mut v0.2.2
26982026-06-22T19:24:08.789Z Checking debug-ignore v1.0.5
26992026-06-22T19:24:08.804Z Compiling structmeta v0.3.0
27002026-06-22T19:24:08.816Z Checking term v1.2.1
27012026-06-22T19:24:08.829Z Checking slog-async v2.8.0
27022026-06-22T19:24:08.872Z Checking slog-bunyan v2.5.0
27032026-06-22T19:24:08.884Z Checking toml v1.0.6+spec-1.1.0
27042026-06-22T19:24:08.984Z Checking async-compression v0.4.41
27052026-06-22T19:24:08.997Z Checking async-stream v0.3.6
27062026-06-22T19:24:09.008Z Compiling derive-ex v0.1.8
27072026-06-22T19:24:09.442Z Compiling parse-display-derive v0.10.0
27082026-06-22T19:24:09.447Z Checking slog-term v2.9.2
27092026-06-22T19:24:09.447Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-06-22T19:24:09.447Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-06-22T19:24:09.447Z Checking progenitor-client v0.14.0
27122026-06-22T19:24:09.447Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27132026-06-22T19:24:09.464Z Checking waitgroup v0.1.2
27142026-06-22T19:24:09.505Z Checking backon v1.6.0
27152026-06-22T19:24:09.562Z Checking rustls-pemfile v2.2.0
27162026-06-22T19:24:09.589Z Checking serde_path_to_error v0.1.20
27172026-06-22T19:24:10.002Z Checking hostname v0.4.2
27182026-06-22T19:24:10.005Z Checking instant v0.1.13
27192026-06-22T19:24:10.005Z Checking backoff v0.4.0
27202026-06-22T19:24:10.005Z Checking progenitor-extras v0.2.0
27212026-06-22T19:24:10.005Z Checking tokio-rustls v0.25.0
27222026-06-22T19:24:10.005Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27232026-06-22T19:24:10.005Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27242026-06-22T19:24:10.089Z Checking itertools v0.14.0
27252026-06-22T19:24:10.115Z Checking regress v0.10.5
27262026-06-22T19:24:10.298Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27272026-06-22T19:24:10.528Z Checking macaddr v1.0.1
27282026-06-22T19:24:10.686Z Compiling test-strategy v0.4.5
27292026-06-22T19:24:10.718Z Checking parse-display v0.10.0
27302026-06-22T19:24:10.861Z Checking humantime v2.3.0
27312026-06-22T19:24:12.242Z Compiling prettyplease v0.2.37
27322026-06-22T19:24:12.246Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-06-22T19:24:12.262Z Checking num-rational v0.4.2
27342026-06-22T19:24:12.539Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-06-22T19:24:12.852Z Checking num-complex v0.4.6
27362026-06-22T19:24:13.469Z Checking num v0.4.3
27372026-06-22T19:24:13.960Z Compiling usdt-attr-macro v0.5.0
27382026-06-22T19:24:13.963Z Compiling usdt-macro v0.5.0
27392026-06-22T19:24:13.963Z Checking memmap v0.7.0
27402026-06-22T19:24:13.963Z Checking float-ord v0.3.2
27412026-06-22T19:24:13.963Z Checking unicode-width v0.2.0
27422026-06-22T19:24:13.963Z Compiling convert_case v0.4.0
27432026-06-22T19:24:13.995Z Checking console v0.15.11
27442026-06-22T19:24:14.170Z Compiling derive_more v0.99.20
27452026-06-22T19:24:14.299Z Checking newline-converter v0.3.0
27462026-06-22T19:24:14.363Z Compiling toml v0.8.23
27472026-06-22T19:24:14.368Z Checking usdt v0.5.0
27482026-06-22T19:24:14.408Z Compiling minimal-lexical v0.2.1
27492026-06-22T19:24:14.529Z Checking linked-hash-map v0.5.6
27502026-06-22T19:24:14.684Z Compiling nom v7.1.3
27512026-06-22T19:24:14.707Z Checking lru-cache v0.1.2
27522026-06-22T19:24:14.819Z Checking expectorate v1.2.0
27532026-06-22T19:24:14.983Z Checking camino-tempfile v1.4.1
27542026-06-22T19:24:15.291Z Checking hickory-proto v0.24.4
27552026-06-22T19:24:15.460Z Checking phf_shared v0.12.1
27562026-06-22T19:24:15.550Z Compiling slog-dtrace v0.3.0
27572026-06-22T19:24:15.594Z Checking resolv-conf v0.7.6
27582026-06-22T19:24:15.742Z Compiling chrono-tz v0.10.4
27592026-06-22T19:24:15.778Z Checking heck v0.5.0
27602026-06-22T19:24:15.905Z Compiling const_format_proc_macros v0.2.34
27612026-06-22T19:24:15.933Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27622026-06-22T19:24:15.984Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-06-22T19:24:15.995Z Checking phf v0.12.1
27642026-06-22T19:24:16.132Z Checking tokio-dtrace v0.1.1
27652026-06-22T19:24:16.320Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-06-22T19:24:16.463Z Compiling derive-where v1.6.0
27672026-06-22T19:24:16.702Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-06-22T19:24:16.838Z Checking highway v1.3.0
27692026-06-22T19:24:17.073Z Checking const_format v0.2.35
27702026-06-22T19:24:17.105Z Checking hickory-resolver v0.24.4
27712026-06-22T19:24:17.311Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-06-22T19:24:17.468Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732026-06-22T19:24:17.624Z Checking oxide-tokio-rt v0.1.4
27742026-06-22T19:24:17.718Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27752026-06-22T19:24:17.767Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27762026-06-22T19:24:17.832Z Checking qorb v0.4.1
27772026-06-22T19:24:17.976Z Checking gethostname v0.5.0
27782026-06-22T19:24:18.025Z Checking bcs v0.1.6
27792026-06-22T19:24:18.067Z Checking termtree v0.5.1
27802026-06-22T19:24:18.246Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27812026-06-22T19:24:21.323Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27822026-06-22T19:24:23.905Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27832026-06-22T19:24:25.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.98s
27842026-06-22T19:24:26.137Z
27852026-06-22T19:24:26.137Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27862026-06-22T19:24:26.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-06-22T19:24:26.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-06-22T19:24:26.761Z Compiling ar_archive_writer v0.5.1
27892026-06-22T19:24:26.859Z Compiling stacker v0.1.23
27902026-06-22T19:24:26.868Z Compiling cfg_aliases v0.1.1
27912026-06-22T19:24:26.883Z Compiling convert_case v0.10.0
27922026-06-22T19:24:26.883Z Checking unicode-width v0.1.14
27932026-06-22T19:24:26.895Z Compiling proc-macro-error v1.0.4
27942026-06-22T19:24:26.902Z Checking fd-lock v4.0.4
27952026-06-22T19:24:26.902Z Checking nibble_vec v0.1.0
27962026-06-22T19:24:26.931Z Compiling nix v0.28.0
27972026-06-22T19:24:27.003Z Checking vte v0.14.1
27982026-06-22T19:24:27.020Z Compiling recursive-proc-macro-impl v0.1.1
27992026-06-22T19:24:27.105Z Checking bytecount v0.6.9
28002026-06-22T19:24:27.115Z Checking endian-type v0.1.2
28012026-06-22T19:24:27.159Z Checking strip-ansi-escapes v0.2.1
28022026-06-22T19:24:27.170Z Compiling derive_more-impl v2.1.1
28032026-06-22T19:24:27.179Z Compiling tabled_derive v0.7.0
28042026-06-22T19:24:27.216Z Checking papergrid v0.11.0
28052026-06-22T19:24:27.238Z Checking radix_trie v0.2.1
28062026-06-22T19:24:27.265Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072026-06-22T19:24:27.416Z Compiling peg-macros v0.8.5
28082026-06-22T19:24:27.853Z Checking winnow v0.6.26
28092026-06-22T19:24:27.858Z Compiling psm v0.1.30
28102026-06-22T19:24:27.859Z Compiling sqlparser_derive v0.5.0
28112026-06-22T19:24:27.859Z Checking home v0.5.12
28122026-06-22T19:24:27.922Z Checking unicode_categories v0.1.1
28132026-06-22T19:24:27.998Z Checking derive_more v2.1.1
28142026-06-22T19:24:28.480Z Checking nu-ansi-term v0.50.3
28152026-06-22T19:24:28.483Z Checking crossterm v0.29.0
28162026-06-22T19:24:28.483Z Checking tabled v0.15.0
28172026-06-22T19:24:28.483Z Checking rustyline v14.0.0
28182026-06-22T19:24:28.483Z Checking reedline v0.40.0
28192026-06-22T19:24:28.514Z Checking recursive v0.1.1
28202026-06-22T19:24:28.530Z Checking display-error-chain v0.2.2
28212026-06-22T19:24:28.604Z Checking sqlparser v0.61.0
28222026-06-22T19:24:28.642Z Checking sqlformat v0.3.5
28232026-06-22T19:24:28.808Z Checking peg v0.8.5
28242026-06-22T19:24:39.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28252026-06-22T19:24:39.848Z
28262026-06-22T19:24:39.849Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28272026-06-22T19:24:40.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-22T19:24:40.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-22T19:24:40.458Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-22T19:24:43.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28312026-06-22T19:24:44.077Z
28322026-06-22T19:24:44.077Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28332026-06-22T19:24:44.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-22T19:24:44.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-22T19:24:44.713Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-22T19:24:47.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
28372026-06-22T19:24:47.244Z
28382026-06-22T19:24:47.244Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28392026-06-22T19:24:47.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-22T19:24:47.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-22T19:24:47.849Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-22T19:24:51.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
28432026-06-22T19:24:51.440Z
28442026-06-22T19:24:51.440Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28452026-06-22T19:24:51.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-22T19:24:51.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-22T19:24:52.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-22T19:24:55.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28492026-06-22T19:24:55.220Z
28502026-06-22T19:24:55.220Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28512026-06-22T19:24:55.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-22T19:24:55.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-22T19:24:56.238Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-22T19:24:58.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28552026-06-22T19:24:58.521Z
28562026-06-22T19:24:58.521Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28572026-06-22T19:24:58.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-22T19:24:58.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-22T19:24:59.537Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-22T19:25:01.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28612026-06-22T19:25:01.899Z
28622026-06-22T19:25:01.899Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28632026-06-22T19:25:02.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-22T19:25:02.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-22T19:25:02.823Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-06-22T19:25:05.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28672026-06-22T19:25:06.088Z
28682026-06-22T19:25:06.088Zinfo: running `cargo check --bins` on oximeter (93/298)
28692026-06-22T19:25:06.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-22T19:25:06.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-22T19:25:06.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-06-22T19:25:06.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28732026-06-22T19:25:06.629Z
28742026-06-22T19:25:06.629Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28752026-06-22T19:25:07.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-06-22T19:25:07.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-06-22T19:25:07.621Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28782026-06-22T19:25:07.621Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-06-22T19:25:07.621Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-06-22T19:25:07.690Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812026-06-22T19:25:10.360Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28822026-06-22T19:25:11.576Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832026-06-22T19:25:11.805Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842026-06-22T19:25:12.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
28852026-06-22T19:25:12.628Z
28862026-06-22T19:25:12.629Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28872026-06-22T19:25:13.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-22T19:25:13.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-22T19:25:13.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-22T19:25:13.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28912026-06-22T19:25:13.180Z
28922026-06-22T19:25:13.180Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28932026-06-22T19:25:13.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-22T19:25:13.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-22T19:25:13.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-22T19:25:13.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28972026-06-22T19:25:13.706Z
28982026-06-22T19:25:13.706Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28992026-06-22T19:25:14.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-22T19:25:14.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-22T19:25:14.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-22T19:25:14.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29032026-06-22T19:25:14.610Z
29042026-06-22T19:25:14.610Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
29052026-06-22T19:25:15.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-22T19:25:15.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-22T19:25:15.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-22T19:25:15.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29092026-06-22T19:25:15.129Z
29102026-06-22T19:25:15.129Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29112026-06-22T19:25:15.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-22T19:25:15.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-22T19:25:15.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-22T19:25:15.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29152026-06-22T19:25:15.635Z
29162026-06-22T19:25:15.635Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29172026-06-22T19:25:16.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-22T19:25:16.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-22T19:25:16.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-22T19:25:16.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29212026-06-22T19:25:16.152Z
29222026-06-22T19:25:16.152Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29232026-06-22T19:25:16.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-22T19:25:16.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-22T19:25:16.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-22T19:25:16.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29272026-06-22T19:25:16.786Z
29282026-06-22T19:25:16.786Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29292026-06-22T19:25:16.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-22T19:25:16.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-22T19:25:16.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-22T19:25:16.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29332026-06-22T19:25:16.883Z
29342026-06-22T19:25:16.883Zinfo: running `cargo check --bins` on update-engine (103/298)
29352026-06-22T19:25:17.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-22T19:25:17.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-22T19:25:17.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-06-22T19:25:17.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29392026-06-22T19:25:17.397Z
29402026-06-22T19:25:17.397Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29412026-06-22T19:25:17.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-06-22T19:25:17.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-06-22T19:25:18.463Z Compiling crucible-workspace-hack v0.1.0
29442026-06-22T19:25:18.889Z Checking secrecy v0.10.3
29452026-06-22T19:25:18.889Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-06-22T19:25:18.889Z Compiling heapless v0.8.0
29472026-06-22T19:25:18.889Z Compiling ingot-macros v0.1.1
29482026-06-22T19:25:18.889Z Checking hash32 v0.3.1
29492026-06-22T19:25:18.889Z Compiling smoltcp v0.11.0
29502026-06-22T19:25:18.889Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-06-22T19:25:18.889Z Checking cobs v0.3.0
29522026-06-22T19:25:18.890Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-06-22T19:25:18.890Z Compiling thiserror-impl-no-std v2.0.2
29542026-06-22T19:25:18.890Z Checking universal-hash v0.5.1
29552026-06-22T19:25:18.890Z Checking half v2.7.1
29562026-06-22T19:25:18.890Z Checking opaque-debug v0.3.1
29572026-06-22T19:25:18.925Z Checking ciborium-io v0.2.2
29582026-06-22T19:25:18.925Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-06-22T19:25:18.925Z Checking poly1305 v0.8.0
29602026-06-22T19:25:18.925Z Checking postcard v1.1.3
29612026-06-22T19:25:18.925Z Checking ciborium-ll v0.2.2
29622026-06-22T19:25:18.926Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29632026-06-22T19:25:18.926Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-06-22T19:25:18.926Z Checking password-hash v0.5.0
29652026-06-22T19:25:18.926Z Compiling proc-macro-crate v3.4.0
29662026-06-22T19:25:19.061Z Checking chacha20 v0.9.1
29672026-06-22T19:25:19.078Z Compiling proc-macro-crate v1.3.1
29682026-06-22T19:25:19.125Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29692026-06-22T19:25:19.250Z Checking blake2 v0.10.6
29702026-06-22T19:25:19.792Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29712026-06-22T19:25:19.821Z Checking aead v0.5.2
29722026-06-22T19:25:19.821Z Compiling num_enum_derive v0.7.6
29732026-06-22T19:25:19.821Z Compiling foreign-types-macros v0.2.3
29742026-06-22T19:25:19.821Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29752026-06-22T19:25:19.821Z Checking cpufeatures v0.3.0
29762026-06-22T19:25:19.821Z Checking foreign-types-shared v0.3.1
29772026-06-22T19:25:19.821Z Checking thiserror-no-std v2.0.2
29782026-06-22T19:25:19.821Z Checking chacha20 v0.10.0
29792026-06-22T19:25:19.821Z Checking chacha20poly1305 v0.10.1
29802026-06-22T19:25:19.821Z Checking vsss-rs v3.3.4
29812026-06-22T19:25:19.821Z Compiling num_enum_derive v0.5.11
29822026-06-22T19:25:19.821Z Checking argon2 v0.5.3
29832026-06-22T19:25:19.821Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29842026-06-22T19:25:20.069Z Checking foreign-types v0.5.0
29852026-06-22T19:25:20.123Z Checking ciborium v0.2.2
29862026-06-22T19:25:20.244Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-06-22T19:25:20.250Z Checking tabwriter v1.4.1
29882026-06-22T19:25:20.406Z Checking byte-wrapper v0.1.0
29892026-06-22T19:25:20.880Z Checking num_enum v0.7.6
29902026-06-22T19:25:20.886Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-06-22T19:25:20.886Z Checking cstr-argument v0.1.2
29922026-06-22T19:25:20.886Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29932026-06-22T19:25:20.886Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29942026-06-22T19:25:20.886Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-06-22T19:25:20.886Z Checking num_enum v0.5.11
29962026-06-22T19:25:20.886Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-06-22T19:25:20.886Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29982026-06-22T19:25:20.886Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29992026-06-22T19:25:20.886Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-06-22T19:25:20.967Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-06-22T19:25:21.003Z Checking rand v0.10.0
30022026-06-22T19:25:21.010Z Checking ingot-types v0.1.2
30032026-06-22T19:25:21.061Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-06-22T19:25:21.087Z Checking colored v3.1.1
30052026-06-22T19:25:21.087Z Checking indent_write v2.2.0
30062026-06-22T19:25:21.198Z Compiling zone_cfg_derive v0.3.1
30072026-06-22T19:25:21.238Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30082026-06-22T19:25:21.304Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30092026-06-22T19:25:21.367Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-22T19:25:21.389Z Checking itertools v0.12.1
30112026-06-22T19:25:21.389Z Checking ingot v0.1.1
30122026-06-22T19:25:21.844Z Compiling num-derive v0.4.2
30132026-06-22T19:25:21.873Z Checking swrite v0.1.0
30142026-06-22T19:25:21.873Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-06-22T19:25:21.873Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-22T19:25:21.873Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-06-22T19:25:21.873Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30182026-06-22T19:25:21.873Z Checking dropshot-api-manager-types v0.7.2
30192026-06-22T19:25:21.908Z Checking smf v0.2.3
30202026-06-22T19:25:21.909Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-06-22T19:25:21.954Z Checking nanorand v0.7.0
30222026-06-22T19:25:22.024Z Checking whoami v1.6.1
30232026-06-22T19:25:22.143Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-06-22T19:25:22.575Z Checking flume v0.11.1
30252026-06-22T19:25:22.596Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30262026-06-22T19:25:22.596Z Checking zone v0.3.1
30272026-06-22T19:25:22.926Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-22T19:25:23.909Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-22T19:25:24.793Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-22T19:25:28.617Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30312026-06-22T19:25:30.248Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30322026-06-22T19:25:31.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s
30332026-06-22T19:25:31.506Z
30342026-06-22T19:25:31.506Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30352026-06-22T19:25:31.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-22T19:25:32.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-22T19:25:32.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-22T19:25:32.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30392026-06-22T19:25:32.397Z
30402026-06-22T19:25:32.397Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30412026-06-22T19:25:32.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-22T19:25:32.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-22T19:25:32.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-22T19:25:32.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30452026-06-22T19:25:33.029Z
30462026-06-22T19:25:33.029Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30472026-06-22T19:25:33.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-22T19:25:33.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-22T19:25:33.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-22T19:25:33.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30512026-06-22T19:25:33.529Z
30522026-06-22T19:25:33.529Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30532026-06-22T19:25:33.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-22T19:25:33.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-22T19:25:33.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-22T19:25:33.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30572026-06-22T19:25:33.644Z
30582026-06-22T19:25:33.644Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30592026-06-22T19:25:34.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-22T19:25:34.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-22T19:25:34.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-22T19:25:34.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30632026-06-22T19:25:34.185Z
30642026-06-22T19:25:34.185Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30652026-06-22T19:25:34.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-22T19:25:35.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-22T19:25:35.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-22T19:25:35.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30692026-06-22T19:25:35.438Z
30702026-06-22T19:25:35.438Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30712026-06-22T19:25:35.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-22T19:25:35.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-22T19:25:35.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-22T19:25:35.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30752026-06-22T19:25:35.441Z
30762026-06-22T19:25:35.441Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30772026-06-22T19:25:35.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-22T19:25:36.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-22T19:25:36.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-22T19:25:36.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30812026-06-22T19:25:36.083Z
30822026-06-22T19:25:36.083Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30832026-06-22T19:25:36.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-22T19:25:36.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-22T19:25:36.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-22T19:25:36.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30872026-06-22T19:25:36.601Z
30882026-06-22T19:25:36.601Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30892026-06-22T19:25:36.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-22T19:25:36.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-22T19:25:36.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-22T19:25:36.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30932026-06-22T19:25:37.209Z
30942026-06-22T19:25:37.209Zinfo: running `cargo check --bins` on installinator-client (115/298)
30952026-06-22T19:25:37.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-22T19:25:38.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-22T19:25:38.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-22T19:25:38.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30992026-06-22T19:25:38.141Z
31002026-06-22T19:25:38.141Zinfo: running `cargo check --bins` on nexus-client (116/298)
31012026-06-22T19:25:38.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-22T19:25:38.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-22T19:25:38.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-22T19:25:38.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31052026-06-22T19:25:38.158Z
31062026-06-22T19:25:38.158Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31072026-06-22T19:25:38.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-22T19:25:38.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-22T19:25:38.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-22T19:25:38.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31112026-06-22T19:25:38.937Z
31122026-06-22T19:25:38.937Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31132026-06-22T19:25:39.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-22T19:25:39.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-22T19:25:39.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-22T19:25:39.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31172026-06-22T19:25:39.035Z
31182026-06-22T19:25:39.035Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31192026-06-22T19:25:39.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-22T19:25:39.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-22T19:25:39.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-22T19:25:39.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31232026-06-22T19:25:40.329Z
31242026-06-22T19:25:40.329Zinfo: running `cargo check --bins` on oxide-client (120/298)
31252026-06-22T19:25:40.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-22T19:25:40.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-22T19:25:40.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-22T19:25:40.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31292026-06-22T19:25:40.788Z
31302026-06-22T19:25:40.788Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31312026-06-22T19:25:40.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-22T19:25:40.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-22T19:25:40.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-22T19:25:40.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31352026-06-22T19:25:40.803Z
31362026-06-22T19:25:40.803Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31372026-06-22T19:25:41.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-22T19:25:41.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-22T19:25:41.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-22T19:25:41.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31412026-06-22T19:25:41.469Z
31422026-06-22T19:25:41.469Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31432026-06-22T19:25:41.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-22T19:25:41.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-22T19:25:41.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-22T19:25:41.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31472026-06-22T19:25:41.690Z
31482026-06-22T19:25:41.690Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31492026-06-22T19:25:42.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-22T19:25:42.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-22T19:25:42.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-22T19:25:42.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31532026-06-22T19:25:42.264Z
31542026-06-22T19:25:42.264Zinfo: running `cargo check --bins` on installinator-common (125/298)
31552026-06-22T19:25:42.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-22T19:25:42.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-22T19:25:42.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-22T19:25:42.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31592026-06-22T19:25:42.715Z
31602026-06-22T19:25:42.715Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31612026-06-22T19:25:43.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-22T19:25:43.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-22T19:25:43.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-22T19:25:43.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31652026-06-22T19:25:43.791Z
31662026-06-22T19:25:43.791Zinfo: running `cargo check --bins` on wicket-common (127/298)
31672026-06-22T19:25:43.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-22T19:25:43.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-22T19:25:43.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-06-22T19:25:43.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31712026-06-22T19:25:43.873Z
31722026-06-22T19:25:43.873Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31732026-06-22T19:25:44.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-06-22T19:25:44.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-06-22T19:25:44.441Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31762026-06-22T19:25:44.970Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31772026-06-22T19:25:45.004Z Checking csv-core v0.1.13
31782026-06-22T19:25:45.004Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31792026-06-22T19:25:45.004Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-22T19:25:45.004Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-06-22T19:25:45.004Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31822026-06-22T19:25:45.004Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31832026-06-22T19:25:45.004Z Checking csv v1.4.0
31842026-06-22T19:25:45.004Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-06-22T19:25:45.004Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31862026-06-22T19:25:45.005Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872026-06-22T19:25:45.005Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31882026-06-22T19:25:45.059Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-06-22T19:25:45.401Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-06-22T19:25:45.431Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-06-22T19:25:45.713Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31922026-06-22T19:25:51.729Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31932026-06-22T19:25:52.254Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31942026-06-22T19:25:54.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
31952026-06-22T19:25:54.779Z
31962026-06-22T19:25:54.779Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31972026-06-22T19:25:55.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-22T19:25:55.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-22T19:25:55.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-22T19:25:55.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
32012026-06-22T19:25:55.247Z
32022026-06-22T19:25:55.247Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
32032026-06-22T19:25:55.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-22T19:25:55.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-22T19:25:55.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-22T19:25:55.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32072026-06-22T19:25:55.923Z
32082026-06-22T19:25:55.923Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32092026-06-22T19:25:56.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-22T19:25:56.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-22T19:25:56.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-22T19:25:56.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32132026-06-22T19:25:56.457Z
32142026-06-22T19:25:56.457Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32152026-06-22T19:25:56.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-22T19:25:56.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-22T19:25:56.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-06-22T19:25:56.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32192026-06-22T19:25:57.017Z
32202026-06-22T19:25:57.017Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32212026-06-22T19:25:57.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-06-22T19:25:57.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-06-22T19:25:57.706Z Compiling regress v0.11.1
32242026-06-22T19:25:57.855Z Compiling unsafe-libyaml v0.2.11
32252026-06-22T19:25:57.865Z Compiling radium v0.7.0
32262026-06-22T19:25:57.865Z Compiling semver v0.1.20
32272026-06-22T19:25:57.866Z Checking nom v8.0.0
32282026-06-22T19:25:57.866Z Compiling maybe-uninit v2.0.0
32292026-06-22T19:25:57.866Z Checking tap v1.0.1
32302026-06-22T19:25:58.025Z Checking wyz v0.5.1
32312026-06-22T19:25:58.103Z Compiling rustc_version v0.1.7
32322026-06-22T19:25:58.172Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-06-22T19:25:58.196Z Compiling zerocopy-derive v0.6.6
32342026-06-22T19:25:58.356Z Checking crc-catalog v2.4.0
32352026-06-22T19:25:58.367Z Compiling newtype_derive v0.1.6
32362026-06-22T19:25:58.894Z Compiling serde_yaml v0.9.34+deprecated
32372026-06-22T19:25:58.940Z Checking funty v2.0.0
32382026-06-22T19:25:58.940Z Compiling packed_struct v0.10.1
32392026-06-22T19:25:58.940Z Compiling owo-colors v4.3.0
32402026-06-22T19:25:58.940Z Compiling cancel-safe-futures v0.1.5
32412026-06-22T19:25:59.115Z Checking zerocopy v0.6.6
32422026-06-22T19:25:59.153Z Checking bitvec v1.0.1
32432026-06-22T19:25:59.264Z Checking crc v3.4.0
32442026-06-22T19:25:59.285Z Checking typify-impl v0.6.2
32452026-06-22T19:25:59.434Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-06-22T19:25:59.746Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-06-22T19:25:59.815Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32482026-06-22T19:25:59.904Z Compiling packed_struct_codegen v0.10.1
32492026-06-22T19:25:59.971Z Checking libsw-core v0.3.2
32502026-06-22T19:26:00.030Z Compiling bitfield-macros v0.19.4
32512026-06-22T19:26:00.103Z Compiling indexmap v1.9.3
32522026-06-22T19:26:00.309Z Checking nodrop v0.1.14
32532026-06-22T19:26:00.370Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32542026-06-22T19:26:00.411Z Checking array-init v0.0.4
32552026-06-22T19:26:00.435Z Checking libsw v3.5.0
32562026-06-22T19:26:00.580Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-06-22T19:26:00.649Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-06-22T19:26:00.700Z Checking smallvec v0.6.14
32592026-06-22T19:26:00.725Z Checking bitfield v0.19.4
32602026-06-22T19:26:00.757Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-06-22T19:26:01.063Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32622026-06-22T19:26:01.101Z Checking base64 v0.21.7
32632026-06-22T19:26:01.136Z Checking unicode-linebreak v0.1.5
32642026-06-22T19:26:01.186Z Checking hashbrown v0.12.3
32652026-06-22T19:26:01.208Z Checking tagptr v0.2.0
32662026-06-22T19:26:01.306Z Checking smawk v0.3.2
32672026-06-22T19:26:01.390Z Checking linear-map v1.2.0
32682026-06-22T19:26:01.390Z Checking moka v0.12.13
32692026-06-22T19:26:01.441Z Checking textwrap v0.16.2
32702026-06-22T19:26:01.664Z Checking ron v0.8.1
32712026-06-22T19:26:01.724Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32722026-06-22T19:26:01.724Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32732026-06-22T19:26:01.885Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32742026-06-22T19:26:01.969Z Checking steno v0.4.1
32752026-06-22T19:26:02.011Z Checking serde-hex v0.1.0
32762026-06-22T19:26:02.011Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-22T19:26:02.011Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32782026-06-22T19:26:02.135Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32792026-06-22T19:26:02.608Z Checking hashbrown v0.13.2
32802026-06-22T19:26:02.761Z Checking crc-any v2.5.0
32812026-06-22T19:26:02.844Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-06-22T19:26:02.878Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-06-22T19:26:02.909Z Checking hickory-resolver v0.25.2
32842026-06-22T19:26:03.001Z Checking void v1.0.2
32852026-06-22T19:26:03.069Z Checking object v0.30.4
32862026-06-22T19:26:03.113Z Checking utf-8 v0.7.6
32872026-06-22T19:26:03.113Z Checking half v1.8.3
32882026-06-22T19:26:03.190Z Checking path-slash v0.1.5
32892026-06-22T19:26:03.309Z Checking tungstenite v0.23.0
32902026-06-22T19:26:03.356Z Checking serde_cbor v0.11.2
32912026-06-22T19:26:03.501Z Checking lzss v0.8.2
32922026-06-22T19:26:03.688Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-06-22T19:26:03.889Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32942026-06-22T19:26:03.889Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32952026-06-22T19:26:03.982Z Checking nix v0.27.1
32962026-06-22T19:26:03.982Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32972026-06-22T19:26:03.982Z Checking kstat-rs v0.2.4
32982026-06-22T19:26:03.982Z Checking fxhash v0.2.1
32992026-06-22T19:26:04.114Z Compiling typify-macro v0.6.2
33002026-06-22T19:26:04.114Z Checking serde_bytes v0.11.19
33012026-06-22T19:26:04.207Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022026-06-22T19:26:04.207Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33032026-06-22T19:26:04.207Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33042026-06-22T19:26:04.316Z Checking tokio-tungstenite v0.23.1
33052026-06-22T19:26:04.341Z Checking signal-hook-tokio v0.3.1
33062026-06-22T19:26:04.994Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-06-22T19:26:05.224Z Compiling typify v0.6.2
33082026-06-22T19:26:05.272Z Compiling progenitor-impl v0.14.0
33092026-06-22T19:26:06.383Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-06-22T19:26:06.434Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-06-22T19:26:06.669Z Compiling progenitor-macro v0.14.0
33122026-06-22T19:26:09.019Z Checking progenitor v0.14.0
33132026-06-22T19:26:09.196Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33142026-06-22T19:26:09.196Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-06-22T19:26:11.953Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-06-22T19:26:20.061Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-06-22T19:26:26.432Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-06-22T19:26:27.850Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-06-22T19:26:28.144Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-06-22T19:26:30.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.18s
33212026-06-22T19:26:30.382Z
33222026-06-22T19:26:30.382Zinfo: running `cargo check --bins` on gateway-api (134/298)
33232026-06-22T19:26:30.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-22T19:26:30.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-22T19:26:30.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-22T19:26:30.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33272026-06-22T19:26:30.906Z
33282026-06-22T19:26:30.906Zinfo: running `cargo check --bins` on ipcc (135/298)
33292026-06-22T19:26:31.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-22T19:26:31.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-22T19:26:31.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-22T19:26:31.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33332026-06-22T19:26:31.477Z
33342026-06-22T19:26:31.477Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33352026-06-22T19:26:31.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-22T19:26:31.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-22T19:26:31.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-22T19:26:31.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
33392026-06-22T19:26:31.963Z
33402026-06-22T19:26:31.963Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33412026-06-22T19:26:32.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-22T19:26:32.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-22T19:26:32.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-22T19:26:32.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33452026-06-22T19:26:32.473Z
33462026-06-22T19:26:32.473Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
33472026-06-22T19:26:32.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-22T19:26:32.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-22T19:26:32.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-22T19:26:32.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33512026-06-22T19:26:32.987Z
33522026-06-22T19:26:32.987Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
33532026-06-22T19:26:33.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-22T19:26:33.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-22T19:26:33.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-22T19:26:33.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33572026-06-22T19:26:33.607Z
33582026-06-22T19:26:33.607Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
33592026-06-22T19:26:33.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-22T19:26:34.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-22T19:26:34.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-22T19:26:34.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33632026-06-22T19:26:34.155Z
33642026-06-22T19:26:34.156Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
33652026-06-22T19:26:34.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-22T19:26:34.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-22T19:26:34.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-22T19:26:34.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33692026-06-22T19:26:34.618Z
33702026-06-22T19:26:34.618Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
33712026-06-22T19:26:34.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-22T19:26:34.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-22T19:26:34.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-22T19:26:34.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33752026-06-22T19:26:35.121Z
33762026-06-22T19:26:35.121Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
33772026-06-22T19:26:35.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-22T19:26:36.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-22T19:26:36.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-22T19:26:36.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33812026-06-22T19:26:36.006Z
33822026-06-22T19:26:36.006Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
33832026-06-22T19:26:36.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-22T19:26:36.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-22T19:26:36.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-22T19:26:36.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33872026-06-22T19:26:36.188Z
33882026-06-22T19:26:36.188Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
33892026-06-22T19:26:36.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-22T19:26:36.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-22T19:26:36.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-22T19:26:36.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33932026-06-22T19:26:36.694Z
33942026-06-22T19:26:36.694Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
33952026-06-22T19:26:37.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-22T19:26:37.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-22T19:26:37.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-22T19:26:37.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33992026-06-22T19:26:37.234Z
34002026-06-22T19:26:37.234Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
34012026-06-22T19:26:37.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-22T19:26:37.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-22T19:26:37.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-22T19:26:37.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34052026-06-22T19:26:37.671Z
34062026-06-22T19:26:37.672Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34072026-06-22T19:26:38.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-22T19:26:38.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-22T19:26:38.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-22T19:26:38.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34112026-06-22T19:26:38.265Z
34122026-06-22T19:26:38.265Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34132026-06-22T19:26:38.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-22T19:26:38.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-22T19:26:38.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-22T19:26:38.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34172026-06-22T19:26:38.987Z
34182026-06-22T19:26:38.987Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34192026-06-22T19:26:39.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-22T19:26:39.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-22T19:26:39.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-22T19:26:39.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34232026-06-22T19:26:39.661Z
34242026-06-22T19:26:39.661Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34252026-06-22T19:26:39.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-22T19:26:39.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-22T19:26:39.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-22T19:26:39.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34292026-06-22T19:26:39.849Z
34302026-06-22T19:26:39.849Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34312026-06-22T19:26:40.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-22T19:26:40.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-22T19:26:40.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-22T19:26:40.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34352026-06-22T19:26:40.447Z
34362026-06-22T19:26:40.447Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34372026-06-22T19:26:40.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-22T19:26:40.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-22T19:26:40.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-22T19:26:40.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34412026-06-22T19:26:40.883Z
34422026-06-22T19:26:40.883Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
34432026-06-22T19:26:41.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-22T19:26:41.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-22T19:26:41.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-22T19:26:41.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34472026-06-22T19:26:41.447Z
34482026-06-22T19:26:41.447Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
34492026-06-22T19:26:41.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-22T19:26:41.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-22T19:26:41.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-22T19:26:41.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34532026-06-22T19:26:41.953Z
34542026-06-22T19:26:41.953Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
34552026-06-22T19:26:42.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-22T19:26:42.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-22T19:26:42.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-22T19:26:42.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34592026-06-22T19:26:42.791Z
34602026-06-22T19:26:42.791Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
34612026-06-22T19:26:42.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-22T19:26:42.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-22T19:26:42.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-22T19:26:42.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34652026-06-22T19:26:43.012Z
34662026-06-22T19:26:43.012Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
34672026-06-22T19:26:43.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-22T19:26:43.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-22T19:26:43.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-22T19:26:43.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34712026-06-22T19:26:43.636Z
34722026-06-22T19:26:43.636Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
34732026-06-22T19:26:44.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-22T19:26:44.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-22T19:26:44.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-22T19:26:44.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34772026-06-22T19:26:44.072Z
34782026-06-22T19:26:44.072Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
34792026-06-22T19:26:44.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-22T19:26:44.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-22T19:26:44.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-22T19:26:44.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34832026-06-22T19:26:44.572Z
34842026-06-22T19:26:44.572Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
34852026-06-22T19:26:45.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-22T19:26:45.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-22T19:26:45.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-22T19:26:45.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34892026-06-22T19:26:45.095Z
34902026-06-22T19:26:45.095Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
34912026-06-22T19:26:45.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-22T19:26:45.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-22T19:26:45.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-22T19:26:45.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34952026-06-22T19:26:45.607Z
34962026-06-22T19:26:45.607Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
34972026-06-22T19:26:46.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-22T19:26:46.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-22T19:26:46.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-22T19:26:46.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35012026-06-22T19:26:46.154Z
35022026-06-22T19:26:46.154Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
35032026-06-22T19:26:46.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-22T19:26:46.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-22T19:26:46.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-22T19:26:46.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35072026-06-22T19:26:46.693Z
35082026-06-22T19:26:46.693Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35092026-06-22T19:26:47.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-22T19:26:47.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-22T19:26:47.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-22T19:26:47.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35132026-06-22T19:26:47.191Z
35142026-06-22T19:26:47.191Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35152026-06-22T19:26:47.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-22T19:26:47.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-22T19:26:47.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-22T19:26:47.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35192026-06-22T19:26:47.854Z
35202026-06-22T19:26:47.854Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35212026-06-22T19:26:48.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-22T19:26:48.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-22T19:26:48.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-22T19:26:48.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35252026-06-22T19:26:48.239Z
35262026-06-22T19:26:48.239Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35272026-06-22T19:26:48.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-22T19:26:48.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-22T19:26:48.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-22T19:26:48.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35312026-06-22T19:26:48.881Z
35322026-06-22T19:26:48.881Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35332026-06-22T19:26:49.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-22T19:26:49.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-22T19:26:49.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-22T19:26:49.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35372026-06-22T19:26:49.335Z
35382026-06-22T19:26:49.335Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35392026-06-22T19:26:49.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-22T19:26:49.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-22T19:26:49.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-22T19:26:49.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35432026-06-22T19:26:49.864Z
35442026-06-22T19:26:49.865Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
35452026-06-22T19:26:50.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-22T19:26:50.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-22T19:26:50.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-22T19:26:50.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35492026-06-22T19:26:50.400Z
35502026-06-22T19:26:50.400Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
35512026-06-22T19:26:50.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-22T19:26:50.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-22T19:26:50.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-22T19:26:50.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35552026-06-22T19:26:50.931Z
35562026-06-22T19:26:50.931Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
35572026-06-22T19:26:51.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-22T19:26:51.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-22T19:26:51.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-22T19:26:51.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35612026-06-22T19:26:51.475Z
35622026-06-22T19:26:51.476Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
35632026-06-22T19:26:51.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-22T19:26:51.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-22T19:26:51.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-06-22T19:26:51.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35672026-06-22T19:26:52.031Z
35682026-06-22T19:26:52.031Zinfo: running `cargo check --bins` on dns-server (175/298)
35692026-06-22T19:26:52.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-06-22T19:26:52.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-06-22T19:26:52.592Z Compiling parking_lot_core v0.8.6
35722026-06-22T19:26:52.615Z Compiling git-stub v1.0.0
35732026-06-22T19:26:52.615Z Checking prefix-trie v0.7.0
35742026-06-22T19:26:52.615Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35752026-06-22T19:26:52.829Z Compiling git-stub-vcs v0.1.0
35762026-06-22T19:26:52.976Z Checking hickory-server v0.25.2
35772026-06-22T19:26:53.104Z Checking parking_lot v0.11.2
35782026-06-22T19:26:53.123Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792026-06-22T19:26:53.166Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-06-22T19:26:53.166Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35812026-06-22T19:26:53.279Z Checking sled v0.34.7
35822026-06-22T19:26:55.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
35832026-06-22T19:26:55.311Z
35842026-06-22T19:26:55.311Zinfo: running `cargo check --bins` on dns-server-api (176/298)
35852026-06-22T19:26:55.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-06-22T19:26:55.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-06-22T19:26:55.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-06-22T19:26:55.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35892026-06-22T19:26:55.830Z
35902026-06-22T19:26:55.830Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
35912026-06-22T19:26:56.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-06-22T19:26:56.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-06-22T19:26:56.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-06-22T19:26:56.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35952026-06-22T19:26:56.334Z
35962026-06-22T19:26:56.334Zinfo: running `cargo check --bins` on sp-sim (178/298)
35972026-06-22T19:26:56.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-06-22T19:26:56.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-06-22T19:26:56.982Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36002026-06-22T19:26:58.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
36012026-06-22T19:26:58.904Z
36022026-06-22T19:26:58.904Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
36032026-06-22T19:26:59.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-06-22T19:26:59.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-06-22T19:26:59.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-06-22T19:26:59.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36072026-06-22T19:26:59.479Z
36082026-06-22T19:26:59.479Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36092026-06-22T19:26:59.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-06-22T19:26:59.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-06-22T19:26:59.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-06-22T19:26:59.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36132026-06-22T19:27:00.095Z
36142026-06-22T19:27:00.095Zinfo: running `cargo check --bins` on db-macros (181/298)
36152026-06-22T19:27:00.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-06-22T19:27:00.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-06-22T19:27:00.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-06-22T19:27:00.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36192026-06-22T19:27:00.555Z
36202026-06-22T19:27:00.555Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36212026-06-22T19:27:00.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-06-22T19:27:00.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-06-22T19:27:00.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-06-22T19:27:00.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36252026-06-22T19:27:01.076Z
36262026-06-22T19:27:01.076Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36272026-06-22T19:27:01.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-06-22T19:27:01.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-06-22T19:27:01.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-06-22T19:27:01.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36312026-06-22T19:27:01.668Z
36322026-06-22T19:27:01.668Zinfo: running `cargo check --bins` on authz-macros (184/298)
36332026-06-22T19:27:02.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-06-22T19:27:02.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-06-22T19:27:02.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-06-22T19:27:02.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36372026-06-22T19:27:02.147Z
36382026-06-22T19:27:02.147Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36392026-06-22T19:27:02.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-06-22T19:27:02.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-06-22T19:27:02.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-06-22T19:27:02.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-06-22T19:27:02.709Z
36442026-06-22T19:27:02.709Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
36452026-06-22T19:27:03.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-06-22T19:27:03.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-06-22T19:27:03.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-06-22T19:27:03.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36492026-06-22T19:27:03.284Z
36502026-06-22T19:27:03.284Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
36512026-06-22T19:27:03.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-06-22T19:27:03.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-06-22T19:27:03.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-06-22T19:27:03.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36552026-06-22T19:27:03.787Z
36562026-06-22T19:27:03.787Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
36572026-06-22T19:27:04.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-06-22T19:27:04.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-06-22T19:27:04.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-06-22T19:27:04.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36612026-06-22T19:27:04.290Z
36622026-06-22T19:27:04.290Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
36632026-06-22T19:27:04.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-06-22T19:27:04.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-06-22T19:27:04.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-06-22T19:27:04.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-06-22T19:27:04.829Z
36682026-06-22T19:27:04.830Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
36692026-06-22T19:27:05.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-06-22T19:27:05.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-06-22T19:27:05.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-06-22T19:27:05.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36732026-06-22T19:27:05.346Z
36742026-06-22T19:27:05.347Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
36752026-06-22T19:27:05.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-06-22T19:27:05.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-06-22T19:27:05.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-06-22T19:27:05.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36792026-06-22T19:27:05.849Z
36802026-06-22T19:27:05.849Zinfo: running `cargo check --bins` on omicron-git-version (192/298)
36812026-06-22T19:27:06.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-06-22T19:27:06.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-06-22T19:27:06.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-06-22T19:27:06.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36852026-06-22T19:27:06.690Z
36862026-06-22T19:27:06.690Zinfo: running `cargo check --bins` on nexus-db-errors (193/298)
36872026-06-22T19:27:06.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-06-22T19:27:06.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-06-22T19:27:06.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-06-22T19:27:06.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36912026-06-22T19:27:06.938Z
36922026-06-22T19:27:06.938Zinfo: running `cargo check --bins` on nexus-db-lookup (194/298)
36932026-06-22T19:27:07.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-06-22T19:27:07.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-06-22T19:27:07.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-06-22T19:27:07.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-06-22T19:27:07.520Z
36982026-06-22T19:27:07.520Zinfo: running `cargo check --bins` on nexus-inventory (195/298)
36992026-06-22T19:27:07.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-06-22T19:27:07.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-06-22T19:27:07.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-06-22T19:27:07.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37032026-06-22T19:27:08.071Z
37042026-06-22T19:27:08.072Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298)
37052026-06-22T19:27:08.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-06-22T19:27:08.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-06-22T19:27:08.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-06-22T19:27:08.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37092026-06-22T19:27:08.613Z
37102026-06-22T19:27:08.613Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/298)
37112026-06-22T19:27:09.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-06-22T19:27:09.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-06-22T19:27:09.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-06-22T19:27:09.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37152026-06-22T19:27:09.154Z
37162026-06-22T19:27:09.154Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298)
37172026-06-22T19:27:09.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-06-22T19:27:09.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-06-22T19:27:09.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-06-22T19:27:09.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37212026-06-22T19:27:09.683Z
37222026-06-22T19:27:09.683Zinfo: running `cargo check --bins` on key-manager (199/298)
37232026-06-22T19:27:10.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-06-22T19:27:10.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-06-22T19:27:10.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-06-22T19:27:10.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37272026-06-22T19:27:10.203Z
37282026-06-22T19:27:10.203Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/298)
37292026-06-22T19:27:10.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-06-22T19:27:10.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-06-22T19:27:10.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-06-22T19:27:10.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37332026-06-22T19:27:10.737Z
37342026-06-22T19:27:10.737Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298)
37352026-06-22T19:27:11.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-06-22T19:27:11.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-06-22T19:27:11.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-06-22T19:27:11.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37392026-06-22T19:27:11.277Z
37402026-06-22T19:27:11.277Zinfo: running `cargo check --bins` on typed-rng (202/298)
37412026-06-22T19:27:11.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-06-22T19:27:11.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-06-22T19:27:11.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-06-22T19:27:11.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
37452026-06-22T19:27:11.780Z
37462026-06-22T19:27:11.780Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298)
37472026-06-22T19:27:12.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-06-22T19:27:12.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-06-22T19:27:12.957Z Compiling libefi-sys v0.1.0
37502026-06-22T19:27:12.966Z Compiling bitfield-struct v0.6.2
37512026-06-22T19:27:12.967Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37522026-06-22T19:27:12.967Z Compiling xshell-macros v0.2.7
37532026-06-22T19:27:12.967Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37542026-06-22T19:27:12.967Z Compiling salty v0.3.0
37552026-06-22T19:27:12.967Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37562026-06-22T19:27:12.967Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37572026-06-22T19:27:12.967Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37582026-06-22T19:27:12.967Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-06-22T19:27:13.018Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37602026-06-22T19:27:13.427Z Checking primeorder v0.13.6
37612026-06-22T19:27:13.433Z Checking xshell v0.2.7
37622026-06-22T19:27:13.433Z Compiling proc-macro-error-attr2 v2.0.0
37632026-06-22T19:27:13.433Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-06-22T19:27:13.433Z Checking tungstenite v0.21.0
37652026-06-22T19:27:13.433Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37662026-06-22T19:27:13.433Z Checking p384 v0.13.1
37672026-06-22T19:27:13.433Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-06-22T19:27:13.433Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37692026-06-22T19:27:13.433Z Compiling num-derive v0.3.3
37702026-06-22T19:27:13.454Z Compiling proc-macro-error2 v2.0.1
37712026-06-22T19:27:13.536Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-06-22T19:27:13.617Z Checking tokio-tungstenite v0.21.0
37732026-06-22T19:27:13.657Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37742026-06-22T19:27:13.693Z Checking papergrid v0.17.0
37752026-06-22T19:27:13.755Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-06-22T19:27:13.755Z Compiling tabled_derive v0.11.0
37772026-06-22T19:27:13.785Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-06-22T19:27:13.878Z Compiling progenitor-impl v0.13.0
37792026-06-22T19:27:13.888Z Checking testing_table v0.3.0
37802026-06-22T19:27:13.985Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-06-22T19:27:14.028Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37822026-06-22T19:27:14.042Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-22T19:27:14.232Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-06-22T19:27:14.248Z Compiling unicase v2.9.0
37852026-06-22T19:27:14.280Z Checking libscf-sys v1.1.0
37862026-06-22T19:27:14.412Z Checking corncobs v0.1.4
37872026-06-22T19:27:14.425Z Compiling illumos-nvpair-sys v0.2.0
37882026-06-22T19:27:14.445Z Compiling mime_guess v2.0.5
37892026-06-22T19:27:14.519Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37902026-06-22T19:27:14.541Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-06-22T19:27:15.031Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37922026-06-22T19:27:15.038Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37932026-06-22T19:27:15.038Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37942026-06-22T19:27:15.038Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-06-22T19:27:15.038Z Checking tabled v0.20.0
37962026-06-22T19:27:15.038Z Checking progenitor-client v0.13.0
37972026-06-22T19:27:15.048Z Checking secrecy v0.8.0
37982026-06-22T19:27:15.179Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37992026-06-22T19:27:15.219Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-06-22T19:27:15.286Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38012026-06-22T19:27:15.401Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38022026-06-22T19:27:15.612Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38032026-06-22T19:27:15.661Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38042026-06-22T19:27:15.681Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38052026-06-22T19:27:15.739Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38062026-06-22T19:27:15.765Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38072026-06-22T19:27:15.924Z Checking filetime v0.2.27
38082026-06-22T19:27:15.939Z Checking http-range v0.1.5
38092026-06-22T19:27:16.061Z Checking crc8 v0.1.1
38102026-06-22T19:27:16.125Z Checking xattr v1.6.1
38112026-06-22T19:27:16.170Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38122026-06-22T19:27:16.256Z Checking tar v0.4.45
38132026-06-22T19:27:16.354Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38142026-06-22T19:27:16.367Z Checking illumos-nvpair v0.3.0
38152026-06-22T19:27:16.845Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38162026-06-22T19:27:16.850Z Compiling progenitor-macro v0.13.0
38172026-06-22T19:27:16.850Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-06-22T19:27:16.850Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38192026-06-22T19:27:16.850Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-06-22T19:27:16.917Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38212026-06-22T19:27:16.921Z Checking atty v0.2.14
38222026-06-22T19:27:16.985Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38232026-06-22T19:27:17.001Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38242026-06-22T19:27:17.441Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38252026-06-22T19:27:17.855Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38262026-06-22T19:27:17.855Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38272026-06-22T19:27:17.855Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38282026-06-22T19:27:17.855Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38292026-06-22T19:27:17.859Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38302026-06-22T19:27:17.859Z Checking hyper-staticfile v0.10.1
38312026-06-22T19:27:17.859Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38322026-06-22T19:27:17.859Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38332026-06-22T19:27:17.859Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38342026-06-22T19:27:17.917Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38352026-06-22T19:27:18.094Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38362026-06-22T19:27:18.233Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-06-22T19:27:18.438Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-22T19:27:18.746Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38392026-06-22T19:27:19.313Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38402026-06-22T19:27:19.775Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38412026-06-22T19:27:20.180Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38422026-06-22T19:27:20.535Z Checking progenitor v0.13.0
38432026-06-22T19:27:20.675Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38442026-06-22T19:27:23.013Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38452026-06-22T19:27:25.905Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38462026-06-22T19:27:36.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.03s
38472026-06-22T19:27:37.427Z
38482026-06-22T19:27:37.427Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298)
38492026-06-22T19:27:37.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-06-22T19:27:37.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-06-22T19:27:37.730Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-06-22T19:27:48.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
38532026-06-22T19:27:48.564Z
38542026-06-22T19:27:48.564Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298)
38552026-06-22T19:27:49.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-06-22T19:27:49.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-06-22T19:27:49.285Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-06-22T19:27:59.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38592026-06-22T19:28:00.053Z
38602026-06-22T19:28:00.053Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298)
38612026-06-22T19:28:00.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-06-22T19:28:01.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-06-22T19:28:01.169Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-06-22T19:28:12.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
38652026-06-22T19:28:12.244Z
38662026-06-22T19:28:12.244Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298)
38672026-06-22T19:28:12.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-06-22T19:28:12.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-06-22T19:28:12.348Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-06-22T19:28:22.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
38712026-06-22T19:28:23.078Z
38722026-06-22T19:28:23.078Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298)
38732026-06-22T19:28:23.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-06-22T19:28:23.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-06-22T19:28:23.818Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-06-22T19:28:34.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38772026-06-22T19:28:34.646Z
38782026-06-22T19:28:34.646Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298)
38792026-06-22T19:28:35.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-06-22T19:28:35.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-06-22T19:28:35.349Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-06-22T19:28:46.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38832026-06-22T19:28:46.264Z
38842026-06-22T19:28:46.264Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298)
38852026-06-22T19:28:47.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-06-22T19:28:47.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-06-22T19:28:47.178Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-06-22T19:28:57.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38892026-06-22T19:28:57.730Z
38902026-06-22T19:28:57.730Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/298)
38912026-06-22T19:28:58.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-06-22T19:28:58.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-06-22T19:28:58.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-06-22T19:28:58.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38952026-06-22T19:28:58.261Z
38962026-06-22T19:28:58.261Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/298)
38972026-06-22T19:28:58.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-06-22T19:28:58.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-06-22T19:28:58.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-06-22T19:28:58.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39012026-06-22T19:28:58.788Z
39022026-06-22T19:28:58.788Zinfo: running `cargo check --bins` on range-requests (213/298)
39032026-06-22T19:28:59.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-06-22T19:28:59.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-06-22T19:28:59.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-06-22T19:28:59.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39072026-06-22T19:28:59.649Z
39082026-06-22T19:28:59.649Zinfo: running `cargo check --bins` on repo-depot-api (214/298)
39092026-06-22T19:28:59.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-06-22T19:28:59.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-06-22T19:28:59.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-06-22T19:28:59.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39132026-06-22T19:28:59.830Z
39142026-06-22T19:28:59.830Zinfo: running `cargo check --bins` on sled-agent-api (215/298)
39152026-06-22T19:29:00.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-06-22T19:29:00.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-06-22T19:29:00.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-06-22T19:29:00.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39192026-06-22T19:29:00.374Z
39202026-06-22T19:29:00.374Zinfo: running `cargo check --bins` on sled-diagnostics (216/298)
39212026-06-22T19:29:00.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-06-22T19:29:00.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-06-22T19:29:00.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-06-22T19:29:00.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39252026-06-22T19:29:00.908Z
39262026-06-22T19:29:00.908Zinfo: running `cargo check --bins` on zfs-test-harness (217/298)
39272026-06-22T19:29:01.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-06-22T19:29:01.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-06-22T19:29:01.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-06-22T19:29:01.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39312026-06-22T19:29:01.470Z
39322026-06-22T19:29:01.470Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/298)
39332026-06-22T19:29:01.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-06-22T19:29:01.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-06-22T19:29:01.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-06-22T19:29:01.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39372026-06-22T19:29:01.996Z
39382026-06-22T19:29:01.996Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/298)
39392026-06-22T19:29:02.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-06-22T19:29:02.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-06-22T19:29:02.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-06-22T19:29:02.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39432026-06-22T19:29:02.543Z
39442026-06-22T19:29:02.543Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/298)
39452026-06-22T19:29:03.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-06-22T19:29:03.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-06-22T19:29:03.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-06-22T19:29:03.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39492026-06-22T19:29:03.404Z
39502026-06-22T19:29:03.404Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/298)
39512026-06-22T19:29:03.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-06-22T19:29:03.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-06-22T19:29:03.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-06-22T19:29:03.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39552026-06-22T19:29:03.618Z
39562026-06-22T19:29:03.619Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/298)
39572026-06-22T19:29:04.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-06-22T19:29:04.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-06-22T19:29:04.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-06-22T19:29:04.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39612026-06-22T19:29:04.511Z
39622026-06-22T19:29:04.511Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/298)
39632026-06-22T19:29:04.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-06-22T19:29:04.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-06-22T19:29:04.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-06-22T19:29:04.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39672026-06-22T19:29:04.712Z
39682026-06-22T19:29:04.712Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/298)
39692026-06-22T19:29:05.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-06-22T19:29:05.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-06-22T19:29:05.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-06-22T19:29:05.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39732026-06-22T19:29:05.276Z
39742026-06-22T19:29:05.276Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/298)
39752026-06-22T19:29:05.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-06-22T19:29:05.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-06-22T19:29:05.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-06-22T19:29:05.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39792026-06-22T19:29:05.823Z
39802026-06-22T19:29:05.823Zinfo: running `cargo check --bins` on trust-quorum (226/298)
39812026-06-22T19:29:06.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-06-22T19:29:06.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-06-22T19:29:06.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-06-22T19:29:06.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39852026-06-22T19:29:06.370Z
39862026-06-22T19:29:06.370Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/298)
39872026-06-22T19:29:06.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-06-22T19:29:06.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-06-22T19:29:06.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-06-22T19:29:06.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39912026-06-22T19:29:06.932Z
39922026-06-22T19:29:06.932Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/298)
39932026-06-22T19:29:07.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-06-22T19:29:07.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-06-22T19:29:07.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-06-22T19:29:07.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39972026-06-22T19:29:07.511Z
39982026-06-22T19:29:07.511Zinfo: running `cargo check --bins` on update-common (229/298)
39992026-06-22T19:29:08.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-06-22T19:29:08.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-06-22T19:29:08.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-06-22T19:29:08.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40032026-06-22T19:29:08.378Z
40042026-06-22T19:29:08.378Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/298)
40052026-06-22T19:29:08.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-06-22T19:29:08.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-06-22T19:29:08.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-06-22T19:29:08.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40092026-06-22T19:29:08.607Z
40102026-06-22T19:29:08.607Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/298)
40112026-06-22T19:29:09.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-06-22T19:29:09.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-06-22T19:29:09.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-06-22T19:29:09.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40152026-06-22T19:29:09.119Z
40162026-06-22T19:29:09.119Zinfo: running `cargo check --bins` on reconfigurator-cli (232/298)
40172026-06-22T19:29:09.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-06-22T19:29:09.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-06-22T19:29:09.821Z Compiling fs-err v2.11.0
40202026-06-22T19:29:09.826Z Checking ignore v0.4.25
40212026-06-22T19:29:09.826Z Checking arc-swap v1.8.2
40222026-06-22T19:29:09.946Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40232026-06-22T19:29:09.950Z Checking predicates-tree v1.0.13
40242026-06-22T19:29:09.955Z Checking parse-size v1.1.0
40252026-06-22T19:29:09.973Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40262026-06-22T19:29:09.980Z Checking rand_seeder v0.4.0
40272026-06-22T19:29:10.047Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40282026-06-22T19:29:10.472Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40292026-06-22T19:29:10.478Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40302026-06-22T19:29:10.478Z Checking slog-scope v4.4.1
40312026-06-22T19:29:10.479Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40322026-06-22T19:29:10.479Z Checking slog-stdlog v4.1.1
40332026-06-22T19:29:10.479Z Compiling petname v2.0.2
40342026-06-22T19:29:10.479Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40352026-06-22T19:29:10.479Z Checking globwalk v0.9.1
40362026-06-22T19:29:10.479Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40372026-06-22T19:29:10.479Z Checking slog-envlogger v2.2.0
40382026-06-22T19:29:10.493Z Checking camino-tempfile-ext v0.3.3
40392026-06-22T19:29:10.528Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40402026-06-22T19:29:10.573Z Checking sapling-renderdag v0.1.0
40412026-06-22T19:29:11.108Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40422026-06-22T19:29:11.118Z Checking subprocess v0.2.15
40432026-06-22T19:29:11.118Z Checking sync-ptr v0.1.4
40442026-06-22T19:29:11.118Z Checking colored v2.2.0
40452026-06-22T19:29:11.118Z Checking assert_matches v1.5.0
40462026-06-22T19:29:11.118Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40472026-06-22T19:29:11.149Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-06-22T19:29:11.149Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40492026-06-22T19:29:11.866Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40502026-06-22T19:29:13.185Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40512026-06-22T19:29:15.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
40522026-06-22T19:29:15.945Z
40532026-06-22T19:29:15.945Zinfo: running `cargo check --bins` on omicron-repl-utils (233/298)
40542026-06-22T19:29:15.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-06-22T19:29:15.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-06-22T19:29:15.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-06-22T19:29:15.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40582026-06-22T19:29:16.044Z
40592026-06-22T19:29:16.044Zinfo: running `cargo check --bins` on transient-dns-server (234/298)
40602026-06-22T19:29:16.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-06-22T19:29:16.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-06-22T19:29:16.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-06-22T19:29:16.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40642026-06-22T19:29:16.567Z
40652026-06-22T19:29:16.567Zinfo: running `cargo check --bins` on nexus-test-interface (235/298)
40662026-06-22T19:29:17.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-06-22T19:29:17.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-06-22T19:29:17.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-06-22T19:29:17.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40702026-06-22T19:29:17.138Z
40712026-06-22T19:29:17.138Zinfo: running `cargo check --bins` on oximeter-collector (236/298)
40722026-06-22T19:29:17.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-06-22T19:29:17.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-06-22T19:29:17.784Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40752026-06-22T19:29:17.784Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40762026-06-22T19:29:18.423Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40772026-06-22T19:29:19.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
40782026-06-22T19:29:20.117Z
40792026-06-22T19:29:20.117Zinfo: running `cargo check --bins` on oximeter-api (237/298)
40802026-06-22T19:29:20.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-22T19:29:20.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-22T19:29:20.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-06-22T19:29:20.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40842026-06-22T19:29:20.626Z
40852026-06-22T19:29:20.627Zinfo: running `cargo check --bins` on cert-dev (238/298)
40862026-06-22T19:29:21.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-06-22T19:29:21.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-06-22T19:29:21.163Z Checking yasna v0.5.2
40892026-06-22T19:29:21.550Z Checking rcgen v0.12.1
40902026-06-22T19:29:22.204Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40912026-06-22T19:29:22.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
40922026-06-22T19:29:22.209Z
40932026-06-22T19:29:22.209Zinfo: running `cargo check --bins` on clickana (239/298)
40942026-06-22T19:29:22.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-06-22T19:29:22.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-06-22T19:29:22.975Z Compiling darling_core v0.23.0
40972026-06-22T19:29:22.975Z Compiling instability v0.3.11
40982026-06-22T19:29:22.975Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40992026-06-22T19:29:22.975Z Checking castaway v0.2.4
41002026-06-22T19:29:22.975Z Compiling indoc v2.0.7
41012026-06-22T19:29:22.975Z Checking unicode-truncate v1.1.0
41022026-06-22T19:29:22.975Z Checking lru v0.12.5
41032026-06-22T19:29:22.975Z Checking cassowary v0.3.0
41042026-06-22T19:29:22.975Z Checking compact_str v0.8.1
41052026-06-22T19:29:24.105Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41062026-06-22T19:29:24.219Z Compiling darling_macro v0.23.0
41072026-06-22T19:29:24.277Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41082026-06-22T19:29:24.621Z Compiling darling v0.23.0
41092026-06-22T19:29:25.234Z Checking ratatui v0.29.0
41102026-06-22T19:29:26.270Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41112026-06-22T19:29:26.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
41122026-06-22T19:29:27.073Z
41132026-06-22T19:29:27.073Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/298)
41142026-06-22T19:29:27.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-06-22T19:29:27.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-06-22T19:29:27.725Z Checking headers-core v0.3.0
41172026-06-22T19:29:27.728Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41182026-06-22T19:29:27.915Z Checking headers v0.4.1
41192026-06-22T19:29:28.296Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41202026-06-22T19:29:29.157Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41212026-06-22T19:29:29.637Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41222026-06-22T19:29:30.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
41232026-06-22T19:29:30.191Z
41242026-06-22T19:29:30.191Zinfo: running `cargo check --bins` on ch-dev (241/298)
41252026-06-22T19:29:31.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-06-22T19:29:31.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-06-22T19:29:31.065Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41282026-06-22T19:29:31.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41292026-06-22T19:29:31.736Z
41302026-06-22T19:29:31.736Zinfo: running `cargo check --bins` on dev-tools-common (242/298)
41312026-06-22T19:29:32.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-06-22T19:29:32.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-06-22T19:29:32.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-06-22T19:29:32.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41352026-06-22T19:29:32.123Z
41362026-06-22T19:29:32.123Zinfo: running `cargo check --bins` on crdb-seed (243/298)
41372026-06-22T19:29:32.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-22T19:29:32.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-22T19:29:32.821Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-06-22T19:29:33.745Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41412026-06-22T19:29:34.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
41422026-06-22T19:29:34.249Z
41432026-06-22T19:29:34.249Zinfo: running `cargo check --bins` on db-dev (244/298)
41442026-06-22T19:29:34.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-06-22T19:29:34.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-06-22T19:29:34.896Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41472026-06-22T19:29:35.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41482026-06-22T19:29:35.790Z
41492026-06-22T19:29:35.790Zinfo: running `cargo check --bins` on omicron-dev-lib (245/298)
41502026-06-22T19:29:36.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-06-22T19:29:36.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-06-22T19:29:36.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-06-22T19:29:36.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41542026-06-22T19:29:36.347Z
41552026-06-22T19:29:36.347Zinfo: running `cargo check --bins` on xtask-downloader (246/298)
41562026-06-22T19:29:36.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-06-22T19:29:36.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-06-22T19:29:36.887Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41592026-06-22T19:29:37.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
41602026-06-22T19:29:37.999Z
41612026-06-22T19:29:37.999Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/298)
41622026-06-22T19:29:38.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-06-22T19:29:38.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-06-22T19:29:38.401Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-22T19:29:38.401Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-06-22T19:29:38.405Z Checking git-stub v1.0.0
41672026-06-22T19:29:38.405Z Compiling trait-variant v0.1.2
41682026-06-22T19:29:38.405Z Checking maplit v1.0.2
41692026-06-22T19:29:38.921Z Checking is_ci v1.2.0
41702026-06-22T19:29:38.927Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41712026-06-22T19:29:38.927Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41722026-06-22T19:29:38.927Z Checking drift v0.2.0
41732026-06-22T19:29:38.927Z Checking supports-color v3.0.2
41742026-06-22T19:29:38.927Z Checking git-stub-vcs v0.1.0
41752026-06-22T19:29:38.927Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41762026-06-22T19:29:38.927Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41772026-06-22T19:29:38.927Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41782026-06-22T19:29:38.928Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41792026-06-22T19:29:38.928Z Checking dropshot-api-manager v0.7.2
41802026-06-22T19:29:38.961Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41812026-06-22T19:29:39.004Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41822026-06-22T19:29:39.045Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41832026-06-22T19:29:39.250Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41842026-06-22T19:29:39.754Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-06-22T19:29:40.714Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41862026-06-22T19:29:41.875Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41872026-06-22T19:29:42.466Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41882026-06-22T19:29:42.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
41892026-06-22T19:29:43.070Z
41902026-06-22T19:29:43.070Zinfo: running `cargo check --bins` on installinator-api (248/298)
41912026-06-22T19:29:43.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-06-22T19:29:43.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-06-22T19:29:43.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-06-22T19:29:43.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41952026-06-22T19:29:43.605Z
41962026-06-22T19:29:43.605Zinfo: running `cargo check --bins` on nexus-external-api (249/298)
41972026-06-22T19:29:44.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-06-22T19:29:44.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-06-22T19:29:44.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-06-22T19:29:44.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42012026-06-22T19:29:44.159Z
42022026-06-22T19:29:44.159Zinfo: running `cargo check --bins` on nexus-internal-api (250/298)
42032026-06-22T19:29:44.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-06-22T19:29:44.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-06-22T19:29:44.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-06-22T19:29:44.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42072026-06-22T19:29:44.713Z
42082026-06-22T19:29:44.713Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/298)
42092026-06-22T19:29:45.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-06-22T19:29:45.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-06-22T19:29:45.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-06-22T19:29:45.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42132026-06-22T19:29:45.265Z
42142026-06-22T19:29:45.265Zinfo: running `cargo check --bins` on ntp-admin-api (252/298)
42152026-06-22T19:29:45.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-06-22T19:29:45.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-06-22T19:29:45.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-06-22T19:29:45.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42192026-06-22T19:29:45.797Z
42202026-06-22T19:29:45.797Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/298)
42212026-06-22T19:29:46.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-06-22T19:29:46.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-06-22T19:29:46.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-06-22T19:29:46.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42252026-06-22T19:29:46.635Z
42262026-06-22T19:29:46.635Zinfo: running `cargo check --bins` on wicketd-api (254/298)
42272026-06-22T19:29:46.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-06-22T19:29:46.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-06-22T19:29:46.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-06-22T19:29:46.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42312026-06-22T19:29:46.829Z
42322026-06-22T19:29:46.829Zinfo: running `cargo check --bins` on omicron-ls-apis (255/298)
42332026-06-22T19:29:47.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-06-22T19:29:47.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-06-22T19:29:47.375Z Checking typeid v1.0.3
42362026-06-22T19:29:47.481Z Checking ordered-float v2.10.1
42372026-06-22T19:29:47.499Z Checking unicode-xid v0.2.6
42382026-06-22T19:29:47.510Z Checking cargo-platform v0.2.0
42392026-06-22T19:29:47.521Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42402026-06-22T19:29:47.564Z Checking erased-serde v0.4.9
42412026-06-22T19:29:47.681Z Checking serde-value v0.7.0
42422026-06-22T19:29:48.135Z Checking serde-untagged v0.1.9
42432026-06-22T19:29:48.135Z Checking cargo-util-schemas v0.8.2
42442026-06-22T19:29:48.682Z Checking cargo_metadata v0.21.0
42452026-06-22T19:29:49.289Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42462026-06-22T19:29:50.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
42472026-06-22T19:29:50.170Z
42482026-06-22T19:29:50.170Zinfo: running `cargo check --bins` on mgs-dev (256/298)
42492026-06-22T19:29:50.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-22T19:29:51.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-22T19:29:51.065Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42522026-06-22T19:29:51.429Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42532026-06-22T19:29:51.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
42542026-06-22T19:29:52.094Z
42552026-06-22T19:29:52.094Zinfo: running `cargo check --bins` on omicron-omdb (257/298)
42562026-06-22T19:29:52.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-06-22T19:29:52.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-06-22T19:29:53.000Z Compiling vergen-lib v0.1.6
42592026-06-22T19:29:53.000Z Compiling diesel_derives v2.3.7
42602026-06-22T19:29:53.000Z Compiling dsl_auto_type v0.2.0
42612026-06-22T19:29:53.007Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-06-22T19:29:53.007Z Checking scheduled-thread-pool v0.2.7
42632026-06-22T19:29:53.007Z Compiling vergen-gitcl v1.0.8
42642026-06-22T19:29:53.007Z Compiling diesel_table_macro_syntax v0.3.0
42652026-06-22T19:29:53.007Z Compiling dirs-sys-next v0.1.2
42662026-06-22T19:29:53.273Z Compiling glob v0.3.3
42672026-06-22T19:29:53.340Z Compiling crunchy v0.2.4
42682026-06-22T19:29:53.378Z Compiling dirs-next v2.0.0
42692026-06-22T19:29:53.423Z Checking r2d2 v0.8.10
42702026-06-22T19:29:53.452Z Compiling tiny-keccak v2.0.2
42712026-06-22T19:29:53.512Z Checking downcast-rs v2.0.2
42722026-06-22T19:29:53.663Z Compiling term v0.7.0
42732026-06-22T19:29:53.701Z Compiling clang-sys v1.8.1
42742026-06-22T19:29:53.725Z Compiling bit-vec v0.6.3
42752026-06-22T19:29:53.798Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42762026-06-22T19:29:53.926Z Compiling ascii-canvas v3.0.0
42772026-06-22T19:29:53.988Z Compiling bit-set v0.5.3
42782026-06-22T19:29:54.029Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42792026-06-22T19:29:54.125Z Compiling itertools v0.10.5
42802026-06-22T19:29:54.149Z Compiling ena v0.14.4
42812026-06-22T19:29:54.170Z Compiling libloading v0.8.9
42822026-06-22T19:29:54.174Z Compiling bindgen v0.71.1
42832026-06-22T19:29:54.174Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42842026-06-22T19:29:54.209Z Compiling regex-syntax v0.6.29
42852026-06-22T19:29:54.358Z Compiling diff v0.1.13
42862026-06-22T19:29:54.648Z Compiling cexpr v0.6.0
42872026-06-22T19:29:54.661Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42882026-06-22T19:29:54.796Z Compiling rustc-hash v2.1.1
42892026-06-22T19:29:54.932Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42902026-06-22T19:29:55.053Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42912026-06-22T19:29:55.191Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42922026-06-22T19:29:55.328Z Compiling libxml v0.3.3
42932026-06-22T19:29:55.369Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42942026-06-22T19:29:55.458Z Compiling strum_macros v0.24.3
42952026-06-22T19:29:55.549Z Compiling lalrpop v0.19.12
42962026-06-22T19:29:55.594Z Compiling indoc v1.0.9
42972026-06-22T19:29:56.311Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42982026-06-22T19:29:56.502Z Checking derive_builder v0.20.2
42992026-06-22T19:29:56.621Z Compiling oso-derive v0.27.3
43002026-06-22T19:29:56.786Z Checking quick-xml v0.37.5
43012026-06-22T19:29:56.802Z Compiling impl-trait-for-tuples v0.2.3
43022026-06-22T19:29:57.110Z Checking openssl-probe v0.1.6
43032026-06-22T19:29:57.253Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43042026-06-22T19:29:57.666Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43052026-06-22T19:29:57.880Z Checking bb8 v0.8.6
43062026-06-22T19:29:58.007Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43072026-06-22T19:29:58.041Z Checking nonempty v0.12.0
43082026-06-22T19:29:58.130Z Compiling libz-sys v1.1.24
43092026-06-22T19:29:58.234Z Compiling strsim v0.10.0
43102026-06-22T19:29:58.273Z Compiling libgit2-sys v0.18.3+1.9.2
43112026-06-22T19:29:58.382Z Compiling vergen-git2 v9.1.0
43122026-06-22T19:29:58.569Z Compiling darling_core v0.13.4
43132026-06-22T19:29:58.609Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43142026-06-22T19:29:58.746Z Compiling rustls v0.21.12
43152026-06-22T19:29:58.798Z Compiling base64 v0.21.7
43162026-06-22T19:29:58.971Z Checking diesel v2.3.7
43172026-06-22T19:29:58.991Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-22T19:29:59.120Z Compiling ron v0.8.1
43192026-06-22T19:29:59.945Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43202026-06-22T19:30:00.066Z Checking sct v0.7.1
43212026-06-22T19:30:00.134Z Checking rustls-webpki v0.101.7
43222026-06-22T19:30:00.229Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43232026-06-22T19:30:00.443Z Compiling darling_macro v0.13.4
43242026-06-22T19:30:00.918Z Compiling darling v0.13.4
43252026-06-22T19:30:01.012Z Compiling serde_with_macros v1.5.2
43262026-06-22T19:30:01.229Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43272026-06-22T19:30:01.781Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43282026-06-22T19:30:01.856Z Compiling serde_with v1.14.0
43292026-06-22T19:30:02.906Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43302026-06-22T19:30:02.977Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43312026-06-22T19:30:03.534Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43322026-06-22T19:30:04.179Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43332026-06-22T19:30:04.377Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43342026-06-22T19:30:04.503Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-06-22T19:30:04.563Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43362026-06-22T19:30:04.580Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43372026-06-22T19:30:04.692Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-06-22T19:30:04.751Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43392026-06-22T19:30:04.769Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43402026-06-22T19:30:05.035Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43412026-06-22T19:30:05.063Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-06-22T19:30:05.067Z Checking tokio-rustls v0.24.1
43432026-06-22T19:30:05.269Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43442026-06-22T19:30:05.814Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43452026-06-22T19:30:05.885Z Checking rustls-pemfile v1.0.4
43462026-06-22T19:30:06.024Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43472026-06-22T19:30:06.138Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43482026-06-22T19:30:06.281Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43492026-06-22T19:30:06.340Z Checking twox-hash v2.1.2
43502026-06-22T19:30:06.587Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-06-22T19:30:06.605Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43522026-06-22T19:30:06.622Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43532026-06-22T19:30:06.661Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43542026-06-22T19:30:06.735Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43552026-06-22T19:30:07.999Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43562026-06-22T19:30:08.312Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43572026-06-22T19:30:09.011Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43582026-06-22T19:30:09.014Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43592026-06-22T19:30:09.268Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43602026-06-22T19:30:09.458Z Checking console v0.16.2
43612026-06-22T19:30:09.655Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43622026-06-22T19:30:09.767Z Checking fatfs v0.3.6
43632026-06-22T19:30:09.799Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43642026-06-22T19:30:10.226Z Checking unit-prefix v0.5.2
43652026-06-22T19:30:10.363Z Compiling seq-macro v0.3.6
43662026-06-22T19:30:10.854Z Checking indicatif v0.18.4
43672026-06-22T19:30:11.126Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43682026-06-22T19:30:11.240Z Checking support-bundle-viewer v0.1.2
43692026-06-22T19:30:11.268Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43702026-06-22T19:30:11.891Z Checking multimap v0.10.1
43712026-06-22T19:30:17.029Z Checking async-bb8-diesel v0.2.1
43722026-06-22T19:30:17.397Z Checking diesel-dtrace v0.5.0
43732026-06-22T19:30:19.948Z Compiling samael v0.0.19
43742026-06-22T19:30:22.895Z Compiling git2 v0.20.4
43752026-06-22T19:30:26.816Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43762026-06-22T19:30:27.189Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43772026-06-22T19:30:27.725Z Compiling polar-core v0.27.3
43782026-06-22T19:30:32.211Z Checking oso v0.27.3
43792026-06-22T19:31:00.727Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43802026-06-22T19:32:12.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43812026-06-22T19:32:12.214Z
43822026-06-22T19:32:12.214Zinfo: running `cargo check --bins` on nexus-networking (258/298)
43832026-06-22T19:32:12.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-22T19:32:12.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-22T19:32:12.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-22T19:32:12.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43872026-06-22T19:32:12.830Z
43882026-06-22T19:32:12.830Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
43892026-06-22T19:32:13.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-22T19:32:13.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-22T19:32:13.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-22T19:32:13.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43932026-06-22T19:32:13.409Z
43942026-06-22T19:32:13.409Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
43952026-06-22T19:32:13.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-22T19:32:13.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-22T19:32:13.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-22T19:32:13.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43992026-06-22T19:32:13.989Z
44002026-06-22T19:32:13.989Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
44012026-06-22T19:32:14.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-22T19:32:14.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-22T19:32:14.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-06-22T19:32:14.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44052026-06-22T19:32:14.531Z
44062026-06-22T19:32:14.531Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44072026-06-22T19:32:15.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-22T19:32:15.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-22T19:32:15.274Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-22T19:32:16.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44112026-06-22T19:32:16.206Z
44122026-06-22T19:32:16.206Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44132026-06-22T19:32:16.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-22T19:32:16.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-22T19:32:16.977Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44162026-06-22T19:32:53.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.12s
44172026-06-22T19:32:53.545Z
44182026-06-22T19:32:53.545Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/298)
44192026-06-22T19:32:53.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-22T19:32:54.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-22T19:32:54.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-22T19:32:54.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44232026-06-22T19:32:54.121Z
44242026-06-22T19:32:54.121Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/298)
44252026-06-22T19:32:54.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-22T19:32:55.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-22T19:32:55.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-22T19:32:55.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44292026-06-22T19:32:55.209Z
44302026-06-22T19:32:55.209Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/298)
44312026-06-22T19:32:55.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-22T19:32:55.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-22T19:32:55.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-22T19:32:55.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44352026-06-22T19:32:55.414Z
44362026-06-22T19:32:55.414Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/298)
44372026-06-22T19:32:55.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-22T19:32:57.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-22T19:32:57.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-22T19:32:57.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44412026-06-22T19:32:57.417Z
44422026-06-22T19:32:57.417Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/298)
44432026-06-22T19:32:57.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-22T19:32:57.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-22T19:32:57.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-22T19:32:57.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44472026-06-22T19:32:57.417Z
44482026-06-22T19:32:57.417Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/298)
44492026-06-22T19:32:57.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-22T19:32:57.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-22T19:32:57.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-22T19:32:57.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44532026-06-22T19:32:57.417Z
44542026-06-22T19:32:57.417Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/298)
44552026-06-22T19:32:57.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-22T19:32:57.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-22T19:32:57.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-22T19:32:57.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44592026-06-22T19:32:57.666Z
44602026-06-22T19:32:57.666Zinfo: running `cargo check --bins` on nexus-switch-config (271/298)
44612026-06-22T19:32:58.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-22T19:32:58.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-22T19:32:58.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-06-22T19:32:58.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44652026-06-22T19:32:58.138Z
44662026-06-22T19:32:58.138Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (272/298)
44672026-06-22T19:32:58.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-06-22T19:32:58.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-06-22T19:32:58.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-06-22T19:32:58.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44712026-06-22T19:32:58.768Z
44722026-06-22T19:32:58.768Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
44732026-06-22T19:32:59.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-06-22T19:32:59.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-06-22T19:32:59.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-06-22T19:32:59.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44772026-06-22T19:32:59.284Z
44782026-06-22T19:32:59.284Zinfo: running `cargo check --bins` on omicron-dev (274/298)
44792026-06-22T19:32:59.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-06-22T19:32:59.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-06-22T19:33:00.116Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44822026-06-22T19:33:00.119Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44832026-06-22T19:33:00.309Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44842026-06-22T19:33:00.327Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44852026-06-22T19:33:00.327Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44862026-06-22T19:33:00.327Z Checking diff v0.1.13
44872026-06-22T19:33:00.327Z Checking yansi v1.0.1
44882026-06-22T19:33:00.367Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44892026-06-22T19:33:00.450Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44902026-06-22T19:33:00.569Z Checking pretty_assertions v1.4.1
44912026-06-22T19:33:01.263Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44922026-06-22T19:33:01.362Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44932026-06-22T19:33:25.551Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44942026-06-22T19:33:25.553Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44952026-06-22T19:33:25.602Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44962026-06-22T19:33:25.602Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44972026-06-22T19:33:25.602Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44982026-06-22T19:33:25.602Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44992026-06-22T19:33:25.602Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45002026-06-22T19:33:26.343Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45012026-06-22T19:33:26.343Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45022026-06-22T19:33:27.518Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45032026-06-22T19:34:04.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45042026-06-22T19:34:04.497Z
45052026-06-22T19:34:04.497Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45062026-06-22T19:34:04.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-06-22T19:34:04.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-06-22T19:34:04.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-06-22T19:34:04.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45102026-06-22T19:34:05.047Z
45112026-06-22T19:34:05.047Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45122026-06-22T19:34:05.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-06-22T19:34:05.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-06-22T19:34:05.743Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45152026-06-22T19:34:05.851Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45162026-06-22T19:34:05.876Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45172026-06-22T19:34:32.330Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45182026-06-22T19:34:32.702Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45192026-06-22T19:34:34.403Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45202026-06-22T19:34:34.840Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45212026-06-22T19:34:37.797Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45222026-06-22T19:35:01.363Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45232026-06-22T19:35:02.025Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45242026-06-22T19:35:03.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.60s
45252026-06-22T19:35:03.806Z
45262026-06-22T19:35:03.806Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45272026-06-22T19:35:04.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-06-22T19:35:04.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-06-22T19:35:04.571Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45302026-06-22T19:35:05.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45312026-06-22T19:35:05.310Z
45322026-06-22T19:35:05.310Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45332026-06-22T19:35:05.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-06-22T19:35:05.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-06-22T19:35:05.897Z Compiling blake3 v1.8.3
45362026-06-22T19:35:06.034Z Checking constant_time_eq v0.4.2
45372026-06-22T19:35:06.053Z Checking arrayref v0.3.9
45382026-06-22T19:35:06.053Z Checking arrayvec v0.7.6
45392026-06-22T19:35:06.053Z Checking topological-sort v0.2.2
45402026-06-22T19:35:06.053Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45412026-06-22T19:35:06.053Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45422026-06-22T19:35:06.053Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45432026-06-22T19:35:06.063Z Checking shell-words v1.1.1
45442026-06-22T19:35:06.848Z Checking omicron-zone-package v0.12.2
45452026-06-22T19:35:07.524Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45462026-06-22T19:35:08.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
45472026-06-22T19:35:08.515Z
45482026-06-22T19:35:08.515Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45492026-06-22T19:35:08.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-06-22T19:35:09.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-06-22T19:35:09.116Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45522026-06-22T19:35:09.411Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45532026-06-22T19:35:09.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45542026-06-22T19:35:09.965Z
45552026-06-22T19:35:09.965Zinfo: running `cargo check --bins` on schema (280/298)
45562026-06-22T19:35:10.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-06-22T19:35:10.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-06-22T19:35:10.637Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45592026-06-22T19:35:11.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45602026-06-22T19:35:11.482Z
45612026-06-22T19:35:11.483Zinfo: running `cargo check --bins` on xtask (281/298)
45622026-06-22T19:35:11.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-06-22T19:35:11.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-06-22T19:35:11.870Z Checking libc v0.2.185
45652026-06-22T19:35:11.943Z Checking serde v1.0.228
45662026-06-22T19:35:11.948Z Checking zerofrom v0.1.6
45672026-06-22T19:35:11.952Z Checking bitflags v2.11.0
45682026-06-22T19:35:11.956Z Checking smallvec v1.15.1
45692026-06-22T19:35:11.963Z Checking indexmap v2.14.0
45702026-06-22T19:35:11.973Z Checking serde_json v1.0.149
45712026-06-22T19:35:11.977Z Checking scroll v0.12.0
45722026-06-22T19:35:12.043Z Checking yoke v0.8.1
45732026-06-22T19:35:12.092Z Checking num-traits v0.2.19
45742026-06-22T19:35:12.127Z Checking thiserror v1.0.69
45752026-06-22T19:35:12.208Z Checking percent-encoding v2.3.2
45762026-06-22T19:35:12.217Z Checking zerovec v0.11.5
45772026-06-22T19:35:12.265Z Checking zerotrie v0.2.3
45782026-06-22T19:35:12.271Z Checking errno v0.3.14
45792026-06-22T19:35:12.338Z Checking toml_datetime v0.6.11
45802026-06-22T19:35:12.347Z Checking serde_spanned v0.6.9
45812026-06-22T19:35:12.351Z Checking rustix v1.1.3
45822026-06-22T19:35:12.558Z Checking log v0.4.29
45832026-06-22T19:35:12.585Z Checking form_urlencoded v1.2.2
45842026-06-22T19:35:12.585Z Checking zerocopy v0.7.35
45852026-06-22T19:35:12.585Z Checking toml_edit v0.22.27
45862026-06-22T19:35:12.607Z Checking getrandom v0.4.1
45872026-06-22T19:35:12.616Z Checking thiserror v2.0.18
45882026-06-22T19:35:12.616Z Checking goblin v0.8.2
45892026-06-22T19:35:12.620Z Checking ordered-float v2.10.1
45902026-06-22T19:35:12.659Z Checking tinystr v0.8.2
45912026-06-22T19:35:12.686Z Checking potential_utf v0.1.4
45922026-06-22T19:35:12.750Z Checking syn v2.0.117
45932026-06-22T19:35:12.825Z Checking icu_collections v2.1.1
45942026-06-22T19:35:12.835Z Checking icu_locale_core v2.1.1
45952026-06-22T19:35:12.842Z Checking serde-value v0.7.0
45962026-06-22T19:35:12.971Z Checking dtrace-parser v0.2.0
45972026-06-22T19:35:13.038Z Checking thread-id v4.2.2
45982026-06-22T19:35:13.116Z Checking once_cell v1.21.3
45992026-06-22T19:35:13.126Z Checking cargo-platform v0.2.0
46002026-06-22T19:35:13.172Z Checking terminal_size v0.4.3
46012026-06-22T19:35:13.204Z Checking memmap v0.7.0
46022026-06-22T19:35:13.286Z Checking tempfile v3.25.0
46032026-06-22T19:35:13.296Z Checking clap_builder v4.6.0
46042026-06-22T19:35:13.307Z Checking textwrap v0.16.2
46052026-06-22T19:35:13.331Z Checking fs-err v3.3.0
46062026-06-22T19:35:13.372Z Checking icu_provider v2.1.1
46072026-06-22T19:35:13.474Z Checking camino-tempfile v1.4.1
46082026-06-22T19:35:13.504Z Checking anyhow v1.0.102
46092026-06-22T19:35:13.517Z Checking tabled v0.15.0
46102026-06-22T19:35:13.607Z Checking icu_properties v2.1.2
46112026-06-22T19:35:13.621Z Checking icu_normalizer v2.1.1
46122026-06-22T19:35:13.627Z Checking toml v0.8.23
46132026-06-22T19:35:13.714Z Checking macaddr v1.0.1
46142026-06-22T19:35:13.877Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46152026-06-22T19:35:13.947Z Checking cargo_toml v0.21.0
46162026-06-22T19:35:14.419Z Checking idna_adapter v1.2.1
46172026-06-22T19:35:14.497Z Checking dof v0.3.0
46182026-06-22T19:35:14.504Z Checking clap v4.6.1
46192026-06-22T19:35:14.527Z Checking idna v1.1.0
46202026-06-22T19:35:14.740Z Checking url v2.5.8
46212026-06-22T19:35:14.750Z Checking usdt-impl v0.5.0
46222026-06-22T19:35:14.985Z Checking usdt v0.5.0
46232026-06-22T19:35:15.126Z Checking cargo-util-schemas v0.8.2
46242026-06-22T19:35:15.768Z Checking cargo_metadata v0.21.0
46252026-06-22T19:35:16.372Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46262026-06-22T19:35:16.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
46272026-06-22T19:35:16.895Z
46282026-06-22T19:35:16.895Zinfo: running `cargo check --bins` on dnsadm (282/298)
46292026-06-22T19:35:17.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-06-22T19:35:17.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-06-22T19:35:17.484Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46322026-06-22T19:35:17.928Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46332026-06-22T19:35:18.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46342026-06-22T19:35:18.474Z
46352026-06-22T19:35:18.474Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46362026-06-22T19:35:18.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-06-22T19:35:18.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-06-22T19:35:19.198Z Checking polyval v0.6.2
46392026-06-22T19:35:19.317Z Checking ctr v0.9.2
46402026-06-22T19:35:19.326Z Checking ssh-encoding v0.2.0
46412026-06-22T19:35:19.326Z Checking blowfish v0.9.1
46422026-06-22T19:35:19.345Z Checking password-hash v0.4.2
46432026-06-22T19:35:19.359Z Checking p256 v0.13.2
46442026-06-22T19:35:19.359Z Checking p521 v0.13.3
46452026-06-22T19:35:19.384Z Checking russh-cryptovec v0.7.3
46462026-06-22T19:35:19.454Z Checking ghash v0.5.1
46472026-06-22T19:35:19.469Z Checking bcrypt-pbkdf v0.10.0
46482026-06-22T19:35:19.472Z Checking md5 v0.7.0
46492026-06-22T19:35:19.505Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46502026-06-22T19:35:19.518Z Checking num-bigint v0.4.6
46512026-06-22T19:35:19.562Z Checking pbkdf2 v0.11.0
46522026-06-22T19:35:19.574Z Checking aes-gcm v0.10.3
46532026-06-22T19:35:19.620Z Checking des v0.8.1
46542026-06-22T19:35:19.629Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46552026-06-22T19:35:19.639Z Checking hex-literal v0.4.1
46562026-06-22T19:35:19.820Z Checking ssh-cipher v0.2.0
46572026-06-22T19:35:19.838Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46582026-06-22T19:35:19.838Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46592026-06-22T19:35:19.838Z Checking internet-checksum v0.2.1
46602026-06-22T19:35:19.927Z Checking ssh-key v0.6.7
46612026-06-22T19:35:19.995Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46622026-06-22T19:35:20.523Z Checking russh-keys v0.45.0
46632026-06-22T19:35:21.060Z Checking russh v0.45.0
46642026-06-22T19:35:37.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.94s
46652026-06-22T19:35:37.612Z
46662026-06-22T19:35:37.612Zinfo: running `cargo check --bins` on gateway-cli (284/298)
46672026-06-22T19:35:38.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-06-22T19:35:38.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-06-22T19:35:38.190Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46702026-06-22T19:35:38.293Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46712026-06-22T19:35:38.300Z Checking termios v0.3.3
46722026-06-22T19:35:39.504Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46732026-06-22T19:35:39.648Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46742026-06-22T19:35:41.295Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46752026-06-22T19:35:41.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
46762026-06-22T19:35:42.008Z
46772026-06-22T19:35:42.008Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
46782026-06-22T19:35:42.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46792026-06-22T19:35:42.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46802026-06-22T19:35:42.652Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46812026-06-22T19:35:42.655Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46822026-06-22T19:35:42.767Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46832026-06-22T19:35:42.767Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46842026-06-22T19:35:42.782Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46852026-06-22T19:35:42.782Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46862026-06-22T19:35:43.520Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46872026-06-22T19:35:43.841Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46882026-06-22T19:35:43.842Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46892026-06-22T19:35:44.480Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46902026-06-22T19:35:46.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
46912026-06-22T19:35:46.260Z
46922026-06-22T19:35:46.260Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
46932026-06-22T19:35:46.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-06-22T19:35:46.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-06-22T19:35:46.836Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46962026-06-22T19:35:47.279Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46972026-06-22T19:35:47.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46982026-06-22T19:35:47.758Z
46992026-06-22T19:35:47.758Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
47002026-06-22T19:35:48.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-22T19:35:48.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-22T19:35:48.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47032026-06-22T19:35:48.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47042026-06-22T19:35:48.268Z
47052026-06-22T19:35:48.268Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47062026-06-22T19:35:48.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-06-22T19:35:48.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-06-22T19:35:48.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-06-22T19:35:48.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47102026-06-22T19:35:48.782Z
47112026-06-22T19:35:48.782Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47122026-06-22T19:35:49.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-06-22T19:35:49.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-06-22T19:35:49.474Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47152026-06-22T19:35:50.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
47162026-06-22T19:35:50.224Z
47172026-06-22T19:35:50.224Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47182026-06-22T19:35:50.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-06-22T19:35:50.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-06-22T19:35:50.824Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47212026-06-22T19:35:50.831Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47222026-06-22T19:35:51.089Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47232026-06-22T19:35:51.090Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47242026-06-22T19:35:51.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47252026-06-22T19:35:52.039Z
47262026-06-22T19:35:52.039Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47272026-06-22T19:35:52.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-06-22T19:35:52.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-06-22T19:35:52.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-06-22T19:35:52.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47312026-06-22T19:35:52.555Z
47322026-06-22T19:35:52.555Zinfo: running `cargo check --bins` on omicron-package (292/298)
47332026-06-22T19:35:53.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-06-22T19:35:53.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-06-22T19:35:53.183Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47362026-06-22T19:35:54.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47372026-06-22T19:35:54.420Z
47382026-06-22T19:35:54.420Zinfo: running `cargo check --bins` on tqdb (293/298)
47392026-06-22T19:35:54.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-06-22T19:35:54.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-06-22T19:35:55.138Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47422026-06-22T19:35:55.480Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47432026-06-22T19:35:55.990Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47442026-06-22T19:35:55.990Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47452026-06-22T19:36:02.131Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47462026-06-22T19:36:02.131Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47472026-06-22T19:36:02.704Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47482026-06-22T19:36:02.704Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47492026-06-22T19:36:02.709Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47502026-06-22T19:36:02.709Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47512026-06-22T19:36:03.485Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47522026-06-22T19:36:04.428Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47532026-06-22T19:36:05.226Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47542026-06-22T19:36:05.820Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47552026-06-22T19:36:10.604Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47562026-06-22T19:36:17.161Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47572026-06-22T19:36:17.161Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47582026-06-22T19:36:17.166Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47592026-06-22T19:36:17.166Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47602026-06-22T19:36:18.602Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47612026-06-22T19:36:19.951Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47622026-06-22T19:36:20.609Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47632026-06-22T19:36:21.835Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47642026-06-22T19:36:22.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.94s
47652026-06-22T19:36:22.556Z
47662026-06-22T19:36:22.556Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
47672026-06-22T19:36:23.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-06-22T19:36:23.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-06-22T19:36:23.210Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47702026-06-22T19:36:23.210Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47712026-06-22T19:36:23.213Z Checking rtoolbox v0.0.3
47722026-06-22T19:36:23.331Z Checking tui-tree-widget v0.23.1
47732026-06-22T19:36:23.430Z Checking rpassword v7.4.0
47742026-06-22T19:36:24.485Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47752026-06-22T19:36:27.669Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47762026-06-22T19:36:29.494Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47772026-06-22T19:36:30.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.81s
47782026-06-22T19:36:30.611Z
47792026-06-22T19:36:30.611Zinfo: running `cargo check --bins` on wicket (295/298)
47802026-06-22T19:36:31.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-06-22T19:36:31.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-06-22T19:36:31.185Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47832026-06-22T19:36:31.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
47842026-06-22T19:36:31.698Z
47852026-06-22T19:36:31.698Zinfo: running `cargo check --bins` on wicketd (296/298)
47862026-06-22T19:36:32.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-06-22T19:36:32.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-06-22T19:36:32.350Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47892026-06-22T19:36:32.350Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47902026-06-22T19:36:32.353Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47912026-06-22T19:36:32.353Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47922026-06-22T19:36:33.334Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47932026-06-22T19:36:33.896Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47942026-06-22T19:36:36.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
47952026-06-22T19:36:37.048Z
47962026-06-22T19:36:37.048Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
47972026-06-22T19:36:37.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-06-22T19:36:37.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-06-22T19:36:37.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48002026-06-22T19:36:37.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
48012026-06-22T19:36:37.561Z
48022026-06-22T19:36:37.561Zinfo: running `cargo check --bins` on zone-setup (298/298)
48032026-06-22T19:36:38.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-06-22T19:36:38.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-06-22T19:36:38.170Z Checking uzers v0.12.2
48062026-06-22T19:36:38.433Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48072026-06-22T19:36:39.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48082026-06-22T19:36:39.356Z
48092026-06-22T19:36:39.356Zreal 13:37.127566632
48102026-06-22T19:36:39.356Zuser 20:39.627594299
48112026-06-22T19:36:39.356Zsys 4:04.941719529
48122026-06-22T19:36:39.356Ztrap 0.337850096
48132026-06-22T19:36:39.359Ztflt 0.710616983
48142026-06-22T19:36:39.359Zdflt 1.070457821
48152026-06-22T19:36:39.359Zkflt 0.005110202
48162026-06-22T19:36:39.359Zlock 1:15:59.268597067
48172026-06-22T19:36:39.359Zslp 1:38:47.822845978
48182026-06-22T19:36:39.359Zlat 52.008022625
48192026-06-22T19:36:39.359Zstop 3:19.828703994
48202026-06-22T19:36:39.359Zprocess exited: duration 946997 ms, exit code 0
 
48212026-06-22T19:36:39.367Zfound 0 output files