01KYRBNAQG026DV8TADAS2Y21V: 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: 01KYRBP8AP6SZPCWHQWAZEQBZ1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T01:55:32.492Zjob assigned to worker 01KYRBPHZ00WMA5R00VQQDE5ES [factory aws, i-08fb93fe7dec05adc] (queued for 50 s)
 
22026-07-30T01:55:38.618Zstarting task 0: "setup"
32026-07-30T01:55:38.622Z++ uname -s
42026-07-30T01:55:38.626Z+ kern=SunOS
52026-07-30T01:55:38.626Z+ build_user=build
62026-07-30T01:55:38.626Z+ build_uid=12345
72026-07-30T01:55:38.626Z+ work_dir=/work
82026-07-30T01:55:38.626Z+ input_dir=/input
92026-07-30T01:55:38.626Z+ [[ 0 == 12345 ]]
102026-07-30T01:55:38.626Z+ case "$kern" in
112026-07-30T01:55:38.626Z+ groupadd -g 12345 build
122026-07-30T01:55:38.629Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T01:55:40.634Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T01:55:40.708Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T01:55:40.712Z+ home_fs=zfs
162026-07-30T01:55:40.712Z+ [[ zfs == autofs ]]
172026-07-30T01:55:40.712Z+ mkdir -p /home/build
182026-07-30T01:55:40.712Z+ chown build:build /home/build /work
192026-07-30T01:55:42.712Z+ chmod 0700 /home/build /work
202026-07-30T01:55:42.715Zprocess exited: duration 4101 ms, exit code 0
 
212026-07-30T01:55:42.722Zstarting task 1: "rust-toolchain"
222026-07-30T01:55:42.727Z * rust toolchain channel = "1.97.1"
232026-07-30T01:55:42.727Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-07-30T01:55:42.727Z * rust toolchain profile = "default"
252026-07-30T01:55:42.727Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-30T01:55:42.727Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T01:55:42.727Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T01:55:42.730Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T01:55:42.730Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-30T01:55:42.833Zinfo: downloading installer
312026-07-30T01:55:44.367Zwarn: It looks like you have an existing rustup settings file at:
322026-07-30T01:55:44.367Zwarn: /home/build/.rustup/settings.toml
332026-07-30T01:55:44.367Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-30T01:55:44.367Zwarn: instead of the one inferred from the default host triple.
352026-07-30T01:55:44.380Zinfo: profile set to default
362026-07-30T01:55:44.380Zinfo: default host triple is x86_64-unknown-illumos
372026-07-30T01:55:44.383Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-30T01:55:44.522Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-30T01:55:44.526Zinfo: downloading 6 components
402026-07-30T01:55:58.758Z
412026-07-30T01:55:58.758Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-30T01:55:58.788Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-30T01:55:58.788Z
442026-07-30T01:55:58.789Z
452026-07-30T01:55:58.789ZRust is installed now. Great!
462026-07-30T01:55:58.789Z
472026-07-30T01:55:58.789ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-30T01:55:58.789Zenvironment variable. This has not been done automatically.
492026-07-30T01:55:58.789Z
502026-07-30T01:55:58.789ZTo configure your current shell, you need to source
512026-07-30T01:55:58.789Zthe corresponding env file under $HOME/.cargo.
522026-07-30T01:55:58.789Z
532026-07-30T01:55:58.789ZThis is usually done by running one of the following (note the leading DOT):
542026-07-30T01:55:58.792Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-30T01:55:58.792Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-30T01:55:58.792Zsource "~/.cargo/env.nu" # For nushell
572026-07-30T01:55:58.792Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-30T01:55:58.792Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-30T01:55:58.792Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-30T01:55:58.792Zwarn: no default linker (`cc`) was found in your PATH
612026-07-30T01:55:58.792Zwarn: many Rust crates require a system C toolchain to build
622026-07-30T01:55:58.881Z+ rustup --version
632026-07-30T01:55:58.890Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-30T01:55:58.893Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-30T01:55:58.910Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-30T01:55:58.913Z+ cargo --version
672026-07-30T01:55:58.929Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-30T01:55:58.932Z+ rustc --version
692026-07-30T01:55:58.953Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-30T01:55:58.956Zprocess exited: duration 16230 ms, exit code 0
 
712026-07-30T01:55:58.962Zstarting task 2: "authentication"
722026-07-30T01:55:58.979Zprocess exited: duration 16 ms, exit code 0
 
732026-07-30T01:55:58.987Zstarting task 3: "clone repository"
742026-07-30T01:55:58.990Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-30T01:55:58.994Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-30T01:55:59.021ZCloning into '/work/oxidecomputer/omicron'...
772026-07-30T01:56:10.031Z+ cd /work/oxidecomputer/omicron
782026-07-30T01:56:10.032Z+ git fetch origin 92e43d5fb43dbc8ceefb16e39368d20779e12e80
792026-07-30T01:56:10.324ZFrom https://github.com/oxidecomputer/omicron
802026-07-30T01:56:10.324Z * branch 92e43d5fb43dbc8ceefb16e39368d20779e12e80 -> FETCH_HEAD
812026-07-30T01:56:10.335Z+ [[ -n iliana/tufaceous-v2/30.nexus ]]
822026-07-30T01:56:10.338Z++ git branch --show-current
832026-07-30T01:56:10.338Z+ current=main
842026-07-30T01:56:10.338Z+ [[ main != iliana/tufaceous-v2/30.nexus ]]
852026-07-30T01:56:10.338Z+ git branch -f iliana/tufaceous-v2/30.nexus 92e43d5fb43dbc8ceefb16e39368d20779e12e80
862026-07-30T01:56:10.342Z+ git checkout -f iliana/tufaceous-v2/30.nexus
872026-07-30T01:56:10.584ZSwitched to branch 'iliana/tufaceous-v2/30.nexus'
882026-07-30T01:56:10.588Z+ git reset --hard 92e43d5fb43dbc8ceefb16e39368d20779e12e80
892026-07-30T01:56:10.653ZHEAD is now at 92e43d5fb comment on ArtifactHash::v1_json_schema
902026-07-30T01:56:10.659Zprocess exited: duration 11656 ms, exit code 0
 
912026-07-30T01:56:10.686Zstarting task 4: "build"
922026-07-30T01:56:10.692Z+ source .github/buildomat/ci-env.sh
932026-07-30T01:56:10.692Z++ export CARGO_TERM_COLOR=always
942026-07-30T01:56:10.692Z++ CARGO_TERM_COLOR=always
952026-07-30T01:56:10.692Z+++ uname -s
962026-07-30T01:56:10.692Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-30T01:56:10.692Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-30T01:56:10.692Z+ cargo --version
992026-07-30T01:56:10.709Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-30T01:56:10.709Z+ rustc --version
1012026-07-30T01:56:10.720Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-30T01:56:10.723Z+ source ./env.sh
1032026-07-30T01:56:10.723Z++ OLD_SHELL_OPTS=ehxB
1042026-07-30T01:56:10.723Z++ set -o xtrace
1052026-07-30T01:56:10.727Z++++ dirname ./env.sh
1062026-07-30T01:56:10.727Z+++ readlink -f .
1072026-07-30T01:56:10.730Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-30T01:56:10.730Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-30T01:56:10.730Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-30T01:56:10.730Z++ 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
1112026-07-30T01:56:10.730Z++ 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
1122026-07-30T01:56:10.730Z++ 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
1132026-07-30T01:56:10.730Z++ 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
1142026-07-30T01:56:10.730Z++ 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
1152026-07-30T01:56:10.730Z++ 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
1162026-07-30T01:56:10.730Z++ 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
1172026-07-30T01:56:10.730Z++ 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
1182026-07-30T01:56:10.730Z++ case $OLD_SHELL_OPTS in
1192026-07-30T01:56:10.730Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-30T01:56:10.730Z+ 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
1212026-07-30T01:56:10.730Z+ 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
1222026-07-30T01:56:10.730Z+ banner prerequisites
1232026-07-30T01:56:10.734Z
1242026-07-30T01:56:10.734Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-30T01:56:10.734Z # # # # # # # # # # # # # # #
1262026-07-30T01:56:10.734Z # # # # ##### # # ##### # # # # # #### #
1272026-07-30T01:56:10.734Z ##### ##### # ##### # # # # # # # # #
1282026-07-30T01:56:10.734Z # # # # # # # # # # # # # # #
1292026-07-30T01:56:10.734Z # # # ###### # # ###### ### # #### # #### #
1302026-07-30T01:56:10.734Z
1312026-07-30T01:56:10.734Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-30T01:56:12.374Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-30T01:56:12.608Z Startup: Caching catalogs ... Done
1342026-07-30T01:56:13.778ZPlanning: Solver setup ... Done (1.090s)
1352026-07-30T01:56:13.822ZPlanning: Running solver ... Done (0.043s)
1362026-07-30T01:56:13.851ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-30T01:56:13.862ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-30T01:56:13.883ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-30T01:56:13.897ZPlanning: Package planning ... Done (0.014s)
1402026-07-30T01:56:13.901ZPlanning: Merging actions ... Done (0.001s)
1412026-07-30T01:56:14.104ZPlanning: Checking for conflicting actions ... Done (0.206s)
1422026-07-30T01:56:14.107ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-30T01:56:14.916ZPlanning: Evaluating mediators ... Done (0.811s)
1442026-07-30T01:56:14.920ZPlanning: Planning completed in 2.28 seconds
1452026-07-30T01:56:14.926Z Packages to install: 2
1462026-07-30T01:56:14.926Z Estimated space available: 156.02 GB
1472026-07-30T01:56:14.926ZEstimated space to be consumed: 55.06 MB
1482026-07-30T01:56:14.926Z Create boot environment: No
1492026-07-30T01:56:14.929ZCreate backup boot environment: No
1502026-07-30T01:56:14.929Z Rebuild boot archive: No
1512026-07-30T01:56:14.929Z
1522026-07-30T01:56:14.930ZChanged packages:
1532026-07-30T01:56:14.930Zhelios
1542026-07-30T01:56:14.930Z developer/build-essential
1552026-07-30T01:56:14.930Z None -> 11-3.0
1562026-07-30T01:56:14.930Z library/libxmlsec1
1572026-07-30T01:56:14.930Z None -> 1.2.35-3.0
1582026-07-30T01:56:14.950Z
1592026-07-30T01:56:14.950ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-30T01:56:15.023ZDownload: Completed 1.28 MB in 0.07 seconds (17.7M/s)
1612026-07-30T01:56:15.096Z Actions: 1/268 actions (Installing new actions)
1622026-07-30T01:56:15.134Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-30T01:56:15.158ZFinalize: Updating package state database ... Done (0.024s)
1642026-07-30T01:56:15.162ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-30T01:56:15.216ZFinalize: Updating image state ... Done (0.058s)
1662026-07-30T01:56:17.645ZFinalize: Creating fast lookup database ... Done (2.391s)
1672026-07-30T01:56:17.712ZFinalize: Reading search index ... Done (0.012s)
1682026-07-30T01:56:17.717ZFinalize: Updating search index ... Done (0.000s)
1692026-07-30T01:56:17.814ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-30T01:56:18.158ZPlanning: Evaluating mediator changes ... Done
1712026-07-30T01:56:18.262ZPlanning: Checking for conflicting actions ... Done
1722026-07-30T01:56:18.265ZPlanning: Consolidating action changes ... Done
1732026-07-30T01:56:18.418ZPlanning: Evaluating mediators ... Done
1742026-07-30T01:56:18.422ZPlanning: Planning completed in 0.26 seconds
1752026-07-30T01:56:18.442Z Mediators to change: 2
1762026-07-30T01:56:18.442Z Create boot environment: No
1772026-07-30T01:56:18.442ZCreate backup boot environment: No
1782026-07-30T01:56:18.491ZFinalize: Updating package state database ... Done
1792026-07-30T01:56:18.491ZFinalize: Updating package cache ... Done
1802026-07-30T01:56:18.523ZFinalize: Updating image state ... Done
1812026-07-30T01:56:20.454ZFinalize: Creating fast lookup database ... Done
1822026-07-30T01:56:20.515ZFinalize: Reading search index ... Done
1832026-07-30T01:56:20.519ZFinalize: Updating search index ... Done
1842026-07-30T01:56:20.591ZFinalize: Updating package cache ... Done
1852026-07-30T01:56:20.874ZPlanning: Evaluating mediator changes ... Done
1862026-07-30T01:56:20.979ZPlanning: Checking for conflicting actions ... Done
1872026-07-30T01:56:20.982ZPlanning: Consolidating action changes ... Done
1882026-07-30T01:56:21.137ZPlanning: Evaluating mediators ... Done
1892026-07-30T01:56:21.140ZPlanning: Planning completed in 0.26 seconds
1902026-07-30T01:56:21.161Z Mediators to change: 1
1912026-07-30T01:56:21.161Z Create boot environment: No
1922026-07-30T01:56:21.161ZCreate backup boot environment: No
1932026-07-30T01:56:21.210ZFinalize: Updating package state database ... Done
1942026-07-30T01:56:21.210ZFinalize: Updating package cache ... Done
1952026-07-30T01:56:21.287ZFinalize: Updating image state ... Done
1962026-07-30T01:56:23.184ZFinalize: Creating fast lookup database ... Done
1972026-07-30T01:56:23.249ZFinalize: Reading search index ... Done
1982026-07-30T01:56:23.253ZFinalize: Updating search index ... Done
1992026-07-30T01:56:23.306ZFinalize: Updating package cache ... Done
2002026-07-30T01:56:23.613ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-30T01:56:23.613Zapache system 2.4 system
2022026-07-30T01:56:23.613Zclang system 15 system
2032026-07-30T01:56:23.613Zcsh system system illumos
2042026-07-30T01:56:23.613Zctags system system illumos
2052026-07-30T01:56:23.613Zfile vendor vendor darwinsys
2062026-07-30T01:56:23.613Zfile system system illumos
2072026-07-30T01:56:23.613Zgcc vendor 14 vendor
2082026-07-30T01:56:23.613Zgcc system 13 system
2092026-07-30T01:56:23.613Zgcc system 10 system
2102026-07-30T01:56:23.613Zgo system 1.25 system
2112026-07-30T01:56:23.613Zllvm system 15 system
2122026-07-30T01:56:23.613Zmariadb system 11.4 system
2132026-07-30T01:56:23.613Zmta vendor vendor dma
2142026-07-30T01:56:23.613Zopenjdk system 17 system
2152026-07-30T01:56:23.613Zopenjdk system 11 system
2162026-07-30T01:56:23.613Zopenssl vendor 3 vendor
2172026-07-30T01:56:23.613Zperl system 5.40 system
2182026-07-30T01:56:23.613Zpostgresql system 18 system
2192026-07-30T01:56:23.613Zpostgresql system 17 system
2202026-07-30T01:56:23.614Zpython vendor 3 vendor
2212026-07-30T01:56:23.614Zpython system 2 system
2222026-07-30T01:56:23.614Zpython3 vendor 3.13 vendor
2232026-07-30T01:56:23.614Zruby system 3.4 system
2242026-07-30T01:56:23.614Zruby system 3.0 system
2252026-07-30T01:56:23.614Zwords vendor vendor american-english
2262026-07-30T01:56:23.614Zwords system system australian-english
2272026-07-30T01:56:23.614Zwords system system british-english
2282026-07-30T01:56:23.614Zwords system system canadian-english
2292026-07-30T01:56:23.614Zwords system system french
2302026-07-30T01:56:23.614Zwords system system italian
2312026-07-30T01:56:23.614Zwords system system ngerman
2322026-07-30T01:56:23.614Zwords system system ogerman
2332026-07-30T01:56:23.614Zwords system system spanish
2342026-07-30T01:56:23.861ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-30T01:56:23.861Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-30T01:56:24.250ZFMRI IFO
2372026-07-30T01:56:24.250Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-30T01:56:24.250Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-30T01:56:24.250Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-30T01:56:24.250Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-30T01:56:24.250Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-30T01:56:24.250Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-30T01:56:24.250Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-30T01:56:24.250Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-30T01:56:24.251Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-30T01:56:24.553Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-30T01:56:24.856Z Updating crates.io index
2482026-07-30T01:56:24.860Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-30T01:56:25.061Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-30T01:56:25.393Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-07-30T01:56:25.756Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-07-30T01:56:26.693Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-07-30T01:56:27.173Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-07-30T01:56:28.822Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-07-30T01:56:29.573Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-07-30T01:56:29.818Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-07-30T01:56:30.115Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-07-30T01:56:31.504Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-07-30T01:56:31.758Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-07-30T01:56:32.030Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-07-30T01:56:33.335Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-07-30T01:56:33.366Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-07-30T01:56:33.367Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2642026-07-30T01:56:33.512Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-07-30T01:56:33.647Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-07-30T01:56:33.897Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-07-30T01:56:34.158Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2682026-07-30T01:56:34.392Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2692026-07-30T01:56:34.615Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2702026-07-30T01:56:34.880Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-07-30T01:56:35.315Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2722026-07-30T01:56:35.587Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-07-30T01:56:35.961Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-07-30T01:56:36.373Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-07-30T01:56:36.595Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-30T01:56:37.127Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-30T01:56:37.311Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-30T01:56:37.540Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-30T01:56:37.908Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-30T01:56:38.263Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-30T01:56:38.506Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-30T01:56:39.584Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-30T01:56:39.615Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-30T01:56:39.615Z Updating git repository `https://github.com/oxidecomputer/tough`
2852026-07-30T01:56:39.801Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-07-30T01:56:40.204Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-07-30T01:56:40.433Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-07-30T01:56:40.693Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-07-30T01:56:40.928Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-07-30T01:56:43.758Z Downloading crates ...
2912026-07-30T01:56:43.827Z Downloaded errno v0.3.14
2922026-07-30T01:56:43.843Z Downloaded block-buffer v0.10.4
2932026-07-30T01:56:43.843Z Downloaded clap_derive v4.6.1
2942026-07-30T01:56:43.843Z Downloaded fnv v1.0.7
2952026-07-30T01:56:43.843Z Downloaded dof v0.3.0
2962026-07-30T01:56:43.843Z Downloaded byteorder v1.5.0
2972026-07-30T01:56:43.844Z Downloaded log v0.4.29
2982026-07-30T01:56:43.844Z Downloaded bytecount v0.6.9
2992026-07-30T01:56:43.844Z Downloaded zmij v1.0.21
3002026-07-30T01:56:43.844Z Downloaded thiserror v1.0.69
3012026-07-30T01:56:43.844Z Downloaded zerocopy v0.7.35
3022026-07-30T01:56:43.844Z Downloaded anstyle v1.0.14
3032026-07-30T01:56:43.844Z Downloaded tempfile v3.25.0
3042026-07-30T01:56:43.844Z Downloaded zerocopy-derive v0.7.35
3052026-07-30T01:56:43.844Z Downloaded bitflags v2.11.0
3062026-07-30T01:56:43.844Z Downloaded anstream v1.0.0
3072026-07-30T01:56:43.844Z Downloaded memmap v0.7.0
3082026-07-30T01:56:43.844Z Downloaded clap v4.6.1
3092026-07-30T01:56:43.844Z Downloaded camino v1.2.2
3102026-07-30T01:56:43.844Z Downloaded cfg-if v1.0.4
3112026-07-30T01:56:43.844Z Downloaded heck v0.4.1
3122026-07-30T01:56:43.844Z Downloaded unicode-linebreak v0.1.5
3132026-07-30T01:56:43.850Z Downloaded serde v1.0.228
3142026-07-30T01:56:43.850Z Downloaded version_check v0.9.5
3152026-07-30T01:56:43.850Z Downloaded clap_lex v1.0.0
3162026-07-30T01:56:43.851Z Downloaded heck v0.5.0
3172026-07-30T01:56:43.851Z Downloaded macaddr v1.0.1
3182026-07-30T01:56:43.851Z Downloaded anyhow v1.0.102
3192026-07-30T01:56:43.869Z Downloaded is_terminal_polyfill v1.70.2
3202026-07-30T01:56:43.869Z Downloaded scroll_derive v0.12.1
3212026-07-30T01:56:43.889Z Downloaded cargo-platform v0.3.2
3222026-07-30T01:56:43.889Z Downloaded thread-id v4.2.2
3232026-07-30T01:56:43.889Z Downloaded toml_datetime v0.6.11
3242026-07-30T01:56:43.889Z Downloaded proc-macro-error-attr v1.0.4
3252026-07-30T01:56:43.889Z Downloaded tabled_derive v0.7.0
3262026-07-30T01:56:43.889Z Downloaded utf8parse v0.2.2
3272026-07-30T01:56:43.889Z Downloaded fastrand v2.3.0
3282026-07-30T01:56:43.890Z Downloaded serde_spanned v0.6.9
3292026-07-30T01:56:43.890Z Downloaded autocfg v1.5.0
3302026-07-30T01:56:43.890Z Downloaded typenum v1.20.1
3312026-07-30T01:56:43.908Z Downloaded itoa v1.0.17
3322026-07-30T01:56:43.908Z Downloaded toml_write v0.1.2
3332026-07-30T01:56:43.908Z Downloaded usdt-attr-macro v0.5.0
3342026-07-30T01:56:43.908Z Downloaded strsim v0.11.1
3352026-07-30T01:56:43.908Z Downloaded colorchoice v1.0.4
3362026-07-30T01:56:43.908Z Downloaded dtrace-parser v0.2.0
3372026-07-30T01:56:43.908Z Downloaded equivalent v1.0.2
3382026-07-30T01:56:43.908Z Downloaded usdt v0.5.0
3392026-07-30T01:56:43.908Z Downloaded cpufeatures v0.2.17
3402026-07-30T01:56:43.908Z Downloaded anstyle-query v1.1.5
3412026-07-30T01:56:43.908Z Downloaded usdt-macro v0.5.0
3422026-07-30T01:56:43.908Z Downloaded crypto-common v0.1.7
3432026-07-30T01:56:43.909Z Downloaded generic-array v0.14.7
3442026-07-30T01:56:43.914Z Downloaded smawk v0.3.2
3452026-07-30T01:56:43.914Z Downloaded plain v0.2.3
3462026-07-30T01:56:43.915Z Downloaded terminal_size v0.4.3
3472026-07-30T01:56:43.915Z Downloaded swrite v0.1.0
3482026-07-30T01:56:43.915Z Downloaded cargo_metadata v0.23.1
3492026-07-30T01:56:43.931Z Downloaded cargo_toml v0.21.0
3502026-07-30T01:56:43.931Z Downloaded anstyle-parse v1.0.0
3512026-07-30T01:56:43.939Z Downloaded serde_tokenstream v0.2.3
3522026-07-30T01:56:43.939Z Downloaded thiserror v2.0.18
3532026-07-30T01:56:43.939Z Downloaded thiserror-impl v2.0.18
3542026-07-30T01:56:43.939Z Downloaded semver v1.0.28
3552026-07-30T01:56:43.939Z Downloaded thiserror-impl v1.0.69
3562026-07-30T01:56:43.939Z Downloaded digest v0.10.7
3572026-07-30T01:56:43.939Z Downloaded scroll v0.12.0
3582026-07-30T01:56:43.939Z Downloaded pretty-hex v0.4.1
3592026-07-30T01:56:43.939Z Downloaded proc-macro-error v1.0.4
3602026-07-30T01:56:43.962Z Downloaded sha2 v0.10.9
3612026-07-30T01:56:43.968Z Downloaded pest_generator v2.8.6
3622026-07-30T01:56:43.968Z Downloaded camino-tempfile v1.4.1
3632026-07-30T01:56:43.968Z Downloaded papergrid v0.11.0
3642026-07-30T01:56:43.969Z Downloaded fs-err v3.3.0
3652026-07-30T01:56:43.972Z Downloaded once_cell v1.21.3
3662026-07-30T01:56:43.972Z Downloaded quote v1.0.45
3672026-07-30T01:56:43.972Z Downloaded toml v0.8.23
3682026-07-30T01:56:43.972Z Downloaded usdt-impl v0.5.0
3692026-07-30T01:56:43.976Z Downloaded unicode-ident v1.0.24
3702026-07-30T01:56:43.982Z Downloaded ucd-trie v0.1.7
3712026-07-30T01:56:43.983Z Downloaded serde_derive v1.0.228
3722026-07-30T01:56:43.989Z Downloaded proc-macro2 v1.0.106
3732026-07-30T01:56:44.007Z Downloaded getrandom v0.4.1
3742026-07-30T01:56:44.007Z Downloaded pest_derive v2.8.6
3752026-07-30T01:56:44.007Z Downloaded textwrap v0.16.2
3762026-07-30T01:56:44.011Z Downloaded memchr v2.8.0
3772026-07-30T01:56:44.011Z Downloaded serde_core v1.0.228
3782026-07-30T01:56:44.018Z Downloaded toml_edit v0.22.27
3792026-07-30T01:56:44.030Z Downloaded pest_meta v2.8.6
3802026-07-30T01:56:44.039Z Downloaded serde_json v1.0.151
3812026-07-30T01:56:44.045Z Downloaded indexmap v2.14.0
3822026-07-30T01:56:44.049Z Downloaded pest v2.8.6
3832026-07-30T01:56:44.066Z Downloaded hashbrown v0.17.0
3842026-07-30T01:56:44.087Z Downloaded clap_builder v4.6.0
3852026-07-30T01:56:44.100Z Downloaded goblin v0.8.2
3862026-07-30T01:56:44.105Z Downloaded winnow v0.7.14
3872026-07-30T01:56:44.109Z Downloaded syn v2.0.117
3882026-07-30T01:56:44.112Z Downloaded tabled v0.15.0
3892026-07-30T01:56:44.125Z Downloaded syn v1.0.109
3902026-07-30T01:56:44.131Z Downloaded unicode-width v0.2.0
3912026-07-30T01:56:44.140Z Downloaded unicode-width v0.1.14
3922026-07-30T01:56:44.145Z Downloaded rustix v1.1.3
3932026-07-30T01:56:44.170Z Downloaded libc v0.2.185
3942026-07-30T01:56:44.233Z Compiling proc-macro2 v1.0.106
3952026-07-30T01:56:44.233Z Compiling quote v1.0.45
3962026-07-30T01:56:44.233Z Compiling unicode-ident v1.0.24
3972026-07-30T01:56:44.233Z Compiling serde_core v1.0.228
3982026-07-30T01:56:44.238Z Compiling libc v0.2.185
3992026-07-30T01:56:44.238Z Compiling version_check v0.9.5
4002026-07-30T01:56:44.238Z Compiling memchr v2.8.0
4012026-07-30T01:56:44.238Z Compiling serde v1.0.228
4022026-07-30T01:56:44.587Z Compiling zmij v1.0.21
4032026-07-30T01:56:44.832Z Compiling thiserror v1.0.69
4042026-07-30T01:56:44.864Z Compiling ucd-trie v0.1.7
4052026-07-30T01:56:44.874Z Compiling itoa v1.0.17
4062026-07-30T01:56:45.114Z Compiling pest v2.8.6
4072026-07-30T01:56:45.243Z Compiling byteorder v1.5.0
4082026-07-30T01:56:45.291Z Compiling rustix v1.1.3
4092026-07-30T01:56:45.307Z Compiling errno v0.3.14
4102026-07-30T01:56:45.416Z Compiling bitflags v2.11.0
4112026-07-30T01:56:45.586Z Compiling serde_json v1.0.151
4122026-07-30T01:56:45.784Z Compiling syn v2.0.117
4132026-07-30T01:56:45.796Z Compiling thread-id v4.2.2
4142026-07-30T01:56:45.819Z Compiling proc-macro-error-attr v1.0.4
4152026-07-30T01:56:45.830Z Compiling usdt-impl v0.5.0
4162026-07-30T01:56:45.863Z Compiling camino v1.2.2
4172026-07-30T01:56:45.992Z Compiling syn v1.0.109
4182026-07-30T01:56:46.164Z Compiling pest_meta v2.8.6
4192026-07-30T01:56:47.208Z Compiling proc-macro-error v1.0.4
4202026-07-30T01:56:47.257Z Compiling getrandom v0.4.1
4212026-07-30T01:56:47.257Z Compiling plain v0.2.3
4222026-07-30T01:56:47.257Z Compiling equivalent v1.0.2
4232026-07-30T01:56:47.257Z Compiling log v0.4.29
4242026-07-30T01:56:47.257Z Compiling utf8parse v0.2.2
4252026-07-30T01:56:47.257Z Compiling hashbrown v0.17.0
4262026-07-30T01:56:47.257Z Compiling terminal_size v0.4.3
4272026-07-30T01:56:47.257Z Compiling anstyle-parse v1.0.0
4282026-07-30T01:56:47.283Z Compiling indexmap v2.14.0
4292026-07-30T01:56:47.450Z Compiling winnow v0.7.14
4302026-07-30T01:56:47.566Z Compiling toml_write v0.1.2
4312026-07-30T01:56:47.671Z Compiling cfg-if v1.0.4
4322026-07-30T01:56:47.687Z Compiling anstyle-query v1.1.5
4332026-07-30T01:56:47.742Z Compiling autocfg v1.5.0
4342026-07-30T01:56:47.756Z Compiling pretty-hex v0.4.1
4352026-07-30T01:56:47.802Z Compiling thiserror v2.0.18
4362026-07-30T01:56:47.873Z Compiling is_terminal_polyfill v1.70.2
4372026-07-30T01:56:47.894Z Compiling anstyle v1.0.14
4382026-07-30T01:56:47.975Z Compiling pest_generator v2.8.6
4392026-07-30T01:56:48.125Z Compiling colorchoice v1.0.4
4402026-07-30T01:56:48.167Z Compiling fs-err v3.3.0
4412026-07-30T01:56:48.231Z Compiling anstream v1.0.0
4422026-07-30T01:56:48.549Z Compiling heck v0.4.1
4432026-07-30T01:56:48.583Z Compiling heck v0.5.0
4442026-07-30T01:56:48.603Z Compiling strsim v0.11.1
4452026-07-30T01:56:48.659Z Compiling once_cell v1.21.3
4462026-07-30T01:56:48.720Z Compiling fastrand v2.3.0
4472026-07-30T01:56:48.748Z Compiling bytecount v0.6.9
4482026-07-30T01:56:48.847Z Compiling fnv v1.0.7
4492026-07-30T01:56:48.857Z Compiling unicode-width v0.1.14
4502026-07-30T01:56:48.883Z Compiling clap_lex v1.0.0
4512026-07-30T01:56:48.928Z Compiling anyhow v1.0.102
4522026-07-30T01:56:48.950Z Compiling tempfile v3.25.0
4532026-07-30T01:56:48.981Z Compiling tabled_derive v0.7.0
4542026-07-30T01:56:48.984Z Compiling cargo-platform v0.3.2
4552026-07-30T01:56:49.109Z Compiling papergrid v0.11.0
4562026-07-30T01:56:49.118Z Compiling clap_builder v4.6.0
4572026-07-30T01:56:49.144Z Compiling semver v1.0.28
4582026-07-30T01:56:49.268Z Compiling memmap v0.7.0
4592026-07-30T01:56:49.323Z Compiling unicode-linebreak v0.1.5
4602026-07-30T01:56:49.444Z Compiling unicode-width v0.2.0
4612026-07-30T01:56:49.461Z Compiling smawk v0.3.2
4622026-07-30T01:56:49.640Z Compiling camino-tempfile v1.4.1
4632026-07-30T01:56:49.654Z Compiling serde_derive v1.0.228
4642026-07-30T01:56:49.718Z Compiling thiserror-impl v1.0.69
4652026-07-30T01:56:49.839Z Compiling zerocopy-derive v0.7.35
4662026-07-30T01:56:49.863Z Compiling pest_derive v2.8.6
4672026-07-30T01:56:49.896Z Compiling scroll_derive v0.12.1
4682026-07-30T01:56:49.896Z Compiling thiserror-impl v2.0.18
4692026-07-30T01:56:50.318Z Compiling clap_derive v4.6.1
4702026-07-30T01:56:50.610Z Compiling tabled v0.15.0
4712026-07-30T01:56:50.633Z Compiling scroll v0.12.0
4722026-07-30T01:56:50.671Z Compiling zerocopy v0.7.35
4732026-07-30T01:56:50.951Z Compiling goblin v0.8.2
4742026-07-30T01:56:51.127Z Compiling dtrace-parser v0.2.0
4752026-07-30T01:56:51.213Z Compiling textwrap v0.16.2
4762026-07-30T01:56:51.360Z Compiling swrite v0.1.0
4772026-07-30T01:56:51.948Z Compiling clap v4.6.1
4782026-07-30T01:56:52.627Z Compiling dof v0.3.0
4792026-07-30T01:56:52.627Z Compiling serde_tokenstream v0.2.3
4802026-07-30T01:56:52.632Z Compiling serde_spanned v0.6.9
4812026-07-30T01:56:52.632Z Compiling toml_datetime v0.6.11
4822026-07-30T01:56:52.632Z Compiling macaddr v1.0.1
4832026-07-30T01:56:52.704Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-07-30T01:56:52.707Z Compiling cargo_metadata v0.23.1
4852026-07-30T01:56:52.844Z Compiling toml_edit v0.22.27
4862026-07-30T01:56:53.422Z Compiling usdt-attr-macro v0.5.0
4872026-07-30T01:56:53.466Z Compiling usdt-macro v0.5.0
4882026-07-30T01:56:54.164Z Compiling usdt v0.5.0
4892026-07-30T01:56:54.277Z Compiling toml v0.8.23
4902026-07-30T01:56:54.584Z Compiling cargo_toml v0.21.0
4912026-07-30T01:56:55.820Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-07-30T01:56:57.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.45s
4932026-07-30T01:56:58.045Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-07-30T01:56:58.564Z Downloading crates ...
4952026-07-30T01:56:58.619Z Downloaded aead v0.5.2
4962026-07-30T01:56:58.624Z Downloaded bit-set v0.8.0
4972026-07-30T01:56:58.628Z Downloaded adler2 v2.0.1
4982026-07-30T01:56:58.628Z Downloaded aead v0.6.1
4992026-07-30T01:56:58.628Z Downloaded aes v0.9.1
5002026-07-30T01:56:58.632Z Downloaded bitfield v0.19.4
5012026-07-30T01:56:58.657Z Downloaded colored v3.1.1
5022026-07-30T01:56:58.662Z Downloaded futures-sink v0.3.32
5032026-07-30T01:56:58.662Z Downloaded aes-gcm v0.11.0
5042026-07-30T01:56:58.662Z Downloaded async-stream v0.3.6
5052026-07-30T01:56:58.662Z Downloaded ghash v0.6.0
5062026-07-30T01:56:58.662Z Downloaded flagset v0.4.7
5072026-07-30T01:56:58.662Z Downloaded foreign-types v0.3.2
5082026-07-30T01:56:58.662Z Downloaded hubpack_derive v0.1.1
5092026-07-30T01:56:58.662Z Downloaded base64 v0.21.7
5102026-07-30T01:56:58.662Z Downloaded http-body v1.0.1
5112026-07-30T01:56:58.662Z Downloaded nom v8.0.0
5122026-07-30T01:56:58.662Z Downloaded enum_dispatch v0.3.13
5132026-07-30T01:56:58.662Z Downloaded fallible-iterator v0.2.0
5142026-07-30T01:56:58.662Z Downloaded ff v0.13.1
5152026-07-30T01:56:58.662Z Downloaded hostname v0.3.1
5162026-07-30T01:56:58.662Z Downloaded allocator-api2 v0.2.21
5172026-07-30T01:56:58.662Z Downloaded base64ct v1.8.3
5182026-07-30T01:56:58.662Z Downloaded bitflags v1.3.2
5192026-07-30T01:56:58.668Z Downloaded hmac v0.13.0
5202026-07-30T01:56:58.668Z Downloaded arrayvec v0.7.6
5212026-07-30T01:56:58.668Z Downloaded convert_case v0.4.0
5222026-07-30T01:56:58.673Z Downloaded fixedbitset v0.4.2
5232026-07-30T01:56:58.673Z Downloaded foreign-types-macros v0.2.3
5242026-07-30T01:56:58.673Z Downloaded enum-as-inner v0.6.1
5252026-07-30T01:56:58.673Z Downloaded float-ord v0.3.2
5262026-07-30T01:56:58.673Z Downloaded fxhash v0.2.1
5272026-07-30T01:56:58.677Z Downloaded num-conv v0.2.0
5282026-07-30T01:56:58.677Z Downloaded bitvec v1.0.1
5292026-07-30T01:56:58.681Z Downloaded gethostname v0.5.0
5302026-07-30T01:56:58.684Z Downloaded bcrypt-pbkdf v0.11.0
5312026-07-30T01:56:58.684Z Downloaded async-stream-impl v0.3.6
5322026-07-30T01:56:58.684Z Downloaded atomic-waker v1.1.2
5332026-07-30T01:56:58.684Z Downloaded atomicwrites v0.4.4
5342026-07-30T01:56:58.684Z Downloaded atty v0.2.14
5352026-07-30T01:56:58.684Z Downloaded fd-lock v4.0.4
5362026-07-30T01:56:58.688Z Downloaded foldhash v0.1.5
5372026-07-30T01:56:58.688Z Downloaded array-init v0.0.4
5382026-07-30T01:56:58.688Z Downloaded bb8 v0.8.6
5392026-07-30T01:56:58.692Z Downloaded ff v0.14.0
5402026-07-30T01:56:58.692Z Downloaded find-msvc-tools v0.1.9
5412026-07-30T01:56:58.696Z Downloaded env_logger v0.11.9
5422026-07-30T01:56:58.699Z Downloaded cfg_aliases v0.1.1
5432026-07-30T01:56:58.703Z Downloaded async-recursion v1.1.1
5442026-07-30T01:56:58.703Z Downloaded base16ct v0.2.0
5452026-07-30T01:56:58.706Z Downloaded cfg_aliases v0.2.1
5462026-07-30T01:56:58.706Z Downloaded foreign-types-shared v0.1.1
5472026-07-30T01:56:58.706Z Downloaded funty v2.0.0
5482026-07-30T01:56:58.706Z Downloaded futures-macro v0.3.32
5492026-07-30T01:56:58.707Z Downloaded filetime v0.2.27
5502026-07-30T01:56:58.707Z Downloaded arrayref v0.3.9
5512026-07-30T01:56:58.710Z Downloaded bitfield-macros v0.19.4
5522026-07-30T01:56:58.710Z Downloaded cobs v0.3.0
5532026-07-30T01:56:58.710Z Downloaded futures-io v0.3.32
5542026-07-30T01:56:58.714Z Downloaded ascii-canvas v3.0.0
5552026-07-30T01:56:58.714Z Downloaded foreign-types-shared v0.3.1
5562026-07-30T01:56:58.714Z Downloaded packed_struct_codegen v0.10.1
5572026-07-30T01:56:58.714Z Downloaded endian-type v0.1.2
5582026-07-30T01:56:58.714Z Downloaded float-cmp v0.10.0
5592026-07-30T01:56:58.717Z Downloaded futures-task v0.3.32
5602026-07-30T01:56:58.717Z Downloaded futures-core v0.3.32
5612026-07-30T01:56:58.717Z Downloaded assert_matches v1.5.0
5622026-07-30T01:56:58.717Z Downloaded castaway v0.2.4
5632026-07-30T01:56:58.717Z Downloaded foreign-types v0.5.0
5642026-07-30T01:56:58.721Z Downloaded block-padding v0.4.2
5652026-07-30T01:56:58.724Z Downloaded base16ct v1.0.0
5662026-07-30T01:56:58.728Z Downloaded ciborium-io v0.2.2
5672026-07-30T01:56:58.728Z Downloaded env_filter v1.0.0
5682026-07-30T01:56:58.732Z Downloaded hex-literal v1.1.0
5692026-07-30T01:56:58.732Z Downloaded block-buffer v0.12.1
5702026-07-30T01:56:58.735Z Downloaded hash32 v0.2.1
5712026-07-30T01:56:58.739Z Downloaded hash32 v0.3.1
5722026-07-30T01:56:58.739Z Downloaded hyper-tls v0.6.0
5732026-07-30T01:56:58.745Z Downloaded bit-set v0.5.3
5742026-07-30T01:56:58.745Z Downloaded hex v0.4.3
5752026-07-30T01:56:58.745Z Downloaded http-range v0.1.5
5762026-07-30T01:56:58.745Z Downloaded num-iter v0.1.45
5772026-07-30T01:56:58.796Z Downloaded bitfield-struct v0.6.2
5782026-07-30T01:56:58.796Z Downloaded httpdate v1.0.3
5792026-07-30T01:56:58.803Z Downloaded hostname v0.4.2
5802026-07-30T01:56:58.803Z Downloaded compression-core v0.4.31
5812026-07-30T01:56:58.804Z Downloaded num v0.4.3
5822026-07-30T01:56:58.804Z Downloaded globwalk v0.9.1
5832026-07-30T01:56:58.804Z Downloaded parse-size v1.1.0
5842026-07-30T01:56:58.804Z Downloaded anstyle-parse v0.2.7
5852026-07-30T01:56:58.804Z Downloaded bit-vec v0.6.3
5862026-07-30T01:56:58.804Z Downloaded hubpack v0.1.2
5872026-07-30T01:56:58.804Z Downloaded cmov v0.5.4
5882026-07-30T01:56:58.804Z Downloaded blowfish v0.10.0
5892026-07-30T01:56:58.804Z Downloaded opaque-debug v0.3.1
5902026-07-30T01:56:58.804Z Downloaded oso-derive v0.27.3
5912026-07-30T01:56:58.804Z Downloaded git-stub v1.0.0
5922026-07-30T01:56:58.804Z Downloaded erased-serde v0.3.31
5932026-07-30T01:56:58.804Z Downloaded fs-err v2.11.0
5942026-07-30T01:56:58.804Z Downloaded futures-executor v0.3.32
5952026-07-30T01:56:58.804Z Downloaded path-slash v0.1.5
5962026-07-30T01:56:58.804Z Downloaded form_urlencoded v1.2.2
5972026-07-30T01:56:58.804Z Downloaded headers-core v0.3.0
5982026-07-30T01:56:58.804Z Downloaded rtoolbox v0.0.3
5992026-07-30T01:56:58.804Z Downloaded peg-runtime v0.8.5
6002026-07-30T01:56:58.804Z Downloaded cbc v0.2.1
6012026-07-30T01:56:58.804Z Downloaded ciborium-ll v0.2.2
6022026-07-30T01:56:58.804Z Downloaded cipher v0.5.2
6032026-07-30T01:56:58.804Z Downloaded getrandom v0.3.4
6042026-07-30T01:56:58.805Z Downloaded camino-tempfile-ext v0.3.3
6052026-07-30T01:56:58.805Z Downloaded backoff v0.4.0
6062026-07-30T01:56:58.805Z Downloaded const_format_proc_macros v0.2.34
6072026-07-30T01:56:58.805Z Downloaded home v0.5.12
6082026-07-30T01:56:58.805Z Downloaded bcs v0.1.6
6092026-07-30T01:56:58.805Z Downloaded cexpr v0.6.0
6102026-07-30T01:56:58.805Z Downloaded cmake v0.1.57
6112026-07-30T01:56:58.805Z Downloaded anstream v0.6.21
6122026-07-30T01:56:58.809Z Downloaded argon2 v0.5.3
6132026-07-30T01:56:58.809Z Downloaded byte-wrapper v0.1.0
6142026-07-30T01:56:58.809Z Downloaded progenitor-macro v0.13.0
6152026-07-30T01:56:58.809Z Downloaded progenitor-macro v0.14.0
6162026-07-30T01:56:58.809Z Downloaded compression-codecs v0.4.37
6172026-07-30T01:56:58.813Z Downloaded cipher v0.4.4
6182026-07-30T01:56:58.816Z Downloaded fixedbitset v0.5.7
6192026-07-30T01:56:58.816Z Downloaded humantime v2.3.0
6202026-07-30T01:56:58.816Z Downloaded bs58 v0.5.1
6212026-07-30T01:56:58.820Z Downloaded buf-list v1.1.2
6222026-07-30T01:56:58.820Z Downloaded fs_extra v1.3.0
6232026-07-30T01:56:58.820Z Downloaded group v0.14.0
6242026-07-30T01:56:58.824Z Downloaded scheduled-thread-pool v0.2.7
6252026-07-30T01:56:58.824Z Downloaded git-stub-vcs v0.1.0
6262026-07-30T01:56:58.824Z Downloaded globset v0.4.18
6272026-07-30T01:56:58.828Z Downloaded const-oid v0.9.6
6282026-07-30T01:56:58.828Z Downloaded scroll_derive v0.13.1
6292026-07-30T01:56:58.828Z Downloaded num_enum v0.7.6
6302026-07-30T01:56:58.833Z Downloaded bit-vec v0.8.0
6312026-07-30T01:56:58.834Z Downloaded argon2 v0.6.0-rc.8
6322026-07-30T01:56:58.838Z Downloaded scopeguard v1.2.0
6332026-07-30T01:56:58.838Z Downloaded futures v0.3.32
6342026-07-30T01:56:58.838Z Downloaded shell-words v1.1.1
6352026-07-30T01:56:58.838Z Downloaded sigpipe v0.1.3
6362026-07-30T01:56:58.838Z Downloaded strip-ansi-escapes v0.2.1
6372026-07-30T01:56:58.838Z Downloaded glob v0.3.3
6382026-07-30T01:56:58.842Z Downloaded oxide-update-engine v0.1.2
6392026-07-30T01:56:58.842Z Downloaded fatfs v0.3.6
6402026-07-30T01:56:58.845Z Downloaded group v0.13.0
6412026-07-30T01:56:58.845Z Downloaded poly1305 v0.8.0
6422026-07-30T01:56:58.845Z Downloaded pem-rfc7468 v1.0.0
6432026-07-30T01:56:58.848Z Downloaded foldhash v0.2.0
6442026-07-30T01:56:58.849Z Downloaded r2d2 v0.8.10
6452026-07-30T01:56:58.849Z Downloaded rand_seeder v0.4.0
6462026-07-30T01:56:58.849Z Downloaded slog-envlogger v2.2.0
6472026-07-30T01:56:58.849Z Downloaded sync-ptr v0.1.4
6482026-07-30T01:56:58.852Z Downloaded strum v0.26.3
6492026-07-30T01:56:58.852Z Downloaded take_mut v0.2.2
6502026-07-30T01:56:58.852Z Downloaded tokio-macros v2.7.0
6512026-07-30T01:56:58.852Z Downloaded phf v0.12.1
6522026-07-30T01:56:58.852Z Downloaded supports-color v3.0.2
6532026-07-30T01:56:58.852Z Downloaded tower-layer v0.3.3
6542026-07-30T01:56:58.857Z Downloaded pkcs8 v0.10.2
6552026-07-30T01:56:58.857Z Downloaded phf v0.13.1
6562026-07-30T01:56:58.857Z Downloaded heapless v0.8.0
6572026-07-30T01:56:58.861Z Downloaded unarray v0.1.4
6582026-07-30T01:56:58.861Z Downloaded console v0.15.11
6592026-07-30T01:56:58.861Z Downloaded testing_table v0.3.0
6602026-07-30T01:56:58.861Z Downloaded thiserror-impl-no-std v2.0.2
6612026-07-30T01:56:58.861Z Downloaded tinyvec_macros v0.1.1
6622026-07-30T01:56:58.865Z Downloaded async-bb8-diesel v0.2.1
6632026-07-30T01:56:58.865Z Downloaded colored v2.2.0
6642026-07-30T01:56:58.865Z Downloaded highway v1.3.0
6652026-07-30T01:56:58.865Z Downloaded primeorder v0.14.0
6662026-07-30T01:56:58.869Z Downloaded bzip2 v0.4.4
6672026-07-30T01:56:58.869Z Downloaded ahash v0.8.12
6682026-07-30T01:56:58.869Z Downloaded predicates v3.1.4
6692026-07-30T01:56:58.872Z Downloaded proc-macro-error2 v2.0.1
6702026-07-30T01:56:58.872Z Downloaded blake2 v0.11.0-rc.6
6712026-07-30T01:56:58.872Z Downloaded backon v1.6.0
6722026-07-30T01:56:58.876Z Downloaded parking_lot_core v0.8.6
6732026-07-30T01:56:58.876Z Downloaded chacha20 v0.9.1
6742026-07-30T01:56:58.879Z Downloaded chacha20 v0.10.0
6752026-07-30T01:56:58.879Z Downloaded ciborium v0.2.2
6762026-07-30T01:56:58.879Z Downloaded console v0.16.2
6772026-07-30T01:56:58.882Z Downloaded constant_time_eq v0.4.2
6782026-07-30T01:56:58.882Z Downloaded wait-timeout v0.2.1
6792026-07-30T01:56:58.883Z Downloaded waitgroup v0.1.2
6802026-07-30T01:56:58.883Z Downloaded xshell-macros v0.2.7
6812026-07-30T01:56:58.883Z Downloaded usdt v0.6.0
6822026-07-30T01:56:58.887Z Downloaded utf-8 v0.7.6
6832026-07-30T01:56:58.887Z Downloaded futures-channel v0.3.32
6842026-07-30T01:56:58.890Z Downloaded phc v0.6.1
6852026-07-30T01:56:58.890Z Downloaded progenitor v0.13.0
6862026-07-30T01:56:58.890Z Downloaded resolv-conf v0.7.6
6872026-07-30T01:56:58.890Z Downloaded getrandom v0.2.17
6882026-07-30T01:56:58.893Z Downloaded half v1.8.3
6892026-07-30T01:56:58.893Z Downloaded hybrid-array v0.4.13
6902026-07-30T01:56:58.896Z Downloaded hyper-staticfile v0.10.1
6912026-07-30T01:56:58.896Z Downloaded scroll v0.13.0
6922026-07-30T01:56:58.896Z Downloaded hmac v0.12.1
6932026-07-30T01:56:58.900Z Downloaded rustls-native-certs v0.8.3
6942026-07-30T01:56:58.900Z Downloaded scrypt v0.12.0
6952026-07-30T01:56:58.900Z Downloaded sec1 v0.7.3
6962026-07-30T01:56:58.904Z Downloaded http-body-util v0.1.3
6972026-07-30T01:56:58.904Z Downloaded arc-swap v1.8.2
6982026-07-30T01:56:58.904Z Downloaded sqlformat v0.3.5
6992026-07-30T01:56:58.907Z Downloaded strum v0.27.2
7002026-07-30T01:56:58.907Z Downloaded zeroize_derive v1.5.0
7012026-07-30T01:56:58.907Z Downloaded signal-hook-registry v1.4.8
7022026-07-30T01:56:58.907Z Downloaded simd-adler32 v0.3.8
7032026-07-30T01:56:58.907Z Downloaded slog-json v2.6.1
7042026-07-30T01:56:58.911Z Downloaded httparse v1.10.1
7052026-07-30T01:56:58.911Z Downloaded cstr-argument v0.1.2
7062026-07-30T01:56:58.911Z Downloaded curve25519-dalek-derive v0.1.1
7072026-07-30T01:56:58.911Z Downloaded postcard v1.1.3
7082026-07-30T01:56:58.915Z Downloaded crunchy v0.2.4
7092026-07-30T01:56:58.915Z Downloaded darling_macro v0.21.3
7102026-07-30T01:56:58.915Z Downloaded darling_macro v0.23.0
7112026-07-30T01:56:58.915Z Downloaded slog-dtrace v0.3.0
7122026-07-30T01:56:58.915Z Downloaded static_assertions v1.1.0
7132026-07-30T01:56:58.920Z Downloaded flate2 v1.1.9
7142026-07-30T01:56:58.920Z Downloaded tiny-keccak v2.0.2
7152026-07-30T01:56:58.923Z Downloaded difflib v0.4.0
7162026-07-30T01:56:58.923Z Downloaded downcast-rs v2.0.2
7172026-07-30T01:56:58.927Z Downloaded dtrace-parser v0.3.0
7182026-07-30T01:56:58.927Z Downloaded embedded-io v0.4.0
7192026-07-30T01:56:58.931Z Downloaded tui-tree-widget v0.23.1
7202026-07-30T01:56:58.934Z Downloaded cassowary v0.3.0
7212026-07-30T01:56:58.934Z Downloaded rand_core v0.6.4
7222026-07-30T01:56:58.937Z Downloaded cancel-safe-futures v0.1.5
7232026-07-30T01:56:58.937Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7242026-07-30T01:56:58.937Z Downloaded toml_writer v1.1.1+spec-1.1.0
7252026-07-30T01:56:58.938Z Downloaded clang-sys v1.8.1
7262026-07-30T01:56:58.944Z Downloaded vergen-lib v0.1.6
7272026-07-30T01:56:58.947Z Downloaded walkdir v2.5.0
7282026-07-30T01:56:58.947Z Downloaded bzip2 v0.6.1
7292026-07-30T01:56:58.947Z Downloaded half v2.7.1
7302026-07-30T01:56:58.947Z Downloaded unicase v2.9.0
7312026-07-30T01:56:58.950Z Downloaded indent_write v2.2.0
7322026-07-30T01:56:58.953Z Downloaded corncobs v0.1.4
7332026-07-30T01:56:58.953Z Downloaded keccak v0.1.6
7342026-07-30T01:56:58.953Z Downloaded match_cfg v0.1.0
7352026-07-30T01:56:58.953Z Downloaded newtype-uuid-macros v0.1.0
7362026-07-30T01:56:58.957Z Downloaded base64 v0.22.1
7372026-07-30T01:56:58.957Z Downloaded serde_with_macros v3.21.0
7382026-07-30T01:56:58.957Z Downloaded blake2 v0.10.6
7392026-07-30T01:56:58.963Z Downloaded newtype_derive v0.1.6
7402026-07-30T01:56:58.963Z Downloaded maybe-uninit v2.0.0
7412026-07-30T01:56:58.963Z Downloaded spin v0.9.8
7422026-07-30T01:56:58.963Z Downloaded lazy_static v1.5.0
7432026-07-30T01:56:58.966Z Downloaded internet-checksum v0.2.1
7442026-07-30T01:56:58.966Z Downloaded libscf-sys v1.1.0
7452026-07-30T01:56:58.970Z Downloaded percent-encoding v2.3.2
7462026-07-30T01:56:58.970Z Downloaded num_threads v0.1.7
7472026-07-30T01:56:58.976Z Downloaded hyper-rustls v0.27.7
7482026-07-30T01:56:58.979Z Downloaded openssl-macros v0.1.1
7492026-07-30T01:56:58.979Z Downloaded critical-section v1.2.0
7502026-07-30T01:56:58.979Z Downloaded term v1.2.1
7512026-07-30T01:56:58.984Z Downloaded dof v0.4.0
7522026-07-30T01:56:58.984Z Downloaded tokio-native-tls v0.3.1
7532026-07-30T01:56:58.990Z Downloaded rand_chacha v0.3.1
7542026-07-30T01:56:58.990Z Downloaded rfc6979 v0.6.0
7552026-07-30T01:56:58.993Z Downloaded der_derive v0.7.3
7562026-07-30T01:56:58.993Z Downloaded ed25519 v2.2.3
7572026-07-30T01:56:58.996Z Downloaded indoc v2.0.7
7582026-07-30T01:56:58.999Z Downloaded dirs-sys-next v0.1.2
7592026-07-30T01:56:59.000Z Downloaded ron v0.8.1
7602026-07-30T01:56:59.003Z Downloaded proc-macro-error-attr2 v2.0.0
7612026-07-30T01:56:59.003Z Downloaded progenitor-client v0.14.0
7622026-07-30T01:56:59.003Z Downloaded rfc6979 v0.4.0
7632026-07-30T01:56:59.003Z Downloaded ref-cast v1.0.25
7642026-07-30T01:56:59.007Z Downloaded seq-macro v0.3.6
7652026-07-30T01:56:59.007Z Downloaded signature v2.2.0
7662026-07-30T01:56:59.013Z Downloaded async-trait v0.1.89
7672026-07-30T01:56:59.018Z Downloaded bytes v1.11.1
7682026-07-30T01:56:59.021Z Downloaded compact_str v0.8.1
7692026-07-30T01:56:59.021Z Downloaded const-oid v0.10.2
7702026-07-30T01:56:59.025Z Downloaded inout v0.1.4
7712026-07-30T01:56:59.028Z Downloaded strsim v0.10.0
7722026-07-30T01:56:59.031Z Downloaded structmeta v0.3.0
7732026-07-30T01:56:59.031Z Downloaded ar_archive_writer v0.5.1
7742026-07-30T01:56:59.035Z Downloaded num-derive v0.4.2
7752026-07-30T01:56:59.035Z Downloaded bumpalo v3.20.2
7762026-07-30T01:56:59.035Z Downloaded num-integer v0.1.46
7772026-07-30T01:56:59.035Z Downloaded tagptr v0.2.0
7782026-07-30T01:56:59.040Z Downloaded lock_api v0.4.14
7792026-07-30T01:56:59.040Z Downloaded similar v2.7.0
7802026-07-30T01:56:59.043Z Downloaded nanorand v0.7.0
7812026-07-30T01:56:59.043Z Downloaded tokio-test v0.4.5
7822026-07-30T01:56:59.043Z Downloaded tower-service v0.3.3
7832026-07-30T01:56:59.043Z Downloaded expectorate v1.2.0
7842026-07-30T01:56:59.048Z Downloaded generic-array v1.4.3
7852026-07-30T01:56:59.048Z Downloaded headers v0.4.1
7862026-07-30T01:56:59.054Z Downloaded trait-variant v0.1.2
7872026-07-30T01:56:59.054Z Downloaded universal-hash v0.5.1
7882026-07-30T01:56:59.054Z Downloaded oxide-tokio-rt v0.1.4
7892026-07-30T01:56:59.054Z Downloaded peg v0.8.5
7902026-07-30T01:56:59.054Z Downloaded tabwriter v1.4.1
7912026-07-30T01:56:59.054Z Downloaded newtype-uuid v1.3.2
7922026-07-30T01:56:59.058Z Downloaded pem-rfc7468 v0.7.0
7932026-07-30T01:56:59.058Z Downloaded tap v1.0.1
7942026-07-30T01:56:59.058Z Downloaded pin-project-internal v1.1.11
7952026-07-30T01:56:59.077Z Downloaded ppv-lite86 v0.2.21
7962026-07-30T01:56:59.077Z Downloaded rand_chacha v0.9.0
7972026-07-30T01:56:59.102Z Downloaded tabled_derive v0.11.0
7982026-07-30T01:56:59.103Z Downloaded usdt-attr-macro v0.6.0
7992026-07-30T01:56:59.103Z Downloaded want v0.3.1
8002026-07-30T01:56:59.103Z Downloaded unicode-truncate v1.1.0
8012026-07-30T01:56:59.103Z Downloaded darling v0.23.0
8022026-07-30T01:56:59.103Z Downloaded cpubits v0.1.1
8032026-07-30T01:56:59.103Z Downloaded darling v0.21.3
8042026-07-30T01:56:59.103Z Downloaded derive_builder v0.20.2
8052026-07-30T01:56:59.103Z Downloaded twox-hash v2.1.2
8062026-07-30T01:56:59.104Z Downloaded proc-macro-crate v3.4.0
8072026-07-30T01:56:59.104Z Downloaded progenitor v0.14.0
8082026-07-30T01:56:59.104Z Downloaded progenitor-client v0.13.0
8092026-07-30T01:56:59.104Z Downloaded wnaf v0.14.0
8102026-07-30T01:56:59.104Z Downloaded crucible-workspace-hack v0.1.0
8112026-07-30T01:56:59.104Z Downloaded debug-ignore v1.0.5
8122026-07-30T01:56:59.104Z Downloaded defmt-parser v1.0.0
8132026-07-30T01:56:59.104Z Downloaded ecdsa v0.17.0
8142026-07-30T01:56:59.104Z Downloaded iana-time-zone v0.1.65
8152026-07-30T01:56:59.104Z Downloaded rustversion v1.0.22
8162026-07-30T01:56:59.104Z Downloaded slab v0.4.12
8172026-07-30T01:56:59.104Z Downloaded keccak v0.2.0
8182026-07-30T01:56:59.104Z Downloaded rusty-fork v0.3.1
8192026-07-30T01:56:59.104Z Downloaded serde_plain v1.0.2
8202026-07-30T01:56:59.104Z Downloaded serde_derive_internals v0.29.1
8212026-07-30T01:56:59.104Z Downloaded serde_path_to_error v0.1.20
8222026-07-30T01:56:59.104Z Downloaded cc v1.2.56
8232026-07-30T01:56:59.104Z Downloaded chacha20poly1305 v0.10.1
8242026-07-30T01:56:59.104Z Downloaded const_format v0.2.35
8252026-07-30T01:56:59.104Z Downloaded flume v0.11.1
8262026-07-30T01:56:59.104Z Downloaded unsafe-libyaml v0.2.11
8272026-07-30T01:56:59.123Z Downloaded snafu-derive v0.8.9
8282026-07-30T01:56:59.123Z Downloaded stacker v0.1.23
8292026-07-30T01:56:59.124Z Downloaded derive_builder_macro v0.20.2
8302026-07-30T01:56:59.124Z Downloaded litrs v1.0.0
8312026-07-30T01:56:59.124Z Downloaded support-bundle-viewer v0.1.2
8322026-07-30T01:56:59.124Z Downloaded idna_adapter v1.2.1
8332026-07-30T01:56:59.124Z Downloaded hickory-resolver v0.25.2
8342026-07-30T01:56:59.124Z Downloaded document-features v0.2.12
8352026-07-30T01:56:59.129Z Downloaded instant v0.1.13
8362026-07-30T01:56:59.129Z Downloaded pkcs8 v0.11.0
8372026-07-30T01:56:59.129Z Downloaded serde_yaml v0.9.34+deprecated
8382026-07-30T01:56:59.129Z Downloaded dunce v1.0.5
8392026-07-30T01:56:59.129Z Downloaded crc-any v2.5.0
8402026-07-30T01:56:59.129Z Downloaded crossbeam-utils v0.8.21
8412026-07-30T01:56:59.133Z Downloaded darling v0.20.11
8422026-07-30T01:56:59.133Z Downloaded parking_lot v0.12.5
8432026-07-30T01:56:59.133Z Downloaded parking_lot_core v0.9.12
8442026-07-30T01:56:59.134Z Downloaded is-terminal v0.4.17
8452026-07-30T01:56:59.134Z Downloaded lalrpop-util v0.19.12
8462026-07-30T01:56:59.137Z Downloaded tokio-dtrace v0.1.1
8472026-07-30T01:56:59.137Z Downloaded vergen-gitcl v1.0.8
8482026-07-30T01:56:59.137Z Downloaded newline-converter v0.3.0
8492026-07-30T01:56:59.137Z Downloaded normalize-line-endings v0.3.0
8502026-07-30T01:56:59.137Z Downloaded usdt-impl v0.6.0
8512026-07-30T01:56:59.141Z Downloaded whoami v1.6.1
8522026-07-30T01:56:59.141Z Downloaded pretty_assertions v1.4.1
8532026-07-30T01:56:59.141Z Downloaded rand v0.8.6
8542026-07-30T01:56:59.141Z Downloaded num_enum_derive v0.5.11
8552026-07-30T01:56:59.144Z Downloaded deranged v0.5.8
8562026-07-30T01:56:59.144Z Downloaded vte v0.14.1
8572026-07-30T01:56:59.148Z Downloaded rayon-core v1.13.0
8582026-07-30T01:56:59.152Z Downloaded serde_cbor v0.11.2
8592026-07-30T01:56:59.157Z Downloaded sha2 v0.11.0
8602026-07-30T01:56:59.157Z Downloaded smallvec v1.15.1
8612026-07-30T01:56:59.161Z Downloaded zerovec-derive v0.11.2
8622026-07-30T01:56:59.161Z Downloaded darling v0.13.4
8632026-07-30T01:56:59.161Z Downloaded diesel-dtrace v0.5.0
8642026-07-30T01:56:59.161Z Downloaded ignore v0.4.25
8652026-07-30T01:56:59.164Z Downloaded yansi v1.0.1
8662026-07-30T01:56:59.164Z Downloaded rand_pcg v0.10.2
8672026-07-30T01:56:59.168Z Downloaded recursive v0.1.1
8682026-07-30T01:56:59.171Z Downloaded displaydoc v0.2.5
8692026-07-30T01:56:59.178Z Downloaded digest v0.11.3
8702026-07-30T01:56:59.178Z Downloaded phf_shared v0.12.1
8712026-07-30T01:56:59.178Z Downloaded serde_repr v0.1.20
8722026-07-30T01:56:59.183Z Downloaded hashbrown v0.12.3
8732026-07-30T01:56:59.183Z Downloaded phf_shared v0.13.1
8742026-07-30T01:56:59.183Z Downloaded sha1 v0.11.0
8752026-07-30T01:56:59.183Z Downloaded hashbrown v0.15.5
8762026-07-30T01:56:59.187Z Downloaded http v1.4.2
8772026-07-30T01:56:59.187Z Downloaded zip v0.6.6
8782026-07-30T01:56:59.187Z Downloaded oso v0.27.3
8792026-07-30T01:56:59.190Z Downloaded owo-colors v4.3.0
8802026-07-30T01:56:59.190Z Downloaded linear-map v1.2.0
8812026-07-30T01:56:59.191Z Downloaded libloading v0.8.9
8822026-07-30T01:56:59.191Z Downloaded postgres-types v0.2.12
8832026-07-30T01:56:59.194Z Downloaded managed v0.8.0
8842026-07-30T01:56:59.194Z Downloaded zeroize v1.9.0
8852026-07-30T01:56:59.194Z Downloaded hkdf v0.12.4
8862026-07-30T01:56:59.198Z Downloaded rustc_version v0.4.1
8872026-07-30T01:56:59.198Z Downloaded sapling-renderdag v0.1.0
8882026-07-30T01:56:59.198Z Downloaded universal-hash v0.6.1
8892026-07-30T01:56:59.201Z Downloaded toml_parser v1.1.2+spec-1.1.0
8902026-07-30T01:56:59.205Z Downloaded ingot v0.2.1
8912026-07-30T01:56:59.208Z Downloaded semver v0.1.20
8922026-07-30T01:56:59.208Z Downloaded siphasher v1.0.2
8932026-07-30T01:56:59.208Z Downloaded sync_wrapper v1.0.2
8942026-07-30T01:56:59.212Z Downloaded time-core v0.1.8
8952026-07-30T01:56:59.212Z Downloaded nu-ansi-term v0.50.3
8962026-07-30T01:56:59.212Z Downloaded crossbeam-deque v0.8.6
8972026-07-30T01:56:59.212Z Downloaded void v1.0.2
8982026-07-30T01:56:59.216Z Downloaded unit-prefix v0.5.2
8992026-07-30T01:56:59.216Z Downloaded zstd-safe v7.2.4
9002026-07-30T01:56:59.216Z Downloaded cookie_store v0.22.1
9012026-07-30T01:56:59.216Z Downloaded heapless v0.7.17
9022026-07-30T01:56:59.220Z Downloaded hickory-resolver v0.24.4
9032026-07-30T01:56:59.220Z Downloaded unicode_categories v0.1.1
9042026-07-30T01:56:59.223Z Downloaded primefield v0.14.0
9052026-07-30T01:56:59.223Z Downloaded ryu v1.0.23
9062026-07-30T01:56:59.223Z Downloaded yasna v0.5.2
9072026-07-30T01:56:59.227Z Downloaded async-compression v0.4.41
9082026-07-30T01:56:59.230Z Downloaded samael v0.0.19
9092026-07-30T01:56:59.230Z Downloaded primeorder v0.13.6
9102026-07-30T01:56:59.234Z Downloaded yoke-derive v0.8.1
9112026-07-30T01:56:59.234Z Downloaded zerofrom-derive v0.1.6
9122026-07-30T01:56:59.234Z Downloaded crc-catalog v2.4.0
9132026-07-30T01:56:59.234Z Downloaded hickory-server v0.25.2
9142026-07-30T01:56:59.237Z Downloaded icu_normalizer_data v2.1.1
9152026-07-30T01:56:59.237Z Downloaded zerocopy-derive v0.8.40
9162026-07-30T01:56:59.241Z Downloaded password-hash v0.5.0
9172026-07-30T01:56:59.244Z Downloaded icu_properties v2.1.2
9182026-07-30T01:56:59.244Z Downloaded toml v1.1.2+spec-1.1.0
9192026-07-30T01:56:59.244Z Downloaded darling_macro v0.20.11
9202026-07-30T01:56:59.248Z Downloaded phf_shared v0.11.3
9212026-07-30T01:56:59.248Z Downloaded rpassword v7.5.4
9222026-07-30T01:56:59.248Z Downloaded dsl_auto_type v0.2.0
9232026-07-30T01:56:59.248Z Downloaded jiff-static v0.2.34
9242026-07-30T01:56:59.248Z Downloaded diesel_table_macro_syntax v0.3.0
9252026-07-30T01:56:59.252Z Downloaded embedded-io v0.6.1
9262026-07-30T01:56:59.252Z Downloaded pkcs5 v0.8.1
9272026-07-30T01:56:59.252Z Downloaded illumos-nvpair v0.3.0
9282026-07-30T01:56:59.252Z Downloaded lru-cache v0.1.2
9292026-07-30T01:56:59.255Z Downloaded linked-hash-map v0.5.6
9302026-07-30T01:56:59.255Z Downloaded psm v0.1.30
9312026-07-30T01:56:59.259Z Downloaded illumos-nvpair-sys v0.2.0
9322026-07-30T01:56:59.259Z Downloaded slog-scope v4.4.1
9332026-07-30T01:56:59.259Z Downloaded slog-stdlog v4.1.1
9342026-07-30T01:56:59.259Z Downloaded ssh-cipher v0.3.0
9352026-07-30T01:56:59.262Z Downloaded stringprep v0.1.5
9362026-07-30T01:56:59.263Z Downloaded miniz_oxide v0.8.9
9372026-07-30T01:56:59.263Z Downloaded unicode-bidi v0.3.18
9382026-07-30T01:56:59.263Z Downloaded memmap2 v0.9.10
9392026-07-30T01:56:59.266Z Downloaded derive_more v2.1.1
9402026-07-30T01:56:59.269Z Downloaded slog-term v2.9.2
9412026-07-30T01:56:59.273Z Downloaded string_cache v0.8.9
9422026-07-30T01:56:59.273Z Downloaded serde_with_macros v1.5.2
9432026-07-30T01:56:59.277Z Downloaded olpc-cjson v0.1.4
9442026-07-30T01:56:59.284Z Downloaded tls_codec v0.4.2
9452026-07-30T01:56:59.284Z Downloaded predicates-tree v1.0.13
9462026-07-30T01:56:59.284Z Downloaded quick-error v1.2.3
9472026-07-30T01:56:59.290Z Downloaded snafu v0.8.9
9482026-07-30T01:56:59.295Z Downloaded socket2 v0.5.10
9492026-07-30T01:56:59.295Z Downloaded peg-macros v0.8.5
9502026-07-30T01:56:59.299Z Downloaded potential_utf v0.1.4
9512026-07-30T01:56:59.299Z Downloaded rand_xorshift v0.4.0
9522026-07-30T01:56:59.302Z Downloaded hashbrown v0.13.2
9532026-07-30T01:56:59.302Z Downloaded serde_urlencoded v0.7.1
9542026-07-30T01:56:59.306Z Downloaded sha1 v0.10.6
9552026-07-30T01:56:59.310Z Downloaded convert_case v0.10.0
9562026-07-30T01:56:59.314Z Downloaded ctutils v0.4.2
9572026-07-30T01:56:59.314Z Downloaded rustyline v14.0.0
9582026-07-30T01:56:59.317Z Downloaded defmt-macros v1.0.1
9592026-07-30T01:56:59.321Z Downloaded delegate v0.13.5
9602026-07-30T01:56:59.321Z Downloaded md5 v0.8.0
9612026-07-30T01:56:59.321Z Downloaded icu_provider v2.1.1
9622026-07-30T01:56:59.324Z Downloaded tar v0.4.46
9632026-07-30T01:56:59.324Z Downloaded elliptic-curve v0.13.8
9642026-07-30T01:56:59.328Z Downloaded indexmap v1.9.3
9652026-07-30T01:56:59.328Z Downloaded try-lock v0.2.5
9662026-07-30T01:56:59.332Z Downloaded rsa v0.10.0-rc.18
9672026-07-30T01:56:59.332Z Downloaded signature v3.0.0
9682026-07-30T01:56:59.335Z Downloaded ml-kem v0.3.2
9692026-07-30T01:56:59.335Z Downloaded signal-hook-mio v0.2.5
9702026-07-30T01:56:59.335Z Downloaded stable_deref_trait v1.2.1
9712026-07-30T01:56:59.335Z Downloaded derive_more-impl v2.1.1
9722026-07-30T01:56:59.339Z Downloaded futures-util v0.3.32
9732026-07-30T01:56:59.344Z Downloaded impl-trait-for-tuples v0.2.3
9742026-07-30T01:56:59.348Z Downloaded schemars_derive v0.8.22
9752026-07-30T01:56:59.348Z Downloaded prettyplease v0.2.37
9762026-07-30T01:56:59.348Z Downloaded synstructure v0.13.2
9772026-07-30T01:56:59.348Z Downloaded tokio-rustls v0.26.4
9782026-07-30T01:56:59.352Z Downloaded tracing-attributes v0.1.31
9792026-07-30T01:56:59.352Z Downloaded signal-hook-tokio v0.3.1
9802026-07-30T01:56:59.352Z Downloaded crypto-common v0.2.2
9812026-07-30T01:56:59.352Z Downloaded untrusted v0.7.1
9822026-07-30T01:56:59.352Z Downloaded unicode-xid v0.2.6
9832026-07-30T01:56:59.355Z Downloaded untrusted v0.9.0
9842026-07-30T01:56:59.355Z Downloaded usdt-macro v0.6.0
9852026-07-30T01:56:59.355Z Downloaded zerofrom v0.1.6
9862026-07-30T01:56:59.355Z Downloaded lzss v0.8.2
9872026-07-30T01:56:59.355Z Downloaded cpufeatures v0.3.0
9882026-07-30T01:56:59.355Z Downloaded module-lattice v0.2.3
9892026-07-30T01:56:59.355Z Downloaded maplit v1.0.2
9902026-07-30T01:56:59.362Z Downloaded nodrop v0.1.14
9912026-07-30T01:56:59.362Z Downloaded multer v3.1.0
9922026-07-30T01:56:59.362Z Downloaded crossbeam-epoch v0.9.18
9932026-07-30T01:56:59.366Z Downloaded rustls-webpki v0.103.13
9942026-07-30T01:56:59.371Z Downloaded num-complex v0.4.6
9952026-07-30T01:56:59.371Z Downloaded tokio-stream v0.1.18
9962026-07-30T01:56:59.376Z Downloaded rand_core v0.10.0
9972026-07-30T01:56:59.376Z Downloaded inout v0.2.2
9982026-07-30T01:56:59.388Z Downloaded sec1 v0.8.1
9992026-07-30T01:56:59.388Z Downloaded spki v0.8.0
10002026-07-30T01:56:59.392Z Downloaded serde_with v1.14.0
10012026-07-30T01:56:59.392Z Downloaded darling_core v0.23.0
10022026-07-30T01:56:59.393Z Downloaded diff v0.1.13
10032026-07-30T01:56:59.397Z Downloaded ena v0.14.4
10042026-07-30T01:56:59.397Z Downloaded hashbrown v0.16.1
10052026-07-30T01:56:59.401Z Downloaded minimal-lexical v0.2.1
10062026-07-30T01:56:59.401Z Downloaded russh-util v0.52.0
10072026-07-30T01:56:59.401Z Downloaded zip v4.6.1
10082026-07-30T01:56:59.409Z Downloaded russh-cryptovec v0.62.0
10092026-07-30T01:56:59.409Z Downloaded rustls-platform-verifier v0.6.2
10102026-07-30T01:56:59.409Z Downloaded secrecy v0.10.3
10112026-07-30T01:56:59.409Z Downloaded multimap v0.10.1
10122026-07-30T01:56:59.472Z Downloaded same-file v1.0.6
10132026-07-30T01:56:59.472Z Downloaded sponge-cursor v0.1.0
10142026-07-30T01:56:59.472Z Downloaded serde_bytes v0.11.19
10152026-07-30T01:56:59.472Z Downloaded parse-display-derive v0.10.0
10162026-07-30T01:56:59.494Z Downloaded tracing-core v0.1.36
10172026-07-30T01:56:59.494Z Downloaded omicron-zone-package v0.12.3
10182026-07-30T01:56:59.494Z Downloaded termios v0.3.3
10192026-07-30T01:56:59.494Z Downloaded pem v3.0.6
10202026-07-30T01:56:59.494Z Downloaded subtle v2.6.1
10212026-07-30T01:56:59.494Z Downloaded termtree v0.5.1
10222026-07-30T01:56:59.495Z Downloaded git2 v0.20.4
10232026-07-30T01:56:59.495Z Downloaded daft v0.1.7
10242026-07-30T01:56:59.495Z Downloaded jobserver v0.1.34
10252026-07-30T01:56:59.495Z Downloaded libsw-core v0.3.2
10262026-07-30T01:56:59.495Z Downloaded uzers v0.12.2
10272026-07-30T01:56:59.495Z Downloaded papergrid v0.17.0
10282026-07-30T01:56:59.495Z Downloaded darling_macro v0.13.4
10292026-07-30T01:56:59.495Z Downloaded either v1.15.0
10302026-07-30T01:56:59.495Z Downloaded ipnetwork v0.21.1
10312026-07-30T01:56:59.495Z Downloaded p256 v0.14.0
10322026-07-30T01:56:59.495Z Downloaded pkcs1 v0.7.5
10332026-07-30T01:56:59.495Z Downloaded dyn-clone v1.0.20
10342026-07-30T01:56:59.495Z Downloaded internal-russh-num-bigint v0.5.0
10352026-07-30T01:56:59.495Z Downloaded instability v0.3.11
10362026-07-30T01:56:59.495Z Downloaded pin-project-lite v0.2.17
10372026-07-30T01:56:59.495Z Downloaded num-bigint v0.4.6
10382026-07-30T01:56:59.495Z Downloaded pbkdf2 v0.13.0
10392026-07-30T01:56:59.495Z Downloaded rand_core v0.9.5
10402026-07-30T01:56:59.495Z Downloaded des v0.9.0
10412026-07-30T01:56:59.495Z Downloaded mime v0.3.17
10422026-07-30T01:56:59.510Z Downloaded md-5 v0.10.6
10432026-07-30T01:56:59.510Z Downloaded memoffset v0.9.1
10442026-07-30T01:56:59.510Z Downloaded openssl-probe v0.2.1
10452026-07-30T01:56:59.510Z Downloaded secrecy v0.8.0
10462026-07-30T01:56:59.510Z Downloaded serde-big-array v0.5.1
10472026-07-30T01:56:59.510Z Downloaded typify-macro v0.6.2
10482026-07-30T01:56:59.510Z Downloaded predicates-core v1.0.10
10492026-07-30T01:56:59.510Z Downloaded term v0.7.0
10502026-07-30T01:56:59.510Z Downloaded slog-async v2.8.0
10512026-07-30T01:56:59.510Z Downloaded strum_macros v0.24.3
10522026-07-30T01:56:59.510Z Downloaded proc-macro-crate v1.3.1
10532026-07-30T01:56:59.510Z Downloaded sqlparser_derive v0.5.0
10542026-07-30T01:56:59.510Z Downloaded tower-http v0.6.8
10552026-07-30T01:56:59.525Z Downloaded cookie v0.18.1
10562026-07-30T01:56:59.525Z Downloaded time-macros v0.2.27
10572026-07-30T01:56:59.525Z Downloaded daft-derive v0.1.7
10582026-07-30T01:56:59.525Z Downloaded tokio-tungstenite v0.23.1
10592026-07-30T01:56:59.525Z Downloaded zone v0.3.1
10602026-07-30T01:56:59.525Z Downloaded defmt v0.3.100
10612026-07-30T01:56:59.525Z Downloaded dirs-next v2.0.0
10622026-07-30T01:56:59.540Z Downloaded writeable v0.6.2
10632026-07-30T01:56:59.541Z Downloaded wyz v0.5.1
10642026-07-30T01:56:59.541Z Downloaded vergen-git2 v9.1.0
10652026-07-30T01:56:59.541Z Downloaded zerotrie v0.2.3
10662026-07-30T01:56:59.541Z Downloaded zstd v0.13.3
10672026-07-30T01:56:59.545Z Downloaded icu_collections v2.1.1
10682026-07-30T01:56:59.545Z Downloaded progenitor-impl v0.14.0
10692026-07-30T01:56:59.545Z Downloaded derive_builder_core v0.20.2
10702026-07-30T01:56:59.545Z Downloaded precomputed-hash v0.1.1
10712026-07-30T01:56:59.545Z Downloaded aho-corasick v1.1.4
10722026-07-30T01:56:59.545Z Downloaded kstat-rs v0.2.4
10732026-07-30T01:56:59.559Z Downloaded kem v0.3.0
10742026-07-30T01:56:59.559Z Downloaded openssl-probe v0.1.6
10752026-07-30T01:56:59.559Z Downloaded dropshot_endpoint v0.17.1
10762026-07-30T01:56:59.569Z Downloaded parse-display v0.10.0
10772026-07-30T01:56:59.569Z Downloaded quinn v0.11.9
10782026-07-30T01:56:59.569Z Downloaded ingot-types v0.2.0
10792026-07-30T01:56:59.569Z Downloaded ipnet v2.11.0
10802026-07-30T01:56:59.569Z Downloaded parking_lot v0.11.2
10812026-07-30T01:56:59.569Z Downloaded packed_struct v0.10.1
10822026-07-30T01:56:59.569Z Downloaded recursive-proc-macro-impl v0.1.1
10832026-07-30T01:56:59.569Z Downloaded serde_spanned v1.1.1
10842026-07-30T01:56:59.569Z Downloaded structmeta-derive v0.3.0
10852026-07-30T01:56:59.569Z Downloaded smf v0.2.3
10862026-07-30T01:56:59.569Z Downloaded toml v0.7.8
10872026-07-30T01:56:59.575Z Downloaded radium v0.7.0
10882026-07-30T01:56:59.575Z Downloaded tokio-util v0.7.18
10892026-07-30T01:56:59.597Z Downloaded ed25519 v3.0.0
10902026-07-30T01:56:59.601Z Downloaded port-file v0.1.0
10912026-07-30T01:56:59.601Z Downloaded indoc v1.0.9
10922026-07-30T01:56:59.601Z Downloaded thread-id v5.1.0
10932026-07-30T01:56:59.601Z Downloaded data-encoding v2.10.0
10942026-07-30T01:56:59.601Z Downloaded ecdsa v0.16.9
10952026-07-30T01:56:59.601Z Downloaded hkdf v0.13.0
10962026-07-30T01:56:59.601Z Downloaded strum_macros v0.27.2
10972026-07-30T01:56:59.608Z Downloaded tls_codec_derive v0.4.2
10982026-07-30T01:56:59.608Z Downloaded darling_core v0.13.4
10992026-07-30T01:56:59.624Z Downloaded new_debug_unreachable v1.0.6
11002026-07-30T01:56:59.624Z Downloaded num-rational v0.4.2
11012026-07-30T01:56:59.624Z Downloaded nibble_vec v0.1.0
11022026-07-30T01:56:59.624Z Downloaded thiserror-no-std v2.0.2
11032026-07-30T01:56:59.624Z Downloaded vsss-rs v3.3.4
11042026-07-30T01:56:59.628Z Downloaded openssl-sys v0.9.115
11052026-07-30T01:56:59.628Z Downloaded progenitor-impl v0.13.0
11062026-07-30T01:56:59.628Z Downloaded libbz2-rs-sys v0.2.2
11072026-07-30T01:56:59.628Z Downloaded xshell v0.2.7
11082026-07-30T01:56:59.644Z Downloaded utf8_iter v1.0.4
11092026-07-30T01:56:59.654Z Downloaded zone_cfg_derive v0.3.1
11102026-07-30T01:56:59.654Z Downloaded ident_case v1.0.1
11112026-07-30T01:56:59.655Z Downloaded steno v0.4.1
11122026-07-30T01:56:59.655Z Downloaded oxide-update-engine-types v0.1.2
11132026-07-30T01:56:59.655Z Downloaded toml_edit v0.23.10+spec-1.0.0
11142026-07-30T01:56:59.655Z Downloaded rawzip v0.4.4
11152026-07-30T01:56:59.664Z Downloaded rayon v1.11.0
11162026-07-30T01:56:59.664Z Downloaded portable-atomic v1.13.1
11172026-07-30T01:56:59.665Z Downloaded ed25519-dalek v2.2.0
11182026-07-30T01:56:59.665Z Downloaded mime_guess v2.0.5
11192026-07-30T01:56:59.671Z Downloaded drift v0.2.0
11202026-07-30T01:56:59.671Z Downloaded mio v1.2.0
11212026-07-30T01:56:59.671Z Downloaded icu_normalizer v2.1.1
11222026-07-30T01:56:59.685Z Downloaded whoami v2.1.0
11232026-07-30T01:56:59.685Z Downloaded rand v0.10.1
11242026-07-30T01:56:59.685Z Downloaded pkcs1 v0.8.0-rc.4
11252026-07-30T01:56:59.685Z Downloaded slog-bunyan v2.5.0
11262026-07-30T01:56:59.685Z Downloaded num-derive v0.3.3
11272026-07-30T01:56:59.685Z Downloaded powerfmt v0.2.0
11282026-07-30T01:56:59.685Z Downloaded password-hash v0.6.1
11292026-07-30T01:56:59.693Z Downloaded rustc_version v0.1.7
11302026-07-30T01:56:59.693Z Downloaded indicatif v0.18.4
11312026-07-30T01:56:59.693Z Downloaded typify v0.6.2
11322026-07-30T01:56:59.693Z Downloaded rustc-hash v2.1.1
11332026-07-30T01:56:59.693Z Downloaded p384 v0.13.1
11342026-07-30T01:56:59.693Z Downloaded blake3 v1.8.5
11352026-07-30T01:56:59.693Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-07-30T01:56:59.704Z Downloaded itertools v0.12.1
11372026-07-30T01:56:59.704Z Downloaded quick-xml v0.37.5
11382026-07-30T01:56:59.704Z Downloaded h2 v0.4.15
11392026-07-30T01:56:59.719Z Downloaded tokio-postgres v0.7.16
11402026-07-30T01:56:59.719Z Downloaded darling_core v0.20.11
11412026-07-30T01:56:59.719Z Downloaded tokio-tungstenite v0.21.0
11422026-07-30T01:56:59.719Z Downloaded csv-core v0.1.13
11432026-07-30T01:56:59.719Z Downloaded digest-io v0.1.0
11442026-07-30T01:56:59.719Z Downloaded dropshot-api-manager-types v0.7.2
11452026-07-30T01:56:59.719Z Downloaded is_ci v1.2.0
11462026-07-30T01:56:59.719Z Downloaded polyval v0.7.1
11472026-07-30T01:56:59.733Z Downloaded paste v1.0.15
11482026-07-30T01:56:59.733Z Downloaded pkg-config v0.3.32
11492026-07-30T01:56:59.733Z Downloaded pin-project v1.1.11
11502026-07-30T01:56:59.733Z Downloaded salsa20 v0.11.0
11512026-07-30T01:56:59.733Z Downloaded serdect v0.4.3
11522026-07-30T01:56:59.733Z Downloaded crc32fast v1.5.0
11532026-07-30T01:56:59.733Z Downloaded num_enum v0.5.11
11542026-07-30T01:56:59.733Z Downloaded derive_more v0.99.20
11552026-07-30T01:56:59.740Z Downloaded elliptic-curve v0.14.1
11562026-07-30T01:56:59.740Z Downloaded crc8 v0.1.1
11572026-07-30T01:56:59.740Z Downloaded libefi-sys v0.1.0
11582026-07-30T01:56:59.740Z Downloaded libxml v0.3.3
11592026-07-30T01:56:59.740Z Downloaded ssh-encoding v0.3.0
11602026-07-30T01:56:59.740Z Downloaded strum_macros v0.26.4
11612026-07-30T01:56:59.740Z Downloaded hyper v1.10.1
11622026-07-30T01:56:59.740Z Downloaded lru-slab v0.1.2
11632026-07-30T01:56:59.741Z Downloaded ctr v0.10.1
11642026-07-30T01:56:59.741Z Downloaded lru v0.12.5
11652026-07-30T01:56:59.745Z Downloaded tungstenite v0.21.0
11662026-07-30T01:56:59.745Z Downloaded poly1305 v0.9.0
11672026-07-30T01:56:59.745Z Downloaded quinn-udp v0.5.14
11682026-07-30T01:56:59.745Z Downloaded typed-path v0.9.3
11692026-07-30T01:56:59.745Z Downloaded prefix-trie v0.7.0
11702026-07-30T01:56:59.818Z Downloaded url v2.5.8
11712026-07-30T01:56:59.818Z Downloaded zerocopy v0.6.6
11722026-07-30T01:56:59.824Z Downloaded rustls-pki-types v1.14.0
11732026-07-30T01:56:59.824Z Downloaded signal-hook v0.3.18
11742026-07-30T01:56:59.824Z Downloaded ref-cast-impl v1.0.25
11752026-07-30T01:56:59.824Z Downloaded psl-types v2.0.11
11762026-07-30T01:56:59.824Z Downloaded spki v0.7.3
11772026-07-30T01:56:59.824Z Downloaded display-error-chain v0.2.2
11782026-07-30T01:56:59.824Z Downloaded reqwest v0.13.2
11792026-07-30T01:56:59.824Z Downloaded schemars v1.2.1
11802026-07-30T01:56:59.824Z Downloaded shlex v1.3.0
11812026-07-30T01:56:59.824Z Downloaded topological-sort v0.2.2
11822026-07-30T01:56:59.824Z Downloaded rsa v0.9.10
11832026-07-30T01:56:59.824Z Downloaded vergen-lib v9.1.0
11842026-07-30T01:56:59.824Z Downloaded xattr v1.6.1
11852026-07-30T01:56:59.824Z Downloaded nonempty v0.12.0
11862026-07-30T01:56:59.824Z Downloaded defmt v1.0.1
11872026-07-30T01:56:59.824Z Downloaded num_enum_derive v0.7.6
11882026-07-30T01:56:59.824Z Downloaded progenitor-extras v0.2.0
11892026-07-30T01:56:59.824Z Downloaded unicode-normalization v0.1.25
11902026-07-30T01:56:59.824Z Downloaded tungstenite v0.23.0
11912026-07-30T01:56:59.824Z Downloaded oxnet v0.1.6
11922026-07-30T01:56:59.824Z Downloaded yoke v0.8.1
11932026-07-30T01:56:59.824Z Downloaded postgres-protocol v0.6.10
11942026-07-30T01:56:59.824Z Downloaded oxide-update-engine-display v0.1.2
11952026-07-30T01:56:59.824Z Downloaded rustls-pemfile v2.2.0
11962026-07-30T01:56:59.825Z Downloaded crossterm v0.29.0
11972026-07-30T01:56:59.825Z Downloaded aws-lc-rs v1.16.3
11982026-07-30T01:56:59.825Z Downloaded native-tls v0.2.18
11992026-07-30T01:56:59.825Z Downloaded tinystr v0.8.2
12002026-07-30T01:56:59.825Z Downloaded libsw v3.5.0
12012026-07-30T01:56:59.829Z Downloaded litemap v0.8.1
12022026-07-30T01:56:59.829Z Downloaded qorb v0.4.1
12032026-07-30T01:56:59.829Z Downloaded jiff-core v0.1.0
12042026-07-30T01:56:59.833Z Downloaded crc v3.4.0
12052026-07-30T01:56:59.838Z Downloaded crypto-primes v0.7.2
12062026-07-30T01:56:59.841Z Downloaded smallvec v0.6.14
12072026-07-30T01:56:59.854Z Downloaded derive-ex v0.1.8
12082026-07-30T01:56:59.858Z Downloaded derive-where v1.6.0
12092026-07-30T01:56:59.862Z Downloaded bindgen v0.71.1
12102026-07-30T01:56:59.866Z Downloaded tinyvec v1.10.0
12112026-07-30T01:56:59.869Z Downloaded nom v7.1.3
12122026-07-30T01:56:59.869Z Downloaded p521 v0.14.0
12132026-07-30T01:56:59.873Z Downloaded der v0.7.10
12142026-07-30T01:56:59.876Z Downloaded toml_edit v0.19.15
12152026-07-30T01:56:59.881Z Downloaded num-bigint-dig v0.8.6
12162026-07-30T01:56:59.885Z Downloaded num-traits v0.2.19
12172026-07-30T01:56:59.889Z Downloaded itertools v0.14.0
12182026-07-30T01:56:59.892Z Downloaded thread_local v1.1.9
12192026-07-30T01:56:59.892Z Downloaded itertools v0.15.0
12202026-07-30T01:56:59.896Z Downloaded crossterm v0.28.1
12212026-07-30T01:56:59.899Z Downloaded subprocess v0.2.15
12222026-07-30T01:56:59.899Z Downloaded rcgen v0.12.1
12232026-07-30T01:56:59.903Z Downloaded ingot-macros v0.2.0
12242026-07-30T01:56:59.903Z Downloaded unicode-properties v0.1.4
12252026-07-30T01:56:59.903Z Downloaded regex v1.12.3
12262026-07-30T01:56:59.908Z Downloaded slog v2.8.2
12272026-07-30T01:56:59.908Z Downloaded test-strategy v0.4.5
12282026-07-30T01:56:59.914Z Downloaded serde-hex v0.1.0
12292026-07-30T01:56:59.914Z Downloaded schemars v0.8.22
12302026-07-30T01:56:59.918Z Downloaded vergen v9.1.0
12312026-07-30T01:56:59.921Z Downloaded winnow v0.6.26
12322026-07-30T01:56:59.925Z Downloaded zopfli v0.8.3
12332026-07-30T01:56:59.929Z Downloaded uuid v1.23.4
12342026-07-30T01:56:59.929Z Downloaded vcpkg v0.2.15
12352026-07-30T01:56:59.949Z Downloaded reqwest v0.12.28
12362026-07-30T01:56:59.952Z Downloaded idna v1.1.0
12372026-07-30T01:56:59.956Z Downloaded zlib-rs v0.6.2
12382026-07-30T01:56:59.959Z Downloaded object v0.30.4
12392026-07-30T01:56:59.962Z Downloaded crypto-bigint v0.5.5
12402026-07-30T01:56:59.966Z Downloaded socket2 v0.6.3
12412026-07-30T01:56:59.969Z Downloaded chrono v0.4.45
12422026-07-30T01:56:59.972Z Downloaded darling_core v0.21.3
12432026-07-30T01:56:59.975Z Downloaded tough v0.22.0
12442026-07-30T01:56:59.979Z Downloaded hyper-util v0.1.20
12452026-07-30T01:56:59.984Z Downloaded itertools v0.10.5
12462026-07-30T01:56:59.988Z Downloaded ed25519-dalek v3.0.0
12472026-07-30T01:56:59.988Z Downloaded reedline v0.40.0
12482026-07-30T01:56:59.991Z Downloaded salty v0.3.0
12492026-07-30T01:56:59.994Z Downloaded icu_locale_core v2.1.1
12502026-07-30T01:57:00.006Z Downloaded x509-cert v0.2.5
12512026-07-30T01:57:00.009Z Downloaded goblin v0.10.5
12522026-07-30T01:57:00.010Z Downloaded ssh-key v0.7.0-rc.11
12532026-07-30T01:57:00.010Z Downloaded rand v0.9.2
12542026-07-30T01:57:00.018Z Downloaded diesel_derives v2.3.7
12552026-07-30T01:57:00.021Z Downloaded der v0.8.0
12562026-07-30T01:57:00.021Z Downloaded zerovec v0.11.5
12572026-07-30T01:57:00.021Z Downloaded publicsuffix v2.3.0
12582026-07-30T01:57:00.022Z Downloaded unicode-segmentation v1.12.0
12592026-07-30T01:57:00.026Z Downloaded winnow v0.5.40
12602026-07-30T01:57:00.030Z Downloaded winnow v1.0.3
12612026-07-30T01:57:00.035Z Downloaded schemars v0.9.0
12622026-07-30T01:57:00.039Z Downloaded p384 v0.14.0
12632026-07-30T01:57:00.042Z Downloaded crossbeam-channel v0.5.15
12642026-07-30T01:57:00.045Z Downloaded petname v2.0.2
12652026-07-30T01:57:00.049Z Downloaded tower v0.5.3
12662026-07-30T01:57:00.053Z Downloaded sha3 v0.12.0
12672026-07-30T01:57:00.056Z Downloaded zerocopy v0.8.40
12682026-07-30T01:57:00.075Z Downloaded proptest v1.10.0
12692026-07-30T01:57:00.079Z Downloaded libm v0.2.16
12702026-07-30T01:57:00.082Z Downloaded bstr v1.12.1
12712026-07-30T01:57:00.089Z Downloaded itertools v0.13.0
12722026-07-30T01:57:00.098Z Downloaded hickory-proto v0.24.4
12732026-07-30T01:57:00.105Z Downloaded regex-syntax v0.6.29
12742026-07-30T01:57:00.119Z Downloaded regress v0.10.5
12752026-07-30T01:57:00.125Z Downloaded radix_trie v0.2.1
12762026-07-30T01:57:00.139Z Downloaded dropshot-api-manager v0.7.2
12772026-07-30T01:57:00.143Z Downloaded serde_with v3.21.0
12782026-07-30T01:57:00.149Z Downloaded iri-string v0.7.10
12792026-07-30T01:57:00.159Z Downloaded iddqd v0.4.2
12802026-07-30T01:57:00.175Z Downloaded openssl v0.10.79
12812026-07-30T01:57:00.182Z Downloaded moka v0.12.13
12822026-07-30T01:57:00.188Z Downloaded icu_properties_data v2.1.2
12832026-07-30T01:57:00.193Z Downloaded tabled v0.20.0
12842026-07-30T01:57:00.202Z Downloaded time v0.3.47
12852026-07-30T01:57:00.211Z Downloaded nix v0.31.2
12862026-07-30T01:57:00.220Z Downloaded polar-core v0.27.3
12872026-07-30T01:57:00.226Z Downloaded russh v0.62.4
12882026-07-30T01:57:00.231Z Downloaded curve25519-dalek v4.1.3
12892026-07-30T01:57:00.234Z Downloaded nix v0.27.1
12902026-07-30T01:57:00.237Z Downloaded lalrpop v0.19.12
12912026-07-30T01:57:00.241Z Downloaded smoltcp v0.9.1
12922026-07-30T01:57:00.247Z Downloaded rustls v0.23.41
12932026-07-30T01:57:00.254Z Downloaded sqlparser v0.61.0
12942026-07-30T01:57:00.258Z Downloaded openapiv3 v2.2.0
12952026-07-30T01:57:00.265Z Downloaded hickory-proto v0.25.2
12962026-07-30T01:57:00.273Z Downloaded object v0.37.3
12972026-07-30T01:57:00.279Z Downloaded regex-syntax v0.8.10
12982026-07-30T01:57:00.290Z Downloaded dropshot v0.17.1
12992026-07-30T01:57:00.301Z Downloaded nix v0.28.0
13002026-07-30T01:57:00.307Z Downloaded quinn-proto v0.11.16
13012026-07-30T01:57:00.311Z Downloaded curve25519-dalek v5.0.0
13022026-07-30T01:57:00.316Z Downloaded crypto-bigint v0.7.5
13032026-07-30T01:57:00.324Z Downloaded sled v0.34.7
13042026-07-30T01:57:00.331Z Downloaded regress v0.11.1
13052026-07-30T01:57:00.344Z Downloaded typify-impl v0.6.2
13062026-07-30T01:57:00.352Z Downloaded smoltcp v0.11.0
13072026-07-30T01:57:00.404Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-07-30T01:57:00.413Z Downloaded rustix v0.38.44
13092026-07-30T01:57:00.413Z Downloaded zerocopy-derive v0.6.6
13102026-07-30T01:57:00.413Z Downloaded diesel v2.3.7
13112026-07-30T01:57:00.421Z Downloaded sha3 v0.11.0
13122026-07-30T01:57:00.428Z Downloaded jiff v0.2.34
13132026-07-30T01:57:00.433Z Downloaded tracing v0.1.44
13142026-07-30T01:57:00.445Z Downloaded chrono-tz v0.10.4
13152026-07-30T01:57:00.456Z Downloaded petgraph v0.6.5
13162026-07-30T01:57:00.467Z Downloaded petgraph v0.8.3
13172026-07-30T01:57:00.480Z Downloaded sha3 v0.10.8
13182026-07-30T01:57:00.483Z Downloaded ratatui v0.29.0
13192026-07-30T01:57:00.517Z Downloaded regex-automata v0.4.14
13202026-07-30T01:57:00.565Z Downloaded libz-sys v1.1.24
13212026-07-30T01:57:00.578Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13222026-07-30T01:57:00.608Z Downloaded csv v1.4.0
13232026-07-30T01:57:00.621Z Downloaded tokio v1.52.1
13242026-07-30T01:57:00.680Z Downloaded encoding_rs v0.8.35
13252026-07-30T01:57:00.707Z Downloaded ring v0.17.14
13262026-07-30T01:57:00.739Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-07-30T01:57:01.016Z Downloaded aws-lc-sys v0.40.0
13282026-07-30T01:57:01.271Z Compiling libc v0.2.185
13292026-07-30T01:57:01.272Z Compiling serde_core v1.0.228
13302026-07-30T01:57:01.272Z Compiling serde v1.0.228
13312026-07-30T01:57:01.275Z Compiling log v0.4.29
13322026-07-30T01:57:01.275Z Compiling smallvec v1.15.1
13332026-07-30T01:57:01.275Z Compiling shlex v1.3.0
13342026-07-30T01:57:01.275Z Compiling find-msvc-tools v0.1.9
13352026-07-30T01:57:01.275Z Compiling syn v2.0.117
13362026-07-30T01:57:01.638Z Compiling subtle v2.6.1
13372026-07-30T01:57:01.652Z Compiling scopeguard v1.2.0
13382026-07-30T01:57:01.680Z Compiling stable_deref_trait v1.2.1
13392026-07-30T01:57:01.690Z Compiling typenum v1.20.1
13402026-07-30T01:57:01.757Z Compiling lock_api v0.4.14
13412026-07-30T01:57:01.757Z Compiling zerocopy v0.8.40
13422026-07-30T01:57:01.796Z Compiling portable-atomic v1.13.1
13432026-07-30T01:57:01.814Z Compiling serde_json v1.0.151
13442026-07-30T01:57:01.993Z Compiling critical-section v1.2.0
13452026-07-30T01:57:02.025Z Compiling libm v0.2.16
13462026-07-30T01:57:02.094Z Compiling num-traits v0.2.19
13472026-07-30T01:57:02.168Z Compiling pkg-config v0.3.32
13482026-07-30T01:57:02.272Z Compiling errno v0.3.14
13492026-07-30T01:57:02.278Z Compiling jobserver v0.1.34
13502026-07-30T01:57:02.311Z Compiling getrandom v0.2.17
13512026-07-30T01:57:02.457Z Compiling rand_core v0.6.4
13522026-07-30T01:57:02.530Z Compiling cc v1.2.56
13532026-07-30T01:57:02.694Z Compiling generic-array v0.14.7
13542026-07-30T01:57:02.722Z Compiling once_cell v1.21.3
13552026-07-30T01:57:02.781Z Compiling getrandom v0.4.1
13562026-07-30T01:57:02.811Z Compiling parking_lot_core v0.9.12
13572026-07-30T01:57:02.882Z Compiling const-oid v0.9.6
13582026-07-30T01:57:02.926Z Compiling pin-project-lite v0.2.17
13592026-07-30T01:57:03.066Z Compiling rand_core v0.10.0
13602026-07-30T01:57:03.499Z Compiling signal-hook-registry v1.4.8
13612026-07-30T01:57:03.532Z Compiling bitflags v2.11.0
13622026-07-30T01:57:03.717Z Compiling percent-encoding v2.3.2
13632026-07-30T01:57:03.742Z Compiling futures-core v0.3.32
13642026-07-30T01:57:03.777Z Compiling litemap v0.8.1
13652026-07-30T01:57:03.784Z Compiling writeable v0.6.2
13662026-07-30T01:57:03.871Z Compiling semver v1.0.28
13672026-07-30T01:57:03.875Z Compiling parking_lot v0.12.5
13682026-07-30T01:57:03.900Z Compiling mio v1.2.0
13692026-07-30T01:57:03.958Z Compiling icu_normalizer_data v2.1.1
13702026-07-30T01:57:04.004Z Compiling icu_properties_data v2.1.2
13712026-07-30T01:57:04.205Z Compiling socket2 v0.6.3
13722026-07-30T01:57:04.263Z Compiling getrandom v0.3.4
13732026-07-30T01:57:04.276Z Compiling futures-sink v0.3.32
13742026-07-30T01:57:04.276Z Compiling indexmap v2.14.0
13752026-07-30T01:57:04.322Z Compiling synstructure v0.13.2
13762026-07-30T01:57:04.377Z Compiling futures-channel v0.3.32
13772026-07-30T01:57:04.462Z Compiling slab v0.4.12
13782026-07-30T01:57:04.548Z Compiling futures-io v0.3.32
13792026-07-30T01:57:04.611Z Compiling rustix v1.1.3
13802026-07-30T01:57:04.618Z Compiling futures-task v0.3.32
13812026-07-30T01:57:04.754Z Compiling utf8_iter v1.0.4
13822026-07-30T01:57:04.767Z Compiling form_urlencoded v1.2.2
13832026-07-30T01:57:04.812Z Compiling rustversion v1.0.22
13842026-07-30T01:57:04.907Z Compiling iana-time-zone v0.1.65
13852026-07-30T01:57:04.926Z Compiling base64ct v1.8.3
13862026-07-30T01:57:04.940Z Compiling cmake v0.1.57
13872026-07-30T01:57:04.952Z Compiling dunce v1.0.5
13882026-07-30T01:57:05.046Z Compiling flagset v0.4.7
13892026-07-30T01:57:05.104Z Compiling fs_extra v1.3.0
13902026-07-30T01:57:05.117Z Compiling ident_case v1.0.1
13912026-07-30T01:57:05.180Z Compiling pem-rfc7468 v0.7.0
13922026-07-30T01:57:05.211Z Compiling regex-syntax v0.8.10
13932026-07-30T01:57:05.239Z Compiling rand_core v0.9.5
13942026-07-30T01:57:05.332Z Compiling uuid v1.23.4
13952026-07-30T01:57:05.387Z Compiling aws-lc-sys v0.40.0
13962026-07-30T01:57:05.479Z Compiling base64 v0.22.1
13972026-07-30T01:57:05.517Z Compiling vcpkg v0.2.15
13982026-07-30T01:57:05.781Z Compiling syn v1.0.109
13992026-07-30T01:57:05.815Z Compiling serde_derive_internals v0.29.1
14002026-07-30T01:57:06.108Z Compiling rustc_version v0.4.1
14012026-07-30T01:57:06.133Z Compiling serde_derive v1.0.228
14022026-07-30T01:57:06.176Z Compiling zeroize_derive v1.5.0
14032026-07-30T01:57:06.247Z Compiling zerocopy-derive v0.8.40
14042026-07-30T01:57:06.352Z Compiling zerofrom-derive v0.1.6
14052026-07-30T01:57:06.366Z Compiling yoke-derive v0.8.1
14062026-07-30T01:57:06.740Z Compiling zerovec-derive v0.11.2
14072026-07-30T01:57:06.814Z Compiling zeroize v1.9.0
14082026-07-30T01:57:07.024Z Compiling displaydoc v0.2.5
14092026-07-30T01:57:07.583Z Compiling tokio-macros v2.7.0
14102026-07-30T01:57:07.769Z Compiling zerofrom v0.1.6
14112026-07-30T01:57:07.790Z Compiling futures-macro v0.3.32
14122026-07-30T01:57:07.867Z Compiling yoke v0.8.1
14132026-07-30T01:57:07.890Z Compiling der_derive v0.7.3
14142026-07-30T01:57:08.057Z Compiling zerovec v0.11.5
14152026-07-30T01:57:08.157Z Compiling zerotrie v0.2.3
14162026-07-30T01:57:08.354Z Compiling crypto-common v0.1.7
14172026-07-30T01:57:08.465Z Compiling block-buffer v0.10.4
14182026-07-30T01:57:08.503Z Compiling thiserror-impl v2.0.18
14192026-07-30T01:57:08.609Z Compiling tinystr v0.8.2
14202026-07-30T01:57:08.631Z Compiling potential_utf v0.1.4
14212026-07-30T01:57:08.643Z Compiling digest v0.10.7
14222026-07-30T01:57:08.797Z Compiling icu_locale_core v2.1.1
14232026-07-30T01:57:08.809Z Compiling icu_collections v2.1.1
14242026-07-30T01:57:08.890Z Compiling futures-util v0.3.32
14252026-07-30T01:57:08.908Z Compiling der v0.7.10
14262026-07-30T01:57:09.291Z Compiling openssl-sys v0.9.115
14272026-07-30T01:57:09.656Z Compiling bytes v1.11.1
14282026-07-30T01:57:09.681Z Compiling icu_provider v2.1.1
14292026-07-30T01:57:09.808Z Compiling chrono v0.4.45
14302026-07-30T01:57:09.834Z Compiling thiserror v2.0.18
14312026-07-30T01:57:09.940Z Compiling icu_properties v2.1.2
14322026-07-30T01:57:09.980Z Compiling icu_normalizer v2.1.1
14332026-07-30T01:57:10.081Z Compiling spki v0.7.3
14342026-07-30T01:57:10.269Z Compiling tokio v1.52.1
14352026-07-30T01:57:10.289Z Compiling http v1.4.2
14362026-07-30T01:57:10.497Z Compiling tracing-attributes v0.1.31
14372026-07-30T01:57:10.755Z Compiling ppv-lite86 v0.2.21
14382026-07-30T01:57:11.011Z Compiling idna_adapter v1.2.1
14392026-07-30T01:57:11.084Z Compiling rand_chacha v0.9.0
14402026-07-30T01:57:11.144Z Compiling idna v1.1.0
14412026-07-30T01:57:11.157Z Compiling tracing-core v0.1.36
14422026-07-30T01:57:11.173Z Compiling schemars v0.8.22
14432026-07-30T01:57:11.190Z Compiling dyn-clone v1.0.20
14442026-07-30T01:57:11.321Z Compiling cpufeatures v0.2.17
14452026-07-30T01:57:11.369Z Compiling aws-lc-rs v1.16.3
14462026-07-30T01:57:11.416Z Compiling rand v0.9.2
14472026-07-30T01:57:11.647Z Compiling url v2.5.8
14482026-07-30T01:57:11.695Z Compiling http-body v1.0.1
14492026-07-30T01:57:11.777Z Compiling pkcs8 v0.10.2
14502026-07-30T01:57:11.788Z Compiling tracing v0.1.44
14512026-07-30T01:57:11.838Z Compiling rustls-pki-types v1.14.0
14522026-07-30T01:57:11.857Z Compiling schemars_derive v0.8.22
14532026-07-30T01:57:12.055Z Compiling spin v0.9.8
14542026-07-30T01:57:12.195Z Compiling httparse v1.10.1
14552026-07-30T01:57:12.299Z Compiling crc32fast v1.5.0
14562026-07-30T01:57:12.314Z Compiling tinyvec_macros v0.1.1
14572026-07-30T01:57:12.354Z Compiling openssl-probe v0.2.1
14582026-07-30T01:57:12.426Z Compiling cmov v0.5.4
14592026-07-30T01:57:12.512Z Compiling tempfile v3.25.0
14602026-07-30T01:57:12.536Z Compiling tinyvec v1.10.0
14612026-07-30T01:57:12.570Z Compiling pest_generator v2.8.6
14622026-07-30T01:57:12.616Z Compiling ctutils v0.4.2
14632026-07-30T01:57:12.859Z Compiling sha2 v0.10.9
14642026-07-30T01:57:12.879Z Compiling aho-corasick v1.1.4
14652026-07-30T01:57:12.886Z Compiling atomic-waker v1.1.2
14662026-07-30T01:57:13.011Z Compiling tower-service v0.3.3
14672026-07-30T01:57:13.124Z Compiling tower-layer v0.3.3
14682026-07-30T01:57:13.281Z Compiling radium v0.7.0
14692026-07-30T01:57:13.296Z Compiling try-lock v0.2.5
14702026-07-30T01:57:13.402Z Compiling untrusted v0.7.1
14712026-07-30T01:57:13.534Z Compiling want v0.3.1
14722026-07-30T01:57:13.560Z Compiling pest_derive v2.8.6
14732026-07-30T01:57:13.705Z Compiling hybrid-array v0.4.13
14742026-07-30T01:57:13.994Z Compiling tokio-util v0.7.18
14752026-07-30T01:57:14.171Z Compiling regex-automata v0.4.14
14762026-07-30T01:57:14.567Z Compiling ipnet v2.11.0
14772026-07-30T01:57:14.583Z Compiling scroll_derive v0.13.1
14782026-07-30T01:57:14.761Z Compiling h2 v0.4.15
14792026-07-30T01:57:15.012Z Compiling darling_core v0.20.11
14802026-07-30T01:57:15.042Z Compiling rustls v0.23.41
14812026-07-30T01:57:15.209Z Compiling httpdate v1.0.3
14822026-07-30T01:57:15.352Z Compiling openssl v0.10.79
14832026-07-30T01:57:15.455Z Compiling untrusted v0.9.0
14842026-07-30T01:57:15.550Z Compiling tap v1.0.1
14852026-07-30T01:57:15.575Z Compiling simd-adler32 v0.3.8
14862026-07-30T01:57:15.659Z Compiling maybe-uninit v2.0.0
14872026-07-30T01:57:15.816Z Compiling foreign-types-shared v0.1.1
14882026-07-30T01:57:15.858Z Compiling wyz v0.5.1
14892026-07-30T01:57:15.895Z Compiling foreign-types v0.3.2
14902026-07-30T01:57:15.946Z Compiling scroll v0.13.0
14912026-07-30T01:57:15.971Z Compiling unicode-normalization v0.1.25
14922026-07-30T01:57:16.148Z Compiling rand_chacha v0.3.1
14932026-07-30T01:57:16.236Z Compiling hex v0.4.3
14942026-07-30T01:57:16.415Z Compiling signature v2.2.0
14952026-07-30T01:57:16.419Z Compiling openssl-macros v0.1.1
14962026-07-30T01:57:16.465Z Compiling thiserror-impl v1.0.69
14972026-07-30T01:57:16.592Z Compiling terminal_size v0.4.3
14982026-07-30T01:57:16.730Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-07-30T01:57:16.815Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-07-30T01:57:16.909Z Compiling num-integer v0.1.46
15012026-07-30T01:57:17.097Z Compiling wait-timeout v0.2.1
15022026-07-30T01:57:17.105Z Compiling ahash v0.8.12
15032026-07-30T01:57:17.217Z Compiling powerfmt v0.2.0
15042026-07-30T01:57:17.236Z Compiling darling_macro v0.20.11
15052026-07-30T01:57:17.305Z Compiling native-tls v0.2.18
15062026-07-30T01:57:17.348Z Compiling num-bigint-dig v0.8.6
15072026-07-30T01:57:17.415Z Compiling bit-vec v0.8.0
15082026-07-30T01:57:17.504Z Compiling num-conv v0.2.0
15092026-07-30T01:57:17.520Z Compiling quick-error v1.2.3
15102026-07-30T01:57:17.625Z Compiling packed_struct v0.10.1
15112026-07-30T01:57:17.625Z Compiling adler2 v2.0.1
15122026-07-30T01:57:17.652Z Compiling time-core v0.1.8
15132026-07-30T01:57:17.673Z Compiling funty v2.0.0
15142026-07-30T01:57:17.745Z Compiling darling v0.20.11
15152026-07-30T01:57:17.755Z Compiling miniz_oxide v0.8.9
15162026-07-30T01:57:17.789Z Compiling hyper v1.10.1
15172026-07-30T01:57:17.801Z Compiling time-macros v0.2.27
15182026-07-30T01:57:17.889Z Compiling thiserror v1.0.69
15192026-07-30T01:57:17.994Z Compiling bitvec v1.0.1
15202026-07-30T01:57:18.183Z Compiling rusty-fork v0.3.1
15212026-07-30T01:57:18.362Z Compiling bit-set v0.8.0
15222026-07-30T01:57:18.428Z Compiling clap_builder v4.6.0
15232026-07-30T01:57:18.464Z Compiling deranged v0.5.8
15242026-07-30T01:57:18.544Z Compiling num-iter v0.1.45
15252026-07-30T01:57:19.418Z Compiling hyper-util v0.1.20
15262026-07-30T01:57:19.434Z Compiling rand v0.8.6
15272026-07-30T01:57:19.462Z Compiling goblin v0.10.5
15282026-07-30T01:57:19.675Z Compiling packed_struct_codegen v0.10.1
15292026-07-30T01:57:20.208Z Compiling lazy_static v1.5.0
15302026-07-30T01:57:20.301Z Compiling serde_spanned v0.6.9
15312026-07-30T01:57:20.444Z Compiling toml_datetime v0.6.11
15322026-07-30T01:57:20.779Z Compiling hmac v0.12.1
15332026-07-30T01:57:20.796Z Compiling clap_derive v4.6.1
15342026-07-30T01:57:20.847Z Compiling zerocopy-derive v0.6.6
15352026-07-30T01:57:21.105Z Compiling bitfield-macros v0.19.4
15362026-07-30T01:57:21.374Z Compiling anstyle-parse v0.2.7
15372026-07-30T01:57:21.564Z Compiling rand_xorshift v0.4.0
15382026-07-30T01:57:21.658Z Compiling sync_wrapper v1.0.2
15392026-07-30T01:57:21.713Z Compiling indexmap v1.9.3
15402026-07-30T01:57:21.765Z Compiling num_threads v0.1.7
15412026-07-30T01:57:21.795Z Compiling paste v1.0.15
15422026-07-30T01:57:21.825Z Compiling crc-catalog v2.4.0
15432026-07-30T01:57:21.862Z Compiling siphasher v1.0.2
15442026-07-30T01:57:21.894Z Compiling zlib-rs v0.6.2
15452026-07-30T01:57:21.923Z Compiling nodrop v0.1.14
15462026-07-30T01:57:22.008Z Compiling unarray v0.1.4
15472026-07-30T01:57:22.038Z Compiling crossbeam-utils v0.8.21
15482026-07-30T01:57:22.051Z Compiling usdt-impl v0.6.0
15492026-07-30T01:57:22.117Z Compiling dof v0.4.0
15502026-07-30T01:57:22.279Z Compiling proptest v1.10.0
15512026-07-30T01:57:22.390Z Compiling array-init v0.0.4
15522026-07-30T01:57:22.445Z Compiling clap v4.6.1
15532026-07-30T01:57:22.546Z Compiling crc v3.4.0
15542026-07-30T01:57:22.712Z Compiling time v0.3.47
15552026-07-30T01:57:22.740Z Compiling bitfield v0.19.4
15562026-07-30T01:57:23.026Z Compiling tower v0.5.3
15572026-07-30T01:57:23.349Z Compiling zerocopy v0.6.6
15582026-07-30T01:57:23.522Z Compiling anstream v0.6.21
15592026-07-30T01:57:23.887Z Compiling smallvec v0.6.14
15602026-07-30T01:57:24.273Z Compiling derive_builder_core v0.20.2
15612026-07-30T01:57:24.438Z Compiling dtrace-parser v0.3.0
15622026-07-30T01:57:24.927Z Compiling flate2 v1.1.9
15632026-07-30T01:57:25.097Z Compiling ipnetwork v0.21.1
15642026-07-30T01:57:25.123Z Compiling pkcs1 v0.7.5
15652026-07-30T01:57:25.134Z Compiling http-body-util v0.1.3
15662026-07-30T01:57:25.172Z Compiling heapless v0.7.17
15672026-07-30T01:57:25.313Z Compiling structmeta-derive v0.3.0
15682026-07-30T01:57:25.378Z Compiling scroll_derive v0.12.1
15692026-07-30T01:57:25.397Z Compiling slog v2.8.2
15702026-07-30T01:57:25.489Z Compiling darling_core v0.23.0
15712026-07-30T01:57:25.511Z Compiling thread-id v5.1.0
15722026-07-30T01:57:25.560Z Compiling cookie v0.18.1
15732026-07-30T01:57:25.794Z Compiling env_filter v1.0.0
15742026-07-30T01:57:25.805Z Compiling anyhow v1.0.102
15752026-07-30T01:57:25.872Z Compiling ryu v1.0.23
15762026-07-30T01:57:26.034Z Compiling allocator-api2 v0.2.21
15772026-07-30T01:57:26.216Z Compiling unicode-bidi v0.3.18
15782026-07-30T01:57:26.477Z Compiling zstd-safe v7.2.4
15792026-07-30T01:57:26.525Z Compiling winnow v0.5.40
15802026-07-30T01:57:26.525Z Compiling hashbrown v0.12.3
15812026-07-30T01:57:26.525Z Compiling iri-string v0.7.10
15822026-07-30T01:57:26.572Z Compiling signal-hook v0.3.18
15832026-07-30T01:57:26.728Z Compiling base64 v0.21.7
15842026-07-30T01:57:26.827Z Compiling unicode-properties v0.1.4
15852026-07-30T01:57:27.024Z Compiling stringprep v0.1.5
15862026-07-30T01:57:27.047Z Compiling ron v0.8.1
15872026-07-30T01:57:27.698Z Compiling toml_edit v0.19.15
15882026-07-30T01:57:27.881Z Compiling tower-http v0.6.8
15892026-07-30T01:57:27.931Z Compiling structmeta v0.3.0
15902026-07-30T01:57:27.993Z Compiling darling_macro v0.23.0
15912026-07-30T01:57:28.098Z Compiling scroll v0.12.0
15922026-07-30T01:57:28.263Z Compiling serde_urlencoded v0.7.1
15932026-07-30T01:57:28.300Z Compiling env_logger v0.11.9
15942026-07-30T01:57:28.488Z Compiling rsa v0.9.10
15952026-07-30T01:57:28.502Z Compiling oxnet v0.1.6
15962026-07-30T01:57:28.882Z Compiling derive_builder_macro v0.20.2
15972026-07-30T01:57:28.999Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15982026-07-30T01:57:29.026Z Compiling newtype-uuid v1.3.2
15992026-07-30T01:57:29.277Z Compiling hashbrown v0.13.2
16002026-07-30T01:57:29.333Z Compiling bzip2 v0.4.4
16012026-07-30T01:57:29.408Z Compiling serde-hex v0.1.0
16022026-07-30T01:57:29.536Z Compiling tokio-native-tls v0.3.1
16032026-07-30T01:57:29.669Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16042026-07-30T01:57:29.734Z Compiling camino v1.2.2
16052026-07-30T01:57:30.356Z Compiling bstr v1.12.1
16062026-07-30T01:57:30.724Z Compiling crypto-common v0.2.2
16072026-07-30T01:57:30.813Z Compiling block-padding v0.4.2
16082026-07-30T01:57:30.839Z Compiling block-buffer v0.12.1
16092026-07-30T01:57:30.985Z Compiling rustls-native-certs v0.8.3
16102026-07-30T01:57:30.994Z Compiling x509-cert v0.2.5
16112026-07-30T01:57:31.072Z Compiling serde_tokenstream v0.2.3
16122026-07-30T01:57:31.274Z Compiling erased-serde v0.3.31
16132026-07-30T01:57:31.399Z Compiling md-5 v0.10.6
16142026-07-30T01:57:31.633Z Compiling curve25519-dalek v4.1.3
16152026-07-30T01:57:31.740Z Compiling pin-project-internal v1.1.11
16162026-07-30T01:57:31.789Z Compiling daft-derive v0.1.7
16172026-07-30T01:57:31.860Z Compiling async-trait v0.1.89
16182026-07-30T01:57:32.043Z Compiling zerocopy-derive v0.7.35
16192026-07-30T01:57:32.441Z Compiling vergen-lib v9.1.0
16202026-07-30T01:57:32.620Z Compiling hash32 v0.2.1
16212026-07-30T01:57:32.663Z Compiling memoffset v0.9.1
16222026-07-30T01:57:32.664Z Compiling encoding_rs v0.8.35
16232026-07-30T01:57:32.763Z Compiling mime v0.3.17
16242026-07-30T01:57:33.220Z Compiling fallible-iterator v0.2.0
16252026-07-30T01:57:33.432Z Compiling psl-types v2.0.11
16262026-07-30T01:57:33.432Z Compiling rustix v0.38.44
16272026-07-30T01:57:33.432Z Compiling cfg_aliases v0.2.1
16282026-07-30T01:57:33.432Z Compiling smoltcp v0.9.1
16292026-07-30T01:57:33.432Z Compiling ref-cast v1.0.25
16302026-07-30T01:57:33.432Z Compiling crc-any v2.5.0
16312026-07-30T01:57:33.432Z Compiling litrs v1.0.0
16322026-07-30T01:57:33.514Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-07-30T01:57:33.514Z Compiling postgres-protocol v0.6.10
16342026-07-30T01:57:33.514Z Compiling nix v0.31.2
16352026-07-30T01:57:33.514Z Compiling publicsuffix v2.3.0
16362026-07-30T01:57:37.270Z Compiling zerocopy v0.7.35
16372026-07-30T01:57:37.421Z Compiling document-features v0.2.12
16382026-07-30T01:57:37.422Z Compiling pin-project v1.1.11
16392026-07-30T01:57:37.422Z Compiling daft v0.1.7
16402026-07-30T01:57:37.422Z Compiling inout v0.2.2
16412026-07-30T01:57:37.422Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-07-30T01:57:37.422Z Compiling object v0.30.4
16432026-07-30T01:57:37.422Z Compiling hyper-tls v0.6.0
16442026-07-30T01:57:37.422Z Compiling zip v0.6.6
16452026-07-30T01:57:37.422Z Compiling derive_builder v0.20.2
16462026-07-30T01:57:37.422Z Compiling toml v0.7.8
16472026-07-30T01:57:37.422Z Compiling darling v0.23.0
16482026-07-30T01:57:37.422Z Compiling goblin v0.8.2
16492026-07-30T01:57:37.422Z Compiling derive-ex v0.1.8
16502026-07-30T01:57:37.422Z Compiling phf_shared v0.13.1
16512026-07-30T01:57:37.422Z Compiling regex v1.12.3
16522026-07-30T01:57:37.422Z Compiling hubpack_derive v0.1.1
16532026-07-30T01:57:37.422Z Compiling futures-executor v0.3.32
16542026-07-30T01:57:37.422Z Compiling ref-cast-impl v1.0.25
16552026-07-30T01:57:37.422Z Compiling snafu-derive v0.8.9
16562026-07-30T01:57:37.422Z Compiling strum_macros v0.27.2
16572026-07-30T01:57:37.422Z Compiling curve25519-dalek-derive v0.1.1
16582026-07-30T01:57:37.422Z Compiling vergen v9.1.0
16592026-07-30T01:57:37.422Z Compiling cargo-platform v0.3.2
16602026-07-30T01:57:37.422Z Compiling ff v0.13.1
16612026-07-30T01:57:37.422Z Compiling fs-err v3.3.0
16622026-07-30T01:57:37.422Z Compiling base16ct v0.2.0
16632026-07-30T01:57:37.422Z Compiling managed v0.8.0
16642026-07-30T01:57:37.422Z Compiling bumpalo v3.20.2
16652026-07-30T01:57:37.422Z Compiling path-slash v0.1.5
16662026-07-30T01:57:37.422Z Compiling foldhash v0.1.5
16672026-07-30T01:57:37.423Z Compiling object v0.37.3
16682026-07-30T01:57:37.423Z Compiling libbz2-rs-sys v0.2.2
16692026-07-30T01:57:37.423Z Compiling unicode-segmentation v1.12.0
16702026-07-30T01:57:37.423Z Compiling foldhash v0.2.0
16712026-07-30T01:57:37.465Z Compiling jiff-core v0.1.0
16722026-07-30T01:57:37.546Z Compiling bitflags v1.3.2
16732026-07-30T01:57:37.555Z Compiling same-file v1.0.6
16742026-07-30T01:57:37.684Z Compiling walkdir v2.5.0
16752026-07-30T01:57:37.713Z Compiling bzip2 v0.6.1
16762026-07-30T01:57:37.858Z Compiling strum v0.27.2
16772026-07-30T01:57:37.911Z Compiling hashbrown v0.16.1
16782026-07-30T01:57:38.147Z Compiling snafu v0.8.9
16792026-07-30T01:57:38.157Z Compiling hashbrown v0.15.5
16802026-07-30T01:57:38.157Z Compiling zopfli v0.8.3
16812026-07-30T01:57:38.336Z Compiling jiff v0.2.34
16822026-07-30T01:57:38.445Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16832026-07-30T01:57:38.534Z Compiling sec1 v0.7.3
16842026-07-30T01:57:38.563Z Compiling cargo_metadata v0.23.1
16852026-07-30T01:57:38.641Z Compiling group v0.13.0
16862026-07-30T01:57:38.670Z Compiling dof v0.3.0
16872026-07-30T01:57:38.891Z Compiling test-strategy v0.4.5
16882026-07-30T01:57:39.510Z Compiling hubpack v0.1.2
16892026-07-30T01:57:39.729Z Compiling futures v0.3.32
16902026-07-30T01:57:39.809Z Compiling phf v0.13.1
16912026-07-30T01:57:39.858Z Compiling signal-hook-mio v0.2.5
16922026-07-30T01:57:39.973Z Compiling cookie_store v0.22.1
16932026-07-30T01:57:39.987Z Compiling zstd v0.13.3
16942026-07-30T01:57:40.251Z Compiling serde_with_macros v3.21.0
16952026-07-30T01:57:40.288Z Compiling reqwest v0.12.28
16962026-07-30T01:57:40.303Z Compiling cipher v0.5.2
16972026-07-30T01:57:40.619Z Compiling postgres-types v0.2.12
16982026-07-30T01:57:41.150Z Compiling usdt-macro v0.6.0
16992026-07-30T01:57:41.378Z Compiling usdt-attr-macro v0.6.0
17002026-07-30T01:57:41.776Z Compiling globset v0.4.18
17012026-07-30T01:57:41.822Z Compiling phf_shared v0.11.3
17022026-07-30T01:57:41.881Z Compiling hkdf v0.12.4
17032026-07-30T01:57:41.917Z Compiling dtrace-parser v0.2.0
17042026-07-30T01:57:42.005Z Compiling ed25519 v2.2.3
17052026-07-30T01:57:42.052Z Compiling byte-wrapper v0.1.0
17062026-07-30T01:57:42.296Z Compiling olpc-cjson v0.1.4
17072026-07-30T01:57:42.343Z Compiling serde_plain v1.0.2
17082026-07-30T01:57:42.387Z Compiling serde-big-array v0.5.1
17092026-07-30T01:57:42.436Z Compiling crypto-bigint v0.5.5
17102026-07-30T01:57:42.475Z Compiling enum-as-inner v0.6.1
17112026-07-30T01:57:42.518Z Compiling strum_macros v0.26.4
17122026-07-30T01:57:42.547Z Compiling async-recursion v1.1.1
17132026-07-30T01:57:42.660Z Compiling serde_repr v0.1.20
17142026-07-30T01:57:42.906Z Compiling pem v3.0.6
17152026-07-30T01:57:42.976Z Compiling float-cmp v0.10.0
17162026-07-30T01:57:43.167Z Compiling memmap2 v0.9.10
17172026-07-30T01:57:43.195Z Compiling thread-id v4.2.2
17182026-07-30T01:57:43.223Z Compiling static_assertions v1.1.0
17192026-07-30T01:57:43.248Z Compiling fixedbitset v0.4.2
17202026-07-30T01:57:43.342Z Compiling precomputed-hash v0.1.1
17212026-07-30T01:57:43.353Z Compiling predicates-core v1.0.10
17222026-07-30T01:57:43.372Z Compiling fixedbitset v0.5.7
17232026-07-30T01:57:43.380Z Compiling const-oid v0.10.2
17242026-07-30T01:57:43.469Z Compiling difflib v0.4.0
17252026-07-30T01:57:43.482Z Compiling whoami v2.1.0
17262026-07-30T01:57:43.582Z Compiling normalize-line-endings v0.3.0
17272026-07-30T01:57:43.682Z Compiling keccak v0.1.6
17282026-07-30T01:57:43.693Z Compiling either v1.15.0
17292026-07-30T01:57:43.864Z Compiling typed-path v0.9.3
17302026-07-30T01:57:43.896Z Compiling data-encoding v2.10.0
17312026-07-30T01:57:44.023Z Compiling winnow v1.0.3
17322026-07-30T01:57:44.074Z Compiling new_debug_unreachable v1.0.6
17332026-07-30T01:57:44.148Z Compiling cpufeatures v0.3.0
17342026-07-30T01:57:44.229Z Compiling toml_edit v0.22.27
17352026-07-30T01:57:44.319Z Compiling strum v0.26.3
17362026-07-30T01:57:44.378Z Compiling toml_parser v1.1.2+spec-1.1.0
17372026-07-30T01:57:44.420Z Compiling chacha20 v0.10.0
17382026-07-30T01:57:44.449Z Compiling hickory-proto v0.25.2
17392026-07-30T01:57:44.565Z Compiling string_cache v0.8.9
17402026-07-30T01:57:44.587Z Compiling itertools v0.13.0
17412026-07-30T01:57:44.792Z Compiling sha3 v0.10.8
17422026-07-30T01:57:44.792Z Compiling predicates v3.1.4
17432026-07-30T01:57:45.007Z Compiling tokio-postgres v0.7.16
17442026-07-30T01:57:45.049Z Compiling petgraph v0.8.3
17452026-07-30T01:57:45.242Z Compiling digest v0.11.3
17462026-07-30T01:57:45.444Z Compiling elliptic-curve v0.13.8
17472026-07-30T01:57:45.461Z Compiling petgraph v0.6.5
17482026-07-30T01:57:45.806Z Compiling usdt v0.6.0
17492026-07-30T01:57:45.836Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17502026-07-30T01:57:46.066Z Compiling usdt-impl v0.5.0
17512026-07-30T01:57:46.640Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-07-30T01:57:46.930Z Compiling ed25519-dalek v2.2.0
17532026-07-30T01:57:46.948Z Compiling crossterm v0.28.1
17542026-07-30T01:57:46.988Z Compiling serde_with v3.21.0
17552026-07-30T01:57:47.427Z Compiling zip v4.6.1
17562026-07-30T01:57:48.194Z Compiling iddqd v0.4.2
17572026-07-30T01:57:48.687Z Compiling similar v2.7.0
17582026-07-30T01:57:48.807Z Compiling heck v0.4.1
17592026-07-30T01:57:48.835Z Compiling crossbeam-epoch v0.9.18
17602026-07-30T01:57:48.933Z Compiling tokio-stream v0.1.18
17612026-07-30T01:57:49.033Z Compiling buf-list v1.1.2
17622026-07-30T01:57:49.124Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-07-30T01:57:49.222Z Compiling openapiv3 v2.2.0
17642026-07-30T01:57:49.303Z Compiling lalrpop-util v0.19.12
17652026-07-30T01:57:49.389Z Compiling peg-runtime v0.8.5
17662026-07-30T01:57:49.420Z Compiling thread_local v1.1.9
17672026-07-30T01:57:49.481Z Compiling slog-async v2.8.0
17682026-07-30T01:57:49.492Z Compiling crossbeam-channel v0.5.15
17692026-07-30T01:57:49.527Z Compiling is-terminal v0.4.17
17702026-07-30T01:57:49.627Z Compiling filetime v0.2.27
17712026-07-30T01:57:49.659Z Compiling take_mut v0.2.2
17722026-07-30T01:57:49.673Z Compiling term v1.2.1
17732026-07-30T01:57:49.773Z Compiling xattr v1.6.1
17742026-07-30T01:57:49.784Z Compiling camino-tempfile v1.4.1
17752026-07-30T01:57:49.937Z Compiling slog-term v2.9.2
17762026-07-30T01:57:49.947Z Compiling tar v0.4.46
17772026-07-30T01:57:56.404Z Compiling rustls-webpki v0.103.13
17782026-07-30T01:57:59.057Z Compiling tokio-rustls v0.26.4
17792026-07-30T01:57:59.057Z Compiling rustls-platform-verifier v0.6.2
17802026-07-30T01:57:59.062Z Compiling tough v0.22.0
17812026-07-30T01:57:59.260Z Compiling hyper-rustls v0.27.7
17822026-07-30T01:57:59.455Z Compiling reqwest v0.13.2
17832026-07-30T01:58:01.683Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-07-30T01:58:01.893Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-07-30T01:58:04.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17862026-07-30T01:58:04.946Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-07-30T01:58:05.003ZJul 30 01:58:03.764 INFO Starting download, target: Clickhouse
17882026-07-30T01:58:05.003ZJul 30 01:58:03.765 INFO Starting download, target: Console
17892026-07-30T01:58:05.007ZJul 30 01:58:03.765 INFO Starting download, target: Cockroach
17902026-07-30T01:58:05.007ZJul 30 01:58:03.765 INFO Starting download, target: DendriteStub
17912026-07-30T01:58:05.007ZJul 30 01:58:03.765 INFO Starting download, target: MaghemiteMgd
17922026-07-30T01:58:05.007ZJul 30 01:58:03.765 INFO Starting download, target: MaghemiteDdmd
17932026-07-30T01:58:05.007ZJul 30 01:58:03.765 INFO Starting download, target: TransceiverControl
17942026-07-30T01:58:05.007ZJul 30 01:58:03.765 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17952026-07-30T01:58:05.007ZJul 30 01:58:03.765 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-07-30T01:58:05.007ZJul 30 01:58:03.765 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-07-30T01:58:05.007ZJul 30 01:58:03.765 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-07-30T01:58:05.008ZJul 30 01:58:03.765 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17992026-07-30T01:58:05.008ZJul 30 01:58:03.765 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18002026-07-30T01:58:05.008ZJul 30 01:58:03.765 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-07-30T01:58:06.771ZJul 30 01:58:05.502 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18022026-07-30T01:58:06.796ZJul 30 01:58:05.548 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-07-30T01:58:07.041ZJul 30 01:58:05.795 INFO Download complete, target: Console
18042026-07-30T01:58:10.270ZJul 30 01:58:08.889 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18052026-07-30T01:58:10.448ZJul 30 01:58:09.098 INFO Download complete, target: TransceiverControl
18062026-07-30T01:58:13.555ZJul 30 01:58:12.188 INFO Checking that binary works, target: Clickhouse
18072026-07-30T01:58:13.763ZJul 30 01:58:12.291 INFO Download complete, target: Clickhouse
18082026-07-30T01:58:15.031ZJul 30 01:58:13.735 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18092026-07-30T01:58:15.061ZJul 30 01:58:13.787 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18102026-07-30T01:58:17.005ZJul 30 01:58:15.603 INFO Download complete, target: MaghemiteDdmd
18112026-07-30T01:58:17.060ZJul 30 01:58:15.653 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18122026-07-30T01:58:17.330ZJul 30 01:58:16.072 INFO Download complete, target: MaghemiteMgd
18132026-07-30T01:58:19.234ZJul 30 01:58:17.987 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18142026-07-30T01:58:19.235ZJul 30 01:58:17.987 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18152026-07-30T01:58:19.426ZJul 30 01:58:18.180 INFO Download complete, target: DendriteStub
18162026-07-30T01:58:23.794ZJul 30 01:58:22.545 INFO Checking that binary works, target: Cockroach
18172026-07-30T01:58:23.900ZJul 30 01:58:22.653 INFO Download complete, target: Cockroach
18182026-07-30T01:58:23.910ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-07-30T01:58:23.933Z
18202026-07-30T01:58:23.933Zreal 2:13.171968404
18212026-07-30T01:58:23.933Zuser 7:08.245953089
18222026-07-30T01:58:23.933Zsys 1:24.415874747
18232026-07-30T01:58:23.933Ztrap 0.235244820
18242026-07-30T01:58:23.934Ztflt 0.525682681
18252026-07-30T01:58:23.934Zdflt 0.941426708
18262026-07-30T01:58:23.934Zkflt 0.024831520
18272026-07-30T01:58:23.934Zlock 29:51.432432424
18282026-07-30T01:58:23.934Zslp 21:41.502651610
18292026-07-30T01:58:23.934Zlat 46.431287171
18302026-07-30T01:58:23.934Zstop 2:41.201666676
18312026-07-30T01:58:23.934Z+ banner hack-check
18322026-07-30T01:58:23.934Z
18332026-07-30T01:58:23.934Z # # ## #### # # #### # # ###### #### # #
18342026-07-30T01:58:23.934Z # # # # # # # # # # # # # # # # #
18352026-07-30T01:58:23.934Z ###### # # # #### ##### # ###### ##### # ####
18362026-07-30T01:58:23.934Z # # ###### # # # # # # # # # #
18372026-07-30T01:58:23.934Z # # # # # # # # # # # # # # # # #
18382026-07-30T01:58:23.934Z # # # # #### # # #### # # ###### #### # #
18392026-07-30T01:58:23.934Z
18402026-07-30T01:58:23.934Z+ export CARGO_INCREMENTAL=0
18412026-07-30T01:58:23.934Z+ CARGO_INCREMENTAL=0
18422026-07-30T01:58:23.934Z+ ptime -m timeout 2h cargo xtask check-features --ci
18432026-07-30T01:58:24.381Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-07-30T01:58:24.678Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-07-30T01:58:26.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18462026-07-30T01:58:26.923Z Running `target/debug/xtask check-features --ci`
18472026-07-30T01:58:26.923Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18482026-07-30T01:58:26.923Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18492026-07-30T01:58:27.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18502026-07-30T01:58:27.179Z Running `target/debug/xtask download cargo-hack`
18512026-07-30T01:58:27.782Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-07-30T01:58:28.076Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-07-30T01:58:30.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
18542026-07-30T01:58:30.819Z Running `target/debug/xtask-downloader cargo-hack`
18552026-07-30T01:58:30.853ZJul 30 01:58:29.615 INFO Starting download, target: CargoHack
18562026-07-30T01:58:30.861ZJul 30 01:58:29.616 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18572026-07-30T01:58:31.224ZJul 30 01:58:29.982 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18582026-07-30T01:58:31.270ZJul 30 01:58:30.032 INFO Download complete, target: CargoHack
18592026-07-30T01:58:31.274Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18602026-07-30T01:58:31.285Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18612026-07-30T01:58:31.676Zinfo: running `cargo check --bins` on api_identity (1/301)
18622026-07-30T01:58:32.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-07-30T01:58:32.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-07-30T01:58:32.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-07-30T01:58:32.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18662026-07-30T01:58:32.235Z
18672026-07-30T01:58:32.235Zinfo: running `cargo check --bins` on bootstore (2/301)
18682026-07-30T01:58:32.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-07-30T01:58:32.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-07-30T01:58:32.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-07-30T01:58:32.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18722026-07-30T01:58:32.595Z
18732026-07-30T01:58:32.595Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18742026-07-30T01:58:33.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-07-30T01:58:33.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-07-30T01:58:33.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-07-30T01:58:33.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18782026-07-30T01:58:33.312Z
18792026-07-30T01:58:33.312Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18802026-07-30T01:58:33.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-07-30T01:58:33.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-07-30T01:58:33.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-07-30T01:58:33.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18842026-07-30T01:58:33.825Z
18852026-07-30T01:58:33.825Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18862026-07-30T01:58:34.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-07-30T01:58:34.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-07-30T01:58:34.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-07-30T01:58:34.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-07-30T01:58:34.256Z
18912026-07-30T01:58:34.256Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18922026-07-30T01:58:34.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-07-30T01:58:34.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-07-30T01:58:34.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-07-30T01:58:34.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-07-30T01:58:34.834Z
18972026-07-30T01:58:34.834Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18982026-07-30T01:58:35.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-07-30T01:58:35.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-07-30T01:58:35.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-07-30T01:58:35.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-07-30T01:58:35.284Z
19032026-07-30T01:58:35.284Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
19042026-07-30T01:58:35.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-07-30T01:58:35.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-07-30T01:58:35.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-07-30T01:58:35.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-07-30T01:58:35.917Z
19092026-07-30T01:58:35.917Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
19102026-07-30T01:58:36.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-07-30T01:58:36.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-07-30T01:58:36.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-07-30T01:58:36.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19142026-07-30T01:58:36.206Z
19152026-07-30T01:58:36.206Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
19162026-07-30T01:58:36.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-07-30T01:58:36.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-07-30T01:58:36.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-07-30T01:58:36.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19202026-07-30T01:58:36.612Z
19212026-07-30T01:58:36.612Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
19222026-07-30T01:58:36.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-07-30T01:58:36.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-07-30T01:58:36.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-07-30T01:58:36.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19262026-07-30T01:58:37.018Z
19272026-07-30T01:58:37.019Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
19282026-07-30T01:58:37.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-07-30T01:58:37.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-07-30T01:58:37.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-07-30T01:58:37.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19322026-07-30T01:58:37.424Z
19332026-07-30T01:58:37.424Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
19342026-07-30T01:58:37.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-07-30T01:58:37.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-07-30T01:58:37.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-07-30T01:58:37.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19382026-07-30T01:58:37.832Z
19392026-07-30T01:58:37.832Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
19402026-07-30T01:58:38.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-07-30T01:58:38.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-07-30T01:58:38.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-07-30T01:58:38.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19442026-07-30T01:58:38.245Z
19452026-07-30T01:58:38.245Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
19462026-07-30T01:58:38.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-07-30T01:58:38.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-07-30T01:58:38.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-07-30T01:58:38.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19502026-07-30T01:58:38.653Z
19512026-07-30T01:58:38.653Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19522026-07-30T01:58:39.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-07-30T01:58:39.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-07-30T01:58:39.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-07-30T01:58:39.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19562026-07-30T01:58:39.057Z
19572026-07-30T01:58:39.057Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19582026-07-30T01:58:39.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-07-30T01:58:39.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-07-30T01:58:39.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-07-30T01:58:39.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19622026-07-30T01:58:39.466Z
19632026-07-30T01:58:39.466Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19642026-07-30T01:58:39.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-07-30T01:58:39.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-07-30T01:58:39.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-07-30T01:58:39.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19682026-07-30T01:58:39.876Z
19692026-07-30T01:58:39.876Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19702026-07-30T01:58:40.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-07-30T01:58:40.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-07-30T01:58:40.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-07-30T01:58:40.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-07-30T01:58:40.291Z
19752026-07-30T01:58:40.293Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19762026-07-30T01:58:40.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-07-30T01:58:40.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-07-30T01:58:40.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-07-30T01:58:40.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-07-30T01:58:40.703Z
19812026-07-30T01:58:40.703Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19822026-07-30T01:58:41.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-07-30T01:58:41.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-07-30T01:58:41.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-07-30T01:58:41.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19862026-07-30T01:58:41.112Z
19872026-07-30T01:58:41.112Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19882026-07-30T01:58:41.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-07-30T01:58:41.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-07-30T01:58:41.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-07-30T01:58:41.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19922026-07-30T01:58:41.522Z
19932026-07-30T01:58:41.522Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19942026-07-30T01:58:41.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-07-30T01:58:41.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-07-30T01:58:41.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-07-30T01:58:41.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-07-30T01:58:41.931Z
19992026-07-30T01:58:41.931Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
20002026-07-30T01:58:42.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-07-30T01:58:42.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-07-30T01:58:42.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-07-30T01:58:42.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-07-30T01:58:42.348Z
20052026-07-30T01:58:42.348Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
20062026-07-30T01:58:42.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-07-30T01:58:42.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-07-30T01:58:42.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-07-30T01:58:42.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-07-30T01:58:42.759Z
20112026-07-30T01:58:42.759Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
20122026-07-30T01:58:43.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-07-30T01:58:43.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-07-30T01:58:43.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-07-30T01:58:43.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-07-30T01:58:43.177Z
20172026-07-30T01:58:43.177Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
20182026-07-30T01:58:43.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-07-30T01:58:43.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-07-30T01:58:43.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-07-30T01:58:43.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-07-30T01:58:43.588Z
20232026-07-30T01:58:43.588Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
20242026-07-30T01:58:43.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-07-30T01:58:43.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-07-30T01:58:43.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-07-30T01:58:43.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-07-30T01:58:43.999Z
20292026-07-30T01:58:43.999Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
20302026-07-30T01:58:44.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-07-30T01:58:44.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-07-30T01:58:44.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-07-30T01:58:44.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20342026-07-30T01:58:44.408Z
20352026-07-30T01:58:44.409Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
20362026-07-30T01:58:44.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-07-30T01:58:44.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-07-30T01:58:44.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-07-30T01:58:44.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20402026-07-30T01:58:44.814Z
20412026-07-30T01:58:44.814Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
20422026-07-30T01:58:45.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-07-30T01:58:45.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-07-30T01:58:45.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-07-30T01:58:45.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20462026-07-30T01:58:45.232Z
20472026-07-30T01:58:45.232Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20482026-07-30T01:58:45.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-07-30T01:58:45.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-07-30T01:58:45.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-07-30T01:58:45.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-07-30T01:58:45.634Z
20532026-07-30T01:58:45.634Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20542026-07-30T01:58:45.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-07-30T01:58:45.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-07-30T01:58:45.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-07-30T01:58:45.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20582026-07-30T01:58:46.044Z
20592026-07-30T01:58:46.044Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20602026-07-30T01:58:46.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-07-30T01:58:46.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-07-30T01:58:46.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-07-30T01:58:46.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20642026-07-30T01:58:46.452Z
20652026-07-30T01:58:46.452Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20662026-07-30T01:58:46.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-07-30T01:58:46.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-07-30T01:58:46.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-07-30T01:58:46.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20702026-07-30T01:58:46.858Z
20712026-07-30T01:58:46.858Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20722026-07-30T01:58:47.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-07-30T01:58:47.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-07-30T01:58:47.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-07-30T01:58:47.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20762026-07-30T01:58:47.263Z
20772026-07-30T01:58:47.263Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20782026-07-30T01:58:47.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-07-30T01:58:47.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-07-30T01:58:47.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-07-30T01:58:47.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20822026-07-30T01:58:47.724Z
20832026-07-30T01:58:47.724Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20842026-07-30T01:58:48.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-07-30T01:58:48.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-07-30T01:58:48.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-07-30T01:58:48.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20882026-07-30T01:58:48.100Z
20892026-07-30T01:58:48.100Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20902026-07-30T01:58:48.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-07-30T01:58:48.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-07-30T01:58:48.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-07-30T01:58:48.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20942026-07-30T01:58:48.484Z
20952026-07-30T01:58:48.484Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20962026-07-30T01:58:48.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-07-30T01:58:49.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-07-30T01:58:49.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-07-30T01:58:49.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21002026-07-30T01:58:49.019Z
21012026-07-30T01:58:49.019Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
21022026-07-30T01:58:49.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-07-30T01:58:49.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-07-30T01:58:49.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-07-30T01:58:49.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21062026-07-30T01:58:49.328Z
21072026-07-30T01:58:49.328Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
21082026-07-30T01:58:49.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-07-30T01:58:49.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-07-30T01:58:49.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-07-30T01:58:49.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21122026-07-30T01:58:49.720Z
21132026-07-30T01:58:49.720Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
21142026-07-30T01:58:50.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-07-30T01:58:50.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-07-30T01:58:50.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-07-30T01:58:50.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-07-30T01:58:50.126Z
21192026-07-30T01:58:50.127Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
21202026-07-30T01:58:50.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-07-30T01:58:50.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-07-30T01:58:50.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-07-30T01:58:50.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-07-30T01:58:50.542Z
21252026-07-30T01:58:50.542Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
21262026-07-30T01:58:50.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-07-30T01:58:50.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-07-30T01:58:50.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-07-30T01:58:50.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21302026-07-30T01:58:50.955Z
21312026-07-30T01:58:50.955Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
21322026-07-30T01:58:51.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-07-30T01:58:51.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-07-30T01:58:51.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-07-30T01:58:51.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-07-30T01:58:51.362Z
21372026-07-30T01:58:51.362Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
21382026-07-30T01:58:51.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-07-30T01:58:51.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-07-30T01:58:51.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-07-30T01:58:51.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21422026-07-30T01:58:51.767Z
21432026-07-30T01:58:51.768Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
21442026-07-30T01:58:52.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-07-30T01:58:52.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-07-30T01:58:52.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-07-30T01:58:52.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21482026-07-30T01:58:52.175Z
21492026-07-30T01:58:52.175Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21502026-07-30T01:58:52.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-07-30T01:58:52.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-07-30T01:58:52.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-07-30T01:58:52.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-07-30T01:58:52.770Z
21552026-07-30T01:58:52.770Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21562026-07-30T01:58:53.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-07-30T01:58:53.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-07-30T01:58:53.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-07-30T01:58:53.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-07-30T01:58:53.360Z
21612026-07-30T01:58:53.361Zinfo: running `cargo check --bins` on nexus-config (51/301)
21622026-07-30T01:58:53.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-07-30T01:58:53.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-07-30T01:58:53.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-07-30T01:58:53.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-07-30T01:58:53.950Z
21672026-07-30T01:58:53.950Zinfo: running `cargo check --bins` on nexus-types (52/301)
21682026-07-30T01:58:54.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-07-30T01:58:54.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-07-30T01:58:54.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-07-30T01:58:54.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-07-30T01:58:54.542Z
21732026-07-30T01:58:54.543Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21742026-07-30T01:58:55.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-07-30T01:58:55.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-07-30T01:58:55.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-07-30T01:58:55.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21782026-07-30T01:58:55.100Z
21792026-07-30T01:58:55.100Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21802026-07-30T01:58:55.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-07-30T01:58:55.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-07-30T01:58:55.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-07-30T01:58:55.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21842026-07-30T01:58:55.642Z
21852026-07-30T01:58:55.642Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21862026-07-30T01:58:56.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-07-30T01:58:56.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-07-30T01:58:56.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-07-30T01:58:56.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21902026-07-30T01:58:56.203Z
21912026-07-30T01:58:56.204Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21922026-07-30T01:58:56.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-07-30T01:58:56.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-07-30T01:58:56.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-07-30T01:58:56.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21962026-07-30T01:58:56.760Z
21972026-07-30T01:58:56.760Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21982026-07-30T01:58:57.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-07-30T01:58:57.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-07-30T01:58:57.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-07-30T01:58:57.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22022026-07-30T01:58:57.318Z
22032026-07-30T01:58:57.318Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
22042026-07-30T01:58:57.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-07-30T01:58:57.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-07-30T01:58:57.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-07-30T01:58:57.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-07-30T01:58:57.882Z
22092026-07-30T01:58:57.883Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
22102026-07-30T01:58:58.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-07-30T01:58:58.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-07-30T01:58:58.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-07-30T01:58:58.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22142026-07-30T01:58:58.426Z
22152026-07-30T01:58:58.426Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
22162026-07-30T01:58:58.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-07-30T01:58:58.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-07-30T01:58:58.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-07-30T01:58:58.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22202026-07-30T01:58:58.975Z
22212026-07-30T01:58:58.975Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
22222026-07-30T01:58:59.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-07-30T01:58:59.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-07-30T01:58:59.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-07-30T01:58:59.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-07-30T01:58:59.515Z
22272026-07-30T01:58:59.515Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
22282026-07-30T01:58:59.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-07-30T01:58:59.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-07-30T01:58:59.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-07-30T01:58:59.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22322026-07-30T01:59:00.055Z
22332026-07-30T01:59:00.055Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
22342026-07-30T01:59:00.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-07-30T01:59:00.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-07-30T01:59:00.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-07-30T01:59:00.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-07-30T01:59:00.608Z
22392026-07-30T01:59:00.608Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
22402026-07-30T01:59:01.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-07-30T01:59:01.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-07-30T01:59:01.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-07-30T01:59:01.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-07-30T01:59:01.167Z
22452026-07-30T01:59:01.167Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
22462026-07-30T01:59:01.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-07-30T01:59:01.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-07-30T01:59:01.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-07-30T01:59:01.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22502026-07-30T01:59:01.709Z
22512026-07-30T01:59:01.709Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22522026-07-30T01:59:02.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-07-30T01:59:02.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-07-30T01:59:02.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-07-30T01:59:02.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22562026-07-30T01:59:02.247Z
22572026-07-30T01:59:02.247Zinfo: running `cargo check --bins` on ereport-types (67/301)
22582026-07-30T01:59:02.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-07-30T01:59:02.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-07-30T01:59:02.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-07-30T01:59:02.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22622026-07-30T01:59:02.794Z
22632026-07-30T01:59:02.794Zinfo: running `cargo check --bins` on gateway-client (68/301)
22642026-07-30T01:59:03.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-07-30T01:59:03.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-07-30T01:59:03.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-07-30T01:59:03.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22682026-07-30T01:59:03.350Z
22692026-07-30T01:59:03.350Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22702026-07-30T01:59:03.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-07-30T01:59:03.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-07-30T01:59:03.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-07-30T01:59:03.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22742026-07-30T01:59:03.905Z
22752026-07-30T01:59:03.905Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22762026-07-30T01:59:04.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-07-30T01:59:04.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-07-30T01:59:04.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-07-30T01:59:04.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22802026-07-30T01:59:04.456Z
22812026-07-30T01:59:04.456Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22822026-07-30T01:59:04.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-07-30T01:59:04.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-07-30T01:59:04.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-07-30T01:59:04.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22862026-07-30T01:59:05.005Z
22872026-07-30T01:59:05.005Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22882026-07-30T01:59:05.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-07-30T01:59:05.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-07-30T01:59:05.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-07-30T01:59:05.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-07-30T01:59:05.568Z
22932026-07-30T01:59:05.568Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22942026-07-30T01:59:06.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-07-30T01:59:06.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-07-30T01:59:06.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-07-30T01:59:06.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22982026-07-30T01:59:06.133Z
22992026-07-30T01:59:06.133Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
23002026-07-30T01:59:06.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-07-30T01:59:06.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-07-30T01:59:06.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-07-30T01:59:06.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23042026-07-30T01:59:06.687Z
23052026-07-30T01:59:06.687Zinfo: running `cargo check --bins` on key-manager-types (75/301)
23062026-07-30T01:59:07.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-07-30T01:59:07.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-07-30T01:59:07.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-07-30T01:59:07.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
23102026-07-30T01:59:07.220Z
23112026-07-30T01:59:07.220Zinfo: running `cargo check --bins` on oxlog (76/301)
23122026-07-30T01:59:07.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-07-30T01:59:07.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-07-30T01:59:07.804Z Checking cfg-if v1.0.4
23152026-07-30T01:59:07.808Z Checking libc v0.2.185
23162026-07-30T01:59:07.808Z Checking serde_core v1.0.228
23172026-07-30T01:59:07.921Z Checking memchr v2.8.0
23182026-07-30T01:59:07.927Z Checking zeroize v1.9.0
23192026-07-30T01:59:07.937Z Checking log v0.4.29
23202026-07-30T01:59:07.941Z Checking smallvec v1.15.1
23212026-07-30T01:59:07.960Z Checking subtle v2.6.1
23222026-07-30T01:59:07.965Z Checking itoa v1.0.17
23232026-07-30T01:59:08.069Z Checking scopeguard v1.2.0
23242026-07-30T01:59:08.086Z Checking stable_deref_trait v1.2.1
23252026-07-30T01:59:08.098Z Checking typenum v1.20.1
23262026-07-30T01:59:08.122Z Checking zerofrom v0.1.6
23272026-07-30T01:59:08.128Z Checking zerocopy v0.8.40
23282026-07-30T01:59:08.151Z Checking portable-atomic v1.13.1
23292026-07-30T01:59:08.163Z Checking lock_api v0.4.14
23302026-07-30T01:59:08.220Z Checking yoke v0.8.1
23312026-07-30T01:59:08.281Z Checking critical-section v1.2.0
23322026-07-30T01:59:08.299Z Checking errno v0.3.14
23332026-07-30T01:59:08.356Z Checking getrandom v0.2.17
23342026-07-30T01:59:08.374Z Checking pin-project-lite v0.2.17
23352026-07-30T01:59:08.386Z Checking zerovec v0.11.5
23362026-07-30T01:59:08.407Z Checking const-oid v0.9.6
23372026-07-30T01:59:08.517Z Checking libm v0.2.16
23382026-07-30T01:59:08.517Z Checking rand_core v0.6.4
23392026-07-30T01:59:08.561Z Checking once_cell v1.21.3
23402026-07-30T01:59:08.667Z Checking zmij v1.0.21
23412026-07-30T01:59:08.733Z Checking signal-hook-registry v1.4.8
23422026-07-30T01:59:08.812Z Checking tinystr v0.8.2
23432026-07-30T01:59:08.824Z Checking generic-array v0.14.7
23442026-07-30T01:59:08.872Z Checking parking_lot_core v0.9.12
23452026-07-30T01:59:08.886Z Checking rand_core v0.10.0
23462026-07-30T01:59:08.981Z Checking percent-encoding v2.3.2
23472026-07-30T01:59:09.026Z Checking writeable v0.6.2
23482026-07-30T01:59:09.057Z Checking litemap v0.8.1
23492026-07-30T01:59:09.168Z Checking futures-core v0.3.32
23502026-07-30T01:59:09.172Z Checking parking_lot v0.12.5
23512026-07-30T01:59:09.172Z Checking num-traits v0.2.19
23522026-07-30T01:59:09.178Z Checking getrandom v0.4.1
23532026-07-30T01:59:09.192Z Checking potential_utf v0.1.4
23542026-07-30T01:59:09.245Z Checking icu_locale_core v2.1.1
23552026-07-30T01:59:09.277Z Checking zerotrie v0.2.3
23562026-07-30T01:59:09.298Z Checking mio v1.2.0
23572026-07-30T01:59:09.360Z Checking equivalent v1.0.2
23582026-07-30T01:59:09.366Z Checking icu_collections v2.1.1
23592026-07-30T01:59:09.393Z Checking serde v1.0.228
23602026-07-30T01:59:09.405Z Checking bitflags v2.11.0
23612026-07-30T01:59:09.500Z Checking serde_json v1.0.151
23622026-07-30T01:59:09.567Z Checking socket2 v0.6.3
23632026-07-30T01:59:09.580Z Checking icu_properties_data v2.1.2
23642026-07-30T01:59:09.627Z Checking icu_normalizer_data v2.1.1
23652026-07-30T01:59:09.681Z Checking byteorder v1.5.0
23662026-07-30T01:59:09.695Z Checking crypto-common v0.1.7
23672026-07-30T01:59:09.708Z Checking block-buffer v0.10.4
23682026-07-30T01:59:09.758Z Checking icu_provider v2.1.1
23692026-07-30T01:59:09.794Z Checking bytes v1.11.1
23702026-07-30T01:59:09.823Z Checking futures-sink v0.3.32
23712026-07-30T01:59:09.829Z Checking hashbrown v0.17.0
23722026-07-30T01:59:09.840Z Checking digest v0.10.7
23732026-07-30T01:59:09.876Z Checking getrandom v0.3.4
23742026-07-30T01:59:09.893Z Checking futures-channel v0.3.32
23752026-07-30T01:59:09.986Z Checking icu_properties v2.1.2
23762026-07-30T01:59:10.014Z Checking icu_normalizer v2.1.1
23772026-07-30T01:59:10.029Z Checking utf8_iter v1.0.4
23782026-07-30T01:59:10.086Z Checking futures-task v0.3.32
23792026-07-30T01:59:10.162Z Checking futures-io v0.3.32
23802026-07-30T01:59:10.166Z Checking slab v0.4.12
23812026-07-30T01:59:10.208Z Checking form_urlencoded v1.2.2
23822026-07-30T01:59:10.230Z Checking tokio v1.52.1
23832026-07-30T01:59:10.253Z Checking rustix v1.1.3
23842026-07-30T01:59:10.270Z Checking indexmap v2.14.0
23852026-07-30T01:59:10.313Z Checking base64ct v1.8.3
23862026-07-30T01:59:10.324Z Checking futures-util v0.3.32
23872026-07-30T01:59:10.394Z Checking fnv v1.0.7
23882026-07-30T01:59:10.420Z Checking iana-time-zone v0.1.65
23892026-07-30T01:59:10.521Z Checking flagset v0.4.7
23902026-07-30T01:59:10.536Z Checking pem-rfc7468 v0.7.0
23912026-07-30T01:59:10.642Z Checking chrono v0.4.45
23922026-07-30T01:59:10.689Z Checking der v0.7.10
23932026-07-30T01:59:10.800Z Checking idna_adapter v1.2.1
23942026-07-30T01:59:10.834Z Checking rand_core v0.9.5
23952026-07-30T01:59:10.887Z Checking ppv-lite86 v0.2.21
23962026-07-30T01:59:10.910Z Checking idna v1.1.0
23972026-07-30T01:59:11.009Z Checking uuid v1.23.4
23982026-07-30T01:59:11.078Z Checking regex-syntax v0.8.10
23992026-07-30T01:59:11.283Z Checking url v2.5.8
24002026-07-30T01:59:11.369Z Checking base64 v0.22.1
24012026-07-30T01:59:11.369Z Checking http v1.4.2
24022026-07-30T01:59:11.408Z Checking spki v0.7.3
24032026-07-30T01:59:11.426Z Checking utf8parse v0.2.2
24042026-07-30T01:59:11.490Z Checking rand_chacha v0.9.0
24052026-07-30T01:59:11.519Z Checking tracing-core v0.1.36
24062026-07-30T01:59:11.637Z Checking anstyle v1.0.14
24072026-07-30T01:59:11.657Z Checking cpufeatures v0.2.17
24082026-07-30T01:59:11.684Z Checking dyn-clone v1.0.20
24092026-07-30T01:59:11.699Z Checking rand v0.9.2
24102026-07-30T01:59:11.752Z Checking pkcs8 v0.10.2
24112026-07-30T01:59:11.786Z Checking semver v1.0.28
24122026-07-30T01:59:11.858Z Checking tracing v0.1.44
24132026-07-30T01:59:11.910Z Checking spin v0.9.8
24142026-07-30T01:59:11.934Z Checking http-body v1.0.1
24152026-07-30T01:59:11.979Z Checking rustls-pki-types v1.14.0
24162026-07-30T01:59:12.041Z Checking openssl-probe v0.2.1
24172026-07-30T01:59:12.042Z Checking anstyle-query v1.1.5
24182026-07-30T01:59:12.078Z Checking colorchoice v1.0.4
24192026-07-30T01:59:12.142Z Checking cmov v0.5.4
24202026-07-30T01:59:12.162Z Checking is_terminal_polyfill v1.70.2
24212026-07-30T01:59:12.175Z Checking tinyvec_macros v0.1.1
24222026-07-30T01:59:12.189Z Checking schemars v0.8.22
24232026-07-30T01:59:12.235Z Checking tinyvec v1.10.0
24242026-07-30T01:59:12.254Z Checking sha2 v0.10.9
24252026-07-30T01:59:12.279Z Checking aws-lc-sys v0.40.0
24262026-07-30T01:59:12.279Z Checking thiserror v2.0.18
24272026-07-30T01:59:12.323Z Checking ctutils v0.4.2
24282026-07-30T01:59:12.359Z Checking tower-service v0.3.3
24292026-07-30T01:59:12.456Z Checking atomic-waker v1.1.2
24302026-07-30T01:59:12.473Z Checking tower-layer v0.3.3
24312026-07-30T01:59:12.573Z Checking fastrand v2.3.0
24322026-07-30T01:59:12.591Z Checking try-lock v0.2.5
24332026-07-30T01:59:12.591Z Checking untrusted v0.7.1
24342026-07-30T01:59:12.591Z Checking hybrid-array v0.4.13
24352026-07-30T01:59:12.610Z Checking anstyle-parse v1.0.0
24362026-07-30T01:59:12.610Z Checking want v0.3.1
24372026-07-30T01:59:12.627Z Checking ipnet v2.11.0
24382026-07-30T01:59:12.657Z Checking tempfile v3.25.0
24392026-07-30T01:59:12.711Z Checking crc32fast v1.5.0
24402026-07-30T01:59:12.735Z Checking httparse v1.10.1
24412026-07-30T01:59:12.740Z Checking aws-lc-rs v1.16.3
24422026-07-30T01:59:13.277Z Checking aho-corasick v1.1.4
24432026-07-30T01:59:13.328Z Checking simd-adler32 v0.3.8
24442026-07-30T01:59:13.328Z Checking foreign-types-shared v0.1.1
24452026-07-30T01:59:13.328Z Checking httpdate v1.0.3
24462026-07-30T01:59:13.328Z Checking tap v1.0.1
24472026-07-30T01:59:13.328Z Checking untrusted v0.9.0
24482026-07-30T01:59:13.329Z Checking plain v0.2.3
24492026-07-30T01:59:13.329Z Checking foreign-types v0.3.2
24502026-07-30T01:59:13.329Z Checking wyz v0.5.1
24512026-07-30T01:59:13.329Z Checking anstream v1.0.0
24522026-07-30T01:59:13.329Z Checking unicode-normalization v0.1.25
24532026-07-30T01:59:13.329Z Checking rand_chacha v0.3.1
24542026-07-30T01:59:13.329Z Checking terminal_size v0.4.3
24552026-07-30T01:59:13.329Z Checking radium v0.7.0
24562026-07-30T01:59:13.329Z Checking signature v2.2.0
24572026-07-30T01:59:13.369Z Checking hex v0.4.3
24582026-07-30T01:59:13.369Z Checking openssl-sys v0.9.115
24592026-07-30T01:59:13.465Z Checking num-integer v0.1.46
24602026-07-30T01:59:13.541Z Checking wait-timeout v0.2.1
24612026-07-30T01:59:13.541Z Checking ucd-trie v0.1.7
24622026-07-30T01:59:13.541Z Checking tokio-util v0.7.18
24632026-07-30T01:59:13.541Z Checking regex-automata v0.4.14
24642026-07-30T01:59:13.624Z Checking quick-error v1.2.3
24652026-07-30T01:59:13.624Z Checking unicode-ident v1.0.24
24662026-07-30T01:59:13.776Z Checking rustls-webpki v0.103.13
24672026-07-30T01:59:13.776Z Checking bit-vec v0.8.0
24682026-07-30T01:59:13.776Z Checking funty v2.0.0
24692026-07-30T01:59:13.841Z Checking strsim v0.11.1
24702026-07-30T01:59:13.841Z Checking clap_lex v1.0.0
24712026-07-30T01:59:13.841Z Checking adler2 v2.0.1
24722026-07-30T01:59:13.841Z Checking miniz_oxide v0.8.9
24732026-07-30T01:59:13.841Z Checking openssl v0.10.79
24742026-07-30T01:59:13.842Z Checking bit-set v0.8.0
24752026-07-30T01:59:13.842Z Checking clap_builder v4.6.0
24762026-07-30T01:59:13.952Z Checking bitvec v1.0.1
24772026-07-30T01:59:13.976Z Checking rusty-fork v0.3.1
24782026-07-30T01:59:14.003Z Checking rustls v0.23.41
24792026-07-30T01:59:14.219Z Checking proc-macro2 v1.0.106
24802026-07-30T01:59:14.274Z Checking pest v2.8.6
24812026-07-30T01:59:14.274Z Checking h2 v0.4.15
24822026-07-30T01:59:14.439Z Checking num-iter v0.1.45
24832026-07-30T01:59:14.618Z Checking rand v0.8.6
24842026-07-30T01:59:15.021Z Checking lazy_static v1.5.0
24852026-07-30T01:59:15.040Z Checking anstyle-parse v0.2.7
24862026-07-30T01:59:15.110Z Checking rand_xorshift v0.4.0
24872026-07-30T01:59:15.195Z Checking thiserror v1.0.69
24882026-07-30T01:59:15.264Z Checking maybe-uninit v2.0.0
24892026-07-30T01:59:15.393Z Checking hmac v0.12.1
24902026-07-30T01:59:15.393Z Checking serde_spanned v0.6.9
24912026-07-30T01:59:15.394Z Checking toml_datetime v0.6.11
24922026-07-30T01:59:15.394Z Checking sync_wrapper v1.0.2
24932026-07-30T01:59:15.449Z Checking unarray v0.1.4
24942026-07-30T01:59:15.449Z Checking powerfmt v0.2.0
24952026-07-30T01:59:15.449Z Checking pretty-hex v0.4.1
24962026-07-30T01:59:15.449Z Checking nodrop v0.1.14
24972026-07-30T01:59:15.463Z Checking siphasher v1.0.2
24982026-07-30T01:59:15.463Z Checking zlib-rs v0.6.2
24992026-07-30T01:59:15.463Z Checking crc-catalog v2.4.0
25002026-07-30T01:59:15.510Z Checking array-init v0.0.4
25012026-07-30T01:59:15.528Z Checking deranged v0.5.8
25022026-07-30T01:59:15.528Z Checking crc v3.4.0
25032026-07-30T01:59:15.557Z Checking proptest v1.10.0
25042026-07-30T01:59:15.693Z Checking tower v0.5.3
25052026-07-30T01:59:15.748Z Checking smallvec v0.6.14
25062026-07-30T01:59:15.766Z Checking native-tls v0.2.18
25072026-07-30T01:59:15.958Z Checking packed_struct v0.10.1
25082026-07-30T01:59:15.977Z Checking anstream v0.6.21
25092026-07-30T01:59:16.068Z Checking num-bigint-dig v0.8.6
25102026-07-30T01:59:16.153Z Checking clap v4.6.1
25112026-07-30T01:59:16.235Z Checking quote v1.0.45
25122026-07-30T01:59:16.278Z Checking ipnetwork v0.21.1
25132026-07-30T01:59:16.297Z Checking flate2 v1.1.9
25142026-07-30T01:59:16.379Z Checking http-body-util v0.1.3
25152026-07-30T01:59:16.458Z Checking pkcs1 v0.7.5
25162026-07-30T01:59:16.492Z Checking crossbeam-utils v0.8.21
25172026-07-30T01:59:16.638Z Checking bitfield v0.19.4
25182026-07-30T01:59:16.747Z Checking zerocopy v0.6.6
25192026-07-30T01:59:16.747Z Checking ahash v0.8.12
25202026-07-30T01:59:16.787Z Checking bzip2-sys v0.1.13+1.0.8
25212026-07-30T01:59:16.793Z Checking scroll v0.13.0
25222026-07-30T01:59:16.847Z Checking env_filter v1.0.0
25232026-07-30T01:59:16.859Z Checking allocator-api2 v0.2.21
25242026-07-30T01:59:16.900Z Checking winnow v0.5.40
25252026-07-30T01:59:16.915Z Checking num-conv v0.2.0
25262026-07-30T01:59:16.979Z Checking hyper v1.10.1
25272026-07-30T01:59:17.020Z Checking ryu v1.0.23
25282026-07-30T01:59:17.020Z Checking unicode-bidi v0.3.18
25292026-07-30T01:59:17.028Z Checking unicode-properties v0.1.4
25302026-07-30T01:59:17.028Z Checking iri-string v0.7.10
25312026-07-30T01:59:17.131Z Checking num_threads v0.1.7
25322026-07-30T01:59:17.152Z Checking hashbrown v0.12.3
25332026-07-30T01:59:17.205Z Checking time-core v0.1.8
25342026-07-30T01:59:17.673Z Checking base64 v0.21.7
25352026-07-30T01:59:17.702Z Checking stringprep v0.1.5
25362026-07-30T01:59:17.702Z Checking time v0.3.47
25372026-07-30T01:59:17.702Z Checking newtype-uuid v1.3.2
25382026-07-30T01:59:17.702Z Checking serde_urlencoded v0.7.1
25392026-07-30T01:59:17.702Z Checking ron v0.8.1
25402026-07-30T01:59:17.702Z Checking indexmap v1.9.3
25412026-07-30T01:59:17.702Z Checking goblin v0.10.5
25422026-07-30T01:59:17.702Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25432026-07-30T01:59:17.940Z Checking env_logger v0.11.9
25442026-07-30T01:59:17.967Z Checking hyper-util v0.1.20
25452026-07-30T01:59:17.968Z Checking rsa v0.9.10
25462026-07-30T01:59:18.063Z Checking tower-http v0.6.8
25472026-07-30T01:59:18.100Z Checking toml_edit v0.19.15
25482026-07-30T01:59:18.100Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-07-30T01:59:18.249Z Checking bzip2 v0.4.4
25502026-07-30T01:59:18.324Z Checking hashbrown v0.13.2
25512026-07-30T01:59:18.418Z Checking crossbeam-epoch v0.9.18
25522026-07-30T01:59:18.477Z Checking oxnet v0.1.6
25532026-07-30T01:59:18.510Z Checking syn v2.0.117
25542026-07-30T01:59:18.610Z Checking tokio-native-tls v0.3.1
25552026-07-30T01:59:18.670Z Checking serde-hex v0.1.0
25562026-07-30T01:59:18.727Z Checking bstr v1.12.1
25572026-07-30T01:59:18.755Z Checking block-buffer v0.12.1
25582026-07-30T01:59:18.915Z Checking block-padding v0.4.2
25592026-07-30T01:59:19.054Z Checking crypto-common v0.2.2
25602026-07-30T01:59:19.064Z Checking rustls-native-certs v0.8.3
25612026-07-30T01:59:19.108Z Checking scroll v0.12.0
25622026-07-30T01:59:19.151Z Checking x509-cert v0.2.5
25632026-07-30T01:59:19.197Z Checking zstd-sys v2.0.16+zstd.1.5.7
25642026-07-30T01:59:19.308Z Checking md-5 v0.10.6
25652026-07-30T01:59:19.334Z Checking hash32 v0.2.1
25662026-07-30T01:59:19.453Z Checking encoding_rs v0.8.35
25672026-07-30T01:59:19.493Z Checking crc-any v2.5.0
25682026-07-30T01:59:19.640Z Checking fallible-iterator v0.2.0
25692026-07-30T01:59:19.658Z Checking psl-types v2.0.11
25702026-07-30T01:59:19.770Z Checking mime v0.3.17
25712026-07-30T01:59:19.801Z Checking publicsuffix v2.3.0
25722026-07-30T01:59:19.882Z Checking dof v0.4.0
25732026-07-30T01:59:19.910Z Checking postgres-protocol v0.6.10
25742026-07-30T01:59:19.940Z Checking heapless v0.7.17
25752026-07-30T01:59:19.958Z Checking goblin v0.8.2
25762026-07-30T01:59:20.164Z Checking zstd-safe v7.2.4
25772026-07-30T01:59:20.239Z Checking hyper-tls v0.6.0
25782026-07-30T01:59:20.330Z Checking toml v0.7.8
25792026-07-30T01:59:20.359Z Checking inout v0.2.2
25802026-07-30T01:59:20.377Z Checking object v0.30.4
25812026-07-30T01:59:20.398Z Checking daft v0.1.7
25822026-07-30T01:59:20.568Z Checking cookie v0.18.1
25832026-07-30T01:59:20.571Z Checking zip v0.6.6
25842026-07-30T01:59:20.614Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-07-30T01:59:20.634Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25862026-07-30T01:59:20.742Z Checking tokio-rustls v0.26.4
25872026-07-30T01:59:20.755Z Checking phf_shared v0.13.1
25882026-07-30T01:59:20.755Z Checking dtrace-parser v0.3.0
25892026-07-30T01:59:20.788Z Checking zerocopy v0.7.35
25902026-07-30T01:59:20.836Z Checking pin-project v1.1.11
25912026-07-30T01:59:20.869Z Checking futures-executor v0.3.32
25922026-07-30T01:59:20.898Z Checking signal-hook v0.3.18
25932026-07-30T01:59:21.027Z Checking ff v0.13.1
25942026-07-30T01:59:21.036Z Checking thread-id v5.1.0
25952026-07-30T01:59:21.036Z Checking managed v0.8.0
25962026-07-30T01:59:21.043Z Checking foldhash v0.1.5
25972026-07-30T01:59:21.054Z Checking base16ct v0.2.0
25982026-07-30T01:59:21.080Z Checking jiff-core v0.1.0
25992026-07-30T01:59:21.164Z Checking foldhash v0.2.0
26002026-07-30T01:59:21.171Z Checking same-file v1.0.6
26012026-07-30T01:59:21.187Z Compiling rayon-core v1.13.0
26022026-07-30T01:59:21.372Z Checking libbz2-rs-sys v0.2.2
26032026-07-30T01:59:21.383Z Checking either v1.15.0
26042026-07-30T01:59:21.383Z Checking path-slash v0.1.5
26052026-07-30T01:59:21.383Z Checking bumpalo v3.20.2
26062026-07-30T01:59:21.515Z Checking bitflags v1.3.2
26072026-07-30T01:59:21.520Z Checking smoltcp v0.9.1
26082026-07-30T01:59:21.520Z Checking hashbrown v0.16.1
26092026-07-30T01:59:21.719Z Checking zopfli v0.8.3
26102026-07-30T01:59:21.728Z Checking walkdir v2.5.0
26112026-07-30T01:59:21.728Z Checking bzip2 v0.6.1
26122026-07-30T01:59:21.737Z Checking sec1 v0.7.3
26132026-07-30T01:59:21.761Z Checking jiff v0.2.34
26142026-07-30T01:59:21.905Z Checking hashbrown v0.15.5
26152026-07-30T01:59:21.921Z Checking dof v0.3.0
26162026-07-30T01:59:21.921Z Checking signal-hook-mio v0.2.5
26172026-07-30T01:59:21.937Z Checking group v0.13.0
26182026-07-30T01:59:21.992Z Checking usdt-impl v0.6.0
26192026-07-30T01:59:22.007Z Checking futures v0.3.32
26202026-07-30T01:59:22.080Z Checking snafu v0.8.9
26212026-07-30T01:59:22.183Z Checking phf v0.13.1
26222026-07-30T01:59:22.191Z Checking hyper-rustls v0.27.7
26232026-07-30T01:59:22.191Z Checking cookie_store v0.22.1
26242026-07-30T01:59:22.223Z Checking cipher v0.5.2
26252026-07-30T01:59:22.318Z Checking reqwest v0.12.28
26262026-07-30T01:59:22.434Z Checking zstd v0.13.3
26272026-07-30T01:59:22.434Z Checking postgres-types v0.2.12
26282026-07-30T01:59:22.451Z Checking rustls-platform-verifier v0.6.2
26292026-07-30T01:59:22.461Z Checking globset v0.4.18
26302026-07-30T01:59:22.461Z Checking crossbeam-deque v0.8.6
26312026-07-30T01:59:22.570Z Checking phf_shared v0.11.3
26322026-07-30T01:59:22.586Z Checking hkdf v0.12.4
26332026-07-30T01:59:22.586Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26342026-07-30T01:59:22.611Z Checking regex v1.12.3
26352026-07-30T01:59:22.625Z Checking dtrace-parser v0.2.0
26362026-07-30T01:59:22.625Z Checking byte-wrapper v0.1.0
26372026-07-30T01:59:22.630Z Checking ref-cast v1.0.25
26382026-07-30T01:59:22.771Z Checking curve25519-dalek v4.1.3
26392026-07-30T01:59:22.782Z Checking strum v0.27.2
26402026-07-30T01:59:22.838Z Checking olpc-cjson v0.1.4
26412026-07-30T01:59:22.839Z Checking hubpack v0.1.2
26422026-07-30T01:59:22.983Z Checking ed25519 v2.2.3
26432026-07-30T01:59:23.004Z Checking memoffset v0.9.1
26442026-07-30T01:59:23.004Z Checking rustix v0.38.44
26452026-07-30T01:59:23.004Z Checking pem v3.0.6
26462026-07-30T01:59:23.004Z Checking serde_plain v1.0.2
26472026-07-30T01:59:23.041Z Checking erased-serde v0.3.31
26482026-07-30T01:59:23.041Z Checking serde-big-array v0.5.1
26492026-07-30T01:59:23.049Z Checking float-cmp v0.10.0
26502026-07-30T01:59:23.184Z Checking crypto-bigint v0.5.5
26512026-07-30T01:59:23.218Z Checking thread-id v4.2.2
26522026-07-30T01:59:23.218Z Checking memmap2 v0.9.10
26532026-07-30T01:59:23.218Z Checking normalize-line-endings v0.3.0
26542026-07-30T01:59:23.218Z Checking difflib v0.4.0
26552026-07-30T01:59:23.255Z Checking fixedbitset v0.4.2
26562026-07-30T01:59:23.375Z Checking const-oid v0.10.2
26572026-07-30T01:59:23.398Z Checking winnow v0.7.14
26582026-07-30T01:59:23.398Z Checking new_debug_unreachable v1.0.6
26592026-07-30T01:59:23.398Z Checking keccak v0.1.6
26602026-07-30T01:59:23.539Z Checking winnow v1.0.3
26612026-07-30T01:59:23.580Z Checking data-encoding v2.10.0
26622026-07-30T01:59:23.580Z Checking precomputed-hash v0.1.1
26632026-07-30T01:59:23.581Z Checking unicode-segmentation v1.12.0
26642026-07-30T01:59:23.581Z Checking cpufeatures v0.3.0
26652026-07-30T01:59:23.770Z Checking typed-path v0.9.3
26662026-07-30T01:59:23.770Z Checking toml_write v0.1.2
26672026-07-30T01:59:23.770Z Checking fixedbitset v0.5.7
26682026-07-30T01:59:23.770Z Checking predicates-core v1.0.10
26692026-07-30T01:59:23.770Z Checking static_assertions v1.1.0
26702026-07-30T01:59:23.797Z Checking whoami v2.1.0
26712026-07-30T01:59:23.930Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26722026-07-30T01:59:23.945Z Checking predicates v3.1.4
26732026-07-30T01:59:23.945Z Checking similar v2.7.0
26742026-07-30T01:59:23.945Z Checking petgraph v0.8.3
26752026-07-30T01:59:23.983Z Checking tokio-postgres v0.7.16
26762026-07-30T01:59:24.000Z Checking elliptic-curve v0.13.8
26772026-07-30T01:59:24.133Z Checking toml_parser v1.1.2+spec-1.1.0
26782026-07-30T01:59:24.324Z Checking hickory-proto v0.25.2
26792026-07-30T01:59:24.369Z Checking crossterm v0.28.1
26802026-07-30T01:59:24.582Z Checking tough v0.22.0
26812026-07-30T01:59:24.598Z Checking zip v4.6.1
26822026-07-30T01:59:24.598Z Checking toml_edit v0.22.27
26832026-07-30T01:59:24.988Z Checking chacha20 v0.10.0
26842026-07-30T01:59:25.017Z Checking string_cache v0.8.9
26852026-07-30T01:59:25.288Z Checking sha3 v0.10.8
26862026-07-30T01:59:25.313Z Checking ed25519-dalek v2.2.0
26872026-07-30T01:59:25.313Z Checking digest v0.11.3
26882026-07-30T01:59:25.439Z Checking petgraph v0.6.5
26892026-07-30T01:59:25.448Z Checking slog v2.8.2
26902026-07-30T01:59:25.448Z Checking usdt v0.6.0
26912026-07-30T01:59:25.464Z Checking usdt-impl v0.5.0
26922026-07-30T01:59:25.615Z Checking nix v0.31.2
26932026-07-30T01:59:25.621Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26942026-07-30T01:59:25.749Z Checking iddqd v0.4.2
26952026-07-30T01:59:26.078Z Checking reqwest v0.13.2
26962026-07-30T01:59:26.101Z Checking itertools v0.13.0
26972026-07-30T01:59:26.291Z Checking strum v0.26.3
26982026-07-30T01:59:26.309Z Checking serde_with v3.21.0
26992026-07-30T01:59:26.471Z Checking fs-err v3.3.0
27002026-07-30T01:59:26.647Z Checking object v0.37.3
27012026-07-30T01:59:26.659Z Checking tokio-stream v0.1.18
27022026-07-30T01:59:26.681Z Checking buf-list v1.1.2
27032026-07-30T01:59:26.847Z Checking anyhow v1.0.102
27042026-07-30T01:59:26.865Z Checking camino v1.2.2
27052026-07-30T01:59:27.012Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27062026-07-30T01:59:27.032Z Checking openapiv3 v2.2.0
27072026-07-30T01:59:27.032Z Checking lalrpop-util v0.19.12
27082026-07-30T01:59:27.032Z Checking peg-runtime v0.8.5
27092026-07-30T01:59:27.238Z Checking rayon v1.11.0
27102026-07-30T01:59:27.243Z Checking sigpipe v0.1.3
27112026-07-30T01:59:27.244Z Checking glob v0.3.3
27122026-07-30T01:59:28.693Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27132026-07-30T01:59:28.797Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27142026-07-30T01:59:29.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.79s
27152026-07-30T01:59:29.176Z
27162026-07-30T01:59:29.176Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
27172026-07-30T01:59:29.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182026-07-30T01:59:29.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192026-07-30T01:59:29.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202026-07-30T01:59:29.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27212026-07-30T01:59:29.728Z
27222026-07-30T01:59:29.728Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
27232026-07-30T01:59:30.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242026-07-30T01:59:30.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252026-07-30T01:59:30.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262026-07-30T01:59:30.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27272026-07-30T01:59:30.381Z
27282026-07-30T01:59:30.381Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
27292026-07-30T01:59:30.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302026-07-30T01:59:30.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312026-07-30T01:59:30.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322026-07-30T01:59:30.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27332026-07-30T01:59:30.868Z
27342026-07-30T01:59:30.868Zinfo: running `cargo check --bins` on oxql-types (80/301)
27352026-07-30T01:59:31.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362026-07-30T01:59:31.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372026-07-30T01:59:31.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382026-07-30T01:59:31.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27392026-07-30T01:59:31.417Z
27402026-07-30T01:59:31.417Zinfo: running `cargo check --bins` on oximeter-types (81/301)
27412026-07-30T01:59:31.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422026-07-30T01:59:31.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432026-07-30T01:59:31.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442026-07-30T01:59:31.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27452026-07-30T01:59:31.960Z
27462026-07-30T01:59:31.960Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
27472026-07-30T01:59:32.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482026-07-30T01:59:32.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492026-07-30T01:59:32.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502026-07-30T01:59:32.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27512026-07-30T01:59:32.543Z
27522026-07-30T01:59:32.543Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
27532026-07-30T01:59:33.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542026-07-30T01:59:33.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552026-07-30T01:59:33.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562026-07-30T01:59:33.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
27572026-07-30T01:59:33.140Z
27582026-07-30T01:59:33.140Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
27592026-07-30T01:59:33.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602026-07-30T01:59:33.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612026-07-30T01:59:33.812Z Compiling multer v3.1.0
27622026-07-30T01:59:33.824Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27632026-07-30T01:59:33.824Z Compiling async-stream-impl v0.3.6
27642026-07-30T01:59:33.838Z Compiling dropshot v0.17.1
27652026-07-30T01:59:33.851Z Compiling parse-display-derive v0.10.0
27662026-07-30T01:59:33.957Z Compiling dropshot_endpoint v0.17.1
27672026-07-30T01:59:33.957Z Compiling newtype-uuid-macros v0.1.0
27682026-07-30T01:59:33.968Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27692026-07-30T01:59:34.140Z Checking thread_local v1.1.9
27702026-07-30T01:59:34.158Z Checking match_cfg v0.1.0
27712026-07-30T01:59:34.158Z Checking compression-core v0.4.31
27722026-07-30T01:59:34.190Z Checking hostname v0.3.1
27732026-07-30T01:59:34.300Z Checking crossbeam-channel v0.5.15
27742026-07-30T01:59:34.311Z Checking compression-codecs v0.4.37
27752026-07-30T01:59:34.311Z Checking atomicwrites v0.4.4
27762026-07-30T01:59:34.311Z Checking slog-json v2.6.1
27772026-07-30T01:59:34.489Z Checking toml_datetime v1.1.1+spec-1.1.0
27782026-07-30T01:59:34.489Z Checking is-terminal v0.4.17
27792026-07-30T01:59:34.499Z Checking serde_spanned v1.1.1
27802026-07-30T01:59:34.499Z Checking toml_writer v1.1.1+spec-1.1.0
27812026-07-30T01:59:34.499Z Checking take_mut v0.2.2
27822026-07-30T01:59:34.546Z Checking term v1.2.1
27832026-07-30T01:59:34.569Z Checking debug-ignore v1.0.5
27842026-07-30T01:59:34.678Z Checking slog-async v2.8.0
27852026-07-30T01:59:34.694Z Checking slog-bunyan v2.5.0
27862026-07-30T01:59:34.694Z Checking async-compression v0.4.41
27872026-07-30T01:59:34.694Z Checking toml v1.1.2+spec-1.1.0
27882026-07-30T01:59:34.694Z Checking async-stream v0.3.6
27892026-07-30T01:59:34.818Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27902026-07-30T01:59:34.851Z Checking progenitor-client v0.14.0
27912026-07-30T01:59:34.851Z Checking slog-term v2.9.2
27922026-07-30T01:59:34.851Z Checking sha1 v0.11.0
27932026-07-30T01:59:35.110Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27942026-07-30T01:59:35.139Z Checking waitgroup v0.1.2
27952026-07-30T01:59:35.139Z Checking rustls-pemfile v2.2.0
27962026-07-30T01:59:35.139Z Checking backon v1.6.0
27972026-07-30T01:59:35.139Z Checking serde_path_to_error v0.1.20
27982026-07-30T01:59:35.139Z Checking hostname v0.4.2
27992026-07-30T01:59:35.139Z Checking instant v0.1.13
28002026-07-30T01:59:35.164Z Checking backoff v0.4.0
28012026-07-30T01:59:35.351Z Checking progenitor-extras v0.2.0
28022026-07-30T01:59:35.375Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28032026-07-30T01:59:35.375Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28042026-07-30T01:59:35.376Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28052026-07-30T01:59:35.376Z Checking itertools v0.14.0
28062026-07-30T01:59:35.405Z Checking regress v0.10.5
28072026-07-30T01:59:35.603Z Checking macaddr v1.0.1
28082026-07-30T01:59:35.792Z Checking parse-display v0.10.0
28092026-07-30T01:59:35.821Z Checking humantime v2.3.0
28102026-07-30T01:59:36.539Z Compiling prettyplease v0.2.37
28112026-07-30T01:59:36.793Z Checking num-rational v0.4.2
28122026-07-30T01:59:37.221Z Checking num-complex v0.4.6
28132026-07-30T01:59:37.651Z Compiling num v0.4.3
28142026-07-30T01:59:37.672Z Compiling usdt-attr-macro v0.5.0
28152026-07-30T01:59:37.672Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28162026-07-30T01:59:37.679Z Compiling usdt-macro v0.5.0
28172026-07-30T01:59:37.696Z Checking memmap v0.7.0
28182026-07-30T01:59:37.873Z Checking float-ord v0.3.2
28192026-07-30T01:59:37.883Z Checking unicode-width v0.2.0
28202026-07-30T01:59:37.938Z Compiling convert_case v0.4.0
28212026-07-30T01:59:38.114Z Checking console v0.15.11
28222026-07-30T01:59:38.317Z Compiling derive_more v0.99.20
28232026-07-30T01:59:38.372Z Checking newline-converter v0.3.0
28242026-07-30T01:59:38.487Z Compiling toml v0.8.23
28252026-07-30T01:59:38.501Z Checking usdt v0.5.0
28262026-07-30T01:59:38.501Z Compiling minimal-lexical v0.2.1
28272026-07-30T01:59:38.585Z Checking linked-hash-map v0.5.6
28282026-07-30T01:59:38.729Z Compiling nom v7.1.3
28292026-07-30T01:59:38.753Z Checking lru-cache v0.1.2
28302026-07-30T01:59:38.868Z Checking expectorate v1.2.0
28312026-07-30T01:59:39.478Z Checking camino-tempfile v1.4.1
28322026-07-30T01:59:39.484Z Checking hickory-proto v0.24.4
28332026-07-30T01:59:39.484Z Checking phf_shared v0.12.1
28342026-07-30T01:59:39.484Z Compiling slog-dtrace v0.3.0
28352026-07-30T01:59:39.775Z Compiling unicode-xid v0.2.6
28362026-07-30T01:59:39.800Z Checking resolv-conf v0.7.6
28372026-07-30T01:59:39.995Z Checking heck v0.5.0
28382026-07-30T01:59:40.143Z Compiling chrono-tz v0.10.4
28392026-07-30T01:59:40.155Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-30T01:59:40.155Z Compiling const_format_proc_macros v0.2.34
28412026-07-30T01:59:40.352Z Checking phf v0.12.1
28422026-07-30T01:59:40.622Z Checking tokio-dtrace v0.1.1
28432026-07-30T01:59:40.640Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28442026-07-30T01:59:40.649Z Compiling derive-where v1.6.0
28452026-07-30T01:59:40.810Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28462026-07-30T01:59:40.847Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28472026-07-30T01:59:41.198Z Checking highway v1.3.0
28482026-07-30T01:59:41.211Z Checking hickory-resolver v0.24.4
28492026-07-30T01:59:41.400Z Checking const_format v0.2.35
28502026-07-30T01:59:41.558Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28512026-07-30T01:59:41.960Z Checking oxide-tokio-rt v0.1.4
28522026-07-30T01:59:41.983Z Checking qorb v0.4.1
28532026-07-30T01:59:42.245Z Checking gethostname v0.5.0
28542026-07-30T01:59:42.264Z Checking bcs v0.1.6
28552026-07-30T01:59:42.318Z Checking termtree v0.5.1
28562026-07-30T01:59:42.451Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28572026-07-30T01:59:42.457Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28582026-07-30T01:59:42.693Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28592026-07-30T01:59:42.697Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28602026-07-30T01:59:45.682Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28612026-07-30T01:59:48.826Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28622026-07-30T01:59:51.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.92s
28632026-07-30T01:59:51.155Z
28642026-07-30T01:59:51.155Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
28652026-07-30T01:59:51.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-07-30T01:59:51.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-07-30T01:59:51.906Z Compiling ar_archive_writer v0.5.1
28682026-07-30T01:59:51.926Z Compiling stacker v0.1.23
28692026-07-30T01:59:51.936Z Compiling cfg_aliases v0.1.1
28702026-07-30T01:59:52.041Z Compiling convert_case v0.10.0
28712026-07-30T01:59:52.041Z Checking unicode-width v0.1.14
28722026-07-30T01:59:52.054Z Compiling proc-macro-error v1.0.4
28732026-07-30T01:59:52.054Z Checking fd-lock v4.0.4
28742026-07-30T01:59:52.054Z Checking nibble_vec v0.1.0
28752026-07-30T01:59:52.054Z Compiling nix v0.28.0
28762026-07-30T01:59:52.081Z Checking vte v0.14.1
28772026-07-30T01:59:52.094Z Compiling recursive-proc-macro-impl v0.1.1
28782026-07-30T01:59:52.272Z Checking bytecount v0.6.9
28792026-07-30T01:59:52.280Z Checking endian-type v0.1.2
28802026-07-30T01:59:52.280Z Compiling derive_more-impl v2.1.1
28812026-07-30T01:59:52.280Z Checking strip-ansi-escapes v0.2.1
28822026-07-30T01:59:52.280Z Compiling tabled_derive v0.7.0
28832026-07-30T01:59:52.280Z Checking papergrid v0.11.0
28842026-07-30T01:59:52.408Z Checking radix_trie v0.2.1
28852026-07-30T01:59:52.426Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28862026-07-30T01:59:52.604Z Compiling peg-macros v0.8.5
28872026-07-30T01:59:52.715Z Checking winnow v0.6.26
28882026-07-30T01:59:52.750Z Compiling psm v0.1.30
28892026-07-30T01:59:52.909Z Compiling sqlparser_derive v0.5.0
28902026-07-30T01:59:52.932Z Checking unicode_categories v0.1.1
28912026-07-30T01:59:53.037Z Checking home v0.5.12
28922026-07-30T01:59:53.056Z Checking derive_more v2.1.1
28932026-07-30T01:59:53.228Z Checking nu-ansi-term v0.50.3
28942026-07-30T01:59:53.244Z Checking crossterm v0.29.0
28952026-07-30T01:59:53.244Z Checking tabled v0.15.0
28962026-07-30T01:59:53.258Z Checking rustyline v14.0.0
28972026-07-30T01:59:53.377Z Checking reedline v0.40.0
28982026-07-30T01:59:53.498Z Checking recursive v0.1.1
28992026-07-30T01:59:53.562Z Checking display-error-chain v0.2.2
29002026-07-30T01:59:53.670Z Checking sqlparser v0.61.0
29012026-07-30T01:59:53.693Z Checking sqlformat v0.3.5
29022026-07-30T01:59:53.853Z Checking peg v0.8.5
29032026-07-30T02:00:04.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
29042026-07-30T02:00:05.230Z
29052026-07-30T02:00:05.230Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
29062026-07-30T02:00:05.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-30T02:00:05.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-30T02:00:05.755Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29092026-07-30T02:00:09.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
29102026-07-30T02:00:09.424Z
29112026-07-30T02:00:09.424Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
29122026-07-30T02:00:10.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-30T02:00:10.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-30T02:00:10.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29152026-07-30T02:00:12.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
29162026-07-30T02:00:12.772Z
29172026-07-30T02:00:12.772Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
29182026-07-30T02:00:13.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-30T02:00:13.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-30T02:00:13.417Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-07-30T02:00:16.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
29222026-07-30T02:00:16.887Z
29232026-07-30T02:00:16.887Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
29242026-07-30T02:00:17.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-30T02:00:17.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-30T02:00:17.547Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-07-30T02:00:20.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29282026-07-30T02:00:21.051Z
29292026-07-30T02:00:21.051Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
29302026-07-30T02:00:21.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-30T02:00:21.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-30T02:00:21.707Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-07-30T02:00:24.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
29342026-07-30T02:00:24.540Z
29352026-07-30T02:00:24.540Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
29362026-07-30T02:00:25.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-30T02:00:25.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-30T02:00:25.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-07-30T02:00:27.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29402026-07-30T02:00:28.059Z
29412026-07-30T02:00:28.059Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
29422026-07-30T02:00:28.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-30T02:00:28.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-30T02:00:28.711Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29452026-07-30T02:00:32.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
29462026-07-30T02:00:32.369Z
29472026-07-30T02:00:32.369Zinfo: running `cargo check --bins` on oximeter (93/301)
29482026-07-30T02:00:32.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-07-30T02:00:32.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-07-30T02:00:32.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-07-30T02:00:32.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29522026-07-30T02:00:32.923Z
29532026-07-30T02:00:32.923Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
29542026-07-30T02:00:33.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-07-30T02:00:33.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-07-30T02:00:33.530Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29572026-07-30T02:00:33.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
29582026-07-30T02:00:34.082Z
29592026-07-30T02:00:34.082Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
29602026-07-30T02:00:34.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-07-30T02:00:34.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-07-30T02:00:34.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-07-30T02:00:34.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29642026-07-30T02:00:34.647Z
29652026-07-30T02:00:34.647Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29662026-07-30T02:00:35.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-07-30T02:00:35.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-07-30T02:00:35.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692026-07-30T02:00:35.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29702026-07-30T02:00:35.253Z
29712026-07-30T02:00:35.253Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29722026-07-30T02:00:35.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-07-30T02:00:35.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-07-30T02:00:35.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-07-30T02:00:35.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29762026-07-30T02:00:35.822Z
29772026-07-30T02:00:35.822Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29782026-07-30T02:00:36.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-07-30T02:00:36.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-07-30T02:00:36.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-07-30T02:00:36.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29822026-07-30T02:00:36.392Z
29832026-07-30T02:00:36.392Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29842026-07-30T02:00:36.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-07-30T02:00:36.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-07-30T02:00:36.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-07-30T02:00:36.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29882026-07-30T02:00:36.965Z
29892026-07-30T02:00:36.965Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29902026-07-30T02:00:37.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-07-30T02:00:37.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-07-30T02:00:37.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-07-30T02:00:37.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29942026-07-30T02:00:37.536Z
29952026-07-30T02:00:37.536Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29962026-07-30T02:00:38.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-07-30T02:00:38.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-07-30T02:00:38.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-07-30T02:00:38.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30002026-07-30T02:00:38.087Z
30012026-07-30T02:00:38.087Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
30022026-07-30T02:00:38.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-07-30T02:00:38.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-07-30T02:00:38.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-07-30T02:00:38.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30062026-07-30T02:00:38.654Z
30072026-07-30T02:00:38.654Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/301)
30082026-07-30T02:00:39.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-07-30T02:00:39.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-07-30T02:00:39.382Z Compiling crucible-workspace-hack v0.1.0
30112026-07-30T02:00:39.471Z Compiling itertools v0.15.0
30122026-07-30T02:00:39.479Z Checking secrecy v0.10.3
30132026-07-30T02:00:39.485Z Compiling toml_datetime v0.7.5+spec-1.1.0
30142026-07-30T02:00:39.489Z Compiling heapless v0.8.0
30152026-07-30T02:00:39.503Z Checking hash32 v0.3.1
30162026-07-30T02:00:39.506Z Checking inout v0.1.4
30172026-07-30T02:00:39.523Z Compiling smoltcp v0.11.0
30182026-07-30T02:00:39.578Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30192026-07-30T02:00:39.615Z Checking cobs v0.3.0
30202026-07-30T02:00:39.639Z Compiling toml_edit v0.23.10+spec-1.0.0
30212026-07-30T02:00:39.708Z Checking cipher v0.4.4
30222026-07-30T02:00:39.721Z Checking universal-hash v0.5.1
30232026-07-30T02:00:39.746Z Compiling thiserror-impl-no-std v2.0.2
30242026-07-30T02:00:39.788Z Checking half v2.7.1
30252026-07-30T02:00:39.884Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30262026-07-30T02:00:39.895Z Checking ciborium-io v0.2.2
30272026-07-30T02:00:39.911Z Checking opaque-debug v0.3.1
30282026-07-30T02:00:39.973Z Checking poly1305 v0.8.0
30292026-07-30T02:00:39.986Z Checking chacha20 v0.9.1
30302026-07-30T02:00:40.036Z Checking ciborium-ll v0.2.2
30312026-07-30T02:00:40.068Z Checking postcard v1.1.3
30322026-07-30T02:00:40.171Z Compiling proc-macro-crate v3.4.0
30332026-07-30T02:00:40.204Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30342026-07-30T02:00:40.226Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30352026-07-30T02:00:40.356Z Checking password-hash v0.5.0
30362026-07-30T02:00:40.480Z Compiling proc-macro-crate v1.3.1
30372026-07-30T02:00:40.579Z Checking blake2 v0.10.6
30382026-07-30T02:00:40.595Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30392026-07-30T02:00:40.646Z Checking aead v0.5.2
30402026-07-30T02:00:40.692Z Compiling num_enum_derive v0.7.6
30412026-07-30T02:00:40.768Z Compiling ingot-macros v0.2.0
30422026-07-30T02:00:40.783Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30432026-07-30T02:00:40.810Z Compiling foreign-types-macros v0.2.3
30442026-07-30T02:00:40.824Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30452026-07-30T02:00:40.878Z Checking thiserror-no-std v2.0.2
30462026-07-30T02:00:40.891Z Checking foreign-types-shared v0.3.1
30472026-07-30T02:00:40.959Z Checking vsss-rs v3.3.4
30482026-07-30T02:00:40.973Z Compiling num_enum_derive v0.5.11
30492026-07-30T02:00:40.985Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30502026-07-30T02:00:41.044Z Checking argon2 v0.5.3
30512026-07-30T02:00:41.381Z Checking chacha20poly1305 v0.10.1
30522026-07-30T02:00:41.394Z Checking foreign-types v0.5.0
30532026-07-30T02:00:41.445Z Checking ciborium v0.2.2
30542026-07-30T02:00:41.565Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-07-30T02:00:41.623Z Checking tabwriter v1.4.1
30562026-07-30T02:00:41.732Z Checking num_enum v0.7.6
30572026-07-30T02:00:41.771Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30582026-07-30T02:00:41.847Z Checking cstr-argument v0.1.2
30592026-07-30T02:00:41.865Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30602026-07-30T02:00:41.880Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30612026-07-30T02:00:41.968Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30622026-07-30T02:00:42.020Z Checking num_enum v0.5.11
30632026-07-30T02:00:42.074Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30642026-07-30T02:00:42.094Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30652026-07-30T02:00:42.128Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30662026-07-30T02:00:42.143Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30672026-07-30T02:00:42.200Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30682026-07-30T02:00:42.291Z Checking rand v0.10.1
30692026-07-30T02:00:42.305Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30702026-07-30T02:00:42.320Z Checking colored v3.1.1
30712026-07-30T02:00:42.346Z Checking indent_write v2.2.0
30722026-07-30T02:00:42.480Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30732026-07-30T02:00:42.488Z Compiling zone_cfg_derive v0.3.1
30742026-07-30T02:00:42.514Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30752026-07-30T02:00:42.570Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30762026-07-30T02:00:42.612Z Checking itertools v0.12.1
30772026-07-30T02:00:42.683Z Compiling num-derive v0.4.2
30782026-07-30T02:00:42.698Z Checking swrite v0.1.0
30792026-07-30T02:00:42.736Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30802026-07-30T02:00:42.784Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30812026-07-30T02:00:42.948Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30822026-07-30T02:00:43.065Z Checking dropshot-api-manager-types v0.7.2
30832026-07-30T02:00:43.091Z Checking smf v0.2.3
30842026-07-30T02:00:43.132Z Checking nanorand v0.7.0
30852026-07-30T02:00:43.202Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30862026-07-30T02:00:43.226Z Checking whoami v1.6.1
30872026-07-30T02:00:43.318Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30882026-07-30T02:00:43.332Z Checking flume v0.11.1
30892026-07-30T02:00:43.590Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30902026-07-30T02:00:43.624Z Checking ingot-types v0.2.0
30912026-07-30T02:00:43.631Z Checking zone v0.3.1
30922026-07-30T02:00:43.943Z Checking ingot v0.2.1
30932026-07-30T02:00:45.375Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30942026-07-30T02:00:46.324Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30952026-07-30T02:00:47.226Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30962026-07-30T02:00:49.651Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30972026-07-30T02:00:51.730Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30982026-07-30T02:00:52.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s
30992026-07-30T02:00:53.079Z
31002026-07-30T02:00:53.079Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/301)
31012026-07-30T02:00:53.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-07-30T02:00:53.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-07-30T02:00:53.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-07-30T02:00:53.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31052026-07-30T02:00:53.646Z
31062026-07-30T02:00:53.647Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/301)
31072026-07-30T02:00:54.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-07-30T02:00:54.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-07-30T02:00:54.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-07-30T02:00:54.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31112026-07-30T02:00:54.211Z
31122026-07-30T02:00:54.211Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/301)
31132026-07-30T02:00:54.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-07-30T02:00:54.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-07-30T02:00:54.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-07-30T02:00:54.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31172026-07-30T02:00:54.783Z
31182026-07-30T02:00:54.783Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/301)
31192026-07-30T02:00:55.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-07-30T02:00:55.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-07-30T02:00:55.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-07-30T02:00:55.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31232026-07-30T02:00:55.352Z
31242026-07-30T02:00:55.353Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/301)
31252026-07-30T02:00:55.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-07-30T02:00:55.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-07-30T02:00:55.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-07-30T02:00:55.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31292026-07-30T02:00:55.919Z
31302026-07-30T02:00:55.919Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/301)
31312026-07-30T02:00:56.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-07-30T02:00:56.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-07-30T02:00:56.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-07-30T02:00:56.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31352026-07-30T02:00:56.490Z
31362026-07-30T02:00:56.490Zinfo: running `cargo check --bins` on cockroach-admin-client (110/301)
31372026-07-30T02:00:56.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-07-30T02:00:56.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-07-30T02:00:56.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-07-30T02:00:56.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31412026-07-30T02:00:57.032Z
31422026-07-30T02:00:57.032Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/301)
31432026-07-30T02:00:57.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-07-30T02:00:57.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-07-30T02:00:57.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-07-30T02:00:57.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31472026-07-30T02:00:57.595Z
31482026-07-30T02:00:57.595Zinfo: running `cargo check --bins` on dns-service-client (112/301)
31492026-07-30T02:00:58.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-07-30T02:00:58.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-07-30T02:00:58.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-07-30T02:00:58.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31532026-07-30T02:00:58.158Z
31542026-07-30T02:00:58.158Zinfo: running `cargo check --bins` on installinator-client (113/301)
31552026-07-30T02:00:58.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-07-30T02:00:58.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-07-30T02:00:58.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-07-30T02:00:58.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31592026-07-30T02:00:58.724Z
31602026-07-30T02:00:58.724Zinfo: running `cargo check --bins` on nexus-client (114/301)
31612026-07-30T02:00:59.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-07-30T02:00:59.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-07-30T02:00:59.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-07-30T02:00:59.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31652026-07-30T02:00:59.325Z
31662026-07-30T02:00:59.325Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/301)
31672026-07-30T02:00:59.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-07-30T02:00:59.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-07-30T02:00:59.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-07-30T02:00:59.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31712026-07-30T02:00:59.925Z
31722026-07-30T02:00:59.925Zinfo: running `cargo check --bins` on ntp-admin-client (116/301)
31732026-07-30T02:01:00.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-07-30T02:01:00.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-07-30T02:01:00.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-07-30T02:01:00.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31772026-07-30T02:01:00.478Z
31782026-07-30T02:01:00.478Zinfo: running `cargo check --bins` on oxide-client (117/301)
31792026-07-30T02:01:00.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-07-30T02:01:00.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-07-30T02:01:00.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-07-30T02:01:00.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31832026-07-30T02:01:01.035Z
31842026-07-30T02:01:01.035Zinfo: running `cargo check --bins` on oximeter-client (118/301)
31852026-07-30T02:01:01.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-07-30T02:01:01.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-07-30T02:01:01.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-07-30T02:01:01.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31892026-07-30T02:01:01.600Z
31902026-07-30T02:01:01.601Zinfo: running `cargo check --bins` on repo-depot-client (119/301)
31912026-07-30T02:01:02.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-07-30T02:01:02.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-07-30T02:01:02.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-07-30T02:01:02.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31952026-07-30T02:01:02.141Z
31962026-07-30T02:01:02.141Zinfo: running `cargo check --bins` on sled-agent-client (120/301)
31972026-07-30T02:01:02.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-07-30T02:01:02.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-07-30T02:01:02.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-07-30T02:01:02.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32012026-07-30T02:01:02.713Z
32022026-07-30T02:01:02.713Zinfo: running `cargo check --bins` on wicketd-client (121/301)
32032026-07-30T02:01:03.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-07-30T02:01:03.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-07-30T02:01:03.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-07-30T02:01:03.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32072026-07-30T02:01:03.350Z
32082026-07-30T02:01:03.351Zinfo: running `cargo check --bins` on installinator-common (122/301)
32092026-07-30T02:01:06.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-07-30T02:01:06.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-07-30T02:01:06.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-07-30T02:01:06.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32132026-07-30T02:01:06.664Z
32142026-07-30T02:01:06.664Zinfo: running `cargo check --bins` on installinator-common-versions (123/301)
32152026-07-30T02:01:06.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-07-30T02:01:06.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-07-30T02:01:06.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-07-30T02:01:06.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32192026-07-30T02:01:06.664Z
32202026-07-30T02:01:06.664Zinfo: running `cargo check --bins` on wicket-common (124/301)
32212026-07-30T02:01:06.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-07-30T02:01:06.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-07-30T02:01:06.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-07-30T02:01:06.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32252026-07-30T02:01:06.664Z
32262026-07-30T02:01:06.665Zinfo: running `cargo check --bins` on wicketd-commission-types (125/301)
32272026-07-30T02:01:06.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-07-30T02:01:06.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-07-30T02:01:06.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-07-30T02:01:06.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32312026-07-30T02:01:06.665Z
32322026-07-30T02:01:06.665Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (126/301)
32332026-07-30T02:01:06.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-07-30T02:01:06.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-07-30T02:01:06.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-07-30T02:01:06.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32372026-07-30T02:01:06.665Z
32382026-07-30T02:01:06.665Zinfo: running `cargo check --bins` on wicketd-commission-client (127/301)
32392026-07-30T02:01:06.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-07-30T02:01:06.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-07-30T02:01:06.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-07-30T02:01:06.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32432026-07-30T02:01:06.770Z
32442026-07-30T02:01:06.770Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/301)
32452026-07-30T02:01:07.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-07-30T02:01:07.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-07-30T02:01:07.392Z Checking csv-core v0.1.13
32482026-07-30T02:01:07.515Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32492026-07-30T02:01:07.515Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32502026-07-30T02:01:07.522Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32512026-07-30T02:01:07.659Z Checking csv v1.4.0
32522026-07-30T02:01:07.665Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32532026-07-30T02:01:07.951Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-07-30T02:01:08.284Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-07-30T02:01:08.288Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32562026-07-30T02:01:09.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
32572026-07-30T02:01:09.971Z
32582026-07-30T02:01:09.971Zinfo: running `cargo check --bins` on cockroach-admin-api (129/301)
32592026-07-30T02:01:10.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-07-30T02:01:10.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-07-30T02:01:10.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-07-30T02:01:10.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32632026-07-30T02:01:10.079Z
32642026-07-30T02:01:10.079Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/301)
32652026-07-30T02:01:10.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-07-30T02:01:12.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-07-30T02:01:12.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-07-30T02:01:12.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32692026-07-30T02:01:12.110Z
32702026-07-30T02:01:12.110Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/301)
32712026-07-30T02:01:12.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-07-30T02:01:12.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-07-30T02:01:12.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-07-30T02:01:12.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32752026-07-30T02:01:12.161Z
32762026-07-30T02:01:12.161Zinfo: running `cargo check --bins` on gateway-test-utils (132/301)
32772026-07-30T02:01:12.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-07-30T02:01:12.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-07-30T02:01:12.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-07-30T02:01:12.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32812026-07-30T02:01:12.161Z
32822026-07-30T02:01:12.161Zinfo: running `cargo check --bins` on omicron-gateway (133/301)
32832026-07-30T02:01:12.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-07-30T02:01:12.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-07-30T02:01:12.709Z Compiling regress v0.11.1
32862026-07-30T02:01:12.821Z Compiling unsafe-libyaml v0.2.11
32872026-07-30T02:01:12.829Z Compiling semver v0.1.20
32882026-07-30T02:01:12.843Z Checking nom v8.0.0
32892026-07-30T02:01:12.858Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32902026-07-30T02:01:12.864Z Compiling cancel-safe-futures v0.1.5
32912026-07-30T02:01:12.880Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32922026-07-30T02:01:13.056Z Compiling rustc_version v0.1.7
32932026-07-30T02:01:13.116Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32942026-07-30T02:01:13.268Z Compiling newtype_derive v0.1.6
32952026-07-30T02:01:13.443Z Compiling serde_yaml v0.9.34+deprecated
32962026-07-30T02:01:13.469Z Compiling owo-colors v4.3.0
32972026-07-30T02:01:13.498Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32982026-07-30T02:01:13.569Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-07-30T02:01:13.820Z Checking oxide-update-engine-types v0.1.2
33002026-07-30T02:01:13.866Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33012026-07-30T02:01:13.989Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33022026-07-30T02:01:14.005Z Checking unicode-linebreak v0.1.5
33032026-07-30T02:01:14.213Z Checking smawk v0.3.2
33042026-07-30T02:01:14.251Z Checking typify-impl v0.6.2
33052026-07-30T02:01:14.343Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33062026-07-30T02:01:14.453Z Checking linear-map v1.2.0
33072026-07-30T02:01:14.504Z Checking tagptr v0.2.0
33082026-07-30T02:01:14.622Z Checking textwrap v0.16.2
33092026-07-30T02:01:14.644Z Checking moka v0.12.13
33102026-07-30T02:01:14.718Z Checking oxide-update-engine v0.1.2
33112026-07-30T02:01:14.770Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33122026-07-30T02:01:14.833Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33132026-07-30T02:01:15.136Z Checking steno v0.4.1
33142026-07-30T02:01:15.272Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33152026-07-30T02:01:15.454Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-07-30T02:01:15.458Z Checking hickory-resolver v0.25.2
33172026-07-30T02:01:15.613Z Checking sha1 v0.10.6
33182026-07-30T02:01:15.660Z Checking void v1.0.2
33192026-07-30T02:01:15.759Z Checking half v1.8.3
33202026-07-30T02:01:15.777Z Checking utf-8 v0.7.6
33212026-07-30T02:01:15.888Z Checking lzss v0.8.2
33222026-07-30T02:01:15.909Z Checking tungstenite v0.23.0
33232026-07-30T02:01:15.951Z Checking serde_cbor v0.11.2
33242026-07-30T02:01:16.077Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33252026-07-30T02:01:16.097Z Checking nix v0.27.1
33262026-07-30T02:01:16.129Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33272026-07-30T02:01:16.143Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33282026-07-30T02:01:16.299Z Checking kstat-rs v0.2.4
33292026-07-30T02:01:16.313Z Checking fxhash v0.2.1
33302026-07-30T02:01:16.327Z Checking serde_bytes v0.11.19
33312026-07-30T02:01:16.340Z Checking tokio-tungstenite v0.23.1
33322026-07-30T02:01:16.431Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33332026-07-30T02:01:16.476Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33342026-07-30T02:01:16.496Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33352026-07-30T02:01:16.582Z Checking signal-hook-tokio v0.3.1
33362026-07-30T02:01:16.623Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-07-30T02:01:17.351Z Compiling typify-macro v0.6.2
33382026-07-30T02:01:18.501Z Compiling typify v0.6.2
33392026-07-30T02:01:18.579Z Compiling progenitor-impl v0.14.0
33402026-07-30T02:01:18.653Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33412026-07-30T02:01:19.967Z Compiling progenitor-macro v0.14.0
33422026-07-30T02:01:22.293Z Checking progenitor v0.14.0
33432026-07-30T02:01:22.427Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-07-30T02:01:22.461Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-07-30T02:01:25.067Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33462026-07-30T02:01:34.922Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33472026-07-30T02:01:40.142Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33482026-07-30T02:01:41.535Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33492026-07-30T02:01:42.055Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33502026-07-30T02:01:44.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.21s
33512026-07-30T02:01:44.551Z
33522026-07-30T02:01:44.551Zinfo: running `cargo check --bins` on gateway-api (134/301)
33532026-07-30T02:01:45.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-30T02:01:45.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-30T02:01:45.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-30T02:01:45.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33572026-07-30T02:01:45.170Z
33582026-07-30T02:01:45.170Zinfo: running `cargo check --bins` on ipcc (135/301)
33592026-07-30T02:01:46.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-30T02:01:46.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-30T02:01:46.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-30T02:01:46.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33632026-07-30T02:01:46.277Z
33642026-07-30T02:01:46.277Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/301)
33652026-07-30T02:01:46.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-30T02:01:46.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-30T02:01:46.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-30T02:01:46.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-07-30T02:01:46.277Z
33702026-07-30T02:01:46.277Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/301)
33712026-07-30T02:01:46.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-30T02:01:46.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-30T02:01:46.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-30T02:01:46.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33752026-07-30T02:01:46.602Z
33762026-07-30T02:01:46.602Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/301)
33772026-07-30T02:01:47.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-30T02:01:47.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-30T02:01:47.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-30T02:01:47.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33812026-07-30T02:01:47.158Z
33822026-07-30T02:01:47.158Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/301)
33832026-07-30T02:01:47.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-30T02:01:47.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-30T02:01:47.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-30T02:01:47.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33872026-07-30T02:01:47.719Z
33882026-07-30T02:01:47.719Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/301)
33892026-07-30T02:01:48.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-30T02:01:48.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-30T02:01:48.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-30T02:01:48.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33932026-07-30T02:01:48.333Z
33942026-07-30T02:01:48.333Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/301)
33952026-07-30T02:01:48.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-30T02:01:48.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-30T02:01:48.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-30T02:01:48.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33992026-07-30T02:01:49.072Z
34002026-07-30T02:01:49.072Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/301)
34012026-07-30T02:01:49.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-30T02:01:49.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-30T02:01:49.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-30T02:01:49.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34052026-07-30T02:01:49.409Z
34062026-07-30T02:01:49.409Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/301)
34072026-07-30T02:01:49.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-30T02:01:49.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-30T02:01:49.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-30T02:01:49.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34112026-07-30T02:01:50.035Z
34122026-07-30T02:01:50.035Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/301)
34132026-07-30T02:01:50.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-30T02:01:50.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-30T02:01:50.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-30T02:01:50.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34172026-07-30T02:01:50.732Z
34182026-07-30T02:01:50.732Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/301)
34192026-07-30T02:01:50.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-30T02:01:51.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-30T02:01:51.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-30T02:01:51.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-07-30T02:01:51.204Z
34242026-07-30T02:01:51.204Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/301)
34252026-07-30T02:01:51.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-30T02:01:51.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-30T02:01:51.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-30T02:01:51.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34292026-07-30T02:01:51.650Z
34302026-07-30T02:01:51.651Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/301)
34312026-07-30T02:01:52.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-30T02:01:52.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-30T02:01:52.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-30T02:01:52.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-07-30T02:01:52.478Z
34362026-07-30T02:01:52.478Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/301)
34372026-07-30T02:01:52.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-30T02:01:52.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-30T02:01:52.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-30T02:01:52.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34412026-07-30T02:01:52.919Z
34422026-07-30T02:01:52.919Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/301)
34432026-07-30T02:01:53.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-30T02:01:53.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-30T02:01:53.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-30T02:01:53.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34472026-07-30T02:01:53.393Z
34482026-07-30T02:01:53.393Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/301)
34492026-07-30T02:01:53.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-30T02:01:53.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-30T02:01:53.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-30T02:01:53.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34532026-07-30T02:01:53.944Z
34542026-07-30T02:01:53.944Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/301)
34552026-07-30T02:01:54.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-30T02:01:54.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-30T02:01:54.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-30T02:01:54.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34592026-07-30T02:01:54.569Z
34602026-07-30T02:01:54.569Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/301)
34612026-07-30T02:01:55.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-30T02:01:55.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-30T02:01:55.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-30T02:01:55.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34652026-07-30T02:01:55.152Z
34662026-07-30T02:01:55.152Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/301)
34672026-07-30T02:01:55.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-30T02:01:55.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-30T02:01:55.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-30T02:01:55.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34712026-07-30T02:01:56.186Z
34722026-07-30T02:01:56.186Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/301)
34732026-07-30T02:01:56.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-30T02:01:56.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-30T02:01:56.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-30T02:01:56.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34772026-07-30T02:01:56.605Z
34782026-07-30T02:01:56.605Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34792026-07-30T02:01:58.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-30T02:02:01.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-30T02:02:01.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-30T02:02:01.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34832026-07-30T02:02:01.022Z
34842026-07-30T02:02:01.022Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/301)
34852026-07-30T02:02:01.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-30T02:02:01.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-30T02:02:01.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-30T02:02:01.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34892026-07-30T02:02:01.022Z
34902026-07-30T02:02:01.022Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/301)
34912026-07-30T02:02:01.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-30T02:02:01.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-30T02:02:01.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-30T02:02:01.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34952026-07-30T02:02:01.022Z
34962026-07-30T02:02:01.022Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/301)
34972026-07-30T02:02:01.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-30T02:02:01.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-30T02:02:01.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-30T02:02:01.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35012026-07-30T02:02:01.630Z
35022026-07-30T02:02:01.630Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/301)
35032026-07-30T02:02:01.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-30T02:02:01.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-30T02:02:01.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-30T02:02:01.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35072026-07-30T02:02:01.675Z
35082026-07-30T02:02:01.675Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/301)
35092026-07-30T02:02:01.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-30T02:02:01.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-30T02:02:01.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-30T02:02:01.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35132026-07-30T02:02:01.675Z
35142026-07-30T02:02:01.675Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/301)
35152026-07-30T02:02:01.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-30T02:02:01.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-30T02:02:01.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-30T02:02:01.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35192026-07-30T02:02:01.676Z
35202026-07-30T02:02:01.676Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/301)
35212026-07-30T02:02:01.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-30T02:02:01.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-30T02:02:01.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-30T02:02:01.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-30T02:02:01.676Z
35262026-07-30T02:02:01.676Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/301)
35272026-07-30T02:02:01.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-30T02:02:01.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-30T02:02:01.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-30T02:02:01.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35312026-07-30T02:02:01.676Z
35322026-07-30T02:02:01.676Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/301)
35332026-07-30T02:02:01.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-30T02:02:02.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-30T02:02:02.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-30T02:02:02.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35372026-07-30T02:02:02.785Z
35382026-07-30T02:02:02.785Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/301)
35392026-07-30T02:02:03.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-30T02:02:03.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-30T02:02:03.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-30T02:02:03.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-30T02:02:03.021Z
35442026-07-30T02:02:03.021Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/301)
35452026-07-30T02:02:03.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-30T02:02:03.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-30T02:02:03.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-30T02:02:03.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35492026-07-30T02:02:03.456Z
35502026-07-30T02:02:03.456Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/301)
35512026-07-30T02:02:03.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-30T02:02:03.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-30T02:02:03.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-30T02:02:03.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35552026-07-30T02:02:03.647Z
35562026-07-30T02:02:03.647Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/301)
35572026-07-30T02:02:04.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-30T02:02:04.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-30T02:02:04.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-30T02:02:04.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-07-30T02:02:04.492Z
35622026-07-30T02:02:04.492Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/301)
35632026-07-30T02:02:04.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-30T02:02:04.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-30T02:02:04.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-30T02:02:04.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35672026-07-30T02:02:04.810Z
35682026-07-30T02:02:04.810Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/301)
35692026-07-30T02:02:05.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-30T02:02:05.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-30T02:02:05.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-07-30T02:02:05.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-07-30T02:02:05.343Z
35742026-07-30T02:02:05.343Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/301)
35752026-07-30T02:02:05.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-07-30T02:02:05.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-07-30T02:02:05.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-07-30T02:02:06.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35792026-07-30T02:02:06.037Z
35802026-07-30T02:02:06.037Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35812026-07-30T02:02:06.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-07-30T02:02:06.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-07-30T02:02:06.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-07-30T02:02:06.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35852026-07-30T02:02:06.504Z
35862026-07-30T02:02:06.504Zinfo: running `cargo check --bins` on oximeter-producer (173/301)
35872026-07-30T02:02:07.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-07-30T02:02:07.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-07-30T02:02:07.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-07-30T02:02:07.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-07-30T02:02:07.131Z
35922026-07-30T02:02:07.131Zinfo: running `cargo check --bins` on internal-dns-resolver (174/301)
35932026-07-30T02:02:07.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-07-30T02:02:07.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-07-30T02:02:07.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-07-30T02:02:07.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35972026-07-30T02:02:07.671Z
35982026-07-30T02:02:07.671Zinfo: running `cargo check --bins` on dns-server (175/301)
35992026-07-30T02:02:08.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-07-30T02:02:08.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-07-30T02:02:08.295Z Compiling parking_lot_core v0.8.6
36022026-07-30T02:02:08.408Z Compiling git-stub v1.0.0
36032026-07-30T02:02:08.408Z Checking prefix-trie v0.7.0
36042026-07-30T02:02:08.413Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36052026-07-30T02:02:08.547Z Compiling git-stub-vcs v0.1.0
36062026-07-30T02:02:08.718Z Checking hickory-server v0.25.2
36072026-07-30T02:02:08.786Z Checking parking_lot v0.11.2
36082026-07-30T02:02:08.908Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36092026-07-30T02:02:08.950Z Checking sled v0.34.7
36102026-07-30T02:02:10.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
36112026-07-30T02:02:11.058Z
36122026-07-30T02:02:11.058Zinfo: running `cargo check --bins` on dns-server-api (176/301)
36132026-07-30T02:02:11.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-30T02:02:11.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-30T02:02:11.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-30T02:02:11.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36172026-07-30T02:02:11.640Z
36182026-07-30T02:02:11.640Zinfo: running `cargo check --bins` on oximeter-producer-api (177/301)
36192026-07-30T02:02:12.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-30T02:02:12.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-30T02:02:12.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-30T02:02:12.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36232026-07-30T02:02:12.166Z
36242026-07-30T02:02:12.166Zinfo: running `cargo check --bins` on sp-sim (178/301)
36252026-07-30T02:02:12.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-30T02:02:12.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-30T02:02:12.933Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36282026-07-30T02:02:14.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
36292026-07-30T02:02:14.824Z
36302026-07-30T02:02:14.824Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/301)
36312026-07-30T02:02:15.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-30T02:02:15.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-30T02:02:15.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-30T02:02:15.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36352026-07-30T02:02:15.526Z
36362026-07-30T02:02:15.526Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/301)
36372026-07-30T02:02:16.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-30T02:02:16.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-30T02:02:16.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-30T02:02:16.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36412026-07-30T02:02:16.065Z
36422026-07-30T02:02:16.065Zinfo: running `cargo check --bins` on db-macros (181/301)
36432026-07-30T02:02:16.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-30T02:02:16.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-30T02:02:16.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-30T02:02:16.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36472026-07-30T02:02:16.719Z
36482026-07-30T02:02:16.719Zinfo: running `cargo check --bins` on nexus-macros-common (182/301)
36492026-07-30T02:02:17.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-30T02:02:17.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-30T02:02:17.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-30T02:02:17.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36532026-07-30T02:02:17.227Z
36542026-07-30T02:02:17.227Zinfo: running `cargo check --bins` on nexus-auth (183/301)
36552026-07-30T02:02:17.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-30T02:02:17.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-30T02:02:17.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-30T02:02:17.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36592026-07-30T02:02:17.789Z
36602026-07-30T02:02:17.789Zinfo: running `cargo check --bins` on authz-macros (184/301)
36612026-07-30T02:02:18.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-30T02:02:18.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-30T02:02:18.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-30T02:02:18.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36652026-07-30T02:02:18.358Z
36662026-07-30T02:02:18.358Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/301)
36672026-07-30T02:02:18.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-30T02:02:18.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-30T02:02:18.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-30T02:02:18.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36712026-07-30T02:02:19.030Z
36722026-07-30T02:02:19.030Zinfo: running `cargo check --bins` on nexus-db-model (186/301)
36732026-07-30T02:02:19.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-30T02:02:19.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-30T02:02:19.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-30T02:02:19.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36772026-07-30T02:02:19.562Z
36782026-07-30T02:02:19.562Zinfo: running `cargo check --bins` on nexus-db-schema (187/301)
36792026-07-30T02:02:20.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-30T02:02:20.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-30T02:02:20.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-30T02:02:20.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36832026-07-30T02:02:20.116Z
36842026-07-30T02:02:20.116Zinfo: running `cargo check --bins` on omicron-rpaths (188/301)
36852026-07-30T02:02:20.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-30T02:02:20.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-30T02:02:20.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-30T02:02:20.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36892026-07-30T02:02:20.669Z
36902026-07-30T02:02:20.669Zinfo: running `cargo check --bins` on nexus-defaults (189/301)
36912026-07-30T02:02:21.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-30T02:02:21.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-30T02:02:21.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-30T02:02:21.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36952026-07-30T02:02:21.240Z
36962026-07-30T02:02:21.240Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/301)
36972026-07-30T02:02:21.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-30T02:02:21.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-30T02:02:21.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-30T02:02:21.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37012026-07-30T02:02:21.790Z
37022026-07-30T02:02:21.791Zinfo: running `cargo check --bins` on parallel-task-set (191/301)
37032026-07-30T02:02:22.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-30T02:02:22.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-30T02:02:22.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-30T02:02:22.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37072026-07-30T02:02:22.405Z
37082026-07-30T02:02:22.405Zinfo: running `cargo check --bins` on omicron-git-version (192/301)
37092026-07-30T02:02:22.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-30T02:02:22.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-30T02:02:22.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-30T02:02:22.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37132026-07-30T02:02:22.903Z
37142026-07-30T02:02:22.903Zinfo: running `cargo check --bins` on nexus-db-errors (193/301)
37152026-07-30T02:02:23.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-30T02:02:23.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-30T02:02:23.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-30T02:02:23.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37192026-07-30T02:02:23.510Z
37202026-07-30T02:02:23.510Zinfo: running `cargo check --bins` on nexus-db-lookup (194/301)
37212026-07-30T02:02:24.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-30T02:02:24.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-30T02:02:24.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-30T02:02:24.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37252026-07-30T02:02:24.128Z
37262026-07-30T02:02:24.128Zinfo: running `cargo check --bins` on nexus-inventory (195/301)
37272026-07-30T02:02:24.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-30T02:02:24.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-30T02:02:24.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-30T02:02:24.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37312026-07-30T02:02:24.739Z
37322026-07-30T02:02:24.740Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/301)
37332026-07-30T02:02:25.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-30T02:02:25.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-30T02:02:25.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-30T02:02:25.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37372026-07-30T02:02:25.326Z
37382026-07-30T02:02:25.326Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/301)
37392026-07-30T02:02:25.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-30T02:02:25.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-30T02:02:25.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-07-30T02:02:25.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-07-30T02:02:25.911Z
37442026-07-30T02:02:25.911Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/301)
37452026-07-30T02:02:26.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-07-30T02:02:26.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-07-30T02:02:26.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-07-30T02:02:26.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37492026-07-30T02:02:26.499Z
37502026-07-30T02:02:26.499Zinfo: running `cargo check --bins` on key-manager (199/301)
37512026-07-30T02:02:26.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-07-30T02:02:26.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-07-30T02:02:26.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-07-30T02:02:26.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37552026-07-30T02:02:27.132Z
37562026-07-30T02:02:27.132Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/301)
37572026-07-30T02:02:27.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-07-30T02:02:27.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-07-30T02:02:27.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-07-30T02:02:27.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37612026-07-30T02:02:27.644Z
37622026-07-30T02:02:27.644Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/301)
37632026-07-30T02:02:28.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-07-30T02:02:28.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-07-30T02:02:28.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-07-30T02:02:28.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37672026-07-30T02:02:28.249Z
37682026-07-30T02:02:28.249Zinfo: running `cargo check --bins` on typed-rng (202/301)
37692026-07-30T02:02:28.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-07-30T02:02:28.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-07-30T02:02:28.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-07-30T02:02:28.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37732026-07-30T02:02:28.774Z
37742026-07-30T02:02:28.775Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/301)
37752026-07-30T02:02:29.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-07-30T02:02:29.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-07-30T02:02:29.589Z Compiling libefi-sys v0.1.0
37782026-07-30T02:02:29.593Z Compiling bitfield-struct v0.6.2
37792026-07-30T02:02:29.729Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37802026-07-30T02:02:29.738Z Compiling xshell-macros v0.2.7
37812026-07-30T02:02:29.747Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37822026-07-30T02:02:29.759Z Compiling salty v0.3.0
37832026-07-30T02:02:29.774Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37842026-07-30T02:02:29.790Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37852026-07-30T02:02:29.790Z Checking rfc6979 v0.4.0
37862026-07-30T02:02:29.912Z Checking ecdsa v0.16.9
37872026-07-30T02:02:29.917Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37882026-07-30T02:02:30.092Z Checking primeorder v0.13.6
37892026-07-30T02:02:30.108Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37902026-07-30T02:02:30.113Z Checking xshell v0.2.7
37912026-07-30T02:02:30.137Z Compiling proc-macro-error-attr2 v2.0.0
37922026-07-30T02:02:30.250Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37932026-07-30T02:02:30.265Z Checking tungstenite v0.21.0
37942026-07-30T02:02:30.288Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37952026-07-30T02:02:30.305Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37962026-07-30T02:02:30.325Z Checking p384 v0.13.1
37972026-07-30T02:02:30.339Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37982026-07-30T02:02:30.399Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37992026-07-30T02:02:30.449Z Compiling num-derive v0.3.3
38002026-07-30T02:02:30.521Z Compiling proc-macro-error2 v2.0.1
38012026-07-30T02:02:30.571Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38022026-07-30T02:02:30.678Z Checking tokio-tungstenite v0.21.0
38032026-07-30T02:02:30.737Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38042026-07-30T02:02:30.765Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38052026-07-30T02:02:30.769Z Checking papergrid v0.17.0
38062026-07-30T02:02:30.797Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38072026-07-30T02:02:30.828Z Compiling tabled_derive v0.11.0
38082026-07-30T02:02:30.951Z Compiling progenitor-impl v0.13.0
38092026-07-30T02:02:30.968Z Checking testing_table v0.3.0
38102026-07-30T02:02:31.050Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38112026-07-30T02:02:31.064Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38122026-07-30T02:02:31.083Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38132026-07-30T02:02:31.263Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38142026-07-30T02:02:31.278Z Checking corncobs v0.1.4
38152026-07-30T02:02:31.322Z Checking libscf-sys v1.1.0
38162026-07-30T02:02:31.399Z Compiling unicase v2.9.0
38172026-07-30T02:02:31.450Z Compiling illumos-nvpair-sys v0.2.0
38182026-07-30T02:02:31.501Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38192026-07-30T02:02:31.557Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38202026-07-30T02:02:31.624Z Compiling mime_guess v2.0.5
38212026-07-30T02:02:31.715Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38222026-07-30T02:02:31.719Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38232026-07-30T02:02:31.764Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38242026-07-30T02:02:31.826Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38252026-07-30T02:02:31.975Z Checking tabled v0.20.0
38262026-07-30T02:02:32.051Z Checking progenitor-client v0.13.0
38272026-07-30T02:02:32.155Z Checking secrecy v0.8.0
38282026-07-30T02:02:32.278Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38292026-07-30T02:02:32.308Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38302026-07-30T02:02:32.485Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38312026-07-30T02:02:32.520Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38322026-07-30T02:02:32.712Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38332026-07-30T02:02:32.727Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38342026-07-30T02:02:32.816Z Checking filetime v0.2.27
38352026-07-30T02:02:32.949Z Checking xattr v1.6.1
38362026-07-30T02:02:32.985Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38372026-07-30T02:02:33.009Z Checking crc8 v0.1.1
38382026-07-30T02:02:33.079Z Checking http-range v0.1.5
38392026-07-30T02:02:33.106Z Checking tar v0.4.46
38402026-07-30T02:02:33.223Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38412026-07-30T02:02:33.408Z Checking illumos-nvpair v0.3.0
38422026-07-30T02:02:33.498Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38432026-07-30T02:02:33.527Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38442026-07-30T02:02:33.558Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38452026-07-30T02:02:33.562Z Compiling progenitor-macro v0.13.0
38462026-07-30T02:02:33.610Z Checking atty v0.2.14
38472026-07-30T02:02:33.704Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38482026-07-30T02:02:33.723Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38492026-07-30T02:02:33.880Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38502026-07-30T02:02:34.025Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38512026-07-30T02:02:34.147Z Checking hyper-staticfile v0.10.1
38522026-07-30T02:02:34.192Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38532026-07-30T02:02:34.208Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38542026-07-30T02:02:34.413Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38552026-07-30T02:02:34.455Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38562026-07-30T02:02:34.474Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38572026-07-30T02:02:34.518Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38582026-07-30T02:02:34.566Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38592026-07-30T02:02:34.701Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38602026-07-30T02:02:34.958Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38612026-07-30T02:02:35.000Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38622026-07-30T02:02:35.277Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38632026-07-30T02:02:36.672Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38642026-07-30T02:02:37.233Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38652026-07-30T02:02:37.374Z Checking progenitor v0.13.0
38662026-07-30T02:02:37.514Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38672026-07-30T02:02:37.719Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38682026-07-30T02:02:39.735Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38692026-07-30T02:02:42.857Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38702026-07-30T02:02:53.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.04s
38712026-07-30T02:02:53.824Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38722026-07-30T02:02:53.824Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38732026-07-30T02:02:54.014Z
38742026-07-30T02:02:54.014Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/301)
38752026-07-30T02:02:54.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-30T02:02:54.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-30T02:02:54.775Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-30T02:03:05.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38792026-07-30T02:03:05.430Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38802026-07-30T02:03:05.430Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38812026-07-30T02:03:05.630Z
38822026-07-30T02:03:05.630Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/301)
38832026-07-30T02:03:06.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-07-30T02:03:06.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-07-30T02:03:06.388Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-07-30T02:03:17.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38872026-07-30T02:03:17.140Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38882026-07-30T02:03:17.140Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38892026-07-30T02:03:17.257Z
38902026-07-30T02:03:17.257Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/301)
38912026-07-30T02:03:17.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-07-30T02:03:17.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-07-30T02:03:18.017Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38942026-07-30T02:03:28.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38952026-07-30T02:03:28.735Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38962026-07-30T02:03:28.735Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38972026-07-30T02:03:28.921Z
38982026-07-30T02:03:28.921Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/301)
38992026-07-30T02:03:29.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-30T02:03:29.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-30T02:03:29.689Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-07-30T02:03:40.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
39032026-07-30T02:03:40.388Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39042026-07-30T02:03:40.388Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39052026-07-30T02:03:40.588Z
39062026-07-30T02:03:40.588Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/301)
39072026-07-30T02:03:41.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-07-30T02:03:41.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-07-30T02:03:41.348Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-07-30T02:03:51.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39112026-07-30T02:03:51.959Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39122026-07-30T02:03:51.959Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39132026-07-30T02:03:52.155Z
39142026-07-30T02:03:52.155Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/301)
39152026-07-30T02:03:52.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-30T02:03:52.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-30T02:03:52.909Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39182026-07-30T02:04:03.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
39192026-07-30T02:04:03.509Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39202026-07-30T02:04:03.509Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39212026-07-30T02:04:03.705Z
39222026-07-30T02:04:03.705Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/301)
39232026-07-30T02:04:04.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-30T02:04:04.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-30T02:04:04.458Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39262026-07-30T02:04:15.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
39272026-07-30T02:04:15.190Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39282026-07-30T02:04:15.190Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39292026-07-30T02:04:15.379Z
39302026-07-30T02:04:15.379Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/301)
39312026-07-30T02:04:15.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-30T02:04:15.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-30T02:04:15.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-30T02:04:15.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39352026-07-30T02:04:15.948Z
39362026-07-30T02:04:15.948Zinfo: running `cargo check --bins` on range-requests (212/301)
39372026-07-30T02:04:16.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-30T02:04:16.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-30T02:04:16.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-30T02:04:16.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39412026-07-30T02:04:16.509Z
39422026-07-30T02:04:16.509Zinfo: running `cargo check --bins` on repo-depot-api (213/301)
39432026-07-30T02:04:16.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-30T02:04:16.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-30T02:04:16.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-30T02:04:16.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39472026-07-30T02:04:17.062Z
39482026-07-30T02:04:17.062Zinfo: running `cargo check --bins` on sled-agent-api (214/301)
39492026-07-30T02:04:17.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-30T02:04:17.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-30T02:04:17.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-30T02:04:17.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39532026-07-30T02:04:17.640Z
39542026-07-30T02:04:17.640Zinfo: running `cargo check --bins` on sled-diagnostics (215/301)
39552026-07-30T02:04:18.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-30T02:04:18.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-30T02:04:18.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-30T02:04:18.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39592026-07-30T02:04:18.219Z
39602026-07-30T02:04:18.219Zinfo: running `cargo check --bins` on zfs-test-harness (216/301)
39612026-07-30T02:04:18.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-30T02:04:18.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-30T02:04:18.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-30T02:04:18.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39652026-07-30T02:04:18.803Z
39662026-07-30T02:04:18.803Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/301)
39672026-07-30T02:04:19.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-30T02:04:19.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-30T02:04:19.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-30T02:04:19.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39712026-07-30T02:04:19.392Z
39722026-07-30T02:04:19.392Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/301)
39732026-07-30T02:04:19.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-30T02:04:19.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-30T02:04:19.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-30T02:04:19.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39772026-07-30T02:04:20.017Z
39782026-07-30T02:04:20.017Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/301)
39792026-07-30T02:04:20.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-30T02:04:20.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-30T02:04:20.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-30T02:04:20.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39832026-07-30T02:04:20.568Z
39842026-07-30T02:04:20.568Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/301)
39852026-07-30T02:04:21.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-30T02:04:21.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-30T02:04:21.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-30T02:04:21.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39892026-07-30T02:04:21.155Z
39902026-07-30T02:04:21.155Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/301)
39912026-07-30T02:04:21.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-30T02:04:21.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-30T02:04:21.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-30T02:04:21.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39952026-07-30T02:04:21.744Z
39962026-07-30T02:04:21.744Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/301)
39972026-07-30T02:04:22.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-30T02:04:22.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-30T02:04:22.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-30T02:04:22.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40012026-07-30T02:04:22.332Z
40022026-07-30T02:04:22.332Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/301)
40032026-07-30T02:04:22.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-30T02:04:22.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-30T02:04:22.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-30T02:04:22.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40072026-07-30T02:04:22.923Z
40082026-07-30T02:04:22.923Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/301)
40092026-07-30T02:04:23.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-30T02:04:23.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-30T02:04:23.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-07-30T02:04:23.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40132026-07-30T02:04:23.539Z
40142026-07-30T02:04:23.539Zinfo: running `cargo check --bins` on trust-quorum (225/301)
40152026-07-30T02:04:24.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-30T02:04:24.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-30T02:04:24.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-30T02:04:24.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-07-30T02:04:24.130Z
40202026-07-30T02:04:24.130Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/301)
40212026-07-30T02:04:24.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-30T02:04:24.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-30T02:04:24.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-30T02:04:24.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40252026-07-30T02:04:24.735Z
40262026-07-30T02:04:24.735Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/301)
40272026-07-30T02:04:25.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-30T02:04:25.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-30T02:04:25.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-30T02:04:25.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40312026-07-30T02:04:25.353Z
40322026-07-30T02:04:25.353Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (228/301)
40332026-07-30T02:04:25.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-30T02:04:25.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-30T02:04:25.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-07-30T02:04:25.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40372026-07-30T02:04:25.970Z
40382026-07-30T02:04:25.970Zinfo: running `cargo check --bins` on omicron-deployment-graph (229/301)
40392026-07-30T02:04:26.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-07-30T02:04:26.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-07-30T02:04:26.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-07-30T02:04:26.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40432026-07-30T02:04:26.525Z
40442026-07-30T02:04:26.525Zinfo: running `cargo check --bins` on reconfigurator-cli (230/301)
40452026-07-30T02:04:27.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-07-30T02:04:27.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-07-30T02:04:27.277Z Checking ignore v0.4.25
40482026-07-30T02:04:27.280Z Checking predicates-tree v1.0.13
40492026-07-30T02:04:27.407Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40502026-07-30T02:04:27.410Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40512026-07-30T02:04:27.410Z Checking rand_seeder v0.4.0
40522026-07-30T02:04:27.433Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40532026-07-30T02:04:27.445Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40542026-07-30T02:04:27.448Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40552026-07-30T02:04:27.487Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
40562026-07-30T02:04:27.537Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40572026-07-30T02:04:27.551Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40582026-07-30T02:04:27.586Z Checking digest-io v0.1.0
40592026-07-30T02:04:27.693Z Checking sha2 v0.11.0
40602026-07-30T02:04:27.707Z Compiling petname v2.0.2
40612026-07-30T02:04:27.770Z Checking globwalk v0.9.1
40622026-07-30T02:04:27.941Z Checking rawzip v0.4.4
40632026-07-30T02:04:27.956Z Checking camino-tempfile-ext v0.3.3
40642026-07-30T02:04:28.128Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40652026-07-30T02:04:28.144Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40662026-07-30T02:04:28.333Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40672026-07-30T02:04:28.374Z Checking sapling-renderdag v0.1.0
40682026-07-30T02:04:28.457Z Checking subprocess v0.2.15
40692026-07-30T02:04:28.519Z Checking sync-ptr v0.1.4
40702026-07-30T02:04:28.546Z Checking colored v2.2.0
40712026-07-30T02:04:28.610Z Checking assert_matches v1.5.0
40722026-07-30T02:04:28.731Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40732026-07-30T02:04:29.351Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
40742026-07-30T02:04:30.348Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40752026-07-30T02:04:31.631Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40762026-07-30T02:04:33.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s
40772026-07-30T02:04:34.043Z
40782026-07-30T02:04:34.043Zinfo: running `cargo check --bins` on omicron-repl-utils (231/301)
40792026-07-30T02:04:34.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-07-30T02:04:34.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-07-30T02:04:34.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-07-30T02:04:34.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40832026-07-30T02:04:34.589Z
40842026-07-30T02:04:34.589Zinfo: running `cargo check --bins` on transient-dns-server (232/301)
40852026-07-30T02:04:35.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-07-30T02:04:35.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-07-30T02:04:35.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-07-30T02:04:35.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40892026-07-30T02:04:35.159Z
40902026-07-30T02:04:35.159Zinfo: running `cargo check --bins` on nexus-test-interface (233/301)
40912026-07-30T02:04:35.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-07-30T02:04:35.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-07-30T02:04:35.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-07-30T02:04:35.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40952026-07-30T02:04:35.780Z
40962026-07-30T02:04:35.780Zinfo: running `cargo check --bins` on oximeter-collector (234/301)
40972026-07-30T02:04:36.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-07-30T02:04:36.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-07-30T02:04:36.483Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41002026-07-30T02:04:36.483Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41012026-07-30T02:04:37.161Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41022026-07-30T02:04:38.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
41032026-07-30T02:04:39.029Z
41042026-07-30T02:04:39.029Zinfo: running `cargo check --bins` on oximeter-api (235/301)
41052026-07-30T02:04:39.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-07-30T02:04:39.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-07-30T02:04:39.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41082026-07-30T02:04:39.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41092026-07-30T02:04:39.591Z
41102026-07-30T02:04:39.591Zinfo: running `cargo check --bins` on cert-dev (236/301)
41112026-07-30T02:04:40.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-07-30T02:04:40.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-07-30T02:04:40.186Z Checking yasna v0.5.2
41142026-07-30T02:04:40.590Z Checking rcgen v0.12.1
41152026-07-30T02:04:40.838Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41162026-07-30T02:04:41.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41172026-07-30T02:04:41.176Z
41182026-07-30T02:04:41.177Zinfo: running `cargo check --bins` on clickana (237/301)
41192026-07-30T02:04:41.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-07-30T02:04:41.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-07-30T02:04:41.802Z Compiling instability v0.3.11
41222026-07-30T02:04:41.802Z Checking castaway v0.2.4
41232026-07-30T02:04:41.805Z Compiling indoc v2.0.7
41242026-07-30T02:04:41.805Z Checking unicode-truncate v1.1.0
41252026-07-30T02:04:41.805Z Checking lru v0.12.5
41262026-07-30T02:04:41.805Z Checking cassowary v0.3.0
41272026-07-30T02:04:42.024Z Checking compact_str v0.8.1
41282026-07-30T02:04:42.772Z Checking ratatui v0.29.0
41292026-07-30T02:04:43.841Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41302026-07-30T02:04:44.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
41312026-07-30T02:04:44.728Z
41322026-07-30T02:04:44.728Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (238/301)
41332026-07-30T02:04:45.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-30T02:04:45.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-30T02:04:45.444Z Checking headers-core v0.3.0
41362026-07-30T02:04:45.447Z Checking port-file v0.1.0
41372026-07-30T02:04:45.448Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41382026-07-30T02:04:45.635Z Checking headers v0.4.1
41392026-07-30T02:04:45.996Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-07-30T02:04:46.947Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41412026-07-30T02:04:47.461Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41422026-07-30T02:04:47.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
41432026-07-30T02:04:48.080Z
41442026-07-30T02:04:48.080Zinfo: running `cargo check --bins` on ch-dev (239/301)
41452026-07-30T02:04:48.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-30T02:04:48.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-30T02:04:48.774Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41482026-07-30T02:04:49.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41492026-07-30T02:04:49.709Z
41502026-07-30T02:04:49.709Zinfo: running `cargo check --bins` on dev-tools-common (240/301)
41512026-07-30T02:04:50.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-30T02:04:50.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-30T02:04:50.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-07-30T02:04:50.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41552026-07-30T02:04:50.126Z
41562026-07-30T02:04:50.126Zinfo: running `cargo check --bins` on corpus-adjust (241/301)
41572026-07-30T02:04:50.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-30T02:04:50.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-30T02:04:50.745Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41602026-07-30T02:04:51.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
41612026-07-30T02:04:51.286Z
41622026-07-30T02:04:51.286Zinfo: running `cargo check --bins` on crdb-seed (242/301)
41632026-07-30T02:04:51.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-30T02:04:51.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-30T02:04:51.994Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41662026-07-30T02:04:53.086Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41672026-07-30T02:04:53.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
41682026-07-30T02:04:53.641Z
41692026-07-30T02:04:53.641Zinfo: running `cargo check --bins` on db-dev (243/301)
41702026-07-30T02:04:54.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-30T02:04:54.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-30T02:04:54.339Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41732026-07-30T02:04:55.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41742026-07-30T02:04:55.338Z
41752026-07-30T02:04:55.338Zinfo: running `cargo check --bins` on omicron-dev-lib (244/301)
41762026-07-30T02:04:55.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-30T02:04:55.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-30T02:04:55.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-07-30T02:04:55.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41802026-07-30T02:04:55.884Z
41812026-07-30T02:04:55.884Zinfo: running `cargo check --bins` on xtask-downloader (245/301)
41822026-07-30T02:04:56.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-07-30T02:04:56.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-07-30T02:04:56.494Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41852026-07-30T02:04:57.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41862026-07-30T02:04:57.336Z
41872026-07-30T02:04:57.336Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/301)
41882026-07-30T02:04:57.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-07-30T02:04:57.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-07-30T02:04:58.076Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41912026-07-30T02:04:58.076Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-07-30T02:04:58.076Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41932026-07-30T02:04:58.080Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41942026-07-30T02:04:58.080Z Checking git-stub v1.0.0
41952026-07-30T02:04:58.080Z Compiling trait-variant v0.1.2
41962026-07-30T02:04:58.080Z Checking maplit v1.0.2
41972026-07-30T02:04:58.080Z Checking is_ci v1.2.0
41982026-07-30T02:04:58.261Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41992026-07-30T02:04:58.278Z Checking supports-color v3.0.2
42002026-07-30T02:04:58.341Z Checking git-stub-vcs v0.1.0
42012026-07-30T02:04:58.397Z Checking drift v0.2.0
42022026-07-30T02:04:58.451Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42032026-07-30T02:04:58.471Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42042026-07-30T02:04:58.533Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42052026-07-30T02:04:58.668Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42062026-07-30T02:04:58.739Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42072026-07-30T02:04:58.753Z Checking dropshot-api-manager v0.7.2
42082026-07-30T02:04:58.767Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42092026-07-30T02:04:58.925Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42102026-07-30T02:04:59.169Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42112026-07-30T02:04:59.468Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42122026-07-30T02:05:00.088Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42132026-07-30T02:05:00.093Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42142026-07-30T02:05:04.505Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42152026-07-30T02:05:05.441Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42162026-07-30T02:05:05.991Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42172026-07-30T02:05:06.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
42182026-07-30T02:05:06.441Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42192026-07-30T02:05:06.442Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42202026-07-30T02:05:06.627Z
42212026-07-30T02:05:06.627Zinfo: running `cargo check --bins` on installinator-api (247/301)
42222026-07-30T02:05:07.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-07-30T02:05:07.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-07-30T02:05:07.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-07-30T02:05:07.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42262026-07-30T02:05:07.196Z
42272026-07-30T02:05:07.196Zinfo: running `cargo check --bins` on nexus-external-api (248/301)
42282026-07-30T02:05:07.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-07-30T02:05:07.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-07-30T02:05:07.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-07-30T02:05:07.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42322026-07-30T02:05:07.814Z
42332026-07-30T02:05:07.814Zinfo: running `cargo check --bins` on nexus-internal-api (249/301)
42342026-07-30T02:05:08.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-07-30T02:05:08.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-07-30T02:05:08.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-07-30T02:05:08.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42382026-07-30T02:05:08.427Z
42392026-07-30T02:05:08.427Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/301)
42402026-07-30T02:05:08.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-07-30T02:05:08.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-07-30T02:05:08.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-07-30T02:05:08.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42442026-07-30T02:05:09.037Z
42452026-07-30T02:05:09.037Zinfo: running `cargo check --bins` on ntp-admin-api (251/301)
42462026-07-30T02:05:09.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-07-30T02:05:09.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-07-30T02:05:09.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-07-30T02:05:09.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42502026-07-30T02:05:09.610Z
42512026-07-30T02:05:09.610Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/301)
42522026-07-30T02:05:10.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-07-30T02:05:10.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-07-30T02:05:10.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-07-30T02:05:10.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42562026-07-30T02:05:10.170Z
42572026-07-30T02:05:10.170Zinfo: running `cargo check --bins` on wicketd-api (253/301)
42582026-07-30T02:05:10.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-07-30T02:05:10.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-07-30T02:05:10.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-07-30T02:05:10.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42622026-07-30T02:05:10.758Z
42632026-07-30T02:05:10.758Zinfo: running `cargo check --bins` on wicketd-commission-api (254/301)
42642026-07-30T02:05:11.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-07-30T02:05:11.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-07-30T02:05:11.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-07-30T02:05:11.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42682026-07-30T02:05:11.341Z
42692026-07-30T02:05:11.341Zinfo: running `cargo check --bins` on omicron-ls-apis (255/301)
42702026-07-30T02:05:11.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-07-30T02:05:11.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-07-30T02:05:11.965Z Compiling blake3 v1.8.5
42732026-07-30T02:05:12.105Z Checking arrayvec v0.7.6
42742026-07-30T02:05:12.105Z Checking arrayref v0.3.9
42752026-07-30T02:05:12.105Z Checking constant_time_eq v0.4.2
42762026-07-30T02:05:12.112Z Checking cargo-platform v0.3.2
42772026-07-30T02:05:12.112Z Checking topological-sort v0.2.2
42782026-07-30T02:05:12.112Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42792026-07-30T02:05:12.256Z Checking cargo_metadata v0.23.1
42802026-07-30T02:05:12.945Z Checking omicron-zone-package v0.12.3
42812026-07-30T02:05:13.543Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42822026-07-30T02:05:14.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
42832026-07-30T02:05:14.624Z
42842026-07-30T02:05:14.624Zinfo: running `cargo check --bins` on mgs-dev (256/301)
42852026-07-30T02:05:15.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-07-30T02:05:15.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-07-30T02:05:15.367Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42882026-07-30T02:05:16.202Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42892026-07-30T02:05:16.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42902026-07-30T02:05:16.595Z
42912026-07-30T02:05:16.595Zinfo: running `cargo check --bins` on omicron-omdb (257/301)
42922026-07-30T02:05:17.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-07-30T02:05:17.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-07-30T02:05:17.574Z Compiling darling_core v0.21.3
42952026-07-30T02:05:17.574Z Compiling vergen-lib v0.1.6
42962026-07-30T02:05:17.574Z Compiling diesel_derives v2.3.7
42972026-07-30T02:05:17.574Z Checking scheduled-thread-pool v0.2.7
42982026-07-30T02:05:17.574Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42992026-07-30T02:05:17.709Z Compiling vergen-gitcl v1.0.8
43002026-07-30T02:05:17.709Z Compiling diesel_table_macro_syntax v0.3.0
43012026-07-30T02:05:17.710Z Compiling dirs-sys-next v0.1.2
43022026-07-30T02:05:17.951Z Compiling crunchy v0.2.4
43032026-07-30T02:05:17.959Z Compiling glob v0.3.3
43042026-07-30T02:05:17.959Z Checking r2d2 v0.8.10
43052026-07-30T02:05:17.975Z Compiling dirs-next v2.0.0
43062026-07-30T02:05:18.123Z Checking downcast-rs v2.0.2
43072026-07-30T02:05:18.133Z Compiling tiny-keccak v2.0.2
43082026-07-30T02:05:18.133Z Compiling term v0.7.0
43092026-07-30T02:05:18.133Z Compiling bit-vec v0.6.3
43102026-07-30T02:05:18.341Z Compiling clang-sys v1.8.1
43112026-07-30T02:05:18.511Z Compiling bit-set v0.5.3
43122026-07-30T02:05:18.512Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43132026-07-30T02:05:18.543Z Compiling ascii-canvas v3.0.0
43142026-07-30T02:05:18.543Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43152026-07-30T02:05:18.811Z Compiling itertools v0.10.5
43162026-07-30T02:05:18.846Z Compiling ena v0.14.4
43172026-07-30T02:05:18.846Z Compiling libloading v0.8.9
43182026-07-30T02:05:18.846Z Compiling regex-syntax v0.6.29
43192026-07-30T02:05:18.846Z Compiling bindgen v0.71.1
43202026-07-30T02:05:18.846Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43212026-07-30T02:05:18.975Z Compiling diff v0.1.13
43222026-07-30T02:05:19.191Z Compiling cexpr v0.6.0
43232026-07-30T02:05:19.202Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43242026-07-30T02:05:19.382Z Compiling rustc-hash v2.1.1
43252026-07-30T02:05:19.552Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43262026-07-30T02:05:19.699Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43272026-07-30T02:05:19.709Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43282026-07-30T02:05:19.773Z Compiling libxml v0.3.3
43292026-07-30T02:05:19.804Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43302026-07-30T02:05:19.963Z Compiling strum_macros v0.24.3
43312026-07-30T02:05:19.987Z Compiling lalrpop v0.19.12
43322026-07-30T02:05:20.033Z Compiling indoc v1.0.9
43332026-07-30T02:05:20.122Z Compiling darling_macro v0.21.3
43342026-07-30T02:05:20.636Z Compiling darling v0.21.3
43352026-07-30T02:05:20.728Z Compiling dsl_auto_type v0.2.0
43362026-07-30T02:05:20.869Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43372026-07-30T02:05:21.056Z Checking derive_builder v0.20.2
43382026-07-30T02:05:21.175Z Compiling oso-derive v0.27.3
43392026-07-30T02:05:21.296Z Checking quick-xml v0.37.5
43402026-07-30T02:05:21.313Z Compiling impl-trait-for-tuples v0.2.3
43412026-07-30T02:05:21.718Z Checking openssl-probe v0.1.6
43422026-07-30T02:05:21.862Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43432026-07-30T02:05:22.235Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43442026-07-30T02:05:22.424Z Checking bb8 v0.8.6
43452026-07-30T02:05:22.465Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-07-30T02:05:22.588Z Checking nonempty v0.12.0
43472026-07-30T02:05:22.675Z Compiling libz-sys v1.1.24
43482026-07-30T02:05:22.710Z Compiling strsim v0.10.0
43492026-07-30T02:05:22.754Z Compiling libgit2-sys v0.18.3+1.9.2
43502026-07-30T02:05:22.893Z Compiling darling_core v0.13.4
43512026-07-30T02:05:23.031Z Compiling vergen-git2 v9.1.0
43522026-07-30T02:05:23.279Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43532026-07-30T02:05:23.283Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43542026-07-30T02:05:23.452Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43552026-07-30T02:05:23.660Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43562026-07-30T02:05:23.843Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43572026-07-30T02:05:24.029Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43582026-07-30T02:05:24.216Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43592026-07-30T02:05:24.237Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43602026-07-30T02:05:24.400Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43612026-07-30T02:05:24.587Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43622026-07-30T02:05:24.743Z Compiling darling_macro v0.13.4
43632026-07-30T02:05:24.772Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43642026-07-30T02:05:24.958Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43652026-07-30T02:05:25.239Z Compiling darling v0.13.4
43662026-07-30T02:05:25.329Z Compiling serde_with_macros v1.5.2
43672026-07-30T02:05:25.371Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43682026-07-30T02:05:25.741Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43692026-07-30T02:05:26.047Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43702026-07-30T02:05:26.160Z Compiling serde_with v1.14.0
43712026-07-30T02:05:26.315Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43722026-07-30T02:05:26.599Z Checking diesel v2.3.7
43732026-07-30T02:05:27.369Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43742026-07-30T02:05:27.858Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43752026-07-30T02:05:28.176Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43762026-07-30T02:05:28.877Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43772026-07-30T02:05:28.978Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43782026-07-30T02:05:29.448Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43792026-07-30T02:05:29.629Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43802026-07-30T02:05:29.963Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43812026-07-30T02:05:29.997Z Checking twox-hash v2.1.2
43822026-07-30T02:05:30.150Z Checking libsw-core v0.3.2
43832026-07-30T02:05:30.299Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43842026-07-30T02:05:30.316Z Checking libsw v3.5.0
43852026-07-30T02:05:30.488Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43862026-07-30T02:05:30.510Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43872026-07-30T02:05:30.655Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43882026-07-30T02:05:30.805Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43892026-07-30T02:05:32.078Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43902026-07-30T02:05:32.123Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43912026-07-30T02:05:32.560Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43922026-07-30T02:05:32.764Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43932026-07-30T02:05:33.281Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43942026-07-30T02:05:33.472Z Checking console v0.16.2
43952026-07-30T02:05:33.737Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43962026-07-30T02:05:33.776Z Checking fatfs v0.3.6
43972026-07-30T02:05:33.883Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43982026-07-30T02:05:34.237Z Compiling seq-macro v0.3.6
43992026-07-30T02:05:34.736Z Checking unit-prefix v0.5.2
44002026-07-30T02:05:34.874Z Checking indicatif v0.18.4
44012026-07-30T02:05:35.207Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44022026-07-30T02:05:35.235Z Checking oxide-update-engine-display v0.1.2
44032026-07-30T02:05:35.276Z Checking support-bundle-viewer v0.1.2
44042026-07-30T02:05:35.517Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44052026-07-30T02:05:35.544Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44062026-07-30T02:05:35.853Z Checking multimap v0.10.1
44072026-07-30T02:05:41.309Z Checking async-bb8-diesel v0.2.1
44082026-07-30T02:05:41.697Z Checking diesel-dtrace v0.5.0
44092026-07-30T02:05:44.668Z Compiling samael v0.0.19
44102026-07-30T02:05:48.930Z Compiling git2 v0.20.4
44112026-07-30T02:05:51.171Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44122026-07-30T02:05:51.706Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44132026-07-30T02:05:52.106Z Compiling polar-core v0.27.3
44142026-07-30T02:05:56.623Z Checking oso v0.27.3
44152026-07-30T02:06:28.475Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44162026-07-30T02:07:43.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
44172026-07-30T02:07:43.623Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44182026-07-30T02:07:43.623Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44192026-07-30T02:07:43.851Z
44202026-07-30T02:07:43.851Zinfo: running `cargo check --bins` on nexus-networking (258/301)
44212026-07-30T02:07:44.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-07-30T02:07:44.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-07-30T02:07:44.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-07-30T02:07:44.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44252026-07-30T02:07:44.511Z
44262026-07-30T02:07:44.511Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/301)
44272026-07-30T02:07:45.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-07-30T02:07:45.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-07-30T02:07:45.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-07-30T02:07:45.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44312026-07-30T02:07:45.135Z
44322026-07-30T02:07:45.135Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/301)
44332026-07-30T02:07:45.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-07-30T02:07:45.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-07-30T02:07:45.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-07-30T02:07:45.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44372026-07-30T02:07:45.759Z
44382026-07-30T02:07:45.759Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/301)
44392026-07-30T02:07:46.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-07-30T02:07:46.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-07-30T02:07:46.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-07-30T02:07:46.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44432026-07-30T02:07:46.319Z
44442026-07-30T02:07:46.319Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/301)
44452026-07-30T02:07:46.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-07-30T02:07:46.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-07-30T02:07:47.127Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44482026-07-30T02:07:47.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
44492026-07-30T02:07:47.904Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44502026-07-30T02:07:47.904Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44512026-07-30T02:07:48.106Z
44522026-07-30T02:07:48.106Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/301)
44532026-07-30T02:07:48.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-30T02:07:48.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-30T02:07:48.916Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44562026-07-30T02:08:27.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.65s
44572026-07-30T02:08:27.770Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44582026-07-30T02:08:27.770Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44592026-07-30T02:08:27.978Z
44602026-07-30T02:08:27.978Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/301)
44612026-07-30T02:08:28.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-07-30T02:08:28.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-07-30T02:08:28.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-07-30T02:08:28.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44652026-07-30T02:08:28.526Z
44662026-07-30T02:08:28.526Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/301)
44672026-07-30T02:08:28.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-07-30T02:08:28.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-07-30T02:08:28.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-07-30T02:08:28.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44712026-07-30T02:08:29.074Z
44722026-07-30T02:08:29.074Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/301)
44732026-07-30T02:08:29.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-07-30T02:08:29.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-07-30T02:08:29.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-07-30T02:08:29.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44772026-07-30T02:08:29.685Z
44782026-07-30T02:08:29.685Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/301)
44792026-07-30T02:08:30.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-07-30T02:08:30.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-07-30T02:08:30.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-07-30T02:08:30.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44832026-07-30T02:08:30.310Z
44842026-07-30T02:08:30.310Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/301)
44852026-07-30T02:08:30.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-07-30T02:08:30.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-07-30T02:08:30.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-07-30T02:08:30.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44892026-07-30T02:08:30.942Z
44902026-07-30T02:08:30.942Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/301)
44912026-07-30T02:08:31.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-07-30T02:08:31.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-07-30T02:08:31.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-07-30T02:08:31.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44952026-07-30T02:08:31.563Z
44962026-07-30T02:08:31.563Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/301)
44972026-07-30T02:08:32.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-07-30T02:08:32.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-07-30T02:08:32.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-07-30T02:08:32.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45012026-07-30T02:08:32.191Z
45022026-07-30T02:08:32.191Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/301)
45032026-07-30T02:08:32.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-07-30T02:08:32.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-07-30T02:08:32.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45062026-07-30T02:08:32.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45072026-07-30T02:08:32.818Z
45082026-07-30T02:08:32.818Zinfo: running `cargo check --bins` on nexus-switch-config (272/301)
45092026-07-30T02:08:33.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-07-30T02:08:33.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-07-30T02:08:33.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-07-30T02:08:33.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45132026-07-30T02:08:33.424Z
45142026-07-30T02:08:33.425Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/301)
45152026-07-30T02:08:33.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-07-30T02:08:33.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-07-30T02:08:33.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-07-30T02:08:33.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45192026-07-30T02:08:34.050Z
45202026-07-30T02:08:34.050Zinfo: running `cargo check --bins` on support-bundle-collection (274/301)
45212026-07-30T02:08:34.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-07-30T02:08:34.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-07-30T02:08:34.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-07-30T02:08:34.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45252026-07-30T02:08:34.682Z
45262026-07-30T02:08:34.682Zinfo: running `cargo check --bins` on omicron-dev (275/301)
45272026-07-30T02:08:35.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-30T02:08:35.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-30T02:08:35.572Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45302026-07-30T02:08:35.577Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45312026-07-30T02:08:35.806Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45322026-07-30T02:08:35.813Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45332026-07-30T02:08:35.813Z Checking diff v0.1.13
45342026-07-30T02:08:35.813Z Checking yansi v1.0.1
45352026-07-30T02:08:35.829Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45362026-07-30T02:08:35.843Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45372026-07-30T02:08:36.056Z Checking pretty_assertions v1.4.1
45382026-07-30T02:08:36.819Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45392026-07-30T02:08:36.865Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45402026-07-30T02:09:01.632Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45412026-07-30T02:09:01.632Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45422026-07-30T02:09:01.636Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45432026-07-30T02:09:01.636Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45442026-07-30T02:09:01.636Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45452026-07-30T02:09:01.636Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45462026-07-30T02:09:01.636Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45472026-07-30T02:09:02.506Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45482026-07-30T02:09:02.511Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45492026-07-30T02:09:03.801Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45502026-07-30T02:09:42.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45512026-07-30T02:09:42.554Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45522026-07-30T02:09:42.554Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45532026-07-30T02:09:42.763Z
45542026-07-30T02:09:42.763Zinfo: running `cargo check --bins` on oximeter-load-test (276/301)
45552026-07-30T02:09:43.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-30T02:09:43.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-30T02:09:43.470Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45582026-07-30T02:09:44.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45592026-07-30T02:09:44.278Z
45602026-07-30T02:09:44.279Zinfo: running `cargo check --bins` on omicron-pins (277/301)
45612026-07-30T02:09:44.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-07-30T02:09:44.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-07-30T02:09:44.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-07-30T02:09:44.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45652026-07-30T02:09:44.831Z
45662026-07-30T02:09:44.831Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/301)
45672026-07-30T02:09:45.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-07-30T02:09:45.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-07-30T02:09:45.591Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45702026-07-30T02:09:45.713Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45712026-07-30T02:09:45.720Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45722026-07-30T02:10:12.324Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45732026-07-30T02:10:12.772Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45742026-07-30T02:10:14.482Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45752026-07-30T02:10:14.957Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45762026-07-30T02:10:18.061Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45772026-07-30T02:10:41.830Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45782026-07-30T02:10:42.560Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45792026-07-30T02:10:44.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.41s
45802026-07-30T02:10:44.447Z
45812026-07-30T02:10:44.448Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/301)
45822026-07-30T02:10:44.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-07-30T02:10:44.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-07-30T02:10:45.155Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45852026-07-30T02:10:45.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45862026-07-30T02:10:46.046Z
45872026-07-30T02:10:46.046Zinfo: running `cargo check --bins` on omicron-releng (280/301)
45882026-07-30T02:10:46.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-07-30T02:10:46.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-07-30T02:10:46.682Z Compiling fs-err v2.11.0
45912026-07-30T02:10:46.793Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45922026-07-30T02:10:46.800Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45932026-07-30T02:10:46.806Z Checking parse-size v1.1.0
45942026-07-30T02:10:46.816Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45952026-07-30T02:10:46.816Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-07-30T02:10:46.819Z Checking shell-words v1.1.1
45972026-07-30T02:10:47.173Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45982026-07-30T02:10:47.840Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45992026-07-30T02:10:48.458Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46002026-07-30T02:10:49.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
46012026-07-30T02:10:49.693Z
46022026-07-30T02:10:49.693Zinfo: running `cargo check --bins` on update-common (281/301)
46032026-07-30T02:10:50.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-07-30T02:10:50.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-07-30T02:10:50.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-07-30T02:10:50.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46072026-07-30T02:10:50.255Z
46082026-07-30T02:10:50.255Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
46092026-07-30T02:10:50.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-07-30T02:10:50.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-07-30T02:10:50.884Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46122026-07-30T02:10:51.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
46132026-07-30T02:10:51.553Z
46142026-07-30T02:10:51.553Zinfo: running `cargo check --bins` on schema (283/301)
46152026-07-30T02:10:52.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-07-30T02:10:52.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-07-30T02:10:52.263Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46182026-07-30T02:10:52.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46192026-07-30T02:10:53.154Z
46202026-07-30T02:10:53.154Zinfo: running `cargo check --bins` on xtask (284/301)
46212026-07-30T02:10:53.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-07-30T02:10:53.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-07-30T02:10:53.555Z Checking serde_core v1.0.228
46242026-07-30T02:10:53.555Z Checking libc v0.2.185
46252026-07-30T02:10:53.634Z Checking bitflags v2.11.0
46262026-07-30T02:10:53.640Z Checking scroll v0.12.0
46272026-07-30T02:10:53.644Z Checking thiserror v1.0.69
46282026-07-30T02:10:53.652Z Checking log v0.4.29
46292026-07-30T02:10:53.659Z Checking zerocopy v0.7.35
46302026-07-30T02:10:53.667Z Checking indexmap v2.14.0
46312026-07-30T02:10:53.732Z Checking syn v2.0.117
46322026-07-30T02:10:53.771Z Checking dtrace-parser v0.2.0
46332026-07-30T02:10:53.788Z Checking once_cell v1.21.3
46342026-07-30T02:10:53.852Z Checking goblin v0.8.2
46352026-07-30T02:10:53.909Z Checking errno v0.3.14
46362026-07-30T02:10:53.956Z Checking getrandom v0.4.1
46372026-07-30T02:10:53.997Z Checking thread-id v4.2.2
46382026-07-30T02:10:54.025Z Checking rustix v1.1.3
46392026-07-30T02:10:54.075Z Checking memmap v0.7.0
46402026-07-30T02:10:54.094Z Checking thiserror v2.0.18
46412026-07-30T02:10:54.145Z Checking fs-err v3.3.0
46422026-07-30T02:10:54.194Z Checking anyhow v1.0.102
46432026-07-30T02:10:54.203Z Checking tabled v0.15.0
46442026-07-30T02:10:54.784Z Checking terminal_size v0.4.3
46452026-07-30T02:10:54.784Z Checking tempfile v3.25.0
46462026-07-30T02:10:54.895Z Checking clap_builder v4.6.0
46472026-07-30T02:10:54.900Z Checking textwrap v0.16.2
46482026-07-30T02:10:55.103Z Checking serde v1.0.228
46492026-07-30T02:10:55.106Z Checking serde_json v1.0.151
46502026-07-30T02:10:55.106Z Checking camino v1.2.2
46512026-07-30T02:10:55.106Z Checking cargo-platform v0.3.2
46522026-07-30T02:10:55.282Z Checking semver v1.0.28
46532026-07-30T02:10:55.365Z Checking camino-tempfile v1.4.1
46542026-07-30T02:10:55.495Z Checking toml_datetime v0.6.11
46552026-07-30T02:10:55.495Z Checking serde_spanned v0.6.9
46562026-07-30T02:10:55.499Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46572026-07-30T02:10:55.523Z Checking macaddr v1.0.1
46582026-07-30T02:10:55.845Z Checking toml_edit v0.22.27
46592026-07-30T02:10:55.857Z Checking dof v0.3.0
46602026-07-30T02:10:55.857Z Checking cargo_metadata v0.23.1
46612026-07-30T02:10:55.967Z Checking usdt-impl v0.5.0
46622026-07-30T02:10:56.056Z Checking clap v4.6.1
46632026-07-30T02:10:56.241Z Checking usdt v0.5.0
46642026-07-30T02:10:56.640Z Checking toml v0.8.23
46652026-07-30T02:10:56.897Z Checking cargo_toml v0.21.0
46662026-07-30T02:10:57.534Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46672026-07-30T02:10:57.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
46682026-07-30T02:10:58.033Z
46692026-07-30T02:10:58.033Zinfo: running `cargo check --bins` on dnsadm (285/301)
46702026-07-30T02:10:58.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-07-30T02:10:58.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-07-30T02:10:58.661Z Checking arc-swap v1.8.2
46732026-07-30T02:10:59.012Z Checking slog-scope v4.4.1
46742026-07-30T02:10:59.051Z Checking slog-stdlog v4.1.1
46752026-07-30T02:10:59.151Z Checking slog-envlogger v2.2.0
46762026-07-30T02:10:59.272Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46772026-07-30T02:10:59.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46782026-07-30T02:10:59.881Z
46792026-07-30T02:10:59.881Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46802026-07-30T02:11:00.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-07-30T02:11:00.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-07-30T02:11:00.675Z Checking cpubits v0.1.1
46832026-07-30T02:11:00.802Z Checking pem-rfc7468 v1.0.0
46842026-07-30T02:11:00.813Z Checking hmac v0.13.0
46852026-07-30T02:11:00.814Z Checking universal-hash v0.6.1
46862026-07-30T02:11:00.843Z Checking ctr v0.10.1
46872026-07-30T02:11:00.843Z Checking aead v0.6.1
46882026-07-30T02:11:00.868Z Checking aes v0.9.1
46892026-07-30T02:11:00.868Z Checking crypto-bigint v0.7.5
46902026-07-30T02:11:00.895Z Checking salsa20 v0.11.0
46912026-07-30T02:11:00.935Z Checking polyval v0.7.1
46922026-07-30T02:11:00.950Z Checking der v0.8.0
46932026-07-30T02:11:00.964Z Checking pbkdf2 v0.13.0
46942026-07-30T02:11:00.980Z Checking cbc v0.2.1
46952026-07-30T02:11:01.005Z Checking ff v0.14.0
46962026-07-30T02:11:01.034Z Checking signature v3.0.0
46972026-07-30T02:11:01.074Z Checking scrypt v0.12.0
46982026-07-30T02:11:01.098Z Checking ghash v0.6.0
46992026-07-30T02:11:01.115Z Checking base16ct v1.0.0
47002026-07-30T02:11:01.174Z Checking group v0.14.0
47012026-07-30T02:11:01.201Z Checking hkdf v0.13.0
47022026-07-30T02:11:01.223Z Compiling curve25519-dalek v5.0.0
47032026-07-30T02:11:01.243Z Checking keccak v0.2.0
47042026-07-30T02:11:01.258Z Checking aes-gcm v0.11.0
47052026-07-30T02:11:01.273Z Checking poly1305 v0.9.0
47062026-07-30T02:11:01.318Z Checking wnaf v0.14.0
47072026-07-30T02:11:01.333Z Checking blowfish v0.10.0
47082026-07-30T02:11:01.399Z Checking blake2 v0.11.0-rc.6
47092026-07-30T02:11:01.420Z Checking sha3 v0.11.0
47102026-07-30T02:11:01.477Z Checking bcrypt-pbkdf v0.11.0
47112026-07-30T02:11:01.493Z Checking kem v0.3.0
47122026-07-30T02:11:01.532Z Checking module-lattice v0.2.3
47132026-07-30T02:11:01.608Z Checking sponge-cursor v0.1.0
47142026-07-30T02:11:01.640Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47152026-07-30T02:11:01.655Z Checking argon2 v0.6.0-rc.8
47162026-07-30T02:11:01.733Z Checking sha3 v0.12.0
47172026-07-30T02:11:01.748Z Checking spki v0.8.0
47182026-07-30T02:11:01.749Z Checking sec1 v0.8.1
47192026-07-30T02:11:01.777Z Checking ml-kem v0.3.2
47202026-07-30T02:11:01.817Z Checking internal-russh-num-bigint v0.5.0
47212026-07-30T02:11:01.927Z Checking pkcs5 v0.8.1
47222026-07-30T02:11:01.927Z Checking pkcs1 v0.8.0-rc.4
47232026-07-30T02:11:01.955Z Checking num-bigint v0.4.6
47242026-07-30T02:11:01.970Z Checking generic-array v1.4.3
47252026-07-30T02:11:02.144Z Checking russh-util v0.52.0
47262026-07-30T02:11:02.209Z Checking pkcs8 v0.11.0
47272026-07-30T02:11:02.264Z Compiling enum_dispatch v0.3.13
47282026-07-30T02:11:02.359Z Compiling delegate v0.13.5
47292026-07-30T02:11:02.405Z Checking ed25519 v3.0.0
47302026-07-30T02:11:02.504Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47312026-07-30T02:11:02.552Z Checking md5 v0.8.0
47322026-07-30T02:11:02.600Z Checking ed25519-dalek v3.0.0
47332026-07-30T02:11:02.666Z Checking hex-literal v1.1.0
47342026-07-30T02:11:02.742Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47352026-07-30T02:11:02.757Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47362026-07-30T02:11:02.824Z Checking socket2 v0.5.10
47372026-07-30T02:11:02.872Z Checking internet-checksum v0.2.1
47382026-07-30T02:11:02.914Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47392026-07-30T02:11:03.092Z Checking elliptic-curve v0.14.1
47402026-07-30T02:11:03.092Z Checking rfc6979 v0.6.0
47412026-07-30T02:11:03.096Z Checking primefield v0.14.0
47422026-07-30T02:11:03.096Z Checking ssh-encoding v0.3.0
47432026-07-30T02:11:03.198Z Checking crypto-primes v0.7.2
47442026-07-30T02:11:03.313Z Checking ssh-cipher v0.3.0
47452026-07-30T02:11:03.313Z Checking russh-cryptovec v0.62.0
47462026-07-30T02:11:03.512Z Checking ecdsa v0.17.0
47472026-07-30T02:11:03.517Z Checking primeorder v0.14.0
47482026-07-30T02:11:03.855Z Checking p384 v0.14.0
47492026-07-30T02:11:03.859Z Checking p256 v0.14.0
47502026-07-30T02:11:03.859Z Checking p521 v0.14.0
47512026-07-30T02:11:04.122Z Checking rsa v0.10.0-rc.18
47522026-07-30T02:11:06.712Z Checking ssh-key v0.7.0-rc.11
47532026-07-30T02:11:07.463Z Checking russh v0.62.4
47542026-07-30T02:11:20.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.02s
47552026-07-30T02:11:20.915Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47562026-07-30T02:11:20.915Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47572026-07-30T02:11:21.115Z
47582026-07-30T02:11:21.115Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47592026-07-30T02:11:21.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-07-30T02:11:21.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-07-30T02:11:21.744Z Checking termios v0.3.3
47622026-07-30T02:11:21.939Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47632026-07-30T02:11:22.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47642026-07-30T02:11:22.725Z
47652026-07-30T02:11:22.725Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47662026-07-30T02:11:23.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-07-30T02:11:23.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-07-30T02:11:23.405Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47692026-07-30T02:11:24.098Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47702026-07-30T02:11:25.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
47712026-07-30T02:11:25.950Z
47722026-07-30T02:11:25.950Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47732026-07-30T02:11:26.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-07-30T02:11:26.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-07-30T02:11:26.578Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47762026-07-30T02:11:27.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47772026-07-30T02:11:27.187Z
47782026-07-30T02:11:27.187Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47792026-07-30T02:11:27.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-07-30T02:11:27.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-07-30T02:11:27.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-07-30T02:11:27.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47832026-07-30T02:11:27.736Z
47842026-07-30T02:11:27.736Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47852026-07-30T02:11:28.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-07-30T02:11:28.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-07-30T02:11:28.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47882026-07-30T02:11:28.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47892026-07-30T02:11:28.290Z
47902026-07-30T02:11:28.291Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47912026-07-30T02:11:28.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47922026-07-30T02:11:28.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47932026-07-30T02:11:29.021Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47942026-07-30T02:11:29.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
47952026-07-30T02:11:29.809Z
47962026-07-30T02:11:29.809Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47972026-07-30T02:11:30.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-07-30T02:11:30.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-07-30T02:11:30.443Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48002026-07-30T02:11:30.443Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48012026-07-30T02:11:31.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
48022026-07-30T02:11:31.551Z
48032026-07-30T02:11:31.551Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
48042026-07-30T02:11:32.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-07-30T02:11:32.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-07-30T02:11:32.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48072026-07-30T02:11:32.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48082026-07-30T02:11:32.103Z
48092026-07-30T02:11:32.104Zinfo: running `cargo check --bins` on omicron-package (295/301)
48102026-07-30T02:11:32.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-07-30T02:11:32.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-07-30T02:11:32.769Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48132026-07-30T02:11:33.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
48142026-07-30T02:11:34.082Z
48152026-07-30T02:11:34.082Zinfo: running `cargo check --bins` on tqdb (296/301)
48162026-07-30T02:11:34.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-07-30T02:11:34.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-07-30T02:11:34.803Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48192026-07-30T02:11:35.161Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48202026-07-30T02:11:35.669Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48212026-07-30T02:11:35.669Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48222026-07-30T02:11:41.847Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48232026-07-30T02:11:41.851Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48242026-07-30T02:11:42.451Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48252026-07-30T02:11:42.456Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48262026-07-30T02:11:42.456Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48272026-07-30T02:11:42.456Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48282026-07-30T02:11:43.204Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48292026-07-30T02:11:44.304Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48302026-07-30T02:11:45.148Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48312026-07-30T02:11:45.789Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48322026-07-30T02:11:50.464Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48332026-07-30T02:11:57.288Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48342026-07-30T02:11:57.292Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48352026-07-30T02:11:57.292Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48362026-07-30T02:11:57.292Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48372026-07-30T02:11:58.815Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48382026-07-30T02:12:00.099Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48392026-07-30T02:12:00.855Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48402026-07-30T02:12:02.065Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48412026-07-30T02:12:02.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.56s
48422026-07-30T02:12:02.806Z
48432026-07-30T02:12:02.806Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48442026-07-30T02:12:03.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48452026-07-30T02:12:03.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48462026-07-30T02:12:03.493Z Checking rtoolbox v0.0.3
48472026-07-30T02:12:03.496Z Checking tui-tree-widget v0.23.1
48482026-07-30T02:12:03.496Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48492026-07-30T02:12:03.709Z Checking rpassword v7.5.4
48502026-07-30T02:12:06.657Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48512026-07-30T02:12:08.544Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48522026-07-30T02:12:09.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s
48532026-07-30T02:12:09.471Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48542026-07-30T02:12:09.471Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48552026-07-30T02:12:09.656Z
48562026-07-30T02:12:09.656Zinfo: running `cargo check --bins` on wicket (298/301)
48572026-07-30T02:12:10.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48582026-07-30T02:12:10.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48592026-07-30T02:12:10.334Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48602026-07-30T02:12:10.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
48612026-07-30T02:12:10.702Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48622026-07-30T02:12:10.702Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48632026-07-30T02:12:10.882Z
48642026-07-30T02:12:10.883Zinfo: running `cargo check --bins` on wicketd (299/301)
48652026-07-30T02:12:11.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48662026-07-30T02:12:11.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48672026-07-30T02:12:11.569Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48682026-07-30T02:12:15.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
48692026-07-30T02:12:15.074Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48702026-07-30T02:12:15.074Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48712026-07-30T02:12:15.255Z
48722026-07-30T02:12:15.255Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48732026-07-30T02:12:15.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48742026-07-30T02:12:15.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48752026-07-30T02:12:15.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48762026-07-30T02:12:15.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48772026-07-30T02:12:15.810Z
48782026-07-30T02:12:15.810Zinfo: running `cargo check --bins` on zone-setup (301/301)
48792026-07-30T02:12:16.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48802026-07-30T02:12:16.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48812026-07-30T02:12:16.471Z Checking uzers v0.12.2
48822026-07-30T02:12:16.741Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48832026-07-30T02:12:17.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
48842026-07-30T02:12:17.720Z
48852026-07-30T02:12:17.720Zreal 13:53.806021643
48862026-07-30T02:12:17.720Zuser 20:45.521110693
48872026-07-30T02:12:17.724Zsys 4:09.501598642
48882026-07-30T02:12:17.724Ztrap 0.320104738
48892026-07-30T02:12:17.724Ztflt 0.612092935
48902026-07-30T02:12:17.724Zdflt 0.879248943
48912026-07-30T02:12:17.724Zkflt 0.006948256
48922026-07-30T02:12:17.724Zlock 1:26:49.357317814
48932026-07-30T02:12:17.724Zslp 1:39:28.011217963
48942026-07-30T02:12:17.724Zlat 53.117505776
48952026-07-30T02:12:17.724Zstop 3:53.740486010
48962026-07-30T02:12:17.724Zprocess exited: duration 967037 ms, exit code 0
 
48972026-07-30T02:12:17.730Zfound 0 output files